(vc-annotate): Changed handling of prefix arg; now asks for both
[bpt/emacs.git] / lisp / ChangeLog
... / ...
CommitLineData
12000-11-16 Kenichi Handa <handa@etl.go.jp>
2
3 * international/quail.el (quail-start-translation): Don't call
4 `message' before reading key sequence.
5
62000-11-16 Miles Bader <miles@lsi.nec.co.jp>
7
8 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
9
102000-11-16 Kenichi Handa <handa@etl.go.jp>
11
12 * window.el (fit-window-to-buffer): Be sure to acquire at least
13 one text line even if the buffer is empty.
14
152000-11-16 Gerd Moellmann <gerd@gnu.org>
16
17 * net/ange-ftp.el (ange-ftp-file-writable-p)
18 (ange-ftp-file-readable-p, ange-ftp-file-executable-p): Bind
19 ange-ftp-process-verbose to nil.
20
212000-11-15 Dave Love <fx@gnu.org>
22
23 * wid-edit.el (widget-specify-field, widget-specify-button): If
24 :help-echo is a function, set help-echo of overlay to
25 widget-mouse-help.
26 (widget-mouse-help): New function.
27 (widget-echo-help): Rewritten for :help-echo functions only taking
28 a widget arg.
29
30 * net/eudc-bob.el (eudc-bob-can-display-inline-images): Use
31 display-graphic-p.
32 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
33 and that JPEG is available.
34 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
35
36 * international/mule-cmds.el (locale-charset-language-names):
37 Match @euro.
38
392000-11-15 Gerd Moellmann <gerd@gnu.org>
40
41 * faces.el (face-set-after-frame-default): If
42 `inhibit-default-face-x-resources' is bound, don't intialize the
43 default face from X resources.
44
452000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
46
47 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
48 Don't set EMACSLOADPATH.
49
502000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
51
52 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
53 texinfo-insert-@url.
54 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
55 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
56
572000-11-14 Stefan Monnier <monnier@cs.yale.edu>
58
59 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
60 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
61 (checkdoc-minor-keymap): Backward compatibility.
62 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
63 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
64 (checkdoc-this-string-valid-engine): Be a bit more strict
65 to avoid matching substrings of `...' quoted vars/funs.
66 (checkdoc-defun-info): Only look for `interactive' if alone.
67 (debug-ignored-errors): Add "arg doesn't appear in docstring".
68
69 * progmodes/compile.el (grep): `tag-default' can be nil.
70
71 * newcomment.el (comment-indent): Paren typo.
72
732000-11-14 Dave Love <fx@gnu.org>
74
75 * calculator.el: New maintainer version.
76
77 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff
78 pattern.
79
80 * cmuscheme.el: Doc fixes.
81 (cmuscheme) <defgroup>: Use `scheme' as parent.
82 (cmuscheme-program-name): Remove. Change uses to
83 scheme-program-name.
84
85 * xscheme.el (scheme-program-name): Don't define here.
86
87 * progmodes/scheme.el (scheme-program-name): New variable
88 (originally in cmuscheme).
89
902000-11-14 Miles Bader <miles@gnu.org>
91
92 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
93 Handle header-lines. Don't loop forever if we can't enlarge the
94 window anymore. Simplify a bit.
95
962000-11-14 Kenichi Handa <handa@etl.go.jp>
97
98 * window.el (fit-window-to-buffer): Don't check
99 window-text-height. Assure that the last line is fully visible.
100
101 * international/quail.el (quail-show-guidance-buf): Call
102 fit-window-to-buffer to assure the enough height of the guidance
103 buffer.
104 (quail-update-guidance): Avoid making the guidance buffer shorter.
105
1062000-11-14 Stefan Monnier <monnier@cs.yale.edu>
107
108 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
109 rather than `prepend' and add an interesting comment.
110 (tex-math-face, tex-font-lock-syntactic-face-function):
111 New face and function to use it.
112 (tex-define-common-keys, tex-mode-map): Use menu-item rather
113 than `menu-enable' symbol property.
114 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
115 (tex-mode): Add some latex-mode commands for auto-selection.
116 Use tex-font-lock-syntactic-face-function.
117 (tex-insert-quote): Simplify.
118 (tex-shell): New mode.
119 (tex-start-shell): Use it.
120 (tex-shell-proc, tex-shell-buf): New functions.
121 (tex-send-command): Use it.
122 (tex-main-file): Fix the meaning of the new arg REALFILE.
123 (tex-send-tex-command): New function split from `tex-start-tex'.
124 Set compilation-last-buffer and compilation-parsing-end.
125
126 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
127 when it follows non-comment text on the line.
128
129 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
130 Set font-lock-defaults.
131 (lisp-mode-shared-map): Init inside the defvar.
132 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
133 Use define-derived-mode.
134
1352000-11-14 Miles Bader <miles@lsi.nec.co.jp>
136
137 * faces.el (header-line): Use `:box nil' for color/gs displays too.
138
1392000-11-14 Gerd Moellmann <gerd@gnu.org>
140
141 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda): Don't
142 recursively optimize body because that can lead to infinite
143 recursion; see comment there.
144
1452000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
146
147 * faces.el (face-spec-set-match-display): Revert the change from
148 2000-10-24. Add a FIXME for after v21.1.
149
1502000-11-13 Miles Bader <miles@gnu.org>
151
152 * textmodes/fill.el (skip-line-prefix): New function.
153 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
154 (fill-paragraph): Don't leave point inside the fill-prefix.
155 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
156 point inside the fill-prefix.
157
1582000-11-13 Miles Bader <miles@lsi.nec.co.jp>
159
160 * calendar/calendar.el (generate-calendar-window): Use
161 `fit-window-to-buffer'.
162
1632000-11-12 Stefan Monnier <monnier@cs.yale.edu>
164
165 * gud.el (gud-minor-mode): New var.
166 (gud-symbol, gud-val): New functions.
167 (gud-find-file): Copy gud-minor-mode to the new buffer.
168 (gud-menu-map): Include entries for commands that are not always
169 available, using :enable to (de)activate them.
170 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
171 (gud-mode-map): New map.
172 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
173 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
174 Don't set up gud's menu (it's done by the minor-mode).
175 (gud-minibuffer-local-map): New.
176 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
177 (gud-query-cmdline): New function.
178 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
179 (gud-mode): Use define-derived-mode.
180 Don't set up gud's menu (it's done by the minor-mode).
181 (gud-chop-words): Remove.
182 (gud-common-init): Use split-string instead.
183 (gud-new-keymap, gud-make-debug-menu): Eradicate.
184
185 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
186 Add keyword arg :name.
187
188 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
189 (diff-count-matches, diff-split-hunk): New functions.
190 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
191
192 * pcvs-info.el (cvs-fi-conflict-face): New var.
193
194 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
195 Make it into a simple syntax-table, shared among all submodes.
196 (sh-heredoc-face): Re-introduce.
197 (sh-font-lock-syntactic-face-function): New function.
198 (sh-mode): Use it. Also use define-derived-mode.
199 Remove old bogus setting of indent-region-function.
200 (sh-set-shell): Don't set the syntax-table any more.
201 (sh-mode-syntax-table) <defun>: Remove.
202
2032000-11-12 Miles Bader <miles@gnu.org>
204
205 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
206 message if interactive.
207
2082000-11-12 Dave Love <fx@gnu.org>
209
210 * mail/feedmail.el: Fix header,
211 (feedmail) <defgroup>: Add :link.
212
213 * view.el: Use local-map property, not keymap on mode-line string.
214
215 * scroll-all.el (scroll-all-mode): Customize variable. Add
216 autoload cookie to function.
217
218 * lazy-lock.el: Remove compatibility code.
219
220 * finder.el (finder-known-keywords): Add `files', remove `vms'.
221 (finder-help-echo): New variable.
222 (finder-mouse-face-on-line): Add help-echo stuff.
223 (finder-list-keywords, finder-list-matches): Use mapc.
224
225 * faces.el (face-font-registry-alternatives): Add :version.
226
227 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
228 tags-table-list.
229
230 * net/browse-url.el (browse-url-browser-function): Update :version.
231
232 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
233 (mail-mode): Use [:alnum:] in some regexps.
234
2352000-11-10 Dave Love <fx@gnu.org>
236
237 * ediff.el (ediff-regions-internal, ediff-documentation):
238 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
239 fundamental mode.
240
241 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
242 buffer into fundamental mode.
243 (ediff-set-difference): Use copy-sequence if available.
244
245 * ediff-ptch.el (ediff-dispatch-file-patching-job): Check
246 ediff-patch-map non-nil.
247 (ediff-fixup-patch-map, ediff-fixup-patch-map)
248 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
249 buffer into fundamental mode.
250
251 * ediff-merg.el (state-or-merge): Defvar when compiling.
252
2532000-11-10 Jason Rumney <jasonr@gnu.org>
254
255 * w32-fns.el (w32-add-charset-info): New function.
256 (w32-charset-info-alist): Use it.
257
2582000-11-10 Gerd Moellmann <gerd@gnu.org>
259
260 * faces.el (face-font-registry-alternatives): New user-option.
261
2622000-11-10 Stefan Monnier <monnier@cs.yale.edu>
263
264 * textmodes/texinfo.el (texinfo-block-default): New var.
265 (texinfo-insert-block): Use it. Insert a newline if needed.
266
267 * textmodes/fill.el (fill-indent-according-to-mode): New var.
268 (fill-region-as-paragraph): Use it.
269
270 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
271 (latex-mode): Tweak tex-*-(head|trail)er regexps.
272 Tweak paragraph regexps to allow a leading [ \t]*.
273 (tex-latex-block): Insert a newline if necessary.
274 (latex-insert-item): Only insert a newline if necessary.
275 (tex-guess-main-file): New function.
276 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
277 Set tex-main-file if TeX-master is provided.
278 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
279
2802000-11-10 Gerd Moellmann <gerd@gnu.org>
281
282 * startup.el (command-line): Set the default tooltip-mode
283 to t for graphical displays which implement x-show-tip.
284
285 * tooltip.el (tooltip-mode): Add a comment about startup.el
286 setting the default value of this user-option.
287
2882000-11-09 Stefan Monnier <monnier@cs.yale.edu>
289
290 * font-lock.el (font-lock-*-face) <defvar>: Move.
291 (font-lock-defaults-alist): Mark obsolete.
292 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
293 (font-lock-mode): Use define-minor-mode.
294 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
295 (font-lock-turn-off-thing-lock): Be more explicit.
296 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
297 (font-lock-syntactic-face-function): New var.
298 (font-lock-fontify-syntactically-region): Use it.
299 (font-lock-doc-face): New.
300
301 * pcvs.el (cvs-enabledp): Ignore errors.
302 (cvs-commit-filelist): Never query.
303 (cvs-mode-insert): Always add a terminating / in the initial prompt.
304 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
305 (cvs-do-removal): Use cvs-partition rather than delete-if.
306 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
307 cvs-bury-buffer.
308
309 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
310 Allow `next' to jump to after the end of the last match.
311
3122000-11-09 Gerd Moellmann <gerd@gnu.org>
313
314 * simple.el (byte-compiling-files-p): New function.
315
316 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
317 if it is there.
318
319 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
320 nil again.
321
322 * textmodes/ispell.el (ispell-library-path): Don't call
323 check-ispell-version when byte-compiling because that starts
324 an ispell process, and ispell might not be installed.
325 (toplevel): Don't set up a menu when byte-compiling.
326
327 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
328 it, so that a boundp test can be used to determine if we're
329 currently byte-compiling.
330
3312000-11-09 Dave Love <fx@gnu.org>
332
333 * pcvs.el (uniquify-buffer-file-name): Wrap advice in
334 eval-after-load.
335
3362000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
337
338 * ps-print.el: Patch for variable initialization when spooling. Doc
339 fix.
340 (ps-output-list): Fun eliminated.
341 (ps-begin-file, ps-begin-job): Code fix.
342
3432000-11-08 Dave Love <fx@gnu.org>
344
345 * ediff-wind.el (ediff-control-frame-parameters): Zero
346 tool-bar-lines.
347
3482000-11-08 Gerd Moellmann <gerd@gnu.org>
349
350 * simple.el (shell-command, display-message-or-buffer)
351 (shell-command-on-region): Mention resize-mini-windows in the doc
352 string.
353 (display-message-or-buffer): Take the value of resize-mini-windows
354 into account.
355
3562000-11-07 Gerd Moellmann <gerd@gnu.org>
357
358 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
359
360 * dired.el (dired-between-files): Add `^. find' as an alternative
361 to the regular expression, for find-dired.
362
3632000-11-06 Stefan Monnier <monnier@cs.yale.edu>
364
365 * textmodes/texnfo-upd.el: Require texinfo.
366 (defmacro, defgroup): Remove.
367 (texinfo-section-to-generic-alist): Remove.
368 Use texinfo-section-list instead (i.e. level is changed string->int).
369 (texinfo-filter): New function.
370 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
371 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
372 Use it. And use regexp-opt.
373 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
374 (texinfo-update-menu-region-beginning)
375 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
376 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
377 (texinfo-update-menu-same-level-regexps): Update.
378 (texinfo-update-node, texinfo-every-node-update)
379 (texinfo-sequential-node-update): Remove autoload cookie.
380
381 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
382 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
383 (texinfo-chapter-level-regexp): Remove.
384 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
385
3862000-11-06 Dave Love <fx@gnu.org>
387
388 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
389
390 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
391 Match defun*.
392
3932000-11-06 Kenichi Handa <handa@etl.go.jp>
394
395 * composite.el (composition-function-table): Variable declaration
396 moved to src/composite.c.
397 (compose-chars-after): New optional arg object.
398
3992000-11-06 Gerd Moellmann <gerd@gnu.org>
400
401 * bindings.el (mode-line-toggle-read-only)
402 (mode-line-toggle-modified, mode-line-widen)
403 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
404 (make-mode-line-mouse2-map): Rewritten.
405 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
406 functions so that C-h k can show something with a doc string.
407
408 * startup.el (fancy-splash-delay): Set to 10 seconds.
409 (fancy-splash-max-time): New user-option.
410 (fancy-splash-stop-time): New variable.
411 (fancy-splash-screens): Set it. Catch `stop-splashing'.
412 (fancy-splash-screens-1): Throw `stop-splashing' when current
413 time is greater than fancy-splash-stop-time.
414
4152000-11-06 Stefan Monnier <monnier@cs.yale.edu>
416
417 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
418
419 * pcvs.el (cvs-mode-marked): New arg `noquery'.
420 Prompt user for a file rather than raising an error.
421 (cvs-enabledp): Fix call to cvs-mode-marked.
422 (cvs-insert-file): New function (extracted from cvs-mode-insert).
423 (cvs-mode-insert): Use it. Change the init prompt' value.
424 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
425
426 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
427 Don't pass default arg to ewoc-locate.
428 (ewoc-collect): Return result in the right order.
429
430 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
431
432 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
433 (cvs-status-get-tags): Fix regexp.
434 (cvs-status-trees, cvs-status-cvstrees):
435 Combine after change hooks and don't sit-for.
436 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
437 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
438 Use make-char rather than hard-coded cryptic data.
439 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
440
441 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
442
443 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
444 (cvs-insert-strings): New function.
445
4462000-11-06 Miles Bader <miles@lsi.nec.co.jp>
447
448 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
449 `mwheel-scroll-amount'.
450 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
451 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
452 string-matching against the version string.
453
4542000-11-06 Kenichi Handa <handa@etl.go.jp>
455
456 * language/thai.el ("Thai"): Set a lisp form that produces
457 composed string in `sample-text' language info.
458
459 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
460 composed string in `sample-text' language info.
461
462 * international/mule-cmds.el (describe-language-environment): Eval
463 `sample-text' data and insert the result.
464
465 * international/mule-conf.el (compound-text): Define this coding
466 system here. Make x-ctext and ctext aliases of it.
467
468 * language/european.el (compound-text, ctext): Moved to
469 international/mule-conf.el.
470
4712000-11-05 Andrew Innes <andrewi@gnu.org>
472
473 * w32-fns.el (w32-version): New function.
474
4752000-11-05 Stefan Monnier <monnier@cs.yale.edu>
476
477 * progmodes/awk-mode.el: Update copyright.
478 (awk-mode-abbrev-table): Remove.
479 (awk-font-lock-keywords): Use regexp-opt.
480 (awk-mode): Use define-derived-mode.
481
482 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
483 when extracting a suffix.
484
4852000-11-04 Andre Spiegel <spiegel@gnu.org>
486
487 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
488 auto-save-mode.
489
4902000-11-04 Jason Rumney <jasonr@gnu.org>
491
492 * language/european.el (decode-mac-roman): Test against r1 not r0.
493
4942000-11-03 Stefan Monnier <monnier@cs.yale.edu>
495
496 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
497 (icon-mode): Define indent-line-function.
498 (icon-comment-indent): Simplify.
499 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
500
501 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
502
503 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
504 Bind change-log-default-mode to defeat the caching done on it.
505 Don't bother saving excursion any more.
506
507 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
508
509 * frame.el (after-setting-font-hook): Rename hooks -> hook.
510 (set-frame-font): Use the new name (and the old for compatibility).
511
512 * toolbar/tool-bar.el (tool-bar-mode):
513 * time.el (display-time-mode):
514 * recentf.el (recentf-mode):
515 * paren.el (show-paren-mode):
516 * mwheel.el (mouse-wheel-mode):
517 * msb.el (msb-mode):
518 * jka-compr.el (auto-compression-mode):
519 * image-file.el (auto-image-file-mode):
520 * hl-line.el (hl-line-mode):
521 * delsel.el (delete-selection-mode):
522 * autoinsert.el (auto-insert-mode):
523 * complete.el (partial-completion-mode): Drop unneeded positional args.
524
525 * info.el (Info-mode):
526 * comint.el (comint-mode): Don't both with make-local-hook.
527
528 * log-edit.el (log-edit-menu): New menu.
529
5302000-11-03 Miles Bader <miles@gnu.org>
531
532 * wid-edit.el (widget-end-of-line): Reinstate, with a new
533 definition, so that trailing spaces are handled properly.
534 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
535
5362000-11-03 Gerd Moellmann <gerd@gnu.org>
537
538 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
539 tab character.
540 (fancy-splash-screens): Set tab-width to 20.
541
5422000-11-03 Dave Love <fx@gnu.org>
543
544 * comint.el (comint-completion-addsuffix): Fix custom type.
545
5462000-11-02 Stefan Monnier <monnier@cs.yale.edu>
547
548 * font-lock.el (font-lock-buffers): Remove.
549 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
550 (font-lock-change-major-mode): Remove.
551 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
552 (font-lock-default-fontify-region): Extend the multiline
553 fontification to whole lines.
554 (font-lock-fontify-anchored-keywords)
555 (font-lock-fontify-keywords-region): If matching just one
556 line (with \n) only mark the \n as multiline.
557
558 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
559 Correctly handle the case where several :group args are supplied.
560 Allow :extra-args.
561 (easy-mmode-define-global-mode): Allow :extra-args.
562 Correctly handle the case where several :group args are supplied.
563
5642000-11-02 Miles Bader <miles@gnu.org>
565
566 * calendar/calendar.el (diary-face, calendar-today-face)
567 (holiday-face): Remove dependency on `window-system'.
568
5692000-11-02 Ken Raeburn <raeburn@gnu.org>
570
571 * Makefile.in (emacs): Set EMACSLOADPATH always.
572 (update-authors, .el.elc, compile-files): Don't do it explicitly
573 here.
574 (compile-files): Bomb out if compilation of a file fails.
575
5762000-11-02 Dave Love <fx@gnu.org>
577
578 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
579
5802000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
581
582 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
583 punctuation in the warning inserted into the *mail* buffer.
584
5852000-11-02 Gerd Moellmann <gerd@gnu.org>
586
587 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
588 (authors-public-domain-p): New function.
589 (authors-print): Use it.
590
591 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
592
593 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
594
5952000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
596
597 * ps-print.el: Extension for even/odd printing. Doc fix.
598 (ps-print-version): New version number (6.3.1).
599 (ps-even-or-odd-pages): Customization fix.
600 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
601 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
602 (ps-page-count): Var replaced by `ps-page-column'.
603 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
604 (ps-print-sheet-p): New fun.
605
6062000-11-02 Miles Bader <miles@lsi.nec.co.jp>
607
608 * tooltip.el (tooltip-gud-tips-setup): New function.
609 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
610 (tooltip-mode): Call tooltip-gud-tips-setup.
611 (tooltip-gud-tips): Use `gud-basic-call' instead of
612 process-send-string, so the prompt gets frobbed appropriately.
613 Handle nil return value from `tooltip-gud-print-command'.
614
6152000-11-01 Eric M. Ludlam <zappo@ultranet.com>
616
617 * comint.el (comint-add-to-input-history): New function.
618 (comint-send-input): Use `comint-add-to-input-history'.
619
6202000-11-02 Miles Bader <miles@lsi.nec.co.jp>
621
622 * info.el (info-menu-header): New face.
623 (Info-fontify-menu-headers): New function.
624 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
625
626 * info.el (Info-insert-dir): Don't include blank lines at
627 beginning of additional dir files (one is added automatically).
628
6292000-11-01 Stefan Monnier <monnier@cs.yale.edu>
630
631 * emacs-lisp/easy-mmode.el (define-minor-mode):
632 Revert the latest changes.
633 Allow the three positional arguments to be skipped and replaced
634 by keyword arguments.
635 Add a :toggle argument to determine whether a nil arg means toggle
636 or means turn-on. The default is unchanged.
637 Add a call to force-mode-line-update.
638
6392000-11-01 Dave Love <fx@gnu.org>
640
641 * emacs-lisp/elp.el (elp-restore-function): Remove autoload
642 cookie.
643
6442000-11-01 Miles Bader <miles@lsi.nec.co.jp>
645
646 * calendar/calendar.el (diary-face, holiday-face): Add
647 dark-background variants.
648
6492000-10-31 Sam Steingold <sds@gnu.org>
650
651 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
652 `tex-main-file' does not have directory in it.
653
6542000-10-31 Stefan Monnier <monnier@cs.yale.edu>
655
656 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
657
6582000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
659
660 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
661 functional change.
662
6632000-10-31 Gerd Moellmann <gerd@gnu.org>
664
665 * files.el (find-file-noselect): When we expand a wildcard, return
666 a list of buffers, as we should do according to the doc string.
667
6682000-10-31 Ken Raeburn <raeburn@gnu.org>
669
670 * loadup.el (top level): Adjust load path if program name is
671 "../src/bootstrap-emacs", in case it's not dumped and thus the
672 load path adjustment hasn't already been done.
673
6742000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
675
676 * ps-print.el: Fix bug on selected pages for printing. Use
677 `color-values' for Emacs 21. Ensure fontification when jit-lock
678 is on. Try to avoid warning messages when compiling. Doc Fix.
679 (ps-print-version): New version number (6.3).
680 (ps-color-device): Use `color-values' to determine if device
681 supports color.
682 (ps-color-values): Try to use `x-color-values' when using XEmacs.
683 (ps-print-page-p): Changed from defsubst to defun.
684 (ps-page-number): Changed from defmacro to defun.
685 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
686 printing.
687 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
688 (ps-end-file, ps-dummy-page): Funs eliminated.
689 (ps-print-color-scale): Changed default value.
690 (ps-page-n-up, ps-print-page-p): New internal vars.
691 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
692 (ps-plot-region, ps-generate, ps-end-job): Code fix.
693
694 * delim-col.el: Little programming improvement.
695 (delimit-columns-str): New macro.
696 (delimit-columns-region, delimit-columns-rectangle): Code fix.
697
6982000-10-31 Kenichi Handa <handa@etl.go.jp>
699
700 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
701 Moved to european.el.
702 (ccl-encode-mac-roman-font, fontset-mac): Modified for
703 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
704 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
705 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
706
7072000-10-30 Dave Love <fx@gnu.org>
708
709 * progmodes/cc-menus.el (imenu-generic-expression)
710 (imenu-progress-message): Only defvar when compiling.
711
712 * emacs-lisp/elp.el (elp-unload-hook): New function.
713
714 * loadhist.el (unload-feature): Call elp-restore-function,
715 checking for symbols; don't use elp-restore-all.
716 (loadhist-hook-functions): Doc fix.
717
7182000-10-30 Stefan Monnier <monnier@cs.yale.edu>
719
720 * log-edit.el (log-edit-confirm): Fix the default.
721
7222000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
723
724 * delim-col.el: Little fix: replace delimit-columns-align-columns by
725 delimit-columns-format.
726 (delimit-columns-region, delimit-columns-rectangle): Code fix.
727
7282000-10-30 Miles Bader <miles@lsi.nec.co.jp>
729
730 * comint.el (comint-replace-by-expanded-history): Don't use
731 comint-get-old-input (we're not looking at *old* input).
732 (comint-get-old-input-default): If using fields, signal an error
733 when the point is not in an input field.
734
7352000-10-30 Kenichi Handa <handa@etl.go.jp>
736
737 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
738 and mule-unicode-e000-ffff.
739
740 * international/mule.el (decode-char, encode-char): New functions.
741 (make-coding-system): Accept a symbol of translation table as a
742 value of property `safe-chars'.
743
744 * international/mule-cmds.el (encode-coding-char): Check property
745 safe-chars instead of safe-charsets.
746
747 * international/fontset.el (fontset-default): Modified for
748 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
749 (x-font-name-charset-alist): Likewise.
750 (ccl-encode-unicode-font): New CCL program. Record it in
751 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
752
753 * language/european.el (mac-roman-decoder, mac-roman-encoder):
754 New translation tables.
755 (decode-mac-roman, encode-mac-roman): Definition of these CCL
756 programs are modified and moved from mac-win.el.
757 (mac-roman): Definition of this coding system is modified and
758 moved from mac-win.el.
759
7602000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
761
762 * ediff-wind.el (ediff-setup-control-frame): Enclose
763 face-attribute in condition-case to avoid errors in older emacsen.
764
7652000-10-29 Miles Bader <miles@gnu.org>
766
767 * custom.el (custom-add-to-group): Allow multiple entries for a
768 given value OPTION, as long as their widget types are different.
769 * cus-edit.el (custom-face-value-create): If face name doesn't end
770 with "face", add such here (similar to custom group widgets).
771
772 * comint.el (comint-highlight-prompt): Add :type.
773
7742000-10-28 John Wiegley <johnw@gnu.org>
775
776 * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
777 Changed this function to operate on a temporary buffer instead of
778 the main buffer. This not only keeps flyspell from marking a
779 buffer as changed that wasn't, but it solves the jumpy cursor
780 problem when attempts are made to edit incorrect words.
781 (flyspell-maybe-correct-doubling): Same change as for
782 `flyspell-maybe-correct-transposition'.
783
784 * calendar/timeclock.el (timeclock-log): Doc fix.
785 (timeclock-last-event): Doc fix.
786 (timeclock-log): Kill the timelog buffer after appending a new
787 event.
788 (timeclock-find-discrep): Use a temp buffer to read in the
789 timelog, instead of visiting the file.
790 (timeclock-log-data): A new function, along with a host of helper
791 functions, for the purpose of making timelog data accessible to
792 programmers.
793
794 * eshell/esh-mode.el (window-height test): Make certain that
795 `eshell-stringify-t' is non-nil.
796 (eshell-password-prompt-regexp): Changed to a much simpler
797 password regexp.
798 (eshell-send-input): If `eshell-invoke-directly' returns t,
799 directly invoke the parsed command using `eval'. This improves
800 turn-around time on simple commands by a factor of three or
801 greater, such as cd, ls, pwd, etc. -- which get used very often.
802 It also conserves thousands of cons cells per call (since
803 `eshell-do-eval' consumes memory like a Cookie Monster set loose
804 in the Pacific Cookie Company).
805
806 * eshell/esh-test.el (eshell-test): Whitespace fix.
807
808 * eshell/em-ls.el (eshell-ls-insert-directory): Make
809 `eshell-ls-initial-args' nil when inserting directory contents.
810
811 * eshell/em-script.el (eshell-script-initialize): Add names to
812 `eshell-complex-commands, since `source' and `.' are complex.
813
814 * eshell/esh-cmd.el (eshell-rewrite-for-command)
815 (eshell-rewrite-while-command): Use `eshell-protect' instead of
816 `eshell-copy-handles'.
817 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
818 bodies.
819 (eshell-separate-commands): Whitespace fix.
820 (eshell-complex-commands): Added a new list of names, for
821 determining whether a given command is as simple as it looks.
822 (eshell-invoke-directly): New function. Returns t if a command
823 should be invoked directly (using `eval'), rather than indirectly
824 using `eshell-do-eval'.
825 (eshell-do-eval): Whitespace fix.
826
827 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
828 which provides an emulation of the DOS shell behavior of assuming
829 that cp/mv/ln should copy/move/link to the current directory.
830 (eshell-remove-entries): Added a doc string.
831 (eshell-shuffle-files): Removed the check for `target' being null.
832 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
833 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
834 it to do a smarter check of whether a destination was provided.
835 (eshell/mv, eshell/cp): Enable `:preserve-args'.
836 (eshell/ln): Enable `:preserve-args', and use
837 `eshell-mvcpln-template' to implement the body of the function.
838 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
839 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
840 list after flattening it. This makes it possible to cat files
841 with numerical names.
842 (eshell-unix-initialize): Added several names to
843 `eshell-complex-commands.
844 (eshell-unix-command-complex-p): Return t if a given command name
845 may result in external processes being invoked.
846
847 * eshell/em-glob.el (eshell-glob-show-progress): Make this
848 variable nil by default, since it slows down glob processing by a
849 factor of two or more, and increases memory consumption.
850
851 * eshell/em-smart.el: Added a note about how memory consumptive
852 smart display mode can be (at least this is true in Emacs 21).
853 (eshell-smart-initialize): Whitespace fix.
854 (eshell-refresh-windows): Use `if' instead of `when'.
855 (eshell-smart-scroll-window): Calling `save-current-buffer' was
856 not necessary.
857 (eshell-currently-handling-window): Added a missing global
858 variable.
859
860 * eshell/em-ls.el (eshell-do-ls): Code simplification.
861 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
862 Whitespace fix.
863 (eshell-ls-exclude-hidden): Added this variable in addition to
864 `eshell-ls-exclude-regexp'. This one prevents files beginning
865 with . from even being read, which can improve memory consumption
866 quite a bit.
867 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
868 read file entries beginning with a dot. In home directories with
869 lots of hidden files, fully two-thirds of the time spent in ls is
870 used to read directory entries that are immediately thrown away.
871 (eshell-ls-initial-args): Added back this configuration variable,
872 for specifying default initial arguments to every call to ls.
873 Much faster than using an alias to do the same thing.
874 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
875 (eshell-ls-dir): Whitespace change.
876
877 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
878
879 * eshell/esh-util.el: Don't require `ange-ftp' if it's not
880 available.
881 (eshell-stringify-t): Added a customization variable, to indicate
882 whether `t' should be rendered as a string at all. If not, one
883 can still determine if the result of an expression is true using
884 "file-exists-p FILE && echo true".
885 (eshell-stringify): If `eshell-stringify-t' is nil, don't
886 stringify t!
887
888 * eshell/esh-module.el: Whitespace fix.
889
890 * eshell/em-alias.el (eshell-alias-initialize): Added
891 `eshell-command-aliased-p' to `eshell-complex-commands'.
892 (eshell-command-aliased-p): New function that returns t if a
893 command name names an aliased.
894
8952000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
896
897 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
898 redrawing the screen when changing cursor color.
899 (viper-insert-state-pre-command-sentinel)
900 (viper-replace-state-pre-command-sentinel)
901 (viper-replace-state-post-command-sentinel):
902 Use viper-preserve-cursor-color.
903 Many functions changed to use viper= instead of = when comparing
904 characters.
905 * viper-util.el (viper-memq-char,viper=): New functions for
906 working with characters.
907 (viper-change-cursor-color): Fixed buglet.
908 Many functions changed to use viper= instead of = when comparing
909 characters.
910 * viper.el (viper-insert-state-mode-list): Added eshell.
911
912 * ediff-init.el (ediff-before-setup-hook): New hook.
913 Several typos fixed in various docstrings.
914 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
915 * ediff-nult.el (ediff-before-session-group-setup-hooks): New
916 hook.
917 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
918 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
919 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
920 (ediff-get-selected-buffers): New function.
921 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
922 (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
923 save-window-excursion.
924 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
925 termination check in while loop.
926 * ediff.el (ediff-get-default-file-name): Better defaults when in
927 dired buffer.
928 (ediff-files,ediff-merge-files,ediff-files3)
929 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
930
9312000-10-28 Dave Love <fx@gnu.org>
932
933 * info.el (Info-fontify-node): Add help-echo for menu items.
934
9352000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
936
937 * startup.el (normal-top-level): If the value of $TERM indicates
938 we are running from xterm or one of its work-alikes, default to a
939 light background mode.
940
941 Support for -fg, -bg, and -rv command-line arguments for TTYs:
942 * faces.el (tty-handle-reverse-video): New function.
943 (tty-create-frame-with-faces): Call it.
944
945 * frame.el (frame-notice-user-settings): Don't apply
946 default-frame-alist and initial-frame-alist to MS-DOS frames.
947 Call tty-handle-reverse-video, frame-set-background-mode, and
948 face-set-after-frame-default for non-MS-DOS frames.
949
950 * startup.el (tty-long-option-alist): New variable.
951 (tty-handle-args): New function.
952 (command-line): Call tty-handle-args.
953
954 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
955 startup.el now does that for all character-terminal frames.
956
9572000-10-28 Miles Bader <miles@gnu.org>
958
959 * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
960 `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
961 global. If :global is followed by a non-nil but non-t value,
962 make the mode buffer-local, but also generate a `global-MODE'
963 version using `easy-mmode-define-global-mode'. Add
964 :conditional-turn-on keyword argument.
965
9662000-10-28 Dave Love <fx@gnu.org>
967
968 * international/latin1-disp.el (latin1-char-displayable-p): Don't
969 use window-system.
970
9712000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
972
973 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
974 Don't call find-buffer-file-type-coding-system. Instead, just
975 set eol-type to -unix if inhibit-eol-conversion is in effect, or
976 if the file is on an untranslated filesystem.
977 (add-untranslated-filesystem): Use "D" instead of "f" inside
978 interactive.
979
9802000-10-27 Dave Love <fx@gnu.org>
981
982 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
983 (refill-mode): Use it.
984
9852000-10-27 Stefan Monnier <monnier@cs.yale.edu>
986
987 * international/quail.el (quail-activate): Don't make-local-hook.
988
9892000-10-27 Andre Spiegel <spiegel@gnu.org>
990
991 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
992 manual backups and file.~<rev>.~ for automatic ones.
993 (vc-make-version-backup): Don't do it on MS-DOS without long file
994 names.
995
996 * vc.el (vc-version-other-window): If an automatic backup of the
997 desired version exists, rename it instead of copying it.
998
999 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
1000 after command. If there's an unexpected error, signal it instead
1001 of being silent.
1002 (vc-cvs-merge-news): Be prepared for no news at all.
1003
10042000-10-27 Miles Bader <miles@lsi.nec.co.jp>
1005
1006 * shell.el (shell): Add BUFFER argument.
1007 * comint.el (make-comint-in-buffer): New function.
1008 (make-comint): Use it.
1009
1010 * faces.el (face-spec-choose): Change syntax so that the list of
1011 attribute-value pairs is now the cdr of each clause, not the cadr.
1012 Detect old-style entries, and handle them. Use pop.
1013
10142000-10-26 Stefan Monnier <monnier@cs.yale.edu>
1015
1016 * cus-edit.el (custom-mode-map): Use a sparse map.
1017 (custom-mode): Don't bother with make-local-hook.
1018
1019 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
1020
1021 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
1022
10232000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1024
1025 * ps-print.el: Avoid compilation gripes.
1026 (ps-print-version): New version number (6.2.1).
1027
10282000-10-26 Dave Love <fx@gnu.org>
1029
1030 * menu-bar.el: Modify some menu item help strings.
1031 (menu-bar-help-menu): Add link to MORE.STUFF.
1032
1033 * cus-edit.el (custom-mode): Add `special' mode-class property.
1034
1035 * wid-browse.el (widget-browse-mode): Likewise.
1036
1037 * wid-edit.el (widget-specify-field): Revert to using local-map
1038 property, not keymap.
1039
10402000-10-26 Miles Bader <miles@lsi.nec.co.jp>
1041
1042 * wid-edit.el (widget-field-end): When checking for a `boundary'
1043 field, do so in the correct buffer.
1044
1045 * simple.el (undo): Correctly distinguish between numeric and
1046 non-numeric prefix args in non-transient-mark-mode, as per the doc
1047 string. When in transient-mark-mode, treat all prefix-args as
1048 numeric.
1049
1050 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
1051 Position point on match. Handle N == 0 correctly.
1052
1053 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
1054 (comint-mode-map): Reverse order of `comint-write-output' and
1055 `comint-append-output-to-file'.
1056 (comint-append-output-to-file): Reinstate this function, for the
1057 benefit of the menu.
1058
10592000-10-25 Stefan Monnier <monnier@cs.yale.edu>
1060
1061 * vc.el (vc-version-other-window): Bind `file'.
1062
10632000-10-25 Gerd Moellmann <gerd@gnu.org>
1064
1065 * Makefile.in (update-authors): New target for maintenance purposes.
1066
1067 * emacs-lisp/authors.el (batch-update-authors): New function.
1068 (authors-fixed-entries): New defconst.
1069 (authors-add-fixed-entries): New function.
1070 (authors): Call it.: Don't process lispref/.
1071
10722000-10-25 Jason Rumney <jasonr@gnu.org>
1073
1074 * cus-edit.el (custom-button-face, custom-button-pressed-face):
1075 Merge x w32 and mac definitions.
1076
10772000-10-25 Gerd Moellmann <gerd@gnu.org>
1078
1079 * menu-bar.el (menu-bar-options-menu): Add a help string for
1080 `uniquify'.
1081
10822000-10-25 Stephen Gildea <gildea@alum.mit.edu>
1083
1084 * time-stamp.el (time-stamp-string-preprocess):
1085 Fix a wrong type argument error.
1086
10872000-10-25 Miles Bader <miles@gnu.org>
1088
1089 * recentf.el (recentf-mode): Variable removed.
1090 (recentf-mode): Use `define-minor-mode'.
1091
1092 * mwheel.el (mouse-wheel-mode): New global minor mode.
1093 (mwheel-install): Use `mouse-wheel-mode'.
1094
10952000-10-25 Dave Love <fx@gnu.org>
1096
1097 * progmodes/cperl-mode.el (cperl-mode):
1098 Set normal-auto-fill-function correctly.
1099
1100 * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
1101 inherit from global-map and don't nullify menu-bar and tool-bar
1102 bindings.
1103
11042000-10-25 Miles Bader <miles@lsi.nec.co.jp>
1105
1106 * wid-edit.el (widget-field-at): New function.
1107 (widget-at, widget-field-activate): Use it.
1108 (widget-tabable-at): Use `widget-at'.
1109 (widget-specify-field): If the terminating character of the widget
1110 field (which is read-only) is a newline, put it into a special
1111 `boundary' field so that C-n/C-p act more naturally.
1112 (widget-field-end): Also don't subtract one if a special
1113 `boundary' field has been added after the widget field.
1114
1115 * comint.el (comint-output-filter, comint-send-input): Don't
1116 bother adding stickiness fields to overlays to fool the field
1117 code, since it should notice the overlay insertion-types now.
1118
1119 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
1120 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
1121 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
1122
11232000-10-24 Gerd Moellmann <gerd@gnu.org>
1124
1125 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
1126 (authors): Set file coding system to iso-2022-7bit. Add
1127 file-local variables to output buffer.
1128
1129 * files.el (after-find-file): Don't print any warnings if
1130 WARN is nil.
1131
11322000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1133
1134 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
1135
1136 * delim-col.el: Now there is a column formatting mechanism.
1137 Modified to customization mechanisms convention. Doc fix.
1138 (columns): New group for delim-col.
1139 (delimit-columns-before, delimit-columns-after)
1140 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
1141 (delimit-columns-end): New vars.
1142 (delimit-columns-customize, delimit-columns-format): New funs.
1143 (delimit-columns-region, delimit-columns-rectangle)
1144 (delimit-columns-rectangle-line): Modified to support column
1145 formatting.
1146
11472000-10-24 Dave Love <fx@gnu.org>
1148
1149 * log-edit.el (log-edit): Add :version and a :group for vc.
1150
11512000-10-24 Gerd Moellmann <gerd@gnu.org>
1152
1153 * files.el (after-find-file): Don't print a message ``New file''
1154 if WARN is nil.
1155
1156 * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
1157 the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
1158 get duplicate tool-bar entries because we'll see the global ones
1159 on more than one path through keymaps.
1160
1161 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
1162
1163 * progmodes/cmacexp.el: Change Francesco's email address.
1164
11652000-10-24 Kenichi Handa <handa@etl.go.jp>
1166
1167 * window.el (fit-window-to-buffer): Adjust point of the window
1168 buffer, not that of the current buffer.
1169
11702000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
1171
1172 * progmodes/cmacexp.el: Update the euthor's email address.
1173
11742000-10-24 Miles Bader <miles@lsi.nec.co.jp>
1175
1176 * faces.el (face-spec-set-match-display): Add `graphic' display
1177 type (the inverse of `tty'). Use `display-graphic-p' instead of
1178 the window-system variable.
1179
11802000-10-24 Kenichi Handa <handa@etl.go.jp>
1181
1182 * international/isearch-x.el (isearch-with-input-method): Call
1183 input-method-function with the first event in
1184 unread-command-events.
1185
11862000-10-24 Miles Bader <miles@lsi.nec.co.jp>
1187
1188 * faces.el (face-default-spec, face-user-default-spec): Make
1189 defsubsts.
1190
11912000-10-24 Andrew Choi <akochoi@i-cable.com>
1192
1193 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
1194 New charsets.
1195
1196 * term/mac-win.el: Remove definitions of mac-roman-lower and
1197 mac-roman-upper, require dired, and define instead of set
1198 mac-ready-for-drag-n-drop to avoid compilation error.
1199
12002000-10-23 Andrew Innes <andrewi@gnu.org>
1201
1202 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
1203 superfluous calls to subst-char-in-string; instead apply
1204 expand-file-name after convert-standard-filename to ensure
1205 expected directory separators are used.
1206
12072000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
1208
1209 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
1210
12112000-10-23 Dave Love <fx@gnu.org>
1212
1213 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
1214 (tool-bar-add-item): Set foreground and background for XBM icons.
1215
1216 * international/latin1-disp.el (latin1-char-displayable-p): New
1217 function (from Handa).
1218 (latin1-display-check-font): Use it.
1219
1220 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
1221 using :key-sequence, making it much more usable. Use nconc, not
1222 append.
1223 (imenu--create-keymap-1): Avoid append.
1224
1225 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
1226
12272000-10-23 Miles Bader <miles@lsi.nec.co.jp>
1228
1229 [the following changes fix a bug where `define-minor-mode' didn't
1230 correctly generate :require clauses for defcustoms in compiled files]
1231 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
1232 (byte-compile-log-file, byte-compile-log-1): Don't set
1233 `byte-compile-current-file' to nil. Instead set
1234 `byte-compile-last-logged-file' to it. Test whether
1235 byte-compile-current-file equals byte-compile-last-logged-file
1236 instead of whether its nil.
1237 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
1238
12392000-10-23 Stefan Monnier <monnier@cs.yale.edu>
1240
1241 * textmodes/refill.el: Fix var names in doc.
1242 (refill-mode): Don't bother with make-local-hook anymore.
1243
12442000-10-23 Miles Bader <miles@lsi.nec.co.jp>
1245
1246 * faces.el (face-user-default-spec, face-default-spec): New functions.
1247 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
1248 (frame-set-background-mode, face-set-after-frame-default):
1249 Use `face-user-default-spec'. Simplify code slightly.
1250
1251 * woman.el (woman-italic-face, woman-bold-face)
1252 (woman-unknown-face): Add dark-background variants.
1253 (woman-default-faces): Renamed from `woman-colour-faces'.
1254 Set using the stored defaults, rather than using hard-wired colors.
1255 (woman-monochrome-faces): Renamed from `woman-black-faces'.
1256 Just make the foreground `unspecified' rather than "black".
1257 (woman-menu): Rename menu entries accordingly.
1258
1259 * faces.el (header-line): Make more reasonable on mono/grayscale
1260 displays.
1261
12622000-10-23 Andrew Choi <akochoi@i-cable.com>
1263
1264 * cus-edit.el (custom-button-face): Use 3D look for mac.
1265 (custom-button-pressed-face): Likewise.
1266
1267 * faces.el (set-face-attributes-from-resources): Handle mac frames
1268 in the same way as x and w32 frames.
1269 (face-valid-attribute-values): Likewise.
1270 (read-face-attribute): Likewise.
1271 (defined-colors): Likewise.
1272 (color-defined-p): Likewise.
1273 (color-values): Likewise.
1274 (display-grayscale-p): Likewise.
1275 (face-set-after-frame-default): Likewise.
1276 (mode-line): Same default face as for x and w32.
1277 (tool-bar): Likewise.
1278
1279 * frame.el: Remove call to frame-notice-user-settings at end of
1280 the file.
1281
1282 * info.el (Info-fontify-node): make underlines invisible for mac
1283 as for x, pc, and w32 frame types.
1284
1285 * term/mac-win.el: New file.
1286
12872000-10-22 Dave Love <fx@gnu.org>
1288
1289 * textmodes/refill.el: New file.
1290
12912000-10-22 Andre Spiegel <spiegel@gnu.org>
1292
1293 * vc-hooks.el (vc-version-backup-file-name): New optional args
1294 MANUAL and REGEXP.
1295 (vc-delete-automatic-version-backups, vc-make-version-backup):
1296 New functions.
1297 (vc-before-save): Use the latter.
1298 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
1299 confusion.
1300
1301 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
1302 expected by vc[-hooks].el.
1303
1304 * vc.el (vc-checkout): Added `-p' suffix in call to
1305 vc-make-version-backups-p; use vc-make-version-backup to actually
1306 make the backup.
1307 (vc-version-other-window, vc-version-backup-file): Handle both
1308 automatic and manual backups.
1309 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
1310 of all of them.
1311
13122000-10-22 Miles Bader <miles@gnu.org>
1313
1314 * comint.el (comint-highlight-input, comint-highlight-prompt):
1315 Renamed, `-face' at end removed.
1316 (comint-send-input, comint-output-filter): Use renamed faces.
1317
1318 * window.el (fit-window-to-buffer): Change defaulting of
1319 MAX-HEIGHT slightly.
1320
1321 * faces.el (color-values, color-defined-p): Use `member', not
1322 `memq', because it works correctly for strings.
1323 (frame-set-background-mode): Actually, "unspecified-fg" and
1324 "unspecified-bg" *are* strings. Use `member', not `memq', and
1325 `equal', not `eq', when a string value is possible.
1326
13272000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
1328
1329 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
1330
13312000-10-21 Stefan Monnier <monnier@cs.yale.edu>
1332
1333 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
1334 sh-electric-rparen, sh-electric-less and sh-electric-hash.
1335 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
1336 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
1337 (sh-font-lock-syntactic-keywords): Use them.
1338 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
1339 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
1340 (sh-mode): Don't override font-lock-unfontify-region-function.
1341 Use a copy of sh-font-lock-syntactic-keywords.
1342 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
1343 Don't call sh-scan-buffer since font-lock does it on the fly.
1344 (sh-get-indent-info): Use `face' rather than `syntax-table'
1345 text-property to detect here-documents.
1346 Replace sh-special-syntax with sh-st-punc.
1347 (sh-prev-line): Use `face' rather than `syntax-table'
1348 text-property to skip over here-documents.
1349 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
1350 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
1351 (sh-electric-less, sh-set-here-doc-region)
1352 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
1353 (sh-scan-buffer, sh-rescan-buffer): Remove.
1354
13552000-10-21 Andrew Innes <andrewi@gnu.org>
1356
1357 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
1358 remote (ange-ftp) file names.
1359
13602000-10-21 Miles Bader <miles@gnu.org>
1361
1362 * window.el (fit-window-to-buffer): New function.
1363 (shrink-window-if-larger-than-buffer): Use it.
1364 (window-text-height): Don't expect minibuffers to have mode-lines.
1365
1366 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
1367 * international/quail.el (quail-update-guidance): Use
1368 `fit-window-to-buffer' instead of `set-window-text-height'.
1369
1370 * international/quail.el (quail-show-guidance-buf): Make sure
1371 guidance window really has enough room.
1372 (quail-update-guidance): If quail-guidance-win is already shown,
1373 make sure its height is OK.
1374
1375 * window.el (window-text-height, set-window-text-height):
1376 New functions.
1377 (shrink-window-if-larger-than-buffer): Use `window-text-height'
1378 instead of `window-height' & `mode-line-window-height-fudge'.
1379 (mode-line-window-height-fudge): Add FACE parameter.
1380 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
1381 instead of `enlarge-window' & `mode-line-window-height-fudge'.
1382
13832000-10-20 Miles Bader <miles@gnu.org>
1384
1385 * window.el (height-affecting-face-attributes): Use `defconst'.
1386
1387 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
1388 New function, conditionally aliased to `mode-line-window-height-fudge'.
1389 (ispell-help): Use it.
1390 (ispell-choices-win-default-height): Don't include mode-line fudge.
1391 (ispell-choices-win-default-height): New function.
1392 (ispell-show-choices, ispell-command-loop): Use function
1393 `ispell-choices-win-default-height' instead of variable.
1394
13952000-10-20 Miles Bader <miles@lsi.nec.co.jp>
1396
1397 * window.el (mode-line-window-height-fudge): New variable.
1398 (height-affecting-face-attributes): New variable.
1399 (mode-line-window-height-fudge): New function.
1400 (shrink-window-if-larger-than-buffer): Use it.
1401 * help.el (resize-temp-buffer-window): Likewise.
1402
1403 * info.el (Info-fontify-node): Add support for @subsubsection
1404 titles, which use `Info-title-4-face'.
1405 (Info-title-4-face): New face.
1406 (Info-title-3-face): Inherit from Info-title-4-face instead of
1407 variable-pitch.
1408
14092000-10-19 Jason Rumney <jasonr@gnu.org>
1410
1411 * dired.el (dired-insert-directory): Do not let errors signalled by
1412 attempt to run dired-free-space-program prevent dired from working.
1413
14142000-10-19 Stefan Monnier <monnier@cs.yale.edu>
1415
1416 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
1417
14182000-10-19 Gerd Moellmann <gerd@gnu.org>
1419
1420 * dirtrack.el (dirtrack): Fix call to run-hooks.
1421
1422 * cmuscheme.el (cmuscheme-program-name): Renamed from
1423 scheme-program-name because xscheme.el contains a defcustom with
1424 the same name. As a consequence, customizing group `cmuscheme'
1425 loaded `xscheme' which redefined run-scheme.
1426 (run-scheme): Use cmuscheme-program-name.
1427
1428 * ps-print.el (ps-print-emacs-type): Move into the
1429 eval-and-compile.
1430
1431 * play/doctor.el (doctor-death): Update the Samaritans'
1432 anonymous address, and add a website for Befrienders International.
1433
14342000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1435
1436 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
1437 Avoid compilation gripes. Doc fix.
1438 (ps-print-version): New version number (6.2).
1439 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
1440 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
1441 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
1442 (ps-x-extent-priority, ps-x-extent-start-position)
1443 (ps-x-face-font-instance, ps-x-find-coding-system)
1444 (ps-x-font-instance-properties, ps-x-make-color-instance)
1445 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
1446 avoid compilation gripes without defining functions.
1447 (ps-e-find-composition): Alias for function find-composition, to have a
1448 suitable function depending on Emacs version.
1449 (ps-color-device, ps-color-values, ps-face-foreground-name)
1450 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
1451 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
1452 (ps-print-ensure-fontified): Function definitions surrounded by
1453 `eval-and-compile' to avoid compilation gripes.
1454 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
1455 by symbol-value to avoid compilation gripes.
1456 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
1457 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
1458
14592000-10-19 Miles Bader <miles@lsi.nec.co.jp>
1460
1461 * startup.el (normal-top-level): Call `frame-set-background-mode'
1462 after `frame-notice-user-settings' because the latter doesn't call
1463 the former on a tty.
1464
1465 * faces.el (frame-set-background-mode): `unspecified' &c are
1466 symbols, not strings.
1467
14682000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
1469
1470 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
1471 why some "light*" colors are deliberately absent from the alist.
1472
1473 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
1474 Change colors for tty's, as suggested by Miles Bader.
1475
14762000-10-19 Kenichi Handa <handa@etl.go.jp>
1477
1478 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
1479 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
1480 for ISO10646-1 fonts.
1481 (x-font-name-charset-alist): Add an entry for "iso10646-1".
1482
14832000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
1484
1485 * faces.el (frame-set-background-mode): If a tty frame defines a
1486 background color, use that to compute the background mode, instead
1487 of always defaulting to "dark".
1488
14892000-10-19 Miles Bader <miles@lsi.nec.co.jp>
1490
1491 * comint.el (comint-write-output): New function.
1492 (comint-mode-map): Add it to the menu.
1493 Bind `C-c C-s' to comint-write-output.
1494
14952000-10-18 Gerd Moellmann <gerd@gnu.org>
1496
1497 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
1498 Use fancy-splash-delay.
1499
15002000-10-18 Alex Schroeder <alex@gnu.org>
1501
1502 * progmodes/sql.el (sql-sybase-options): New option.
1503 (sql-sybase): Use it. Add sql-database to the list of parameters
1504 provided for login. The options -w 2048 -n are not used any more.
1505
1506 * comint.el (comint-read-input-ring): Bugfix such that the first
1507 and the last entry of the input ring file are not lost.
1508
15092000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1510
1511 * ps-print.el: Internal variable changes to defcustom,
1512 make-local-hook changes to defvar. Doc fix.
1513 (ps-print-version): New version number (6.1).
1514 (ps-setup, ps-do-despool): Code fix.
1515 (ps-printer-name): Customization fix.
1516 (ps-printer-name-option): Now is a defcustom instead of an
1517 internal variable.
1518 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
1519 (ps-print-begin-column-hook): Now are defvar instead of
1520 make-local-hook.
1521
15222000-10-18 Miles Bader <miles@gnu.org>
1523
1524 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
1525 (comint-kill-output): Changed into an alias for `comint-delete-output',
1526 and made obsolete.
1527 (comint-mode-map): Rename references to comint-kill-output.
1528
15292000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
1530
1531 * diff-mode.el (diff-header-face, diff-file-header-face)
1532 (diff-changed-face): Add bold and italic attributes to tty faces.
1533 (diff-function-face): New face.
1534 (diff-font-lock-keywords): Use it.
1535
15362000-10-18 Miles Bader <miles@lsi.nec.co.jp>
1537
1538 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
1539 Remove commented-out call to force-mode-line-update.
1540 (comint-kill-output): Use `forward-line 0' instead of
1541 beginning-of-line to make sure we get past the prompt.
1542
15432000-10-17 Stefan Monnier <monnier@cs.yale.edu>
1544
1545 * diff-mode.el (diff-header-face, diff-file-header-face):
1546 Add specific setting for dark background.
1547 (diff-context-face): Renamed from diff-comment-face.
1548 Set explicitly rather than inheriting from font-lock-comment-face.
1549
15502000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1551
1552 * startup.el (command-line): Move the code which sets the default
1553 TTY colors to before before-init-hook.
1554
15552000-10-17 Gerd Moellmann <gerd@gnu.org>
1556
1557 * jit-lock.el (jit-lock-stealth-time): Doc fix.
1558
15592000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1560
1561 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
1562 extensions, for MS-DOS.
1563
1564 * diff-mode.el (diff-header-face, diff-file-header-face)
1565 (diff-changed-face): Define tty-specific colors.
1566
15672000-10-17 Gerd Moellmann <gerd@gnu.org>
1568
1569 * startup.el (fancy-splash-text): Realign the text.
1570
15712000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1572
1573 * font-lock.el (font-lock-comment-face): Define a separate default
1574 for dark-background tty's.
1575
15762000-10-17 Miles Bader <miles@gnu.org>
1577
1578 * help.el (resize-temp-buffer-window): Add hack to avoid last line
1579 being obscured by whizzy mode-lines on graphics displays.
1580
15812000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1582
1583 * info.el (Info-title-1-face, Info-title-2-face)
1584 (Info-title-3-face): Define colors for tty's.
1585 (info-header-node): Remove unneeded tty-specific definition.
1586
15872000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
1588
1589 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
1590 reverse from the frame parameters, and don't invert foreground and
1591 background colors.
1592
15932000-10-16 Miles Bader <miles@gnu.org>
1594
1595 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
1596 string "*Info*". Call propertized-buffer-identification to spruce
1597 up the result.
1598
15992000-10-16 Gerd Moellmann <gerd@gnu.org>
1600
1601 * help.el: Provide `help' for the sake of define-minor-mode
1602 which generates defcustoms with requires.
1603
1604 * jit-lock.el (jit-lock-after-change): If we're in text that
1605 matches a multi-line font-lock pattern, make sure the whole text
1606 will be redisplayed.
1607
1608 * emacs-lisp/authors.el (authors-add): Don't add an entry if
1609 author's name is unknown.
1610
1611 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
1612 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
1613 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
1614 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
1615 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
1616 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
1617 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
1618 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
1619 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
1620 Add author information.
1621
16222000-10-16 Miles Bader <miles@lsi.nec.co.jp>
1623
1624 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
1625 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
1626 full-color version (using the Gimp) to eliminate dithering artifacts.
1627
16282000-10-15 Stefan Monnier <monnier@cs.yale.edu>
1629
1630 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
1631
1632 * simple.el (syntax-flag-table, string-to-syntax): Remove.
1633
16342000-10-15 Dave Love <fx@gnu.org>
1635
1636 * progmodes/sh-script.el: Require skeleton and comint when
1637 compiling.
1638
1639 * pcomplete.el (pcomplete) <defgroup>: Add :version.
1640
1641 * whitespace.el: Doc fixes.
1642 (top-level): Don't add hooks here.
1643 (whitespace-running-emacs): Deleted.
1644 (timer): Don't require.
1645 (whitespace): Add back :version conditional on xemacs test.
1646 (whitespace-spacetab-regexp, whitespace-indent-regexp)
1647 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
1648 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
1649 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
1650 Avoid specific xemacs test.
1651 (whitespace-global-mode): New option.
1652 (whitespace-global-mode): New command.
1653 (whitespace-unload-hook): New function.
1654
1655 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
1656 (Info-fontify-node, Info-goto-node, Info-mode-menu)
1657 (Info-fontify-node): `Goto' goes to `Go to'.
1658 (Info-fontify-node): Add help-echo to xref links.
1659
16602000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
1661
1662 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
1663
16642000-10-15 Stefan Monnier <monnier@cs.yale.edu>
1665
1666 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
1667 Use plist-get and allow :inherit.
1668
1669 * emacs-lisp/cl-macs.el (cl-do-arglist):
1670 Use plist-get and plist-member instead of memq.
1671
1672 * emacs-lisp/ewoc.el (ewoc-location): New function.
1673 (ewoc-enter-after, ewoc-enter-before): Document return value.
1674 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
1675 Don't need make-local-hook any more.
1676 (cvs-addto-collection): Return the new tin.
1677 (cvs-mode-insert): Jump to the new line.
1678
1679 * jit-lock.el (jit-lock-fontify-buffer): Remove.
1680
1681 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
1682
1683 * font-lock.el (font-lock-syntactically-fontified): New var.
1684 (font-lock-fontify-syntactic-keywords-region): Use it.
1685 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
1686
1687 * diff-mode.el (diff-find-file-name): Fix regexp.
1688
1689 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
1690 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
1691
1692 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
1693 (sh-mode-syntax-table): Add punctuation syntax for < and >.
1694 (sh-mode): Don't make all vars local here.
1695 (sh-kw): Reformat.
1696 (sh-set-shell): Use dolist. Don't set indent-region-function.
1697 (sh-mode-syntax-table): Use pop.
1698 (sh-remember-variable): Use push.
1699 (sh-help-string-for-variable): Use memq.
1700 (sh-safe-backward-sexp): Remove.
1701 (sh-safe-forward-sexp): Add ARG.
1702 (sh-get-indent-info, sh-prev-stmt): Use it.
1703 (sh-prev-line): Simplify by using forward-comment.
1704 (sh-this-is-a-continuation): Simplify.
1705 (sh-learn-buffer-indent): Use dolist.
1706 (sh-do-nothing): Remove.
1707 (sh-set-char-syntax, sh-set-here-doc-region):
1708 Use inhibit-modification-hooks.
1709 (sh-name-style): Use mapcar and push.
1710 (sh-load-style): Use dolist.
1711 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
1712 (sh-case, sh-while-getopts): Use propertize directly rather
1713 than sh-electric-rparen.
1714
17152000-10-14 Stefan Monnier <monnier@cs.yale.edu>
1716
1717 * textmodes/tex-mode.el: Require CL when compiling.
1718 (tex-mode-syntax-table): Init immediately.
1719 (tex-mode-map): Bind M-RET to latex-insert-item.
1720 (latex-mode): Set indent-line-function to latex-indent.
1721 (tex-common-initialization): Don't setup the syntax-table any more.
1722 (latex-insert-item): New skeleton.
1723 (tex-next-unmatched-end): Fix copy/paste braino.
1724 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
1725 (latex-indent, latex-find-indent): New functions.
1726 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
1727 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
1728 (tex-compilation-parse-errors): Use with-syntax-table.
1729
17302000-10-15 Miles Bader <miles@gnu.org>
1731
1732 * font-lock.el (font-lock-comment-face): Change dark-background,
1733 color, non-tty, default to `chocolate1'.
1734
17352000-10-13 John Wiegley <johnw@gnu.org>
1736
1737 * eshell/esh-util.el (require): Added a missing `require' form,
1738 needed when compiling (for an ange-ftp macro definition).
1739
17402000-10-13 Dave Love <fx@gnu.org>
1741
1742 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
1743
17442000-10-13 Gerd Moellmann <gerd@gnu.org>
1745
1746 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
1747 fix.
1748
1749 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
1750 transparent -colors 8).
1751
17522000-10-13 Stephen Gildea <gildea@alum.mit.edu>
1753
1754 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
1755 that breaks with old list format timestamps.
1756 (time-stamp-warn-inactive, time-stamp-old-format-warn)
1757 (time-stamp-count, time-stamp-conversion-warn): Improved doc
1758 strings.
1759
17602000-10-13 John Wiegley <johnw@gnu.org>
1761
1762 * align.el, pcomplete.el, calendar/timeclock.el,
1763 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
1764
1765 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
1766 faulty math, where holiday hours were being computing as seconds.
1767
17682000-10-13 John Wiegley <johnw@gnu.org>
1769
1770 * desktop.el (desktop-buffer-modes-to-save): Added a global for
1771 specifying what "other" kinds of buffers should be saved. This
1772 used to be hard-coded.
1773 (desktop-buffer-misc-functions): A global for specifying how
1774 auxiliary data should be determined for special buffer types.
1775 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
1776 instead of hard-coding the special buffer types.
1777 (desktop-save): Run `desktop-buffer-misc-functions' to gather
1778 auxiliary data, instead of hard-coding for Info buffers and dired.
1779 (desktop-buffer-info-misc-data): Aux function for determining Info
1780 buffer auxiliary info.
1781 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
1782 (desktop-buffer-info): Changed this function to use the info
1783 gathered above.
1784 (desktop-create-buffer): Be a little more careful about what
1785 `minor-mode' means before calling it. This is important for some
1786 buffer types.
1787
17882000-10-13 John Wiegley <johnw@gnu.org>
1789
1790 * eshell/esh-util.el: Added a global form which declares an
1791 autoload for `parse-time-string', if that function is not already
1792 defined, and if parse-time.el is available on the user's system.
1793
1794 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
1795 to be aware of ange-ftp user info.
1796 (eshell-do-ls): Bind `ange-cache'. Also, use
1797 `eshell-file-attributes'.
1798 (eshell-ls-annotate): Use `eshell-file-attributes'.
1799 (eshell-ls-file): Made the user-id printing code a bit smarter.
1800
1801 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
1802 allow identification of alias user ids in remote directories.
1803 It's manual, but there's no other way to know when the current
1804 user on the local machine, is also the owning user on the remote
1805 machine.
1806 (fboundp): Bind `ange-cache'.
1807 (eshell-directory-files-and-attributes): Re-organized the logic a
1808 bit to use `eshell-file-attributes' instead of `file-attributes'.
1809 The former is more sensitive to directories that are read via FTP,
1810 and knows how to use ange-ftp to determine full attribute
1811 information, instead of just the name and last modtime.
1812 (eshell-current-ange-uids): Return the current user id when in a
1813 remote directory.
1814 (eshell-parse-ange-ls): Parse a full directory listing that has
1815 been returned by ange-ftp.
1816 (eshell-file-attributes): This beefed up version of
1817 `file-attributes' is only special if the user is currently in a
1818 remote directory, in which case it does a lot of work to find out
1819 what the real attributes of a file are, as they appear on the
1820 remote machine. This makes usage of remote directories (i.e.,
1821 ange-ftp pathnames) much more useful. You can now use Eshell as a
1822 full-fledged FTP client, with much more manipulation ability than
1823 most other clients.
1824
1825 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
1826 variable, which means that Eshell's du should always be preferred
1827 in remote directories.
1828 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
1829 just `file-attributes'.
1830 (eshell-mvcp-template): Bind `ange-cache', to improve performance
1831 when reading remote directories. This is an Eshell-specific
1832 variable (not part of ange-ftp).
1833 (eshell/ln): Bind `ange-cache'.
1834 (eshell/du): Added some extra logic for determining when to use
1835 Eshell's du (which is slow), and when to use the external version
1836 (which may or may not exist).
1837
1838 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
1839 `eshell-interactive-process', rather than using
1840 `get-buffer-process', since backgrounded processes don't count in
1841 the context of this function's logic.
1842
1843 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
1844 `forward-char', so that null strings are parsed correctly.
1845
18462000-09-13 John Wiegley <johnw@gnu.org>
1847
1848 * eshell/em-pred.el (eshell-pred-file-type,
1849 eshell-pred-file-links, eshell-pred-file-size): Use
1850 `eshell-file-attributes'. This is more correct over ange-ftp.
1851
1852 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
1853 that remote file globbing is more efficient.
1854
1855 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
1856 gathering the files and attributes within a directory.
1857
1858 * eshell/em-unix.el (eshell/cat): If any of the files passed on
1859 the command line is a special file (not a regular file, directory
1860 or symlink), always attempt to call the external version of cat.
1861
18622000-09-13 John Wiegley <johnw@gnu.org>
1863
1864 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
1865 Eshell-friendly version of find-tag.
1866
18672000-10-13 Miles Bader <miles@lsi.nec.co.jp>
1868
1869 * image-file.el (image-file-name-extensions)
1870 (image-file-name-regexps): Add autoload cookies.
1871
18722000-10-13 Kenichi Handa <handa@etl.go.jp>
1873
1874 * international/mule-cmds.el (select-safe-coding-system): If FROM
1875 is string, show it in *Warning* buffer.
1876
18772000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
1878
1879 * startup.el (normal-top-level): Use display-popup-menus-p instead
1880 of window-system.
1881 (command-line): Use display-graphic-p instead of window-system.
1882 (command-line-1): Use display-popup-menus-p and display-mouse-p
1883 instead of window-system.
1884
18852000-10-12 Sam Steingold <sds@gnu.org>
1886
1887 * tooltip.el (tooltip-use-echo-area): New user variable.
1888 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
1889
18902000-10-12 Dave Love <fx@gnu.org>
1891
1892 * recentf.el: Maintainer's checkdoc fixes.
1893
1894 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
1895 character class, not ASCII when matching file names.
1896 (fancy-splash-head): Add trailing slash to URL.
1897 (command-line): Don't require XPM support for toolbar.
1898
1899 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
1900 (cperl-invalid-face): Revert last change.
1901 (cperl-init-faces): Quote cperl-invalid-face.
1902
19032000-10-12 Kenichi Handa <handa@etl.go.jp>
1904
1905 * startup.el (fancy-splash-text): Remove superfluous quote.
1906
19072000-10-12 Gerd Moellmann <gerd@gnu.org>
1908
1909 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
1910 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
1911 (command-line-1): Don't use fancy-splash-pending-command.
1912 (fancy-splash-screens-1): Goto point-min after inserting text.
1913
1914 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
1915
1916 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
1917 instead of shared-lisp-mode-map.
1918
19192000-10-12 Miles Bader <miles@lsi.nec.co.jp>
1920
1921 * faces.el (header-line): Change tty-variant to use underlining.
1922
1923 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
1924 (isearch-highlight): Restore lazy-isearch face properties at old
1925 position, and suppress them at new position.
1926 (isearch-dehighlight): Restore lazy-isearch face properties.
1927 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
1928 over the real isearch overlay, but in that case, don't give it a
1929 face property. Use `push'.
1930
19312000-10-12 Kenichi Handa <handa@etl.go.jp>
1932
1933 * man.el (Man-getpage-in-background): Fix previous change.
1934 Decode the process output only when we are in multibyte mode.
1935
19362000-10-11 Dave Love <fx@gnu.org>
1937
1938 * info.el (Info-mode-menu): Fix some help.
1939 (info-tool-bar-map): Add entry for Info-last.
1940
1941 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
1942 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
1943 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
1944 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
1945 * toolbar/search-replace.xpm, toolbar/exit.xpm:
1946 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
1947 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
1948 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
1949 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
1950 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
1951 Reduce colour requirements to 25 overall. (Probably wants
1952 revisiting from the originals to reduce further.)
1953
19542000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
1955
1956 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
1957 buffer-file-coding-system, instead of raw-text.
1958 (dehexlify-buffer): Bind coding-system-for-read to
1959 buffer-file-coding-system, instead of raw-text.
1960
19612000-10-11 Sam Steingold <sds@gnu.org>
1962
1963 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
1964 `underline' - fixes the bug introduced on 2000-09-21.
1965
19662000-10-11 Dave Love <fx@gnu.org>
1967
1968 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
1969 compiler warnings.
1970 (scheme-mode): Doc fix.
1971 (scheme-font-lock-keywords-1): Match `define-syntax'.
1972
19732000-10-11 Miles Bader <miles@lsi.nec.co.jp>
1974
1975 * faces.el (frame-set-background-mode): Pay attention to saved
1976 face specs as well as default ones. Only do anything if the
1977 bg-mode or display-type has actually changed. Use `dolist'.
1978 (region): Make dark-background `region' face less in-your-face.
1979
19802000-10-10 Sam Steingold <sds@gnu.org>
1981
1982 * chistory.el, ielm.el, ledit.el:
1983 * progmodes/inf-lisp.el, progmodes/scheme.el:
1984 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
1985
19862000-10-10 Stefan Monnier <monnier@cs.yale.edu>
1987
1988 * textmodes/texinfo.el: Update copyright and fix typo.
1989
1990 * desktop.el (desktop-modes-not-to-save): New var.
1991 (desktop-save-buffer-p): Use it.
1992 Also, obey desktop-buffers-not-to-save even for non-file buffers.
1993 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
1994
19952000-10-10 Dave Love <fx@gnu.org>
1996
1997 * toolbar/tool-bar.el (tool-bar-add-item)
1998 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
1999 display.
2000
2001 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
2002 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
2003 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
2004 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
2005 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
2006 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
2007 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
2008 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
2009 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
2010 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
2011 the .xpms; probably need retouching.
2012
20132000-10-10 Miles Bader <miles@lsi.nec.co.jp>
2014
2015 * subr.el (add-to-list): Add optional argument APPEND.
2016 * battery.el (display-battery): Use `add-to-list'.
2017
20182000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
2019
2020 * play/zone.el (zone-timer, zone-wc-tbl): Rework
2021 these vars as symbol properties.
2022 (zone, zone-when-idle, zone-leave-me-alone)
2023 (zone-pgm-whack-chars): Use new symbol properties.
2024
2025 * battery.el (display-battery): Doc spelling fix.
2026
2027 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
2028 property.
2029
20302000-10-09 Dave Love <fx@gnu.org>
2031
2032 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
2033 has been initialized before calling tool-bar-setup.
2034 (tool-bar-add-item-from-menu): Add autoload cookie.
2035
20362000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
2037
2038 * menu-bar.el (send-mail-item-name): New function.
2039 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
2040 of mail-user-agent in the menu. Don't display the "Send Mail"
2041 item if mail-user-agent is nil or its value is ignore.
2042 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
2043 if read-mail-command is nil or its value is ignore.
2044
2045 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
2046
20472000-10-09 Miles Bader <miles@gnu.org>
2048
2049 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
2050 Correct image size.
2051 * toolbar/left_arrow.xpm: Correct image size.
2052
2053 * jka-compr.el: Don't call `jka-compr-install' when loading (it
2054 will be done by the definition of `auto-compression-mode' if
2055 necessary. Move code to uninstall existing file-name handler
2056 before definition of `auto-compression-mode'.
2057
2058 * image-file.el (auto-image-file-mode): Move to the end of the
2059 file, because `define-minor-mode' actually calls the mode-function
2060 if the associated variable is non-nil, which requires that all
2061 needed functions be already defined.
2062
2063 * mouse.el (popup-menu): Balance parens.
2064
20652000-10-08 Stefan Monnier <monnier@cs.yale.edu>
2066
2067 * mouse.el (popup-menu): Move the command call outside the loop
2068 so that popup-menu returns whatever the command returns.
2069
2070 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
2071 (initialize-new-tags-table): Use run-hook-with-args-until-success.
2072 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
2073 (tags-table-format-functions): Renamed from tags-table-format-hooks.
2074
2075 * vc.el (vc-version-diff): diff-switches can be a list.
2076 Use relative filenames for prettier output.
2077
2078 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
2079 (vc-post-command-functions): Remove old-VC compatibility code.
2080
2081 * newcomment.el (comment-indent-default): Autoload.
2082
2083 * font-lock.el (font-lock-defaults): Make buffer-local.
2084 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
2085 (font-lock-choose-keywords):
2086 Ignore LEVEL unless KEYWORDS is a list of syms.
2087 (c-keywords, c++-keywords, objc-keywords, java-keywords):
2088 Don't wrap regexp-opt things in \(...\) unnecessarily.
2089
2090 * jit-lock.el: Don't require font-lock any more.
2091 (jit-lock-functions): Make buffer-local.
2092 (jit-lock-saved-fontify-buffer-function): Remove.
2093 (jit-lock-mode): Remove autoload cookie.
2094 Remove font-lock specific code.
2095 (jit-lock-unregister): Don't bother handling complex hooks any more.
2096 (jit-lock-refontify): New function.
2097 (jit-lock-fontify-buffer): Use it.
2098 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
2099 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
2100 Add optional args START and END.
2101 Never call font-lock-fontify-region directly.
2102 (jit-lock-function, jit-lock-stealth-fontify): Use it.
2103
2104 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
2105
21062000-10-08 Dave Love <fx@gnu.org>
2107
2108 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
2109
2110 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
2111
2112 * play/studly.el (studlify-region, studlify-word): Add autoload
2113 cookie.
2114
2115 * play/morse.el (morse-region, unmorse-region): Add autoload
2116 cookie.
2117
2118 * play/spook.el (spook-phrases-file): Use expand-file-name, not
2119 concat.
2120
2121 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
2122 insist on symbols starting with word syntax.
2123 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
2124 (eval-defun-1): Doc fix.
2125 (indent-sexp): Use nconc to build up indent-stack.
2126
2127 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
2128 Gnus with little use.
2129 (mail-setup-hook): Add mail-abbrevs-setup to options.
2130
2131 * recentf.el: Doc fixes.
2132
2133 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
2134 Clean up remainder.
2135
2136 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
2137 without timezone and (8) with timezone to enforce some whitespace.
2138 Simplify code somewhat.
2139
2140 * options.el (list-options): Doc that you should use customize.
2141
2142 * iswitchb.el (iswitchb-mode): Add :require.
2143
2144 * info.el (Info-goto-node, Info-menu): Doc fix.
2145 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
2146 (info-tool-bar-map): New variable.
2147 (Info-mode): Use it.
2148 (Info-edit-map): Define all in defvar.
2149 (speedbar-attached-frame): Avoid compiler warning.
2150
2151 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
2152 (global-map): Bind [tool-bar] to a filtered map.
2153 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
2154 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
2155 Allow PBM icons.
2156 (tool-bar-setup): Adjust calls of tool-bar-add-item.
2157
2158 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
2159 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
2160 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
2161 icons, except up_arrow, which is left-arrow rotated.
2162
2163 * imenu.el (imenu-add-to-menubar): Fix last change.
2164
21652000-10-08 Peter Breton <pbreton@ne.mediaone.net>
2166
2167 * generic-x.el (rul-generic-mode): Remove eval-when-compile
2168 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
2169
21702000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
2171
2172 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
2173 typos in doc strings.
2174
2175 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
2176 the doc strings how to customize Font Lock faces.
2177
2178 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
2179 computing growth when dragging the header line.
2180
21812000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
2182
2183 * simple.el (kill-line): Doc fix.
2184
21852000-10-08 Miles Bader <miles@gnu.org>
2186
2187 * faces.el (secondary-selection): Make foreground visible on tty.
2188
2189 * jka-compr.el (auto-compression-mode): Move to the end of the
2190 file, because `define-minor-mode' actually calls the mode-function
2191 if the associated variable is non-nil, which requires that all
2192 needed functions be already defined.
2193 (with-auto-compression-mode): Add autoload cookie.
2194
21952000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
2196
2197 * files.el (find-backup-file-name) [ms-dos]: If support for long
2198 file names is not available, behave as if version-control were set
2199 to never.
2200
22012000-10-07 Dave Love <fx@gnu.org>
2202
2203 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
2204 (browse-url-gnome-moz): New function.
2205 (browse-url-browser-function): Use it.
2206 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
2207
22082000-10-07 Stefan Monnier <monnier@cs.yale.edu>
2209
2210 * indent.el (tab-always-indent): New var.
2211 (indent-for-tab-command): Use it.
2212
2213 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
2214 raise an error. This way it can still default to a sane value.
2215
22162000-10-06 Stefan Monnier <monnier@cs.yale.edu>
2217
2218 * startup.el (fancy-splash-screens): Use local rather than global map.
2219 Don't use `update-menu-bindings' any more.
2220 Get rid of assumptions about keymap representation.
2221
22222000-10-06 Dave Love <fx@gnu.org>
2223
2224 * textmodes/fill.el (sentence-end-double-space)
2225 (sentence-end-without-period): Doc fix.
2226 (adaptive-fill-regexp): Purecopy.
2227 (unjustify-current-line): Use line-end-position.
2228 (fill-individual-paragraphs-prefix): Use line-beginning-position.
2229
2230 * net/eudc-vars.el (eudc): Add :version, :link.
2231
2232 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
2233
2234 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
2235 Fix for define-minor-mode.
2236 (function-at-point): Alias to function-called-at-point.
2237
2238 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
2239
2240 * simple.el (backward-word): Doc fix.
2241
2242 * image-file.el (image-file-name-regexp): image-file-regexps ->
2243 image-file-name-regexps.
2244 (image-file-name-extensions): Add pbm.
2245
22462000-10-06 Stefan Monnier <monnier@cs.yale.edu>
2247
2248 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
2249 and add filename to the names so that diff-mode can jump to source.
2250
2251 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
2252 (tex-font-lock-keywords, tex-font-lock-keywords-2)
2253 (tex-font-lock-keywords-1): Remove.
2254 (font-lock-turn-on-thing-lock): Use jit-lock-register.
2255 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
2256 (font-lock-default-fontify-region):
2257 Expand beg..end correctly when just following a multiline region.
2258 (font-lock-fontify-anchored-keywords):
2259 Include the anchor text as part of the multiline.
2260
22612000-10-06 Gerd Moellmann <gerd@gnu.org>
2262
2263 * loadup.el (toplevel): Load `loaddefs' before `help' because the
2264 latter needs the autoloaded define-minor-mode macro during the
2265 bootstrap.
2266
2267 * startup.el (command-line): For now, activate tool-bar-mode only
2268 if XPM images are supported.
2269
2270 * mouse.el (mouse-drag-header-line): Don't allow resizing a
2271 window by dragging a header-line at the top of the frame; that's
2272 confusing because the header-line doesn't move.
2273 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
2274 of treating the event as a list. Some cleanup.
2275
22762000-10-06 Miles Bader <miles@gnu.org>
2277
2278 * simple.el (display-message-or-buffer): New function.
2279 (shell-command-on-region): Use `display-message-or-buffer'.
2280
2281 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
2282 docstring parts.
2283
2284 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
2285 (smbclient-prompt-regexp): Add usage note to doc string.
2286 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
2287 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
2288 Use add-hook for adding the comint filter function, and only do so
2289 if it's not already in the global hook list.
2290 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
2291 to `make-local-variable'.
2292 (nslookup-font-lock-keywords): Remove prompt entry.
2293 (nslookup): Don't set the process-filter.
2294 (finger): Exit the loop correctly when the regexps list runs out.
2295 (ftp, smbclient, smbclient-list-shares):
2296 Set the real major mode immediately, not after execing.
2297 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
2298
2299 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
2300
23012000-10-05 Stefan Monnier <monnier@cs.yale.edu>
2302
2303 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
2304
2305 * which-func.el (which-func-format): Remove spurious space.
2306 (which-func-mode): Don't make it permanent-local.
2307 (which-func-ff-hook): Allow which-func-maxout to be nil.
2308 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
2309 (which-func-mode): Simplify.
2310 Use post-command-idle-hook rather than post-command-hook.
2311 Go through all buffers and update their state.
2312 (which-function): Also try add-log-current-defun-function.
2313
2314 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
2315 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
2316 Update call to with-vc-properties accordingly.
2317 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
2318 (vc-revert-buffer): More careful about window selection and deletion.
2319 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
2320
2321 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
2322 (cvs-retrieve-revision): Reuse a pre-existing buffer.
2323 (cvs-dired-action): Change the default to quickdir.
2324
2325 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
2326 if comment-indent-function returns nil.
2327 (comment-indent-default): New function.
2328 (comment-indent-function): Use it and document the new semantics.
2329
2330 * image-file.el: Docstring fixes.
2331
2332 * help.el (help-xref-on-pp): Use match-string.
2333 (describe-variable): New arg BUFFER.
2334 Store the current buffer in the help-xref-stack.
2335 (temp-buffer-resize-mode): Use define-minor-mode.
2336
2337 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
2338 consistently with its docstring.
2339 Set jit-lock-first-unfontify-pos in an idempotent way.
2340 (jit-lock-register): Autoload and add arg CONTEXTUAL.
2341
23422000-10-05 Alex Schroeder <alex@gnu.org>
2343
2344 * sql.el (sql-mysql-options): New variable.
2345 (sql-mysql): Use it.
2346
23472000-10-05 Miles Bader <miles@lsi.nec.co.jp>
2348
2349 * image.el (image): New group.
2350
2351 * smerge-mode.el (smerge-mine-face, smerge-other-face)
2352 (smerge-base-face, smerge-markers-face): Add dark-background variants.
2353
23542000-10-04 Peter Breton <pbreton@ne.mediaone.net>
2355
2356 * net/net-utils.el (nslookup-font-lock-keywords)
2357 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
2358 Ignore the value of wqindow-system; always define keywords
2359
23602000-10-05 Kenichi Handa <handa@etl.go.jp>
2361
2362 * startup.el (fancy-splash-screens): Remove the code for
2363 debugging; `(trace-to-stderr "EXITTT\n")'.
2364
23652000-10-05 Miles Bader <miles@gnu.org>
2366
2367 * diff-mode.el (diff-goto-source): Update call to
2368 `diff-hunk-status-msg' to reflect new REV variable.
2369
23702000-10-04 Stefan Monnier <monnier@cs.yale.edu>
2371
2372 * progmodes/icon.el (icon-mode):
2373 Don't gratuitously override the default for comment-column.
2374
2375 * vc-hooks.el (vc-mode-line): Fix interactive spec.
2376
2377 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
2378 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
2379 (jit-lock-functions): New var.
2380 (jit-lock-function-1): Use it if non-nil.
2381 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
2382 Set the `fontified' property before doing the fontification to avoid
2383 repeatedly going through the same error.
2384 Don't turn errors into messages.
2385 (jit-lock-register, jit-lock-unregister): New functions.
2386
2387 * dired.el (dired-mark-pop-up): Turn comment into docstring.
2388 Use with-current-buffer.
2389
2390 * dired-aux.el (dired-do-create-files, dired-kill-tree):
2391 Turn comment into docstring.
2392
2393 * apropos.el (apropos-mode): Use define-derived-mode.
2394
23952000-10-04 Gerd Moellmann <gerd@gnu.org>
2396
2397 * startup.el (fancy-splash-pending-command): New variable.
2398 (fancy-splash-pre-command): New function.
2399 (fancy-splash-screens): Rewritten.
2400 (command-line-1): If fancy-splash-pending-command is set, call it
2401 interactively.
2402
24032000-10-04 Dave Love <fx@gnu.org>
2404
2405 * toolbar/tool-bar.el (tool-bar-setup): New function.
2406 (tool-bar-mode): Use it.
2407
2408 * subr.el (substitute-key-definition): Doc fix.
2409 (play-sound-file): New command.
2410
24112000-10-04 Andre Spiegel <spiegel@gnu.org>
2412
2413 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
2414 vc-version-backup-file-name): New functions.
2415
2416 * files.el (basic-save-buffer): Call vc-before-save before saving.
2417
2418 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
2419 vc-cvs-stay-local-p.
2420
2421 * vc.el (vc-revert-buffer): Handle empty diff properly.
2422 (vc-version-backup-file): New function.
2423 (vc-checkout): Create a version backup if necessary.
2424 (vc-checkin): If a version backup file exists, delete it.
2425 (vc-version-diff): Diff locally using version backups, if available.
2426 (vc-revert-file): If there's a version backup, revert locally.
2427 (vc-transfer-file): Use version backup for base version, if
2428 available. If not, ask for confirmation whether to get it from the
2429 server. Update mode line before check-in.
2430
24312000-10-04 Dave Love <fx@gnu.org>
2432
2433 * toolbar/tool-bar.el (tool-bar-setup): New function.
2434 (tool-bar-mode): Use it.
2435
24362000-10-04 Peter Breton <pbreton@ne.mediaone.net>
2437
2438 * net/net-utils.el (nslookup-font-lock-keywords)
2439 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
2440 Only set if window-system is non-nil
2441 (net-utils-run-program): Returns buffer.
2442 (network-connection-reconnect): Added this function.
2443
2444 * generic.el:
2445 Incorporates extensive cleanup and docfixes by
2446 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
2447 Uses cl compile-time macros.
2448 (generic-mode-name, generic-comment-list)
2449 (generic-keywords-list, generic-font-lock-expressions)
2450 (generic-mode-function-list, generic-mode-syntax-table):
2451 Removed variables.
2452 (generic-mode-alist): Renamed to generic-mode-list.
2453 (generic-find-file-regexp): Default changed to "^#".
2454 (generic-read-type): Uses completing read on generic-mode-list.
2455 (generic-mode-sanity-check): removed this function.
2456 (generic-add-to-auto-mode): Removed this function
2457 (generic-mode-internal): Bind mode-specific definitions
2458 into function instead of putting them in alist.
2459 (generic-mode-set-comments): Reworked extensively.
2460 (generic-mode-find-file-hook): Simplified regexp searching
2461 (generic-make-keywords-list): Omit extra pair of parens
2462
2463 * find-lisp.el (find-lisp-find-files-internal):
2464 Make sure directory name ends with "/".
2465
2466 * generic-x.el (apache-conf-generic-mode):
2467 Regexp now allows leading whitespace.
2468 (rc-generic-mode): Added eval-when-compile
2469 around generic-make-keywords-list.
2470 Deleted duplicate regexp
2471 (rul-generic-mode): Added eval-when-compile
2472 around generic-make-keywords-list.
2473 (etc-fstab-generic-mode): New generic mode.
2474 (rul-generic-mode): Removed one eval-when-compile
2475 which caused a max-specpdl-size exceeded error.
2476
24772000-10-04 Miles Bader <miles@gnu.org>
2478
2479 * simple.el (minibuffer-temporary-goal-position): New variable.
2480 (next-history-element): Try to keep the position of point in the
2481 input string constant.
2482
2483 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
2484 (dired-do-create-files): If there's only one file, pass it in as
2485 the DEFAULT arg to dired-mark-read-file-name.
2486
24872000-10-03 Stefan Monnier <monnier@cs.yale.edu>
2488
2489 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
2490 (diff-goto-source): Be smarter when choosing REVERSE or not.
2491
2492 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
2493 (texinfo-mode-menu): Add an explicit shortcut for update all.
2494
24952000-10-03 Andre Spiegel <spiegel@gnu.org>
2496
2497 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
2498 factorize backend-specific code cleanly (this was essentially
2499 conceived by Stefan Monnier).
2500 (vc-unregister): Function removed.
2501 (vc-revert-file): New function.
2502 (vc-revert-buffer): Delegate some of the work to it.
2503
2504 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
2505 default branch unconditionally.
2506 (vc-rcs-set-default-branch): New function.
2507 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
2508 (vc-rcs-checkin): If an appropriate default branch has been set,
2509 force creation of that branch.
2510 (vc-rcs-receive-file): Rewritten to contain only backend-specific
2511 code (as suggested by Stefan Monnier).
2512
25132000-10-02 Gerd Moellmann <gerd@gnu.org>
2514
2515 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
2516 highlighting overlay with a different face over the overlay
2517 isearch uses to highlight the current match because that can lead
2518 to bad face combinations.
2519
2520 * loadup.el (toplevel): Load faces before isearch.
2521
2522 * isearch.el (isearch-faces): New custom group.
2523 (isearch): New defface; was already tested for in the code.
2524 (isearch-lazy-highlight-face): Changed to defface from defcustom.
2525 (isearch-highlight): Always use face `isearch'.
2526
25272000-10-02 Dave Love <fx@gnu.org>
2528
2529 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
2530 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
2531 comparison of opcode with operand.
2532
25332000-10-03 Miles Bader <miles@gnu.org>
2534
2535 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
2536 buffer, since the echo area will now grow to accommodate them.
2537
25382000-10-02 Andre Spiegel <spiegel@gnu.org>
2539
2540 * vc-hooks.el (vc-registered): If FILE used to be registered under
2541 a certain backend, try that one first.
2542
2543 * vc.el (vc-responsible-backend): Undo the previous change in the
2544 argument list. Handle multiple backends correctly.
2545 (vc-find-new-backend): Function removed.
2546 (vc-register): Use vc-responsible-backend, as before.
2547 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
2548
25492000-10-02 Gerd Moellmann <gerd@gnu.org>
2550
2551 * startup.el (fancy-splash-head): Change message below the
2552 logo.
2553
25542000-10-02 Miles Bader <miles@lsi.nec.co.jp>
2555
2556 * diff-mode.el (diff-goto-source): Emit a status message.
2557 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
2558 (diff-test-hunk): Fix doc string.
2559 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
2560 (diff-advance-after-apply-hunk): New variable.
2561 (diff-apply-hunk): Don't return a value.
2562
25632000-10-01 Stefan Monnier <monnier@cs.yale.edu>
2564
2565 * vc.el (vc-editable-p): Minor optimization.
2566 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
2567 (vc-find-new-backend): New function split from vc-responsible-backend.
2568 (vc-register): Use it.
2569 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
2570 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
2571 (vc-default-unregister, vc-revert-buffer): Docstring fix.
2572 (vc-clear-headers): Don't use find-file.
2573 (vc-revert-buffer): Use `and' again (must have been a braino).
2574 (vc-switch-backend): Only prompt if requested.
2575 Short circuit if nothing is to be done.
2576 Don't use vc-resynch-buffer which could lose unsaved editing.
2577 (vc-default-receive-file): Update call to vc-unregister.
2578 (with-vc-file, vc-next-action-on-file):
2579 Use vc-backend rather than vc-registered.
2580 (vc-next-action-on-file): Use intern-soft.
2581 Deal with read-only *vc-diff* buffer.
2582 (vc-transfer-file): Docstring fix.
2583
2584 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
2585 (vc-rcs-receive-file): Avoid with-vc-properties.
2586 Update call to vc-unregister.
2587 Use constant `RCS' rather than (dynamically bound) var `backend'.
2588
25892000-10-01 Andre Spiegel <spiegel@gnu.org>
2590
2591 * vc.el (vc-next-action-on-file): Update mode line only if file
2592 is visited.
2593 (vc-start-entry): New argument initial-contents. Don't visit the file
2594 if it isn't already visited. Brought documentation up-to-date.
2595 (vc-next-action, vc-register): Updated calls to vc-start-entry.
2596 (vc-checkin): New optional arg initial-contents, which is passed to
2597 vc-start-entry.
2598 (vc-finish-logentry): Make sure to bury log buffer only if there
2599 really is one. Call `vc-resynch-buffer' on log-file, not
2600 buffer-file-name.
2601 (vc-default-comment-history, vc-default-wash-log): New functions.
2602 (vc-index-of): Removed.
2603 (vc-transfer-file): Make do without the above.
2604 (vc-default-receive-file): Call comment-history unconditionally. Pass
2605 the resulting string to vc-checkin, instead of inserting it into the
2606 comment ring.
2607
2608 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
2609 unconditionally. Use the comments as initial contents of the log
2610 entry buffer. Document the trick to force branch creation with no
2611 changes.
2612
26132000-10-01 Miles Bader <miles@gnu.org>
2614
2615 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
2616 `recenter' with an arg to prevent redrawing the display.
2617
26182000-09-30 Stefan Monnier <monnier@cs.yale.edu>
2619
2620 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
2621
2622 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
2623
2624 * progmodes/c-mode.el (c-mode):
2625 Don't gratuitously override the default for comment-column.
2626
2627 * textmodes/tex-mode.el (latex-metasection-list): New var.
2628 (latex-imenu-create-index): Use it.
2629 Move the regexp construction outside loops (and use push).
2630 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
2631 (tex-font-lock-keywords): Moved from font-lock.el.
2632 (tex-comment-indent): Remove.
2633 (tex-common-initialization): Don't set comment-indent-function.
2634 (latex-block-default): New var.
2635 (tex-latex-block): Use it to provide a default choice.
2636 Add any unknown choice to latex-block-names.
2637 Insert [...] after {...}.
2638 (tex-last-unended-begin): Simplify regexp.
2639 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
2640 (latex-forward-sexp-1, latex-forward-sexp): New functions.
2641 (latex-mode): Set forward-sexp-function.
2642
2643 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
2644 Add regexp for @ignore ... @end ignore.
2645 (texinfo-heading-face): New face.
2646 (texinfo-font-lock-keywords): Use it.
2647 (texinfo-mode-menu): New menu.
2648 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
2649 New functions.
2650 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
2651 (texinfo-section-types-regexp, texinfo-section-level-regexp)
2652 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
2653 Remove declaration.
2654 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
2655
2656 * delsel.el (delete-selection-mode): Use define-minor-mode.
2657
2658 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
2659
26602000-09-29 Stefan Monnier <monnier@cs.yale.edu>
2661
2662 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
2663
26642000-09-30 Gerd Moellmann <gerd@gnu.org>
2665
2666 * replace.el (keep-lines-read-args): New function.
2667 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
2668 read arguments interactively. Add parameters RSTART and REND.
2669 Operate on the active region in Transient Mark mode.
2670
2671 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
2672
2673 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
2674 (authors-obsolete-files-regexps): New variable.
2675 (authors-add): Don't record changes in obsolete files.
2676
26772000-09-29 Stefan Monnier <monnier@cs.yale.edu>
2678
2679 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
2680
2681 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
2682 (comment-indent): Make sure there's a space between code and comment.
2683 Shift comments left to avoid going past fill-column.
2684
26852000-09-29 Gerd Moellmann <gerd@gnu.org>
2686
2687 * startup.el (startup-echo-area-message): New function.
2688 (display-startup-echo-area-message): Use it.
2689 (fancy-splash-screens): Rewritten to use keymaps and a timer.
2690 (fancy-splash-default-action): New function.
2691 (fancy-splash-screens-1): New function.
2692 (fancy-splash-head): Put a help-echo and a keymap under the image.
2693
26942000-09-29 Stefan Monnier <monnier@cs.yale.edu>
2695
2696 * diff-mode.el (diff-add-log-file-name): Remove.
2697 (diff-mode): Use add-log-buffer-file-name-function.
2698
2699 * add-log.el (find-change-log): New arg BUFFER-FILE.
2700 (add-log-file-name): Obey add-log-file-name-function.
2701 (add-log-buffer-file-name-function): New var.
2702 (add-change-log-entry): Use it.
2703
27042000-09-29 Miles Bader <miles@gnu.org>
2705
2706 * image-file.el (image-file-name-extensions): New variable.
2707 (image-file-name-regexps): Renamed from `image-file-regexps'.
2708 New default value is nil. Call `auto-image-file-mode'.
2709 (image-file-name-regexp): New function.
2710 (auto-image-file-mode): New minor mode.
2711 (insert-image-file): Don't make conditional on the image-file
2712 handler being enabled.
2713 (image-file-handler): Make the call here conditional instead.
2714 (set-image-file-handler-enabled, enable-image-file-handler)
2715 (disable-image-file-handler): Functions removed.
2716
2717 * emacs-lisp/authors.el (authors-print): Rephrase many-files
2718 string.
2719
27202000-09-29 Gerd Moellmann <gerd@gnu.org>
2721
2722 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
2723 it's a function from CL.
2724 (latex-imenu-create-index): Replace eval-when-compile with progn
2725 because latex-section-alist is not bound while compiling.
2726
27272000-09-28 Stefan Monnier <monnier@cs.yale.edu>
2728
2729 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
2730 (outline-mode): Use define-derived-mode.
2731
2732 * progmodes/perl-mode.el (perl-mode):
2733 * progmodes/awk-mode.el (awk-mode):
2734 * progmodes/asm-mode.el (asm-mode):
2735 Don't gratuitously override the default for comment-column.
2736
2737 * emacs-lisp/lisp.el (lisp-complete-symbol):
2738 Distinguish the let-binding case from the funcall case.
2739 (forward-sexp-function): New variable.
2740 (forward-sexp): Use it.
2741
2742 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
2743 (easy-mmode-defmap): Remove the now useless autoload.
2744
2745 * time.el (display-time-mode): Use define-minor-mode.
2746
2747 * subr.el (add-minor-mode): Don't eval NAME.
2748 Don't depend on the presence of TOGGLE-FUN for any special behavior.
2749 Use if rather than cond.
2750
2751 * simple.el (read-expression-map): Define more properly.
2752 (comment-indent-hook): Remove.
2753 (string-to-syntax): Bug fix.
2754
2755 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
2756 (cvs-ediff-diff): Fix typo.
2757 (cvs-revert-if-needed): Don't bother preserving read-only.
2758
2759 * paren.el (show-paren-mode): Use define-minor-mode.
2760
2761 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
2762 (toggle-auto-compression): Remove.
2763 (jka-compr-build-file-regexp): Remove useless grouping.
2764
2765 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
2766 Avoid user-reserved bindings.
2767 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
2768 (diff-header-face): Revert to grey85.
2769
2770 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
2771
2772 * complete.el (partial-completion-mode) <defcustom>: Remove.
2773 (partial-completion-mode): Use define-minor-mode.
2774 (PC-do-completion): Understand `completion-auto-help = delay'
2775 to mean to popup the completion buffer only the second time.
2776 (PC-include-file-all-completions, PC-include-file-all-completions)
2777 (PC-include-file-all-completions): Don't quote lambda.
2778
2779 * comint.el (comint-mode-hook): Docstring fix.
2780 (comint-mode): Use define-derived-mode.
2781 (comint-mode-map): Remove obsolete comment.
2782 (make-comint): Minor stylistic change.
2783 (comint-insert-clicked-input): Be more careful to find the overlay.
2784 Use this-command-keys rather than hardcoding mouse-2.
2785
2786 * font-lock.el: Replace confusing (,@ with ,
2787 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
2788 Don't use regexp-opt-depth. Spice up the regexp for args.
2789 Don't distinguish between cmds that can take an opt arg or not.
2790 Use `append' and `prepend' rather than `keep'.
2791
2792 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
2793 (latex-outline-regexp): New var.
2794 (latex-outline-level): New fun.
2795 (latex-section-alist): New var.
2796 (latex-imenu-create-index): Use it. Use `push' as well.
2797 (tex-shell-map): Initialize it properly.
2798 (tex-mode): Minor stylistic change.
2799 (plain-tex-mode): Use define-derived-mode.
2800 (latex-mode): Use define-derived-mode.
2801 Construct the paragraph regexps in a more readable way.
2802 Set the buffer-local outline-{level,regexp} vars.
2803 (slitex-mode): Derive from latex-mode.
2804 (tex-common-initialization): Don't kill-all-vars anymore.
2805 Add setting for comment-add and font-lock-defaults.
2806 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
2807 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
2808 (tex-start-tex): New arg DIR (and send a chdir command for it).
2809 Also display the shell buffer and save it in tex-last-buffer-texed.
2810 (tex-region): Use expand-file-name rather than concat.
2811 Remove code made useless by changes in tex-start-tex.
2812 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
2813
2814 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
2815
28162000-09-28 Dave Love <fx@gnu.org>
2817
2818 * eshell/eshell.el (eshell) <defgroup>: Add :version.
2819
28202000-09-28 Gerd Moellmann <gerd@gnu.org>
2821
2822 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
2823 `append'.
2824
28252000-09-28 Stefan Monnier <monnier@cs.yale.edu>
2826
2827 * info.el (Info-extract-pointer): Undo last change.
2828 Instead, fix the position of the `bound' arg to re-search-backward.
2829
28302000-09-27 Stefan Monnier <monnier@cs.yale.edu>
2831
2832 * info.el (Info-extract-pointer):
2833 Widen more carefully, to avoid finding pointers in other nodes.
2834 (Info-index): Use push.
2835
28362000-09-27 Gerd Moellmann <gerd@gnu.org>
2837
2838 * frame.el (set-frame-font): Remove call to obsolete function
2839 frame-update-faces.
2840 (set-foreground-color, set-background-color): Likewise for
2841 frame-update-face-colors.
2842
28432000-09-27 Miles Bader <miles@gnu.org>
2844
2845 * image-file.el: New file.
2846
28472000-09-27 Gerd Moellmann <gerd@gnu.org>
2848
2849 * frame.el (frame-notice-user-settings): Don't call
2850 frame-update-faces, which is a no-op now.
2851
2852 * ediff-wind.el (ediff-control-frame-parameters): Add zero
2853 tool-bar-lines.
2854
28552000-09-27 Dave Love <fx@gnu.org>
2856
2857 * mouse.el: Fix last change.
2858
28592000-09-27 Miles Bader <miles@lsi.nec.co.jp>
2860
2861 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
2862
28632000-09-22 Kenichi Handa <handa@etl.go.jp>
2864
2865 * international/quail.el (quail-help): The output message is
2866 improved.
2867
28682000-09-26 Dave Love <fx@gnu.org>
2869
2870 * mouse.el (popup-menu): If POSITION is nil, set it using
2871 mouse-position.
2872
28732000-09-25 Sam Steingold <sds@gnu.org>
2874
2875 * net/browse-url.el (browse-url-file-url): Check for null maps.
2876
28772000-09-26 Gerd Moellmann <gerd@gnu.org>
2878
2879 * frame.el (frame-notice-user-settings): Don't add a
2880 tool-bar-lines frame parameter to default-frame-alist in batch mode.
2881
2882 * frame.el (frame-notice-user-settings):
2883 Make tool-bar-mode and default-frame-alist consistent.
2884
2885 * toolbar/tool-bar.el (tool-bar-help): New function.
2886
28872000-09-25 Gerd Moellmann <gerd@gnu.org>
2888
2889 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
2890 current-load-list in top-level forms. Else this leaks a cons cell
2891 every time a defun is called.
2892
2893 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
2894
28952000-09-25 Dave Love <fx@gnu.org>
2896
2897 * startup.el (fancy-splash-head): Check XPM is available.
2898
2899 * autoinsert.el (auto-insert): Doc fix.
2900 (auto-insert-alist): Following GNU notices, don't say `copyright
2901 _by_'. Use line-beginning-position.
2902 (auto-insert): Check buffer-file-name is non-nil before use.
2903
29042000-09-25 Gerd Moellmann <gerd@gnu.org>
2905
2906 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
2907 starting with `@def' or `@multitable', in addition to ones
2908 specified by the user in auto-fill-inhibit-regexp.
2909
29102000-09-25 Markus Rost <rost@math.ohio-state.edu>
2911
2912 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
2913 rmail-dont-reply-to-names matches the empty string.
2914
29152000-09-25 Gerd Moellmann <gerd@gnu.org>
2916
2917 * startup.el (command-line-1, fancy-splash-text): Change the
2918 text to sound more friendly.
2919
29202000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
2921
2922 * progmodes/hideshow.el: Update author email address.
2923 Generally, sync w/ maintainer version 5.22.
2924 (hs-hide-all-non-comment-function): New var.
2925 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
2926 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
2927 (hs-show-region): Delete this command.
2928 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
2929
29302000-09-22 Dave Love <fx@gnu.org>
2931
2932 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
2933 (hl-line-highlight): Specify buffer when moving overlay.
2934
2935 * progmodes/fortran.el (fortran-mode): Locally set
2936 normal-auto-fill-function.
2937 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
2938 (fortran-mode-map): Adjust auto-fill menu entry.
2939
29402000-09-22 Gerd Moellmann <gerd@gnu.org>
2941
2942 * vc-rcs.el (toplevel): Require `vc' when compiling.
2943
2944 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
2945
29462000-09-22 Andre Spiegel <spiegel@gnu.org>
2947
2948 * vc.el (vc-switch-backend): Signal an error if the file is not
2949 registered under the new backend.
2950
2951 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
2952 without explicit revision number.
2953
29542000-09-21 Stefan Monnier <monnier@cs.yale.edu>
2955
2956 * diff-mode.el (diff-file-header-face): Reset to its previous value.
2957 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
2958 (diff-xor): New function.
2959 (diff-find-source-location): Use it. Fix a stupid name clash.
2960 (diff-hunk-status-msg): New function.
2961 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
2962 (diff-test-hunk): Use diff-find-source-location.
2963 (diff-goto-source): Favor the `reverse'.
2964 (diff-hunk-text): Properly handle one-sided context diffs.
2965 (diff-apply-hunk): When done, advance to the next hunk.
2966
29672000-09-21 Gerd Moellmann <gerd@gnu.org>
2968
2969 * startup.el (command-line): If frame was created with a non-zero
2970 tool-bar-lines parameter, switch tool-bar-mode on.
2971
2972 * add-log.el (change-log-date-face, change-log-name-face)
2973 (change-log-email-face, change-log-file-face)
2974 (change-log-list-face, change-log-conditionals-face)
2975 (change-log-function-face, change-log-acknowledgement-face):
2976 New faces, inheriting from font-lock faces.
2977 (change-log-font-lock-keywords): Use them.
2978
29792000-09-21 Dave Love <fx@gnu.org>
2980
2981 * progmodes/cperl-mode.el (top-level): Clean up
2982 `eval-when-compile's and assorted defvars.
2983 (cperl-invalid-face): Don't double-quote value. Change custom
2984 type.
2985 (cperl-mode): Set normal-auto-fill-function and don't zap
2986 auto-fill-function.
2987 (cperl-imenu--function-name-regexp-perl): Renamed from
2988 imenu-example--function-name-regexp-perl.
2989 (cperl-imenu--create-perl-index): Renamed from
2990 imenu-example--create-perl-index.
2991 (cperl-xsub-scan): Don't require cl.
2992
2993 * msb.el (msb-mode-map): Use substitute-key-definition.
2994 (msb-mode): Use msb-mode-map.
2995
29962000-09-21 Andre Spiegel <spiegel@gnu.org>
2997
2998 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
2999 New functions.
3000 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
3001 (vc-switch-backend): New function.
3002 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
3003 (vc-register): Fix prompt.
3004 (vc-unregister, vc-default-unregister): New functions.
3005 (vc-version-diff): Handle empty buffer in sentinel.
3006
3007 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
3008 (vc-rcs-state-heuristic): Use it to guess the state of files with
3009 non-strict locking.
3010 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
3011 been set with -b, but not created yet.
3012 (vc-rcs-fetch-master-state): With non-strict locking, compare file
3013 contents in order to find the state.
3014 (vc-rcs-checkin): Allow creation of branches with no changes.
3015 (vc-rcs-unregister, vc-rcs-receive-file)
3016 (vc-rcs-set-non-strict-locking): New functions.
3017
3018 * vc-hooks.el (vc-name): Force correct computation of the value
3019 in case it is missing.
3020
30212000-09-21 Gerd Moellmann <gerd@gnu.org>
3022
3023 * startup.el (fancy-splash-tail): Use a different foreground
3024 color on a dark frame background.
3025
30262000-09-21 Miles Bader <miles@lsi.nec.co.jp>
3027
3028 * info.el: Use the correct capitalization when making Info-mode
3029 and Info-edit-mode `special' modes.
3030
30312000-09-20 Stefan Monnier <monnier@cs.yale.edu>
3032
3033 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
3034 (diff-mode): Add support for add-log.el.
3035 (diff-hunk-text): Use char offsets rather than line offsets.
3036 (diff-find-source-location): Replace LINE with line-offset (nil
3037 if not found) and always set POS to a meaningful position.
3038 Adapt to the new char-offsets.
3039 (diff-apply-hunk): Drop support for the unused `select' POPUP.
3040 Adapt to the new diff-find-source-location.
3041 (diff-goto-source): Adapt to the new diff-find-source-location.
3042
3043 * add-log.el (add-log-file-name): New function (split out of
3044 add-change-log-entry).
3045 (add-change-log-entry): Use it.
3046 Call add-log-file-name-function with the changelog file name if
3047 the current buffer is not associated with any file.
3048 Avoid find-file if the selected window is dedicated.
3049
3050 * diff-mode.el (diff-find-source-location):
3051 Move code from diff-apply-hunk. Return buffer rather than file.
3052 (diff-apply-hunk): Use the new result from diff-find-source-location.
3053 (diff-goto-source): Use the new diff-find-source-location.
3054
30552000-09-20 Dave Love <fx@gnu.org>
3056
3057 * iswitchb.el: Some doc fixes.
3058 (iswitchb-mode-map): Define completely initially. Inherit
3059 minibuffer-local-map.
3060 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
3061 fundamental-mode.
3062 (iswitchb-global-map): New variable.
3063 (iswitchb-summaries-to-end): Amalgamate regexps.
3064 (iswitchb-mode): New.
3065 (iswitchb-mode-hook): New variable.
3066 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
3067 `extensions'.
3068
30692000-09-20 Gerd Moellmann <gerd@gnu.org>
3070
3071 * ehelp.el (electric-help): New defgroup.
3072 (electric-help-shrink-window): New user-option.
3073 (with-electric-help): Use it.
3074
3075 * window.el (shrink-window-if-larger-than-buffer): If face
3076 `mode-line' has a :box, and we're on a graphical frame, add 1
3077 to the needed window height.
3078
3079 * frame.el (frame-notice-user-settings): Add a last parameter nil
3080 to a call to `append', because the last list passed to `append' is
3081 not copied, and so subsequent calls to assq-delete-all will modify
3082 default-frame-alist.
3083
3084 * startup.el (fancy-splash-image): Change :type.
3085 (fancy-splash-head): Use an XBM image if appropriate.
3086 (command-line-1): Show splash screens in more cases.
3087
3088 * startup.el (fancy-splash-text): Don't quote faces.
3089
3090 * dired.el (dired-font-lock-keywords): Undo last change.
3091 (dired-readin): Bind indent-tabs-mode to nil.
3092
3093 * startup.el (fancy-splash-head): If frame's background mode
3094 is `dark', change the black background of the image to gray.
3095 (fancy-splash-screens): Display startup echo area message.
3096 (display-startup-echo-area-message): New function.
3097
30982000-09-20 Miles Bader <miles@lsi.nec.co.jp>
3099
3100 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
3101
3102 * info.el (info-header-node): Tweak for color ttys.
3103
3104 * faces.el (face-valid-attribute-values): Make sure directories we
3105 search for stipples both exist and are readable before trying to
3106 search them.
3107
3108 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
3109 in the dry-run case.
3110
3111 * jka-compr.el (with-auto-compression-mode): New macro.
3112
3113 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
3114 (custom-group-tag-face, custom-variable-tag-face): Use relative
3115 :height and inherit from `variable-pitch' face instead of
3116 hardwiring :family.
3117 * hi-lock.el (hi-black-hb): Likewise.
3118
3119 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
3120 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
3121 toolbar-add-item, if image doesn't have a mask add a `:mask
3122 heuristic'.
3123
31242000-09-19 Stefan Monnier <monnier@cs.yale.edu>
3125
3126 * diff-mode.el: Docstring fixes.
3127 (diff-header-face, diff-comment-face): New faces.
3128 (diff-font-lock-keywords): Highlight a bit differently.
3129 (diff-find-source-location): Don't return SPAN any more.
3130 (diff-hunk-text): Don't bother erasing the temp buffer.
3131 (diff-find-text): Drop argument LINE.
3132 (diff-apply-hunk): Update calls to diff-find-text.
3133 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
3134
3135 * calendar/calendar.el: Docstring fixes.
3136 (calendar-make-alist): Don't quote lambda.
3137 (calendar-star-date): Use make-local-variable.
3138
31392000-09-19 Dave Love <fx@gnu.org>
3140
3141 * toolbar/tool-bar.el: Renamed from toolbar.el.
3142 Change `toolbar' to `tool-bar' generally in symbols.
3143 Make some items invisible in `special' major modes.
3144 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
3145 Add arg PROPS.
3146
3147 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
3148 Add :version here.
3149 (fancy-splash-delay, fancy-splash-image): Remove :version here.
3150
31512000-09-19 Gerd Moellmann <gerd@gnu.org>
3152
3153 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
3154
3155 * files.el (find-file-suppress-same-file-warnings): New user-option.
3156 (find-file-noselect): Use it.
3157
3158 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
3159 (fancy-splash-screen): Defgroup.
3160
3161 * add-log.el (change-log-font-lock-keywords): Match names
3162 more exactly for the case that font-lock-constant-face is
3163 underlined.
3164
31652000-09-19 Richard M. Stallman <rms@gnu.org>
3166
3167 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
3168
31692000-09-19 Andre Spiegel <spiegel@gnu.org>
3170
3171 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
3172
31732000-09-19 Gerd Moellmann <gerd@gnu.org>
3174
3175 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
3176 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
3177 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
3178 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
3179 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
3180 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
3181 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
3182 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
3183 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
3184 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
3185 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
3186 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
3187
3188 * startup.el (fancy-splash-text): New variable.
3189 (fancy-splash-delay, fancy-splash-image): New user-options.
3190 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
3191 (fancy-splash-screens): New functions.
3192 (command-line-1): If display has a `display' frame parameter, has
3193 colors, and we have XPM support, show more fancy splash screens.
3194
31952000-09-19 Dave Love <fx@gnu.org>
3196
3197 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
3198 with null `help'. Use modern backquote syntax.
3199
32002000-09-19 Gerd Moellmann <gerd@gnu.org>
3201
3202 * font-lock.el (font-lock-mode): Change message telling the user
3203 that ``the buffer is too big''.
3204
3205 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
3206 for instance for the case that tab-width is 2.
3207
32082000-09-18 Gerd Moellmann <gerd@gnu.org>
3209
3210 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
3211 toolbar-add-item, if image doesn't have a mask add a `:mask
3212 heuristic'.
3213
32142000-09-18 Miles Bader <miles@lsi.nec.co.jp>
3215
3216 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
3217 and return a cons if it's non-nil.
3218 (diff-apply-hunk): Try to jump to the line in the source text
3219 corresponding to the position of point in the in the hunk.
3220
3221 * info.el (Info-title-3-face, Info-title-2-face)
3222 (Info-title-1-face): Use face inheritance and relative sizes
3223 instead of hard-wiring things.
3224
3225 * faces.el (secondary-selection): Make dark-background variant sane.
3226
32272000-09-16 Andrew Innes <andrewi@gnu.org>
3228
3229 * makefile.w32-in (compile-files-CMD): No need to make .elc files
3230 read-only, since they aren't under VC now.
3231
32322000-09-17 Dave Love <fx@gnu.org>
3233
3234 * tmm.el: Replace mapcar with mapc in several places.
3235
3236 * loadhist.el (unload-feature): Maybe call elp-restore-list and
3237 ad-unadvise.
3238
3239 * international/latin1-disp.el: New file.
3240
3241 * calendar/cal-move.el (scroll-calendar-left)
3242 (scroll-calendar-right): Make arg optional (for active mode line).
3243
3244 * calendar/calendar.el (calendar-mode-line-format): Make fields
3245 mouse-sensitive.
3246 (calendar-read-date, calendar-read-date, calendar-window-list):
3247 Unquote lambda.
3248 (calendar-month-name): Use aref, not sref.
3249
3250 * view.el (minor-mode-alist): Propertize the string.
3251
3252 * international/characters.el (standard-case-table): Add entries
3253 for Greek.
3254
32552000-09-18 Miles Bader <miles@gnu.org>
3256
3257 * info.el (info-node, info-xref): Add dark-background variants.
3258
3259 * faces.el (header-line): Change defaults to be less confusing
3260 when mixed with mode-lines.
3261
3262 * info.el (Info-fontify-node): Make a few cleanups.
3263 Add extra `help-echo' and `local-map' props to node xrefs.
3264 Use header-specific faces for node-names & xrefs.
3265 (Info-use-header-line): New variable.
3266 (info-header-xref, info-header-node): New faces.
3267 (Info-setup-header-line): New function.
3268 (Info-select-node): Call Info-setup-header-line when enabled.
3269 (Info-extract-pointer): Work even if the header line is hidden.
3270 (Info-header-line): New variable.
3271
32722000-09-16 Stefan Monnier <monnier@cs.yale.edu>
3273
3274 * vms-patch.el (print-region-function): Don't quote lambda.
3275
3276 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
3277
3278 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
3279 (lm-get-header-re): Allow spaces between the header and the colon.
3280 (lm-header): Allow $ in non-RCS headers.
3281 (lm-header-multiline): Put the strings back into order.
3282 Stop at an empty line. Don't require two space chars if the
3283 line is clearly not another header line.
3284
3285 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
3286 (popup-menu-popup): Remove.
3287
32882000-09-15 Gerd Moellmann <gerd@gnu.org>
3289
3290 * toolbar/toolbar.el (toolbar-add-item): Use the same image
3291 specification if or if not tool-bar item contains an `:enabled'
3292 property.
3293
3294 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
3295 current buffer has no file name.
3296
32972000-09-15 Dave Love <fx@gnu.org>
3298
3299 * strokes.el: Sync with maintainer's current version with changes
3300 for Emacs, but avoid runtime cl and levents.
3301 (toplevel): Change autoloads and compilation requires.
3302 (strokes-version, strokes-bug-address, strokes-lift): Values
3303 changed.
3304 (strokes-xpm-header, strokes-insinuated): New variable.
3305 (strokes): Add :link.
3306 (strokes-mode): Customized.
3307 (strokes-while-inhibiting-garbage-collector): New macro.
3308 (strokes-remassoc): Avoid remove-if.
3309 (strokes-fix-button2-command): Don't use ad-do-it.
3310 (strokes-insinuate): New function.
3311 (strokes-button-press-event-p, strokes-button-release-event-p):
3312 New functions, used instead of non-`strokes-' versions..
3313 (strokes-mouse-event-p): Rewritten.
3314 (strokes-event-closest-point): Avoid event-point.
3315 (strokes-get-grid-position): Avoid cdadr, caadr
3316 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
3317 functions.
3318 (strokes-help): Use with-output-to-temp-buffer.
3319 (strokes-window-configuration-changed-p): New function.
3320 (strokes-update-window-configuration): Use buffer-live-p,
3321 strokes-window-configuration-changed-p.
3322 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
3323 (strokes-char-face): New face.
3324 (strokes-char-table, strokes-base64-chars): New variable.
3325 (strokes-xpm-for-stroke, strokes-list-strokes)
3326 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
3327 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
3328 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
3329 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
3330 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
3331 functions.
3332
33332000-09-15 Gerd Moellmann <gerd@gnu.org>
3334
3335 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
3336
3337 * image.el (create-image): Doc fix.
3338
3339 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
3340 instead of `:heuristic-mask t'.
3341
33422000-09-14 Andrew Innes <andrewi@gnu.org>
3343
3344 * makefile.w32-in: Revert to Unix line endings.
3345
33462000-09-14 Andrew Innes <andrewi@gnu.org>
3347
3348 * makefile.w32-in: Add bootstrap support. Also copy lisp source
3349 when installing.
3350
3351 * makefile.nt (DONTCOMPILE): Fix typo.
3352
3353 * shell.el (shell-write-history-on-exit): New function.
3354 (shell-dumb-shell-regexp): New custom variable.
3355 (shell-mode): Make shell-write-history-on-exit the process
3356 sentinel if shell name matches shell-dumb-shell-regexp.
3357
3358 * w32-fns.el: Comment out before-init-hook function which resets
3359 source-directory based; this breaks bootstrap.
3360
33612000-09-14 Dave Love <fx@gnu.org>
3362
3363 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
3364 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
3365 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
3366 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
3367 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
3368 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
3369 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
3370 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
3371 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
3372
3373 * toolbar/toolbar.el: New.
3374
3375 * subdirs.el: Add toolbar.
3376
33772000-09-14 Gerd Moellmann <gerd@gnu.org>
3378
3379 * indent.el (indent-for-tab-command): Doc fix.
3380
33812000-09-14 Alex Schroeder <alex@gnu.org>
3382
3383 * ansi-color.el (ansi-colors): Doc change.
3384 (ansi-color-get-face): Simplified regexp.
3385 (ansi-color-faces-vector): Added more faces, doc change.
3386 (ansi-color-names-vector): Doc change.
3387 (ansi-color-regexp): Simplified regexp.
3388 (ansi-color-parameter-regexp): New regexp.
3389 (ansi-color-filter-apply): Doc change.
3390 (ansi-color-filter-region): Doc change.
3391 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
3392 deal with zero length parameters.
3393 (ansi-color-apply-on-region): Doc change.
3394 (ansi-color-map): Doc change.
3395 (ansi-color-map-update): Removed debugging message.
3396 (ansi-color-get-face-1): Added condition-case to trap
3397 args-out-of-range errors.
3398 (ansi-color-get-face): Doc change.
3399 (ansi-color-make-face): Removed.
3400 (ansi-color-for-shell-mode): New option.
3401
34022000-09-13 Kenichi Handa <handa@etl.go.jp>
3403
3404 * international/quail.el (quail-start-translation): Translate KEY
3405 if necessary even if it doesn't have any mapping in the current
3406 input method.
3407 (quail-start-conversion): Likewise.
3408 (quail-help): The output message is improved.
3409
34102000-09-13 Miles Bader <miles@gnu.org>
3411
3412 * comint.el (comint-output-filter): Revert to using
3413 `insert-before-markers'. Add bletcherous hack to undo damage
3414 caused by `insert-before-markers'. Put `front-sticky' property on
3415 overlays created here so that the field code understands how the
3416 overlay works. Use a let when making comint-last-prompt-overlay,
3417 so that the code is easier to read.
3418
34192000-09-13 Dave Love <fx@gnu.org>
3420
3421 * wid-edit.el (widget-default-format-handler): DTRT when
3422 doc-property is a function.
3423
34242000-09-12 Francesco Potorti` <pot@gnu.org>
3425
3426 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
3427 filed name if it's not there.
3428
34292000-09-12 Dave Love <fx@gnu.org>
3430
3431 * simple.el (read-mail-command): Doc fix.
3432 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
3433
3434 * vc.el (vc-dired-listing-switches): Fix :version.
3435
3436 * vc-hooks.el: Doc fixes.
3437
3438 * subr.el (add-minor-mode): Use toggle-fun arg.
3439
3440 * speedbar.el: Add :version to several defcustoms.
3441
3442 * imenu.el (imenu--truncate-items, imenu--cleanup)
3443 (imenu--generic-function): Avoid mapcar.
3444 (imenu--replace-spaces): Function removed.
3445 (imenu--completion-buffer): Use subst-char-in-string.
3446 (imenu-add-to-menubar): Use keymap inheritance.
3447
34482000-09-12 Miles Bader <miles@gnu.org>
3449
3450 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
3451 (diff-mode-map): Bind `diff-test-hunk'.
3452 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
3453
34542000-09-11 Gerd Moellmann <gerd@gnu.org>
3455
3456 * bytecomp.el (byte-compile-defvar): Undo last change
3457 because it breaks '(make-variable-buffer-local (defvar ...)'
3458 which is used at least in dired.
3459
34602000-09-12 Kenichi Handa <handa@etl.go.jp>
3461
3462 * international/quail.el (quail-define-package): Docstring
3463 modified.
3464
34652000-09-12 Kenichi Handa <handa@etl.go.jp>
3466
3467 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
3468 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
3469 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
3470 docstring of "chinese-py".
3471
3472 * international/quail.el (quail-translation-docstring): New
3473 variable.
3474 (quail-show-keyboard-layout): Docstring modified.
3475 (quail-select-current): Likewise.
3476 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
3477 infinite recursive call.
3478 (quail-help): Check quail-translation-docstring. Format of the
3479 output changed.
3480 (quail-help-insert-keymap-description): Adjusted for the above
3481 change.
3482
34832000-09-11 Gerd Moellmann <gerd@gnu.org>
3484
3485 * bytecomp.el (byte-compile-defvar): Only cons onto
3486 current-load-list in top-level forms. Else this leaks a cons cell
3487 every time a defun is called.
3488
34892000-09-11 Miles Bader <miles@lsi.nec.co.jp>
3490
3491 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
3492 Now understands non-unified diffs. Some functionality moved into
3493 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
3494 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
3495 modify anything. Only reposition point in the patched file if the
3496 patch succeeds. Only pop up another window if POPUP is true.
3497 Emit a message describing what happened if successful, and at what
3498 line-offset. Automatically detect reversed hunks and do something
3499 appropriate.
3500 (diff-hunk-text, diff-find-text): New functions.
3501 (diff-filter-lines): Function removed.
3502 (diff-test-hunk): New function.
3503 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
3504
35052000-09-10 Dave Love <fx@gnu.org>
3506
3507 * textmodes/tildify.el: Minor doc/commentary fixes.
3508 (tildify) <defgroup>: Add :version.
3509
3510 * faces.el (face-x-resources): Make custom type more specific.
3511 (frame-background-mode): Use mapc.
3512 (region) <defcustom>: Add :version.
3513
35142000-09-08 Stefan Monnier <monnier@cs.yale.edu>
3515
3516 * vc-sccs.el (vc-sccs-register):
3517 * vc-rcs.el (vc-rcs-register):
3518 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
3519 * vc.el (vc-register): Clear file's properties.
3520
35212000-09-08 Gerd Moellmann <gerd@gnu.org>
3522
3523 * faces.el (face-spec-set): Only face-spec-reset-face when
3524 ATTRS is non-nil.
3525
35262000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
3527
3528 * help.el (help-insert-xref-button): Fix a typo in doc string.
3529
35302000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
3531
3532 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3533 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
3534 methods.
3535
3536 * menu-bar.el (read-mail-item-name): New function.
3537 (menu-bar-tools-menu): Use it to compute and display the package
3538 used to read email.
3539 (menu-bar-tools-menu): Fix typo in GUD's help string.
3540
35412000-09-07 Dave Love <fx@gnu.org>
3542
3543 * diff-mode.el (diff-mouse-goto-source): New function.
3544
3545 * vc-sccs.el: Doc fixes.
3546 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
3547
3548 * vc-rcs.el: Doc fixes.
3549 (vc-rcs-register-switches, vc-rcs-checkin-switches)
3550 (vc-rcs-checkout-switches, vc-rcs-header)
3551 (vc-rcs-master-templates): Add or change :version.
3552
3553 * vc-cvs.el: Doc fixes.
3554 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
3555 (vc-cvs-stay-local): Add :version.
3556
3557 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
3558
35592000-09-07 Kenichi Handa <handa@etl.go.jp>
3560
3561 * international/quail.el (quail-help): Fix previous change.
3562
35632000-09-07 Gerd Moellmann <gerd@gnu.org>
3564
3565 * faces.el (color-values): Doc fix.
3566
3567 * faces.el (frame-set-background-mode): Use frame-parameter
3568 instead of frame-parameters.
3569
3570 * frame.el (filtered-frame-list): Reduce consing.
3571 (frames-on-display-list): Call frame-parameter instead of
3572 frame-parameters.
3573
35742000-09-07 Kenichi Handa <handa@etl.go.jp>
3575
3576 * language/devan-util.el (devanagari-to-indian-region): In the
3577 loop, change the following char, not preceding char.
3578
35792000-09-07 Gerd Moellmann <gerd@gnu.org>
3580
3581 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
3582 instead of frame-parameters.
3583
3584 * faces.el (set-face-attribute): Simplify by calling
3585 internal-set-lisp-face-attribute with FRAME being 0.
3586
3587 * vc.el: Remove `Id' version control keyword.
3588
35892000-09-07 Kenichi Handa <handa@etl.go.jp>
3590
3591 * help.el (help-make-xrefs): Adjusted for the change of
3592 help-xref-mule-regexp.
3593 (help-insert-xref-button): New function.
3594
3595 * international/mule-cmds.el (help-xref-mule-regexp-template):
3596 Include the pattern for character set.
3597 (leim): New group.
3598
3599 * international/quail.el: Don't require face.
3600 (quail): New group.
3601 (quail-other-command): Dummy command to make quail-help work better.
3602 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
3603 (quail-keyboard-layout-substitution): New variable.
3604 (quail-update-keyboard-layout): New function.
3605 (quail-keyboard-layout-type): New customizable variable.
3606 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
3607 (quail-keyboard-translate): Pay attention to
3608 quail-keyboard-layout-substitution.
3609 (quail-insert-kbd-layout): New function.
3610 (quail-show-keyboard-layout): New function.
3611 (quail-get-translation): If the definition is a vector of length
3612 1, and the element is a string of length 1, return the character
3613 in that string.
3614 (quail-update-current-translations): Fix the case of
3615 relative-index out of range.
3616 (quail-build-decode-map, quail-insert-decode-map): New Functions.
3617 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
3618 Show key sequences for all available characters.
3619 (quail-help-insert-keymap-description): Don't show such verbose
3620 key bindings as quail-self-insert-command.
3621
3622 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3623 Format changed, and each element now have extra documentations.
3624 (tit-process-header): Delete invalid characters from TIT-PROMPT.
3625 Adjusted for the change of quail-cxterm-package-ext-info.
3626
36272000-09-06 Gerd Moellmann <gerd@gnu.org>
3628
3629 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
3630 requiring it leads to a recursive loading of vc.el and vc-hooks.el
3631 during bootstrap.
3632
36332000-09-05 Stefan Monnier <monnier@cs.yale.edu>
3634
3635 * vc.el: (toplevel): Don't require `dired' at run-time.
3636 (vc-dired-resynch-file): Remove autoload cookie.
3637
36382000-09-05 Andre Spiegel <spiegel@gnu.org>
3639
3640 * vc.el: Made several backend functions optional.
3641 (vc-default-responsible-p): New function.
3642 (vc-merge): Use RET for first version to trigger merge-news, not
3643 prefix arg.
3644 (vc-annotate): Handle backends that do not support annotation.
3645 (vc-default-merge-news): Removed. The existence of a merge-news
3646 implementation is now checked on caller sites.
3647
3648 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
3649 case.
3650
3651 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
3652 special case that has been removed from the default in vc-hooks.el.
3653
36542000-09-05 Stefan Monnier <monnier@cs.yale.edu>
3655
3656 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
3657
36582000-09-05 Andre Spiegel <spiegel@gnu.org>
3659
3660 * vc-hooks.el: Require vc during compilation.
3661 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
3662 macro `with-vc-properties' in vc.el.
3663 (vc-file-getprop): Doc fix.
3664 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
3665
3666 * vc.el: Require dired-aux during compilation.
3667 (vc-name-assoc-file): Moved to vc-sccs.el.
3668 (with-vc-properties): New macro.
3669 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
3670 vc-finish-steal): Use it.
3671 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
3672 to the backend-specific function is now supposed to do the checkout,
3673 too.
3674 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
3675
3676 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
3677 set file properties; that gets done in the generic code now.
3678
3679 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
3680 Changed parameter list, added code from vc.el that does the
3681 checkout, possibly with a double-take.
3682
3683 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
3684 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
3685 the above under the new name.
3686 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
3687 parameter list, added checkout command.
3688 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
3689 properties; that gets done in the generic code now.
3690
36912000-09-05 Stefan Monnier <monnier@cs.yale.edu>
3692
3693 * vc.el: Docstring fixes (courtesy of checkdoc).
3694
36952000-09-05 Stefan Monnier <monnier@cs.yale.edu>
3696
3697 * vc.el (vc-checkout-writable-buffer-hook)
3698 (vc-checkout-writable-buffer): Remove.
3699 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
3700 (vc-log-mode): Make it into a clean derived major mode.
3701 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
3702 vc-log-mode if log-edit is not available.
3703 (vc-dired-mode-map): Don't set-keymap-parent yet.
3704 (vc-dired-mode): Do set-keymap-parent here.
3705 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
3706
37072000-09-05 Gerd Moellmann <gerd@gnu.org>
3708
3709 * faces.el (set-face-attribute, face-spec-reset-face)
3710 (face-spec-set): Avoid consing by removing calls to `apply'.
3711
3712 * frame.el (frame-parameter): Move to C code.
3713
37142000-09-05 Dave Love <fx@gnu.org>
3715
3716 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
3717 insert-before-markers-and-inherit. Now checked systematically!
3718
37192000-09-05 Alex Schroeder <alex@gnu.org>
3720
3721 * sql.el (sql-postgres): Use sql-postgres-options.
3722 (sql-postgres-options): New variable.
3723
37242000-09-05 Alex Schroeder <alex@gnu.org>
3725
3726 * sql.el (sql-mode-menu): Work around missing variable mark-active
3727 in XEmacs.
3728 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
3729 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
3730 compatibility.
3731
37322000-09-04 Gerd Moellmann <gerd@gnu.org>
3733
3734 * vc.el (vc-dired-resynch-file): Add autoload cookie.
3735
3736 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
3737
3738 * Makefile.in (DONTCOMPILE): Fix typo in file name.
3739
37402000-09-04 Andre Spiegel <spiegel@gnu.org>
3741
3742 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
3743 don't support anything else under SCCS yet.
3744
3745 * vc-hooks.el: Minor doc fixes.
3746
37472000-09-04 Andre Spiegel <spiegel@gnu.org>
3748
3749 * vc.el (vc-next-action-on-file): Do not visit the file if it's
3750 not necessary. If verbose in state `needs-patch', do the same as
3751 under `up-to-date'. When NOT verbose and `needs-patch', check out
3752 latest version instead of `merge-news'.
3753 (vc-next-action-dired): Don't mess with default-directory here; it
3754 breaks other parts of dired. It is the job of the
3755 backend-specific functions to adjust it temporarily if they need it.
3756 (vc-next-action): Remove a special CVS case.
3757 (vc-clear-headers): New optional arg FILE.
3758 (vc-checkin, vc-checkout): Set properties vc-state and
3759 vc-checkout-time properly.
3760 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
3761 (vc-print-log): Use new backend function `show-log-entry'.
3762 (vc-cancel-version): Do the checks in a different order. Added a
3763 FIXME concerning RCS-only code.
3764
3765 * vc-rcs.el (vc-rcs-show-log-entry): New function.
3766 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
3767
3768 * vc-cvs.el (vc-cvs-show-log-entry): New function.
3769
3770 * vc-hooks.el (vc-default-mode-line-string): Show state
3771 `needs-patch' as a `-' too.
3772
37732000-09-04 Andre Spiegel <spiegel@gnu.org>
3774
3775 * vc.el (vc-responsible-backend): New optional arg REGISTER.
3776 (vc-default-could-register): New function.
3777 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
3778 (vc-resynch-buffer): Call vc-dired-resynch-file.
3779 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
3780 vc-resynch-buffer instead of vc-resynch-window.
3781 (vc-next-action-dired): Don't redisplay here, that gets done as a
3782 result of the individual file operations.
3783 (vc-retrieve-snapshot): Corrected prompt order.
3784
3785 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
3786
3787 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
3788 as well.
3789 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
3790 hostname regexps. Updated all callers.
3791 (vc-cvs-responsible-p): Handle directories as well.
3792 (vc-cvs-could-register): New function.
3793 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
3794 properties up-to-date.
3795
3796 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
3797 user whether to create one.
3798
37992000-09-04 Andre Spiegel <spiegel@gnu.org>
3800
3801 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
3802 check out a non-existing file.
3803
3804 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
3805 workfile does not exist.
3806
3807 * vc.el (vc-version-diff): Use `require' to check for existence of
3808 diff-mode.
3809
38102000-09-04 Andre Spiegel <spiegel@gnu.org>
3811
3812 * vc-cvs.el (vc-cvs-registered): Use new function
3813 vc-cvs-parse-entry to do the actual work.
3814
38152000-09-04 Andre Spiegel <spiegel@gnu.org>
3816
3817 * vc-hooks.el (vc-find-backend-function): If function doesn't
3818 exist, return nil instead of error.
3819 (vc-call-backend): Doc fix.
3820
3821 * vc.el (vc-do-command): Doc fix.
3822 (vc-finish-logentry): When checking in from vc-dired, choose the
3823 right backend for logentry check.
3824 (vc-dired-mode-map): Inherit from dired-mode-map.
3825 (vc-dired-mode): Local value of dired-move-to-filename-regexp
3826 simplified.
3827 (vc-dired-state-info): Removed, updated caller.
3828 (vc-default-dired-state-info): Use parentheses instead of hyphens.
3829 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
3830 (vc-dired-listing-switches): New variable.
3831 (vc-directory): Use it, instead of dired-listing-switches.
3832
3833 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
3834 (vc-cvs-dir-state): New function.
3835 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
3836 (vc-cvs-parse-entry): New function, also to be used in
3837 vc-cvs-registered.
3838
38392000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3840
3841 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
3842 *or* single-window-frames.
3843
38442000-09-04 Andre Spiegel <spiegel@gnu.org>
3845
3846 * vc.el (vc-update-changelog): Split into generic part and default
3847 implementation. Doc string adapted.
3848 (vc-default-update-changelog): New function. Call the `rcs2log'
3849 script in exec-directory, to fix a long-standing nuisance.
3850
3851 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
3852 simply signals an error.
3853
38542000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3855
3856 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
3857 control-flow more clear and to avoid running `cvs' twice.
3858
3859 * vc.el (vc-next-action-on-file): Doc fix.
3860 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
3861 (vc-print-log): Eval `file' before constructing the continuation.
3862
38632000-09-04 Andre Spiegel <spiegel@gnu.org>
3864
3865 * vc.el (vc-next-action-on-file): Corrected several messages.
3866 (vc-merge): Add prefix arg `merge-news'; handle it.
3867
3868 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
3869 is not reached. It is.
3870 (vc-cvs-merge): Set state to 'edited after merge.
3871 (vc-cvs-merge-news): Set workfile version to nil if not known.
3872 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
3873
3874 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
3875 via stdout. (Merge from main line.)
3876
38772000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3878
3879 * vc.el (vc-finish-logentry): Thinko in the "same comment"
3880 detection.
3881
38822000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3883
3884 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
3885 against kill-all-local-variables.
3886 (vc-log-edit): Don't save vc-parent-buffer any more.
3887 (vc-last-comment-match): Initialize to an empty string.
3888 (vc-post-command-functions): New hook.
3889 (vc-do-command): Run it.
3890 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
3891 (vc-finish-logentry): Only add the comment to the ring if it's
3892 different from the last comment entered.
3893 (vc-new-comment-index): New function.
3894 (vc-previous-comment): Use it. Make the minibuffer message
3895 slightly less terse.
3896 (vc-comment-search-reverse): Make it work forward as well. Don't
3897 set vc-comment-ring-index if no match is found. Use
3898 vc-new-comment-index.
3899 (vc-comment-search-forward): Use vc-comment-search-reverse.
3900 (vc-dired-mode-map): Don't inherit from dired-mode-map since
3901 define-derived-mode will do it for us. Bind `v' to a keymap that
3902 inherits from vc-prefix-map so that we can bind `vt' without
3903 binding C-x v t.
3904 (vc-retrieve-snapshot): Parenthesis typo.
3905
3906 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
3907 to 1. Make sure to switch to *vc* before looking for an error
3908 message. Use vc-parse-buffer.
3909
39102000-09-04 Andre Spiegel <spiegel@gnu.org>
3911
3912 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
3913 and NAME.
3914 (vc-retrieve-snapshot): Split into two parts.
3915 (vc-default-retrieve-snapshot): New function.
3916
3917 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
3918 (vc-cvs-retrieve-snapshot): New function (untested).
3919 (vc-cvs-stay-local): Default to t.
3920 (vc-cvs-remote-p): New function and property.
3921 (vc-cvs-state): Stay local only if the above is t.
3922 (vc-handle-cvs): Removed.
3923 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
3924 done via vc-handled-backends now.
3925 (vc-cvs-header): Escape Id.
3926
39272000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3928
3929 * vc.el (vc-do-command): Remove unused commands.
3930 (vc-version-diff): Make sure default-directory ends with a slash.
3931 Move the window commands into a vc-exec-after.
3932 (vc-print-log): Move more of the code into the `vc-exec-after'.
3933
39342000-09-04 Andre Spiegel <spiegel@gnu.org>
3935
3936 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
3937 (vc-print-log): Search current revision from beginning of buffer.
3938 (vc-revert-buffer): Clear echo area after the diff is finished.
3939 (vc-prefix-map): Removed definition of "t" for terse display in vc
3940 dired.
3941 (vc-dired-mode-map): Inherit from dired-mode-map. Added
3942 definition of "vt" for terse display.
3943 (vc-dired-mode): Fix dired-move-to-filename-regexp.
3944
39452000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3946
3947 * vc.el (vc-exec-after): Avoid caddr.
3948
39492000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3950
3951 * vc.el (vc-exec-after): New function.
3952 (vc-do-command): Use it to add a termination message for async
3953 procs.
3954 (vc-checkout): Try to handle a missing-backend situation.
3955 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
3956 of a directory with a backend using async diffs.
3957 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
3958 present.
3959
3960 * vc-sccs.el (vc-sccs-state-heuristic): Use
3961 file-ownership-preserved-p.
3962
3963 * vc-rcs.el (vc-rcs-state-heuristic): Use
3964 file-ownership-preserved-p.
3965 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
3966
39672000-09-04 Andre Spiegel <spiegel@gnu.org>
3968
3969 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
3970 vc-do-command.
3971
3972 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
3973 when there are no changes.
3974
39752000-09-04 Andre Spiegel <spiegel@gnu.org>
3976
3977 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
3978
3979 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
3980
39812000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3982
3983 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
3984
3985 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
3986 the `fset' outside of the defvar so that it works even if
3987 vc-prefix-map was already defined.
3988 (vc-setup-buffer): New function, split out of vc-do-command.
3989 (vc-do-command): Allow BUFFER to be t to mean `just use the
3990 current buffer without any fuss'.
3991 (vc-version-diff): Change the `diff' backend operation to just put
3992 the diff in the current buffer without erasing it. Always use
3993 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
3994 shrink-window-if-larger-than-buffer.
3995 (vc-print-log): Change the `print-log' backend operation to just
3996 put the log in the current buffer without erasing it. Protect
3997 shrink-window-if-larger-than-buffer.
3998 (vc-update-change-log): Fix setd typo.
3999
4000 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
4001 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
4002
4003 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
4004 (vc-rcs-diff): Insert in the current buffer and remove unused arg
4005 CMP.
4006
4007 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
4008 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
4009 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
4010
40112000-09-04 Andre Spiegel <spiegel@gnu.org>
4012
4013 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
4014 not possible, use vc-BACKEND-workfile-unchanged-p.
4015 (vc-default-workfile-unchanged-p): New function. Delegates to a
4016 full vc-BACKEND-diff.
4017
4018 * vc-hooks.el (vc-simple-command): Removed.
4019
4020 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
4021 instead of vc-simple-command.
4022 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
4023 avoid doing a diff when opening a file.
4024 (vc-rcs-state): Added check for unlocked-changes.
4025 (vc-rcs-header): Escape Id.
4026 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
4027 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
4028 version.
4029
4030 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
4031 (vc-sccs-diff): Remove optional arg CMP.
4032 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
4033 SCCS-specific function.
4034
4035 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
4036 vc-simple-command.
4037
40382000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4039
4040 * vc.el (vc-editable-p): Renamed from vc-writable-p.
4041 (with-vc-file, vc-merge): Use vc-editable-p.
4042 (vc-do-command): Remove unused var vc-file and fix the
4043 doubly-defined `status' var. Add a user message when starting an
4044 async command.
4045 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
4046 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
4047 Use with-current-buffer.
4048 (vc-buffer-sync): Use unless.
4049 (vc-next-action-on-file): If the file is 'edited by read-only,
4050 make it read-write instead of trying to commit.
4051 (vc-version-diff, vc-update-change-log): Use `setq
4052 default-directory' rather than `cd'.
4053 (vc-log-edit): Don't forget to set default-directory in the
4054 buffer.
4055
4056 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
4057 (vc-sccs-state-heuristic): Use file-writable-p instead of
4058 comparing userids.
4059 (vc-sccs-checkout): Use `unless'.
4060
4061 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
4062 of comparing userids.
4063 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
4064 Simplify the logic by eliminating unreachable code.
4065 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
4066 just do a recursive call if we need to retry.
4067 (vc-rcs-checkout): Handle the case where rcs is missing by making
4068 the buffer read-write if requested and re-signalling the error.
4069
4070 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
4071
40722000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4073
4074 * vc-hooks.el (vc-handled-backends): Docstring change.
4075 (vc-ignore-vc-files): Mark obsolete.
4076 (vc-registered): Check vc-ignore-vc-files.
4077 (vc-find-file-hook, vc-file-not-found-hook): Don't check
4078 vc-ignore-vc-files.
4079
4080 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
4081
40822000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4083
4084 * vc.el (vc-checkout): Don't do anything special for ange-ftp
4085 files since ange-ftp already has vc-registered return nil.
4086
4087 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
4088 (vc-sccs-workfile-version): Use with-temp-buffer and new
4089 vc-parse-buffer and don't bother setting the property.
4090 (vc-sccs-add-triple): Use with-current-buffer and
4091 find-file-noselect.
4092 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
4093
4094 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
4095 derives from the old vc-parse-buffer but uses the revision number
4096 rather than the date (much easier to compare robustly).
4097 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
4098 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
4099 locking-user more directly. Check strict locking and set
4100 checkout-model appropriately.
4101 (vc-rcs-parse-locks): Remove.
4102 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
4103 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
4104 (vc-rcs-system-release): Use with-current-buffer and
4105 vc-parse-buffer.
4106 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
4107
4108 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
4109 (vc-simple-command): Docstring fix.
4110 (vc-registered): Align the way the file-handler is called with the
4111 way the function itself works.
4112 (vc-file-owner): Remove.
4113
4114 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
4115 extraction of fields and call to file-attributes because of a
4116 temporary bug in rcp.el.
4117 (vc-cvs-fetch-status): Use with-current-buffer.
4118
41192000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4120
4121 * vc.el (vc-do-command): Use file-relative-name.
4122 (vc-responsible-backend): Use vc-backend if possible.
4123 (vc-create-snapshot): Improve the `interactive' spec. Add support
4124 for branches and dispatch to backend-specific `create-snapshot'.
4125 (vc-default-create-snapshot): New function, containing the bulk of
4126 the old vc-create-snapshot.
4127 (vc-retrieve-snapshot): Improve the interactive spec.
4128
4129 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
4130 (vc-backend-hook-functions): Remove.
4131 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
4132 (vc-backend): Reintroduce the test for `file = nil' now that I
4133 know why it was there (and added a comment to better remember).
4134
4135 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
4136 code from vc-sccs-hooks.el.
4137 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
4138 'vc anymore.
4139 (vc-sccs-responsible-p): Use expand-file-name instead of concat
4140 and file-directory-p instead of file-exists-p.
4141 (vc-sccs-check-headers): Simplify the regexp.
4142
4143 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
4144 from vc-rcs-hooks.el. Don't require 'vc anymore.
4145 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
4146 file-directory-p instead of file-exists-p.
4147
4148 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
4149 from vc-cvs-hooks.el.
4150 (proto vc-cvs-registered): Require 'vc-cvs instead of
4151 'vc-cvs-hooks. Don't require 'vc anymore.
4152 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
4153 file-directory-p instead of file-exists-p.
4154 (vc-cvs-create-snapshot): New function, replacing
4155 vc-cvs-assign-name.
4156 (vc-cvs-assign-name): Remove.
4157
41582000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4159
4160 * vc-cvs.el (vc-cvs-header): New var.
4161
4162 * vc-rcs.el (vc-rcs-exists): Remove.
4163 (vc-rcs-header): New var.
4164
4165 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
4166 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
4167 (vc-sccs-header): New var.
4168
4169 * vc.el (vc-do-command): Get rid of the `last' argument.
4170 (vc-header-alist): Remove, replaced by vc-X-header.
4171 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
4172 (vc-dired-hook): Use expand-file-name instead of concat.
4173 (vc-directory): Use file-name-as-directory.
4174 (vc-snapshot-precondition, vc-create-snapshot)
4175 (vc-retrieve-snapshot): Allow the command to operate on any
4176 directory.
4177
4178 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
4179 just removing the 'WORKFILE argument or by removing the 'MASTER
4180 argument and replacing `file' with (vc-name file).
4181
41822000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4183
4184 * vc.el: Update Copyright and add a crude list of backend funs.
4185 (vc-writable-p): New function.
4186 (with-vc-file): Use vc-writable-p.
4187 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
4188 (vc-register): Avoid vc-name.
4189 (vc-locking-user): Remove.
4190 (vc-steal-lock): Make the `owner' arg non-optional.
4191 (vc-merge): Use vc-writable-p instead of vc-locking-user and
4192 vc-checkout-model.
4193 (vc-default-dired-state-info): Use vc-state instead of
4194 vc-locking-user and return special strings for special states.
4195 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
4196 and get rid of one of the special CVS cases.
4197 (vc-cancel-version): prettify error message with \\[...].
4198 (vc-rename-master): New function.
4199 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
4200 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
4201 the CVS special case generic.
4202 (vc-default-record-rename): Remove.
4203 (vc-file-tree-walk-internal): Only call FUNC for files that are
4204 under control of some VC backend and replace `concat' with
4205 expand-file-name.
4206 (vc-file-tree-walk): Update docstring.
4207 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
4208 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
4209
4210 * vc-sccs.el (vc-sccs-rename-file): Renamed from
4211 vc-sccs-record-rename. Use `find-file-noselect' rather than
4212 `find-file' and call `vc-rename-master' to do the actual move.
4213 (vc-sccs-diff): Remove unused `backend' variable.
4214
4215 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
4216 to delay loading of vc-sccs until it is really used.
4217 (vc-sccs-master-templates): Preload.
4218 (vc-sccs-state): Update call to vc-sccs-parse-locks.
4219 (vc-sccs-project-dir): Remove (merged into
4220 vc-sccs-search-project-dir).
4221 (vc-sccs-search-project-dir): Rewrite using file name handling ops
4222 rather than `concat', make sure it is preloaded and don't bother
4223 to check that the file actually exists.
4224 (vc-sccs-parse-locks): Remove unused `file' argument, remove
4225 `locks' argument (use buffer's content instead) and eliminate n^2
4226 behavior.
4227
4228 * vc-rcs.el: Update Copyright.
4229 (vc-rcs-rename-file): New function.
4230 (vc-rcs-diff): Remove unused `backend' variable.
4231
4232 * vc-hooks.el: Update Copyright.
4233 (vc-backend): Don't accept a nil argument any more.
4234 (vc-up-to-date-p): Turn into a defsubst.
4235 (vc-possible-master): New function.
4236 (vc-check-master-templates): Use `vc-possible-master' and allow
4237 funs in vc-X-master-templates to return a non-existent file.
4238
4239 * vc-cvs.el: Update Copyright.
4240 (vc-cvs-diff): Remove unused `backend' variable.
4241 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
4242
4243 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
4244
42452000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4246
4247 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
4248 since it can be called from vc-rcs.el.
4249 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
4250
42512000-09-04 Andre Spiegel <spiegel@gnu.org>
4252
4253 * vc.el (vc-version-diff): Expand file name read from the
4254 minibuffer. Handle the case when a previous version number can't
4255 be guessed. Give suitable messages when there were no differences
4256 found.
4257 (vc-clear-headers): Call backend-specific implementation, if one
4258 exists.
4259 (vc-cancel-version): Made error checks generic. When done, clear
4260 headers generically, too.
4261
4262 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
4263 from vc-clear-headers in vc.el.
4264
4265 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
4266 correctly.
4267 (vc-rcs-latest-on-branch-p): Made second argument VERSION
4268 optional. Handle the case when it's not there.
4269
42702000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4271
4272 * vc.el (vc-locking-user): Moved from vc-hooks.el.
4273
42742000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4275
4276 * vc-hooks.el (vc-loadup): Remove.
4277 (vc-find-backend-function): Use `require'. Also, handle the case
4278 where vc-BACKEND-hooks.el doesn't exist.
4279 (vc-call-backend): Cleanup.
4280
42812000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4282
4283 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
4284 vc-rcs-grab-templates)
4285 (vc-rcs-registered): Remove. The default function works as well.
4286 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
4287 vc-sccs-grab-templates)
4288 (vc-sccs-registered): Remove. The default function works as well.
4289
4290 * vc.el (vc-version-diff): Left out a vc- in call to
4291 vc-call-backend.
4292 (vc-default-dired-state-info, vc-default-record-rename)
4293 (vc-default-merge-news): Update for the new backend argument.
4294
4295 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
4296 using the default function.
4297 (vc-call-backend): If calling the default function, pass it the
4298 backend as first argument. Update the docstring accordingly.
4299 (vc-default-state-heuristic, vc-default-mode-line-string): Update
4300 for the new backend argument.
4301 (vc-make-backend-sym): Renamed from vc-make-backend-function.
4302 (vc-find-backend-function): Use the new name.
4303 (vc-default-registered): New function.
4304
43052000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4306
4307 * vc.el (vc-merge): Use vc-find-backend-function.
4308
4309 * vc-hooks.el (vc-backend-functions): Remove.
4310 (vc-loadup): Don't setup 'vc-functions.
4311 (vc-find-backend-function): New function.
4312 (vc-call-backend): Use above fun and populate 'vc-functions
4313 lazily.
4314 (vc-backend-defines): Remove.
4315
43162000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4317
4318 * vc.el (vc-register): Put a FIXME note for a newly found bug.
4319 Call vc-call-backend without the leading vc-.
4320 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
4321 (vc-check-headers): Call vc-call-backend without the leading vc-.
4322 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
4323 (vc-annotate-display): Replace confusing use of `cond' with `or'.
4324 Call vc-call-backend without the leading vc-.
4325
4326 * vc-cvs.el (tail): Provide vc-cvs.
4327 * vc-sccs.el (tail): Provide vc-sccs.
4328 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
4329
4330 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
4331 (vc-make-backend-function, vc-call): Pass names without leading
4332 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
4333 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
4334 (vc-call-backend): Always try to load vc-X-hooks.
4335 (vc-registered): Remove vc- in call to vc-call-backend.
4336
43372000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4338
4339 * vc.el (vc-process-filter): New function.
4340 (vc-do-command): Setup `vc-process-filter' for the async process.
4341 (vc-maybe-resolve-conflicts): New function to reduce
4342 code-duplication. Additionally, it puts the buffer in
4343 `smerge-mode' if applicable.
4344 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
4345 calling `merge-news'.
4346 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
4347 (vc-log-edit): New function. Replacement for `vc-log-mode' by
4348 interfacing to log-edit.el.
4349 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
4350 log-edit is available.
4351 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
4352
43532000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4354
4355 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
4356 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
4357 defvar and the initialization.
4358 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
4359
4360 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
4361 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
4362
4363 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
4364
43652000-09-04 Andre Spiegel <spiegel@gnu.org>
4366
4367 * vc.el (vc-file-clear-masterprops): Removed.
4368 (vc-checkin, vc-revert-buffer): Removed calls to the above.
4369 (vc-version-diff): Use buffer-size without argument.
4370 (vc-register): Heed vc-initial-comment.
4371
4372 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
4373 default branch.
4374
4375 * vc-rcs.el (vc-rcs-register): Parse command output to find master
4376 file name and workfile version.
4377 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
4378
4379 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
4380 vc-file-clear-masterprops.
4381
4382 * vc-sccs.el (vc-sccs-checkout): Removed call to
4383 vc-file-clear-masterprops. If writable, set vc-state to 'edited
4384 rather than user login name.
4385
4386
43872000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4388
4389 * vc.el (vc-workfile-unchanged-p): Remove unused argument
4390 `want-differences-if-changed' and simplify.
4391 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
4392 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
4393 output (which is invalid for async vc-diff) to decide whether to
4394 do the revert silently or not.
4395
43962000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4397
4398 * vc-hooks.el (vc-loadup): Load files quietly.
4399 (vc-call-backend): Oops, brain fart.
4400
44012000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4402
4403 * vc-cvs.el (vc-cvs-state): Typo.
4404 (vc-cvs-merge-news): Return the status code rather than the error msg.
4405
44062000-09-04 Andre Spiegel <spiegel@gnu.org>
4407
4408 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
4409 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
4410 vc-state or vc-up-to-date-p.
4411 (vc-merge): Use vc-backend-defines to check whether merging is
4412 possible. Set state to 'edited after successful merge.
4413
4414 * vc-hooks.el (vc-locking-user): If locked by the calling user,
4415 return that name. Redocumented.
4416
44172000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4418
4419 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
4420 new `vc-state' semantics.
4421 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
4422 'vc-locking-user to the current user.
4423 (vc-merge): Inline vc-backend-merge. Comment out code that I
4424 don't understand and hence can't adapt to the new `vc-state' and
4425 `vc-locking-user' semantics.
4426 (vc-backend-merge): Remove.
4427
4428 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
4429 rather than 'vc-locking-user.
4430
4431 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
4432
4433 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
4434 (vc-state): Don't use 'reserved any more. Just use the same
4435 convention as the one used for vc-<backend>-state where the
4436 locking user (as a string) is returned.
4437 (vc-locking-user): Update, based on the above convention. The
4438 'vc-locking-user property has disappeared.
4439 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
4440
4441 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
4442 with a heuristic one.
4443 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
4444 (vc-cvs-checkin): Do a trivial parse to set the state in case of
4445 error. That allows us to get to 'needs-merge even in the
4446 stay-local case. There's still no way to detect 'needs-patch in
4447 such a setup (or to force an update for that matter).
4448 (vc-cvs-logentry-check): Remove, the default works as well.
4449
44502000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4451
4452 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
4453
4454 * vc.el (vc-do-command): kill-all-local-variables, to reset any
4455 major-mode in which the buffer might have been put earlier. Use
4456 `remove' and `when'. Allow `okstatus' to be `async' and use
4457 `start-process' in this case.
4458 (vc-version-diff): Handle the case where the diff looks empty
4459 because of the use of an async process.
4460
44612000-09-04 Andre Spiegel <spiegel@gnu.org>
4462
4463 * vc.el (vc-next-action-on-file): Removed optional parameter
4464 `simple'. Recompute state unconditionally.
4465 (vc-default-toggle-read-only): Removed.
4466
4467 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
4468 (vc-toggle-read-only): Undid prev change.
4469
4470 * vc-cvs.el (vc-cvs-stay-local): Renamed from
4471 vc-cvs-simple-toggle. Redocumented.
4472 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
4473 (vc-cvs-toggle-read-only): Removed.
4474
44752000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4476
4477 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
4478 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
4479 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
4480 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
4481 still is. So maybe it should be removed.
4482 (vc-head-version, vc-find-binary): Remove.
4483 (vc-recompute-state): Move from vc-hooks.el.
4484 (vc-next-action-on-file): Add a `simple' argument to allow
4485 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
4486 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
4487 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
4488 (vc-dired-mode-map): Properly defvar it.
4489 (vc-print-log): Call log-view-mode if available.
4490 (small-temporary-file-directory): defvar instead of use boundp.
4491 (vc-merge-news): Moved to vc-cvs.el.
4492 (vc-default-merge-news): New function.
4493
4494 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
4495 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
4496 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
4497 unknown `vc-latest-version' function. It should probably refer to
4498 vc-workfile-version or somesuch, but it's very unclear to me and I
4499 don't have SCCS to test things.
4500
4501 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
4502 (vc-sccs-state-heuristic): Fix typo.
4503 (vc-sccs-workfile-unchanged-p): Add missing argument.
4504
4505 * vc-rcs.el: Require vc and vc-rcs-hooks.
4506 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
4507 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
4508 (vc-release-greater-or-equal-p): Move from vc.
4509 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
4510 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
4511 (vc-rcs-checkout): Add a missing `new-version' argument in the
4512 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
4513
4514 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
4515 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
4516 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
4517 than the apparently unbound `workfile-version'.
4518
4519 * vc-hooks.el (vc-master-templates): Def the obsolete var.
4520 (vc-file-prop-obarray): Use `make-vector'.
4521 (vc-backend-functions): Add new hookable functions
4522 vc-toggle-read-only, vc-record-rename and vc-merge-news.
4523 (vc-loadup): If neither backend nor default functions exist, use
4524 the backend function rather than nil.
4525 (vc-call-backend): If the function if not bound yet, try to load
4526 the non-hook file to see if it provides it.
4527 (vc-call): New macro plus use it wherever possible.
4528 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
4529 nor `vc-find-binary' since it's only called from
4530 vc-mistrust-permission which is only used once the backend is known.
4531 (vc-checkout-model): Fix parenthesis.
4532 (vc-recompute-state, vc-prefix-map): Move to vc.el.
4533
4534 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
4535 (vc-cvs-release, vc-cvs-system-release): Remove.
4536 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
4537 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
4538 status symbols.
4539 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
4540 (vc-cvs-toggle-read-only): First cut at a function to allow a
4541 cvs-status-free vc-toggle-read-only.
4542 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
4543 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
4544 vc-cvs-status. Also set vc-state rather than vc-locking-user.
4545 (vc-cvs-checkout): Modify access rights directly if the user
4546 requested not to use `cvs edit'. And refresh the mode line.
4547
4548 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
4549 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
4550
45512000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4552
4553 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
4554 workfile' that got lost when the code was extracted from vc.el.
4555 And merged the tail with the rest of the code (not possible in the
4556 old vc.el where the tail was shared among all backends). And
4557 explicitly set the state to 'edited if `writable' is set.
4558
4559 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
4560 (vc-cvs-state): Be careful to return the value from
4561 vc-cvs-parse-state.
4562 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
4563 property but return it instead. Also be careful to handle a nil
4564 or "" `rev' when workfile is non-nil (it was handled properly when
4565 workfile was nil).
4566
4567 * vc.el: Removed those pesky unnecessary `(function' quotes.
4568 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
4569 directly in the defvar.
4570 (vc-do-command): Bind inhibit-read-only so as to properly handle
4571 the case where the destination buffer has been made read-only.
4572 (vc-diff): Delegate to vc-version-diff in all cases.
4573 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
4574 (vc-annotate-mode-variables): Removed (code moved partly to
4575 defvars and partly to vc-annotate-add-menu).
4576 (vc-annotate-mode): Turned into a derived-mode.
4577 (vc-annotate-add-menu): Moved in code in
4578 vc-annotate-mode-variables.
4579 (vc-update-change-log): Use make-temp-file if available.
4580
45812000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
4582
4583 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
4584 `vc-checkout-model' updated to `vc-cvs-update-model'.
4585
45862000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4587
4588 * vc.el (vc-next-action-on-file): Added handling of state
4589 `unlocked-changes'.
4590 (vc-checkout-carefully): Is now practically obsolete, unless the
4591 above is too slow to be enabled unconditionally.
4592 (vc-update-change-log): Fixed typo.
4593
4594 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
4595
4596 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
4597 Now handles state `unlocked-changes'.
4598 (vc-sccs-workfile-unchanged-p): New function, to support the above.
4599
4600 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
4601
4602 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
4603 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
4604 `unlocked-changes'.
4605 (vc-rcs-workfile-unchanged-p): Renamed from
4606 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
4607 function yet, but supposed to become one soon.
4608
4609 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
4610 `vc-steal-lock'.
4611 (vc-call-backend): Changed error message.
4612 (vc-state): Added description of state `unlocked-changes'.
4613
46142000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4615
4616 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
4617 always return t in CVS-controlled directories.
4618
4619 * vc.el (vc-responsible-backend): New function.
4620 (vc-register): Largely rewritten.
4621 (vc-admin): Removed (implementation moved into vc-register).
4622 (vc-checkin): Redocumented.
4623 (vc-finish-logentry): If no backend defined yet (because we are in
4624 the process of registering), use the responsible backend.
4625
4626 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
4627 Updated function lists.
4628 (vc-call-backend): Fixed typo.
4629
4630 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
4631 New functions.
4632 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
4633 Removed query option. Redocumented.
4634
46352000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4636
4637 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
4638
4639 * vc.el: Updated callers of `vc-checkout-required' to use
4640 `vc-checkout-model'.
4641
46422000-09-04 Martin Lorentzson <martinl@gnu.org>
4643
4644 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
4645 stuff updated to reference this function instead of the old
4646 `vc-backend-release-p'.
4647
46482000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4649
4650 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
4651 vc-checkout-model. Return appropriate values. Updated callers.
4652
46532000-09-04 Martin Lorentzson <martinl@gnu.org>
4654
4655 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
4656 (vc-backend-revert): Function moved into `vc-revert';
4657 `vc-next-action' must be updated to accomodate this change.
4658 (vc-backend-steal): Function moved into `vc-finish-steal'.
4659 (vc-backend-logentry-check): Function moved into
4660 `vc-finish-logentry'.
4661 (vc-backend-printlog): Function moved into `vc-print-log'.
4662 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
4663 (vc-backend-assign-name): Function moved into
4664 `vc-create-snapshot'.
4665
46662000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4667
4668 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
4669 Rename to vc-checkout-model. Return appropriate values.
4670 Update callers.
4671
4672 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
4673 to vc-checkout-model.
4674 (vc-checkout-required): Rename to vc-checkout-model.
4675 Re-implement and re-comment.
4676 (vc-after-save): Use vc-checkout-model.
4677
46782000-09-04 Martin Lorentzson <martinl@gnu.org>
4679
4680 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
4681 Update to use the vc-BACKEND-diff functions instead.
4682 `vc-diff' is now working.
4683
4684 * vc-rcs.el (vc-rcs-logentry-check): New function.
4685
4686 * vc-cvs.el (vc-cvs-logentry-check): New function.
4687
4688 * vc-sccs.el (vc-sccs-diff): Function changed name from
4689 `vc-backend-diff'. This makes `vc-diff' work.
4690
4691 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
4692 of functions possibly implemented in a vc-BACKEND library.
4693 (vc-checkout-required): Fix bug that caused an error to be
4694 signaled during `vc-after-save'.
4695
4696 * vc.el: Fix typo.
4697 This checkin is made with our new VC code base for the very first time.
4698 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
4699
4700 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
4701 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
4702
4703 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
4704 updated to `vc-uses-locking'.
4705 (vc-checkout-required): Call to backend function.
4706 `vc-checkout-required' updated to `vc-uses-locking' instead.
4707
4708 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
4709 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
4710
4711 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
4712 to match the split into various backends.
4713 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
4714 (vc-retrieve-snapshot): Bug fix.
4715
47162000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4717
4718 * vc-sccs.el (vc-sccs-release): Doc fix.
4719
47202000-09-04 Martin Lorentzson <martinl@gnu.org>
4721
4722 * vc.el (vc-next-action-on-file): Bug found and fixed.
4723 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
4724 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
4725
4726 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
4727 (vc-rcs-checkout): Name space cleaned up. No more revision number
4728 crunching function names that are not prefixed with vc-rcs.
4729 (vc-rcs-checkout-model): Function added. References to
4730 `vc-checkout-model' replaced.
4731
47322000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4733
4734 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
4735 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
4736 still need to be split, and implemented for RCS).
4737
47382000-09-04 Martin Lorentzson <martinl@gnu.org>
4739
4740 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
4741
4742 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
4743 required by the vc.el file.
4744
4745 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
4746 required by the vc.el file.
4747 (vc-rcs-exists): Function added.
4748
4749 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
4750 required by the vc.el file.
4751
4752 * vc.el (vc-admin): Updated to handle selection of appropriate
4753 backend. Current implementation is crufty and need re-thinking.
4754
4755 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
4756
47572000-09-04 Martin Lorentzson <martinl@gnu.org>
4758
4759 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
4760 beginning of annotate buffers correctly.
4761
4762 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
4763 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
4764 functionality updated quite a lot to support multiple backends.
4765 Variables `vc-annotate-mode', `vc-annotate-buffers',
4766 `vc-annotate-backend' added.
4767
4768 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
4769 `vc-annotate-difference' added to supported backend functions.
4770
47712000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4772
4773 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
4774 Use with-temp-file instead of /bin/sh. Merged from mainline
4775
47762000-09-04 Martin Lorentzson <martinl@gnu.org>
4777
4778 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
4779
4780 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
4781
4782 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
4783
47842000-09-04 Martin Lorentzson <martinl@gnu.org>
4785
4786 * vc-hooks.el: vc-state-heuristic added to
4787 vc-backend-hook-functions.
4788
4789 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
4790
4791 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
4792
4793 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
4794 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
4795 state to `reserved'.
4796
4797 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
4798 `vc-checkout-required'. Rename the `locked' state to `reserved'.
4799
48002000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4801
4802 * vc-rcs-hooks.el: Implement new state model. Hardly anything
4803 untouched.
4804
4805 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
4806
4807 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
4808 if defined. (Merged from main line, slightly adapted.)
4809
4810 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
4811 millenium problem (merged from mainline).
4812
48132000-09-04 Martin Lorentzson <martinl@gnu.org>
4814
4815 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
4816 part and moved the non-BACKEND stuff to vc.el.
4817
4818 * vc.el: Split the annotate feature into a BACKEND specific part
4819 and moved it from the vc-cvs.el file to this one.
4820
48212000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4822
4823 * vc-hooks.el: Implement new state model.
4824 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
4825 (vc-locking-user): Simplify. Now only needed if the file is
4826 locked by somebody else.
4827 (vc-lock-from-permissions): Remove. Functionality is in
4828 vc-sccs-hooks.el and vc-rcs-hooks.el now.
4829 (vc-mode-line-string): New name for former vc-status. Adapted.
4830 (vc-mode-line): Adapt to use the above. Remove optional parameter.
4831
4832 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
4833 Various simplifications and adaptations all over the place.
4834
4835 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
4836 Simplify and adapt the rest.
4837
4838 * vc.el (vc-resynch-window): Add TODO comment: check for
4839 interaction with view mode according to recent RCS change.
4840 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
4841
48422000-09-04 Martin Lorentzson <martinl@gnu.org>
4843
4844 * vc.el: Convert the remaining function comments to docstrings.
4845
48462000-09-04 Martin Lorentzson <martinl@gnu.org>
4847
4848 * vc.el (vc-backend-release, vc-release-greater-or-equal)
4849 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
4850 (vc-minor-part, vc-previous-version): Functions that operate and
4851 compare revision numbers got proper documentation. Comments added
4852 about their possible removal.
4853
48542000-09-04 Martin Lorentzson <martinl@gnu.org>
4855
4856 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
4857 the vc-backend.el files.
4858
4859 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
4860
4861 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
4862 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
4863 (vc-rcs-previous-version): Functions added.
4864
4865 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
4866
4867 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
4868
48692000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4870
4871 * vc-hooks.el (vc-master-templates): Is really obsolete.
4872 Comment out the definition for now. What is the right procedure
4873 to get rid of it?
4874 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
4875 rewritten.
4876 (vc-default-registered): Remove.
4877 (vc-check-master-templates): New function; does mostly what the
4878 above did before.
4879 (vc-locking-user): Don't rely on the backend to set the property.
4880
4881 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
4882 Rewrite documentation.
4883 (vc-rcs-templates-grabbed): New variable.
4884 (vc-rcs-grab-templates): New function.
4885 (vc-rcs-registered): Rewrite to use above mechanism.
4886
4887 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
4888 Rewrite documentation.
4889 (vc-sccs-templates-grabbed): New variable.
4890 (vc-sccs-grab-templates): New function.
4891 (vc-sccs-registered): Rewrite to use above mechanism.
4892 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
4893 Don't throw the result, simply return it.
4894
4895 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
4896 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
4897 (vc-cvs-registered): Does the check itself now. Simplify.
4898
4899 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
4900 from main line.
4901
49022000-09-04 Martin Lorentzson <martinl@gnu.org>
4903
4904 * vc-cvs.el (vc-cvs-diff): New function.
4905
4906 * vc-sccs.el (vc-sccs-diff): New function.
4907
4908 * vc-rcs.el (vc-rcs-diff): New function.
4909 (vc-rcs-checkout): Bug (typo) found and fixed.
4910 (vc-rcs-register-switches): New variable.
4911
4912 * vc.el (vc-backend-diff): Function removed and placed in the
4913 backend files.
4914
49152000-09-04 Martin Lorentzson <martinl@gnu.org>
4916
4917 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
4918
4919 * vc.el (vc-backend-checkout): Function removed and replaced in
4920 the vc-backend.el files.
4921
4922 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
4923
4924 * vc.el (vc-backend-admin): Removed and replaced in the
4925 vc-backend.el files.
4926
4927 * vc.el (Martin): Removed all the annotate functionality since it
4928 is CVS backend specific.
4929
49302000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4931
4932 * spec.txt: Added specification of vc-state.
4933
4934 * vc-sccs-hooks.el (vc-sccs-master-properties):
4935 Remove handling of vc-latest-version and
4936 vc-your-latest-version. What used to be vc-latest-version, is now
4937 returned as vc-workfile-version.
4938 (vc-sccs-workfile-version): Adapt.
4939
49402000-09-04 Dave Love <fx@gnu.org>
4941
4942 * vc.el: [Merged from mainline.]
4943 (vc-dired-mode): Make the dired-move-to-filename-regexp
4944 regexp match the date, to avoid treating date as file size.
4945 Add YYYY S option to WESTERN/
4946
49472000-09-04 Dave Love <fx@gnu.org>
4948
4949 * vc.el: Require `compile' when compiling.
4950 (vc-logentry-check-hook): New option.
4951 (vc-steal-lock): Use compose-mail.
4952 (vc-dired-mode-map): Defvar when compiling.
4953 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
4954 vc-sccs.el and renamed. Callers changed.
4955 (vc-backend-checkout, vc-backend-logentry-check)
4956 (vc-backend-merge-news): Doc fix.
4957 (vc-default-logentry-check): New function.
4958 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
4959 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
4960 (vc-backend-merge): Doc fix. Use backend functions.
4961 (vc-check-headers): Use backend functions.
4962
4963 * vc-cvs.el: Require vc when compiling.
4964 (vc-cvs-register-switches): Doc fix.
4965 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
4966 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
4967 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
4968 New functions (code from vc.el).
4969 (vc-annotate-display-default): Fix interactive spec.
4970 (vc-annotate-time-span): Doc fix.
4971
4972 * vc-rcs.el: Require vc when compiling.
4973 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
4974 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
4975 (vc-rcs-checkin): New functions (code from vc.el).
4976 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
4977 Doc fix.
4978 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
4979
4980 * vc-sccs.el: Require vc when compiling.
4981 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
4982 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
4983 (vc-sccs-revert)
4984 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
4985 from vc.el).
4986 (vc-sccs-add-triple, vc-sccs-record-rename)
4987 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
4988 (vc-sccs-admin): Doc fix.
4989
49902000-09-04 Martin Lorentzson <martinl@gnu.org>
4991
4992 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
4993 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
4994 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
4995 from vc.el.
4996
4997 * vc-sccs.el (vc-admin-sccs): Added from vc.el
4998
4999 * vc-cvs.el: Moved the annotate functionality from vc.el.
5000 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
5001
50022000-09-04 Dave Love <fx@gnu.org>
5003
5004 * vc.el (vc-backend-release): Call vc-system-release.
5005
5006 * vc-sccs.el (vc-sccs-system-release):
5007 Renamed from vc-sccs-backend-release.
5008
5009 * vc-rcs.el (vc-rcs-system-release):
5010 Renamed from vc-rcs-backend-release.
5011
5012 * vc-cvs.el (vc-cvs-system-release):
5013 Renamed from vc-cvs-backend-release.
5014
50152000-09-04 Dave Love <fx@gnu.org>
5016
5017 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
5018 backend files.
5019 (vc-backend-release): Dispatch to backend functions.
5020 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
5021 probably needs attention.]
5022
5023 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
5024 (vc-sccs-backend-release): New function.
5025
5026 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
5027 (vc-cvs-backend-release): New function.
5028
5029 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
5030 Doc fix.
5031 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
5032 (vc-default-dired-state-info): New function.
5033 (vc-dired-state-info): Dispatch to backends.
5034 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
5035
5036 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
5037 from vc.el and renamed.
5038
50392000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5040
5041 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
5042 (vc-version-other-window, vc-backend-assign-name): Removed
5043 references to vc-latest-version; sometimes changed into
5044 vc-workfile-version.
5045
5046 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
5047 vc-rcs-master-workfile-version.
5048 (vc-rcs-workfile-version): Use the above. Don't call
5049 vc-latest-version (that was unreachable code, anyway).
5050 (vc-rcs-fetch-master-properties): Doc fix.
5051
5052 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
5053 (vc-backend-hook-functions): Removed them from this list, too.
5054 (vc-fetch-properties): Removed.
5055 (vc-workfile-version): Doc fix.
5056
5057 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
5058 (vc-rcs-workfile-version, vc-rcs-locking-user)
5059 (vc-rcs-uses-locking): Use it.
5060
5061 * vc-hooks.el (vc-consult-rcs-headers):
5062 Moved into vc-rcs-hooks.el, under the name
5063 vc-rcs-consult-headers.
5064
5065 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
5066 headers.
5067 (vc-cvs-find-master): Use this name only; correct different
5068 versions of the name.
5069
5070 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
5071 New functions.
5072 (vc-sccs-locking-user): Use the latter.
5073
5074 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
5075 New functions.
5076
5077 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
5078 Moved into both
5079 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
5080 functions are implementation details of those two backends.
5081
50822000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5083
5084 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
5085 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
5086
5087 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
5088 (vc-sccs-parse-locks): SCCS-specific code moved here from
5089 vc-hooks.
5090
5091 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
5092 code moved here from vc-hooks.
5093
5094 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
5095 into back-end specific parts and removed. Callers not updated
5096 yet; because I guess these callers will disappear into back-end
5097 specific files anyway.
5098
50992000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5100
5101 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
5102 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
5103 `vc-uses-locking'.
5104
5105 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
5106 Store yes/no in the property, and return t/nil. Updated all
5107 callers.
5108
5109 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
5110 vc-sccs-uses-locking. Don't set property.
5111 (vc-sccs-locking-user): Don't set property.
5112
5113 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
5114 vc-cvs-uses-locking. Don't set property here; leave that to
5115 vc-hooks.
5116 (vc-cvs-locking-user): Reflect above change. Streamlined.
5117
5118 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
5119 vc-rcs-uses-locking.
5120 (vc-rcs-locking-user): Reflect above change.
5121
51222000-09-04 Dave Love <fx@gnu.org>
5123
5124 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
5125
5126 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
5127
5128 * vc-hooks.el (vc-checkout-model): Punt to backends.
5129
5130 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
5131
5132 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
5133
5134 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
5135 New functions.
5136
5137 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
5138 New functions.
5139
5140 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
5141 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
5142
5143 * vc-hooks.el (vc-default-locking-user): New function.
5144 (vc-locking-user, vc-workfile-version): Punt to backends.
5145
51462000-09-04 Dave Love <fx@gnu.org>
5147
5148 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
5149 (vc-master-workfile-version): Moved from vc-hooks.
5150
5151 * vc-rcs-hooks.el: Fix duplicate code in last change.
5152
5153 * vc-rcs-hooks.el: Require vc-hooks when compiling.
5154 (vc-rcs-master-templates): Improve :type.
5155 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
5156 vc-master-workfile-version): Moved from vc-hooks.
5157
5158 * vc-sccs-hooks.el: Require vc-hooks when compiling.
5159 (vc-sccs-master-templates): Improve :type.
5160 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
5161
5162 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
5163
5164 * vc-cvs-hooks.el: Require vc-hooks when compiling.
5165 (vc-cvs-master-templates): Improve :type. Use
5166 vc-cvs-find-cvs-master.
5167 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
5168 from vc-hooks.
5169 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
5170
5171 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
5172 Moved to vc-cvs-hooks.
5173
5174 * vc-hooks.el: Add doc strings in various places. Simplify the
5175 minor mode setup.
5176 (vc-handled-backends): New user variable.
5177 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
5178 simplification.
5179
51802000-09-04 Dave Love <fx@gnu.org>
5181
5182 * vc.el: Some doc fixes for autoloaded and interactive functions.
5183 Fix compilation warnings from ediff stuff.
5184 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
5185
5186 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
5187
5188 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
5189
5190 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
5191
51922000-09-04 Dave Love <fx@gnu.org>
5193
5194 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
5195 New variable.
5196 (vc-make-backend-function, vc-loadup, vc-call-backend)
5197 (vc-backend-defines): New functions.
5198
5199 * vc-hooks.el: Various doc fixes.
5200 (vc-default-back-end, vc-follow-symlinks): Custom fix.
5201 (vc-match-substring): Function removed. Callers changed to use
5202 match-string.
5203 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
5204 Simplify.
5205
52062000-09-04 Dave Love <fx@gnu.org>
5207
5208 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
5209 type.
5210 (vc-sccs-project-dir, vc-search-sccs-project-dir)
5211 (vc-sccs-registered): Doc fix.
5212
5213 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
5214 (vc-cvs-registered): Doc fix.
5215
5216 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
5217 (vc-rcs-registered): Doc fix.
5218
52192000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5220
5221 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
5222
5223 * vc-hooks.el: vc-registered has been renamed
5224 vc-default-registered. Some functions have been moved to the
5225 backend specific files. they all support the
5226 vc-BACKEND-registered functions.
5227
52282000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5229
5230 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
5231
5232 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
5233
52342000-09-04 Dave Love <fx@gnu.org>
5235
5236 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
5237 menu-bar-update-hook.
5238
5239 * help.el (help-manyarg-func-alist): Add
5240 find-operation-coding-system.
5241
5242 * wid-edit.el (widget-sexp-validate): Fix garbled code.
5243
5244 * custom.el (custom-set-variables): Print message about errors in
5245 setting.
5246
52472000-09-03 Andrew Innes <andrewi@gnu.org>
5248
5249 * makefile.w32-in: Change to DOS line endings.
5250
52512000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
5252
5253 * mouse.el (mouse-popup-menubar): Supply the prompt string for
5254 minor-mode keymaps, if they don't have one.
5255
52562000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
5257
5258 * eshell/esh-module.el (eval-when-compile): Don't lose if
5259 esh-module.el's file name is truncated to DOS 8+3 limits.
5260
52612000-09-01 John Wiegley <johnw@gnu.org>
5262
5263 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
5264 predicate, which caused entries in the completion list to be
5265 doubled.
5266
52672000-08-30 John Wiegley <johnw@gnu.org>
5268
5269 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
5270 sending to subprocesses. Also, hook pre-command-hook if
5271 `eshell-send-direct-to-subprocesses' is non-nil.
5272 (eshell-send-direct-to-subprocesses): New config variable. If t,
5273 subprocess input is send immediately.
5274 (eshell-toggle-direct-send): New function.
5275 (eshell-self-insert-command): New function.
5276 (eshell-intercept-commands): New function.
5277 (eshell-send-input): If direct subprocess sending is enabled,
5278 don't echo any input to the Eshell buffer. Let the subprocess
5279 handle that. This requires "stty echo" in bash, for example.
5280
52812000-08-28 John Wiegley <johnw@gnu.org>
5282
5283 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
5284 completion function for Eshell's implementation of `unset'.
5285
52862000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
5287
5288 * info.el (Info-directory-list): Doc fix.
5289
52902000-08-31 Peter Breton <pbreton@ne.mediaone.net>
5291
5292 * filecache.el (file-cache-add-directory-using-find): Don't quote
5293 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
5294
52952000-08-31 Kenichi Handa <handa@etl.go.jp>
5296
5297 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
5298 coding systems.
5299
53002000-08-30 Andrew Innes <andrewi@gnu.org>
5301
5302 * timer.el (run-with-idle-timer): Undo last change, so that timer
5303 is not activated immediately if Emacs is already idle. Some
5304 existing code relies on this behaviour.
5305
53062000-08-30 Miles Bader <miles@gnu.org>
5307
5308 * frame.el (set-frame-font): Do completion of font-name for
5309 interactive use.
5310
53112000-08-30 Kenichi Handa <handa@etl.go.jp>
5312
5313 * international/quail.el (quail-start-translation): Bind locally
5314 last-command-event, last-command, and this-command.
5315 (quail-start-conversion): Likewise.
5316 (quail-self-insert-command): Fix docstring.
5317
53182000-08-29 Gerd Moellmann <gerd@gnu.org>
5319
5320 * progmodes/executable.el
5321 (executable-make-buffer-file-executable-if-script-p): Check that
5322 buffer contains at least 2 characters.
5323
53242000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
5325
5326 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
5327
53282000-08-29 Dave Love <fx@gnu.org>
5329
5330 * diff-mode.el (diff-mode) <defgroup>: Add :version.
5331 (diff-mode-shared-map): Bind mouse-2.
5332 (diff-imenu-generic-expression): New variable.
5333 (diff-mode): Use it.
5334
5335 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
5336 (mouse-popup-menubar): Add minor mode menus.
5337 (popup-menu): Check for lookup-key returning number.
5338
53392000-08-29 Miles Bader <miles@gnu.org>
5340
5341 * comint.el (comint-send-input): Create overlays using the proper
5342 front/read-advance arguments.
5343
53442000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5345
5346 * ps-print.el: Even/odd pages printing. Doc fix.
5347 (ps-print-version): New version number (6.0).
5348 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
5349 (ps-background, ps-begin-file, ps-begin-job): Code fix.
5350 (ps-print-duplex-feature): Variable eliminated.
5351 (ps-even-or-odd-pages): New variable.
5352
5353 * progmodes/ebnf2ps.el: Doc fix.
5354 (ebnf-version): New version (3.3).
5355 (ebnf-user-arrow): Change variable customization to sexp.
5356 (ebnf-user-arrow): Function eliminated.
5357 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
5358
53592000-08-29 Kenichi Handa <handa@etl.go.jp>
5360
5361 * help.el (help-xref-mule-regexp): New variable.
5362 (help-make-xrefs): Handle help-xref-mule-regexp.
5363
5364 * international/mule-cmds.el (help-xref-mule-regexp-template): New
5365 variable.
5366 (describe-input-method): Temporarily activate the specfied input
5367 method to display the information.
5368 (describe-language-environment): Hyperlinks to mule related items.
5369
5370 * international/mule-diag.el (charset-multibyte-form-string): New
5371 function.
5372 (list-character-sets-1): Use charset-multibyte-form-string.
5373 (describe-character-set): New function.
5374 (describe-coding-system): Hyperlinks to safe character sets.
5375
5376 * international/quail.el (quail-help): New arg PACKAGE.
5377 Hyperlinks to mule related items.
5378 (quail-help-insert-keymap-description): Use
5379 substitute-command-keys instead of describe-bindings.
5380 (quail-translation-help): Hyperlinks to mule related items.
5381
53822000-08-28 John Wiegley <johnw@gnu.org>
5383
5384 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
5385 have a defsubst call itself. Made `eshell-flatten-list' back into
5386 a function again.
5387
5388 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
5389 catch, in case re-centering point at bottom messes up the display.
5390 This happens frequently in Emacs 21, due I believe to variable
5391 line heights.
5392
5393 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
5394 to call `find-tag-interactive'.
5395
5396 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
5397 the list of remember directories.
5398
53992000-08-28 John Wiegley <johnw@gnu.org>
5400
5401 * align.el: Test align-region-separate to see if it's a symbol.
5402
54032000-08-28 John Wiegley <johnw@gnu.org>
5404
5405 * eshell/esh-util.el (eshell-flatten-list): Made this function
5406 into a defsubst form. It gets used very frequently, although
5407 calls don't occur all that often.
5408
5409 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
5410 examining it.
5411
5412 * eshell/esh-cmd.el (eshell-rewrite-while-command):
5413 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
5414 `eshell-protect'.
5415 (eshell-copy-handles): Created a new macro for duplicating the
5416 current set of open handles. This is needed by the looping
5417 functions.
5418 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
5419 is not incorrectly stomped on.
5420
5421 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
5422 declaration for pcomplete-use-paring.
5423 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
5424 value of eshell-cmpl-use-paring.
5425 * pcomplete.el (pcomplete-use-paring): New config variable, to
5426 indicate whether paring should be used.
5427 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
5428 completion alternatives that have already been used.
5429
5430 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
5431 bound to C-c C-y, which will repeat the previous N arguments
5432 (based on prefix argument).
5433 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
5434
5435 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
5436 if there is no *Help* buffer. This is for XEmacs, which renames
5437 its help buffers uniquely. TODO: Find out what the current buffer
5438 name to delete is.
5439
5440 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
5441 first entry that correlates to a passwd/group number. Later
5442 entries (used for group/user name aliasing to multiple IDs) are
5443 ignored.
5444
5445 * eshell/em-xtra.el (eshell/expr):
5446 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
5447 (eshell-grep, eshell/diff, eshell/locate):
5448 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
5449 argument list, before passing it to the system command.
5450
5451 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
5452 `find-tag' for use at final position in Eshell buffers (which
5453 otherwise triggers an error on Emacs 21).
5454 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
5455 buffer, if it is currently bound to `find-tag'.
5456
5457 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
5458 in the list of matched Makefile names.
5459 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
5460 directory, prefer its contents to Makefile.
5461
5462 * eshell/em-dirs.el (eshell/cd): cd commands that look up
5463 directory parts (like "cd old new", or "cd =regexp"), are now case
5464 sensitive on non-Windows/DOS platforms.
5465
5466 * eshell/esh-mode.el (eshell-parse-command-input): When a user
5467 types RET after an open delimiter (like "), display a message
5468 indicating that Eshell is waiting for the closing delimiter.
5469
5470 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
5471 environment variables.
5472
5473 * eshell/em-unix.el (eshell/diff): Added logic to fail more
5474 gracefully if the user enters incorrect arguments.
5475
5476 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
5477 Eshell buffers.
5478
5479 * eshell/esh-var.el (eshell-interpolate-variable):
5480 * eshell/esh-mode.el (eshell-move-argument):
5481 * eshell/em-unix.el (eshell-du-sum-directory):
5482 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
5483 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
5484 (not (= ...)).
5485
5486 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
5487 to ensure the `preserve' flag gets propagated when doing recursive
5488 directory copies.
5489
54902000-08-28 Stefan Monnier <monnier@cs.yale.edu>
5491
5492 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
5493 Don't convert \n into \0177 in memory.
5494 (eshell-read-history, eshell-write-history): Convert \n to \0177,
5495 and back again, when reading and writing.
5496
54972000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
5498
5499 * eshell/esh-util.el (eshell-processp): Added to relieve constant
5500 testing of `fboundp' on `processp'.
5501
5502 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
5503 (eshell/jobs): Don't call process-list if it is not bound.
5504 (eshell-gather-process-output): Support systems where async
5505 subprocesses aren't supported.
5506 (eshell-scratch-buffer, eshell-last-sync-output-start): New
5507 variables.
5508
5509 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
5510 eshell-do-eval returns t.
5511 (eshell-do-pipelines-synchronously): New defmacro.
5512 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
5513 when async subprocesses aren't supported.
5514 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
5515 if async subprocesses aren't supported.
5516 (eshell-resume-command): Don't assume STATUS is a string.
5517
5518 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
5519
5520 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
5521 (eshell-close-target, eshell-get-target): Use eshell-processp.
5522 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
5523 fix.
5524 (eshell-get-target, eshell-create-handles): Doc fix.
5525
55262000-08-28 Miles Bader <miles@lsi.nec.co.jp>
5527
5528 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
5529 criterion to include commands that output something, as long as it
5530 leaves both the command and the end-of-buffer visible when the
5531 command has exited.
5532 (eshell-review-quick-commands): Adjust the help doc string
5533 accordingly.
5534
55352000-08-28 Peter Breton <pbreton@ne.mediaone.net>
5536
5537 * locate.el (locate): Cleaned up locate command's interactive prompting
5538 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
5539
5540 * filecache.el (file-cache-case-fold-search): New variable
5541 (file-cache-assoc-function): New variable
5542 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
5543 Use file-cache-case-fold-search variable
5544 (file-cache-add-file): Use file-cache-assoc-function
5545 (file-cache-delete-file): likewise
5546 (file-cache-directory-name): likewise
5547 (file-cache-debug-read-from-minibuffer): likewise
5548
55492000-08-28 Gerd Moellmann <gerd@gnu.org>
5550
5551 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
5552 (abbrev-table-name): New function.
5553 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
5554 If non-nil list local abbrev, only.
5555
55562000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
5557
5558 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
5559 from Gnus support code, and use special article copy buffer
5560 `(gnus-original-article-buffer)' instead. This allows to get rid
5561 of article-hide-headers usage (which breaks in the latest Gnus
5562 version). Thanks to Detlev Zundel.
5563
55642000-08-28 Kenichi Handa <handa@etl.go.jp>
5565
5566 * international/quail.el (quail-use-package): Hide "... loaded"
5567 message.
5568 (quail-start-translation, quail-start-conversion): Likewise.
5569
5570 * international/kkc.el (kkc-region): Hide "... loaded" message.
5571
55722000-08-27 Dave Love <fx@gnu.org>
5573
5574 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
5575
55762000-08-27 Miles Bader <miles@gnu.org>
5577
5578 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
5579
55802000-08-27 Kenichi Handa <handa@etl.go.jp>
5581
5582 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
5583 'ja-dic-cnv), not (require 'skkdic-cnv).
5584
55852000-08-26 Miles Bader <miles@gnu.org>
5586
5587 * faces.el (face-x-resources): Add entry for :inherit.
5588 * cus-face.el (custom-face-attributes): Add support for :inherit
5589 attribute. Add support for relative face heights.
5590 (custom-face-attributes-get): Treat `nil' as being a default value
5591 for :inherit (as well as `unspecified').
5592
5593 * faces.el (set-face-attribute): Update doc string.
5594 (face-attribute-name-alist): Add :inherit.
5595 (face-valid-attribute-values): Handle :inherit.
5596 (face-read-string): Rephrase prompt to be less confusing.
5597 Assume that DEFAULT is a string, since we must return a string.
5598 (face-read-integer): Use `format' to turn DEFAULT into an
5599 acceptable default for face-read-string. Match NEW-VALUE against
5600 the string "unspecified", not the symbol `unspecified', since
5601 that's what face-read-string returns.
5602 (read-face-attribute): Lookup a name for old-value in valid, and
5603 use it as a default if we find one. Treat all values from
5604 face-read-string as strings. If the default is used, don't do any
5605 more processing on the value, just use the old value directly.
5606 (read-face-and-attribute, modify-face): Tweak prompt.
5607 (read-face-name): Don't assume prompt ends with a space.
5608
5609 * faces.el (describe-face): Add support for :inherit attribute.
5610
56112000-08-25 Kenichi Handa <handa@etl.go.jp>
5612
5613 * terminal.el (terminal-emulator): Fix args to `concat'. Now
5614 concat doesn't accept interger.
5615
5616 * international/kkc.el: Remove SKK from Keywords. Require
5617 ja-dic-utl instead of skkdic-utl.
5618
5619 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
5620 Provide ja-dic-cnv instead of skkdic-cnv.
5621 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
5622 (iso-2022-7bit-short): Add safe-charsets property.
5623 (skkdic-convert-postfix): Search Japanese chou-on character in
5624 addition to Hiragana character.
5625 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
5626 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
5627 (batch-skkdic-convert): Likewise.
5628
5629 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
5630 Provide ja-dic-utl instead of skkdic-utl.
5631 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
5632
56332000-08-24 Dave Love <fx@gnu.org>
5634
5635 * disp-table.el (standard-display-default): Make the test of `l'
5636 useful.
5637
5638 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
5639 mod sample text.
5640
5641 * international/iso-ascii.el: Make pilcrow convenient string
5642 consistent with section.
5643 (iso-ascii-display): Set up multibyte characters as well as
5644 unibyte.
5645
56462000-08-24 Kenichi Handa <handa@etl.go.jp>
5647
5648 * international/mule-cmds.el (reset-language-environment): Set
5649 default-process-coding-system to '(undecided . iso-latin-1), which
5650 makes process I/O almost consistent with file I/O. Call this
5651 function when mule-cmds.el[c] is loaded.
5652
56532000-08-22 Andrew Innes <andrewi@gnu.org>
5654
5655 * makefile.w32-in: New file.
5656
56572000-08-22 Miles Bader <miles@lsi.nec.co.jp>
5658
5659 * comint.el (comint-output-filter): Compare end of
5660 comint-last-output-overlay with the start of the newly inserted
5661 text, not the end, when deciding whether to extend it.
5662 Set saved-point's insertion type to advance after insertion.
5663
5664 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
5665 since this is now done independently of font-lock mode.
5666
56672000-08-21 Gerd Moellmann <gerd@gnu.org>
5668
5669 * server.el (server-kill-new-buffers): New user option.
5670 (server-existing-buffer): New buffer-local variable.
5671 (server-visit-files): When using an existing buffer, set
5672 server-existing-buffer to t.
5673 (server-buffer-done): If server-kill-new-buffers is t, kill the
5674 buffer, unless it was already present before visiting it with
5675 Emacs server.
5676
56772000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
5678
5679 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
5680 even if the display doesn't support colors: some displays will
5681 support bold/underline faces.
5682
56832000-08-21 Gerd Moellmann <gerd@gnu.org>
5684
5685 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
5686
5687 * startup.el (command-line): If user's init file had an error,
5688 add explanatory text to *Messages*.
5689
56902000-08-21 Kenichi Handa <handa@etl.go.jp>
5691
5692 * man.el (Man-getpage-in-background): Decode the process output by
5693 the system locale coding system.
5694
56952000-08-20 Dave Love <fx@gnu.org>
5696
5697 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
5698 Don't test x-popup-menu.
5699 (function) <complete-function>: Complete only fbound symbols.
5700 <validate, value>: New.
5701 (variable) <complete-function>: Complete only bound symbols.
5702 (coding-system): Add :base-only, :complete-function, :validate,
5703 :value, :prompt-match.
5704 (widget-coding-system-prompt-value): Use read-coding-system and
5705 act on :base-only.
5706 (editable-field): Add :help-echo.
5707 (widget-push-button-gui, widget-push-button-cache)
5708 (widget-gui-action, widget-editable-list-gui): COmment out, along
5709 with uses.
5710 (widget-at): Make arg optional.
5711 (widget-echo-help): Adjust for current help-echo calling sequence.
5712 (widget-specify-field, widget-specify-button)
5713 (widget-specify-insert, widget-get-sibling, widget-image-find)
5714 (widget-convert, widget-insert, widget-leave-text)
5715 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
5716 (widget-setup, widget-field-find, widget-before-change)
5717 (widget-after-change, widget-default-complete)
5718 (widget-default-create, widget-default-delete)
5719 (widget-push-button-value-create, editable-field)
5720 (widget-field-prompt-value, widget-field-validate)
5721 (widget-choice-value-create, widget-choice-action)
5722 (widget-choice-validate, widget-checklist-add-item)
5723 (widget-radio-add-item, widget-radio-chosen)
5724 (widget-radio-value-inline, widget-editable-list-value-create)
5725 (widget-editable-list-entry-create)
5726 (widget-documentation-link-add)
5727 (widget-documentation-string-value-create)
5728 (widget-regexp-validate, widget-file-complete)
5729 (widget-sexp-validate, widget-plist-convert-widget)
5730 (widget-plist-convert-widget, widget-alist-convert-widget)
5731 (widget-alist-convert-widget, widget-color-complete): Simplify,
5732 particularly to avoid bindings which aren't optimized out.
5733
5734 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
5735 Doc fix.
5736 (down-list, backward-up-list, up-list, kill-sexp)
5737 (backward-kill-sexp, mark-sexp): Make arg optional.
5738 (lisp-complete-symbol): Add optional arg PREDICATE.
5739
5740 * cus-start.el: Add display-buffer-reuse-frames,
5741 file-coding-system-alist.
5742
57432000-08-20 Gerd Moellmann <gerd@gnu.org>
5744
5745 * startup.el (command-line): Clear realized faces after
5746 modifying TTY color mappings.
5747
57482000-08-20 Miles Bader <miles@gnu.org>
5749
5750 * faces.el (face-attr-match-p): Don't return true if ATTRS are
5751 merely a subset of FACE's attributes.
5752
57532000-08-19 Miles Bader <miles@gnu.org>
5754
5755 * comint.el (comint-output-filter): Save the point with a marker,
5756 not just a buffer position.
5757
5758 * international/mule.el (set-buffer-process-coding-system): Make
5759 interactive prompt less confusing.
5760
57612000-08-19 Gerd Moellmann <gerd@gnu.org>
5762
5763 * hilit-chg.el: General cleanup of doc strings, comments and
5764 code formatting.
5765
57662000-08-19 Miles Bader <miles@gnu.org>
5767
5768 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
5769 Compiler macro removed; beginning-of-line is no longer always
5770 equivalent to forward-line, in the presence of fields.
5771
5772 * comint.el (comint-output-filter): Remove ad-hoc saving of
5773 restriction, and just use save-restriction, now that it works
5774 correctly. Don't adjust comint-last-input-start to account for
5775 our insertion; it shouldn't have moved because we don't use
5776 insert-before-markers anymore. Comment out call to
5777 `force-mode-line-update'; why is it here?
5778
5779 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
5780 while checking for prompt to delete. Use `forward-line 0'
5781 instead of beginning-of-line.
5782 (gud-filter): Temporarily widen gud comint buffer while
5783 examining output.
5784
57852000-08-18 Stefan Monnier <monnier@cs.yale.edu>
5786
5787 * progmodes/sh-script.el: Big bag of typos.
5788
5789 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
5790 check since ispell-process is not bound when ispell is not yet loaded.
5791
57922000-08-18 Dave Love <fx@gnu.org>
5793
5794 * image.el (find-image): Copy `spec' before using plist-put.
5795
57962000-08-18 Gerd Moellmann <gerd@gnu.org>
5797
5798 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
5799 `portugues'.
5800
5801 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
5802 backward-kill-sexp, analogous to kill-sexp.
5803
5804 * progmodes/icon.el (icon-indent-line)
5805 (icon-is-continuation-line): Handle comments specially.
5806
58072000-08-17 Ken Stevens <k.stevens@ieee.org>
5808
5809 * ispell.el: Set to standard author/maintainer/keyword fields.
5810 Fine tuning to menu map appearance and operation, and added help.
5811 Remove `start' and `end' error messages when compiling.
5812 (ispell-choices-win-default-height): Fixed comment string.
5813 (ispell-dictionary-alist-1): Fixed regexp in castellano and
5814 castellano8 dictionaries.
5815 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
5816 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
5817 dictionary, added italiano dictionary.
5818 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
5819 word character
5820 (ispell-tex-skip-alists): Added psfig support.
5821 (ispell-skip-html): Renamed from ispell-skip-sgml.
5822 (ispell-begin-skip-region-regexp, ispell-skip-region)
5823 (ispell-minor-check): Improved html skipping support to skip across
5824 code, and recognize `&' commands without propper `;' syntax;
5825 (ispell-process-line): Fix alignment error when manually
5826 correcting spelling.
5827 (ispell): Fix comment string.
5828 (ispell-add-per-file-word-list): Always put word list on new line.
5829
58302000-08-17 Gerd Moellmann <gerd@gnu.org>
5831
5832 * format.el (format-encode-run-method): Fix error message to say
5833 `encode' instead of `decode'. Use save-window-excursion around
5834 shell-command-on-region as in format-decode-run-method because
5835 shell-command-on-region can display a buffer with error output.
5836 (format-decode): Don't record undo information for the decoding.
5837 (format-annotate-function): Add parameter FORMAT-COUNT. Make
5838 that number part of the temporary buffer name so that more than
5839 one decoding using a temporary buffer can happen safely.
5840
5841 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
5842 of `A-z' in the regexp.
5843
5844 * hilit-chg.el: Fix typos in commentary.
5845
5846 * help.el (view-emacs-news): Rewritten for new naming scheme
5847 for old NEWS files.
5848
5849 * startup.el (command-line): Pop to *Messages* in case an error
5850 is signaled while loading user-init-file.
5851
58522000-08-17 Andreas Schwab <schwab@suse.de>
5853
5854 * files.el (insert-directory): Don't lose original file name,
5855 undoing an undocumented change.
5856
58572000-08-17 Alex Schroeder <alex@gnu.org>
5858
5859 * sql.el (sql-magic-go): Use comint-bol.
5860 (sql-copy-column): Use comint-line-beginning-position.
5861 (comint-line-beginning-position): Define a replacement for
5862 comint-line-beginning-position if it is not fboundp.
5863
58642000-08-17 Alex Schroeder <alex@gnu.org>
5865
5866 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
5867 it didn't have any effect anyway.
5868
58692000-08-17 Alex Schroeder <alex@gnu.org>
5870
5871 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
5872 --pset and pager=off instead of sending \\o|cat at the beginning
5873 of the session.
5874
58752000-08-17 Miles Bader <miles@gnu.org>
5876
5877 * progmodes/octave-inf.el: Add compatibility definition of
5878 comint-line-beginning-position.
5879
58802000-08-17 Kenichi Handa <handa@etl.go.jp>
5881
5882 * startup.el (normal-top-level): Look in each dir in load-path for
5883 a leim-list.el file too. This assures of loading leim-list.el
5884 that is created at Emacs installation time even if a user have his
5885 own leim-list.el.
5886
58872000-08-17 Miles Bader <miles@gnu.org>
5888
5889 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
5890 foreground color to black if the background is dark.
5891
58922000-08-16 Stefan Monnier <monnier@cs.yale.edu>
5893
5894 * loadhist.el (unload-feature): Typo.
5895
5896 * finder.el (finder-compile-keywords):
5897 * cus-dep.el (custom-make-dependencies): Add local-variable settings
5898 to the generated file.
5899
5900 * mail/mh-e.el (mh-make-local-vars):
5901 Replace make-variable-buffer-local with make-local-variable.
5902
5903 * play/landmark.el:
5904 * options.el (Edit-options-{set,toggle,t,nil}):
5905 * mail/mailabbrev.el (mail-abbrevs-mode):
5906 * textmodes/tex-mode.el (tex-expand-files):
5907 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
5908
5909 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
5910
5911 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
5912 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
5913 Allow going past the last element.
5914 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
5915 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
5916 (cvs-mouse-toggle-mark): Don't move point.
5917 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
5918
5919 * progmodes/compile.el (grep): Provide a default set of files.
5920 (next-error): Docstring fix.
5921 (compilation-find-file): Avoid find-file (fails in a dedicated window).
5922
5923 * emacs-lisp/easy-mmode.el (define-minor-mode):
5924 Use `symbol-value' to keep the byte-compiler quiet.
5925
5926 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
5927 (diff-find-source-location): New fun, extracted from diff-goto-source.
5928 (diff-goto-source): Use it.
5929 (diff-next-complex-hunk, diff-filter-lines): New function.
5930 (diff-apply-hunk): New command.
5931
5932 * smerge-mode.el (smerge-mode-menu): Doc fix.
5933
5934 * msb.el (msb-mode): Define it in terms of define-minor-mode.
5935
59362000-08-16 Dave Love <fx@gnu.org>
5937
5938 * windmove.el (windmove) <defgroup>: Add :version.
5939
5940 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
5941 (goto-address-fontify-p, goto-address-highlight-p)
5942 (goto-address-url-face, goto-address-url-mouse-face)
5943 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
5944 (goto-address-url-regexp): Use thing-at-point-url-regexp.
5945 (goto-address-fontify, goto-address-at-mouse): Simplify,
5946 (goto-address-at-point): browse-url-url-at-point,
5947 goto-address-find-address-at-point can return nil.
5948 (goto-address-find-address-at-point): Return nil on failure.
5949
5950 * align.el (align) <defgroup>: Add :version.
5951
5952 * calculator.el (calculator): Add :version.
5953 (calculator): Use two lines for calculator window if `modeline'
5954 face is boxed.
5955
5956 * play/5x5.el: Doc fixes.
5957 (5x5) <defgroup>: Add :version.
5958
5959 * play/fortune.el (fortune) <defgroup>: Add :version.
5960 (fortune-append): Fix error message.
5961 (fortune-from-region): Doc fix.
5962
5963 * play/pong.el (pong): Doc fix.
5964
5965 * play/morse.el: Keywords, commentary, autoloads.
5966
59672000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
5968
5969 * desktop.el (desktop-save): Don't look at symbol-value of a
5970 member of minor-mode-alist, unless it is boundp.
5971
59722000-08-16 Sam Steingold <sds@gnu.org>
5973
5974 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
5975 `while'; use `with-current-buffer' instead of `save-excursion'.
5976 Removed unnecessary kludges now that "*Buffer List*" is excluded.
5977
59782000-08-16 Kenichi Handa <handa@etl.go.jp>
5979
5980 * international/ccl.el (declare-ccl-program): Docstring modified.
5981 (ccl-execute-with-args): Likewise.
5982
59832000-08-16 Miles Bader <miles@gnu.org>
5984
5985 * progmodes/sql.el: Add compatibility definition of
5986 comint-line-beginning-position.
5987
59882000-08-15 Gerd Moellmann <gerd@gnu.org>
5989
5990 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
5991 'buffer-menu' property.
5992 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
5993 fails.
5994 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
5995 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
5996 wasn't killed.
5997
5998 * buff-menu.el (list-buffers-noselect): Don't display the
5999 *Buffer List* buffer.
6000
6001 * font-lock.el: Require jit-lock to prevent a very late
6002 `Loading jit-lock' message.
6003
6004 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
6005 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
6006 mail address.
6007
60082000-08-15 Miles Bader <miles@gnu.org>
6009
6010 * textmodes/ispell.el (ispell-graphic-p): New constant.
6011 (ispell-choices-win-default-height, ispell-help): Use
6012 `ispell-graphic-p' instead of `xemacsp'.
6013
60142000-08-15 Dave Love <fx@gnu.org>
6015
6016 * simple.el: Autoload widget-convert when compiling.
6017 (mail-user-agent): Doc fix.
6018
6019 * help.el (function-called-at-point, variable-at-point): Use
6020 with-syntax-table.
6021 (help-manyarg-func-alist): Add insert-and-inherit.
6022
6023 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
6024
6025 * delsel.el (delsel-unload-hook): New function.
6026
6027 * find-file.el: Doc fixes. Move provide to end.
6028 (ff) <defgroup>: Add :link.
6029 (ff-goto-click): Deleted.
6030 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
6031 Use mouse-set-point.
6032
6033 * textmodes/tildify.el: Doc fixes.
6034 (tildify) <defgroup>: Add:version.
6035
6036 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
6037 (glasses-custom-set): Use set-default, not set.
6038 (minor-mode-alist): Propertize the lighter.
6039 (glasses-mode): Provide optional arg.
6040
6041 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
6042 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
6043 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
6044 option. Provide :type.
6045 (cwarn-configuration): Provide :type.
6046 (cwarn-mode): Doc fix.
6047
6048 * add-log.el (change-log-merge): Doc fix.
6049 (change-log-redate): New command.
6050
6051 * net/browse-url.el (browse-url-filename-alist): Add a clause for
6052 Doze and Dog.
6053 (browse-url): Use dolist, not mapcar.
6054 (browse-url-at-point): Check for null url.
6055 (browse-url-event-buffer, browse-url-event-point): Functions
6056 deleted.
6057 (browse-url-at-mouse, browse-url-netscape): Simplify.
6058
6059 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
6060 modes.
6061 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
6062 Fix previous change to mapcan.
6063 (msb--init-file-alist, msb--add-separators)
6064 (msb--make-keymap-menu): Simplify.
6065 (msb--choose-file-menu): Use copy-sequence.
6066 (msb-mode-map): Add title to keymap.
6067 (msb-unload-hook): New function.
6068
6069 * bs.el: Fix indentation.
6070 (bs) <defgroup>: Add :links.
6071 (bs-show): Doc fix.
6072 (bs-apply-sort-faces): Don't use window-system.
6073 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
6074
60752000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
6076
6077 * calendar/timeclock.el (timeclock-file): Run .timelog through
6078 convert-standard-filename.
6079
60802000-08-14 Gerd Moellmann <gerd@gnu.org>
6081
6082 * emacs-lisp/authors.el: New file.
6083
6084 * paren.el (show-paren-priority): New user option.
6085 (show-paren-function): Set overlay priorities to
6086 show-paren-priority.
6087
60882000-08-14 Miles Bader <miles@gnu.org>
6089
6090 * comint.el (comint-bol): Use `forward-line 0' instead of calling
6091 beginning-of-line with inhibit-field-text-motion bound.
6092
60932000-08-14 Gerd Moellmann <gerd@gnu.org>
6094
6095 * calendar/timeclock.el: New file.
6096
60972000-08-14 David Ponce <david@dponce.com>
6098
6099 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
6100 `widget-button-click'. so that one can use left mouse button to
6101 click on dialog buttons.
6102
61032000-08-14 Emmanuel Briot <briot@gnat.com>
6104
6105 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
6106 identifiers, since XML is case sensitive
6107
61082000-08-12 Miles Bader <miles@gnu.org>
6109
6110 * comint.el (comint-output-filter): Don't bother frobbing
6111 window-start, it doesn't seem to be necessary.
6112
6113 * comint.el (comint-send-string, comint-send-region): Make into
6114 real functions. Snapshot the prompt before sending.
6115
61162000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
6117
6118 * info.el (Info-find-emacs-command-nodes): Rewrite to use
6119 technique similar to Info-index, instead of relying on specific
6120 names of relevant Index nodes.
6121 (Info-goto-emacs-command-node): Bind Info-history to nil when
6122 going to the first node found by Info-find-emacs-command-nodes.
6123
61242000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
6125
6126 * menu-bar.el (menu-bar-help-menu): Add a :help string.
6127
61282000-08-10 Miles Bader <miles@gnu.org>
6129
6130 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
6131
61322000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
6133
6134 * info.el (Info-file-list-for-emacs): More elements for the
6135 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
6136 and woman manuals.
6137
61382000-08-10 Miles Bader <miles@lsi.nec.co.jp>
6139
6140 * comint.el (comint-send-input): Make the newline boundary overlay
6141 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
6142 (comint-output-filter): Use `insert' instead of
6143 `insert-before-markers'. Extend comint-last-output-overlay when
6144 necessary since we can't rely on insert-before-markers to do it.
6145 * gud.el (gud-filter): Use `with-current-buffer' instead of
6146 save-excursion when inserting the output, so that point gets
6147 updated correctly; the old method relied on a rather dodgy
6148 side-effect of comint-output-filter to avoid the effect of
6149 save-excursion.
6150
61512000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
6152
6153 * files.el (recover-file): Call insert-directory instead of
6154 invoking `ls' directly.
6155
61562000-08-10 Miles Bader <miles@gnu.org>
6157
6158 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
6159 (comint-last-prompt-overlay): New variables.
6160 (comint-output-filter): Implement prompt highlighting.
6161 (comint-snapshot-last-prompt): New function.
6162 (comint-send-input): Snapshot the last prompt.
6163 Use comint-highlight-input-face.
6164 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
6165 Use defface instead of defcustom.
6166 (send-invisible, comint-send-eof): Snapshot the last prompt.
6167 (comint-delchar-or-maybe-eof): Use comint-send-eof.
6168 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
6169
61702000-08-09 Stefan Monnier <monnier@cs.yale.edu>
6171
6172 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
6173 (regexp-opt-group): Use a list of chars for `letters'.
6174 (regexp-opt-charset): `chars' is now a list of chars.
6175 Use a char-table rather than a vector so it works for multibyte chars.
6176
6177 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
6178 Set cvs-minor-current-files to the selected fileinfo.
6179 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
6180 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
6181
61822000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
6183
6184 * files.el (insert-directory): Don't call access-file on
6185 directories on DOS and Windows.
6186
61872000-08-09 Kenichi Handa <handa@etl.go.jp>
6188
6189 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
6190 longer if necessary.
6191 (ccl-embed-code): Call ccl-embed-data to store CODE in
6192 ccl-program-vector.
6193
61942000-08-09 Miles Bader <miles@gnu.org>
6195
6196 * comint.el (comint-output-filter): Properly handle the case where
6197 the text surrounded by comint-last-output-overlay was deleted.
6198
61992000-08-08 Gerd Moellmann <gerd@gnu.org>
6200
6201 * info.el (Info-insert-dir): Use Info-additional-directory-list if
6202 non-nil.
6203 (Info-file-list-for-emacs): Remove "info" from the list because
6204 that leads to trying to use the documentation from file `info'
6205 in various situations where it isn't appropriate, for instance
6206 C-h C-k C-h i.
6207
6208 * ffap.el (ffap-read-file-or-url-internal): Handle case that
6209 DIR and/or STRING are nil.
6210
6211 * progmodes/compile.el (compilation-setup): Make variable
6212 compilation-error-screen-columns buffer-local, as some comment
6213 in the code suggests it should be.
6214
6215 * files.el (auto-mode-interpreter-regexp): New variable.
6216 (set-auto-mode): Use it.
6217
6218 * indent.el (indent-for-tab-command): Doc fix.
6219
6220 * mouse-sel.el (mouse-sel-mode): Doc fix.
6221
6222 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
6223 labels.
6224
6225 * help.el (print-help-return-message): When
6226 display-buffer-reuse-frames is set, let the help window been quit,
6227 instead of deleting it, which might delete a reused frame.
6228
62292000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
6230
6231 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
6232 rename a directory to a name that differs only by its letter case.
6233
62342000-08-08 Kenichi Handa <handa@etl.go.jp>
6235
6236 * international/quail.el (quail-define-rules): Handle Quail decode
6237 map correctly. Add code for supporting annotations.
6238 (quail-install-decode-map): New function.
6239 (quail-defrule-internal): New optional arguments decode-map and
6240 props.
6241 (quail-advice): New function.
6242
62432000-08-07 Sam Steingold <sds@gnu.org>
6244
6245 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
6246 `defconst', `define-condition', `with-slots'.
6247 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
6248
62492000-08-03 Miles Bader <miles@gnu.org>
6250
6251 * comint.el (comint-use-prompt-regexp-instead-of-fields):
6252 New variable.
6253 (comint-prompt-regexp, comint-get-old-input): Document dependence on
6254 comint-use-prompt-regexp-instead-of-fields.
6255 (comint-send-input): Add `input' field property to stuff we send to
6256 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
6257 (comint-output-filter): Add `output' field property to process
6258 output, if comint-use-prompt-regexp-instead-of-fields is nil.
6259 (comint-replace-by-expanded-history)
6260 (comint-get-old-input-default, comint-show-output)
6261 (comint-backward-matching-input, comint-forward-matching-input)
6262 (comint-next-prompt, comint-previous-prompt): Use field
6263 properties if comint-use-prompt-regexp-instead-of-fields is nil.
6264 (comint-line-beginning-position): New function.
6265 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
6266 (comint-replace-by-expanded-history-before-point): Use
6267 comint-line-beginning-position and line-end-position.
6268 (comint-last-output-overlay): New variable.
6269 (comint-mode): Make `comint-last-output-overlay' buffer-local.
6270
6271 * shell.el (shell-prompt-pattern): Doc change.
6272 (shell-backward-command): Use line-beginning-position.
6273
6274 * gud.el (gud-gdb-complete-command): Use
6275 comint-line-beginning-position.
6276
6277 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
6278 comint-bol doesn't actually go to the beginning of the line.
6279
6280 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
6281 if comint-use-prompt-regexp-instead-of-fields is non-nil.
6282 (try-expand-line-all-buffers): Likewise.
6283
6284 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
6285 explicitly matching comint-prompt-regexp.
6286 (sql-copy-column): Use comint-line-beginning-position instead of
6287 explicitly matching comint-prompt-regexp.
6288
6289 * progmodes/octave-inf.el (inferior-octave-complete): Use
6290 comint-line-beginning-position.
6291
6292 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
6293
6294 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
6295 looking for a prompt, use `forward-line 0' instead of
6296 `beginning-of-line', to avoid getting caught by an input field.
6297
62982000-08-07 Gerd Moellmann <gerd@gnu.org>
6299
6300 * files.el (shell-quote-wildcard-pattern): Make sure to return
6301 PATTERN, in the Unix case.
6302
63032000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
6304
6305 * play/zone.el (zone): Discard any pending input before running
6306 the randomly-chosen pgm.
6307
63082000-08-07 Kenichi Handa <handa@etl.go.jp>
6309
6310 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
6311 checking the existence of any multibyte characters.
6312
63132000-08-06 Gerd Moellmann <gerd@gnu.org>
6314
6315 * help.el (describe-mode): Test minor-mode symbol for being
6316 bound before testing its value for being nil.
6317
6318 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
6319 `first', `second', and `third'.
6320
6321 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
6322 (second): Make it an alias for `cadr'.
6323
63242000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
6325
6326 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
6327 types of display support faces now.
6328
63292000-08-05 Gerd Moellmann <gerd@gnu.org>
6330
6331 * pcvs.el (require): Require `cl' during compilation, only.
6332
6333 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
6334 (toplevel): Remove `remq' and `remove' from autoloads.
6335 (cl-fake-autoloads): New variable. If set, arrange for an error
6336 when CL functions etc. are autoloaded.
6337
63382000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
6339
6340 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
6341
6342 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
6343 popped up, but the user clicks outside the menu, return an empty
6344 regexp (that causes unhighlight-regexp to have no effect).
6345
6346 * menu-bar.el (menu-bar-games-menu): Add Zone.
6347
6348 * hi-lock.el (toplevel): Require font-lock.
6349
63502000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6351
6352 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
6353 (ebnf-8-bit-chars): New var for bug fix.
6354 (ebnf-string): Bug fix.
6355
63562000-08-03 Sam Steingold <sds@gnu.org>
6357
6358 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
6359 instead of `buffer-string'.
6360 (require 'cl): Always, not just when compiling.
6361 `ignore-errors' in `interactive', `list*', `defun*' &c make this
6362 necessary.
6363
63642000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
6365
6366 * international/mule-cmds.el (select-safe-coding-system): Make
6367 the message text about selecting a safe coding system more clear.
6368
63692000-08-02 Gerd Moellmann <gerd@gnu.org>
6370
6371 * hi-lock.el: New file.
6372
6373 * play/zone.el: New file.
6374
6375 * replace.el (occur): Set tab-width in the *Occur* buffer to the
6376 value of tab-width in the original buffer. Choose a line number
6377 format that's a multiple of the original buffer's tab width, so
6378 that lines appear right.
6379
6380 * textmodes/ispell.el (ispell): New function, replacing an alias.
6381 Spell-check active region if in transient-mark-mode and mark
6382 is active; otherwise spell-check buffer.
6383
63842000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6385
6386 * ps-mule.el: Fix a customization problem on
6387 ps-mule-font-info-database-default.
6388
63892000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
6390
6391 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
6392 display-mouse-p instead of window-system.
6393 (ebrowse-member-mode-map): Ditto.
6394
63952000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6396
6397 * progmodes/ebnf2ps.el: Update ps-print functions call.
6398 Indentation fix. Doc fix.
6399 (ebnf-version): New version number (3.2).
6400 (ebnf-format-color, ebnf-begin-job): Code fix.
6401
64022000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
6403
6404 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
6405 font lock support on window-system.
6406 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
6407
6408 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
6409 display-color-p, if fboundp, instead of window-system.
6410
64112000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
6412
6413 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
6414 instead of window-system.
6415
6416 * wid-edit.el (widget-choose): Use display-mouse-p instead of
6417 window-system.
6418 (widget-choice-mouse-down-action): Use display-popup-menus-p
6419 instead of window-system.
6420
6421 * strokes.el (strokes-file): Run the file name through
6422 convert-standard-filename.
6423 (strokes-mode): Call display-mouse-p instead of looking at
6424 window-system. Change the error message accordingly.
6425
6426 * progmodes/cpp.el (toplevel): Support faces on tty's.
6427
6428 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
6429 (lm-plot-square, lm-init-display): Don't use window-system.
6430
6431 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
6432 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
6433
6434 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
6435 instead of looking at window-system.
6436
64372000-07-30 Gerd Moellmann <gerd@gnu.org>
6438
6439 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
6440 of testing if iswitchb-prepost-hooks is bound, because the
6441 latter will always be true when invoking a recursive minibuffer
6442 from an active Iswitchb buffer.
6443
64442000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
6445
6446 * files.el (shell-quote-wildcard-pattern): New function.
6447 (insert-directory): Call it. Only prepend "\" to command on Unix
6448 and GNU/Linux systems.
6449
64502000-07-30 Gerd Moellmann <gerd@gnu.org>
6451
6452 * eshell/esh-groups.el: Change custom :link file names
6453 from `eshell.info' to `eshell'.
6454
64552000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
6456
6457 * dired.el (dired-build-subdir-alist): Expand subdirectory names
6458 correctly in recursive ange-ftp listings.
6459
64602000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6461
6462 * ps-print.el: Fix bug 1: if ps-font-size-internal,
6463 ps-header-font-size-internal and
6464 ps-header-title-font-size-internal variables are not set,
6465 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
6466 face text property is (foreground-color . COLOR) or
6467 `(background-color . COLOR)', ps-print crashes. Doc fix.
6468 (ps-print-version): New version number (5.2.4).
6469 (ps-plot-region): Code fix.
6470 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
6471 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
6472 Bug fix 2.
6473
64742000-07-30 Milan Zamazal <pdm@freesoft.cz>
6475
6476 * glasses.el (glasses-make-readable): Fix uncapitalization of
6477 identifiers like `myXMLDocument'.
6478
64792000-07-28 Karl Fogel <kfogel@red-bean.com>
6480
6481 * mail/mail-hist.el (mail-hist-previous-input)
6482 (mail-hist-next-input): Do the obvious code factorization.
6483 (mail-hist-retrieve-and-insert): New func, contains common
6484 code of above two.
6485 If inserting a message body, leave point at top.
6486
64872000-07-28 Sam Steingold <sds@gnu.org>
6488
6489 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
6490 Use `<=', not `<' to compare times!
6491 (ange-ftp-ls): Remove.
6492
64932000-07-27 Gerd Moellmann <gerd@gnu.org>
6494
6495 * play/cookie1.el: Add explanation of how to make cookie.el
6496 compatible with strfile(1) to comment.
6497
6498 * subr.el (remove, remq): New functions.
6499
6500 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
6501 escape `*' in regexps.
6502 (midnight-find): Reverse order of arguments in the funcall of
6503 TEST.
6504
6505 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
6506 and `.class'.
6507
6508 * play/meese.el: Add Commentary section.
6509
65102000-07-27 Alex Schroeder <alex@gnu.org>
6511
6512 * sql.el (sql-ms): Added autoload cookie.
6513 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
6514 (sql-oracle): Ditto.
6515 (sql-help): Doc change.
6516
6517 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
6518 types and exceptions.
6519
65202000-07-27 Alex Schroeder <alex@gnu.org>
6521
6522 * sql.el (sql-placeholder-history): New variable.
6523 (sql-query-placeholders-and-send): New function that will query
6524 the user and replace placeholders with user input.
6525 (sql-oracle): If running on NT, set comint-input-sender to
6526 sql-query-placeholders-and-send.
6527
6528 (sql-stop): If in the SQLi buffer, insert stop notification, else
6529 present it as a message.
6530
65312000-07-27 Alex Schroeder <alex@gnu.org>
6532
6533 * sql.el (sql-input-ring-separator): Doc change.
6534 (sql-input-ring-file-name): Doc change.
6535 (sql-interactive-mode): Use `sql-input-ring-separator' and
6536 `sql-input-ring-file-name' to set the comint-mode equivalents
6537 without making them local variables.
6538 (sql-stop): Don't bind `sql-input-ring-separator' and
6539 `sql-input-ring-file-name' dynamically to their comint-mode
6540 equivalents.
6541
65422000-07-27 Kenichi Handa <handa@etl.go.jp>
6543
6544 * international/mule.el (register-char-codings): New function.
6545 (make-coding-system): Handle `safe-chars' specification in the arg
6546 PROPERTY.
6547
6548 * international/mule-cmds.el
6549 (find-coding-systems-region-subset-p): This function deleted.
6550 (sort-coding-systems-predicate): New variable.
6551 (sort-coding-systems): New function.
6552 (find-coding-systems-region): Use
6553 find-coding-systems-region-internal.
6554 (find-coding-systems-string): Use find-coding-systems-region.
6555 (find-coding-systems-for-charsets): Check
6556 char-coding-system-table.
6557 (select-safe-coding-system-accept-default-p): New variable.
6558 (select-safe-coding-system): Mostly rewritten. New argument
6559 ACCEPT-DEFAULT-P.
6560 (select-message-coding-system): Call select-safe-coding-system
6561 with ACCEPT-DEFAULT-P arg.
6562 (reset-language-environment): Reset default-sendmail-coding-system
6563 to the default value iso-latin-1.
6564 (set-language-environment): Don't set the obsolete variable
6565 charset-origin-alist.
6566
6567 * international/codepage.el (cp-coding-system-for-codepage-1):
6568 Give `safe-chars' property to make-coding-system.
6569
6570 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
6571 calling select-message-coding-system twice.
6572
6573 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
6574 instead of `safe-charsets'.
6575 (cyrillic-alternativnyj): Likewise.
6576 (ccl-encode-alternativnyj): Don't check the charset
6577 cyrillic-iso8859-5.
6578
65792000-07-27 Kenichi Handa <handa@etl.go.jp>
6580
6581 * composite.el (compose-chars-after): Preserve match data.
6582
65832000-07-26 Sam Steingold <sds@gnu.org>
6584
6585 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
6586 (ange-ftp-real-file-newer-than-file-p): New function.
6587 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
6588 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
6589
6590 * tooltip.el (tooltip-float-time): Removed (use `float-time').
6591 * midnight.el (midnight-float-time): Ditto.
6592
65932000-07-26 Andreas Schwab <schwab@suse.de>
6594
6595 * files.el (normal-backup-enable-predicate): Correct
6596 interpretation of the return value of compare-strings.
6597
65982000-07-26 Gerd Moellmann <gerd@gnu.org>
6599
6600 * isearch.el (isearch-resume): New function.
6601 (isearch-done): Add something to command-history to resume
6602 the search.
6603 (isearch-yank-line, isearch-yank-word): Use
6604 buffer-substring-no-properties instead of buffer-substring.
6605
6606 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
6607 of flyspell-mouse-map.
6608
6609 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
6610 duplicate definition.
6611 (makefile-mode): Remove duplicate setting of local-abbrev-table.
6612
6613 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
6614 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
6615
66162000-07-25 Sam Steingold <sds@gnu.org>
6617
6618 * net/ange-ftp.el: Get modtime over the net.
6619 (ange-ftp-file-modtime): New function.
6620 (ange-ftp-write-region, ange-ftp-insert-file-contents)
6621 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
6622 Use it.
6623 (ange-ftp-dot-to-slash): New function.
6624 (ange-ftp-fix-name-for-vms): Use it.
6625
6626 * midnight.el (midnight-buffer-display-time): Use
6627 `with-current-buffer'.
6628
66292000-07-25 Gerd Moellmann <gerd@gnu.org>
6630
6631 * find-dired.el: Update copyright notice.
6632 (find-dired): Offer to kill a running `find'.
6633
6634 * enriched.el (enriched-face-ans): For a `foreground-color'
6635 property, return '(("x-color" COLOR))' so that COLOR will be
6636 output as a parameter of the x-color annotation. Likewise for the
6637 `background-color' property. In the case of normal face
6638 properties, don't return annotations for unspecified foreground
6639 and background face attributes.
6640
66412000-07-25 Kenichi Handa <handa@etl.go.jp>
6642
6643 * language/japan-util.el (japanese-katakana-region): Fix handling
6644 HANKAKU argument.
6645
66462000-07-25 Miles Bader <miles@gnu.org>
6647
6648 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
6649 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
6650 constrain-to-field.
6651
66522000-07-24 Andrew Innes <andrewi@gnu.org>
6653
6654 * timer.el (timer-activate-when-idle): Add optional parameter
6655 DONT-WAIT. Update docstring.
6656 (run-with-idle-timer): Specify extra parameter to
6657 timer-activate-when-idle, so that timer will be activated
6658 immediately if Emacs is already idle.
6659
6660 * w32-fns.el (w32-using-nt): Fix docstring.
6661
66622000-07-24 Dave Love <fx@gnu.org>
6663
6664 * mouse.el (popup-menu): Set last-command-event.
6665 (mouse-major-mode-menu-prefix): Declare.
6666
66672000-07-24 Gerd Moellmann <gerd@gnu.org>
6668
6669 * textmodes/flyspell.el: Update to author's version 1.5d.
6670
6671 * progmodes/hideshow.el: Update copyright notice.
6672
6673 * vcursor.el: Set maintainer to FSF, since author cannot
6674 be reached.
6675
66762000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
6677
6678 * info.el (Info-goto-emacs-key-command-node): Leave a space after
6679 the prompt.
6680
6681 * mouse.el (popup-menu): Run the keymap through indirect-function,
6682 in case it was defined with define-prefix-key. If the menu is a
6683 list of keymaps, look up the binding of user's choice in each one
6684 of the keymaps.
6685 (mouse-popup-menubar): If the global and local menu-bar keymaps
6686 don't have a prompt string, create one and insert it into the
6687 keymap. Don't barf if current-local-map returns nil.
6688
66892000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
6690
6691 * dired.el (dired-sort-R-check): Added to allow recursive listing
6692 to be undone.
6693 (dired-sort-other): Use it.
6694
66952000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6696
6697 * Release of cc-mode 5.27
6698
66992000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6700
6701 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
6702 c-beginning-of-statement-1 that caused a bad case of recursion
6703 which could consume a lot of CPU in large classes in languages
6704 that have in-expression classes (i.e. Java and Pike).
6705
6706 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
6707 statements before top level constructs (i.e. case 6 is moved
6708 before case 5 and is now case 4) to catch in-expression
6709 classes in top level expressions correctly.
6710
67112000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6712
6713 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
6714 objc-method-intro. Case 4 removed and case 5I added.
6715
6716 * cc-langs.el (c-append-paragraph-start): New variable used by
6717 c-common-init to get paragraph-start correct.
6718 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
6719 initialize paragraph-start to make it correct both with and
6720 without the javadoc special case.
6721
6722 * cc-mode.el (java-mode): Use c-append-paragraph-start to
6723 initialize paragraph-start for javadoc markup.
6724
6725 * cc-vars.el (c-style-variables-are-local-p): Incompatible
6726 change by defaulting this to t. It's motivated by the
6727 confusing behavior that otherwise arise from the style system
6728 when editing both java and non-java files at the same time
6729 (see the comments about style setting in c-common-init).
6730
67312000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6732
6733 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
6734 similar to the one in c-fill-paragraph to check the fill
6735 prefix from the adaptive fill function for sanity.
6736
67372000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6738
6739 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
6740 defun block.
6741
67422000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6743
6744 * cc-mode.texi Documented the change of cpp-macro.
6745
67462000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6747
6748 * cc-align.el (c-lineup-multi-inher): Handle lines with
6749 leading comma nicely. Extended to handle member initializers
6750 too.
6751
6752 * cc-engine.el: (c-beginning-of-inheritance-list,
6753 c-guess-basic-syntax): Fixed recognition of inheritance lists
6754 when the lines begins with a comma.
6755
6756 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
6757
6758 * cc-vars.el (c-offsets-alist): Changed default for
6759 member-init-cont to c-lineup-multi-inher since it now handles
6760 member initializers and indents better for leading commas.
6761
67622000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6763
6764 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
6765 handling that caused class open lines to be recognized as
6766 statement-conts in some cases.
6767
6768 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
6769 guessed by the adaptive fill function unless point is on the
6770 first line of a block comment.
6771
6772 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
6773 when the buffer ends with a macro continuation char.
6774
6775 * cc-engine.el (c-guess-basic-syntax): Added support for
6776 function definitions as statements in Pike. The first
6777 statement in a lambda block is now labeled defun-block-intro
6778 instead of statement-block-intro.
6779
6780 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
6781 so that the class surrounding point is selected, not the one
6782 innermost in the state.
6783
6784 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
6785 recognition of switch labels having hanging multiline
6786 statements.
6787
6788 * cc-engine.el (c-beginning-of-member-init-list): Broke out
6789 some code in c-guess-basic-syntax to a separate function.
6790 * cc-engine.el (c-just-after-func-arglist-p): Fixed
6791 recognition of member inits with multiple line arglists.
6792 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
6793 member-init-cont when the commas are in funny places.
6794
67952000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6796
6797 * cc-defs.el (c-auto-newline): Removed this macro since it's
6798 not used anymore.
6799
6800 * cc-engine.el (c-looking-at-bos): New helper function.
6801 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
6802 inexpr and toplevel classes apart in Pike.
6803
6804 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
6805 of case 9A.
6806
6807 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
6808 constant, since "class" can introduce an in-expression class
6809 in Pike nowadays.
6810
68112000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6812
6813 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
6814 indentation on cpp-macro lines.
6815
6816 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
6817 a syntax modifier like comment-intro, to make it possible to
6818 get syntactic indentation for preprocessor directives. It's
6819 incompatible wrt to lineup functions on cpp-macro, but it has
6820 no observable effect in the 99.9% common case where cpp-macro
6821 is set to -1000.
6822
68232000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6824
6825 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
6826 member-init-cont when the preceding arglist is several lines.
6827
68282000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6829
6830 * cc-styles.el (c-style-alist): The basic offset for the BSD
6831 style corrected to 8.
6832
68332000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6834
6835 * cc-styles.el (c-style-alist): Adjusted the indentation of
6836 brace list openers in the gnu style.
6837
68382000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6839
6840 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
6841
6842 * cc-cmds.el (c-electric-brace, c-electric-slash,
6843 c-electric-star, c-electric-semi&comma, c-electric-colon,
6844 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
6845 when c-syntactic-indentation is nil.
6846
6847 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
6848 we were left at comments preceding the first statement when
6849 reaching the beginning of the buffer.
6850
6851 * cc-vars.el (c-syntactic-indentation): New variable to turn
6852 off all syntactic indentation.
6853
68542000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6855
6856 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
6857 between the text and the block comment ender when it hangs,
6858 depending on how many there are before the fill.
6859
68602000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6861
6862 * cc-engine.el (c-beginning-of-closest-statement): New helper
6863 function to go back to the closest preceding statement start,
6864 which could be inside a conditional statement.
6865 * cc-engine.el (c-guess-basic-syntax): Use
6866 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
6867
6868 * cc-engine.el (c-guess-basic-syntax): Better handling of
6869 arglist-intro, arglist-cont-nonempty and arglist-close when
6870 the arglist is nested inside parens. Cases 7A, 7C and 7F
6871 changed.
6872
6873 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
6874 up-to-date with javadoc 1.2.
6875
68762000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6877
6878 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
6879 multiline Pike type decls.
6880
68812000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6882
6883 * cc-cmds.el (c-indent-new-comment-line): Always break
6884 multiline comments in multiline mode, regardless of
6885 comment-multi-line.
6886
68872000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6888
6889 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
6890 fully::qualified::names in C++ member init lists. Preamble in
6891 case 5D changed.
6892
68932000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6894
6895 * cc-langs.el (c-common-init): Handling of obsolete variables
6896 moved to c-initialize-cc-mode. More compatible style override
6897 when using global style variables.
6898 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
6899 variables moved here.
6900
6901 * cc-mode.texi: Documented the special behavior of
6902 c-special-indent-hook as a style variable. Don't talk about
6903 doing (c-make-styles-buffer-local t) in a mode hook, since
6904 that's already too late to work right.
6905
6906 * cc-styles.el (c-make-styles-buffer-local): Flag style
6907 variable localness in c-style-variables-are-local-p to make
6908 the compatibility measure in c-common-init work well.
6909
6910 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
6911 longer contain set-from-style.
6912 * cc-styles.el (c-initialize-builtin-style): Don't check for
6913 set-from-style on c-special-indent-hook.
6914 * cc-styles.el (c-copy-tree): Obsolete. The standard function
6915 copy-alist is sufficient now.
6916
6917 * cc-styles.el (c-set-style, c-set-style-1,
6918 c-get-style-variables): Fixes to variable initialization so
6919 that duplicate entries in styles have the same effect
6920 regardless of DONT-OVERRIDE.
6921
6922 * cc-styles.el (c-set-style-2): Fixed bug where the
6923 initialization of inheriting styles failed when the
6924 dont-override flag is set.
6925
6926 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
6927 on this.
6928
69292000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6930
6931 * cc-defs.el (c-forward-comment): Removed the workaround
6932 introduced in 5.38 since it had worse side-effects. If a line
6933 contains the string "//\"", it regarded the // as a comment
6934 start since the \ temporarily doesn't have escape syntax.
6935
69362000-07-17 Emmanuel Briot <briot@act-europe.fr>
6937
6938 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
6939 ada-xref.el before ada-prj.el, so that the Project menu is created
6940 when ada-prj tries to add to it.
6941 (ada-activate-keys-for-case): Suppress the characters that are not
6942 part of the Ada syntax. Better compatibility with else-mode
6943 (ada-adjust-case-interactive): When auto-casing is not active,
6944 correctly insert newlines (used to insert only ^M). Prevent the
6945 syntax table from being changed in case of an error
6946 (or '_' becomes part of a word and some commands are confused).
6947 Do nothing if ada-auto-case is nil.
6948 (ada-after-keyword-p): Ignore keywords that are also attributes
6949 (ada-batch-reformat): Update usage comment
6950 (ada-call-from-contextual-menu): New function
6951 (ada-case-read-exceptions): Reinitialize the casing exception list
6952 first to nil first, so that the casing exception file can be
6953 shared.
6954 (ada-check-defun-name): Handles "configure" keyword for gnatdist
6955 files.
6956 (ada-compile-goto-error): Fix regexp used to detect a file:line
6957 anywhere in the error message
6958 (ada-contextual-menu-last-point): New variable
6959 (ada-create-keymap): If the variable delete-key-deletes-forward is
6960 t on XEmacs, it means that DEL should delete one character
6961 forward.
6962 (ada-create-menu): Use :included instead of :visible for XEmacs.
6963 New submenu "Options".
6964 (ada-end-stmt-re): Correctly indent "select ... then abort"
6965 statements.
6966 (ada-fill-comment-paragraph): Correctly delete all leading '--'
6967 even if they don't match ada-fill-comment-prefix Fix handling of
6968 paragraphs on the first or last line of a file.
6969 (ada-format-paramlist): Fix handling of default parameter values.
6970 (ada-get-body-name): New function.
6971 (ada-get-current-indent): Optimized by searchling directly for an
6972 existing generic part or a statement outside of it. Handle
6973 ada-indent-align-comments when indenting comments Replaced some
6974 regexps by testing directly the next character. This results in a
6975 huge speedup on some files. New indentation scheme for renames
6976 statements. Stop looking for the 'while' or 'for' associated with
6977 a 'loop' at the first semicolon encountered. A "return" can also
6978 match an anonymous access subprogram declaration.
6979 (ada-get-indent-noindent): Ignore strings and comments when
6980 looking for the keywords "record" and "private".
6981 (ada-goto-matching-decl-start): When matching "if", make sure we
6982 are not in fact seeing "end if". Ignore "when" statements except
6983 when initial keyword was "begin". Fix handling of nested
6984 procedures. Add a recursive call to this function to skip over
6985 other 'end' statmts. Fix indentation for "when .. => begin"
6986 (ada-in-open-paren-p): Fix indentation for complex boolean
6987 expressions, where 'and then', 'or else' and parenthesis
6988 statements are mixed up.
6989 (ada-in-paramlist-p): Skip comments while searching for the
6990 beginning Fix handling of operator declarations.
6991 (ada-indent-align-comments): New variable
6992 (ada-indent-current): Change the syntax table only in the
6993 protected section, so that we are sure it is restored correctly.
6994 (ada-indent-on-previous-lines): Use ada-use-indent and
6995 ada-with-indent Correctly indent "select ... then"
6996 (ada-indent-region): Slight speedup.
6997 (ada-indent-renames): New variable.
6998 (ada-last-which-function-subprog, ada-last-which-function-line):
6999 New variables
7000 (ada-looking-at-semi-private): Correctly indent the 'private'
7001 keyword when it is the first word in a package declaration.
7002 (ada-loose-case-word): Stop searching if at the end of the buffer.
7003 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
7004 even if point is not initially at the end of the word.
7005 (ada-matching-decl-start-re): Add "when".
7006 (ada-mode): Add support for abbrev-mode, outline-mode and
7007 which-func-mode Override the old find-file.el entry in
7008 ff-special-constructs since it is using the obsolete
7009 ada-spec-suffix variable
7010 (ada-no-auto-case): New function
7011 (ada-scan-paramlist): When parsing the argument type, accept
7012 spaces (as in "X 'Class", generated by Rational Rose).
7013 (ada-other-file-name): No longer loads the other file.
7014 (ada-popup-menu): Save and restore the current buffer and cursor
7015 position before and after displaying the menu.
7016 (ada-search-ignore-complex-boolean): New function.
7017 (ada-uncomment-region): Emacs21 already knows how to delete
7018 comments not starting in the first column.
7019 (ada-use-indent): New variable
7020 (ada-which-function): New function.
7021 (ada-with-indent): New variable
7022 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
7023 can be batch-compiled from the command line.
7024
7025 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
7026 Add to the menu when the file is loaded, not in ada-mode-hook.
7027 Add -toolbar to the default ddd command Switches moved from
7028 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
7029 ada-prj-default-comp-opt
7030 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
7031 Reference Manual to the menu
7032 (ada-check-current): rewritten as a call to ada-compile-current
7033 (ada-compile): Removed.
7034 (ada-compile-application, ada-compile-current, ada-check-current):
7035 Set the compilation-search-path so that compile.el automatically
7036 finds the sources in src_dir. Automatic scrollong of the
7037 compilation buffer. C-uC-cC-c asks for confirmation before
7038 compiling
7039 (ada-compile-current): New parameter, prj-field
7040 (ada-complete-identifier): Load the .ali file before doing
7041 processing
7042 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
7043 conform to gnatmake's behavior.
7044 (ada-find-file-in-dir): New function
7045 (ada-find-references): Set the environment variables for gnatfind
7046 (ada-find-src-file-in-dir): New function.
7047 (ada-first-non-nil): Removed
7048 (ada-gdb-application): Add support for jdb, the java debugger.
7049 (ada-get-ada-file-name): Load the original-file first if not done
7050 yet.
7051 (ada-get-all-references): Handles the new ali syntax (parent types
7052 are found between <>).
7053 (ada-initialize-runtime-library): New function
7054 (ada-mode-hook): Always load a project file when a file is opened,
7055 so that the casing exceptions are correctly read.
7056 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
7057 (ada-parse-prj-file): Use find-file-noselect instead of find-file
7058 to open the project file, since the latter does not work with
7059 speedbar Get default values before loading the prj file, or the
7060 default executable file name is wrong. Use the absolute value of
7061 src_dir to initialize ada-search-directories and
7062 compilation-search-path,... Add the standard runtime library to
7063 the search path for find-file.
7064 (ada-prj-default-debugger): Was missing an opening '{'
7065 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
7066 variables.
7067 (ada-prj-default-gnatmake-opt): New variable
7068 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
7069 buffers, the project file is the default one Save the windows
7070 configuration before displaying the menu.
7071 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
7072 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
7073 ...) regexp-quote identifiers names to support operators +,
7074 -,... in regexps.
7075 (ada-remote): New function.
7076 (ada-run-application): Erase the output buffer before starting the
7077 run Support remote execution of the application. Use
7078 call-process, or the arguments are incorrectly parsed
7079 (ada-set-default-project-file): Reread the content of the active
7080 project file, not the one from the current buffer When a project
7081 file is set as the default project, all directories are
7082 automatically associated with it.
7083 (ada-set-environment): New function
7084 (ada-treat-cmd-string): New special variable ${current}
7085 (ada-treat-cmd-string): Revised. The substitution is now done for
7086 any ${...} substring
7087 (ada-xref-current): If no body was found, compiles the spec
7088 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
7089 compiler to get rid of command line length limitations.
7090 (ada-xref-get-project-field): New function
7091 (ada-xref-project-files): New variable
7092 (ada-xref-runtime-library-specs-path)
7093 (ada-xref-runtime-library-ali-path): New variables
7094 (ada-xref-set-default-prj-values): Default run command now does a
7095 cd to the build directory. New field: main_unit Provide a default
7096 file name even if the current buffer has no prj file.
7097
7098 * ada-prj.el:
7099 Rewritten to show a tabbed-dialog.
7100 (ada-prj-add-ada-menu): Remove the map and name parameters.
7101 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
7102 New function
7103 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
7104 (ada-prj-load-from-file): New function
7105 (ada-prj-save): Always save fields that depend on the current buffer
7106 (ada-prj-show-value): New function
7107
7108 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
7109 Ada mode. This will allow us to display the Ada menu in any buffer
7110 we want (for project items).
7111 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
7112 number of spaces in the header.
7113
71142000-07-24 Dave Love <fx@gnu.org>
7115
7116 * ediff-init.el (ediff-region-help-echo): Bind face-help.
7117
71182000-07-23 Noah Friedman <friedman@splode.com>
7119
7120 * type-break.el (type-break): perform autosave.
7121 Suggested by Stephen Gildea <gildea@intouchsys.com>.
7122 (type-break-do-query): Cancel query schedule while performing
7123 actual query, to avoid possibility of a second query being made
7124 while first one is already in progress.
7125 (type-break-time-stamp-format): New variable.
7126 (type-break-time-stamp): New function.
7127 (type-break-time-warning): Use it.
7128 (type-break-keystroke-warning): Use it.
7129 (type-break-noninteractive-query): Use it.
7130
7131 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
7132 cookie.
7133 Use add-minor-mode to set minor-mode-alist, if available.
7134 (eldoc-echo-area-use-multiline-p): New user option.
7135 (eldoc-echo-area-multiline-supported-p): New variable.
7136 (eldoc-docstring-format-sym-doc): Use them.
7137 (eldoc-mode): If not using idle timers, append to local post and
7138 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
7139 (eldoc-display-message-no-interference-p): Don't interfere with
7140 edebug.
7141 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
7142 (eldoc-function-arglist): New function.
7143 (eldoc-function-argstring): Use it.
7144
7145 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
7146 auto save directory exists before calling directory-files.
7147
71482000-07-23 Dave Love <fx@gnu.org>
7149
7150 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
7151 ^o, ^u.
7152
71532000-07-21 Dave Love <fx@gnu.org>
7154
7155 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
7156 now passed to the function. It now works properly.
7157
7158 * smerge-mode.el (smerge-mode-menu): Fill it out.
7159
71602000-07-20 Gerd Moellmann <gerd@gnu.org>
7161
7162 * info-look.el (info-lookup): If *info* is shown in another frame
7163 on the same display, select that frame, instead of switching to
7164 the Info buffer in another window of the selected frame.
7165
7166 * simple.el (universal-argument-map): Bind numeric keypad keys
7167 kp-0 to kp-9 and kp-subtract.
7168 (digit-argument): Handle these keys.
7169
71702000-07-20 Dave Love <fx@gnu.org>
7171
7172 * net/goto-addr.el (goto-address-fontify): Don't bother with
7173 buffer-modified and read-only stuff -- irrelevant with overlays.
7174 Put an extra property on the overlays and use it to clean up in
7175 case goto-address is re-run.
7176
71772000-07-19 Richard M. Stallman <rms@gnu.org>
7178
7179 * timer.el (run-with-idle-timer): Doc fix.
7180
7181 * mail/mail-utils.el (mail-strip-quoted-names):
7182 Handle case where <...> appears inside "...".
7183 Use replace-match to edit the string more simply.
7184 (rmail-dont-reply-to): Cope with an unmatched ".
7185
71862000-07-19 Dave Love <fx@gnu.org>
7187
7188 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
7189 implementation.
7190
7191 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
7192 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
7193 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
7194
71952000-07-19 Gerd Moellmann <gerd@gnu.org>
7196
7197 * textmodes/refer.el: Correct maintainer's email address.
7198
7199 * progmodes/hideif.el: Correct author's email address.
7200 Fix typo in comment.
7201
7202 * xml.el: New file.
7203
7204 * mail/mailheader.el: Correct author's mail address.
7205
7206 * gnus/parse-time.el: Correct author's mail address.
7207
72082000-07-19 Colin Walters <walters@cis.ohio-state.edu>
7209
7210 * comint.el (comint-highlight-input, comint-highlight-face):
7211 New user options.
7212 (comint-input-ring-file-name): Change custom type.
7213 (comint-mode-map): Bind mouse-2.
7214 (comint-insert-clicked-input): New function.
7215 (comint-send-input): Handle input highlighting.
7216
72172000-07-18 Stefan Monnier <monnier@cs.yale.edu>
7218
7219 * mouse.el (popup-menu): New function.
7220 (mouse-major-mode-menu): Use it.
7221
72222000-07-18 Dave Love <fx@gnu.org>
7223
7224 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
7225 improvements.
7226
72272000-07-18 Gerd Moellmann <gerd@gnu.org>
7228
7229 * faces.el (face-font-selection-order)
7230 (face-font-family-alternatives): Add custom type.
7231
72322000-07-18 Dave Love <fx@gnu.org>
7233
7234 * cus-edit.el (custom-variable-reset-saved)
7235 (custom-variable-reset-standard): Remove unused bindings.
7236
7237 * rect.el (open-rectangle-line): Remove unused let.
7238
7239 * hl-line.el (hl-line-highlight): Check hl-line-mode.
7240
72412000-07-18 Gerd Moellmann <gerd@gnu.org>
7242
7243 * cdl.el: Fix `Maintainer' keyword.
7244
7245 * play/pong.el: Add author's email address.
7246
72472000-07-17 Sam Steingold <sds@gnu.org>
7248
7249 * files.el (insert-directory): Call `split-string' instead of
7250 re-implementing it.
7251
72522000-07-18 Gerd Moellmann <gerd@gnu.org>
7253
7254 * mail/vms-pmail.el: Change maintainer to FSF.
7255
7256 * net/goto-addr.el: Change maintainer to FSF.
7257
7258 * recentf.el: Update from author.
7259
7260 * info.el (Info-title-face-alist): Removed.
7261
72622000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
7263
7264 * eshell/eshell.el (eshell): Replace links to eshell.info with
7265 links to eshell, to avoid problems on systems where the manual is
7266 installed as `eshell'.
7267 * eshell/esh-cmd.el (eshell-cmd): Ditto.
7268 * eshell/em-smart.el (eshell-smart): Ditto.
7269 * eshell/em-banner.el (eshell-banner): Ditto.
7270 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
7271
7272 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
7273 same-file check in the MS-DOS version (it does support inodes).
7274
7275 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
7276
7277 * eshell/eshell.el (eshell-directory-name):
7278 Run default directory name through convert-standard-filename.
7279
72802000-07-18 Kenichi Handa <handa@etl.go.jp>
7281
7282 * international/mule-cmds.el (select-safe-coding-system):
7283 Fix typo in the comment.
7284
7285 * language/european.el (compound-text):
7286 Force katakana-jisx0201 to be designated to G1.
7287
7288 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
7289 Don't translate some national variant characters of latin-jisx0201.
7290 (x-ctext): Force katakana-jisx0201 to be designated to G1.
7291
7292 * international/kkc.el (kkc-after-update-conversion-functions):
7293 New variable.
7294 (kkc-update-conversion): Run functions in it at the tail.
7295
72962000-07-16 John Wiegley <johnw@gnu.org>
7297
7298 * lisp/align.el (align-newline-and-indent):
7299 Adding new function. for auto-aligning blocks of code on RET.
7300 (align-region): Fixed badly formatted minibuffer message.
7301
73022000-07-17 Kenichi Handa <handa@etl.go.jp>
7303
7304 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
7305 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
7306 the conversion list at first if appropriate.
7307 (kkc-next): Don't update kkc-next-count here.
7308 (kkc-prev): Don't update kkc-prev-count here.
7309 (kkc-show-conversion-list-update): Fix setting up of conversion
7310 list message.
7311
73122000-07-16 Stefan Monnier <monnier@cs.yale.edu>
7313
7314 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
7315
73162000-07-16 Dave Love <fx@gnu.org>
7317
7318 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
7319 function to be more specific.
7320
7321 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
7322 non-string help-echo.
7323 (widget-types-convert-widget): Defsubst it.
7324 (widget-echo-help): Try to cope with a help-echo function of two
7325 possible sorts.
7326
73272000-07-15 Jason Rumney <jasonr@gnu.org>
7328
7329 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
7330 Declare as obsolete.
7331
7332 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
7333
73342000-07-14 Gerd Moellmann <gerd@gnu.org>
7335
7336 * hilit-chg.el: Fix typo.
7337
73382000-07-14 Dave Love <fx@gnu.org>
7339
7340 * info.el (Info-mode-menu): Fix use of :help, :enable.
7341
73422000-07-14 Stefan Monnier <monnier@cs.yale.edu>
7343
7344 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
7345
73462000-07-13 Dave Love <fx@gnu.org>
7347
7348 * emacs-lisp/easymenu.el: Doc fixes.
7349 (easy-menu-remove): Defalias to ignore.
7350
7351 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
7352 Call throw correctly.
7353
73542000-07-13 Gerd Moellmann <gerd@gnu.org>
7355
7356 * faces.el (frame-background-mode): Doc fix.
7357
7358 * simple.el (eval-expression-print-length): Change custom type to
7359 allow entering nil as value.
7360
73612000-07-13 Dave Love <fx@gnu.org>
7362
7363 * progmodes/fortran.el (fortran-imenu-generic-expression):
7364 Change definition layout.
7365 (fortran-mode-menu): Reinstate customize entries.
7366
7367 * cus-edit.el (custom-group-menu-create, customize-menu-create):
7368 Use :filter, per old XEmacs code.
7369
73702000-07-12 Gerd Moellmann <gerd@gnu.org>
7371
7372 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
7373 event when deciding what to send to the terminal.
7374
73752000-07-12 Dave Love <fx@gnu.org>
7376
7377 * cus-start.el: Add optional version as 4th element of specs and
7378 use it for several things new in v21. Remove load-path. Fix type
7379 of line-number-display-limit.
7380
73812000-07-11 Dave Love <fx@gnu.org>
7382
7383 * progmodes/fortran.el: Don't require easymenu.
7384 Use repeat counts in various regexps.
7385 (fortran-mode-syntax-table): Defvar directly.
7386 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
7387 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
7388 Use defvar, not defconst.
7389 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
7390 (fortran-mode): Set fortran-comment-line-start-skip,
7391 fortran-comment-line-start-skip, dabbrev-case-fold-search.
7392 (fortran-comment-indent): Use defsubst.
7393 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
7394 Use fortran-comment-indent, not fortran-comment-indent-function.
7395 (fortran-comment-region, fortran-electric-line-number): Simplify.
7396 (fortran-auto-fill): New function.
7397 (fortran-do-auto-fill): Deleted.
7398 (fortran-find-comment-start-skip):
7399 Check for non-null comment-start-skip.
7400 (fortran-auto-fill-mode, fortran-fill-statement):
7401 Use fortran-auto-fill.
7402 (fortran-fill): Use fortran-auto-fill. Check for null
7403 comment-start-skip. Simplify final clause and use end-of-line finally.
7404
7405 * widget.el (widget-plist-member): New alias.
7406
74072000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
7408
7409 * eshell/esh-module.el (toplevel): Reference
7410 byte-compile-current-file only if it is bound.
7411
74122000-07-10 Gerd Moellmann <gerd@gnu.org>
7413
7414 * dired.el: Don't require `dired-aux'.
7415
74162000-07-10 Miles Bader <miles@lsi.nec.co.jp>
7417
7418 * dired-aux.el (dired-show-file-type): New function.
7419 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
7420 (dired-show-file-type): Add autoload.
7421
74222000-07-10 Kenichi Handa <handa@etl.go.jp>
7423
7424 * international/mule-diag.el (describe-font): Adjusted for the
7425 change of fontset-info.
7426 (print-fontset): Likewise.
7427
74282000-07-09 Stefan Monnier <monnier@cs.yale.edu>
7429
7430 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
7431
74322000-07-07 Gerd Moellmann <gerd@gnu.org>
7433
7434 * bindings.el: Bind `[delete]' to delete-char.
7435
7436 * dired.el (dired-find-alternate-file): New function.
7437 (dired-mode-map): Bind `a' to dired-find-alternate-file.
7438 (toplevel): Require dired-aux when compiling.
7439 (dired-buffers): Move defvar within file to avoid compiler warning.
7440
7441 * info.el (Info-last-search): Variable removed.
7442 (Info-search-history): New variable.
7443 (Info-search): New Info-search-history.
7444
7445 * battery.el, info-look.el: Change author's mail address.
7446
74472000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
7448
7449 * mail/rmail.el (rmail-clear-headers): Don't throw an error
7450 if rmail-ignored-headers is nil.
7451 (rmail-retry-failure): Bind rmail-ignored-headers and
7452 rmail-displayed-headers to nil.
7453
74542000-07-06 Gerd Moellmann <gerd@gnu.org>
7455
7456 * lpr.el (lpr-page-header-switches): Add `-h' switch.
7457 (print-region-1): Don't hard code `-h' here.
7458
7459 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
7460
74612000-07-01 Francesco Potorti` <pot@gnu.org>
7462
7463 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
7464 exim can use "your message" instead of "the message".
7465
74662000-07-06 Stefan Monnier <monnier@cs.yale.edu>
7467
7468 * facemenu.el: Docstrings fixes.
7469 (facemenu-get-face): Don't use internal-find-face.
7470 (facemenu-iterate): Rename arg to match the docstring.
7471
7472 * newcomment.el (uncomment-region): Be more careful when skipping
7473 backwards over `=' not to bump into BOBP.
7474
74752000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
7476
7477 * ediff-diff.el (ediff-wordify): Use syntax table.
7478 * ediff-init.el (ediff-has-face-support-p): Use
7479 ediff-color-display-p.
7480 (ediff-color-display-p): Use display-color-p, changed to defun
7481 from defsubst.
7482 Got rid of special cases for NeXT and OS/2.
7483 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
7484 face.
7485
74862000-07-05 Stefan Monnier <monnier@cs.yale.edu>
7487
7488 * emacs-lisp/lucid.el: Require CL.
7489 (copy-tree, remprop): Remove, it's provided by CL.
7490 (map-keymap): Define in terms of cl-map-keymap.
7491 (extent-property, set-extent-end-glyph): New functions.
7492
7493 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
7494
74952000-07-05 Gerd Moellmann <gerd@gnu.org>
7496
7497 * Makefile.in (DONTCOMPILE): Add comment that the name may
7498 not be changed without changing the make-dist script.
7499
7500 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
7501 (cl-mapc): Use mapc instead of cl-old-mapc.
7502
75032000-07-05 Andrew Innes <andrewi@gnu.org>
7504
7505 * makefile.nt: Add support for `bootstrap' and related targets.
7506
75072000-07-05 Stefan Monnier <monnier@cs.yale.edu>
7508
7509 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
7510 (easy-menu-do-define): Use `menu-item' format.
7511 Handle case where easy-menu-create-menu returns a symbol.
7512 Manually call the potential top-level filter in the function binding.
7513 (easy-menu-filter-return): New arg NAME.
7514 Convert to a keymap if MENU is an XEmacs menu.
7515 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
7516 (easy-menu-converted-items-table, easy-menu-convert-item):
7517 New var and fun to memoize easy-menu-convert-item-1.
7518 (easy-menu-do-add-item): Use it.
7519 (easy-menu-create-menu): Use easy-menu-convert-item.
7520 Wrap easy-menu-filter-return around any :filter specification.
7521 Don't convert the menu if a filter was specified.
7522 Tell easy-menu-make-symbol not to check for MENU being an expression.
7523 (easy-menu-make-symbol): New arg NOEXP.
7524
75252000-07-05 Gerd Moellmann <gerd@gnu.org>
7526
7527 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
7528 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
7529 (eval-defun): If called with prefix arg, instrument code for
7530 Edebug.
7531
7532 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
7533 similar to that of eval-defun.
7534
75352000-07-04 Dave Love <fx@gnu.org>
7536
7537 * hl-line.el (hl-line-overlay): Make it permanent-local.
7538
7539 * calendar/todo-mode.el: Replaced with a working version, based on
7540 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
7541
75422000-07-03 Miles Bader <miles@lsi.nec.co.jp>
7543
7544 * paths.el (prune-directory-list): New function.
7545 (Info-default-directory-list): Rewritten to more methodically
7546 enumerate a big list of possible info directories (based on the
7547 list used by the standalone info reader).
7548
7549 * info.el (info-initialize): Use prune-directory-list to remove
7550 non-existent directories from Info-directory-list.
7551
7552 * paths.el (Info-default-directory-list): Try a list of possible
7553 info-directories instead of a single one. Add the possible
7554 info directory "/usr/share/info".
7555
7556 * woman.el (woman-man.conf-path): Explicitly include the debian
7557 man-db config file "/etc/manpath.config".
7558 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
7559 are present in `manpath.config'.
7560 (woman-manpath): Include "/usr/share/man".
7561
75622000-07-03 Gerd Moellmann <gerd@gnu.org>
7563
7564 * frame.el (blink-cursor-mode): Don't hide cursor initially.
7565
7566 * startup.el (command-line): Initialize blink-cursor based
7567 on window-system.
7568
7569 * frame.el (blink-cursor): Default to nil if not running under
7570 a window-system.
7571
7572 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
7573 (face-x-resources): Remove duplicate entry for :font.
7574
7575 * textmodes/refer.el (refer-find-entry-internal): Use some-window
7576 instead of cycling through windows with next-window.
7577
7578 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
7579 of cycling through windows with next-window.
7580
7581 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
7582 of cycling through windows with next-window.
7583
7584 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
7585 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
7586 instead of cycling through windows with next-window.
7587
7588 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
7589 instead of cycling through windows with next-window.
7590
7591 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
7592 of cycling through windows with next-window.
7593
7594 * terminal.el (te-process-output): Use walk-windows instead of
7595 cycling through windows with next-window.
7596
7597 * server.el (server-switch-buffer): Use some-window instead of
7598 cycling through windows with next-window.
7599
7600 * window.el (some-window): New function.
7601 (walk-windows): Remove reference to walk-windows-start.
7602
7603 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
7604
76052000-07-03 Richard Stallman <rms@gnu.org>
7606
7607 * window.el (walk-windows): Guarantee termination by keeping a list
7608 of all the windows already handled.
7609
76102000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
7611
7612 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
7613 window-system.
7614
7615 * man.el (Man-notify-when-ready): Don't use window-system. If
7616 Man-notify-method is newframe, and the display is not
7617 multi-frame, select the frame created for the man page.
7618 (Man-init-defvars): Doc fix.
7619
76202000-06-28 Gerd Moellmann <gerd@gnu.org>
7621
7622 * faces.el (region): Change background color for light background.
7623
7624 * ediff-wind.el (ediff-setup-control-frame): Remove :box
7625 attribute from mode-line face of Ediff control frame.
7626
7627 * replace.el (query-replace-map): Bind `e' like `E'.
7628
76292000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
7630
7631 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
7632 Change name to "Select All".
7633
7634 * dos-fns.el (convert-standard-filename): Fix last change.
7635
76362000-06-27 Gerd Moellmann <gerd@gnu.org>
7637
7638 * help.el (describe-variable): Don't insert a second `'s' in front
7639 of the string `value is shown below'. Since the syntax-table is
7640 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
7641 an existing `'s', so that this won't be deleted.
7642
7643 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
7644 * pcmpl-unix.el: New files.
7645
76462000-06-26 Stefan Monnier <monnier@cs.yale.edu>
7647
7648 * wid-edit.el (widget-member): Use the new plist-member.
7649
76502000-06-26 Gerd Moellmann <gerd@gnu.org>
7651
7652 * replace.el (perform-replace): Undo change of 2000-04-04.
7653 Instead, move backward 1 character at the end of the loop when
7654 necessary.
7655
7656 * faces.el (fringe): Change face for different backgrounds.
7657
7658 * eshell/esh-module.el (toplevel): Load defgroup's differently;
7659 patch from John.
7660
7661 * eshell/*.el: Change spelling of the Free Software Foundation.
7662
7663 * eshell/esh-toggle.el: Removed.
7664
7665 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
7666
7667 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
7668 interactively.
7669
76702000-06-26 Alex Schroeder <alex@gnu.org>
7671
7672 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
7673 `define-key'; instead of checking `(emacs-version)' check for
7674 `set-keymap-parent' and `set-keymap-name' directly. Add entries
7675 for `;' and `o' which might be electric.
7676
7677 (sql-electric-stuff): New user option.
7678 (sql-magic-go): New function which uses `sql-electric-stuff'.
7679 (sql-magic-semicolon): New function which uses
7680 `sql-electric-stuff'.
7681
7682 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
7683 is not fboundp.
7684
7685 (sql-oracle-options): New variable.
7686 (sql-oracle): Use it.
7687
7688 (sql-imenu-generic-expression): Doc change.
7689 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
7690 is used.
7691
7692 (sql-informix): Added command line parameter "-" to force
7693 sql-informix-program to use stdout.
7694
76952000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
7696
7697 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
7698 (cp864-decode-table): Doc fix.
7699 (cp720-decode-table): New variable, supports the Arabic OEM
7700 codepage used by Windows.
7701 (cp737-decode-table): New, Greek OEM codepage used by Windows.
7702
77032000-06-23 Dave Love <fx@gnu.org>
7704
7705 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
7706 (font-lock-fontify-anchored-keywords): Use
7707 line-beginning-position.
7708 (global-font-lock-mode): Use mapc.
7709
77102000-06-23 Stefan Monnier <monnier@cs.yale.edu>
7711
7712 * eshell/esh-module.el: Require CL when compiling.
7713
77142000-06-23 Gerd Moellmann <gerd@gnu.org>
7715
7716 * comint.el (comint-substitute-in-file-name): Call replace-match
7717 with second and third arg t.
7718
7719 * cus-edit.el (custom-button-face, custom-button-pressed-face):
7720 Specify foreground color.
7721
7722 * faces.el (tool-bar, mode-line, header-line): Specify foreground
7723 color.
7724
7725 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
7726
7727 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
7728 cddr instead of cdddr.
7729
7730 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
7731 instead of copy-list.
7732
7733 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
7734 of copy-list.
7735
7736 * subdirs.el: Add eshell subdirectory.
7737
7738 * eshell: New subdirectory containing the Eshell package.
7739
7740 * pcomplete.el: New file.
7741
77422000-06-23 Paul Eggert <eggert@twinsun.com>
7743
7744 * mail/mailpost.el (post-mail-send-it): Make sure file has
7745 proper permissions from birth.
7746
7747 * files.el (basic-save-buffer-2): When temporarily setting
7748 file modes, set them to current modes plus 0200, not to 0777.
7749
7750 * emerge.el (emerge-make-temp-file): Make sure file has proper
7751 permissions from birth.
7752
77532000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
7754
7755 * files.el (make-backup-file-name-1): On DOS/Windows, run the
7756 backup file name through convert-standard-filename.
7757
7758 * dos-fns.el (convert-standard-filename): Convert leading
7759 directories as well. When long file names are supported, convert
7760 characters that are invalid in Windows file names.
7761
77622000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7763
7764 * ps-print.el: Fix bug: if ^L is the very first buffer character,
7765 ps-print crashes. New feature: page selection for printing. Create
7766 raw-text-unix coding system for XEmacs. Doc fix.
7767 (ps-print-version): New version number (5.2.3).
7768 (ps-plot-region): Bug fix.
7769 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
7770 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
7771 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
7772 funs.
7773 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
7774 (ps-last-page): New vars.
7775
77762000-06-21 Gerd Moellmann <gerd@gnu.org>
7777
7778 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
7779 empty option string.
7780
77812000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
7782
7783 * man.el (man): Doc fix.
7784
77852000-06-21 Kenichi Handa <handa@etl.go.jp>
7786
7787 * international/mule-cmds.el (set-language-info-alist): Docstring
7788 fixed.
7789
77902000-06-20 Gerd Moellmann <gerd@gnu.org>
7791
7792 * version.el (emacs-version): Use ISO date format.
7793
7794 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
7795 instead of `M-backspace'.
7796
7797 * simple.el (turn-off-auto-fill): New function.
7798
77992000-06-20 Stefan Monnier <monnier@cs.yale.edu>
7800
7801 * jit-lock.el (with-buffer-prepared-for-jit-lock):
7802 Renamed from with-buffer-prepared-for-font-lock and use
7803 inhibit-modification-hooks rather than setting *-change-functions.
7804 Update all functions to use the new name.
7805 (jit-lock-first-unfontify-pos): New semantics (and doc).
7806 (jit-lock-mode): Make non-interactive.
7807 Don't automatically turn on font-lock.
7808 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
7809 Always use jit-lock-after-change.
7810 Remove and restore font-lock-after-change-function.
7811 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
7812 (jit-lock-after-unfontify-buffer): Remove.
7813 (jit-lock-stealth-fontify):
7814 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
7815 (jit-lock-after-change): Set the `fontified' text-prop to nil.
7816
78172000-06-20 Sam Steingold <sds@gnu.org>
7818
7819 * emacs-lisp/cl-indent.el (toplevel): Indent
7820 `print-unreadable-object' properly. Untabify.
7821
78222000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
7823
7824 * textmodes/reftex.el (reftex-find-citation-regexp-format):
7825 Support for bibentry.
7826 (reftex-compile-variables): Fixed problem with end of section-re.
7827
7828 * texmodes/reftex-dcr.el (reftex-view-crossref,
7829 reftex-view-crossref-from-bibtex):
7830 Deal with changed `reftex-find-citation-regexp-format'.
7831 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
7832 Replaced `remprop' with `put'.
7833 (reftex-view-crossref, reftex-view-crossref-when-idle):
7834 Support for bibentry.
7835
7836 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
7837 New entry for bibentry package.
7838
7839 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
7840 Regexp also matches "\nobibliography".
7841
7842 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
7843 Call `reftex-ensure-write-access' before doing anything.
7844 (reftex-ensure-write-access): New function.
7845
78462000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
7847
7848 * progmodes/idlwave.el: File re-installed (update to version 4.2)
7849
7850 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
7851
7852 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
7853
7854 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
7855
7856
78572000-06-20 Dave Love <fx@gnu.org>
7858
7859 * faces.el (frame-background-mode): Use set-default, not set, in
7860 setter.
7861 (frame-update-faces, frame-update-face-colors): Define with
7862 defalias.
7863
7864 * enriched.el (enriched-decode-foreground)
7865 (enriched-decode-background): Don't use internal-find-face.
7866
7867 * apropos.el: Doc fixes.
7868
7869 * cus-edit.el (customize-changed-options): Check arg.
7870 (customize-version-lessp): Don't require decimal point.
7871
7872 * custom.el (defcustom, defgroup): Doc fix.
7873
7874 * newcomment.el (comment) <defgroup>: Add :version.
7875 (comment-multi-line): Doc fix.
7876
7877 * emulation/mlsupport.el (define-hooked-local-abbrev,
7878 define-hooked-global-abbrev): Fix, using define-abbrev.
7879
78802000-06-19 Gerd Moellmann <gerd@gnu.org>
7881
7882 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
7883 the whole buffer.
7884
78852000-06-19 Dave Love <fx@gnu.org>
7886
7887 * menu-bar.el (menu-bar-options-save): New function.
7888 (menu-bar-options-menu): Use it.
7889 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
7890 Simplify.
7891
78922000-06-19 Andreas Schwab <schwab@suse.de>
7893
7894 * progmodes/etags.el (tags-query-replace): Put new parameters
7895 START and END at the end, for backward compatibility.
7896
78972000-06-19 Kenichi Handa <handa@etl.go.jp>
7898
7899 * international/codepage.el:
7900 (cp-coding-system-for-codepage-1): Delete special codes for
7901 generating xxx-dos coding system because now a CCL based coding
7902 system can handle EOL conversion by default.
7903
7904 * international/mule.el (make-coding-system): Generate subsidiary
7905 coding systems for EOL handling variants even for a CCL based
7906 coding system.
7907
79082000-06-19 Kenichi Handa <handa@etl.go.jp>
7909
7910 * international/isearch-x.el (isearch-minibuffer-input-method)
7911 (isearch-minibuffer-input-method-function): These variables
7912 deleted.
7913 (isearch-with-input-method): Don't use the above variables.
7914 (isearch-process-search-multibyte-characters): Likewise. Call
7915 read-string with the arg INHERIT-INPUT-METHOD t.
7916
79172000-06-17 Stefan Monnier <monnier@cs.yale.edu>
7918
7919 * font-lock.el (font-lock-after-fontify-buffer)
7920 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
7921
7922 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
7923 Use consistent make-local-variable style for font-lock-fontified.
7924 (jit-lock-fontify-buffer):
7925 Don't bother checking for font-lock-mode and jit-lock-mode.
7926
7927 * time.el: Remove trailing ^M that prevent CVS-merging.
7928
79292000-06-16 Gerd Moellmann <gerd@gnu.org>
7930
7931 * Makefile.in (distclean): New target.
7932
79332000-06-16 Stefan Monnier <monnier@cs.yale.edu>
7934
7935 * Makefile.in (srcdir): Define for update-subdirs.
7936
79372000-06-16 Gerd Moellmann <gerd@gnu.org>
7938
7939 * find-lisp.el: New file.
7940
79412000-06-16 Andrew Innes <andrewi@gnu.org>
7942
7943 * time.el (display-time-mail-function): New variable, to allow
7944 external packages to indicate when new mail is available.
7945 (display-time-update): Use it.
7946
79472000-06-16 Kenichi Handa <handa@etl.go.jp>
7948
7949 * international/mule.el (mule-version): Change version name to
7950 SAKAKI. AOI has already been used by Meadow.
7951
7952 * international/quail.el (quail-show-guidance-buf): To find the
7953 bottom window (but minibuffer), pay attention to the height of
7954 minibuffer.
7955
79562000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
7957
7958 * arc-mode.el (archive-mode-map): Use the new menu-item format for
7959 menu-bar menus. Add help strings. Don't remove the Edit menu
7960 from the menu bar, as the menu bar has enough space now.
7961
7962 * Makefile.in (SHELL): Make sure /bin/sh is used.
7963
7964 * woman.el (woman-man-buffer): Fix bold and underlined CJK
7965 characters, which use series of two ^H characters instead of one.
7966
79672000-06-15 Gerd Moellmann <gerd@gnu.org>
7968
7969 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
7970 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
7971 functions.
7972 (Info-find-node-2): Try a case-sensitive search first, then
7973 do a case-insensitive search.
7974
7975 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
7976 tutorials.
7977
7978 * complete.el (PC-env-vars-alist): New variable.
7979 (PC-complete-as-file-name): New function.
7980 (partial-completion-mode): Initialize PC-env-vars-alist from
7981 process-environment.
7982 (PC-do-completion): Handle completion of env vars.
7983
7984 * info.el (Info-set-mode-line): Show file name in mode line,
7985 use `*Info*' instead of `Info:'.
7986
7987 * startup.el (command-line-1): Change copyright messages to year
7988 2000.
7989
79902000-06-15 Dave Love <fx@gnu.org>
7991
7992 * net/goto-addr.el (goto-address-fontify): Use keymap property,
7993 not local-map.
7994
79952000-06-15 Kenichi Handa <handa@etl.go.jp>
7996
7997 * international/mule.el (set-buffer-file-coding-system): Almost
7998 rewritten to handle `undecided' as no-op.
7999
80002000-06-14 Gerd Moellmann <gerd@gnu.org>
8001
8002 * Makefile.in: New file.
8003
8004 * Makefile: Removed.
8005
8006 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
8007 (goto-address-highlight-keymap): Bind C-c RET.
8008
80092000-06-14 Kenichi Handa <handa@etl.go.jp>
8010
8011 * mail/sendmail.el (sendmail-send-it): The temporary buffer
8012 inherits buffer-file-coding-system of the current buffer.
8013
8014 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
8015 0. Give correct argument to set-auto-coding-function.
8016 (tar-expunge): For goto-char, use (point-min), not 0.
8017 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
8018 (tar-subfile-save-buffer): Likewize.
8019
8020 * international/mule.el
8021 (after-insert-file-set-buffer-file-coding-system): Call
8022 set-buffer-file-coding-system with the arg FORCE t.
8023
80242000-06-13 Gerd Moellmann <gerd@gnu.org>
8025
8026 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
8027 nil. Contemporary sendmails issue an X-Authentication-Warning if
8028 the sender is set with `-f'.
8029
80302000-06-13 Dave Love <fx@gnu.org>
8031
8032 * help.el (describe-function-1): Kluge around cases of functions
8033 fset to subrs whose doc doesn't match their symbol-name.
8034
8035 * image.el (insert-image): Default STRING to a space.
8036
8037 * info.el Doc fixes.
8038 (Info-build-node-completions): Match Ref tags.
8039
80402000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
8041
8042 * frame.el (display-multi-frame-p, display-multi-font-p): New
8043 defaliases for display-graphic-p.
8044
8045 * hl-line.el: Fixed a typo in commentary.
8046
80472000-06-13 Kenichi Handa <handa@etl.go.jp>
8048
8049 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
8050 fixed.
8051
80522000-06-12 Dave Love <fx@gnu.org>
8053
8054 * image.el (insert-image): Save a little consing.
8055
80562000-06-12 Kenichi Handa <handa@etl.go.jp>
8057
8058 * language/tibet-util.el: Convert all tibetan-1-column characters
8059 to the corresponding tibetan characters.
8060 (tibetan-add-components): Delete code for the special treatment of
8061 'a chung.
8062
8063 * language/tibetan.el (tibetan-composable-pattern): Fix previous
8064 change.
8065 (tibetan-vowel-transcription-alist): More rules added.
8066 (tibetan-composite-vowel-alist): New variable.
8067 (tibetan-precomposition-rule-alist): More rules added.
8068
80692000-06-12 Stefan Monnier <monnier@cs.yale.edu>
8070
8071 * startup.el (command-line): Only call menu-bar-mode if interactive.
8072
8073 * thingatpt.el (toplevel symbol-properties):
8074 * textmodes/makeinfo.el (makeinfo-compile):
8075 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
8076 * progmodes/hideif.el (hif-compress-define-list)
8077 (hide-ifdef-use-define-alist):
8078 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
8079 (ange-ftp-vms-add-file-entry):
8080 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
8081 * man.el (Man-build-man-command):
8082 * mail/rnewspost.el (news-reply-header-hook):
8083 * info.el (Info-insert-dir):
8084 * emulation/mlconvert.el (backward-word, forward-word, setq):
8085 * emacs-lisp/gulp.el (gulp-send-requests):
8086 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
8087 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
8088 (byte-optimize-apply, end of file):
8089 * emacs-lisp/advice.el (ad-advice-class-completion-table)
8090 (ad-make-freeze-definition):
8091 * startup.el (command-line, command-line-1): Don't quote lambdas.
8092
8093 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
8094 (cvs-cleanup-removed): New function.
8095 (cvs-cleanup-functions): New var.
8096 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
8097 some flexibility in specifying additional entries to auto-cleanup.
8098 (cvs-quickdir): New function.
8099 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
8100 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
8101 (cvs-mode-find-file): Check that we are on a filename or dirname
8102 when invoked through a mouse-click.
8103 (cvs-full-path): Remove.
8104 (cvs-dired-action): Re-introduced.
8105 (cvs-dired-noselect): Use it.
8106 (vc-post-command-functions): use this new hook if available.
8107
8108 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
8109 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
8110 (cvs-filename-map, cvs-dirname-map): Remove.
8111 (cvs-default-action): Remove.
8112 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
8113 if the arg is really a keymap.
8114 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
8115 Don't hardcode the mapping from state (aka type) to face, but check
8116 the var cvs-fi-<type>-face instead.
8117 (cvs-fileinfo-from-entries): New function.
8118
8119 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
8120 Docstring fix.
8121 (cvs-find-file-and-jump): Change default to be safer.
8122 (cvs-mode-diff-map): Define it as a function as well.
8123 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
8124 Bind mouse-2 in this global map rather than with text-properties.
8125
8126 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
8127 file to resolve the ambiguity between C(conflict) and C(need-merge).
8128
81292000-06-12 Kenichi Handa <handa@etl.go.jp>
8130
8131 * international/mule.el (set-buffer-file-coding-system): If
8132 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
8133 unconditionally.
8134
81352000-06-12 Dave Love <fx@gnu.org>
8136
8137 * wid-edit.el (widget-specify-button): Really suppress the face if
8138 required.
8139
81402000-06-11 Gerd Moellmann <gerd@gnu.org>
8141
8142 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
8143
81442000-06-11 Stefan Monnier <monnier@cs.yale.edu>
8145
8146 * imenu.el (imenu-generic-expression): Docstring fix.
8147
8148 * composite.el (composition-function-table): Move the `put'
8149 below the autoload cookie so we can load the file before loaddefs.
8150
8151 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
8152
8153 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
8154 Handle easy-mmode-define-global-mode.
8155 For complex macros like define-minor-mode that can generate
8156 several autoload entries, try to autoload entries in the
8157 macroexpanded code.
8158
8159 * emacs-lisp/easy-mmode.el (define-minor-mode):
8160 If KEYMAP is a symbol, just use it.
8161 Use byte-compile-current-file and load-file-name to infer the
8162 proper :require to pass to defcustom.
8163 Wrap the hook var into `progn' so as not to autoload it.
8164 Add a :autoload-end cookie.
8165 Be more careful about the evaluation of KEYMAP.
8166 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
8167 (define-derived-mode): Move define-abbrev-table outside of defvar.
8168
81692000-06-10 Stefan Monnier <monnier@cs.yale.edu>
8170
8171 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
8172 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
8173 (backup-compiled-files): Ignore errors during `tar'.
8174 (bootstrap): Make autoloads before elc files.
8175
81762000-06-10 Kenichi Handa <handa@etl.go.jp>
8177
8178 * international/mule.el (set-buffer-file-coding-system): If one of
8179 undecided-XXX is specified, change only EOL conversion.
8180
8181 * international/mule-conf.el (unix): New alias for the coding
8182 system undecided-unix.
8183
81842000-06-09 Dave Love <fx@gnu.org>
8185
8186 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
8187
8188 * progmodes/executable.el: Byte compile dynamic.
8189 (executable-insert): Change custom type.
8190 (executable-find): Add autoload cookie.
8191 (executable-make-buffer-file-executable-if-script-p): New
8192 function. After Noah Friedman.
8193
8194 * files.el (after-save-hook): Customize, with
8195 executable-make-buffer-file-executable-if-script-p as an option.
8196
81972000-06-09 Kenichi Handa <handa@etl.go.jp>
8198
8199 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
8200 "tib24p-mule.bdf" for Tibetan.
8201
8202 * composite.el (decompose-composite-char): Declare it as obsolete.
8203
8204 * man.el (Man-fontify-manpage): Pay attention to underline and
8205 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
8206
82072000-06-08 Gerd Moellmann <gerd@gnu.org>
8208
8209 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
8210 Set maintainer to FSF since author isn't reachable.
8211
82122000-06-08 Dave Love <fx@gnu.org>
8213
8214 * international/mule-cmds.el (select-safe-coding-system): If
8215 DEFAULT-CODING-SYSTEM is not specified, also check the most
8216 preferred coding-system if buffer-file-coding-system is
8217 `undecided'. From Handa.
8218
82192000-06-08 Kenichi Handa <handa@etl.go.jp>
8220
8221 * international/mule.el
8222 (after-insert-file-set-buffer-file-coding-system): If the buffer
8223 size is greater than INSERTED, judget that we are not visiting.
8224
82252000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
8226
8227 * whitespace.el (defgroup whitespace): Comment out `:version'.
8228 XEmacs 20.4 has problems defining the group with this present.
8229 We'll have this commented out till get resolve the problem.
8230
82312000-06-07 Gerd Moellmann <gerd@gnu.org>
8232
8233 * align.el: Update from author.
8234
82352000-06-07 Jari Aalto <jari.aalto@poboxes.com>
8236
8237 * apropos.el (apropos-mode-hook): New user variable.
8238 (apropos-mode): Run apropos-mode-hook.
8239
82402000-06-07 David Ponce <david@dponce.com>
8241
8242 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
8243 commands. Require `wid-edit' at run-time.
8244
82452000-06-07 David Ponce <david@dponce.com>
8246
8247 * recentf.el: Added some "Commentary".
8248 (recentf-open-more-files, recentf-edit-list): Minor changes to
8249 move the point at the top of the file list. This behaviour is
8250 consistent with the menu one when the list contains a lot of
8251 files.
8252 (recentf-cleanup): Now displays the number of items removed from
8253 the list.
8254 (recentf-relative-filter) New menu filter to show filenames
8255 relative to `default-directory'.
8256
82572000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8258
8259 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
8260 with/without giving an error if PostScript printer doesn't have this
8261 kind of page size. Zebra Stripe continues or restarts on next page.
8262 Manual/automatic paper feeding. Switch or not the header.
8263 (ps-print-version): New version number (5.2.2).
8264 (ps-windows-system): Include emx as a Windows system.
8265 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
8266 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
8267 (ps-background-text): Code fix.
8268 (ps-error-handler-message, ps-user-defined-prologue)
8269 (ps-print-prologue-header, ps-printer-name)
8270 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
8271 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
8272 (ps-use-face-background): Customization fix.
8273 (ps-n-up-database): Data fix.
8274 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
8275 (ps-switch-header): New vars.
8276 (ps-xemacs-color-name, ps-face-foreground-name)
8277 (ps-face-background-name, ps-boolean-constant): New funs.
8278
82792000-06-07 Dave Love <fx@gnu.org>
8280
8281 * allout.el: New version from Manheimer.
8282
82832000-06-07 Kenichi Handa <handa@etl.go.jp>
8284
8285 * textmodes/fill.el (fill-find-break-point): Check the validity of
8286 charset.
8287
82882000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8289
8290 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
8291 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
8292 Call display-color-p and display-mouse-p instead of looking at
8293 window-system.
8294
82952000-06-06 Dave Love <fx@gnu.org>
8296
8297 * image.el (find-image): Doc fix. Return nil if image not found.
8298 (put-image, insert-image): Make STRING arg optional.
8299
83002000-06-06 Kenichi Handa <handa@etl.go.jp>
8301
8302 * language/vietnamese.el: Remove eval-when-compile.
8303 (viet-viscii-nonascii-translation-table): Define it as a
8304 translation table made from viet-viscii-decode-table.
8305 (viet-viscii-encode-table): Define it as a translation table made
8306 from the reverse map of above.
8307 (viet-vscii-nonascii-translation-table): Define it as a
8308 translation table made from viet-vscii-decode-table.
8309 (viet-vscii-encode-table): Define it as a translation table made
8310 from the reverse map of above.
8311 (ccl-decode-viscii): Use translate-character.
8312 (ccl-encode-viscii, ccl-encode-viscii-font)
8313 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
8314 Likewize.
8315
8316 * language/cyrillic.el: Remove eval-when-compile.
8317 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
8318 translation table made from cyrillic-koi8-r-decode-table.
8319 (cyrillic-koi8-r-encode-table): Define it as a translation table
8320 made from the reverse map of above.
8321 (ccl-decode-koi8): Use translate-character.
8322 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
8323 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
8324 a translation table made from cyrillic-alternativnyj-decode-table.
8325 (cyrillic-alternativnyj-encode-table): Define it as a translation
8326 table made from the reverse map of above.
8327 (ccl-decode-alternativnyj): Use translate-character.
8328 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
8329 Likewize
8330
8331 * international/mule-diag.el (non-iso-charset-alist): Specify
8332 translation table symbol instead of translation table itself.
8333 (list-block-of-chars): CHARSET may be a translation table symbol.
8334
8335 * international/mule.el (make-coding-system): If CODING-SYSTEM
8336 already exists, override it.
8337
8338 * international/fontset.el: Use family `proportional' for Tibetan
8339 fonts.
8340
8341 * international/ccl.el (ccl-compile-translate-character): Don't
8342 check if Rrr has property translation-table.
8343 (ccl-compile-map-multiple): Modified to avoid compiler warning.
8344
83452000-06-05 Gerd Moellmann <gerd@gnu.org>
8346
8347 * info.el: Bind case-fold-search to t when searching in case
8348 a user sets it to nil in a hook.
8349
83502000-06-05 Stefan Monnier <monnier@cs.yale.edu>
8351
8352 * autoarg.el (autoarg-mode, autoarg-kp-mode):
8353 * hl-line.el (hl-line-mode): Use the new :global key argument.
8354
8355 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
8356 (tar-clip-time-string): Prepend a space.
8357 (tar-grind-file-mode): Construct a string rather than modifying one.
8358 (tar-header-block-summarize): Fix docstring.
8359 Use `format' rather than an error-prone set of copy-loops.
8360
8361 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
8362 (diff-goto-source, diff-unified->context, diff-context->unified)
8363 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
8364 understand the format output by the `-p' argument to diff.
8365
8366 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
8367 (sh-re-done): Use defconst.
8368 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
8369 (sh-help-string-for-variable, sh-guess-basic-offset):
8370 Don't quote lambdas.
8371 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
8372 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
8373
8374 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
8375 (mh-letter-mode): Derive from text-mode.
8376 This implicitly means that it now calls kill-all-local-variables.
8377 Also remove the Emacs-18 compatibility code.
8378
8379 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
8380 Make use of symbol-property doc-string-elt.
8381 Use memq rather than a sequence of eq.
8382 (doc-string-elt): Fix the wrong or missing previously unused values.
8383 (autoload-print-form): New function extracted from
8384 generate-file-autoloads to allow recursion when handling progn
8385 so that defvar's and defun's docstrings are properly printed.
8386 (generate-file-autoloads): Use it.
8387
8388 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
8389 Use find-file-hooks in the minor-mode function.
8390 Be careful not to loop indefinitely in the post-command-hook function.
8391
83922000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
8393
8394 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
8395 tty's.
8396 * ediff-diff.el (ediff-exec-process): Use --binary for fine
8397 differences whenever appropriate.
8398 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
8399 * viper.el (find-file, find-file-other-window): Get viper to do
8400 wildcards.
8401
84022000-06-04 Stefan Monnier <monnier@cs.yale.edu>
8403
8404 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
8405 (jit-lock-fontify-buffer): New function for JIT refontification.
8406 (jit-lock-mode): Fix docstring.
8407 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
8408 Remove jit-lock-after-change from the _local_ hook.
8409 (jit-lock-function-1): Fix docstring.
8410
8411 * info.el (Info-on-current-buffer): Initialize info.
8412
8413 * newcomment.el (comment-indent): Ignore comment-indent-hook.
8414
8415 * progmodes/tcl.el (tcl-indent-for-comment):
8416 Ignore comment-indent-hook.
8417
8418 * emacs-lisp/easy-mmode.el: Require CL during compilation.
8419 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
8420 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
8421 and improve to use the lighter to guess the capitalization.
8422 (define-minor-mode): Inline code from easy-mmode-define-toggle.
8423 Add keyword arguments to specify global-ness or the custom group.
8424 Add local-map and help-echo properties to the lighter.
8425 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
8426 (easy-mmode-define-global-mode): New macro.
8427
84282000-06-02 Dave Love <fx@gnu.org>
8429
8430 * wid-edit.el: byte-compile-dynamic since we typically don't use
8431 all the widgets. Don't require cl or widget. Remove
8432 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
8433 (widget-read-event): Removed. Callers changed to use read-event.
8434 (widget-button-release-event-p): Renamed from
8435 button-release-event-p.
8436 (widget-field-add-space, widget-field-use-before-change):
8437 Uncustomize.
8438 (widget-specify-field): Use keymap property, not local-map.
8439 (widget-specify-button): Obey :suppress-face.
8440 (widget-specify-insert): Use modern backquote syntax.
8441 (widget-image-directory): Renamed from widget-glyph-directory.
8442 (widget-image-enable): Renamed from widget-glyph-enable.
8443 (widget-image-find): Replaces widget-glyph-find.
8444 (widget-button-pressed-face): Move defvar.
8445 (widget-image-insert): Replaces widget-glyph-insert.
8446 (widget-convert): Use keywordp.
8447 (widget-leave-text, widget-children-value-delete): Use mapc.
8448 (widget-keymap): Remove XEmacs stuff.
8449 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
8450 (widget-button-click): Don't set point at the click, but re-centre
8451 if we scroll out of window. Rewritten for images v. glyphs &c.
8452 (widget-tabable-at): Use POS arg, not point.
8453 (widget-beginning-of-line, widget-end-of-line)
8454 (widget-item-value-create, widget-sublist, widget-princ-to-string)
8455 (widget-sexp-prompt-value, widget-echo-help): Simplify.
8456 (widget-default-create): Use widget-image-insert; some rewriting.
8457 (widget-visibility-value-create)
8458 (widget-push-button-value-create, widget-toggle-value-create): Use
8459 widget-image-insert.
8460 (checkbox): Create on and off images dynamically.
8461 (documentation-link): Change :help-echo.
8462 (widget-documentation-link-echo-help): Remove.
8463
84642000-06-02 Stefan Monnier <monnier@cs.yale.edu>
8465
8466 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
8467
8468 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
8469 (easy-mmode-define-toggle, define-minor-mode): Use it.
8470 (easy-mmode-define-keymap): Docstring fix.
8471 (define-derived-mode): Default PARENT to fundamental-mode.
8472 Add the derived-mode-parent symbol-property.
8473 (easy-mmode-derived-mode-p): New function.
8474
84752000-06-02 Dave Love <fx@gnu.org>
8476
8477 * files.el (convert-standard-filename): Doc fix.
8478 (normal-backup-enable-predicate): New function.
8479 (backup-enable-predicate): Use it to replace the lambda form.
8480
8481 * calendar/todo-mode.el: [This needs more work on the outline
8482 stuff.] Doc fixes.
8483 (todo) <defgroup>: Add :version.
8484 (todo-add-category): Don't use pushnew.
8485 (todo-cmd-raise): Fix typo.
8486 (todo-top-priorities): Change temp buffer name.
8487 (todo-category-alist): Avoid redundant lambda.
8488 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
8489 Use outline-next-heading.
8490
8491 * autoarg.el: Rewritten to use define-minor-mode.
8492 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
8493 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
8494
84952000-06-02 Kenichi Handa <handa@etl.go.jp>
8496
8497 * isearch.el (isearch-other-meta-char): Fix previous change.
8498
84992000-06-01 Stefan Monnier <monnier@cs.yale.edu>
8500
8501 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
8502 (log-edit-done): Only add the comment to the ring if it's different
8503 from the last comment entered.
8504
8505 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
8506
85072000-06-01 Dave Love <fx@gnu.org>
8508
8509 * hl-line.el: Rewritten using define-minor-mode.
8510
8511 * help.el (describe-function-1): Distinguish special form from
8512 builtin function. Sanity-check presence of arglist for builtins.
8513
85142000-06-01 Kenichi Handa <handa@etl.go.jp>
8515
8516 * international/characters.el: Fix syntax/category setting of
8517 Tibetan characters.
8518
8519 * language/tibet-util.el (tibetan-add-components): Fixes for new
8520 encoding of Tibetan characters.
8521 (tibetan-decompose-precomposition-alist): New variable.
8522 (tibetan-decompose-region): Convert precomposed characters to
8523 non-precomposed characters.
8524 (tibetan-decompose-string): Likewise.
8525 (tibetan-composition-function): Fix args to
8526 thibetan-compose-string.
8527
8528 * language/tibetan.el (tibetan-composable-pattern): More
8529 characters included.
8530 (tibetan-consonant-transcription-alist): Rule for "R" added.
8531 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
8532 "+R" added.
8533 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
8534
8535 * language/lao-util.el (lao-composition-function): Fix args to
8536 compose-string.
8537
8538 * language/thai-util.el (thai-composition-function): Fix args to
8539 compose-string.
8540
8541 * isearch.el (isearch-update): Set disable-point-adjustment to t
8542 to prevent the point moving to the end of a composition when a
8543 part of a composition is searched.
8544 (isearch-other-meta-char): If the key invoking this command can be
8545 mapped by function-key-map to a printing char, call
8546 isearch-process-search-char directly.
8547
85482000-06-01 Stefan Monnier <monnier@cs.yale.edu>
8549
8550 * emacs-lisp/bytecomp.el:
8551 * frame.el:
8552 * international/mule-cmds.el:
8553 * international/mule-util.el:
8554 * international/mule.el:
8555 * mouse.el:
8556 * subr.el:
8557 * faces.el: Update calls to make-obsolete with a WHEN argument.
8558
8559 * byte-run.el (make-obsolete, make-obsolete-variable):
8560 Add an optional WHEN argument and change the format of the
8561 symbol-property information.
8562 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
8563 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
8564 new obsolete-symbol-property format and print WHEN if it is provided.
8565
85662000-05-31 Dave Love <fx@gnu.org>
8567
8568 * loadhist.el (loadhist-hook-functions): Remove
8569 before-change-function, after-change-function.
8570 (unload-feature): Deal with symbols which are both bound and
8571 fbound.
8572
8573 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
8574 before-change-function, after-change-function.
8575
8576 * simple.el (newline): Don't bind before-change-function,
8577 after-change-function.
8578
85792000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
8580
8581 * whitespace.el (whitespace-rescan-timer-time): Update interval
8582 set to 600 seconds (10 minutes) instead of 60 seconds since
8583 a large number of whitespace buffers causes emacs to `freeze'
8584 for a considerable amount of time.
8585
8586 * whitespace.el: Updated email address
8587
85882000-05-31 Dave Love <fx@gnu.org>
8589
8590 * add-log.el (change-log-font-lock-keywords) <function>: Add
8591 pattern for function of change.
8592 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
8593 acknowledgements patterns.
8594
85952000-05-31 Kenichi Handa <handa@etl.go.jp>
8596
8597 * isearch.el (isearch-printing-char): If keyboard coding system is
8598 being used, call isearch-process-search-multibyte-characters.
8599
8600 * international/isearch-x.el: Mostly rewritten.
8601
8602 * international/quail.el (quail-start-conversion): Don't include
8603 unhandled events in the returned events, but set them in
8604 unread-command-events. Exit if all inputs are deleted.
8605
86062000-05-30 Jason Rumney <jasonr@gnu.org>
8607
8608 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
8609
8610 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
8611 Reenable code to create initial fontsets.
8612 Use set-fontset-font in place of put-charset-property.
8613
86142000-05-30 Gerd Moellmann <gerd@gnu.org>
8615
8616 * progmodes/perl-mode.el (perl-indent-line): When looking for a
8617 label, ensure that the first colon isn't followed by another.
8618
8619 * paths.el (Info-default-directory-list): Doc fix.
8620
8621 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
8622 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
8623 send a query containing USER only, not USER@HOST.
8624
8625 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
8626 and rmail-msgend to compute the restriction at the end, instead of
8627 computing it.
8628
86292000-05-29 Gerd Moellmann <gerd@gnu.org>
8630
8631 * dabbrev.el (dabbrev-expand): Don't display messages in the
8632 echo area if the minibuffer window is active.
8633
8634 * jit-lock.el (jit-lock-mode): Add after change function to
8635 local hook.
8636
86372000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
8638
8639 * antlr-mode.el: New commands: hide/unhide actions,
8640 upcase/downcase literals.
8641 (antlr-tiny-action-length): New user option.
8642 (antlr-hide-actions): New command. Suggested by
8643 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
8644 (antlr-mode-map): New binding [C-c C-v].
8645 (antlr-mode-menu): New entries.
8646 (antlr-downcase-literals): New command.
8647 (antlr-upcase-literals): Ditto.
8648
8649 * antlr-mode.el: Minor changes: indendation, mode-name.
8650 (antlr-indent-line): Indent cpp directive at column 0.
8651 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
8652
8653 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
8654 (antlr-font-lock-additional-keywords): Workaround for intentional
8655 bug in XEmacs version of font-lock.
8656 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
8657 be used by a smarter version of `buffers-menu-grouping-function'.
8658
86592000-05-29 Gerd Moellmann <gerd@gnu.org>
8660
8661 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
8662 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
8663
86642000-05-29 Kenichi Handa <handa@etl.go.jp>
8665
8666 * international/encoded-kb.el
8667 (encoded-kbd-iso2022-designation-map): Pay attention to that
8668 charset-iso-final-char return -1 for eight-bit-control and
8669 eight-bit-graphic.
8670
86712000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
8672
8673 * speedbar.el (speedbar-use-images, speedbar-update-flag)
8674 (speedbar-easymenu-definition-base): Use display-graphic-p where
8675 available, instead of window-system.
8676
86772000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
8678
8679 * international/codepage.el (cp-coding-system-for-codepage-1): Add
8680 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
8681 coding systems.
8682
86832000-05-26 Dave Love <fx@gnu.org>
8684
8685 * disp-table.el (standard-display-underline): Don't use
8686 internal-find-face.
8687
8688 * mail/reporter.el: Maintainer change. Doc fixes.
8689 (reporter-version): Deleted.
8690
8691 * emacs-lisp/elp.el: Maintainer change.
8692 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
8693
86942000-05-26 Stefan Monnier <monnier@cs.yale.edu>
8695
8696 * add-log.el (add-change-log-entry): Merge the current entry with the
8697 previous one if the previous one is empty.
8698
86992000-05-26 Dave Love <fx@gnu.org>
8700
8701 * loadhist.el (unload-feature): Fix interactive spec [from
8702 lijnzaad@ebi.ac.uk].
8703
8704 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
8705 subr-arity to check primitives.
8706 (byte-compile-flush-pending, byte-compile-file-form-progn)
8707 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
8708 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
8709 mapcar.
8710
87112000-05-26 Kenichi Handa <handa@etl.go.jp>
8712
8713 * international/fontset.el: Set family names of non-latin charsets
8714 in default fontset to "*".
8715
8716 * international/mule-diag.el (print-fontset): Combine family part
8717 and registry part of the fontname by "-*-" instead of "-".
8718
8719 * international/mule-cmds.el (encode-coding-char): Make strings
8720 multibyte before calling encode-coding-string.
8721
87222000-05-25 Stefan Monnier <monnier@cs.yale.edu>
8723
8724 * derived.el: Fix keywords.
8725 (define-derived-mode): Only define if needed.
8726
8727 * simple.el (fill-comment, comment-column, comment-start)
8728 (comment-start-skip, comment-end, comment-indent-function)
8729 (block-comment-start, block-comment-end, indent-for-comment)
8730 (set-comment-column, kill-comment, comment-padding, comment-region)
8731 (comment-multi-line, indent-new-comment-line): Remove.
8732
8733 * bindings.el (esc-map): Change ; to comment-dwim and use the new
8734 function names for comment operations.
8735
8736 * newcomment.el: Add abundant autoload cookies.
8737 (comment-style): Don't depend on runtime data at compile-time.
8738 (comment-indent-hook): Remove.
8739 (comment-indent): Check if comment-indent-hook is bound.
8740 (comment-region): Docstring fix.
8741
87422000-05-25 Dave Love <fx@gnu.org>
8743
8744 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
8745 byte-code-function-p.
8746
8747 * mail/rmailsum.el: Add provide.
8748
8749 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
8750
8751 * smerge-mode.el (smerge-diff-switches): Don't use list* in
8752 defcustom.
8753
87542000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
8755
8756 * ediff-diff.el (ediff-exec-process): delete --binary option from
8757 non-buffer ediff jobs.
8758
87592000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8760
8761 * hilit-chg.el (highlight-changes-mode): Ask about color or
8762 grayscale support, not about window-system.
8763
8764 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
8765 window-system.
8766 (ffap-highlight): Always default to t.
8767
8768 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
8769 display-popup-menus-p instead of looking at window-system.
8770
8771 * disp-table.el (standard-display-g1, standard-display-graphic):
8772 Only refuse to use string glyphs on X and MS-Windows.
8773
8774 * avoid.el: Remove window-system from commentary, suggest to use
8775 display-*-p instead.
8776
8777 * apropos.el (apropos-print): Use display-mouse-p instead of
8778 window-system.
8779
87802000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8781
8782 * international/codepage.el (cp-decoding-vector-for-codepage):
8783 Fill up unsupported characters with their own codes. From Kenichi
8784 Handa.
8785
87862000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8787
8788 * international/mule-diag.el (describe-char-after): Use
8789 display-graphic-p instead of window-system, so that this function
8790 works on MS-DOS.
8791
87922000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8793
8794 * international/codepage.el (cp-make-coding-systems-for-codepage):
8795 Remove the eight-bit-graphic and eight-bit-control charsets from
8796 the list of charsets which we convert into `?'.
8797
87982000-05-25 Kenichi Handa <handa@etl.go.jp>
8799
8800 * international/mule-conf.el: Specify CHARSET-ID explicitely for
8801 private charsets.
8802 (mule-unicode-0100-24ff, japanese-jisx0213-1,
8803 japanese-jisx0213-2): New charsets.
8804
8805 * international/fontset.el: Setup default fontset for new charsets.
8806
88072000-05-24 Dave Love <fx@gnu.org>
8808
8809 * info.el (Info-find-node-2): Restructure [following "Vadim
8810 S. Solomin" <sovs@uic.nnov.ru>].
8811
8812 * icomplete.el: Fix header for Finder.
8813
88142000-05-24 Eric M. Ludlam <zappo@ultranet.com>
8815
8816 * rmailout.el (rmail-output-to-rmail-file): Added optional param
8817 STAY.
8818
8819 * rmail.el (rmail-automatic-folder-directives): New user variable.
8820 (rmail-show-message): Add call to `rmail-auto-file' during
8821 display.
8822 (rmail-auto-file): New function.
8823
88242000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
8825
8826 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
8827 account.
8828 (ediff-test-utility,ediff-diff-mandatory-option)
8829 (ediff-reset-diff-options): Utilities for proper initialization of
8830 ediff-diff-options and ediff-diff3-options on Windows.
8831
8832 * ediff-init.el (ediff-merge-filename-prefix): New customizable
8833 variable.
8834
8835 * ediff-mult.el (ediff-filegroup-action): Use
8836 ediff-merge-filename-prefix.
8837
88382000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
8839
8840 * viper-ex.el (ex-write): Set selective display to nil.
8841
88422000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
8843
8844 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
8845 aliases for hebrew-iso-8bit.
8846
88472000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
8848
8849 * woman.el: New version from Francis J. Wright
8850 <F.J.Wright@Maths.QMW.ac.uk>.
8851 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
8852 names in environment variables regardless of the path separator.
8853 (woman-topic-all-completions-1): Don't call file-name-directory-p
8854 on all files, since woman-file-regexp already filters out any
8855 directories.
8856
88572000-05-24 Kenichi Handa <handa@etl.go.jp>
8858
8859 * international/quail.el (quail-start-translation): Don't change
8860 modified-p of the current buffer.
8861 (quail-start-conversion): Likewise.
8862
8863 * international/kkc.el (kkc-region): Don't change modified-p of
8864 the current buffer.
8865
8866 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
8867 conform to RFC1468.
8868 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
8869
88702000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
8871
8872 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
8873 (speedbar-insert-button): Invisible text property fix.
8874 (speedbar-directory-plus): Renamed from speedbar-directory-+
8875 (speedbar-directory-minus): Renamed from speedbar-directory--
8876 (speedbar-page-plus): Renamed from speedbar-file-+
8877 (speedbar-page-minus): Renamed from speedbar-file--
8878 (speedbar-page): Renamed from speedbar-file-
8879 (speedbar-tag): Renamed from speedbar-tag-
8880 (speedbar-tag-plus): Renamed from speedbar-tag-+
8881 (speedbar-tag-minus): Renamed from speedbar-tag--
8882 (speedbar-expand-image-button-alist): Use above renames.
8883
8884 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
8885 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
8886 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
8887 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
8888 * sb-pg.xpm: Renamed from sb-file.xpm
8889 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
8890 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
8891
88922000-05-24 Kenichi Handa <handa@etl.go.jp>
8893
8894 * international/quail.el (quail-show-guidance-buf): Set
8895 current-input-method of the guidance buffer to the name of the
8896 curren input method.
8897
88982000-05-23 Stefan Monnier <monnier@cs.yale.edu>
8899
8900 * progmodes/compile.el (compile-internal): Style typo.
8901
8902 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
8903 quote vars and functions in the docstring.
8904
8905 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
8906
8907 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
8908 Don't quote lambdas.
8909
8910 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
8911
89122000-05-23 Gerd Moellmann <gerd@gnu.org>
8913
8914 * startup.el (command-line): Determine source file of compiled
8915 user init file differently. Warn if compiled user init file
8916 is older than its source file.
8917
8918 * ffap.el (ffap-url-regexp): Add `https'.
8919
89202000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
8921
8922 * files.el (make-backup-file-name-1): Replace slashes with `!'
8923 rather than `|' (which is not allowed on Windows). Replace the
8924 drive letters with a string "drive_X".
8925
89262000-05-23 Gerd Moellmann <gerd@gnu.org>
8927
8928 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
8929
8930 * files.el (interpreter-mode-alist): Add `bash2'.
8931
89322000-05-22 Dave Love <fx@gnu.org>
8933
8934 * loadhist.el (feature-symbols, file-provides, file-requires): Use
8935 mapc.
8936 (feature-file): Avoid calling symbol-name. Doc fix.
8937 (file-set-intersect, file-dependents): Use dolist, not mapcar.
8938 (loadhist-hook-functions): Add mouse-position-function.
8939 (unload-feature): Change uses of mapcar.
8940
8941 * files.el (parse-colon-path): Doc fix.
8942 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
8943 (set-auto-mode): Use mapc.
8944
8945 * complete.el (PC-look-for-include-file): Use :alnum: character
8946 class.
8947 (partial-completion-mode): Add autoload cookie.
8948
89492000-05-22 Sam Steingold <sds@gnu.org>
8950
8951 * info.el (Info-fontify-node): Fixed the call to
8952 `add-text-properties' (bug introduced on 2000-05-18).
8953
89542000-05-22 Dave Love <fx@gnu.org>
8955
8956 * bindings.el: Remove debug-ignored-errors set in other files.
8957
8958 * progmodes/etags.el: Add to debug-ignored-errors.
8959 (visit-tags-table-buffer): Clear out buffers holding old tables
8960 when making a new list.
8961 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
8962 mapc.
8963
8964 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
8965 quote keywords.
8966 (cmpl-string-case-type): Use character classes.
8967
8968 * comint.el:
8969 * textmodes/ispell.el:
8970 * imenu.el:
8971 * mail/mh-e.el:
8972 * progmodes/compile.el: Add to debug-ignored-errors.
8973
8974 * dabbrev.el: Add to debug-ignored-errors.
8975 (dabbrev-completion): Use mapc.
8976
89772000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
8978
8979 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
8980 (woman-mapcan, woman-parse-man.conf)
8981 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
8982 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
8983 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
8984 path syntax better.
8985 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
8986 (woman-manpath): Call woman-parse-man.conf.
8987 (woman-emulation): New defcustom, defaults to nroff.
8988 (woman-font-support): New defconst.
8989 (woman-use-symbol-font): New defcustom.
8990 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
8991 "Emulation".
8992 Many functions: Doc fix.
8993
89942000-05-22 Kenichi Handa <handa@etl.go.jp>
8995
8996 * international/quail.el (quail-simple-translation-keymap): Map
8997 128..255 to quail-self-insert-command.
8998 (quail-keyboard-layout-alist): Add definition for "pc102-de".
8999
90002000-05-22 Stefan Monnier <monnier@cs.yale.edu>
9001
9002 * help.el (help-manyarg-func-alist): Typo.
9003
9004 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
9005 intervals which makes it heaps simpler.
9006
9007 * newcomment.el (comment-region-internal): Go back to BEG after quoting
9008 the nested comment markers.
9009
9010 * subr.el (remove-hook): Don't turn the hook's value into a list.
9011
90122000-05-21 Dave Love <fx@gnu.org>
9013
9014 * edmacro.el (edmacro-parse-keys): Return vector if any elements
9015 are invalid characters.
9016
9017 * international/mule-util.el (detect-coding-with-priority): Use
9018 mapc. Remove redundant lambda.
9019
9020 * international/mule-diag.el (list-non-iso-charset-chars)
9021 (describe-fontset): Remove redundant lambda.
9022
9023 * emulation/crisp.el (brief-mode): New alias.
9024
9025 * emacs-lisp/ring.el (ring-elements): New function.
9026
9027 * emacs-lisp/easymenu.el (easy-menu-create-menu)
9028 (easy-menu-do-add-item): Use keywordp.
9029
9030 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
9031
9032 * replace.el: Doc and error message fixes.
9033 (replace-highlight): Use facep, not internal-find-face.
9034
90352000-05-20 Stefan Monnier <monnier@cs.yale.edu>
9036
9037 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
9038
9039 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
9040 (log-edit-insert-changelog): Drop `:' as well.
9041
9042 * log-view.el: Fix file description.
9043 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
9044 available.
9045 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
9046 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
9047
9048 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
9049 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
9050 Print a status message if the toggle is called interactively.
9051 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
9052 for global minor modes and use `defcustom' for them.
9053 Use add-minor-mode.
9054 (easy-mmode-define-derived-mode): Remove.
9055 (define-derived-mode): Fancier default docstring.
9056 (easy-mmode-define-navigation): Signal an error rather than (ding).
9057
9058 * newcomment.el (comment-styles): New `box-multi'.
9059 (comment-normalize-vars): Better default for comment-continue to
9060 avoid whitespace-only continuations.
9061 (comment-search-forward): Always move even in the no-syntax case.
9062 (comment-padright): Only obey N if it's only obeyed for padleft.
9063 (comment-make-extra-lines): Better handling of empty continuations.
9064 Use `=' for the filler if comment-start has only one character.
9065 (uncomment-region): Try handling the special `=' filler.
9066 (comment-region): Allow LINES even if MULTI is nil.
9067 (comment-box): Choose box style based on comment-style.
9068
90692000-05-20 Kenichi Handa <handa@etl.go.jp>
9070
9071 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
9072 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
9073
90742000-05-20 Kenichi HANDA <handa@etl.go.jp>
9075
9076 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
9077 and insert, not subst-char-in-region.
9078
9079 * international/mule-diag.el (list-character-sets-1): Handle
9080 charsets eight-bit-control and eight-bit-graphic.
9081 (list-iso-charset-chars): Likewise.
9082 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
9083 charactes as is. Use indent-to to align characters.
9084
9085 * international/mule-cmds.el (find-multibyte-characters): Never
9086 exclude charsets eight-bit-control and eight-bit-graphic.
9087
90882000-05-19 Stefan Monnier <monnier@cs.yale.edu>
9089
9090 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
9091 Don't quote lambdas.
9092
9093 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
9094
90952000-05-19 Gerd Moellmann <gerd@gnu.org>
9096
9097 * gud.el (gud-jdb-directories): Doc fix.
9098
90992000-05-19 Stefan Monnier <monnier@cs.yale.edu>
9100
9101 * newcomment.el: New file.
9102
91032000-05-19 Gerd Moellmann <gerd@gnu.org>
9104
9105 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
9106
91072000-05-18 Andreas Schwab <schwab@suse.de>
9108
9109 * dired.el (dired-between-files): Also skip lines beginning with
9110 `used'.
9111
91122000-05-18 Gerd Moellmann <gerd@gnu.org>
9113
9114 * msb.el (msb-menu-cond): Add choice `user'.
9115
91162000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9117
9118 * ps-print.el: Compatibility, customization and doc fix.
9119 (ps-printer-name-option): Replace defconst by defvar.
9120 (ps-postscript-code-directory): XEmacs compatibility.
9121 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
9122 fix.
9123 (ps-user-defined-prologue, ps-print-prologue-header)
9124 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
9125 compatibility and code fix.
9126 (ps-print-background-image, ps-print-background-text):
9127 Customization fix.
9128 (ps-line-number-start, ps-n-up-on): New vars.
9129
91302000-05-18 Espen Skoglund <esk@ira.uka.de>
9131
9132 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
9133 the indent-comment function to just return the appropriate indent.
9134
91352000-05-18 Eric M. Ludlam <zappo@ultranet.com>
9136
9137 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
9138 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
9139 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
9140
91412000-05-18 Dave Love <fx@gnu.org>
9142
9143 * info.el (Info-fontify-node): Add intangible property as well as
9144 invisible.
9145
9146 * calendar/appt.el (appt-make-list): Match all lines of entry.
9147 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
9148
91492000-05-18 Kenichi Handa <handa@etl.go.jp>
9150
9151 * international/mule-diag.el (describe-char-after): Call
9152 internal-char-font, not char-font. If internal-char-font returns
9153 nil, display "-- none --".
9154
91552000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
9156
9157 * image.el (image-type-available-p): Don't reference image-types
9158 if it isn't bound.
9159
91602000-05-17 Stefan Monnier <monnier@cs.yale.edu>
9161
9162 * autoarg.el (autoarg-mode): Typo in the :set argument.
9163
91642000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
9165
9166 * startup.el (command-line-1): Don't signal an error if the
9167 directory for auto-save-list files does not yet exist.
9168
91692000-05-17 Kenichi Handa <handa@etl.go.jp>
9170
9171 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
9172
91732000-05-16 Stefan Monnier <monnier@cs.yale.edu>
9174
9175 * subr.el (remove-hook): `setq' hook-value, not `set'.
9176
91772000-05-16 Sam Steingold <sds@gnu.org>
9178
9179 * info.el (debug-ignored-errors): More errors to ignore.
9180
91812000-05-16 Dave Love <fx@gnu.org>
9182
9183 * cus-edit.el: Don't require cl or easymenu.
9184 (custom-variable-prompt): Test standard-value property, not
9185 user-variable-p.
9186
91872000-05-16 Sam Steingold <sds@gnu.org>
9188
9189 * subr.el (add-hook): `setq' hook-value, not `set'.
9190
91912000-05-16 Gerd Moellmann <gerd@gnu.org>
9192
9193 * startup.el (command-line-1): Mention the FAQ in the startup
9194 message.
9195
9196 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
9197
9198 * progmodes/compile.el (compilation-parse-errors): Collect
9199 `nomessage' regexps last.
9200
9201 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
9202
9203 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
9204 to the function name.
9205
92062000-05-15 Dave Love <fx@gnu.org>
9207
9208 * speedbar.el (speedbar-recenter): Typo.
9209 (speedbar-expand-line): Make arg optional.
9210 (speedbar-mode): Avoid a compiler warning.
9211
92122000-05-15 Gerd Moellmann <gerd@gnu.org>
9213
9214 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
9215 user-specified option string is empty.
9216
9217 * mouse.el (mouse-yank-at-click): Doc fix.
9218
92192000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
9220
9221 * term/internal.el (IT-character-translations): More updates of
9222 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
9223 documents.
9224
92252000-05-15 Gerd Moellmann <gerd@gnu.org>
9226
9227 * env.el (getenv): New function, interactively callable.
9228 (setenv, getenv): Remove autoload cookies.
9229
9230 * loadup.el: Load `env'.
9231
9232 * progmodes/f90.el: Change author's mail address.
9233
92342000-05-14 Dave Love <fx@gnu.org>
9235
9236 * mail/rmail.el (rmail-show-message-hook): Customize and offer
9237 goto-addr as an option.
9238
9239 * help.el (help-xref-stack): Doc fix.
9240 (help-xref-following): New variable.
9241 (help-make-xrefs): Use it.
9242 (help-xref-go-back): Use position information from stack element.
9243 (help-follow): Make position in stack element a pair. Use
9244 help-xref-following.
9245
9246 * autoarg.el: New file.
9247
9248 * faces.el: Declare more functions obsolete.
9249
9250 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
9251 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
9252 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
9253 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
9254 Remove all the setup-...-environment functions.
9255
92562000-05-13 Eric M. Ludlam <zappo@ultranet.com>
9257
9258 * speedbar.el: Updated the commentary section. xemacs20p now uses
9259 >= when detecting. Require `defimage' safely.
9260 (speedbar-easymenu-definition-base): Add toggle for images.
9261 (speedbar-easymenu-definition-special): Add flush cache & expand.
9262 (speedbar-visiting-tag-hook): Set new defaults. Added options.
9263 (speedbar-reconfigure-keymaps-hook): New variable.
9264 (speedbar-frame-parameters): Updated documentation.
9265 (speedbar-use-imenu-flag): Updated custom tag
9266 (speedbar-dynamic-tags-function-list): New variable.
9267 (speedbar-tag-hierarchy-method): Updated doc & custom.
9268 (speedbar-indentation-width, speedbar-indentation-width) New
9269 variables.
9270 (speedbar-hide-button-brackets-flag): Customizable.
9271 (speedbar-vc-indicator): Doc update.
9272 (speedbar-ignored-path-expressions): Updated default value.
9273 (speedbar-supported-extension-expressions): Updated default value.
9274 (speedbar-syntax-table): Remove {} paren status.
9275 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
9276 as "+". Added overlay aliases.
9277 (speedbar-mode): Use `speedbar-mode-line-update' instead of
9278 `force-mode-line-update'.
9279 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
9280 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
9281 `mouse-set-point'
9282 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
9283 (speedbar-item-info-tag-helper): Revamped to handle a wider range
9284 of arbitrary text, and new helper functions.
9285 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
9286 filename finder.
9287 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
9288 (speedbar-directory-buttons): Update path search/expansion.
9289 (speedbar-make-tag-line): Pay attention to
9290 `speedbar-indentation-width'. Use more care w/ invisible
9291 properties.
9292 (speedbar-change-expand-button-char): Call
9293 `speedbar-insert-image-button-maybe'.
9294 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
9295 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
9296 (speedbar-trim-words-tag-hierarchy)
9297 (speedbar-simple-group-tag-hierarchy): New functions
9298 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
9299 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
9300 functions.
9301 (speedbar-mouse-set-point): New function
9302 (speedbar-power-click): Updated documentation.
9303 (speedbar-line-token, speedbar-goto-this-file): Handle more types
9304 of tag prefix text.
9305 (speedbar-expand-line, speedbar-contract-line): Make more robust
9306 to strange text.
9307 (speedbar-expand-line): Takes universal argument to flush the
9308 cache.
9309 (speedbar-flush-expand-line): New function.
9310 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
9311 Use new generator insertion method.
9312 (speedbar-fetch-dynamic-tags): New function.
9313 (speedbar-fetch-dynamic-imenu): Removed code now handled in
9314 `speedbar-fetch-dynamic-imenu'.
9315 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
9316 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
9317 "Revert Buffer" menu items.
9318 (speedbar-buffer-buttons-engine): Be smarter when creating a
9319 filename tag (for expansion purposes.).
9320 (speedbar-highlight-one-tag-line,
9321 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
9322 (speedbar-recenter): New functions.
9323 (defimage-speedbar): Image loading abstraction.
9324 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
9325 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
9326 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
9327 (speedbar-tag-type, speedbar-tag-mail): New images.
9328 (speedbar-expand-image-button-alist): New variable.
9329 (speedbar-insert-image-button-maybe): Insert an image over some
9330 buttons.
9331
93322000-05-13 Kenichi Handa <handa@etl.go.jp>
9333
9334 * international/mule-cmds.el (encode-coding-char): An ASCII
9335 character is always encodable.
9336
9337 * international/mule-conf.el: Add more information in descriptions
9338 of character sets.
9339
9340 * international/mule-diag.el (describe-char-after): New function.
9341 (describe-font-internal): Adjusted for the change of font-info.
9342 (describe-font): Likewise.
9343 (print-fontset): Rewritten for the new fontset implementation.
9344 (describe-fontset): Include fontset alias names in completion.
9345 (list-fontsets): Adjusted for the change of print-fontset.
9346
9347 * simple.el (what-cursor-position): If DETAIL is non-nil, call
9348 describe-char-after instead of displaying the detail in the echo
9349 area.
9350 (syntax-code-table): Format changed.
9351 (string-to-syntax): Adjusted for the above change.
9352
93532000-05-12 Stefan Monnier <monnier@cs.yale.edu>
9354
9355 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
9356
93572000-05-12 Dave Love <fx@gnu.org>
9358
9359 * calendar/todo-mode.el: Remove some compatibility stuff and CL
9360 dependence. Use line-{beginning,end}-position, not
9361 point-at{b,e}ol. Some doc fixes.
9362 (todo-position): New function. Fix callers of position to use it.
9363 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
9364
93652000-05-12 Gerd Moellmann <gerd@gnu.org>
9366
9367 * time.el (display-time-mail-icon): Use `:ascent center'.
9368
9369 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
9370 handling FTP security extensions.
9371
93722000-05-11 Dave Love <fx@gnu.org>
9373
9374 * calendar/todo-mode.el: New file.
9375
93762000-05-11 Gerd Moellmann <gerd@gnu.org>
9377
9378 * comint.el (comint-read-input-ring): Move reference to
9379 comint-input-ring-size outside of the save-excursion. It was
9380 causing the default value to be the only one ever seen.
9381
9382 * font-lock.el: Update copyright. Remove Simon Marshall's email
9383 address on request from him.
9384
9385 * subr.el (substitute-key-definition): Add comment describing
9386 the meaning of PREFIX.
9387
93882000-05-10 Stefan Monnier <monnier@cs.yale.edu>
9389
9390 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
9391
9392 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
9393 (add-minor-mode): Don't make the variable buffer-local and add a
9394 reference to define-minor-mode in the docstring.
9395
9396 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
9397 HEADER/FOOTER and fix bug with trailing empty directory.
9398 (cvs-append-to-ignore): Use vc-editable-p if available.
9399 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
9400 (vc-do-command): Tweak advice to handle the new VC.
9401
9402 * log-view.el (log-view-goto-rev): New function for the new VC.
9403 (log-view-minor-wrap): Use mark-active.
9404
9405 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
9406 (log-edit-changelog-full-paragraphs): New var.
9407 (log-edit-insert-changelog): Remove a lonely leading `* file'.
9408 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
9409 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
9410 (log-edit-changelog-ours-p, log-edit-changelog-entries)
9411 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
9412 Replace the `cvs' prefix with `log-edit'.
9413
9414 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
9415
9416 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
9417 (diff-font-lock-defaults): Explicitly turn off multiline.
9418 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
9419 (diff-ediff-patch): Fix call to ediff-patch-file.
9420 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
9421 Handle comments.
9422
9423 * frame.el (automatic-hscrolling): Typo.
9424
9425 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
9426
94272000-05-09 Sam Steingold <sds@goems.com>
9428
9429 * apropos.el (apropos-print): use `describe-face' instead of
9430 `customize-face-other-window'.
9431
94322000-05-09 Dave Love <fx@gnu.org>
9433
9434 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
9435
9436 * help.el (describe-variable): Have customize button pop the
9437 help-xref stack when invoked.
9438 (help-xref-symbol-regexp): Add `face'.
9439 (help-make-xrefs): Check for quoted face names and adapt regexp
9440 submatch numbers to cope.
9441 (help-xref-interned): Maybe insert face doc too. Separate
9442 sections with a line of hyphens.
9443
9444 * faces.el: Some doc fixes. Declare some functions obsolete.
9445 (describe-face): Add customize button. Return the help
9446 text. Fix prompt.
9447
94482000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
9449
9450 * term/internal.el (IT-character-translations): Fix last change.
9451
94522000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
9453
9454 * woman.el: New file
9455 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
9456
94572000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
9458
9459 * term/internal.el (IT-character-translations): Update ASCII
9460 simulations for greek-iso8859-7, add latin-iso8859-14 and
9461 latin-iso8859-15.
9462
9463 * international/mule-cmds.el (set-language-info-alist): Call
9464 define-prefix-command with 3 arguments, to make the map suitable
9465 for a menu.
9466
94672000-05-07 Dave Love <fx@gnu.org>
9468
9469 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
9470
94712000-05-05 Dave Love <fx@gnu.org>
9472
9473 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
9474 list in doc string. Don't quote keyword symbols.
9475 * emacs-lisp/cl.el: Likewise
9476 * emacs-lisp/cl-seq.el: Likewise
9477
94782000-05-05 Gerd Moellmann <gerd@gnu.org>
9479
9480 * abbrev.el (abbrev-mode): Make ARG optional.
9481
94822000-05-04 Gerd Moellmann <gerd@gnu.org>
9483
9484 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
9485
9486 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
9487
9488 * subr.el (substitute-key-definition): Clarify documentation.
9489
94902000-05-04 Milan Zamazal <pdm@freesoft.cz>
9491
9492 * glasses.el (glasses-convert-to-unreadable): Use
9493 `glasses-separator' instead of the hard-wired "_".
9494 (glasses-mode): Call `glasses-make-unreadable' only in a single
9495 place.
9496
94972000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
9498
9499 * term/internal.el (cjk-codepages-alist): Add associations for
9500 Chinese and Korean codepages. Remove FIXME comment.
9501
95022000-05-03 Dave Love <fx@gnu.org>
9503
9504 * time.el (display-time-mail-face, display-time-use-mail-icon):
9505 New option.
9506 (display-time-mail-icon): New variable.
9507 (display-time-string-forms): Use the above. Fix the local-map.
9508
95092000-05-03 Gerd Moellmann <gerd@gnu.org>
9510
9511 * replace.el (query-replace-map): Add binding for `E'.
9512 (query-replace-help): Extend help text.
9513 (perform-replace): Allow editing the replacement string.
9514
9515 * make-mode.el (makefile-mode-abbrev-table): New variable.
9516 (makefile-mode): Set local abbrev table to
9517 makefile-mode-abbrev-table.
9518 (makefile-font-lock-keywords): Fontify includes and conditionals.
9519
9520 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
9521 set TOGGLE's value.
9522
9523 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
9524 mail-interactive-insert-alias.
9525 (mail-abbrev-complete-alias): New command.
9526 (mail-mode-map): Bind it to `M-TAB'.
9527
95282000-05-03 Kenichi Handa <handa@etl.go.jp>
9529
9530 * language/lao-util.el (lao-compose-region): New function.
9531
95322000-05-02 Gerd Moellmann <gerd@gnu.org>
9533
9534 * files.el (recover-session): Make directories as necessary
9535 if they don't exist yet.
9536
9537 * calendar/cal-french.el
9538 (french-calendar-multibyte-special-days-array)
9539 (french-calendar-special-days-array): Change French text.
9540 (calendar-french-date-string): Change output.
9541 (calendar-goto-french-date): Likewise.
9542
95432000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
9544
9545 * wid-edit.el (widget-default-active): Obey `:always-active'.
9546 (widget-documentation-string-value-create): Set `:always-active'.
9547
95482000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
9549
9550 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
9551 default prefix to `~/_emacs.d/auto-save.list/_s'.
9552 (normal-top-level): Create the directory for auto-save files, if
9553 it doesn't already exist (in the ms-dos case only).
9554
95552000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
9556
9557 * international/mule-cmds.el (set-language-environment): Don't
9558 concat an integer (dos-codepage), use format instead.
9559
95602000-05-02 Dave Love <fx@gnu.org>
9561
9562 * help.el (help-xref-on-pp): Check for constant symbols.
9563
95642000-04-29 Gerd Moellmann <gerd@gnu.org>
9565
9566 * startup.el (normal-top-level): Put a condition-case around
9567 the code loading subdirs.el.
9568
95692000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9570
9571 * ps-print.el: Upside-down and face background color printing,
9572 line number step, doc fix.
9573 (ps-print-version): New version number (5.2).
9574 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
9575 (ps-face-attribute-list, ps-plot-with-face): Code fix.
9576 (ps-spool-config): Var fix.
9577 (ps-printer-name-option): Const fix.
9578 (ps-print-upside-down, ps-use-face-background)
9579 (ps-line-number-step): New vars.
9580 (ps-window-system, ps-lp-system): New consts.
9581 (ps-face-background): New fun.
9582
95832000-04-28 Richard Stallman <rms@gnu.org>
9584
9585 * files.el (make-auto-save-file-name):
9586 Apply auto-save-file-name-transforms to visited file name
9587 before generating auto save file name.
9588 (auto-save-file-name-transforms): New variable.
9589
9590 * files.el (backup-enable-predicate):
9591 Correctly test for a file under a temporary directory.
9592
95932000-04-28 Gerd Moellmann <gerd@gnu.org>
9594
9595 * subr.el (add-minor-mode): Rewritten.
9596
95972000-04-28 Kenichi Handa <handa@etl.go.jp>
9598
9599 * mail/sendmail.el (sendmail-send-it): Set
9600 buffer-file-coding-system to the selected coding system for MIME
9601 header.
9602
96032000-04-27 Gerd Moellmann <gerd@gnu.org>
9604
9605 * dired.el (dired-move-to-filename-regexp): Allow format where
9606 YYYY is followed by two spaces.
9607
9608 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
9609 in the second character class of the regexp.
9610
9611 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
9612 mh-etc, too.
9613
9614 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
9615 nil.
9616
9617 * subr.el (add-minor-mode): Use `set' instead of `setq'.
9618
9619 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
9620 argument.
9621
96222000-04-27 Sen Nagata <sen@eccosys.com>
9623
9624 * emacs-lisp/crm.el (crm-completion-table): New variable.
9625 (crm-collection-fn, crm-test-completion)
9626 (completing-read-multiple): Use it.
9627
96282000-04-27 Dave Love <fx@gnu.org>
9629
9630 * help.el (locate-library): Use mapc.
9631 (help-manyarg-func-alist): Add call-process-region.
9632
96332000-04-26 Gerd Moellmann <gerd@gnu.org>
9634
9635 * subr.el (add-minor-mode): Make argument MAP optional.
9636
9637 * desktop.el (desktop-save): Save list of minor modes.
9638 (desktop-create-buffer): Restore minor modes.
9639 (desktop-minor-mode-table): New user-option.
9640
9641 * subr.el (add-minor-mode): New function.
9642
9643 * image.el (find-image): New function.
9644 (defimage): Rewritten to find image at load time.
9645
9646 * startup.el (normal-top-level-add-to-load-path): Handle
9647 case that the default directory is not in load-path.
9648
9649 * help.el: Old patch from Stefan Monnier.
9650 (help-xref-on-pp): New function.
9651 (describe-variable): Use it to display xrefs in a symbol's value.
9652
96532000-04-26 Stefan Monnier <monnier@cs.yale.edu>
9654
9655 * cus-edit.el (custom-face): Fix parenthesis.
9656
96572000-04-26 Kenichi Handa <handa@etl.go.jp>
9658
9659 * mail/rmail.el (rmail-expunge): When there are no deleted
9660 messages, do nothing.
9661
96622000-04-26 Dave Love <fx@gnu.org>
9663
9664 * international/mule-cmds.el (locale-translation-file-name):
9665 Defvar to nil.
9666 (set-locale-environment): Set it here (at runtime).
9667
96682000-04-25 Gerd Moellmann <gerd@gnu.org>
9669
9670 * replace.el (perform-replace): Add parameters START and END. Use
9671 them instead of the check for a region in Transient Mark mode.
9672 (query-replace-read-args): Return two more list elements for the
9673 start and end of the region in Transient Mark mode.
9674 (query-replace, query-replace-regexp, query-replace-regexp-eval)
9675 (map-query-replace-regexp, replace-string, replace-regexp): Add
9676 optional last arguments START and END and pass them to
9677 perform-replace.
9678
9679 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
9680 form with additional arguments for perform-replace.
9681
9682 * progmodes/etags.el (tags-query-replace): Add parameters START
9683 and END. Construct a form with additional arguments for
9684 perform-replace.
9685
9686 * simple.el (shell-command): Set default directory for "*Shell
9687 Command Output" buffer.
9688
9689 * language/european.el (iso-latin-4): Fix typo.
9690
9691 * emacs-lisp/crm.el: New file.
9692
96932000-04-24 Dave Love <fx@gnu.org>
9694
9695 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
9696 (Custom-reset-saved, Custom-reset-standard)
9697 (custom-group-value-create, custom-group-set, custom-group-save)
9698 (custom-group-reset-current, custom-group-reset-saved)
9699 (custom-group-reset-standard): Use mapc.
9700 (custom-buffer-create-internal): Disable undo when creating items.
9701 Use mapc.
9702 (custom-face): Avoid redundant lambda.
9703
97042000-04-24 Gerd Moellmann <gerd@gnu.org>
9705
9706 * startup.el (auto-save-list-file-prefix): Set default to
9707 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
9708
97092000-04-24 Sam Steingold <sds@gnu.org>
9710
9711 * time-stamp.el (time-stamp-string-preprocess): Always convert
9712 `field-result' to a string.
9713
97142000-04-24 Gerd Moellmann <gerd@gnu.org>
9715
9716 * frame.el (scrolling): New group.
9717 (automatic-hscrolling): New user-option.
9718
9719 * startup.el (command-line-x-option-alist): Add `-lsp' and
9720 `--line-spacing'.
9721
97222000-04-19 Dave Love <fx@gnu.org>
9723
9724 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
9725 (cl-mapc): Rename from mapc. Fix the funcall.
9726
97272000-04-19 Gerd Moellmann <gerd@gnu.org>
9728
9729 * simple.el (clone-indirect-buffer-other-window): New command.
9730 (clone-indirect-buffer): Add optional arg NORECROD.
9731 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
9732
9733 * help.el (resize-temp-buffer-window): Use count-screen-lines.
9734
9735 * window.el (count-screen-lines): New function.
9736 (shrink-window-if-larger-than-buffer): Use count-screen-lines
9737 instead of window-buffer-height.
9738
9739 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
9740 non-existing variable comint-input-sentinel.
9741 (inferior-lisp-args-to-list): Removed.
9742 (inferior-lisp): Use split-string instead of
9743 inferior-lisp-args-to-list.
9744
9745 * hexl.el (hexl-insert-hex-string): New command.
9746
9747 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
9748 instead of concat.
9749
97502000-04-18 Gerd Moellmann <gerd@gnu.org>
9751
9752 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
9753 at the start of an existing but empty folder.
9754
97552000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9756
9757 * ps-mule.el: Customization fix, doc fix.
9758 (ps-multibyte-buffer): Customization fix.
9759
97602000-04-17 Richard M. Stallman <rms@gnu.org>
9761
9762 * subr.el (read-passwd): Use read-char-exclusive.
9763
97642000-04-17 Gerd Moellmann <gerd@gnu.org>
9765
9766 * textmodes/texinfo.el (texinfo-insert-@email)
9767 (texinfo-insert-@emph, texinfo-insert-@quotation)
9768 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
9769 (texinfo-mode-map): Add key bindings for them.
9770
9771 * files.el (basic-save-buffer-2): Use a template with `$'
9772 instead of `#' for VMS.
9773
9774 * simple.el (clone-indirect-buffer): New function.
9775
97762000-04-16 Stephen Eglen <stephen@gnu.org>
9777
9778 * iswitchb.el (iswitchb-case): New function. If the user input
9779 contains any upper-case characters, the search is made
9780 case-sensitive.
9781
97822000-04-17 Stefan Monnier <monnier@cs.yale.edu>
9783
9784 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
9785 comment-end.
9786 (texinfo-font-lock-syntactic-keywords): New var.
9787 (texinfo-font-lock-keywords): Remove comment regexp.
9788 (texinfo-insert-block): New function.
9789 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
9790 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
9791 and font-lock-defaults. Use regexp-opt for outline-regexp.
9792 (texinfo-environments): New var.
9793 (texinfo-environment-regexp): Use regexp-opt and
9794 texinfo-environments.
9795
9796 * textmodes/ispell.el (ispell-menu-map-needed): Check that
9797 ispell-process is bound since this might be eval'd before ispell
9798 is loaded.
9799 (ispell-message): Use a tiny bit less magic and a bit more hard
9800 data to figure out what kind of sc-cite-regexp to use.
9801
9802 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
9803
9804 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
9805 (insert-cyclic-diary-entry): Unquote the lambda.
9806
9807 * gud.el (gud-jdb-build-source-files-list): Fix typo.
9808
9809 * files.el (backup-enable-predicate): Unquote the lambda.
9810
9811 * cus-edit.el (custom-face, face): Unquote the lambda.
9812
98132000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9814
9815 * ps-print.el: Check for line-beginning-position definition.
9816
9817 * ps-print.el: Fix counting lines in a region.
9818 (ps-print-version): New version number (5.1.5).
9819 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
9820 (ps-printing-region): Fun code fix.
9821
98222000-04-15 Gerd Moellmann <gerd@gnu.org>
9823
9824 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
9825 to file-directory-p.
9826
98272000-04-14 Gerd Moellmann <gerd@gnu.org>
9828
9829 * gud.el (gud-jdb-build-source-files-list): Check that directory
9830 exists before calling directory-files.
9831
98322000-04-13 Dave Love <fx@gnu.org>
9833
9834 * emacs-lisp/trace.el: Change maintainer. Use new backquote
9835 syntax.
9836
9837 * emacs-lisp/cl-specs.el: Remove when, unless.
9838
9839 * emacs-lisp/cl-extra.el: Don't quote keywords.
9840 (cl-old-mapc): New variable.
9841 (mapc): Use it.
9842 (cl-map-intervals): Use with-current-buffer. Don't check for
9843 next-property-change.
9844 (cl-map-overlays): Use with-current-buffer.
9845 (cl-expt): Remove.
9846 (copy-tree, remprop): Define unconditionally.
9847
9848 * emacs-lisp/cl-compat.el (keywordp): Remove.
9849
9850 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
9851 to use keywordp.
9852 (edebug-spec): Enable keywordp.
9853
9854 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
9855 string-lessp.
9856
9857 * cus-start.el: Use keywordp.
9858
98592000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9860
9861 * diary-lib.el (include-other-diary-files): Fix the fix of
9862 2000-02-18 by doing a save-excursion.
9863
98642000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9865
9866 * ps-print.el: Customization fix, doc fix.
9867 (ps-print-version): New version number (5.1.4).
9868 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
9869 (ps-print-preprint): Adjust code.
9870 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
9871 (ps-print-prologue-header, ps-print-control-characters)
9872 (ps-spool-config): Customization fix.
9873
98742000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
9875
9876 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
9877 converted to the new menu-item format, names silightly changed,
9878 help strings added.
9879
9880 Support for spelling without async subprocesses:
9881
9882 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
9883 (ispell-session-buffer): New variables.
9884 (ispell-start-process, ispell-process-status,
9885 ispell-accept-output, ispell-send-string): New functions, for
9886 Ispell invocation when async subprocesses aren't supported.
9887 (ispell-word, ispell-pdict-save, ispell-command-loop,
9888 ispell-process-line, ispell-buffer-local-parsing): Replace calls
9889 to process-send-string with calls to ispell-send-string, and
9890 accept-process-output with ispell-accept-output.
9891 (ispell-init-process): Call ispell-process-status instead of
9892 process-status with.
9893 (ispell-init-process): Call ispell-start-process. Call
9894 ispell-accept-output and ispell-send-string. Don't call
9895 process-kill-without-query and kill-process if they are unbound.
9896 (ispell-async-processp): New function.
9897
98982000-04-12 Dave Love <fx@gnu.org>
9899
9900 * info.el: Add debug-ignored-errors.
9901 (Info-mode-menu): Add some items.
9902 (Info-directory): Add autoload cookie.
9903
9904 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
9905 Modify `truncate-lines'. Make `describe-language-environment'
9906 always visible and add help. Modify `describe-key' help. Invoke
9907 Info-directory from `info'. New entry `emacs-manual'.
9908
99092000-04-10 Gerd Moellmann <gerd@gnu.org>
9910
9911 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
9912 propertized-buffer-identification.
9913 (ebrowse-update-member-buffer-mode-line): Likewise.
9914 (ebrowse--mode-strings): Removed.
9915 (ebrowse--mode-line-props): Removed.
9916
9917 * files.el (auto-mode-alist): Add `EBROWSE'.
9918
9919 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
9920 space before testing for end of buffer.
9921 (ebrowse-load): Removed.
9922 (ebrowse-revert-tree-buffer-from-file): Rewritten.
9923 (ebrowse-create-tree-buffer): Rewritten.
9924 (ebrowse-tree-mode): Read tree from buffer.
9925
9926 * progmodes/ebrowse-ffh.el: Removed.
9927
99282000-04-10 Kenichi Handa <handa@etl.go.jp>
9929
9930 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
9931
99322000-04-10 Gerd Moellmann <gerd@gnu.org>
9933
9934 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
9935 at the wrong place.
9936
99372000-04-09 Dave Love <fx@gnu.org>
9938
9939 * files.el (backup-enable-predicate): Use
9940 temporary-file-directory, small-temporary-file-directory.
9941 (make-backup-file-name-function, backup-directory-alist): New
9942 variables.
9943 (make-backup-file-name-1): New function.
9944 (make-backup-file-name): Use it.
9945 (find-backup-file-name): Likewise. Use format for clarity, not
9946 concat.
9947 (file-newest-backup): Use make-backup-file-name.
9948
99492000-04-09 Gerd Moellmann <gerd@gnu.org>
9950
9951 * progmodes/ebrowse-ffh.el: New file.
9952
9953 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
9954 to ebrowse-ffh.el.
9955 (ebrowse-load): Add autoload.
9956
9957 * finder.el (finder-commentary): Add autoload cookie.
9958
9959 * mail/rfc2368.el: Correct author's email address.
9960
9961 * progmodes/ebrowse.el: New file.
9962
9963 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
9964 item help string.
9965 (easy-menu-do-add-item): Ditto.
9966 (easy-menu-define): Extend doc string.
9967
9968 * jit-lock.el (with-buffer-unmodified): Use
9969 restore-buffer-modified-p.
9970 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
9971 (jit-lock-function, jit-lock-stealth-fontify): Don't use
9972 with-buffer-unmodified.
9973
99742000-04-08 Dave Love <fx@gnu.org>
9975
9976 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
9977 unless, when.
9978
99792000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
9980
9981 * viper-util.el (viper-put-on-search-overlay): New subroutine.
9982 (viper-flash-search-pattern): No operation when using Emacs
9983 doesn't support face.
9984 Use `viper-put-on-search-overlay'.
9985
99862000-04-04 Gerd Moellmann <gerd@gnu.org>
9987
9988 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
9989 like C-r.
9990
9991 * progmodes/make-mode.el: Some doc fixes.
9992 (makefile-mode-abbrev-table): New variable.
9993 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
9994 (makefile-font-lock-keywords): Fontify includes and conditionals.
9995 (toplevel): Require `dabbrev' and `add-log' when compiling.
9996
9997 * replace.el (perform-replace): Don't move forward one char
9998 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
9999 to do that because it leaves point 1 position after the last
10000 replacement, after everything has been replaced.
10001
10002 * jit-lock.el (with-buffer-unmodified): New macro.
10003 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
10004 modified state.
10005 (jit-lock-function-1): Extracted from jit-lock-function; not
10006 preserving buffer's modified state.
10007 (jit-lock-function, jit-lock-stealth-fontify): Call
10008 jit-lock-function-1.
10009
10010 * mail/rfc2368.el: Remove supernumerary copyright line.
10011
100122000-04-04 Milan Zamazal <pdm@freesoft.cz>
10013
10014 * glasses.el: Provide facilities for inserting space before left
10015 parentheses and uncapitalization of identifiers.
10016 (glasses-mode): Try to remove old overlays in all cases.
10017
100182000-04-03 Gerd Moellmann <gerd@gnu.org>
10019
10020 * progmodes/compile.el (compile-internal): Display the compilation
10021 buffer in a different frame, if it's already displayed there.
10022
10023 * mail/rfc2368.el: New file.
10024
10025 * simple.el (sendmail-user-agent-compose): Recognize a `body'
10026 header and insert its value as mail body.
10027
10028 * subr.el (member-ignore-case): New function.
10029
10030 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
10031 (dabbrev--find-expansion): Ignore buffers matching a regexp
10032 from dabbrev-ignored-regexps.
10033
10034 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
10035 to extensions handled by gzip.
10036
100372000-04-03 Richard M. Stallman <rms@gnu.org>
10038
10039 * files.el (insert-directory): List the total free space
10040 along with the used space.
10041
10042 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
10043 line is followed by one that matches CITATION-REGEXP, end the
10044 paragraph.
10045
100462000-04-03 Markus Rost <rost@delysid.gnu.org>
10047
10048 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
10049 (rmail-make-basic-summary-line): Use that option.
10050
100512000-04-03 Kenichi Handa <handa@etl.go.jp>
10052
10053 * international/mule-cmds.el (encoded-string-description):
10054 Rewritten. Try pretty description for ISO 2022 escape sequences
10055 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
10056 for hexadecimal format.
10057
100582000-04-01 Dave Love <fx@gnu.org>
10059
10060 * cpp.el: Change customization group to `c' from `C'.
10061
10062 * vcursor.el (vcursor-move): Use display-color-p.
10063
10064 * international/mule-util.el: Provide mule-utils.
10065 (string-to-sequence): Simplify and speed up.
10066
10067 * international/mule.el (make-coding-system): Purecopy doc-string.
10068
10069 * international/mule-cmds.el: Various menu changes.
10070 (describe-specified-language-support): Handle `Default'.
10071 (set-language-info): Purecopy `info'.
10072
100732000-03-31 Andrew Innes <andrewi@gnu.org>
10074
10075 * vc.el (vc-backend-diff): Return the correct status if we had to
10076 retry the rcsdiff command without the --brief option.
10077
100782000-03-31 Dave Love <fx@gnu.org>
10079
10080 * help.el (help-manyarg-func-alist): Correct several omissions.
10081
10082 * add-log.el: Don't require cl, fortran.
10083 (add-log-current-defun-function): Doc fix.
10084 (change-log-version-number-regexp-list): Remove SCCS part. Doc
10085 fix.
10086 (change-log-version-rcs): Function deleted.
10087 (change-log-version-number-search): Doc fix. Use
10088 vc-workfile-version. Avoid CL dolist.
10089 (add-change-log-entry): Just call add-log-current-defun to get
10090 defun. Simplify somewhat.
10091 (change-log-get-method-definition-1): Likewise.
10092 (add-log-current-defun): Return nil if calling
10093 add-log-current-defun-function does so. Move Fortran stuff to
10094 fortran.el. Return string without properties.
10095
10096 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
10097 and :alpha: char classes.
10098
10099 * mail/supercite.el: Defvar curline when compiling.
10100 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
10101 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
10102 rather than a-zA-Z0-9 to allow non-ASCII characters.
10103
101042000-03-31 Gerd Moellmann <gerd@gnu.org>
10105
10106 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
10107
10108 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
10109 Re-enable new code.
10110
10111 * lpr.el (print-region-1): Use -d to specify printer name for
10112 systems `usg-unix-v*, `dgux', `hpux', `irix'.
10113
101142000-03-31 Dave Love <fx@gnu.org>
10115
10116 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
10117 for function definition in symbol's function value slot first
10118 instead of first consulting byte-compile-function-environment.
10119
101202000-03-31 Kenichi Handa <handa@etl.go.jp>
10121
10122 * language/european.el ("Polish"): New language environment.
10123 (setup-polish-environment): New function.
10124
101252000-03-30 Gerd Moellmann <gerd@gnu.org>
10126
10127 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
10128 Disable new code.
10129
10130 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
10131 trying to `load' the symbol of an autoload instead of the file
10132 recorded in the autoload. Fix error messages.
10133
101342000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10135
10136 * ps-print.el: PostScript programming fix for ghostview, doc fix.
10137 (ps-print-version): New version number (5.1.3).
10138 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
10139 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
10140 (ps-generate-postscript-with-faces): Code fix.
10141 (ps-color-values): XEmacs compatibility.
10142 (ps-print-background-image, ps-print-background-text, ps-printer-name)
10143 (ps-default-fg, ps-default-bg): Adjust customization.
10144 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
10145 (ps-color-scale): Renaming old ps-color-value fun.
10146 (ps-print-headers): Replace ps-print-header group to avoid conflict
10147 with ps-print-header variable.
10148 (ps-print-miscellany): New group.
10149 (ps-format-color, ps-rgb-color): New funs.
10150 (ps-default-foreground): New var.
10151 (ps-printer-name-option): New const.
10152
101532000-03-30 Peter Breton <pbreton@ne.mediaone.net>
10154
10155 * net/net-utils.el:
10156 (network-connection-host, network-connection-service): New variables
10157 (network-connection-mode): New mode, derived from comint-mode
10158 (network-connection-mode-setup): New function, saves host and
10159 service information in local variables.
10160
10161 * lisp/locate.el:
10162 (locate-word-at-point): Added this function
10163 (locate): Default to using locate-word-at-point as input
10164 Run dired-mode-hook
10165
101662000-03-29 Dave Love <fx@gnu.org>
10167
10168 * calendar/appt.el: Doc fixes.
10169 (appt-check): Convert min-to-app to a string before passing to
10170 appt-disp-window-function or concat.
10171 (appt-delete-window): Remove test for frame-root-window.
10172 (appt-select-lowest-window, appt-convert-time): Simplify.
10173
10174 * emacs-lisp/bytecomp.el: Doc fixes.
10175 (byte-compile-file-form-autoload): Update
10176 byte-compile-function-environment.
10177
101782000-03-29 Andreas Schwab <schwab@suse.de>
10179
10180 * emacs-lisp/autoload.el: Also print defsubst doc string
10181 specially.
10182
10183 * dired.el (dired-insert-directory): If dired-free-space-program
10184 failed just delete its output.
10185
101862000-03-29 Dave Love <fx@gnu.org>
10187
10188 * international/iso-cvt.el: Move provide to end. Doc fixes.
10189 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
10190 (iso-iso2sgml, iso-sgml2iso): New functions.
10191 (iso-cvt-define-menu): Fix some entries and use backquote for
10192 clarity.
10193
10194 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
10195
101962000-03-28 Gerd Moellmann <gerd@gnu.org>
10197
10198 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
10199 ISO-DATE. If non-nil, return date in ISO 8601 format.
10200
102012000-03-26 Stefan Monnier <monnier@cs.yale.edu>
10202
10203 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
10204 if it ever becomes used.
10205 (log-edit-mode-hook): Default to vc-log-mode-hook.
10206 (log-edit-mode): Fix the docstring.
10207
10208 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
10209 the code.
10210
102112000-03-26 Dave Love <fx@gnu.org>
10212
10213 * net/browse-url.el (browse-url): Re-fix case of
10214 browse-url-browser-function being an alist.
10215 (browse-url): Add :link to defgroup.
10216
10217 * files.el: Doc fixes.
10218 (file-truename): Include `[' in wildcard characters.
10219 (automount-dir-prefix): Customize.
10220 (find-file-wildcards): Add :version.
10221 (find-file-noselect): Simplify a mapcar call.
10222
10223 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
10224 compatible with inf-lisp version.
10225 (eval-defun-1): Fix custom-declare-variable case.
10226
102272000-03-25 Stefan Monnier <monnier@cs.yale.edu>
10228
10229 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
10230
102312000-03-24 Gerd Moellmann <gerd@gnu.org>
10232
10233 * Makefile (COMPILE_FIRST): New macro.
10234 (compile-files): Compile files from COMPILE_FIRST first.
10235
10236 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
10237 code.
10238
10239 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
10240 matching open parenthesis in column 0 to defun-prompt-regexp
10241 only if open-paren-in-column-0-is-defun-start is set.
10242
10243 * sun-curs.el: Require CL at compile-time only.
10244
10245 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
10246 instead of copy-list which is a function from CL.
10247 (msb--choose-menu, msb--mode-menu-cond)
10248 (msb--create-buffer-menu-2): Use dolist instead of mapc.
10249 (msb--init-file-alist): Use mapcar instead of mapcan.
10250 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
10251 `(' in column 0 in doc string.
10252 (msb--add-separators): Use mapcar instead of mapcan.
10253
10254 * cus-dep.el: Require CL at compile-time only.
10255
102562000-03-24 Stefan Monnier <monnier@cs.yale.edu>
10257
10258 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
10259 (byte-compile-warnings): New warning `noruntime'.
10260 (byte-compile-constants, byte-compile-variables): Fix docstring.
10261 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
10262 execute `eval-whenc-compile's body.
10263 (byte-compile-unresolved-functions): Fix docstring.
10264 (byte-compile-eval): New function.
10265 (byte-compile-callargs-warn): Check if the function will be available
10266 at runtime (via property `byte-compile-noruntime').
10267 (byte-compile-print-syms): New function.
10268 (byte-compile-warn-about-unresolved-functions): Also warn about
10269 `noruntime' functions (and use `byte-compile-print-syms').
10270 (byte-compile-file): Capitalize the message.
10271
102722000-03-24 Gerd Moellmann <gerd@gnu.org>
10273
10274 * mail/rmail.el (rmail-confirm-expunge): New user-option.
10275 (rmail-expunge): Ask for confirmation depending on the setting
10276 of rmail-confirm-expunge.
10277
102782000-03-23 Gerd Moellmann <gerd@gnu.org>
10279
10280 * Makefile (bootstrap-clean): If $(emacs) exists, build
10281 loaddefs.el first. A loaddefs.el that's not up-to-date might
10282 cause a bootstrap failure because things don't autoload as
10283 expected.
10284
102852000-03-23 Dave Love <fx@gnu.org>
10286
10287 * net/browse-url.el: Restore previous use of
10288 browse-url-maybe-new-window.
10289
102902000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10291
10292 * ps-print.el: Skip banner page fix.
10293 (ps-print-version): New version number (5.1.2).
10294 (ps-begin-file, ps-end-file, ps-generate): Code fix.
10295
102962000-03-23 Dave Pearson <davep@davep.org>
10297
10298 * net/quickurl.el Changed the type of parameter passed to the
10299 function defined by `quickurl-format-function'. Before only the
10300 text of the URL was passed. Now the whole URL structure is passed
10301 and the function is responsible for extracting the parts it
10302 requires. Changed the default of `quickurl-format-function'
10303 accordingly.
10304 (quickurl-insert): Changed the `funcall' of
10305 `quickurl-format-function' to match the above change.
10306 (quickurl-list-insert): Changed the `url' case so that it makes
10307 use of `quickurl-format-function', previous to this the format was
10308 hard wired.
10309
103102000-03-22 Gerd Moellmann <gerd@gnu.org>
10311
10312 * startup.el: Change some spellings for the X Window System.
10313
103142000-03-22 Stefan Monnier <monnier@cs.yale.edu>
10315
10316 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
10317 up the code and the regexp and make sure the cursor is temporarily
10318 moved to the suspicious line while querying the user.
10319
103202000-03-22 Jason Rumney <jasonr@gnu.org>
10321
10322 * w32-fns.el (w32-charset-info-alist): Initialize.
10323
103242000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10325
10326 * ps-print.el: N-up last page fix.
10327 (ps-print-version): New version number (5.1.1).
10328 (ps-end-file, ps-end-job, ps-generate): Code fix.
10329
103302000-03-21 Stefan Monnier <monnier@cs.yale.edu>
10331
10332 * files.el (find-file-run-dired): Update docstring.
10333 (find-directory-functions): New hook.
10334 (find-file-noselect): Run find-directory-functions rather than
10335 calling dired directly.
10336
10337 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
10338
10339 * pcvs.el: Add a minimal leading commentary.
10340 (cvs-make-cvs-buffer): Change the header part by removing the startup
10341 message and adding a `Module' entry. Also replace the FOOTER and
10342 HEADER special fileinfos with the new support in ewoc for updating
10343 its own footer and header.
10344 (cvs-update-header): Update to use the header/footer of the ewoc.
10345 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
10346 (cvs-is-within-p): New function.
10347 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
10348 to only examine some subset of the buffers.
10349
10350 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
10351 `format' instead of our own ad-hoc functions.
10352 Remove HEADER and FOOTER cases, now handled in the EWOC.
10353 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
10354
10355 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
10356 output to avoid scaring the user.
10357 (cvs-parse-table): Catch message for non-up-to-date commits.
10358
10359 * pcvs-defs.el (cvs-startup-message): Remove.
10360 (cvs-global-menu): New autoloaded menu.
10361
10362 * pcvs-util.el (cvs-string-fill): Remove.
10363
10364 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
10365 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
10366 PP part of it and also make it work for footers and headers.
10367 (ewoc-create): Drop POS and BUFFER arguments.
10368 Use the DLL's dummy node to store the end-of-footer position.
10369 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
10370 (ewoc-refresh): Remove unused `header' variable.
10371 (ewoc-(get|set)-hf): New functions.
10372
10373 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
10374 log-view-*-(message|file) and use easy-mmode-define-navigation.
10375 (log-view-message-re): Match SCCS format as well.
10376 And match the revision line rather than the dashed separator line.
10377 (log-view-mode): Use the new define-derived-mode.
10378 (log-view-current-tag): Fill in with an actual implementation.
10379
10380 * cvs-status.el (cvs-status-(prev|next)): Rename from
10381 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
10382 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
10383 to let the output "breathe" a little more (more readable).
10384 (cvs-status-mode): Use the new define-derived-mode.
10385
10386 * smerge-mode.el (smerge-auto-leave): New function and variable.
10387 (smerge-basic-map): Rename from smerge-basic-keymap.
10388 Change the bindings for smerge-diff-*.
10389 (smerge-*-map): Use easy-mmode-defmap.
10390 (smerge-(next|prev)): Use easy-mmode-define-navigation.
10391 (smerge-keep-*): Use smerge-auto-leave.
10392
103932000-03-21 Jason Rumney <jasonr@gnu.org>
10394
10395 * cus-edit.el (custom-button-face): Use 3D look for w32.
10396 (custom-button-pressed-face): Likewise.
10397
103982000-03-21 Gerd Moellmann <gerd@gnu.org>
10399
10400 * progmodes/etags.el (tags-case-fold-search): New user-option.
10401 (tags-loop-eval): New function. Bind case-fold-search around eval
10402 depending on the value of tags-case-fold-search.
10403 (tags-loop-continue): Use tags-loop-eval.
10404 (find-tag-in-order): Bind case-fold-search depending on the value
10405 of tags-case-fold-search.
10406
104072000-03-21 Stefan Monnier <monnier@cs.yale.edu>
10408
10409 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
10410 (diff-end-of-hunk): Return the end position for use in
10411 `easy-mmode-define-navigation'.
10412 (diff-recenter): Remove.
10413 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
10414 of `easy-mmode-define-navigation'.
10415 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
10416 previous renaming) and fix to use new names.
10417 (diff-merge-strings): Use \n as separator: simpler, faster.
10418 (diff-mode): Use `define-derived-mode'.
10419
10420 * derived.el (define-derived-mode): Don't autoload anymore.
10421 Prefer the macro-only version provided by easy-mmode.el.
10422
10423 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
10424 `easy-mmode-define-derived-mode'.
10425 Use `combine-run-hooks'.
10426 (easy-mmode-define-navigation): New macro.
10427
10428 * subr.el (combine-run-hooks): New function.
10429
104302000-03-21 Kenichi HANDA <handa@etl.go.jp>
10431
10432 * term/x-win.el: Fontsets related initialization is simplified.
10433
10434 * international/mule-diag.el (describe-font): Don't refer to
10435 global-fontset-alist, instead call font-list.
10436 (describe-fontset, list-fontsets, mule-diag): Likewise.
10437 (print-fontset): Adjusted for the change of fontset
10438 implementation.
10439
10440 * international/fontset.el (x-charset-registries): Variable
10441 removed, instead the corresponding data is stored in the default
10442 fontset.
10443 (register-alternate-fontnames): Function removed.
10444 (resolved-ascii-font): Variable removed.
10445 (x-compose-font-name): Ignore the second argument REDOCE.
10446 (x-complement-fontset-spec): Complement only an ASCII font and
10447 element for those charsets than can use that ASCII font.
10448 (generate-fontset-menu): Don't refer to global-fontset-alist,
10449 instead call fontset-list.
10450 (uninstantiated-fontset-alist): Variable removed.
10451 (x-style-funcs-alist): Likewise.
10452 (fontset-default-styles): Likewise.
10453 (x-modify-font-name): Function removed.
10454 (create-fontset-from-fontset-spec): Ignore the argument
10455 STYLE-VARIANT.
10456 (create-fontset-from-ascii-font): Docsting adjusted for the above
10457 change.
10458 (instantiate-fontset, resolve-fontset-name): Functions removed.
10459 (fontset-list): Now implemented by C code.
10460
10461 * faces.el (read-face-font): Fix TABLE arg to completing-read.
10462 (describe-face): Include `font' attribute in the description.
10463
104642000-03-21 Kenichi Handa <handa@etl.go.jp>
10465
10466 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
10467
104682000-03-20 Gerd Moellmann <gerd@gnu.org>
10469
10470 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
10471 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
10472 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
10473
10474 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
10475 about behavior of set-buffer-modified-p wrt redisplay.
10476
104772000-03-19 Richard M. Stallman <rms@gnu.org>
10478
10479 * view.el (view-mode-disable): Kill local binding of view-read-only.
10480
104812000-03-18 Gerd Moellmann <gerd@gnu.org>
10482
10483 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
10484 is a string, convert it to a syntax cell using string-to-syntax.
10485
10486 * simple.el (syntax-code-table, syntax-flag-table): New variables.
10487 (string-to-syntax): New function.
10488
10489 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
10490 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
10491 try to use passive ftp mode.
10492
104932000-03-17 Gerd Moellmann <gerd@gnu.org>
10494
10495 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
10496
10497 * simple.el (append-to-buffer): Update point of windows after
10498 insertion.
10499
10500 * abbrev.el (inverse-add-abbrev): Identify word by first moving
10501 forward then moving backward. Reindent.
10502
10503 * frame.el (other-frame): Call x-focus-frame only if
10504 focus-follows-mouse is off.
10505
105062000-03-17 Dave Love <fx@gnu.org>
10507
10508 * pcvs-util.el (cvs-strings->string): Rename
10509 replace-regexps-in-string.
10510
105112000-03-17 Stefan Monnier <monnier@cs.yale.edu>
10512
10513 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
10514 regexp for labels cannot span several lines.
10515
10516 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
10517 `(setq :<key> ':<key>)' to the macro expansion.
10518
105192000-03-16 Dave Love <fx@gnu.org>
10520
10521 * progmodes/f90.el (f90): Put custom group under `languages', not
10522 `fortran'.
10523 (f90-mode-hook): Customize.
10524 (f90-mode): Set add-log-current-defun-function.
10525 (f90-current-defun): New function.
10526
105272000-03-16 Gerd Moellmann <gerd@gnu.org>
10528
10529 * cus-edit.el (custom-variable-tag-face): Handle case that
10530 default face's height is not a number.
10531 (custom-face-tag-face, custom-group-tag-face-1)
10532 (custom-group-tag-face): Ditto.
10533 (custom-group-tag-face-1): Add :group.
10534
10535 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
10536
105372000-03-15 Gerd Moellmann <gerd@gnu.org>
10538
10539 * pcvs-defs.el (toplevel): Remove autoload cookie for form
10540 requiring easymenu.
10541
105422000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10543
10544 * ps-print.el: PostScript user-defined prologue, PostScript error
10545 handler, doc fix.
10546 (ps-print-version): New version number (5.1).
10547 (ps-user-defined-prologue, ps-error-handler-message)
10548 (ps-print-prologue-0, ps-error-handler-alist): New vars.
10549 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
10550 (ps-insert-string): New function.
10551
105522000-03-15 Kenichi Handa <handa@etl.go.jp>
10553
10554 * international/ccl.el (ccl-compile-expression): Don't generate
10555 invalid self-assignment code.
10556
105572000-03-14 Dave Love <fx@gnu.org>
10558
10559 * subr.el (replace-regexp-in-string): Renamed from
10560 replace-regexps-in-string. Doc fix.
10561
105622000-03-12 Dave Love <fx@gnu.org>
10563
10564 * cus-edit.el: Doc fixes.
10565 (customize-set-variable, customize-save-variable): Rename args for
10566 doc.
10567 (custom-variable-tag-face, custom-face-tag-face)
10568 (custom-group-tag-face-1, custom-group-tag-face): Modify from
10569 style which user identify as hyperlink.
10570 (hook): Don't add undefined functions to the hook.
10571 (debug-ignored-errors): Transfer message from bindings.el.
10572
105732000-03-12 Gerd Moellmann <gerd@gnu.org>
10574
10575 * recentf.el (recentf-keep-non-readable-files-p): Remove
10576 double/nested definition.
10577
105782000-03-12 Dave Love <fx@gnu.org>
10579
10580 * facemenu.el (facemenu-get-face): Use display-color-p.
10581 * enriched.el (enriched-decode-foreground): Likewise.
10582 (enriched-decode-background): Likewise.
10583 * isearch.el (isearch-highlight): Likewise.
10584 * info-look.el (info-lookup): Likewise.
10585 * simple.el (completion-setup-function): Likewise.
10586
10587 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
10588 :options.
10589
10590 * bindings.el (mode-line-format): Fix line-number and
10591 column-number items. Add help-echo for the background.
10592 (mode-line-mule-info): Modify help-echo.
10593
10594 * avoid.el (mouse-avoidance-mode): Add autoload cookie to
10595 defcustom.
10596
10597 * files.el (load-file): Allow completion to .elc.
10598
10599 * man.el: Doc fixes.
10600 (Man-init-defvars): Use display-color-p to set fontification.
10601
10602 * play/hanoi.el (hanoi-internal): Don't use oddp.
10603
106042000-03-12 Gerd Moellmann <gerd@gnu.org>
10605
10606 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
10607
10608 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
10609
106102000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
10611
10612 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
10613 Fix comment.
10614
106152000-03-10 Stefan Monnier <monnier@cs.yale.edu>
10616
10617 * font-lock.el (font-lock-keywords): Fix the doc now that
10618 regexp-opt-depth is unnecessary.
10619 (save-buffer-state): Set an edebug spec.
10620 (font-lock-fontify-anchored-keywords): Properly handle the case when
10621 the matcher goes past the limit.
10622
10623 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
10624 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
10625
10626 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
10627 dll.el and cookie.el (from Elib) with heavy renaming and other
10628 massaging.
10629
10630 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
10631 Autoload the functions used.
10632 (easy-mmode-define-syntax): Fix CL typo.
10633 (easy-mmode-define-derived-mode): Improve the docstring generation.
10634
106352000-03-10 Gerd Moellmann <gerd@gnu.org>
10636
10637 * textmodes/texinfo.el (texinfo-version): Variable and function
10638 removed.
10639
106402000-03-09 Stefan Monnier <monnier@cs.yale.edu>
10641
10642 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
10643 allow more flexibility.
10644 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
10645 fns.
10646 (easy-mmode-defmap, easy-mmode-defsyntax)
10647 (easy-mmode-define-derived-mode): New macros.
10648
106492000-03-09 Didier Verna <didier@xemacs.org>
10650
10651 * rect.el (replace-rectangle): New function.
10652
106532000-03-09 Dave Love <fx@gnu.org>
10654
10655 * progmodes/fortran.el (fortran-comment-line-start): Define as
10656 "C".
10657 (fortran-comment-line-start-skip): Don't match cpp stuff.
10658 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
10659 (fortran-mode-map): Remove over-eager custom-menu-create for now.
10660 (fortran-mode): Don't set fortran-comment-line-start-skip,
10661 fortran-comment-line-start here. Set comment-start,
10662 add-log-current-defun.
10663 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
10664 (fortran-current-defun): New function.
10665
106662000-03-09 Gerd Moellmann <gerd@gnu.org>
10667
10668 * emacs-lisp/re-builder.el: New file.
10669
10670 * mouse.el (mouse-drag-region): Don't run up-event handler
10671 if hscroll has changed.
10672
10673 * octave-mod.el (octave-font-lock-keywords): To font-lock the
10674 builtin operators, use `font-lock-builtin-face' for Emacs and
10675 `font-lock-preprocessor-face' otherwise.
10676
10677 * font-lock.el (lisp-font-lock-keywords-1): Highlight
10678 `(defun (setf foo)' differently.
10679
106802000-03-08 Stefan Monnier <monnier@cs.yale.edu>
10681
10682 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
10683 (regexp-opt): Update comment and adapt the code the new meaning of
10684 the `paren' argument of regex-opt-group for shy-groups.
10685 (regexp-opt-depth): Handle shy groups as well as backslashed
10686 backslashes.
10687 (regexp-opt-group): Turn the leading comment into a docstring.
10688 Allow `paren' to be a string (the string to use to open a group).
10689 Remove open-presuf and close-presuf. Instead of checking for `all
10690 one-char' and then later on check for `several one-char', handle
10691 both cases close together. Also apply a more generic algorithm
10692 for suffixes (the mirror image of the algorithm used for
10693 prefixes). Use shy-groups. Use nreverse rather than reverse.
10694 (regexp-opt-try-suffix): Removed.
10695
10696 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
10697 from comint-mode-map, so we can just inherit from it. Also, move
10698 the initialization into the `defvar' since there's no docstring
10699 anyway and it's fairly short.
10700 (inferior-scheme-mode): Define it as derived-mode: the code is
10701 shorter and this way we inherit from comint-mode-map rather than
10702 copying it.
10703
10704 * subr.el (replace-regexps-in-string): Properly handle the case
10705 where we match an empty string.
10706
10707 * comint.el (comint-exec-1): Add the current-dir to the exec-path
10708 when the command has a directory component (such as "./testml").
10709 Also fix a typo in the comment.
10710
107112000-03-08 Gerd Moellmann <gerd@gnu.org>
10712
10713 * Makefile (compile-files): Compile files one by one because
10714 that's the only way to ensure a clean compilation environment for
10715 each individual file.
10716
10717 * frame.el (other-frame): Call x-focus-frame.
10718
107192000-03-07 Dave Love <fx@gnu.org>
10720
10721 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
10722 :require to defcustom.
10723
10724 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
10725 lists.
10726
10727 * files.el (auto-mode-alist): Add configure.in.
10728
10729 * progmodes/autoconf.el: New file.
10730
107312000-03-07 Gerd Moellmann <gerd@gnu.org>
10732
10733 * mail/mh-e.el: Change maintainer to `none'.
10734
10735 * recentf.el (recentf-keep-non-readable-files-p): Quote args
10736 to remove-hook and add-hook.
10737
107382000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
10739
10740 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
10741 it as the default.
10742 (mail-send): Test mail-send-nonascii also for the new `mime' value.
10743 (sendmail-send-it): Conditionally add MIME headers specifying the
10744 used character set.
10745
107462000-03-07 Dave Love <fx@gnu.org>
10747
10748 * winner.el: Fix keywords, autoload cookies. Split
10749 eval-when-compile form to avoid compilation failure.
10750
107512000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
10752
10753 * international/mule.el: Modify comment about coding system
10754 property `coding-category'.
10755 (make-coding-system): New argument EOL-TYPE. Pay attention to
10756 coding-category property of PROPERTIES.
10757
10758 * international/mule-conf.el (coding-category-utf-8,
10759 coding-category-utf-16-be, coding-category-utf-16-le): New coding
10760 categories. Include them in the argument for set-coding-priority.
10761
10762 * international/mule-cmds.el (reset-language-environment): Include
10763 coding-category-utf-8, coding-category-utf-16-be, and
10764 coding-category-utf-16-le in the argument for set-coding-priority.
10765 (reset-language-environment): Initialize coding-category-utf-8,
10766 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
10767
107682000-03-06 Karl Fogel <kfogel@red-bean.com>
10769
10770 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
10771 code abstracted out of `bookmark-jump-noselect'. Now tries info
10772 extensions as well as compression extensions.
10773 (bookmark-jump-noselect): Use above new func.
10774
107752000-03-03 Gerd Moellmann <gerd@gnu.org>
10776
10777 * strokes.el: Change maintainer's mail address.
10778
107792000-03-03 Kenichi Handa <handa@etl.go.jp>
10780
10781 * international/mule-diag.el (list-character-sets): Make help-echo
10782 string by substitute-command-keys.
10783 (list-character-sets): Likewise.
10784 (sort-listed-character-sets): Call help-setup-xref.
10785
107862000-03-02 Gerd Moellmann <gerd@gnu.org>
10787
10788 * time.el (display-time-mail-file): Add `none' to the list of
10789 choices.
10790
107912000-03-01 Dave Love <fx@gnu.org>
10792
10793 * help.el (help-xref-go-back): Don't try to set position.
10794
10795 * international/mule-diag.el (list-character-sets): Call
10796 help-setup-xref. Add help-echo to xrefs.
10797 (list-character-sets-1): Add help-echo to xrefs.
10798
107992000-03-02 Gerd Moellmann <gerd@gnu.org>
10800
10801 * frame.el (blink-cursor-mode): Switch cursor on when turning
10802 the mode off.
10803
10804 * add-log.el (add-log-current-defun): Add support for
10805 Autoconf mode.
10806
10807 * mail/rmail.el (rmail-quit-hook): New variable.
10808
108092000-03-01 Dave Love <fx@gnu.org>
10810
10811 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
10812
10813 * help.el (help-xref-button): Add help-echo arg.
10814 (describe-function-1, describe-variable, help-make-xrefs): Use it.
10815
10816 * faces.el (list-faces-display): Supply help-echo with
10817 help-make-xrefs.
10818
10819 * facemenu.el (list-text-properties-at): Set help-xref-stack to
10820 nil.
10821
108222000-03-01 Gerd Moellmann <gerd@gnu.org>
10823
10824 * image.el (defimage): Look for image files in load-path.
10825
10826 * frame.el (busy-cursor-delay-seconds): Change type to
10827 `number'.
10828
108292000-03-01 David Ponce <david.ponce@wanadoo.fr>
10830
10831 * recentf.el (recentf): Added version tag to the defgroup of
10832 recentf.
10833
108342000-03-01 David Ponce <david.ponce@wanadoo.fr>
10835
10836 * recentf.el (recentf-cleanup): Changed to remove excluded file
10837 too.
10838 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
10839 action to select/unselect a file.
10840 (recentf-edit-list): Code cleanup and improvement.
10841 (recentf-open-more-files-action): `recentf-open-more-files' button
10842 widget action to open a file.
10843 (recentf-open-more-files): No more use standard completion but
10844 widgets.
10845 (recentf-more-collection): Deleted.
10846 (recentf-more-history): Deleted.
10847 (recentf-setup-more-completion): Deleted.
10848
108492000-03-01 David Ponce <david.ponce@wanadoo.fr>
10850
10851 * recentf.el (recentf-mode): No more needs that Emacs is running
10852 under a window-system.
10853
108541999-03-01 David Ponce <david.ponce@wanadoo.fr>
10855
10856 * recentf.el (recentf-edit-list): New command to edit the recent
10857 list which allow the user to remove files.
10858 (recentf-edit-selected-items): New global variable, used by
10859 `recentf-edit-list' to hold the list of files to be removed from
10860 the recent list.
10861 (recentf-make-menu-items): Updated to display a "Edit list..."
10862 menu item. Minor code cleanup.
10863
108641999-03-01 David Ponce <david.ponce@wanadoo.fr>
10865
10866 * recentf.el (recentf-open-more-files): New command to open files
10867 that are not displayed in the menu.
10868 (recentf-more-collection): New global variable holding the set of
10869 permissible completions used by `recentf-open-more-files'.
10870 (recentf-more-history): New global variable holding the history list
10871 used by `recentf-open-more-files' completion.
10872 (recentf-setup-more-completion): New function to setup completion for
10873 `recentf-open-more-files'.
10874 (recentf-make-menu-items): Updated to display a "More..." menu item.
10875
108761999-03-01 David Ponce <david.ponce@wanadoo.fr>
10877
10878 * recentf.el (recentf-menu-action): Doc fixed.
10879
108801999-03-01 David Ponce <david.ponce@wanadoo.fr>
10881
10882 * recentf.el (recentf-menu-filter): Doc updated.
10883 (recentf-update-menu-hook): Allow menu filters to force menu update.
10884 (recentf-make-menu-items): New menu filter handling.
10885 (recentf-make-menu-item): New helper function.
10886 (recentf-menu-elements): New menu handling function.
10887 (recentf-sort-ascending): Updated to new menu filter handling.
10888 (recentf-sort-descending): Updated to new menu filter handling.
10889 (recentf-sort-basenames-ascending): New menu filter function.
10890 (recentf-sort-basenames-descending): New menu filter function.
10891 (recentf-show-basenames): New menu filter function.
10892 (recentf-show-basenames-ascending): New menu filter function.
10893 (recentf-show-basenames-descending): New menu filter function.
10894
108952000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10896
10897 * diary-lib.el (list-diary-entries): Don't try to go forward at
10898 the end of the buffer.
10899
109002000-02-29 Kenichi Handa <handa@etl.go.jp>
10901
10902 * international/mule-diag.el (list-character-sets): Completely
10903 rewritten.
10904 (sort-listed-character-sets): New function.
10905 (list-character-sets-1): Completely rewritten.
10906 (list-character-sets-2): New function.
10907 (non-iso-charset-alist): New variable.
10908 (decode-codepage-char): New function.
10909 (charset-history): New variable.
10910 (read-charset) (list-block-of-chars)
10911 (list-iso-charset-chars)
10912 (list-non-iso-charset-chars)
10913 (list-charset-chars): New functions.
10914 (mule-diag): Call list-character-sets-2, not
10915 list-character-sets-2.
10916 (dump-charsets): Likewise.
10917
109182000-02-29 Gerd Moellmann <gerd@gnu.org>
10919
10920 * dired-x.el (dired-filename-at-point): Add `@' to valid
10921 file name characters.
10922 (dired-filename-at-point): Handle ange-ftp file names.
10923
10924 * frame.el (frame-notice-user-settings): Use assq-delete-all
10925 instead of assoc-delete-all.
10926 (frame-notice-user-settings): Ditto.
10927
10928 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
10929 Don't copy alist.
10930
109312000-02-28 Eli Barzilay <eli@cs.cornell.edu>
10932
10933 * calculator.el (calculator-use-menu): New option.
10934 (calculator-initial-bindings): Changed some bindings to work as
10935 macros.
10936 (calculator-forced-input): Removed.
10937 (calculator-restart-other-mode): New variable.
10938 (calculator-mode-map): Set up menu.
10939
109402000-02-28 Jari Aalto <jari.aalto@poboxes.com>
10941
10942 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
10943 tags.
10944
109452000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
10946
10947 * viper-cmd.el (viper-envelop-ESC-key): added the option to
10948 translate all ESC key sequences.
10949 (viper-goto-mark-subr): restore markers for files for which
10950 they were saved.
10951 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
10952 * viper-util.el (viper-set-replace-overlay-glyphs,
10953 viper-set-replace-overlay): always check if the replacement
10954 overlay is live.
10955 * viper.el (viper-vi-state-mode-list): added major modes.
10956 * ediff-wind.el: minor comment changes.
10957 * ediff.el: copyright notice date fix.
10958
109592000-02-27 Jason Rumney <jasonr@gnu.org>
10960
10961 * faces.el (face-font-family-alternatives): Add arial to helv.
10962 (mode-line, header-line, tool-bar): Same default as x for w32.
10963 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
10964 face-font-family-alternatives from working.
10965 * term/w32-win.el (mouse-set-font): Do not build fontset from
10966 chosen font.
10967
109682000-02-25 Sam Steingold <sds@goems.com>
10969
10970 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
10971 properly.
10972
109732000-02-25 Richard M. Stallman <rms@gnu.org>
10974
10975 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
10976
109772000-02-25 Gerd Moellmann <gerd@gnu.org>
10978
10979 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
10980 writable.
10981
10982 * frame.el (busy-cursor-delay-seconds): New option.
10983
109842000-02-24 Gerd Moellmann <gerd@gnu.org>
10985
10986 * frame.el (show-cursor-in-non-selected-windows): New option.
10987
109882000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10989
10990 * diary-lib.el (include-other-diary-files): Undo the selective
10991 display in any included file and don't kill it.
10992
109932000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
10994
10995 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
10996 bar. Menu items converted to (menu-item format, help strings
10997 added.
10998 [downcase, upcase]: Don't enable on MS-DOS.
10999 [symlink, symlinks]: Don't show if make-symbolic-link is not
11000 bound.
11001 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
11002
110032000-02-23 Dave Love <fx@gnu.org>
11004
11005 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
11006 (backward-kill-word): Revert addition of * to interactive spec --
11007 it's a feature.
11008
11009 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
11010 (backward-kill-sentence, kill-sentence): Likewise.
11011
11012 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
11013 scratch buffer name.
11014 (gud-format-command): Use int-to-string in ?l case. Simplify
11015 slightly.
11016
11017 * term/w32-win.el (internal-face-interactive): Update prompt for
11018 new read-face-name.
11019
11020 * mail/footnote.el (footnote): Add :version to defgroup.
11021 (footnote-section-tag-regexp): Customize.
11022 (footnote-start-tag, footnote-end-tag): New option.
11023 (footnote-latin-regexp): New variable.
11024 (Footnote-latin): New function.
11025 (footnote-style-alist): Add element for latin style.
11026 (footnote-style): Moved.
11027 (Footnote-goto-footnote): Use eq to test arg.
11028
11029 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
11030
11031 * emacs-lisp/byte-opt.el: Change old backquote syntax.
11032 (byte-compile-trueconstp): Include keywords.
11033 (byte-optimize-quote, byte-optimize-lapcode): Use
11034 byte-compile-const-symbol-p.
11035 (byte-optimize-char-before): New optimization.
11036
11037 * emacs-lisp/bytecomp.el: Change old backquote syntax.
11038 (byte-compile-const-symbol-p): New function.
11039 (byte-compile-constp, byte-compile-out-toplevel)
11040 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
11041 Use it.
11042
11043 * subr.el (define-key-after): Default AFTER to t. Doc fix.
11044
110452000-02-23 Kenichi Handa <handa@etl.go.jp>
11046
11047 * international/encoded-kb.el: Be sure to update minor-mode-alist
11048 and minor-mode-map-alist.
11049 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
11050 codes SS2 and SS3 correctly.
11051 (encoded-kbd-self-insert-ccl): New function.
11052 (encoded-kbd-setup-keymap): New function.
11053 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
11054 by calling encoded-kbd-setup-keymap.
11055
11056 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
11057 characters.
11058 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
11059 locally.
11060
110612000-02-22 Dave Love <fx@gnu.org>
11062
11063 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
11064 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
11065 defvar.
11066 (lisp-mode-syntax-table): Set up for #|...|# comments.
11067 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
11068 classes. Match `defface'.
11069 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
11070 (eval-defun-1): Fix for defcustom.
11071 (lisp-indent-region): Doc fix.
11072
11073 * subr.el (when, unless, split-string): Doc fix.
11074 (read-passwd): Move call of clear-this-command-keys to the right
11075 place.
11076 (replace-regexps-in-string): New function.
11077
110782000-02-22 Gerd Moellmann <gerd@gnu.org>
11079
11080 * help.el (describe-variable): Set syntax table to
11081 emacs-lisp-mode-syntax-table when moving forward over the
11082 symbol's name.
11083
110842000-02-22 Dave Love <fx@gnu.org>
11085
11086 * xt-mouse.el: Doc fixes.
11087 (xterm-mouse-position-function): New function, replacing advice of
11088 mouse-position.
11089 (xterm-mouse-mode): Use it. Don't turn on under a window system.
11090
11091 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
11092
110932000-02-21 Gerd Moellmann <gerd@gnu.org>
11094
11095 * format.el (format-annotate-single-property-change): Handle
11096 properties.with dotted-list values.
11097 (format-proper-list-p): New function.
11098
11099 * enriched.el (enriched-face-ans): Handle '(foreground-color
11100 . COLOR) and (background-color . COLOR).
11101
111022000-02-20 Dave Love <fx@gnu.org>
11103
11104 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
11105 and assignments to it.
11106 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
11107 current local map.
11108 (make-flyspell-overlay): Use it.
11109 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
11110
11111 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
11112 (lm-get-header-re): Defun, not defsubst.
11113 (lm-get-package-name): Defun, not defsubst. Simplify.
11114 (lm-version): Doc fix. Simplify.
11115 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
11116 (lm-crack-address, lm-last-modified-date, lm-commentary)
11117 (lm-verify, lm-synopsis): Simplify.
11118 (lm-report-bug): Require emacsbug. Use compose-mail.
11119
111202000-02-20 Gerd Moellmann <gerd@gnu.org>
11121
11122 * dired.el (dired-mode): Call propertized-buffer-identification
11123 to set mode-line-buffer-identification to something having
11124 the right text properties.
11125
11126 * bindings.el (propertized-buffer-identification): New function.
11127
111282000-02-20 Dave Love <fx@gnu.org>
11129
11130 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
11131 check for t-mouse too.
11132
11133 * cus-start.el: Make echo-keystrokes `number'.
11134
111352000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
11136
11137 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
11138 Don't call ring-empty-p unless tags-location-ring is bound.
11139 From Noah Friedman <friedman@splode.com>.
11140
111412000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
11142
11143 * progmodes/hideshow.el (hs-flag-region): No longer use
11144 `intangible' overlay property.
11145
11146 (hs-toggle-hiding): New command.
11147 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
11148
11149 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
11150 Fix omission bug: Run `hs-minor-mode-hook' for both activation
11151 and deactivation.
11152
111532000-02-18 Gerd Moellmann <gerd@gnu.org>
11154
11155 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
11156
111572000-02-17 Gerd Moellmann <gerd@gnu.org>
11158
11159 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
11160
11161 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
11162 of `*' to handle `(* ... *)' comments.
11163
111642000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
11165
11166 * faces.el (list-faces-display): Use display-mouse-p instead of
11167 window-system.
11168
11169 * menu-bar.el (global-map): Menu-bar items converted to the new
11170 format (menu-item..., rearranged for better CUA compliance, and
11171 their names changed for better clarity. Help strings added.
11172
11173 * international/mule-cmds.el (mule-menu-keymap)
11174 (describe-language-environment-map, set-coding-system-map)
11175 (setup-language-environment-map): Convert to new (menu-item...
11176 form, add help strings. Change names of menu items for better
11177 clarity. "Mule" menu-bar item removed (it's now in the "Options"
11178 submenu).
11179
111802000-02-17 Gerd Moellmann <gerd@gnu.org>
11181
11182 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
11183 within the code.
11184
111852000-02-16 Dave Love <fx@gnu.org>
11186
11187 * faces.el: Don't require custom. Add more specific :groups to
11188 various deffaces.
11189 (set-face-attribute): Purecopy args.
11190 (read-face-name): Default to name at point and use it in prompt.
11191 Remove colon from arg in all callers.
11192 (list-faces-display): Hyperlink to face descriptions and customize
11193 buffers.
11194
111952000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
11196
11197 * wid-edit.el (widget-match-inline): An atom never matches a
11198 list.
11199
112002000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11201
11202 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
11203 at ':' characters by call to split-string.
11204
112052000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11206
11207 * textmodes/bibtex.el: Added RCS version identification.
11208
112092000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11210
11211 * textmodes/bibtex.el: Some temporary comments removed.
11212 (bibtex-field-name, bibtex-entry-type): Made the relationship
11213 explicit.
11214 (bibtex-field-const): Allow capital letters.
11215 (bibtex-start-of-string): Deleted because unused.
11216
11217 * textmodes/bibtex.el: Unified some nomenclature. We no longer
11218 use the term 'reference' to describe a bibtex entry as a whole.
11219 Further, reference keys are no longer called 'labels'.
11220 (bibtex-keys): Renamed to bibtex-reference-keys.
11221 (bibtex-reformat-previous-labels): Renamed to
11222 bibtex-reformat-previous-reference-keys.
11223 (bibtex-reference-type): Renamed to bibtex-entry-type.
11224 (bibtex-reference-head): Renamed to bibtex-entry-head.
11225 (bibtex-reference-maybe-empty-head): Renamed to
11226 bibtex-entry-maybe-empty-head.
11227 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
11228 (bibtex-search-reference): Renamed to bibtex-search-entry.
11229 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
11230 bibtex-enclosing-entry-maybe-empty-head.
11231 (bibtex-entry-field-alist, bibtex-entry-head,
11232 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
11233 bibtex-map-entries, bibtex-search-entry,
11234 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
11235 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
11236 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
11237 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
11238 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
11239 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
11240 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
11241
112422000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11243
11244 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
11245 comment.
11246 (bibtex-format-field-delimiters): New function, functionality
11247 extracted from bibtex-format-entry.
11248 (bibtex-autokey-get-yearfield-digits): New function, functionality
11249 extracted from bibtex-autokey-get-yearfield.
11250
11251 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
11252 entries in order to avoid stack overflow in the regexp matcher if
11253 field contents become large.
11254 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
11255 bibtex-field-string-part-not-braced,
11256 bibtex-field-string-part-no-inner-braces,
11257 bibtex-field-string-part-1-inner-brace,
11258 bibtex-field-string-part-2-inner-braces,
11259 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
11260 bibtex-field-string-quoted, bibtex-field-string,
11261 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
11262 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
11263 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
11264 as parsing is now performed by the following functions.
11265 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
11266 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
11267 bibtex-parse-field-string, bibtex-search-forward-field-string,
11268 bibtex-parse-association, bibtex-field-name-for-parsing,
11269 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
11270 bibtex-search-forward-field, bibtex-search-backward-field,
11271 bibtex-start-of-field, bibtex-end-of-field,
11272 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
11273 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
11274 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
11275 bibtex-parse-string, bibtex-search-forward-string,
11276 bibtex-search-backward-string, bibtex-start-of-string,
11277 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
11278 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
11279 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
11280 entries. Instead of reporting the results of the parsing by
11281 match-beginning or match-end, these functions return data structures
11282 that hold the corresponding positions.
11283 (bibtex-enclosing-field): Changed to also report field boundaries by
11284 return values rather than by match-beginning or match-end. The
11285 following functions have been adapted to use the new parsing
11286 functions.
11287 (bibtex-skip-to-valid-entry, bibtex-search-reference,
11288 bibtex-enclosing-field, bibtex-format-entry,
11289 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
11290 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
11291 bibtex-print-help-message, bibtex-end-of-entry,
11292 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
11293 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
11294 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
11295 method for parsing.
11296 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
11297 bibtex-map-entries, bibtex-flash-head,
11298 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
11299 bibtex-autokey-change, bibtex-autokey-get-namefield,
11300 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
11301 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
11302 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
11303 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
11304 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
11305 order to make the new binding of case-fold-search immediately
11306 visible.
11307
113082000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11309
11310 * textmodes/bibtex.el: Copyright notice is up to date.
11311 Added constant 'bibtex-maintainer-salutation.
11312
11313 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
11314 than make-temp-name, use match-string-no-properties and eliminate
11315 a quadratic behavior when building bibtex-strings.
11316
11317 * bibtex.el (bibtex-reference-key): Accept string entries whose
11318 reference key contains upper case letters.
11319
113202000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11321
11322 * bibtex.el (bibtex-reference-head): Allow entries to start with
11323 a new line.
11324
113252000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11326
11327 * bibtex.el: Hiding of entry bodies is not longer provided by
11328 bibtex.el directly. Instead the hideshow package can be used.
11329 Added a special bibtex entry to hs-special-modes-alist.
11330 (bibtex-hs-forward-sexp): Added for hideshow.el.
11331
113322000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11333
11334 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
11335 at ':' characters by call to split-string.
11336
113372000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11338
11339 * textmodes/bibtex.el: Added RCS version identification.
11340
113412000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11342
11343 * textmodes/bibtex.el: Some temporary comments removed.
11344 (bibtex-field-name, bibtex-entry-type): Made the relationship
11345 explicit.
11346 (bibtex-field-const): Allow capital letters.
11347 (bibtex-start-of-string): Deleted because unused.
11348
11349 * textmodes/bibtex.el: Unified some nomenclature. We no longer
11350 use the term 'reference' to describe a bibtex entry as a whole.
11351 Further, reference keys are no longer called 'labels'.
11352 (bibtex-keys): Renamed to bibtex-reference-keys.
11353 (bibtex-reformat-previous-labels): Renamed to
11354 bibtex-reformat-previous-reference-keys.
11355 (bibtex-reference-type): Renamed to bibtex-entry-type.
11356 (bibtex-reference-head): Renamed to bibtex-entry-head.
11357 (bibtex-reference-maybe-empty-head): Renamed to
11358 bibtex-entry-maybe-empty-head.
11359 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
11360 (bibtex-search-reference): Renamed to bibtex-search-entry.
11361 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
11362 bibtex-enclosing-entry-maybe-empty-head.
11363 (bibtex-entry-field-alist, bibtex-entry-head,
11364 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
11365 bibtex-map-entries, bibtex-search-entry,
11366 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
11367 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
11368 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
11369 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
11370 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
11371 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
11372 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
11373
113742000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11375
11376 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
11377 comment.
11378 (bibtex-format-field-delimiters): New function, functionality
11379 extracted from bibtex-format-entry.
11380 (bibtex-autokey-get-yearfield-digits): New function, functionality
11381 extracted from bibtex-autokey-get-yearfield.
11382
11383 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
11384 entries in order to avoid stack overflow in the regexp matcher if
11385 field contents become large.
11386 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
11387 bibtex-field-string-part-not-braced,
11388 bibtex-field-string-part-no-inner-braces,
11389 bibtex-field-string-part-1-inner-brace,
11390 bibtex-field-string-part-2-inner-braces,
11391 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
11392 bibtex-field-string-quoted, bibtex-field-string,
11393 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
11394 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
11395 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
11396 as parsing is now performed by the following functions.
11397 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
11398 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
11399 bibtex-parse-field-string, bibtex-search-forward-field-string,
11400 bibtex-parse-association, bibtex-field-name-for-parsing,
11401 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
11402 bibtex-search-forward-field, bibtex-search-backward-field,
11403 bibtex-start-of-field, bibtex-end-of-field,
11404 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
11405 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
11406 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
11407 bibtex-parse-string, bibtex-search-forward-string,
11408 bibtex-search-backward-string, bibtex-start-of-string,
11409 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
11410 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
11411 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
11412 entries. Instead of reporting the results of the parsing by
11413 match-beginning or match-end, these functions return data structures
11414 that hold the corresponding positions.
11415 (bibtex-enclosing-field): Changed to also report field boundaries by
11416 return values rather than by match-beginning or match-end. The
11417 following functions have been adapted to use the new parsing
11418 functions.
11419 (bibtex-skip-to-valid-entry, bibtex-search-reference,
11420 bibtex-enclosing-field, bibtex-format-entry,
11421 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
11422 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
11423 bibtex-print-help-message, bibtex-end-of-entry,
11424 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
11425 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
11426 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
11427 method for parsing.
11428 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
11429 bibtex-map-entries, bibtex-flash-head,
11430 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
11431 bibtex-autokey-change, bibtex-autokey-get-namefield,
11432 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
11433 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
11434 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
11435 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
11436 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
11437 order to make the new binding of case-fold-search immediately
11438 visible.
11439
114402000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11441
11442 * textmodes/bibtex.el: Copyright notice is up to date.
11443 Added constant 'bibtex-maintainer-salutation.
11444
11445 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
11446 than make-temp-name, use match-string-no-properties and eliminate
11447 a quadratic behavior when building bibtex-strings.
11448
11449 * bibtex.el (bibtex-reference-key): Accept string entries whose
11450 reference key contains upper case letters.
11451
114522000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11453
11454 * bibtex.el (bibtex-reference-head): Allow entries to start with
11455 a new line.
11456
114572000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11458
11459 * bibtex.el: Hiding of entry bodies is not longer provided by
11460 bibtex.el directly. Instead the hideshow package can be used.
11461 Added a special bibtex entry to hs-special-modes-alist.
11462 (bibtex-hs-forward-sexp): Added for hideshow.el.
11463
114642000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11465
11466 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
11467 proceedings entry type (for cross referencing). Thanks to Wagner
11468 Toledo Correa for the suggestion.
11469
11470 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
11471
114722000-02-14 Kenichi Handa <handa@etl.go.jp>
11473
11474 * international/characters.el: Setup case table for Vietnamese.
11475
114762000-02-12 Gerd Moellmann <gerd@gnu.org>
11477
11478 * uniquify.el (toplevel): Require CL at compile time.
11479 (uniquify-push): Removed.
11480
11481 * shadowfile.el (shadow-when): Removed.
11482
11483 * tempo.el (tempo-dolist, tempo-mapc): Removed.
11484 (tempo-process-and-insert-string): Use dolist instead of
11485 tempo-dolist.
11486
11487 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
11488 regexp for paragraph-start.
11489
11490 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
11491 commas as well.
11492
114932000-02-10 Dave Love <fx@gnu.org>
11494
11495 * wid-edit.el: (widgets) [defgroup]: Remove url link.
11496 (widget-color-choice-list, widget-color-history, widget-mouse-help):
11497 Deleted.
11498 (widget-specify-field, widget-specify-button): Don't use
11499 widget-mouse-help as help-echo property.
11500 (default): Use #'ignore for :validate and :mouse-down-action.
11501 (checkbox): Add help-echo.
11502 (widget-sexp-validate): Rewritten to clarify error messages.
11503 (character): Use char-valid-p in :match function.
11504 (widget-color-complete): Use facemenu-color-alist.
11505 (widget-color-action): Use facemenu-read-color.
11506
11507 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
11508 set up `caar' &c that we now have.
11509
115102000-02-09 Ray Blaak <blaak@gnu.org>
11511
11512 * delphi.el: Make resourcestring a declaration region, like const
11513 and var.
11514
115152000-02-09 Dave Love <fx@gnu.org>
11516
11517 * bindings.el (mode-line-input-method-map): New variable.
11518 (mode-line-mule-info): Use it; fix last change.
11519 (mode-line-mode-menu): Move definition.
11520 (mode-line-mouse-sensitive-p): Deleted.
11521 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
11522 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
11523 level.
11524
11525 * startup.el (command-line-1): Don't call
11526 make-mode-line-mouse-sensitive.
11527
115282000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
11529
11530 * mail/rmail.el (rmail-retry-failure): Use
11531 rmail-beginning-of-message before rmail-toggle-header, because the
11532 former toggles headers.
11533
115342000-02-06 Stefan Monnier <monnier@cs.yale.edu>
11535
11536 * diff-mode.el (diff-kill-junk): New interactive function.
11537 (diff-reverse-direction): Use delete-and-extract-region.
11538 (diff-post-command-hook): Restrict the area so that the hook also works
11539 outside of any diff hunk. This is necessary for the minor-mode.
11540 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
11541 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
11542
11543 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
11544 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
11545 so that it can be used more easily in <foo>-mode-hook. Also make sure
11546 to avoid duplicate entries.
11547 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
11548 (font-lock-remove-keywords): Just as was done for `add', allow it to
11549 work even if font-lock-mode is nil. Also make sure we don't modify
11550 any pre-existing list by forcing a copy-sequence. Finally rename
11551 `major-mode' to `mode'.
11552 (font-lock-fontify-syntactic-anchored-keywords)
11553 (font-lock-fontify-anchored-keywords)
11554 (font-lock-fontify-keywords-region): Use line-end-position.
11555 Don't make `font-lock-multiline' local (it's now done in
11556 font-lock-set-defaults).
11557 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
11558 move the `font-lock-fontified' creation to inside the `unless'.
11559
115602000-02-06 Andrew Innes <andrewi@gnu.org>
11561
11562 * term/w32-win.el (x-handle-args): Comment out call to message,
11563 which occurs before window system is initialized.
11564
11565 * makefile.nt: Add support for recompiling lisp code.
11566
115672000-02-04 Dave Love <fx@gnu.org>
11568
11569 * bindings.el (mode-line-mule-info): Fix/extend last change.
11570
11571 * completion.el: Replace completion-dolist with dolist.
11572
11573 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
11574 dotimes.
11575
115762000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
11577
11578 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
11579 environment names before they go into the section regexp.
11580
11581 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
11582 char class in regexp.
11583
11584 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
11585 `case-fold-search' to nil.
11586
11587 * progmodes/idlwave.el (idlwave-template): Respect
11588 `idlwave-abbrev-change-case'.
11589 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
11590 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
11591 idlwave-while): respect `idlwave-reserved-word-upcase'.
11592 (idlwave-rw-case): New function.
11593 (idlwave-statement-match): Fixed problem with assignment regexp.
11594 (idlwave-font-lock-keywords): Improved regexp for keyword
11595 parameters.
11596 (idlwave-surround): New argument LENGTH to support padding of
11597 operators longer than 1 char.
11598
11599 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
11600 idlwave-shell-expression-overlay. Implemented printing of
11601 expressions on higher levels of the calling stack.
11602 (idlwave-shell-display-level-in-calling-stack): Restore stack
11603 level.
11604 (idlwave-retrieve-expression-from-level): New function.
11605 (idlwave-shell-last-calling-stack): Variable removed.
11606 (idlwave-shell-reset): Argument action reversed (`visible' to
11607 `hidden'). Also remove stop-line overlay.
11608 (idlwave-shell-calling-stack-routine): New variable.
11609 (idlwave-shell-parse-stack-and-display): Messages now display
11610 negative level numbers.
11611 (idlwave-shell-mode): Set `modeline-format'.
11612 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
11613 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
11614 21.
11615 (idlwave-shell-print-expression-function): New option.
11616
11617 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
11618 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
11619 `tool-bar' instead of `toolbar'.
11620
116212000-02-02 Dave Love <fx@gnu.org>
11622
11623 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
11624 emacs-lisp-mode-hook. Don't check for defalias being defined.
11625
11626 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
11627 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
11628 the new builtins directly.
11629
11630 * whitespace.el (whitespace): Add :version to defgroup.
11631
11632 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
11633 Doc fix.
11634
11635 * thingatpt.el (sexp-at-point, symbol-at-point)
11636 (number-at-point, list-at-point): Add autoload cookie.
11637
11638 * recentf.el (recentf): Add :version to defgroup.
11639
11640 * quickurl.el (quickurl): Add :version to defgroup.
11641
11642 * elide-head.el (elide-head): Use point-marker more.
11643
11644 * bs.el (bs): Add :version to defgroup.
11645
11646 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
11647
11648 * progmodes/delphi.el (delphi): Add :version to defgroup.
11649
116502000-02-02 Gerd Moellmann <gerd@gnu.org>
11651
11652 * ange-ftp.el (ange-ftp-write-region): Handle case that
11653 succeeding process operation sets a different coding system.
11654
11655 * calculator.el: New file.
11656
116572000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
11658
11659 * frame.el (frames-on-display-list, framep-on-display): New
11660 functions.
11661 (display-mouse-p, display-popup-menus-p, display-graphic-p)
11662 (display-selections-p, display-screens, display-pixel-width)
11663 (display-pixel-height, display-mm-width, display-mm-height)
11664 (display-backing-store, display-save-under, display-planes)
11665 (display-color-cells, display-visual-class): New functions.
11666
11667 * term/tty-colors.el (tty-color-gray-shades): New function.
11668
11669 * faces.el (display-color-p): Use framep-on-display.
11670 (display-grayscale-p): New function.
11671
116722000-01-31 Dave Love <fx@gnu.org>
11673
11674 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
11675 (create-fontset-from-x-resource): Don't concat integers.
11676
116772000-01-31 Inge Frick <inge@nada.kth.se>
11678
11679 * view.el: Some changes in documentation. Removed some trailing
11680 whitespace. Changed some parameter names to agree with
11681 documentation.
11682 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
11683 window is not deleted. Modifies change 1998-04-26.
11684
116852000-01-31 Gerd Moellmann <gerd@gnu.org>
11686
11687 * windmove.el: New file.
11688
11689 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
11690 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
11691 progmodes/ebnf-yac.el: Update copyright and license info.
11692
11693 * jit-lock.el (jit-lock-function): Widen before calculating end
11694 position.
11695 (jit-lock-stealth-chunk-start): Rewritten.
11696
11697 * info.el (Info-title-face-alist): Removed.
11698 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
11699 faces.
11700 (Info-fontify-node): Use these faces.
11701
117022000-01-30 Gerd Moellmann <gerd@gnu.org>
11703
11704 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
11705 (cl-macro-list1): Recognize `&allow-other-keys' instead of
11706 `&allow-other-keywords'.
11707
11708 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
11709 the list of directories scanned heuristically.
11710
11711 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
11712 exist.
11713
117142000-01-30 Jason Rumney <jasonr@gnu.org>
11715
11716 * w32-fns.el: Define w32-tty-standard-colors.
11717
11718 * startup.el (command-line): Use w32-tty-standard-colors when in
11719 w32 console mode.
11720
117212000-01-30 Dave Love <fx@gnu.org>
11722
11723 * jka-compr.el (jka-compr-load): Fix up load-history.
11724
11725 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
11726
11727 * emacs-lisp/cl-macs.el: Revert previous change.
11728
117292000-01-29 Dave Love <fx@gnu.org>
11730
11731 * facemenu.el: Purecopy various strings.
11732
11733 * timezone.el (timezone-fix-time): Window against 69 for two-digit
11734 years. Deal with three-digit years.
11735
11736 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
11737 defconst, purecopy.
11738 (help-back-label): Purecopy it.
11739
117402000-01-18 Gerd Moellmann <gerd@gnu.org>
11741
11742 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
11743 variable. If non-nil, order the buffer list according to the
11744 currently selected frame.
11745 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
11746 non-nil, pass the selected frame to function buffer-list.
11747
117482000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11749
11750 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
11751
117522000-01-28 Dave Love <fx@gnu.org>
11753
11754 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
11755
11756 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
11757 Don't use lisp-indent-hook property.
11758 (cl-abs): Remove.
11759
11760 * subr.el: Move out indent and edebug specs for when and unless.
11761
11762 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
11763 when, unless.
11764
11765 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
11766 unless, when.
11767
117682000-01-28 Gerd Moellmann <gerd@gnu.org>
11769
11770 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
11771 `collecting' as synonym for `collect'.
11772
11773 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
11774 for the case it contains spaces.
11775
11776 * simple.el (what-cursor-position): Change formatting of
11777 messages.
11778
11779 * frame.el (delete-other-frames): New function.
11780 (toplevel): Bind it to C-x 5 1.
11781
11782 * sort.el (sort-numeric-base): New option.
11783 (sort-numeric-fields): If number starts with `0' or `0[xX[',
11784 interpret it as octal or hexadecimal. Use sort-numeric-base
11785 as default base.
11786
11787 * progmodes/glasses.el: New file.
11788
117892000-01-27 Gerd Moellmann <gerd@gnu.org>
11790
11791 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
11792 userids differently.
11793
11794 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
11795 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
11796 progmodes/ebnf-yac.el: New files.
11797
117982000-01-26 Dave Love <fx@gnu.org>
11799
11800 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
11801 on a function with an empty body. [From Eric Ludlam.]
11802
118032000-01-25 Andre Spiegel <spiegel@gnu.org>
11804
11805 * vc.el (vc-version-diff): Make sure file name is expanded.
11806
118072000-01-25 Gerd Moellmann <gerd@gnu.org>
11808
11809 * scroll-bar.el (scroll-bar-timer): Variable removed.
11810 (scroll-bar-toolkit-scroll): Don't use a timer.
11811
118122000-01-25 Kenichi Handa <handa@etl.go.jp>
11813
11814 * language/thai-util.el (thai-composition-function): Delete
11815 superfluous `a'.
11816
118172000-01-24 Dave Love <fx@gnu.org>
11818
11819 * fortran.el (fortran-mode): Use beginning-of-defun-function,
11820 end-of-defun-function.
11821
11822 * font-lock.el (turn-on-font-lock): Don't depend on window-system
11823 &c.
11824
118252000-01-22 Jason Rumney <jasonr@gnu.org>
11826
11827 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
11828 conflicts with new face support.
11829
118302000-01-22 Richard M. Stallman <rms@gnu.org>
11831
11832 * replace.el (query-replace): Rename last arg to DELIMITED.
11833 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
11834 (query-replace-regexp): Likewise.
11835
118362000-01-20 Richard M. Stallman <rms@gnu.org>
11837
11838 * subr.el (with-syntax-table): Use make-symbol, not gensym.
11839
11840 * emacs-lisp/lisp.el (beginning-of-defun-function):
11841 Variable renamed from beginning-of-defun.
11842 Do not call make-variable-buffer-local.
11843 (beginning-of-defun-raw): Use new variable name; doc fix.
11844 (beginning-of-defun): Doc fix.
11845 (end-of-defun-function): Variable renamed from end-of-defun.
11846 Do not call make-variable-buffer-local.
11847 (end-of-defun): Use new variable name; doc fix.
11848
11849 * subr.el (dolist, dotimes): Copied from cl-macs.el
11850 and made to work.
11851
11852 * mail/undigest.el (rmail-digest-end-regexps):
11853 Variable replaces rmail-digest-end-regexp.
11854 Allows multiple regexps for detecting the end line.
11855 (undigestify-rmail-message): Corresponding changes.
11856
118572000-01-19 Dave Love <fx@gnu.org>
11858
11859 * files.el (user-init-file): Don't declare here -- is primitive.
11860
11861 * startup.el (command-line): Check for compiled user-init-file and
11862 set to uncompiled version if necessary.
11863
118642000-01-18 Gerd Moellmann <gerd@gnu.org>
11865
11866 * mail/undigest.el (rmail-digest-end-regexp): New user option.
11867 (undigestify-rmail-message): Use it.
11868
11869 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
11870
118712000-01-17 Gerd Moellmann <gerd@gnu.org>
11872
11873 * tmm.el (tmm-goto-completions): Adapt to prompt being part
11874 of mini-buffer.
11875
118762000-01-14 Gerd Moellmann <gerd@gnu.org>
11877
11878 * emacs-lisp/copyright.el (copyright-update): Removed the
11879 requirement for a trailing space from `copyright-regexp', to
11880 support copyrights with owner specified on a separate line..
11881
11882 * align.el: New file.
11883
11884 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
11885
11886 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
11887
118882000-01-13 Dave Love <fx@gnu.org>
11889
11890 * ph.el: Removed. (Obsoleted by EUDC.)
11891
118922000-01-13 Gerd Moellmann <gerd@gnu.org>
11893
11894 * net/eudc.el (toplevel): Remove autoloaded code installing
11895 menu with easymenu, because that causes build problems.
11896
11897 * frame.el (frame-notice-user-settings): New variable.
11898 (frame-notice-user-settings): Don't modify frame parameters
11899 if called a second time.
11900
119012000-01-13 Richard M. Stallman <rms@gnu.org>
11902
11903 * frame.el (frame-notice-user-settings):
11904 Notice default-frame-parameters even for non-window frames.
11905
119062000-01-13 Gerd Moellmann <gerd@gnu.org>
11907
11908 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
11909 for Emacs.
11910 (eudc-bob-can-display-inline-images): Extend for Emacs.
11911 (eudc-bob-toggle-inline-display): Ditto.
11912 (eudc-bob-display-jpeg): Ditto.
11913
119142000-01-12 Gerd Moellmann <gerd@gnu.org>
11915
11916 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
11917 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
11918 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
11919
11920 * add-log.el (add-change-log-entry): Fix error trying an `(insert
11921 nil)'.
11922
11923 * subdirs.el: Add `net' directory.
11924
11925 * net: New directory.
11926
11927 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
11928 eval-last-sexp. Don't bind debug-on-error here.
11929 (eval-last-sexp): New function. Bind debug-on-error if
11930 eval-expression-debug-on-error is non-nil.
11931 (eval-defun-2, eval-defun): Likewise.
11932
11933 * simple.el (eval-expression): Don't bind debug-on-error if
11934 eval-expression-debug-on-error is nil. Detect changed
11935 debug-on-error, and propagate new value to global binding, if
11936 eval-expression-debug-on-error is non-nil,
11937 (eval-expression-debug-on-error): Change doc string.
11938
119392000-01-11 Richard M. Stallman <rms@gnu.org>
11940
11941 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
11942
11943 * emacs-lisp/lisp-mode.el (with-syntax-table):
11944 Set up lisp-indent-function property.
11945
11946 * subr.el (with-syntax-table): Moved from simple.el.
11947
11948 * simple.el (with-syntax-table): Moved to subr.el.
11949
119502000-01-11 Gerd Moellmann <gerd@gnu.org>
11951
11952 * tmm.el (tmm-shortcut): Delete region after prompt instead
11953 of erasing buffer.
11954
11955 * textmodes/fill.el (fill-common-string-prefix): New function.
11956 (fill-context-prefix): Use the longest common prefix of first
11957 and second line fill prefix, if there is one.
11958
119592000-01-11 Richard M. Stallman <rms@gnu.org>
11960
11961 * array.el (array-mode): Don't use make-variable-buffer-local.
11962 Use make-local-variable for `truncate-lines'.
11963
119642000-01-11 Jari Aalto <jari.aalto@poboxes.com>
11965
11966 * add-log.el (add-log-current-defun): Handle user-defined
11967 add-log-current-function returning nil,
11968
11969 * add-log.el (add-change-log-entry): Insert version number
11970 if having found a current function
11971
11972 * add-log.el (add-log-current-defun): Call
11973 `add-log-current-defun-function'. Try matches at level 0 and
11974 level 1. Strip whitespace from defun found.
11975
119762000-01-10 John Wiegley <johnw@gnu.org>
11977
11978 * allout.el (isearch-done/outline-provisions): Added `edit'
11979 argument to correspond with the current definition of
11980 `isearch-done'.
11981
119822000-01-10 Dave Love <fx@gnu.org>
11983
11984 * elide-head.el (elide-head): Use point-marker, not point.
11985
119862000-01-10 Gerd Moellmann <gerd@gnu.org>
11987
11988 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
11989 before and after the year 2000.
11990
11991 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
11992 Add ispell- prefix.
11993
119942000-01-10 Ken Stevens <k.stevens@ieee.org>
11995
11996 * ispell.el: Only define dictionaries in menus when they exist.
11997 (version18p): New variable.
11998 (version20p): New variable.
11999 (xemacsp): New variable.
12000 (ispell-choices-win-default-height): Fix for XEmacs visibility.
12001 (ispell-dictionary-alist1): Added Brasileiro dictionary.
12002 (ispell-dictionary-alist6): Russian command lines no longer accept
12003 run-together words.
12004 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
12005 (ispell-dictionary-alist): Add koi8-r to customize definition.
12006 (check-ispell-version): Added documentation string. Returns
12007 library path when called non-interactively.
12008 (ispell-menu-map-needed): Uses new variables.
12009 (ispell-library-path): New variable.
12010 (ispell-decode-string): XEmacs fix for bogus variable bindings.
12011 (ispell-word): Improved documentation string. Test for valid
12012 character mappings. Correctly check typed in word changes that can
12013 result in single words split into multiple words. Returns
12014 replacement word.
12015 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
12016 replace in recursive query replace mode. Help message for
12017 recursive edit mode.
12018 (ispell-show-choices): Protect against bad framepop bindings.
12019 (ispell-help): Fix to work with XEmacs.
12020 (ispell-highlight-spelling-error): Use new variables.
12021 (ispell-overlay-window): Fix to work with XEmacs.
12022 (ispell-parse-output): Passed and returns location information
12023 tracking spelling corrections. Doesn't recheck same word on
12024 current line.
12025 (ispell-init-process): Protect against bogus XEmacs variable binding.
12026 Fix call to single argument in sleep-for. Use new variables.
12027 (ispell-region): Passed and returns location information tracking
12028 spelling corrections. Doesn't check same word on current line.
12029 Improved documentation string. Doesn't resend a line already
12030 checked to the ispell process - fixes bug in LaTeX parsing.
12031 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
12032 (ispell-skip-region): No longer skips <TT> in SGML.
12033 (ispell-process-line): Tracks location information with spelling
12034 corrections. Added documentation string. Accounts for words
12035 already accepted on this line. Don't allow query-replace on line
12036 starting with math characters. Doesn't resend a line already sent
12037 to ispell process. Fixes alignment error bug.
12038
120392000-01-10 Richard M. Stallman <rms@gnu.org>
12040
12041 * dired-x.el (dired-guess-shell-alist-default):
12042 Suggest xloadimage, which is free, not xv, which isn't.
12043
12044 * ange-ftp.el (ange-ftp-file-name-nondirectory):
12045 Don't ever include the host name or user name in the value.
12046
120472000-01-09 Gerd Moellmann <gerd@gnu.org>
12048
12049 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
12050 of a real newline.
12051
120522000-01-09 Stephen Eglen <stephen@gnu.org>
12053
12054 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
12055 for .png files.
12056
120572000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
12058
12059 * cus-edit.el (custom-hook-convert-widget): Fix comment.
12060
120612000-01-09 Gerd Moellmann <gerd@gnu.org>
12062
12063 * progmodes/cperl-mode.el: Replace ^F with ^L.
12064
12065 * sendmail.el (toplevel): Provide `sendmail' when compiling
12066 before `require'ing rmail and mailalias to prevent infinite
12067 recursion.
12068
120692000-01-08 Dave Love <fx@gnu.org>
12070
12071 * emacs-lisp/backquote.el: Remove inappropriate customization
12072 (allowing custom.el to use backquote).
12073
120742000-01-07 Dave Love <fx@gnu.org>
12075
12076 * add-log.el (add-log-debugging): Deleted.
12077 (add-change-log-entry): Treat a backup FILE-NAME as its parent
12078 file. Remove debugging code.
12079 (change-log-get-method-definition, change-log-name): Add doc.
12080 (change-log-sortable-date-at): New function.
12081 (change-log-merge): New command.
12082
12083 * time.el (display-time-string-forms): Make the Mail string active.
12084 (display-time-update): Provide help-echo for load average.
12085
12086 * bindings.el (make-mode-line-mouse2-map): New function.
12087 (mode-line-modified): Use it and simplify.
12088 (mode-line-mule-info): Provide help-echo info.
12089 (minor-mode-alist): Activate the strings.
12090 (make-mode-line-mouse-sensitive): Simplify for
12091 mode-line-buffer-identification.
12092
120932000-01-07 Gerd Moellmann <gerd@gnu.org>
12094
12095 * play/pong.el: New file.
12096
120972000-01-06 Dave Love <fx@gnu.org>
12098
12099 * array.el: Assorted cleanups for compiler warnings, doc strings,
12100 `array-' prefix for symbols.
12101
121022000-01-05 Dave Love <fx@gnu.org>
12103
12104 * textmodes/outline.el (outline-mode-menu-bar-map): Add
12105 outline-headers-as-kill.
12106 (outline-mode): Define imenu-generic-expression.
12107 (outline-headers-as-kill): New command.
12108
12109 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
12110 from paragraph-start.
12111 (paragraph-indent-minor-mode): New command.
12112
12113 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
12114 M-C-e, M-C-h, C-j, C-xnd, TAB.
12115 (fortran-mode): Set beginning-of-defun, end-of-defun.
12116 (fortran-column-ruler): Simplify.
12117 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
12118 (fortran-with-subprogram-narrowing): Likewise.
12119 (fortran-indent-subprogram): Call mark-defun.
12120 (fortran-check-for-matching-do): Change narrowing.
12121
12122 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
12123 (cl-lucid-hash-tag): Delete.
12124 (cl-hash-table-p): Correct test for native table.
12125 (cl-hash-table-count): Use hash-table-count.
12126
12127 * browse-url.el (browse-url): Fix case of
12128 browse-url-browser-function being an alist.
12129
121302000-01-05 Carsten Dominik <cd@gnu.org>
12131
12132 * textmodes/reftex-vars.el (reftex-parse-file-extension)
12133 (reftex-index-phrase-file-extension): New options.
12134
12135 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
12136 Use new option `reftex-index-phrase-file-extension'.
12137
12138 * textmodes/reftex.el (reftex-access-parse-file): Use new option
12139 `reftex-parse-file-extension'.
12140
121412000-01-05 Dave Love <fx@gnu.org>
12142
12143 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
12144 (beginning-of-defun-raw): Use it.
12145 (end-of-defun): New variable.
12146 (end-of-defun): Use it.
12147 (check-parens): New command.
12148
121492000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
12150
12151 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
12152 (hs-show-block): Don't use `mapcar' when not accumulating.
12153
12154 Fix buglet in local variables initialization.
12155
121562000-01-05 Andreas Schwab <schwab@suse.de>
12157
12158 * hscroll.el (hscroll): Doc fix.
12159
121602000-01-05 Carsten Dominik <cd@gnu.org>
12161
12162 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
12163 idlw-toolbar.
12164
12165 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
12166 file idlw-rinfo.el.
12167 (idlwave-customize): load must read file idlw-shell.el.
12168 (idlwave-create-customize-menu): load must read file idlw-shell.el.
12169
121702000-01-05 Carsten Dominik <dominik@astro.uva.nl>
12171
12172 * progmodes/idlw-shell.el: Also provide idlwave-shell
12173 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
12174 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
12175
12176 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
12177 both reftex-dcr and reftex-vcr.
12178
12179 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
12180
121812000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12182
12183 * ps-print.el: PostScript code now is in separate files, doc fix.
12184 (ps-print-version): New version number (5.0.3).
12185 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
12186 local.
12187 (ps-spool-config): Initialization fix.
12188 (ps-print-prologue-1, ps-print-prologue-2)
12189 (ps-print-duplex-feature): PostScript code moved to separated file.
12190 (ps-background-image): Little code reformating.
12191 (ps-begin-file, ps-begin-job): Fix code.
12192 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
12193 (ps-prologue-file): New fun.
12194
121952000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12196
12197 * ps-vars.el: Eliminated.
12198
12199 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
12200 `;;;###autoload'.
12201
12202 * ps-print.el: ps-vars eliminated, doc fix.
12203 (ps-print-version): New version number (5.0.2).
12204 (ps-spool-config): Initialization fix.
12205 (ps-print-customize): New fun.
12206
122072000-01-04 Gerd Moellmann <gerd@gnu.org>
12208
12209 * autorevert.el (auto-revert-mode): Return value of
12210 auto-revert-mode.
12211
122122000-01-04 Dave Love <fx@gnu.org>
12213
12214 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
12215 menu items.
12216
122172000-01-03 Dave Love <fx@gnu.org>
12218
12219 * elide-head.el (elide-head) [defgroup]: Add :version.
12220
12221 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
12222 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
12223 `cl-hash-table-p', not `hash-table-p'.
12224 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
12225
122262000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
12227
12228 * faces.el (face-read-integer, read-face-attribute)
12229 (color-defined-p, color-values): unspecified-{f,b}g are now
12230 strings.
12231
122322000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
12233
12234 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
12235 at comment end, and re-insert them after filling.
12236
122372000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
12238
12239 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
12240 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
12241 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
12242
122432000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
12244
12245 * term/x-win.el (xw-defined-colors): Call color-supported-p,
12246 the new name of face-color-supported-p.
12247
12248 * term/w32-win.el (xw-defined-colors): Likewise.
12249
122502000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
12251
12252 * simple.el (completion-setup-function): Count completion-size
12253 from minibuffer-prompt-end, not from point-min.
12254
122552000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
12256
12257 * faces.el (read-face-attribute, defined-colors, color-defined-p):
12258 Pass the frame to tty-color-* functions.
12259 (display-color-p, frame-set-background-mode): Pass the frame to
12260 tty-display-color-p.
12261
12262 * term/tty-colors.el (tty-defined-color-alist): Renamed from
12263 tty-color-alist.
12264 (tty-color-alist, tty-modify-color-alist): New functions.
12265 (tty-color-define, tty-color-clear, tty-color-approximate)
12266 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
12267 an optional parameter FRAME.
12268
122692000-01-01 Gerd Moellmann <gerd@gnu.org>
12270
12271 * image.el (create-image, defimage): Don't assume image data is a
12272 string.
12273
12274 * image.el (defimage): Handle specifications containing :data
12275 instead of :file.
12276 (image-type-from-data): New function.
12277 (image-type-from-file-header): Use it.
12278 (create-image): Add parameter DATA-P.
12279
12280See ChangeLog.8 for earlier changes.
12281
12282;; Local Variables:
12283;; coding: iso-2022-7bit
12284;; End: