1 2000-09-27 Dave Love <fx@gnu.org>
3 * mouse.el: Fix last change.
5 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
7 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
9 2000-09-22 Kenichi Handa <handa@etl.go.jp>
11 * international/quail.el (quail-help): The output message is
14 2000-09-26 Dave Love <fx@gnu.org>
16 * mouse.el (popup-menu): If POSITION is nil, set it using
19 2000-09-25 Sam Steingold <sds@gnu.org>
21 * net/browse-url.el (browse-url-file-url): Check for null maps.
23 2000-09-26 Gerd Moellmann <gerd@gnu.org>
25 * frame.el (frame-notice-user-settings): Don't add a
26 tool-bar-lines frame parameter to default-frame-alist in batch
29 * frame.el (frame-notice-user-settings): Make tool-bar-mode and
30 default-frame-alist consistent.
32 * toolbar/tool-bar.el (tool-bar-help): New function.
34 2000-09-25 Gerd Moellmann <gerd@gnu.org>
36 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
37 current-load-list in top-level forms. Else this leaks a cons cell
38 every time a defun is called.
40 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
42 2000-09-25 Dave Love <fx@gnu.org>
44 * startup.el (fancy-splash-head): Check XPM is available.
46 * autoinsert.el (auto-insert): Doc fix.
47 (auto-insert-alist): Following GNU notices, don't say `copyright
48 _by_'. Use line-beginning-position.
49 (auto-insert): Check buffer-file-name is non-nil before use.
51 2000-09-25 Gerd Moellmann <gerd@gnu.org>
53 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
54 starting with `@def' or `@multitable', in addition to ones
55 specified by the user in auto-fill-inhibit-regexp.
57 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
59 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
60 rmail-dont-reply-to-names matches the empty string.
62 2000-09-25 Gerd Moellmann <gerd@gnu.org>
64 * startup.el (command-line-1, fancy-splash-text): Change the
65 text to sound more friendly.
68 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
70 * progmodes/hideshow.el: Update author email address.
71 Generally, sync w/ maintainer version 5.22.
73 (hs-hide-all-non-comment-function): New var.
74 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
75 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
76 (hs-show-region): Delete this command.
77 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
79 2000-09-22 Dave Love <fx@gnu.org>
81 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
82 (hl-line-highlight): Specify buffer when moving overlay.
84 * progmodes/fortran.el (fortran-mode): Locally set
85 normal-auto-fill-function.
86 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
87 (fortran-mode-map): Adjust auto-fill menu entry.
89 2000-09-22 Gerd Moellmann <gerd@gnu.org>
91 * vc-rcs.el (toplevel): Require `vc' when compiling.
93 * startup.el (fancy-splash-head): Use splash.pbm instead of
96 2000-09-22 Andre Spiegel <spiegel@gnu.org>
98 * vc.el (vc-switch-backend): Signal an error if the file is not
99 registered under the new backend.
101 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
102 without explicit revision number.
104 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
106 * diff-mode.el (diff-file-header-face): Reset to its previous value.
107 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
108 (diff-xor): New function.
109 (diff-find-source-location): Use it. Fix a stupid name clash.
110 (diff-hunk-status-msg): New function.
111 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
112 (diff-test-hunk): Use diff-find-source-location.
113 (diff-goto-source): Favor the `reverse'.
114 (diff-hunk-text): Properly handle one-sided context diffs.
115 (diff-apply-hunk): When done, advance to the next hunk.
117 2000-09-21 Gerd Moellmann <gerd@gnu.org>
119 * startup.el (command-line): If frame was created with a non-zero
120 tool-bar-lines parameter, switch tool-bar-mode on.
122 * add-log.el (change-log-date-face, change-log-name-face)
123 (change-log-email-face, change-log-file-face)
124 (change-log-list-face, change-log-conditionals-face)
125 (change-log-function-face, change-log-acknowledgement-face): New
126 faces, inheriting from font-lock faces.
127 (change-log-font-lock-keywords): Use them.
129 2000-09-21 Dave Love <fx@gnu.org>
131 * progmodes/cperl-mode.el (top-level): Clean up
132 `eval-when-compile's and assorted defvars.
133 (cperl-invalid-face): Don't double-quote value. Change custom
135 (cperl-mode): Set normal-auto-fill-function and don't zap
137 (cperl-imenu--function-name-regexp-perl): Renamed from
138 imenu-example--function-name-regexp-perl.
139 (cperl-imenu--create-perl-index): Renamed from
140 imenu-example--create-perl-index.
141 (cperl-xsub-scan): Don't require cl.
143 * msb.el (msb-mode-map): Use substitute-key-definition.
144 (msb-mode): Use msb-mode-map.
146 2000-09-21 Andre Spiegel <spiegel@gnu.org>
148 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
150 (vc-next-action-on-file): Call vc-transfer-file at appropriate
152 (vc-switch-backend): New function.
153 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
154 (vc-register): Fix prompt.
155 (vc-unregister, vc-default-unregister): New functions.
156 (vc-version-diff): Handle empty buffer in sentinel.
158 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
159 (vc-rcs-state-heuristic): Use it to guess the state of files with
161 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
162 been set with -b, but not created yet.
163 (vc-rcs-fetch-master-state): With non-strict locking, compare file
164 contents in order to find the state.
165 (vc-rcs-checkin): Allow creation of branches with no changes.
166 (vc-rcs-unregister, vc-rcs-receive-file,
167 vc-rcs-set-non-strict-locking): New functions.
169 * vc-hooks.el (vc-name): Force correct computation of the value
170 in case it is missing.
172 2000-09-21 Gerd Moellmann <gerd@gnu.org>
174 * startup.el (fancy-splash-tail): Use a different foreground
175 color on a dark frame background.
177 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
179 * info.el: Use the correct capitalization when making Info-mode
180 and Info-edit-mode `special' modes.
182 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
184 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
185 (diff-mode): Add support for add-log.el.
186 (diff-hunk-text): Use char offsets rather than line offsets.
187 (diff-find-source-location): Replace LINE with line-offset (nil
188 if not found) and always set POS to a meaningful position.
189 Adapt to the new char-offsets.
190 (diff-apply-hunk): Drop support for the unused `select' POPUP.
191 Adapt to the new diff-find-source-location.
192 (diff-goto-source): Adapt to the new diff-find-source-location.
194 * add-log.el (add-log-file-name): New function (split out of
195 add-change-log-entry).
196 (add-change-log-entry): Use it.
197 Call add-log-file-name-function with the changelog file name if
198 the current buffer is not associated with any file.
199 Avoid find-file if the selected window is dedicated.
201 * diff-mode.el (diff-find-source-location):
202 Move code from diff-apply-hunk. Return buffer rather than file.
203 (diff-apply-hunk): Use the new result from diff-find-source-location.
204 (diff-goto-source): Use the new diff-find-source-location.
206 2000-09-20 Dave Love <fx@gnu.org>
208 * iswitchb.el: Some doc fixes.
209 (iswitchb-mode-map): Define completely initially. Inherit
210 minibuffer-local-map.
211 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
213 (iswitchb-global-map): New variable.
214 (iswitchb-summaries-to-end): Amalgamate regexps.
215 (iswitchb-mode): New.
216 (iswitchb-mode-hook): New variable.
217 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
220 2000-09-20 Gerd Moellmann <gerd@gnu.org>
222 * ehelp.el (electric-help): New defgroup.
223 (electric-help-shrink-window): New user-option.
224 (with-electric-help): Use it.
226 * window.el (shrink-window-if-larger-than-buffer): If face
227 `mode-line' has a :box, and we're on a graphical frame, add 1
228 to the needed window height.
230 * frame.el (frame-notice-user-settings): Add a last parameter nil
231 to a call to `append', because the last list passed to `append' is
232 not copied, and so subsequent calls to assq-delete-all will modify
235 * startup.el (fancy-splash-image): Change :type.
236 (fancy-splash-head): Use an XBM image if appropriate.
237 (command-line-1): Show splash screens in more cases.
239 * startup.el (fancy-splash-text): Don't quote faces.
241 * dired.el (dired-font-lock-keywords): Undo last change.
242 (dired-readin): Bind indent-tabs-mode to nil.
244 * startup.el (fancy-splash-head): If frame's background mode
245 is `dark', change the black background of the image to gray.
246 (fancy-splash-screens): Display startup echo area message.
247 (display-startup-echo-area-message): New function.
249 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
251 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
253 * info.el (info-header-node): Tweak for color ttys.
255 * faces.el (face-valid-attribute-values): Make sure directories we
256 search for stipples both exist and are readable before trying to
259 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
262 * jka-compr.el (with-auto-compression-mode): New macro.
264 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
265 (custom-group-tag-face, custom-variable-tag-face): Use relative
266 :height and inherit from `variable-pitch' face instead of
268 * hi-lock.el (hi-black-hb): Likewise.
270 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
271 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
272 toolbar-add-item, if image doesn't have a mask add a `:mask
275 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
277 * diff-mode.el: Docstring fixes.
278 (diff-header-face, diff-comment-face): New faces.
279 (diff-font-lock-keywords): Highlight a bit differently.
280 (diff-find-source-location): Don't return SPAN any more.
281 (diff-hunk-text): Don't bother erasing the temp buffer.
282 (diff-find-text): Drop argument LINE.
283 (diff-apply-hunk): Update calls to diff-find-text.
284 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
286 * calendar/calendar.el: Docstring fixes.
287 (calendar-make-alist): Don't quote lambda.
288 (calendar-star-date): Use make-local-variable.
290 2000-09-19 Dave Love <fx@gnu.org>
292 * toolbar/tool-bar.el: Renamed from toolbar.el.
293 Change `toolbar' to `tool-bar' generally in symbols.
294 Make some items invisible in `special' major modes.
295 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
298 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
300 (fancy-splash-delay, fancy-splash-image): Remove :version here.
302 2000-09-19 Gerd Moellmann <gerd@gnu.org>
304 * progmodes/sh-script.el (sh-search-word): Remove call to
307 * files.el (find-file-suppress-same-file-warnings): New
309 (find-file-noselect): Use it.
311 * startup.el (fancy-splash-delay, fancy-splash-image): Add
313 (fancy-splash-screen): Defgroup.
315 * add-log.el (change-log-font-lock-keywords): Match names
316 more exactly for the case that font-lock-constant-face is
319 2000-09-19 Richard M. Stallman <rms@gnu.org>
321 * progmodes/sh-script.el (sh-search-word): Rewritten for
324 2000-09-19 Andre Spiegel <spiegel@gnu.org>
326 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
328 2000-09-19 Gerd Moellmann <gerd@gnu.org>
330 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
331 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
332 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
333 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
334 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
335 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
336 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
337 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
338 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
339 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
340 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
341 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
343 * startup.el (fancy-splash-text): New variable.
344 (fancy-splash-delay, fancy-splash-image): New user-options.
345 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
346 (fancy-splash-screens): New functions.
347 (command-line-1): If display has a `display' frame parameter, has
348 colors, and we have XPM support, show more fancy splash screens.
350 2000-09-19 Dave Love <fx@gnu.org>
352 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
353 with null `help'. Use modern backquote syntax.
355 2000-09-19 Gerd Moellmann <gerd@gnu.org>
357 * font-lock.el (font-lock-mode): Change message telling the user
358 that ``the buffer is too big''.
360 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
361 for instance for the case that tab-width is 2.
363 2000-09-18 Gerd Moellmann <gerd@gnu.org>
365 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
366 toolbar-add-item, if image doesn't have a mask add a `:mask
369 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
371 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
372 and return a cons if it's non-nil.
373 (diff-apply-hunk): Try to jump to the line in the source text
374 corresponding to the position of point in the in the hunk.
376 * info.el (Info-title-3-face, Info-title-2-face)
377 (Info-title-1-face): Use face inheritance and relative sizes
378 instead of hard-wiring things.
380 * faces.el (secondary-selection): Make dark-background variant sane.
382 2000-09-16 Andrew Innes <andrewi@gnu.org>
384 * makefile.nt (compile-files): No need to make .elc files
385 read-only, since they aren't under VC now.
387 * makefile.w32-in (compile-files-CMD): No need to make .elc files
388 read-only, since they aren't under VC now.
390 2000-09-17 Dave Love <fx@gnu.org>
392 * tmm.el: Replace mapcar with mapc in several places.
394 * loadhist.el (unload-feature): Maybe call elp-restore-list and
397 * international/latin1-disp.el: New file.
399 * calendar/cal-move.el (scroll-calendar-left)
400 (scroll-calendar-right): Make arg optional (for active mode line).
402 * calendar/calendar.el (calendar-mode-line-format): Make fields
404 (calendar-read-date, calendar-read-date, calendar-window-list):
406 (calendar-month-name): Use aref, not sref.
408 * view.el (minor-mode-alist): Propertize the string.
410 * international/characters.el (standard-case-table): Add entries
413 2000-09-18 Miles Bader <miles@gnu.org>
415 * info.el (info-node, info-xref): Add dark-background variants.
417 * faces.el (header-line): Change defaults to be less confusing
418 when mixed with mode-lines.
420 * info.el (Info-fontify-node): Make a few cleanups.
421 Add extra `help-echo' and `local-map' props to node xrefs.
422 Use header-specific faces for node-names & xrefs.
423 (Info-use-header-line): New variable.
424 (info-header-xref, info-header-node): New faces.
425 (Info-setup-header-line): New function.
426 (Info-select-node): Call Info-setup-header-line when enabled.
427 (Info-extract-pointer): Work even if the header line is hidden.
428 (Info-header-line): New variable.
430 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
432 * vms-patch.el (print-region-function): Don't quote lambda.
434 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
436 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
437 (lm-get-header-re): Allow spaces between the header and the colon.
438 (lm-header): Allow $ in non-RCS headers.
439 (lm-header-multiline): Put the strings back into order.
440 Stop at an empty line. Don't require two space chars if the
441 line is clearly not another header line.
443 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
444 (popup-menu-popup): Remove.
446 2000-09-15 Gerd Moellmann <gerd@gnu.org>
448 * toolbar/toolbar.el (toolbar-add-item): Use the same image
449 specification if or if not tool-bar item contains an `:enabled'
452 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
453 current buffer has no file name.
455 2000-09-15 Dave Love <fx@gnu.org>
457 * strokes.el: Sync with maintainer's current version with changes
458 for Emacs, but avoid runtime cl and levents.
459 (toplevel): Change autoloads and compilation requires.
460 (strokes-version, strokes-bug-address, strokes-lift): Values
462 (strokes-xpm-header, strokes-insinuated): New variable.
463 (strokes): Add :link.
464 (strokes-mode): Customized.
465 (strokes-while-inhibiting-garbage-collector): New macro.
466 (strokes-remassoc): Avoid remove-if.
467 (strokes-fix-button2-command): Don't use ad-do-it.
468 (strokes-insinuate): New function.
469 (strokes-button-press-event-p, strokes-button-release-event-p):
470 New functions, used instead of non-`strokes-' versions..
471 (strokes-mouse-event-p): Rewritten.
472 (strokes-event-closest-point): Avoid event-point.
473 (strokes-get-grid-position): Avoid cdadr, caadr
474 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
476 (strokes-help): Use with-output-to-temp-buffer.
477 (strokes-window-configuration-changed-p): New function.
478 (strokes-update-window-configuration): Use buffer-live-p,
479 strokes-window-configuration-changed-p.
480 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
481 (strokes-char-face): New face.
482 (strokes-char-table, strokes-base64-chars): New variable.
483 (strokes-xpm-for-stroke, strokes-list-strokes)
484 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
485 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
486 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
487 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
488 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
491 2000-09-15 Gerd Moellmann <gerd@gnu.org>
493 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
495 * image.el (create-image): Doc fix.
497 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
498 instead of `:heuristic-mask t'.
500 2000-09-14 Andrew Innes <andrewi@gnu.org>
502 * makefile.w32-in: Revert to Unix line endings.
504 2000-09-14 Andrew Innes <andrewi@gnu.org>
506 * makefile.w32-in: Add bootstrap support. Also copy lisp source
509 * makefile.nt (DONTCOMPILE): Fix typo.
511 * shell.el (shell-write-history-on-exit): New function.
512 (shell-dumb-shell-regexp): New custom variable.
513 (shell-mode): Make shell-write-history-on-exit the process
514 sentinel if shell name matches shell-dumb-shell-regexp.
516 * w32-fns.el: Comment out before-init-hook function which resets
517 source-directory based; this breaks bootstrap.
519 2000-09-14 Dave Love <fx@gnu.org>
521 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
522 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
523 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
524 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
525 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
526 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
527 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
528 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
529 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
531 * toolbar/toolbar.el: New.
533 * subdirs.el: Add toolbar.
535 2000-09-14 Gerd Moellmann <gerd@gnu.org>
537 * indent.el (indent-for-tab-command): Doc fix.
539 2000-09-14 Alex Schroeder <alex@gnu.org>
541 * ansi-color.el (ansi-colors): Doc change.
542 (ansi-color-get-face): Simplified regexp.
543 (ansi-color-faces-vector): Added more faces, doc change.
544 (ansi-color-names-vector): Doc change.
545 (ansi-color-regexp): Simplified regexp.
546 (ansi-color-parameter-regexp): New regexp.
547 (ansi-color-filter-apply): Doc change.
548 (ansi-color-filter-region): Doc change.
549 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
550 deal with zero length parameters.
551 (ansi-color-apply-on-region): Doc change.
552 (ansi-color-map): Doc change.
553 (ansi-color-map-update): Removed debugging message.
554 (ansi-color-get-face-1): Added condition-case to trap
555 args-out-of-range errors.
556 (ansi-color-get-face): Doc change.
557 (ansi-color-make-face): Removed.
558 (ansi-color-for-shell-mode): New option.
560 2000-09-13 Kenichi Handa <handa@etl.go.jp>
562 * international/quail.el (quail-start-translation): Translate KEY
563 if necessary even if it doesn't have any mapping in the current
565 (quail-start-conversion): Likewise.
566 (quail-help): The output message is improved.
568 2000-09-13 Miles Bader <miles@gnu.org>
570 * comint.el (comint-output-filter): Revert to using
571 `insert-before-markers'. Add bletcherous hack to undo damage
572 caused by `insert-before-markers'. Put `front-sticky' property on
573 overlays created here so that the field code understands how the
574 overlay works. Use a let when making comint-last-prompt-overlay,
575 so that the code is easier to read.
577 2000-09-13 Dave Love <fx@gnu.org>
579 * wid-edit.el (widget-default-format-handler): DTRT when
580 doc-property is a function.
582 2000-09-12 Francesco Potorti` <pot@gnu.org>
584 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
585 filed name if it's not there.
587 2000-09-12 Dave Love <fx@gnu.org>
589 * simple.el (read-mail-command): Doc fix.
590 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
592 * vc.el (vc-dired-listing-switches): Fix :version.
594 * vc-hooks.el: Doc fixes.
596 * subr.el (add-minor-mode): Use toggle-fun arg.
598 * speedbar.el: Add :version to several defcustoms.
600 * imenu.el (imenu--truncate-items, imenu--cleanup)
601 (imenu--generic-function): Avoid mapcar.
602 (imenu--replace-spaces): Function removed.
603 (imenu--completion-buffer): Use subst-char-in-string.
604 (imenu-add-to-menubar): Use keymap inheritance.
606 2000-09-12 Miles Bader <miles@gnu.org>
608 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
609 (diff-mode-map): Bind `diff-test-hunk'.
610 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
612 2000-09-11 Gerd Moellmann <gerd@gnu.org>
614 * bytecomp.el (byte-compile-defvar): Undo last change
615 because it breaks '(make-variable-buffer-local (defvar ...)'
616 which is used at least in dired.
618 2000-09-12 Kenichi Handa <handa@etl.go.jp>
620 * international/quail.el (quail-define-package): Docstring
623 2000-09-12 Kenichi Handa <handa@etl.go.jp>
625 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
626 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
627 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
628 docstring of "chinese-py".
630 * international/quail.el (quail-translation-docstring): New
632 (quail-show-keyboard-layout): Docstring modified.
633 (quail-select-current): Likewise.
634 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
635 infinite recursive call.
636 (quail-help): Check quail-translation-docstring. Format of the
638 (quail-help-insert-keymap-description): Adjusted for the above
641 2000-09-11 Gerd Moellmann <gerd@gnu.org>
643 * bytecomp.el (byte-compile-defvar): Only cons onto
644 current-load-list in top-level forms. Else this leaks a cons cell
645 every time a defun is called.
647 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
649 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
650 Now understands non-unified diffs. Some functionality moved into
651 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
652 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
653 modify anything. Only reposition point in the patched file if the
654 patch succeeds. Only pop up another window if POPUP is true.
655 Emit a message describing what happened if successful, and at what
656 line-offset. Automatically detect reversed hunks and do something
658 (diff-hunk-text, diff-find-text): New functions.
659 (diff-filter-lines): Function removed.
660 (diff-test-hunk): New function.
661 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
663 2000-09-10 Dave Love <fx@gnu.org>
665 * textmodes/tildify.el: Minor doc/commentary fixes.
666 (tildify) <defgroup>: Add :version.
668 * faces.el (face-x-resources): Make custom type more specific.
669 (frame-background-mode): Use mapc.
670 (region) <defcustom>: Add :version.
672 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
674 * vc-sccs.el (vc-sccs-register):
675 * vc-rcs.el (vc-rcs-register):
676 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
677 * vc.el (vc-register): Clear file's properties.
679 2000-09-08 Gerd Moellmann <gerd@gnu.org>
681 * faces.el (face-spec-set): Only face-spec-reset-face when
684 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
686 * help.el (help-insert-xref-button): Fix a typo in doc string.
688 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
690 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
691 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
694 * menu-bar.el (read-mail-item-name): New function.
695 (menu-bar-tools-menu): Use it to compute and display the package
697 (menu-bar-tools-menu): Fix typo in GUD's help string.
699 2000-09-07 Dave Love <fx@gnu.org>
701 * diff-mode.el (diff-mouse-goto-source): New function.
703 * vc-sccs.el: Doc fixes.
704 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
706 * vc-rcs.el: Doc fixes.
707 (vc-rcs-register-switches, vc-rcs-checkin-switches)
708 (vc-rcs-checkout-switches, vc-rcs-header)
709 (vc-rcs-master-templates): Add or change :version.
711 * vc-cvs.el: Doc fixes.
712 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
713 (vc-cvs-stay-local): Add :version.
715 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
717 2000-09-07 Kenichi Handa <handa@etl.go.jp>
719 * international/quail.el (quail-help): Fix previous change.
721 2000-09-07 Gerd Moellmann <gerd@gnu.org>
723 * faces.el (color-values): Doc fix.
725 * faces.el (frame-set-background-mode): Use frame-parameter
726 instead of frame-parameters.
728 * frame.el (filtered-frame-list): Reduce consing.
729 (frames-on-display-list): Call frame-parameter instead of
732 2000-09-07 Kenichi Handa <handa@etl.go.jp>
734 * language/devan-util.el (devanagari-to-indian-region): In the
735 loop, change the following char, not preceding char.
737 2000-09-07 Gerd Moellmann <gerd@gnu.org>
739 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
740 instead of frame-parameters.
742 * faces.el (set-face-attribute): Simplify by calling
743 internal-set-lisp-face-attribute with FRAME being 0.
745 * vc.el: Remove `Id' version control keyword.
747 2000-09-07 Kenichi Handa <handa@etl.go.jp>
749 * help.el (help-make-xrefs): Adjusted for the change of
750 help-xref-mule-regexp.
751 (help-insert-xref-button): New function.
753 * international/mule-cmds.el (help-xref-mule-regexp-template):
754 Include the pattern for character set.
757 * international/quail.el: Don't require face.
759 (quail-other-command): Dummy command to make quail-help work better.
760 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
761 (quail-keyboard-layout-substitution): New variable.
762 (quail-update-keyboard-layout): New function.
763 (quail-keyboard-layout-type): New customizable variable.
764 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
765 (quail-keyboard-translate): Pay attention to
766 quail-keyboard-layout-substitution.
767 (quail-insert-kbd-layout): New function.
768 (quail-show-keyboard-layout): New function.
769 (quail-get-translation): If the definition is a vector of length
770 1, and the element is a string of length 1, return the character
772 (quail-update-current-translations): Fix the case of
773 relative-index out of range.
774 (quail-build-decode-map, quail-insert-decode-map): New Functions.
775 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
776 Show key sequences for all available characters.
777 (quail-help-insert-keymap-description): Don't show such verbose
778 key bindings as quail-self-insert-command.
780 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
781 Format changed, and each element now have extra documentations.
782 (tit-process-header): Delete invalid characters from TIT-PROMPT.
783 Adjusted for the change of quail-cxterm-package-ext-info.
785 2000-09-06 Gerd Moellmann <gerd@gnu.org>
787 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
788 requiring it leads to a recursive loading of vc.el and vc-hooks.el
791 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
793 * vc.el: (toplevel): Don't require `dired' at run-time.
794 (vc-dired-resynch-file): Remove autoload cookie.
796 2000-09-05 Andre Spiegel <spiegel@gnu.org>
798 * vc.el: Made several backend functions optional.
799 (vc-default-responsible-p): New function.
800 (vc-merge): Use RET for first version to trigger merge-news, not
802 (vc-annotate): Handle backends that do not support annotation.
803 (vc-default-merge-news): Removed. The existence of a merge-news
804 implementation is now checked on caller sites.
806 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
809 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
810 special case that has been removed from the default in vc-hooks.el.
812 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
814 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
816 2000-09-05 Andre Spiegel <spiegel@gnu.org>
818 * vc-hooks.el: Require vc during compilation.
819 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
820 macro `with-vc-properties' in vc.el.
821 (vc-file-getprop): Doc fix.
822 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
824 * vc.el: Require dired-aux during compilation.
825 (vc-name-assoc-file): Moved to vc-sccs.el.
826 (with-vc-properties): New macro.
827 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
828 vc-finish-steal): Use it.
829 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
830 to the backend-specific function is now supposed to do the checkout,
832 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
834 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
835 set file properties; that gets done in the generic code now.
837 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
838 Changed parameter list, added code from vc.el that does the
839 checkout, possibly with a double-take.
841 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
842 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
843 the above under the new name.
844 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
845 parameter list, added checkout command.
846 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
847 properties; that gets done in the generic code now.
849 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
851 * vc.el: Docstring fixes (courtesy of checkdoc).
853 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
855 * vc.el (vc-checkout-writable-buffer-hook)
856 (vc-checkout-writable-buffer): Remove.
857 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
858 (vc-log-mode): Make it into a clean derived major mode.
859 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
860 vc-log-mode if log-edit is not available.
861 (vc-dired-mode-map): Don't set-keymap-parent yet.
862 (vc-dired-mode): Do set-keymap-parent here.
863 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
865 2000-09-05 Gerd Moellmann <gerd@gnu.org>
867 * faces.el (set-face-attribute, face-spec-reset-face)
868 (face-spec-set): Avoid consing by removing calls to `apply'.
870 * frame.el (frame-parameter): Move to C code.
872 2000-09-05 Dave Love <fx@gnu.org>
874 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
875 insert-before-markers-and-inherit. Now checked systematically!
877 2000-09-05 Alex Schroeder <alex@gnu.org>
879 * sql.el (sql-postgres): Use sql-postgres-options.
880 (sql-postgres-options): New variable.
882 2000-09-05 Alex Schroeder <alex@gnu.org>
884 * sql.el (sql-mode-menu): Work around missing variable mark-active
886 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
887 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
890 2000-09-04 Gerd Moellmann <gerd@gnu.org>
892 * vc.el (vc-dired-resynch-file): Add autoload cookie.
894 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
896 * Makefile.in (DONTCOMPILE): Fix typo in file name.
898 2000-09-04 Andre Spiegel <spiegel@gnu.org>
900 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
901 don't support anything else under SCCS yet.
903 * vc-hooks.el: Minor doc fixes.
905 2000-09-04 Andre Spiegel <spiegel@gnu.org>
907 * vc.el (vc-next-action-on-file): Do not visit the file if it's
908 not necessary. If verbose in state `needs-patch', do the same as
909 under `up-to-date'. When NOT verbose and `needs-patch', check out
910 latest version instead of `merge-news'.
911 (vc-next-action-dired): Don't mess with default-directory here; it
912 breaks other parts of dired. It is the job of the
913 backend-specific functions to adjust it temporarily if they need it.
914 (vc-next-action): Remove a special CVS case.
915 (vc-clear-headers): New optional arg FILE.
916 (vc-checkin, vc-checkout): Set properties vc-state and
917 vc-checkout-time properly.
918 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
919 (vc-print-log): Use new backend function `show-log-entry'.
920 (vc-cancel-version): Do the checks in a different order. Added a
921 FIXME concerning RCS-only code.
923 * vc-rcs.el (vc-rcs-show-log-entry): New function.
924 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
926 * vc-cvs.el (vc-cvs-show-log-entry): New function.
928 * vc-hooks.el (vc-default-mode-line-string): Show state
929 `needs-patch' as a `-' too.
931 2000-09-04 Andre Spiegel <spiegel@gnu.org>
933 * vc.el (vc-responsible-backend): New optional arg REGISTER.
934 (vc-default-could-register): New function.
935 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
936 (vc-resynch-buffer): Call vc-dired-resynch-file.
937 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
938 vc-resynch-buffer instead of vc-resynch-window.
939 (vc-next-action-dired): Don't redisplay here, that gets done as a
940 result of the individual file operations.
941 (vc-retrieve-snapshot): Corrected prompt order.
943 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
945 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
947 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
948 hostname regexps. Updated all callers.
949 (vc-cvs-responsible-p): Handle directories as well.
950 (vc-cvs-could-register): New function.
951 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
952 properties up-to-date.
954 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
955 user whether to create one.
957 2000-09-04 Andre Spiegel <spiegel@gnu.org>
959 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
960 check out a non-existing file.
962 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
963 workfile does not exist.
965 * vc.el (vc-version-diff): Use `require' to check for existence of
968 2000-09-04 Andre Spiegel <spiegel@gnu.org>
970 * vc-cvs.el (vc-cvs-registered): Use new function
971 vc-cvs-parse-entry to do the actual work.
973 2000-09-04 Andre Spiegel <spiegel@gnu.org>
975 * vc-hooks.el (vc-find-backend-function): If function doesn't
976 exist, return nil instead of error.
977 (vc-call-backend): Doc fix.
979 * vc.el (vc-do-command): Doc fix.
980 (vc-finish-logentry): When checking in from vc-dired, choose the
981 right backend for logentry check.
982 (vc-dired-mode-map): Inherit from dired-mode-map.
983 (vc-dired-mode): Local value of dired-move-to-filename-regexp
985 (vc-dired-state-info): Removed, updated caller.
986 (vc-default-dired-state-info): Use parentheses instead of hyphens.
987 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
988 (vc-dired-listing-switches): New variable.
989 (vc-directory): Use it, instead of dired-listing-switches.
991 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
992 (vc-cvs-dir-state): New function.
993 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
994 (vc-cvs-parse-entry): New function, also to be used in
997 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
999 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
1000 *or* single-window-frames.
1002 2000-09-04 Andre Spiegel <spiegel@gnu.org>
1004 * vc.el (vc-update-changelog): Split into generic part and default
1005 implementation. Doc string adapted.
1006 (vc-default-update-changelog): New function. Call the `rcs2log'
1007 script in exec-directory, to fix a long-standing nuisance.
1009 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
1010 simply signals an error.
1012 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1014 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
1015 control-flow more clear and to avoid running `cvs' twice.
1017 * vc.el (vc-next-action-on-file): Doc fix.
1018 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
1019 (vc-print-log): Eval `file' before constructing the continuation.
1021 2000-09-04 Andre Spiegel <spiegel@gnu.org>
1023 * vc.el (vc-next-action-on-file): Corrected several messages.
1024 (vc-merge): Add prefix arg `merge-news'; handle it.
1026 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
1027 is not reached. It is.
1028 (vc-cvs-merge): Set state to 'edited after merge.
1029 (vc-cvs-merge-news): Set workfile version to nil if not known.
1030 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
1032 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
1033 via stdout. (Merge from main line.)
1035 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1037 * vc.el (vc-finish-logentry): Thinko in the "same comment"
1040 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1042 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
1043 against kill-all-local-variables.
1044 (vc-log-edit): Don't save vc-parent-buffer any more.
1045 (vc-last-comment-match): Initialize to an empty string.
1046 (vc-post-command-functions): New hook.
1047 (vc-do-command): Run it.
1048 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
1049 (vc-finish-logentry): Only add the comment to the ring if it's
1050 different from the last comment entered.
1051 (vc-new-comment-index): New function.
1052 (vc-previous-comment): Use it. Make the minibuffer message
1053 slightly less terse.
1054 (vc-comment-search-reverse): Make it work forward as well. Don't
1055 set vc-comment-ring-index if no match is found. Use
1056 vc-new-comment-index.
1057 (vc-comment-search-forward): Use vc-comment-search-reverse.
1058 (vc-dired-mode-map): Don't inherit from dired-mode-map since
1059 define-derived-mode will do it for us. Bind `v' to a keymap that
1060 inherits from vc-prefix-map so that we can bind `vt' without
1062 (vc-retrieve-snapshot): Parenthesis typo.
1064 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
1065 to 1. Make sure to switch to *vc* before looking for an error
1066 message. Use vc-parse-buffer.
1068 2000-09-04 Andre Spiegel <spiegel@gnu.org>
1070 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
1072 (vc-retrieve-snapshot): Split into two parts.
1073 (vc-default-retrieve-snapshot): New function.
1075 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
1076 (vc-cvs-retrieve-snapshot): New function (untested).
1077 (vc-cvs-stay-local): Default to t.
1078 (vc-cvs-remote-p): New function and property.
1079 (vc-cvs-state): Stay local only if the above is t.
1080 (vc-handle-cvs): Removed.
1081 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
1082 done via vc-handled-backends now.
1083 (vc-cvs-header): Escape Id.
1085 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1087 * vc.el (vc-do-command): Remove unused commands.
1088 (vc-version-diff): Make sure default-directory ends with a slash.
1089 Move the window commands into a vc-exec-after.
1090 (vc-print-log): Move more of the code into the `vc-exec-after'.
1092 2000-09-04 Andre Spiegel <spiegel@gnu.org>
1094 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
1095 (vc-print-log): Search current revision from beginning of buffer.
1096 (vc-revert-buffer): Clear echo area after the diff is finished.
1097 (vc-prefix-map): Removed definition of "t" for terse display in vc
1099 (vc-dired-mode-map): Inherit from dired-mode-map. Added
1100 definition of "vt" for terse display.
1101 (vc-dired-mode): Fix dired-move-to-filename-regexp.
1103 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1105 * vc.el (vc-exec-after): Avoid caddr.
1107 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1109 * vc.el (vc-exec-after): New function.
1110 (vc-do-command): Use it to add a termination message for async
1112 (vc-checkout): Try to handle a missing-backend situation.
1113 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
1114 of a directory with a backend using async diffs.
1115 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
1118 * vc-sccs.el (vc-sccs-state-heuristic): Use
1119 file-ownership-preserved-p.
1121 * vc-rcs.el (vc-rcs-state-heuristic): Use
1122 file-ownership-preserved-p.
1123 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
1125 2000-09-04 Andre Spiegel <spiegel@gnu.org>
1127 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
1130 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
1131 when there are no changes.
1133 2000-09-04 Andre Spiegel <spiegel@gnu.org>
1135 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
1137 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
1139 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1141 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
1143 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
1144 the `fset' outside of the defvar so that it works even if
1145 vc-prefix-map was already defined.
1146 (vc-setup-buffer): New function, split out of vc-do-command.
1147 (vc-do-command): Allow BUFFER to be t to mean `just use the
1148 current buffer without any fuss'.
1149 (vc-version-diff): Change the `diff' backend operation to just put
1150 the diff in the current buffer without erasing it. Always use
1151 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
1152 shrink-window-if-larger-than-buffer.
1153 (vc-print-log): Change the `print-log' backend operation to just
1154 put the log in the current buffer without erasing it. Protect
1155 shrink-window-if-larger-than-buffer.
1156 (vc-update-change-log): Fix setd typo.
1158 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
1159 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
1161 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
1162 (vc-rcs-diff): Insert in the current buffer and remove unused arg
1165 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
1166 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
1167 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
1169 2000-09-04 Andre Spiegel <spiegel@gnu.org>
1171 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
1172 not possible, use vc-BACKEND-workfile-unchanged-p.
1173 (vc-default-workfile-unchanged-p): New function. Delegates to a
1174 full vc-BACKEND-diff.
1176 * vc-hooks.el (vc-simple-command): Removed.
1178 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
1179 instead of vc-simple-command.
1180 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
1181 avoid doing a diff when opening a file.
1182 (vc-rcs-state): Added check for unlocked-changes.
1183 (vc-rcs-header): Escape Id.
1184 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
1185 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
1188 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
1189 (vc-sccs-diff): Remove optional arg CMP.
1190 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
1191 SCCS-specific function.
1193 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
1196 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1198 * vc.el (vc-editable-p): Renamed from vc-writable-p.
1199 (with-vc-file, vc-merge): Use vc-editable-p.
1200 (vc-do-command): Remove unused var vc-file and fix the
1201 doubly-defined `status' var. Add a user message when starting an
1203 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
1204 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
1205 Use with-current-buffer.
1206 (vc-buffer-sync): Use unless.
1207 (vc-next-action-on-file): If the file is 'edited by read-only,
1208 make it read-write instead of trying to commit.
1209 (vc-version-diff, vc-update-change-log): Use `setq
1210 default-directory' rather than `cd'.
1211 (vc-log-edit): Don't forget to set default-directory in the
1214 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
1215 (vc-sccs-state-heuristic): Use file-writable-p instead of
1217 (vc-sccs-checkout): Use `unless'.
1219 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
1220 of comparing userids.
1221 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
1222 Simplify the logic by eliminating unreachable code.
1223 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
1224 just do a recursive call if we need to retry.
1225 (vc-rcs-checkout): Handle the case where rcs is missing by making
1226 the buffer read-write if requested and re-signalling the error.
1228 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
1230 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1232 * vc-hooks.el (vc-handled-backends): Docstring change.
1233 (vc-ignore-vc-files): Mark obsolete.
1234 (vc-registered): Check vc-ignore-vc-files.
1235 (vc-find-file-hook, vc-file-not-found-hook): Don't check
1238 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
1240 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1242 * vc.el (vc-checkout): Don't do anything special for ange-ftp
1243 files since ange-ftp already has vc-registered return nil.
1245 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
1246 (vc-sccs-workfile-version): Use with-temp-buffer and new
1247 vc-parse-buffer and don't bother setting the property.
1248 (vc-sccs-add-triple): Use with-current-buffer and
1250 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
1252 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
1253 derives from the old vc-parse-buffer but uses the revision number
1254 rather than the date (much easier to compare robustly).
1255 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
1256 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
1257 locking-user more directly. Check strict locking and set
1258 checkout-model appropriately.
1259 (vc-rcs-parse-locks): Remove.
1260 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
1261 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
1262 (vc-rcs-system-release): Use with-current-buffer and
1264 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
1266 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
1267 (vc-simple-command): Docstring fix.
1268 (vc-registered): Align the way the file-handler is called with the
1269 way the function itself works.
1270 (vc-file-owner): Remove.
1272 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
1273 extraction of fields and call to file-attributes because of a
1274 temporary bug in rcp.el.
1275 (vc-cvs-fetch-status): Use with-current-buffer.
1277 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1279 * vc.el (vc-do-command): Use file-relative-name.
1280 (vc-responsible-backend): Use vc-backend if possible.
1281 (vc-create-snapshot): Improve the `interactive' spec. Add support
1282 for branches and dispatch to backend-specific `create-snapshot'.
1283 (vc-default-create-snapshot): New function, containing the bulk of
1284 the old vc-create-snapshot.
1285 (vc-retrieve-snapshot): Improve the interactive spec.
1287 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
1288 (vc-backend-hook-functions): Remove.
1289 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
1290 (vc-backend): Reintroduce the test for `file = nil' now that I
1291 know why it was there (and added a comment to better remember).
1293 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
1294 code from vc-sccs-hooks.el.
1295 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
1297 (vc-sccs-responsible-p): Use expand-file-name instead of concat
1298 and file-directory-p instead of file-exists-p.
1299 (vc-sccs-check-headers): Simplify the regexp.
1301 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
1302 from vc-rcs-hooks.el. Don't require 'vc anymore.
1303 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
1304 file-directory-p instead of file-exists-p.
1306 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
1307 from vc-cvs-hooks.el.
1308 (proto vc-cvs-registered): Require 'vc-cvs instead of
1309 'vc-cvs-hooks. Don't require 'vc anymore.
1310 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
1311 file-directory-p instead of file-exists-p.
1312 (vc-cvs-create-snapshot): New function, replacing
1314 (vc-cvs-assign-name): Remove.
1316 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1318 * vc-cvs.el (vc-cvs-header): New var.
1320 * vc-rcs.el (vc-rcs-exists): Remove.
1321 (vc-rcs-header): New var.
1323 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
1324 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
1325 (vc-sccs-header): New var.
1327 * vc.el (vc-do-command): Get rid of the `last' argument.
1328 (vc-header-alist): Remove, replaced by vc-X-header.
1329 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
1330 (vc-dired-hook): Use expand-file-name instead of concat.
1331 (vc-directory): Use file-name-as-directory.
1332 (vc-snapshot-precondition, vc-create-snapshot)
1333 (vc-retrieve-snapshot): Allow the command to operate on any
1336 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
1337 just removing the 'WORKFILE argument or by removing the 'MASTER
1338 argument and replacing `file' with (vc-name file).
1340 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1342 * vc.el: Update Copyright and add a crude list of backend funs.
1343 (vc-writable-p): New function.
1344 (with-vc-file): Use vc-writable-p.
1345 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
1346 (vc-register): Avoid vc-name.
1347 (vc-locking-user): Remove.
1348 (vc-steal-lock): Make the `owner' arg non-optional.
1349 (vc-merge): Use vc-writable-p instead of vc-locking-user and
1351 (vc-default-dired-state-info): Use vc-state instead of
1352 vc-locking-user and return special strings for special states.
1353 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
1354 and get rid of one of the special CVS cases.
1355 (vc-cancel-version): prettify error message with \\[...].
1356 (vc-rename-master): New function.
1357 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
1358 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
1359 the CVS special case generic.
1360 (vc-default-record-rename): Remove.
1361 (vc-file-tree-walk-internal): Only call FUNC for files that are
1362 under control of some VC backend and replace `concat' with
1364 (vc-file-tree-walk): Update docstring.
1365 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
1366 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
1368 * vc-sccs.el (vc-sccs-rename-file): Renamed from
1369 vc-sccs-record-rename. Use `find-file-noselect' rather than
1370 `find-file' and call `vc-rename-master' to do the actual move.
1371 (vc-sccs-diff): Remove unused `backend' variable.
1373 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
1374 to delay loading of vc-sccs until it is really used.
1375 (vc-sccs-master-templates): Preload.
1376 (vc-sccs-state): Update call to vc-sccs-parse-locks.
1377 (vc-sccs-project-dir): Remove (merged into
1378 vc-sccs-search-project-dir).
1379 (vc-sccs-search-project-dir): Rewrite using file name handling ops
1380 rather than `concat', make sure it is preloaded and don't bother
1381 to check that the file actually exists.
1382 (vc-sccs-parse-locks): Remove unused `file' argument, remove
1383 `locks' argument (use buffer's content instead) and eliminate n^2
1386 * vc-rcs.el: Update Copyright.
1387 (vc-rcs-rename-file): New function.
1388 (vc-rcs-diff): Remove unused `backend' variable.
1390 * vc-hooks.el: Update Copyright.
1391 (vc-backend): Don't accept a nil argument any more.
1392 (vc-up-to-date-p): Turn into a defsubst.
1393 (vc-possible-master): New function.
1394 (vc-check-master-templates): Use `vc-possible-master' and allow
1395 funs in vc-X-master-templates to return a non-existent file.
1397 * vc-cvs.el: Update Copyright.
1398 (vc-cvs-diff): Remove unused `backend' variable.
1399 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
1401 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
1403 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1405 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
1406 since it can be called from vc-rcs.el.
1407 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
1409 2000-09-04 Andre Spiegel <spiegel@gnu.org>
1411 * vc.el (vc-version-diff): Expand file name read from the
1412 minibuffer. Handle the case when a previous version number can't
1413 be guessed. Give suitable messages when there were no differences
1415 (vc-clear-headers): Call backend-specific implementation, if one
1417 (vc-cancel-version): Made error checks generic. When done, clear
1418 headers generically, too.
1420 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
1421 from vc-clear-headers in vc.el.
1423 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
1425 (vc-rcs-latest-on-branch-p): Made second argument VERSION
1426 optional. Handle the case when it's not there.
1428 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1430 * vc.el (vc-locking-user): Moved from vc-hooks.el.
1432 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1434 * vc-hooks.el (vc-loadup): Remove.
1435 (vc-find-backend-function): Use `require'. Also, handle the case
1436 where vc-BACKEND-hooks.el doesn't exist.
1437 (vc-call-backend): Cleanup.
1439 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1441 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
1442 vc-rcs-grab-templates)
1443 (vc-rcs-registered): Remove. The default function works as well.
1444 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
1445 vc-sccs-grab-templates)
1446 (vc-sccs-registered): Remove. The default function works as well.
1448 * vc.el (vc-version-diff): Left out a vc- in call to
1450 (vc-default-dired-state-info, vc-default-record-rename)
1451 (vc-default-merge-news): Update for the new backend argument.
1453 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
1454 using the default function.
1455 (vc-call-backend): If calling the default function, pass it the
1456 backend as first argument. Update the docstring accordingly.
1457 (vc-default-state-heuristic, vc-default-mode-line-string): Update
1458 for the new backend argument.
1459 (vc-make-backend-sym): Renamed from vc-make-backend-function.
1460 (vc-find-backend-function): Use the new name.
1461 (vc-default-registered): New function.
1463 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1465 * vc.el (vc-merge): Use vc-find-backend-function.
1467 * vc-hooks.el (vc-backend-functions): Remove.
1468 (vc-loadup): Don't setup 'vc-functions.
1469 (vc-find-backend-function): New function.
1470 (vc-call-backend): Use above fun and populate 'vc-functions
1472 (vc-backend-defines): Remove.
1474 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1476 * vc.el (vc-register): Put a FIXME note for a newly found bug.
1477 Call vc-call-backend without the leading vc-.
1478 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
1479 (vc-check-headers): Call vc-call-backend without the leading vc-.
1480 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
1481 (vc-annotate-display): Replace confusing use of `cond' with `or'.
1482 Call vc-call-backend without the leading vc-.
1484 * vc-cvs.el (tail): Provide vc-cvs.
1485 * vc-sccs.el (tail): Provide vc-sccs.
1486 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
1488 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
1489 (vc-make-backend-function, vc-call): Pass names without leading
1490 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
1491 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
1492 (vc-call-backend): Always try to load vc-X-hooks.
1493 (vc-registered): Remove vc- in call to vc-call-backend.
1495 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1497 * vc.el (vc-process-filter): New function.
1498 (vc-do-command): Setup `vc-process-filter' for the async process.
1499 (vc-maybe-resolve-conflicts): New function to reduce
1500 code-duplication. Additionally, it puts the buffer in
1501 `smerge-mode' if applicable.
1502 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
1503 calling `merge-news'.
1504 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
1505 (vc-log-edit): New function. Replacement for `vc-log-mode' by
1506 interfacing to log-edit.el.
1507 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
1508 log-edit is available.
1509 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
1511 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1513 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
1514 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
1515 defvar and the initialization.
1516 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
1518 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
1519 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
1521 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
1523 2000-09-04 Andre Spiegel <spiegel@gnu.org>
1525 * vc.el (vc-file-clear-masterprops): Removed.
1526 (vc-checkin, vc-revert-buffer): Removed calls to the above.
1527 (vc-version-diff): Use buffer-size without argument.
1528 (vc-register): Heed vc-initial-comment.
1530 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
1533 * vc-rcs.el (vc-rcs-register): Parse command output to find master
1534 file name and workfile version.
1535 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
1537 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
1538 vc-file-clear-masterprops.
1540 * vc-sccs.el (vc-sccs-checkout): Removed call to
1541 vc-file-clear-masterprops. If writable, set vc-state to 'edited
1542 rather than user login name.
1545 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1547 * vc.el (vc-workfile-unchanged-p): Remove unused argument
1548 `want-differences-if-changed' and simplify.
1549 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
1550 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
1551 output (which is invalid for async vc-diff) to decide whether to
1552 do the revert silently or not.
1554 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1556 * vc-hooks.el (vc-loadup): Load files quietly.
1557 (vc-call-backend): Oops, brain fart.
1559 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1561 * vc-cvs.el (vc-cvs-state): Typo.
1562 (vc-cvs-merge-news): Return the status code rather than the error msg.
1564 2000-09-04 Andre Spiegel <spiegel@gnu.org>
1566 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
1567 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
1568 vc-state or vc-up-to-date-p.
1569 (vc-merge): Use vc-backend-defines to check whether merging is
1570 possible. Set state to 'edited after successful merge.
1572 * vc-hooks.el (vc-locking-user): If locked by the calling user,
1573 return that name. Redocumented.
1575 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1577 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
1578 new `vc-state' semantics.
1579 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
1580 'vc-locking-user to the current user.
1581 (vc-merge): Inline vc-backend-merge. Comment out code that I
1582 don't understand and hence can't adapt to the new `vc-state' and
1583 `vc-locking-user' semantics.
1584 (vc-backend-merge): Remove.
1586 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
1587 rather than 'vc-locking-user.
1589 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
1591 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
1592 (vc-state): Don't use 'reserved any more. Just use the same
1593 convention as the one used for vc-<backend>-state where the
1594 locking user (as a string) is returned.
1595 (vc-locking-user): Update, based on the above convention. The
1596 'vc-locking-user property has disappeared.
1597 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
1599 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
1600 with a heuristic one.
1601 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
1602 (vc-cvs-checkin): Do a trivial parse to set the state in case of
1603 error. That allows us to get to 'needs-merge even in the
1604 stay-local case. There's still no way to detect 'needs-patch in
1605 such a setup (or to force an update for that matter).
1606 (vc-cvs-logentry-check): Remove, the default works as well.
1608 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1610 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
1612 * vc.el (vc-do-command): kill-all-local-variables, to reset any
1613 major-mode in which the buffer might have been put earlier. Use
1614 `remove' and `when'. Allow `okstatus' to be `async' and use
1615 `start-process' in this case.
1616 (vc-version-diff): Handle the case where the diff looks empty
1617 because of the use of an async process.
1619 2000-09-04 Andre Spiegel <spiegel@gnu.org>
1621 * vc.el (vc-next-action-on-file): Removed optional parameter
1622 `simple'. Recompute state unconditionally.
1623 (vc-default-toggle-read-only): Removed.
1625 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
1626 (vc-toggle-read-only): Undid prev change.
1628 * vc-cvs.el (vc-cvs-stay-local): Renamed from
1629 vc-cvs-simple-toggle. Redocumented.
1630 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
1631 (vc-cvs-toggle-read-only): Removed.
1633 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1635 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
1636 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
1637 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
1638 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
1639 still is. So maybe it should be removed.
1640 (vc-head-version, vc-find-binary): Remove.
1641 (vc-recompute-state): Move from vc-hooks.el.
1642 (vc-next-action-on-file): Add a `simple' argument to allow
1643 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
1644 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
1645 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
1646 (vc-dired-mode-map): Properly defvar it.
1647 (vc-print-log): Call log-view-mode if available.
1648 (small-temporary-file-directory): defvar instead of use boundp.
1649 (vc-merge-news): Moved to vc-cvs.el.
1650 (vc-default-merge-news): New function.
1652 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
1653 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
1654 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
1655 unknown `vc-latest-version' function. It should probably refer to
1656 vc-workfile-version or somesuch, but it's very unclear to me and I
1657 don't have SCCS to test things.
1659 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
1660 (vc-sccs-state-heuristic): Fix typo.
1661 (vc-sccs-workfile-unchanged-p): Add missing argument.
1663 * vc-rcs.el: Require vc and vc-rcs-hooks.
1664 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
1665 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
1666 (vc-release-greater-or-equal-p): Move from vc.
1667 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
1668 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
1669 (vc-rcs-checkout): Add a missing `new-version' argument in the
1670 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
1672 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
1673 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
1674 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
1675 than the apparently unbound `workfile-version'.
1677 * vc-hooks.el (vc-master-templates): Def the obsolete var.
1678 (vc-file-prop-obarray): Use `make-vector'.
1679 (vc-backend-functions): Add new hookable functions
1680 vc-toggle-read-only, vc-record-rename and vc-merge-news.
1681 (vc-loadup): If neither backend nor default functions exist, use
1682 the backend function rather than nil.
1683 (vc-call-backend): If the function if not bound yet, try to load
1684 the non-hook file to see if it provides it.
1685 (vc-call): New macro plus use it wherever possible.
1686 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
1687 nor `vc-find-binary' since it's only called from
1688 vc-mistrust-permission which is only used once the backend is known.
1689 (vc-checkout-model): Fix parenthesis.
1690 (vc-recompute-state, vc-prefix-map): Move to vc.el.
1692 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
1693 (vc-cvs-release, vc-cvs-system-release): Remove.
1694 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
1695 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
1697 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
1698 (vc-cvs-toggle-read-only): First cut at a function to allow a
1699 cvs-status-free vc-toggle-read-only.
1700 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
1701 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
1702 vc-cvs-status. Also set vc-state rather than vc-locking-user.
1703 (vc-cvs-checkout): Modify access rights directly if the user
1704 requested not to use `cvs edit'. And refresh the mode line.
1706 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
1707 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
1709 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1711 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
1712 workfile' that got lost when the code was extracted from vc.el.
1713 And merged the tail with the rest of the code (not possible in the
1714 old vc.el where the tail was shared among all backends). And
1715 explicitly set the state to 'edited if `writable' is set.
1717 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
1718 (vc-cvs-state): Be careful to return the value from
1720 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
1721 property but return it instead. Also be careful to handle a nil
1722 or "" `rev' when workfile is non-nil (it was handled properly when
1725 * vc.el: Removed those pesky unnecessary `(function' quotes.
1726 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
1727 directly in the defvar.
1728 (vc-do-command): Bind inhibit-read-only so as to properly handle
1729 the case where the destination buffer has been made read-only.
1730 (vc-diff): Delegate to vc-version-diff in all cases.
1731 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
1732 (vc-annotate-mode-variables): Removed (code moved partly to
1733 defvars and partly to vc-annotate-add-menu).
1734 (vc-annotate-mode): Turned into a derived-mode.
1735 (vc-annotate-add-menu): Moved in code in
1736 vc-annotate-mode-variables.
1737 (vc-update-change-log): Use make-temp-file if available.
1739 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
1741 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
1742 `vc-checkout-model' updated to `vc-cvs-update-model'.
1744 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
1746 * vc.el (vc-next-action-on-file): Added handling of state
1748 (vc-checkout-carefully): Is now practically obsolete, unless the
1749 above is too slow to be enabled unconditionally.
1750 (vc-update-change-log): Fixed typo.
1752 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
1754 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
1755 Now handles state `unlocked-changes'.
1756 (vc-sccs-workfile-unchanged-p): New function, to support the above.
1758 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
1760 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
1761 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
1763 (vc-rcs-workfile-unchanged-p): Renamed from
1764 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
1765 function yet, but supposed to become one soon.
1767 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
1769 (vc-call-backend): Changed error message.
1770 (vc-state): Added description of state `unlocked-changes'.
1772 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
1774 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
1775 always return t in CVS-controlled directories.
1777 * vc.el (vc-responsible-backend): New function.
1778 (vc-register): Largely rewritten.
1779 (vc-admin): Removed (implementation moved into vc-register).
1780 (vc-checkin): Redocumented.
1781 (vc-finish-logentry): If no backend defined yet (because we are in
1782 the process of registering), use the responsible backend.
1784 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
1785 Updated function lists.
1786 (vc-call-backend): Fixed typo.
1788 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
1790 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
1791 Removed query option. Redocumented.
1793 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
1795 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
1797 * vc.el: Updated callers of `vc-checkout-required' to use
1798 `vc-checkout-model'.
1800 2000-09-04 Martin Lorentzson <martinl@gnu.org>
1802 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
1803 stuff updated to reference this function instead of the old
1804 `vc-backend-release-p'.
1806 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
1808 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
1809 vc-checkout-model. Return appropriate values. Updated callers.
1811 2000-09-04 Martin Lorentzson <martinl@gnu.org>
1813 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
1814 (vc-backend-revert): Function moved into `vc-revert';
1815 `vc-next-action' must be updated to accomodate this change.
1816 (vc-backend-steal): Function moved into `vc-finish-steal'.
1817 (vc-backend-logentry-check): Function moved into
1818 `vc-finish-logentry'.
1819 (vc-backend-printlog): Function moved into `vc-print-log'.
1820 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
1821 (vc-backend-assign-name): Function moved into
1822 `vc-create-snapshot'.
1824 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
1826 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
1827 Rename to vc-checkout-model. Return appropriate values.
1830 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
1831 to vc-checkout-model.
1832 (vc-checkout-required): Rename to vc-checkout-model.
1833 Re-implement and re-comment.
1834 (vc-after-save): Use vc-checkout-model.
1836 2000-09-04 Martin Lorentzson <martinl@gnu.org>
1838 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
1839 Update to use the vc-BACKEND-diff functions instead.
1840 `vc-diff' is now working.
1842 * vc-rcs.el (vc-rcs-logentry-check): New function.
1844 * vc-cvs.el (vc-cvs-logentry-check): New function.
1846 * vc-sccs.el (vc-sccs-diff): Function changed name from
1847 `vc-backend-diff'. This makes `vc-diff' work.
1849 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
1850 of functions possibly implemented in a vc-BACKEND library.
1851 (vc-checkout-required): Fix bug that caused an error to be
1852 signaled during `vc-after-save'.
1855 This checkin is made with our new VC code base for the very first time.
1856 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
1858 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
1859 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
1861 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
1862 updated to `vc-uses-locking'.
1863 (vc-checkout-required): Call to backend function.
1864 `vc-checkout-required' updated to `vc-uses-locking' instead.
1866 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
1867 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
1869 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
1870 to match the split into various backends.
1871 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
1872 (vc-retrieve-snapshot): Bug fix.
1874 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
1876 * vc-sccs.el (vc-sccs-release): Doc fix.
1878 2000-09-04 Martin Lorentzson <martinl@gnu.org>
1880 * vc.el (vc-next-action-on-file): Bug found and fixed.
1881 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
1882 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
1884 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
1885 (vc-rcs-checkout): Name space cleaned up. No more revision number
1886 crunching function names that are not prefixed with vc-rcs.
1887 (vc-rcs-checkout-model): Function added. References to
1888 `vc-checkout-model' replaced.
1890 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
1892 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
1893 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
1894 still need to be split, and implemented for RCS).
1896 2000-09-04 Martin Lorentzson <martinl@gnu.org>
1898 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
1900 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
1901 required by the vc.el file.
1903 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
1904 required by the vc.el file.
1905 (vc-rcs-exists): Function added.
1907 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
1908 required by the vc.el file.
1910 * vc.el (vc-admin): Updated to handle selection of appropriate
1911 backend. Current implementation is crufty and need re-thinking.
1913 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
1915 2000-09-04 Martin Lorentzson <martinl@gnu.org>
1917 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
1918 beginning of annotate buffers correctly.
1920 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
1921 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
1922 functionality updated quite a lot to support multiple backends.
1923 Variables `vc-annotate-mode', `vc-annotate-buffers',
1924 `vc-annotate-backend' added.
1926 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
1927 `vc-annotate-difference' added to supported backend functions.
1929 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
1931 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
1932 Use with-temp-file instead of /bin/sh. Merged from mainline
1934 2000-09-04 Martin Lorentzson <martinl@gnu.org>
1936 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
1938 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
1940 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
1942 2000-09-04 Martin Lorentzson <martinl@gnu.org>
1944 * vc-hooks.el: vc-state-heuristic added to
1945 vc-backend-hook-functions.
1947 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
1949 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
1951 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
1952 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
1953 state to `reserved'.
1955 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
1956 `vc-checkout-required'. Rename the `locked' state to `reserved'.
1958 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
1960 * vc-rcs-hooks.el: Implement new state model. Hardly anything
1963 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
1965 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
1966 if defined. (Merged from main line, slightly adapted.)
1968 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
1969 millenium problem (merged from mainline).
1971 2000-09-04 Martin Lorentzson <martinl@gnu.org>
1973 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
1974 part and moved the non-BACKEND stuff to vc.el.
1976 * vc.el: Split the annotate feature into a BACKEND specific part
1977 and moved it from the vc-cvs.el file to this one.
1979 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
1981 * vc-hooks.el: Implement new state model.
1982 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
1983 (vc-locking-user): Simplify. Now only needed if the file is
1984 locked by somebody else.
1985 (vc-lock-from-permissions): Remove. Functionality is in
1986 vc-sccs-hooks.el and vc-rcs-hooks.el now.
1987 (vc-mode-line-string): New name for former vc-status. Adapted.
1988 (vc-mode-line): Adapt to use the above. Remove optional parameter.
1990 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
1991 Various simplifications and adaptations all over the place.
1993 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
1994 Simplify and adapt the rest.
1996 * vc.el (vc-resynch-window): Add TODO comment: check for
1997 interaction with view mode according to recent RCS change.
1998 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
2000 2000-09-04 Martin Lorentzson <martinl@gnu.org>
2002 * vc.el: Convert the remaining function comments to docstrings.
2004 2000-09-04 Martin Lorentzson <martinl@gnu.org>
2006 * vc.el (vc-backend-release, vc-release-greater-or-equal)
2007 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
2008 (vc-minor-part, vc-previous-version): Functions that operate and
2009 compare revision numbers got proper documentation. Comments added
2010 about their possible removal.
2012 2000-09-04 Martin Lorentzson <martinl@gnu.org>
2014 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
2015 the vc-backend.el files.
2017 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
2019 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
2020 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
2021 (vc-rcs-previous-version): Functions added.
2023 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
2025 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
2027 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
2029 * vc-hooks.el (vc-master-templates): Is really obsolete.
2030 Comment out the definition for now. What is the right procedure
2032 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
2034 (vc-default-registered): Remove.
2035 (vc-check-master-templates): New function; does mostly what the
2037 (vc-locking-user): Don't rely on the backend to set the property.
2039 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
2040 Rewrite documentation.
2041 (vc-rcs-templates-grabbed): New variable.
2042 (vc-rcs-grab-templates): New function.
2043 (vc-rcs-registered): Rewrite to use above mechanism.
2045 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
2046 Rewrite documentation.
2047 (vc-sccs-templates-grabbed): New variable.
2048 (vc-sccs-grab-templates): New function.
2049 (vc-sccs-registered): Rewrite to use above mechanism.
2050 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
2051 Don't throw the result, simply return it.
2053 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
2054 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
2055 (vc-cvs-registered): Does the check itself now. Simplify.
2057 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
2060 2000-09-04 Martin Lorentzson <martinl@gnu.org>
2062 * vc-cvs.el (vc-cvs-diff): New function.
2064 * vc-sccs.el (vc-sccs-diff): New function.
2066 * vc-rcs.el (vc-rcs-diff): New function.
2067 (vc-rcs-checkout): Bug (typo) found and fixed.
2068 (vc-rcs-register-switches): New variable.
2070 * vc.el (vc-backend-diff): Function removed and placed in the
2073 2000-09-04 Martin Lorentzson <martinl@gnu.org>
2075 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
2077 * vc.el (vc-backend-checkout): Function removed and replaced in
2078 the vc-backend.el files.
2080 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
2082 * vc.el (vc-backend-admin): Removed and replaced in the
2083 vc-backend.el files.
2085 * vc.el (Martin): Removed all the annotate functionality since it
2086 is CVS backend specific.
2088 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
2090 * spec.txt: Added specification of vc-state.
2092 * vc-sccs-hooks.el (vc-sccs-master-properties):
2093 Remove handling of vc-latest-version and
2094 vc-your-latest-version. What used to be vc-latest-version, is now
2095 returned as vc-workfile-version.
2096 (vc-sccs-workfile-version): Adapt.
2098 2000-09-04 Dave Love <fx@gnu.org>
2100 * vc.el: [Merged from mainline.]
2101 (vc-dired-mode): Make the dired-move-to-filename-regexp
2102 regexp match the date, to avoid treating date as file size.
2103 Add YYYY S option to WESTERN/
2105 2000-09-04 Dave Love <fx@gnu.org>
2107 * vc.el: Require `compile' when compiling.
2108 (vc-logentry-check-hook): New option.
2109 (vc-steal-lock): Use compose-mail.
2110 (vc-dired-mode-map): Defvar when compiling.
2111 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
2112 vc-sccs.el and renamed. Callers changed.
2113 (vc-backend-checkout, vc-backend-logentry-check)
2114 (vc-backend-merge-news): Doc fix.
2115 (vc-default-logentry-check): New function.
2116 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
2117 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
2118 (vc-backend-merge): Doc fix. Use backend functions.
2119 (vc-check-headers): Use backend functions.
2121 * vc-cvs.el: Require vc when compiling.
2122 (vc-cvs-register-switches): Doc fix.
2123 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
2124 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
2125 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
2126 New functions (code from vc.el).
2127 (vc-annotate-display-default): Fix interactive spec.
2128 (vc-annotate-time-span): Doc fix.
2130 * vc-rcs.el: Require vc when compiling.
2131 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
2132 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
2133 (vc-rcs-checkin): New functions (code from vc.el).
2134 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
2136 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
2138 * vc-sccs.el: Require vc when compiling.
2139 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
2140 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
2142 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
2144 (vc-sccs-add-triple, vc-sccs-record-rename)
2145 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
2146 (vc-sccs-admin): Doc fix.
2148 2000-09-04 Martin Lorentzson <martinl@gnu.org>
2150 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
2151 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
2152 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
2155 * vc-sccs.el (vc-admin-sccs): Added from vc.el
2157 * vc-cvs.el: Moved the annotate functionality from vc.el.
2158 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
2160 2000-09-04 Dave Love <fx@gnu.org>
2162 * vc.el (vc-backend-release): Call vc-system-release.
2164 * vc-sccs.el (vc-sccs-system-release):
2165 Renamed from vc-sccs-backend-release.
2167 * vc-rcs.el (vc-rcs-system-release):
2168 Renamed from vc-rcs-backend-release.
2170 * vc-cvs.el (vc-cvs-system-release):
2171 Renamed from vc-cvs-backend-release.
2173 2000-09-04 Dave Love <fx@gnu.org>
2175 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
2177 (vc-backend-release): Dispatch to backend functions.
2178 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
2179 probably needs attention.]
2181 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
2182 (vc-sccs-backend-release): New function.
2184 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
2185 (vc-cvs-backend-release): New function.
2187 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
2189 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
2190 (vc-default-dired-state-info): New function.
2191 (vc-dired-state-info): Dispatch to backends.
2192 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
2194 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
2195 from vc.el and renamed.
2197 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
2199 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
2200 (vc-version-other-window, vc-backend-assign-name): Removed
2201 references to vc-latest-version; sometimes changed into
2202 vc-workfile-version.
2204 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
2205 vc-rcs-master-workfile-version.
2206 (vc-rcs-workfile-version): Use the above. Don't call
2207 vc-latest-version (that was unreachable code, anyway).
2208 (vc-rcs-fetch-master-properties): Doc fix.
2210 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
2211 (vc-backend-hook-functions): Removed them from this list, too.
2212 (vc-fetch-properties): Removed.
2213 (vc-workfile-version): Doc fix.
2215 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
2216 (vc-rcs-workfile-version, vc-rcs-locking-user)
2217 (vc-rcs-uses-locking): Use it.
2219 * vc-hooks.el (vc-consult-rcs-headers):
2220 Moved into vc-rcs-hooks.el, under the name
2221 vc-rcs-consult-headers.
2223 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
2225 (vc-cvs-find-master): Use this name only; correct different
2226 versions of the name.
2228 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
2230 (vc-sccs-locking-user): Use the latter.
2232 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
2235 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
2237 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
2238 functions are implementation details of those two backends.
2240 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
2242 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
2243 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
2245 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
2246 (vc-sccs-parse-locks): SCCS-specific code moved here from
2249 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
2250 code moved here from vc-hooks.
2252 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
2253 into back-end specific parts and removed. Callers not updated
2254 yet; because I guess these callers will disappear into back-end
2255 specific files anyway.
2257 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
2259 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
2260 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
2263 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
2264 Store yes/no in the property, and return t/nil. Updated all
2267 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
2268 vc-sccs-uses-locking. Don't set property.
2269 (vc-sccs-locking-user): Don't set property.
2271 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
2272 vc-cvs-uses-locking. Don't set property here; leave that to
2274 (vc-cvs-locking-user): Reflect above change. Streamlined.
2276 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
2277 vc-rcs-uses-locking.
2278 (vc-rcs-locking-user): Reflect above change.
2280 2000-09-04 Dave Love <fx@gnu.org>
2282 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
2284 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
2286 * vc-hooks.el (vc-checkout-model): Punt to backends.
2288 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
2290 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
2292 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
2295 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
2298 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
2299 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
2301 * vc-hooks.el (vc-default-locking-user): New function.
2302 (vc-locking-user, vc-workfile-version): Punt to backends.
2304 2000-09-04 Dave Love <fx@gnu.org>
2306 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
2307 (vc-master-workfile-version): Moved from vc-hooks.
2309 * vc-rcs-hooks.el: Fix duplicate code in last change.
2311 * vc-rcs-hooks.el: Require vc-hooks when compiling.
2312 (vc-rcs-master-templates): Improve :type.
2313 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
2314 vc-master-workfile-version): Moved from vc-hooks.
2316 * vc-sccs-hooks.el: Require vc-hooks when compiling.
2317 (vc-sccs-master-templates): Improve :type.
2318 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
2320 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
2322 * vc-cvs-hooks.el: Require vc-hooks when compiling.
2323 (vc-cvs-master-templates): Improve :type. Use
2324 vc-cvs-find-cvs-master.
2325 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
2327 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
2329 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
2330 Moved to vc-cvs-hooks.
2332 * vc-hooks.el: Add doc strings in various places. Simplify the
2334 (vc-handled-backends): New user variable.
2335 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
2338 2000-09-04 Dave Love <fx@gnu.org>
2340 * vc.el: Some doc fixes for autoloaded and interactive functions.
2341 Fix compilation warnings from ediff stuff.
2342 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
2344 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
2346 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
2348 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
2350 2000-09-04 Dave Love <fx@gnu.org>
2352 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
2354 (vc-make-backend-function, vc-loadup, vc-call-backend)
2355 (vc-backend-defines): New functions.
2357 * vc-hooks.el: Various doc fixes.
2358 (vc-default-back-end, vc-follow-symlinks): Custom fix.
2359 (vc-match-substring): Function removed. Callers changed to use
2361 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
2364 2000-09-04 Dave Love <fx@gnu.org>
2366 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
2368 (vc-sccs-project-dir, vc-search-sccs-project-dir)
2369 (vc-sccs-registered): Doc fix.
2371 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
2372 (vc-cvs-registered): Doc fix.
2374 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
2375 (vc-rcs-registered): Doc fix.
2377 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
2379 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
2381 * vc-hooks.el: vc-registered has been renamed
2382 vc-default-registered. Some functions have been moved to the
2383 backend specific files. they all support the
2384 vc-BACKEND-registered functions.
2386 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
2388 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
2390 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
2392 2000-09-04 Dave Love <fx@gnu.org>
2394 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
2395 menu-bar-update-hook.
2397 * help.el (help-manyarg-func-alist): Add
2398 find-operation-coding-system.
2400 * wid-edit.el (widget-sexp-validate): Fix garbled code.
2402 * custom.el (custom-set-variables): Print message about errors in
2405 2000-09-03 Andrew Innes <andrewi@gnu.org>
2407 * makefile.w32-in: Change to DOS line endings.
2409 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
2411 * mouse.el (mouse-popup-menubar): Supply the prompt string for
2412 minor-mode keymaps, if they don't have one.
2414 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
2416 * eshell/esh-module.el (eval-when-compile): Don't lose if
2417 esh-module.el's file name is truncated to DOS 8+3 limits.
2419 2000-09-01 John Wiegley <johnw@gnu.org>
2421 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
2422 predicate, which caused entries in the completion list to be
2425 2000-08-30 John Wiegley <johnw@gnu.org>
2427 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
2428 sending to subprocesses. Also, hook pre-command-hook if
2429 `eshell-send-direct-to-subprocesses' is non-nil.
2430 (eshell-send-direct-to-subprocesses): New config variable. If t,
2431 subprocess input is send immediately.
2432 (eshell-toggle-direct-send): New function.
2433 (eshell-self-insert-command): New function.
2434 (eshell-intercept-commands): New function.
2435 (eshell-send-input): If direct subprocess sending is enabled,
2436 don't echo any input to the Eshell buffer. Let the subprocess
2437 handle that. This requires "stty echo" in bash, for example.
2439 2000-08-28 John Wiegley <johnw@gnu.org>
2441 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
2442 completion function for Eshell's implementation of `unset'.
2444 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
2446 * info.el (Info-directory-list): Doc fix.
2448 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
2450 * filecache.el (file-cache-add-directory-using-find): Don't quote
2451 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
2453 2000-08-31 Kenichi Handa <handa@etl.go.jp>
2455 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
2458 2000-08-30 Andrew Innes <andrewi@gnu.org>
2460 * timer.el (run-with-idle-timer): Undo last change, so that timer
2461 is not activated immediately if Emacs is already idle. Some
2462 existing code relies on this behaviour.
2464 2000-08-30 Miles Bader <miles@gnu.org>
2466 * frame.el (set-frame-font): Do completion of font-name for
2469 2000-08-30 Kenichi Handa <handa@etl.go.jp>
2471 * international/quail.el (quail-start-translation): Bind locally
2472 last-command-event, last-command, and this-command.
2473 (quail-start-conversion): Likewise.
2474 (quail-self-insert-command): Fix docstring.
2476 2000-08-29 Gerd Moellmann <gerd@gnu.org>
2478 * progmodes/executable.el
2479 (executable-make-buffer-file-executable-if-script-p): Check that
2480 buffer contains at least 2 characters.
2482 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
2484 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
2486 2000-08-29 Dave Love <fx@gnu.org>
2488 * diff-mode.el (diff-mode) <defgroup>: Add :version.
2489 (diff-mode-shared-map): Bind mouse-2.
2490 (diff-imenu-generic-expression): New variable.
2491 (diff-mode): Use it.
2493 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
2494 (mouse-popup-menubar): Add minor mode menus.
2495 (popup-menu): Check for lookup-key returning number.
2497 2000-08-29 Miles Bader <miles@gnu.org>
2499 * comint.el (comint-send-input): Create overlays using the proper
2500 front/read-advance arguments.
2502 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2504 * ps-print.el: Even/odd pages printing. Doc fix.
2505 (ps-print-version): New version number (6.0).
2506 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
2507 (ps-background, ps-begin-file, ps-begin-job): Code fix.
2508 (ps-print-duplex-feature): Variable eliminated.
2509 (ps-even-or-odd-pages): New variable.
2511 * progmodes/ebnf2ps.el: Doc fix.
2512 (ebnf-version): New version (3.3).
2513 (ebnf-user-arrow): Change variable customization to sexp.
2514 (ebnf-user-arrow): Function eliminated.
2515 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
2517 2000-08-29 Kenichi Handa <handa@etl.go.jp>
2519 * help.el (help-xref-mule-regexp): New variable.
2520 (help-make-xrefs): Handle help-xref-mule-regexp.
2522 * international/mule-cmds.el (help-xref-mule-regexp-template): New
2524 (describe-input-method): Temporarily activate the specfied input
2525 method to display the information.
2526 (describe-language-environment): Hyperlinks to mule related items.
2528 * international/mule-diag.el (charset-multibyte-form-string): New
2530 (list-character-sets-1): Use charset-multibyte-form-string.
2531 (describe-character-set): New function.
2532 (describe-coding-system): Hyperlinks to safe character sets.
2534 * international/quail.el (quail-help): New arg PACKAGE.
2535 Hyperlinks to mule related items.
2536 (quail-help-insert-keymap-description): Use
2537 substitute-command-keys instead of describe-bindings.
2538 (quail-translation-help): Hyperlinks to mule related items.
2540 2000-08-28 John Wiegley <johnw@gnu.org>
2542 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
2543 have a defsubst call itself. Made `eshell-flatten-list' back into
2546 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
2547 catch, in case re-centering point at bottom messes up the display.
2548 This happens frequently in Emacs 21, due I believe to variable
2551 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
2552 to call `find-tag-interactive'.
2554 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
2555 the list of remember directories.
2557 2000-08-28 John Wiegley <johnw@gnu.org>
2559 * align.el: Test align-region-separate to see if it's a symbol.
2561 2000-08-28 John Wiegley <johnw@gnu.org>
2563 * eshell/esh-util.el (eshell-flatten-list): Made this function
2564 into a defsubst form. It gets used very frequently, although
2565 calls don't occur all that often.
2567 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
2570 * eshell/esh-cmd.el (eshell-rewrite-while-command):
2571 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
2573 (eshell-copy-handles): Created a new macro for duplicating the
2574 current set of open handles. This is needed by the looping
2576 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
2577 is not incorrectly stomped on.
2579 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
2580 declaration for pcomplete-use-paring.
2581 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
2582 value of eshell-cmpl-use-paring.
2583 * pcomplete.el (pcomplete-use-paring): New config variable, to
2584 indicate whether paring should be used.
2585 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
2586 completion alternatives that have already been used.
2588 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
2589 bound to C-c C-y, which will repeat the previous N arguments
2590 (based on prefix argument).
2591 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
2593 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
2594 if there is no *Help* buffer. This is for XEmacs, which renames
2595 its help buffers uniquely. TODO: Find out what the current buffer
2598 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
2599 first entry that correlates to a passwd/group number. Later
2600 entries (used for group/user name aliasing to multiple IDs) are
2603 * eshell/em-xtra.el (eshell/expr):
2604 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
2605 (eshell-grep, eshell/diff, eshell/locate):
2606 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
2607 argument list, before passing it to the system command.
2609 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
2610 `find-tag' for use at final position in Eshell buffers (which
2611 otherwise triggers an error on Emacs 21).
2612 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
2613 buffer, if it is currently bound to `find-tag'.
2615 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
2616 in the list of matched Makefile names.
2617 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
2618 directory, prefer its contents to Makefile.
2620 * eshell/em-dirs.el (eshell/cd): cd commands that look up
2621 directory parts (like "cd old new", or "cd =regexp"), are now case
2622 sensitive on non-Windows/DOS platforms.
2624 * eshell/esh-mode.el (eshell-parse-command-input): When a user
2625 types RET after an open delimiter (like "), display a message
2626 indicating that Eshell is waiting for the closing delimiter.
2628 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
2629 environment variables.
2631 * eshell/em-unix.el (eshell/diff): Added logic to fail more
2632 gracefully if the user enters incorrect arguments.
2634 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
2637 * eshell/esh-var.el (eshell-interpolate-variable):
2638 * eshell/esh-mode.el (eshell-move-argument):
2639 * eshell/em-unix.el (eshell-du-sum-directory):
2640 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
2641 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
2644 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
2645 to ensure the `preserve' flag gets propagated when doing recursive
2648 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
2650 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
2651 Don't convert \n into \0177 in memory.
2652 (eshell-read-history, eshell-write-history): Convert \n to \0177,
2653 and back again, when reading and writing.
2655 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
2657 * eshell/esh-util.el (eshell-processp): Added to relieve constant
2658 testing of `fboundp' on `processp'.
2660 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
2661 (eshell/jobs): Don't call process-list if it is not bound.
2662 (eshell-gather-process-output): Support systems where async
2663 subprocesses aren't supported.
2664 (eshell-scratch-buffer, eshell-last-sync-output-start): New
2667 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
2668 eshell-do-eval returns t.
2669 (eshell-do-pipelines-synchronously): New defmacro.
2670 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
2671 when async subprocesses aren't supported.
2672 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
2673 if async subprocesses aren't supported.
2674 (eshell-resume-command): Don't assume STATUS is a string.
2676 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
2678 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
2679 (eshell-close-target, eshell-get-target): Use eshell-processp.
2680 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
2682 (eshell-get-target, eshell-create-handles): Doc fix.
2684 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
2686 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
2687 criterion to include commands that output something, as long as it
2688 leaves both the command and the end-of-buffer visible when the
2690 (eshell-review-quick-commands): Adjust the help doc string
2693 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
2695 * locate.el (locate): Cleaned up locate command's interactive prompting
2696 Thanks to Fran
\e,Ag
\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
2698 * filecache.el (file-cache-case-fold-search): New variable
2699 (file-cache-assoc-function): New variable
2700 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
2701 Use file-cache-case-fold-search variable
2702 (file-cache-add-file): Use file-cache-assoc-function
2703 (file-cache-delete-file): likewise
2704 (file-cache-directory-name): likewise
2705 (file-cache-debug-read-from-minibuffer): likewise
2707 2000-08-28 Gerd Moellmann <gerd@gnu.org>
2709 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
2710 (abbrev-table-name): New function.
2711 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
2712 If non-nil list local abbrev, only.
2714 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
2716 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
2717 from Gnus support code, and use special article copy buffer
2718 `(gnus-original-article-buffer)' instead. This allows to get rid
2719 of article-hide-headers usage (which breaks in the latest Gnus
2720 version). Thanks to Detlev Zundel.
2722 2000-08-28 Kenichi Handa <handa@etl.go.jp>
2724 * international/quail.el (quail-use-package): Hide "... loaded"
2726 (quail-start-translation, quail-start-conversion): Likewise.
2728 * international/kkc.el (kkc-region): Hide "... loaded" message.
2730 2000-08-27 Dave Love <fx@gnu.org>
2732 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
2734 2000-08-27 Miles Bader <miles@gnu.org>
2736 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
2738 2000-08-27 Kenichi Handa <handa@etl.go.jp>
2740 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
2741 'ja-dic-cnv), not (require 'skkdic-cnv).
2743 2000-08-26 Miles Bader <miles@gnu.org>
2745 * faces.el (face-x-resources): Add entry for :inherit.
2746 * cus-face.el (custom-face-attributes): Add support for :inherit
2747 attribute. Add support for relative face heights.
2748 (custom-face-attributes-get): Treat `nil' as being a default value
2749 for :inherit (as well as `unspecified').
2751 * faces.el (set-face-attribute): Update doc string.
2752 (face-attribute-name-alist): Add :inherit.
2753 (face-valid-attribute-values): Handle :inherit.
2754 (face-read-string): Rephrase prompt to be less confusing.
2755 Assume that DEFAULT is a string, since we must return a string.
2756 (face-read-integer): Use `format' to turn DEFAULT into an
2757 acceptable default for face-read-string. Match NEW-VALUE against
2758 the string "unspecified", not the symbol `unspecified', since
2759 that's what face-read-string returns.
2760 (read-face-attribute): Lookup a name for old-value in valid, and
2761 use it as a default if we find one. Treat all values from
2762 face-read-string as strings. If the default is used, don't do any
2763 more processing on the value, just use the old value directly.
2764 (read-face-and-attribute, modify-face): Tweak prompt.
2765 (read-face-name): Don't assume prompt ends with a space.
2767 * faces.el (describe-face): Add support for :inherit attribute.
2769 2000-08-25 Kenichi Handa <handa@etl.go.jp>
2771 * terminal.el (terminal-emulator): Fix args to `concat'. Now
2772 concat doesn't accept interger.
2774 * international/kkc.el: Remove SKK from Keywords. Require
2775 ja-dic-utl instead of skkdic-utl.
2777 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
2778 Provide ja-dic-cnv instead of skkdic-cnv.
2779 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
2780 (iso-2022-7bit-short): Add safe-charsets property.
2781 (skkdic-convert-postfix): Search Japanese chou-on character in
2782 addition to Hiragana character.
2783 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
2784 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
2785 (batch-skkdic-convert): Likewise.
2787 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
2788 Provide ja-dic-utl instead of skkdic-utl.
2789 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
2791 2000-08-24 Dave Love <fx@gnu.org>
2793 * disp-table.el (standard-display-default): Make the test of `l'
2796 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
2799 * international/iso-ascii.el: Make pilcrow convenient string
2800 consistent with section.
2801 (iso-ascii-display): Set up multibyte characters as well as
2804 2000-08-24 Kenichi Handa <handa@etl.go.jp>
2806 * international/mule-cmds.el (reset-language-environment): Set
2807 default-process-coding-system to '(undecided . iso-latin-1), which
2808 makes process I/O almost consistent with file I/O. Call this
2809 function when mule-cmds.el[c] is loaded.
2811 2000-08-22 Andrew Innes <andrewi@gnu.org>
2813 * makefile.w32-in: New file.
2815 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
2817 * comint.el (comint-output-filter): Compare end of
2818 comint-last-output-overlay with the start of the newly inserted
2819 text, not the end, when deciding whether to extend it.
2820 Set saved-point's insertion type to advance after insertion.
2822 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
2823 since this is now done independently of font-lock mode.
2825 2000-08-21 Gerd Moellmann <gerd@gnu.org>
2827 * server.el (server-kill-new-buffers): New user option.
2828 (server-existing-buffer): New buffer-local variable.
2829 (server-visit-files): When using an existing buffer, set
2830 server-existing-buffer to t.
2831 (server-buffer-done): If server-kill-new-buffers is t, kill the
2832 buffer, unless it was already present before visiting it with
2835 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
2837 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
2838 even if the display doesn't support colors: some displays will
2839 support bold/underline faces.
2841 2000-08-21 Gerd Moellmann <gerd@gnu.org>
2843 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
2845 * startup.el (command-line): If user's init file had an error,
2846 add explanatory text to *Messages*.
2848 2000-08-21 Kenichi Handa <handa@etl.go.jp>
2850 * man.el (Man-getpage-in-background): Decode the process output by
2851 the system locale coding system.
2853 2000-08-20 Dave Love <fx@gnu.org>
2855 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
2856 Don't test x-popup-menu.
2857 (function) <complete-function>: Complete only fbound symbols.
2858 <validate, value>: New.
2859 (variable) <complete-function>: Complete only bound symbols.
2860 (coding-system): Add :base-only, :complete-function, :validate,
2861 :value, :prompt-match.
2862 (widget-coding-system-prompt-value): Use read-coding-system and
2864 (editable-field): Add :help-echo.
2865 (widget-push-button-gui, widget-push-button-cache)
2866 (widget-gui-action, widget-editable-list-gui): COmment out, along
2868 (widget-at): Make arg optional.
2869 (widget-echo-help): Adjust for current help-echo calling sequence.
2870 (widget-specify-field, widget-specify-button)
2871 (widget-specify-insert, widget-get-sibling, widget-image-find)
2872 (widget-convert, widget-insert, widget-leave-text)
2873 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
2874 (widget-setup, widget-field-find, widget-before-change)
2875 (widget-after-change, widget-default-complete)
2876 (widget-default-create, widget-default-delete)
2877 (widget-push-button-value-create, editable-field)
2878 (widget-field-prompt-value, widget-field-validate)
2879 (widget-choice-value-create, widget-choice-action)
2880 (widget-choice-validate, widget-checklist-add-item)
2881 (widget-radio-add-item, widget-radio-chosen)
2882 (widget-radio-value-inline, widget-editable-list-value-create)
2883 (widget-editable-list-entry-create)
2884 (widget-documentation-link-add)
2885 (widget-documentation-string-value-create)
2886 (widget-regexp-validate, widget-file-complete)
2887 (widget-sexp-validate, widget-plist-convert-widget)
2888 (widget-plist-convert-widget, widget-alist-convert-widget)
2889 (widget-alist-convert-widget, widget-color-complete): Simplify,
2890 particularly to avoid bindings which aren't optimized out.
2892 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
2894 (down-list, backward-up-list, up-list, kill-sexp)
2895 (backward-kill-sexp, mark-sexp): Make arg optional.
2896 (lisp-complete-symbol): Add optional arg PREDICATE.
2898 * cus-start.el: Add display-buffer-reuse-frames,
2899 file-coding-system-alist.
2901 2000-08-20 Gerd Moellmann <gerd@gnu.org>
2903 * startup.el (command-line): Clear realized faces after
2904 modifying TTY color mappings.
2906 2000-08-20 Miles Bader <miles@gnu.org>
2908 * faces.el (face-attr-match-p): Don't return true if ATTRS are
2909 merely a subset of FACE's attributes.
2911 2000-08-19 Miles Bader <miles@gnu.org>
2913 * comint.el (comint-output-filter): Save the point with a marker,
2914 not just a buffer position.
2916 * international/mule.el (set-buffer-process-coding-system): Make
2917 interactive prompt less confusing.
2919 2000-08-19 Gerd Moellmann <gerd@gnu.org>
2921 * hilit-chg.el: General cleanup of doc strings, comments and
2924 2000-08-19 Miles Bader <miles@gnu.org>
2926 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
2927 Compiler macro removed; beginning-of-line is no longer always
2928 equivalent to forward-line, in the presence of fields.
2930 * comint.el (comint-output-filter): Remove ad-hoc saving of
2931 restriction, and just use save-restriction, now that it works
2932 correctly. Don't adjust comint-last-input-start to account for
2933 our insertion; it shouldn't have moved because we don't use
2934 insert-before-markers anymore. Comment out call to
2935 `force-mode-line-update'; why is it here?
2937 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
2938 while checking for prompt to delete. Use `forward-line 0'
2939 instead of beginning-of-line.
2940 (gud-filter): Temporarily widen gud comint buffer while
2943 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
2945 * progmodes/sh-script.el: Big bag of typos.
2947 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
2948 check since ispell-process is not bound when ispell is not yet loaded.
2950 2000-08-18 Dave Love <fx@gnu.org>
2952 * image.el (find-image): Copy `spec' before using plist-put.
2954 2000-08-18 Gerd Moellmann <gerd@gnu.org>
2956 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
2959 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
2960 backward-kill-sexp, analogous to kill-sexp.
2962 * progmodes/icon.el (icon-indent-line)
2963 (icon-is-continuation-line): Handle comments specially.
2965 2000-08-17 Ken Stevens <k.stevens@ieee.org>
2967 * ispell.el: Set to standard author/maintainer/keyword fields.
2968 Fine tuning to menu map appearance and operation, and added help.
2969 Remove `start' and `end' error messages when compiling.
2970 (ispell-choices-win-default-height): Fixed comment string.
2971 (ispell-dictionary-alist-1): Fixed regexp in castellano and
2972 castellano8 dictionaries.
2973 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
2974 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
2975 dictionary, added italiano dictionary.
2976 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
2978 (ispell-tex-skip-alists): Added psfig support.
2979 (ispell-skip-html): Renamed from ispell-skip-sgml.
2980 (ispell-begin-skip-region-regexp, ispell-skip-region)
2981 (ispell-minor-check): Improved html skipping support to skip across
2982 code, and recognize `&' commands without propper `;' syntax;
2983 (ispell-process-line): Fix alignment error when manually
2984 correcting spelling.
2985 (ispell): Fix comment string.
2986 (ispell-add-per-file-word-list): Always put word list on new line.
2988 2000-08-17 Gerd Moellmann <gerd@gnu.org>
2990 * format.el (format-encode-run-method): Fix error message to say
2991 `encode' instead of `decode'. Use save-window-excursion around
2992 shell-command-on-region as in format-decode-run-method because
2993 shell-command-on-region can display a buffer with error output.
2994 (format-decode): Don't record undo information for the decoding.
2995 (format-annotate-function): Add parameter FORMAT-COUNT. Make
2996 that number part of the temporary buffer name so that more than
2997 one decoding using a temporary buffer can happen safely.
2999 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
3000 of `A-z' in the regexp.
3002 * hilit-chg.el: Fix typos in commentary.
3004 * help.el (view-emacs-news): Rewritten for new naming scheme
3007 * startup.el (command-line): Pop to *Messages* in case an error
3008 is signaled while loading user-init-file.
3010 2000-08-17 Andreas Schwab <schwab@suse.de>
3012 * files.el (insert-directory): Don't lose original file name,
3013 undoing an undocumented change.
3015 2000-08-17 Alex Schroeder <alex@gnu.org>
3017 * sql.el (sql-magic-go): Use comint-bol.
3018 (sql-copy-column): Use comint-line-beginning-position.
3019 (comint-line-beginning-position): Define a replacement for
3020 comint-line-beginning-position if it is not fboundp.
3022 2000-08-17 Alex Schroeder <alex@gnu.org>
3024 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
3025 it didn't have any effect anyway.
3027 2000-08-17 Alex Schroeder <alex@gnu.org>
3029 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
3030 --pset and pager=off instead of sending \\o|cat at the beginning
3033 2000-08-17 Miles Bader <miles@gnu.org>
3035 * progmodes/octave-inf.el: Add compatibility definition of
3036 comint-line-beginning-position.
3038 2000-08-17 Kenichi Handa <handa@etl.go.jp>
3040 * startup.el (normal-top-level): Look in each dir in load-path for
3041 a leim-list.el file too. This assures of loading leim-list.el
3042 that is created at Emacs installation time even if a user have his
3045 2000-08-17 Miles Bader <miles@gnu.org>
3047 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
3048 foreground color to black if the background is dark.
3050 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
3052 * loadhist.el (unload-feature): Typo.
3054 * finder.el (finder-compile-keywords):
3055 * cus-dep.el (custom-make-dependencies): Add local-variable settings
3056 to the generated file.
3058 * mail/mh-e.el (mh-make-local-vars):
3059 Replace make-variable-buffer-local with make-local-variable.
3062 * options.el (Edit-options-{set,toggle,t,nil}):
3063 * mail/mailabbrev.el (mail-abbrevs-mode):
3064 * textmodes/tex-mode.el (tex-expand-files):
3065 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
3067 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
3069 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
3070 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
3071 Allow going past the last element.
3072 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
3073 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
3074 (cvs-mouse-toggle-mark): Don't move point.
3075 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
3077 * progmodes/compile.el (grep): Provide a default set of files.
3078 (next-error): Docstring fix.
3079 (compilation-find-file): Avoid find-file (fails in a dedicated window).
3081 * emacs-lisp/easy-mmode.el (define-minor-mode):
3082 Use `symbol-value' to keep the byte-compiler quiet.
3084 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
3085 (diff-find-source-location): New fun, extracted from diff-goto-source.
3086 (diff-goto-source): Use it.
3087 (diff-next-complex-hunk, diff-filter-lines): New function.
3088 (diff-apply-hunk): New command.
3090 * smerge-mode.el (smerge-mode-menu): Doc fix.
3092 * msb.el (msb-mode): Define it in terms of define-minor-mode.
3094 2000-08-16 Dave Love <fx@gnu.org>
3096 * windmove.el (windmove) <defgroup>: Add :version.
3098 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
3099 (goto-address-fontify-p, goto-address-highlight-p)
3100 (goto-address-url-face, goto-address-url-mouse-face)
3101 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
3102 (goto-address-url-regexp): Use thing-at-point-url-regexp.
3103 (goto-address-fontify, goto-address-at-mouse): Simplify,
3104 (goto-address-at-point): browse-url-url-at-point,
3105 goto-address-find-address-at-point can return nil.
3106 (goto-address-find-address-at-point): Return nil on failure.
3108 * align.el (align) <defgroup>: Add :version.
3110 * calculator.el (calculator): Add :version.
3111 (calculator): Use two lines for calculator window if `modeline'
3114 * play/5x5.el: Doc fixes.
3115 (5x5) <defgroup>: Add :version.
3117 * play/fortune.el (fortune) <defgroup>: Add :version.
3118 (fortune-append): Fix error message.
3119 (fortune-from-region): Doc fix.
3121 * play/pong.el (pong): Doc fix.
3123 * play/morse.el: Keywords, commentary, autoloads.
3125 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
3127 * desktop.el (desktop-save): Don't look at symbol-value of a
3128 member of minor-mode-alist, unless it is boundp.
3130 2000-08-16 Sam Steingold <sds@gnu.org>
3132 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
3133 `while'; use `with-current-buffer' instead of `save-excursion'.
3134 Removed unnecessary kludges now that "*Buffer List*" is excluded.
3136 2000-08-16 Kenichi Handa <handa@etl.go.jp>
3138 * international/ccl.el (declare-ccl-program): Docstring modified.
3139 (ccl-execute-with-args): Likewise.
3141 2000-08-16 Miles Bader <miles@gnu.org>
3143 * progmodes/sql.el: Add compatibility definition of
3144 comint-line-beginning-position.
3146 2000-08-15 Gerd Moellmann <gerd@gnu.org>
3148 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
3149 'buffer-menu' property.
3150 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
3152 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
3153 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
3156 * buff-menu.el (list-buffers-noselect): Don't display the
3157 *Buffer List* buffer.
3159 * font-lock.el: Require jit-lock to prevent a very late
3160 `Loading jit-lock' message.
3162 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
3163 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
3166 2000-08-15 Miles Bader <miles@gnu.org>
3168 * textmodes/ispell.el (ispell-graphic-p): New constant.
3169 (ispell-choices-win-default-height, ispell-help): Use
3170 `ispell-graphic-p' instead of `xemacsp'.
3172 2000-08-15 Dave Love <fx@gnu.org>
3174 * simple.el: Autoload widget-convert when compiling.
3175 (mail-user-agent): Doc fix.
3177 * help.el (function-called-at-point, variable-at-point): Use
3179 (help-manyarg-func-alist): Add insert-and-inherit.
3181 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
3183 * delsel.el (delsel-unload-hook): New function.
3185 * find-file.el: Doc fixes. Move provide to end.
3186 (ff) <defgroup>: Add :link.
3187 (ff-goto-click): Deleted.
3188 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
3189 Use mouse-set-point.
3191 * textmodes/tildify.el: Doc fixes.
3192 (tildify) <defgroup>: Add:version.
3194 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
3195 (glasses-custom-set): Use set-default, not set.
3196 (minor-mode-alist): Propertize the lighter.
3197 (glasses-mode): Provide optional arg.
3199 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
3200 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
3201 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
3202 option. Provide :type.
3203 (cwarn-configuration): Provide :type.
3204 (cwarn-mode): Doc fix.
3206 * add-log.el (change-log-merge): Doc fix.
3207 (change-log-redate): New command.
3209 * net/browse-url.el (browse-url-filename-alist): Add a clause for
3211 (browse-url): Use dolist, not mapcar.
3212 (browse-url-at-point): Check for null url.
3213 (browse-url-event-buffer, browse-url-event-point): Functions
3215 (browse-url-at-mouse, browse-url-netscape): Simplify.
3217 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
3219 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
3220 Fix previous change to mapcan.
3221 (msb--init-file-alist, msb--add-separators)
3222 (msb--make-keymap-menu): Simplify.
3223 (msb--choose-file-menu): Use copy-sequence.
3224 (msb-mode-map): Add title to keymap.
3225 (msb-unload-hook): New function.
3227 * bs.el: Fix indentation.
3228 (bs) <defgroup>: Add :links.
3230 (bs-apply-sort-faces): Don't use window-system.
3231 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
3233 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
3235 * calendar/timeclock.el (timeclock-file): Run .timelog through
3236 convert-standard-filename.
3238 2000-08-14 Gerd Moellmann <gerd@gnu.org>
3240 * emacs-lisp/authors.el: New file.
3242 * paren.el (show-paren-priority): New user option.
3243 (show-paren-function): Set overlay priorities to
3244 show-paren-priority.
3246 2000-08-14 Miles Bader <miles@gnu.org>
3248 * comint.el (comint-bol): Use `forward-line 0' instead of calling
3249 beginning-of-line with inhibit-field-text-motion bound.
3251 2000-08-14 Gerd Moellmann <gerd@gnu.org>
3253 * calendar/timeclock.el: New file.
3255 2000-08-14 David Ponce <david@dponce.com>
3257 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
3258 `widget-button-click'. so that one can use left mouse button to
3259 click on dialog buttons.
3261 2000-08-14 Emmanuel Briot <briot@gnat.com>
3263 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
3264 identifiers, since XML is case sensitive
3266 2000-08-12 Miles Bader <miles@gnu.org>
3268 * comint.el (comint-output-filter): Don't bother frobbing
3269 window-start, it doesn't seem to be necessary.
3271 * comint.el (comint-send-string, comint-send-region): Make into
3272 real functions. Snapshot the prompt before sending.
3274 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
3276 * info.el (Info-find-emacs-command-nodes): Rewrite to use
3277 technique similar to Info-index, instead of relying on specific
3278 names of relevant Index nodes.
3279 (Info-goto-emacs-command-node): Bind Info-history to nil when
3280 going to the first node found by Info-find-emacs-command-nodes.
3282 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
3284 * menu-bar.el (menu-bar-help-menu): Add a :help string.
3286 2000-08-10 Miles Bader <miles@gnu.org>
3288 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
3290 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
3292 * info.el (Info-file-list-for-emacs): More elements for the
3293 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
3296 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
3298 * comint.el (comint-send-input): Make the newline boundary overlay
3299 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
3300 (comint-output-filter): Use `insert' instead of
3301 `insert-before-markers'. Extend comint-last-output-overlay when
3302 necessary since we can't rely on insert-before-markers to do it.
3303 * gud.el (gud-filter): Use `with-current-buffer' instead of
3304 save-excursion when inserting the output, so that point gets
3305 updated correctly; the old method relied on a rather dodgy
3306 side-effect of comint-output-filter to avoid the effect of
3309 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
3311 * files.el (recover-file): Call insert-directory instead of
3312 invoking `ls' directly.
3314 2000-08-10 Miles Bader <miles@gnu.org>
3316 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
3317 (comint-last-prompt-overlay): New variables.
3318 (comint-output-filter): Implement prompt highlighting.
3319 (comint-snapshot-last-prompt): New function.
3320 (comint-send-input): Snapshot the last prompt.
3321 Use comint-highlight-input-face.
3322 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
3323 Use defface instead of defcustom.
3324 (send-invisible, comint-send-eof): Snapshot the last prompt.
3325 (comint-delchar-or-maybe-eof): Use comint-send-eof.
3326 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
3328 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
3330 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
3331 (regexp-opt-group): Use a list of chars for `letters'.
3332 (regexp-opt-charset): `chars' is now a list of chars.
3333 Use a char-table rather than a vector so it works for multibyte chars.
3335 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
3336 Set cvs-minor-current-files to the selected fileinfo.
3337 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
3338 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
3340 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
3342 * files.el (insert-directory): Don't call access-file on
3343 directories on DOS and Windows.
3345 2000-08-09 Kenichi Handa <handa@etl.go.jp>
3347 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
3348 longer if necessary.
3349 (ccl-embed-code): Call ccl-embed-data to store CODE in
3352 2000-08-09 Miles Bader <miles@gnu.org>
3354 * comint.el (comint-output-filter): Properly handle the case where
3355 the text surrounded by comint-last-output-overlay was deleted.
3357 2000-08-08 Gerd Moellmann <gerd@gnu.org>
3359 * info.el (Info-insert-dir): Use Info-additional-directory-list if
3361 (Info-file-list-for-emacs): Remove "info" from the list because
3362 that leads to trying to use the documentation from file `info'
3363 in various situations where it isn't appropriate, for instance
3366 * ffap.el (ffap-read-file-or-url-internal): Handle case that
3367 DIR and/or STRING are nil.
3369 * progmodes/compile.el (compilation-setup): Make variable
3370 compilation-error-screen-columns buffer-local, as some comment
3371 in the code suggests it should be.
3373 * files.el (auto-mode-interpreter-regexp): New variable.
3374 (set-auto-mode): Use it.
3376 * indent.el (indent-for-tab-command): Doc fix.
3378 * mouse-sel.el (mouse-sel-mode): Doc fix.
3380 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
3383 * help.el (print-help-return-message): When
3384 display-buffer-reuse-frames is set, let the help window been quit,
3385 instead of deleting it, which might delete a reused frame.
3387 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
3389 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
3390 rename a directory to a name that differs only by its letter case.
3392 2000-08-08 Kenichi Handa <handa@etl.go.jp>
3394 * international/quail.el (quail-define-rules): Handle Quail decode
3395 map correctly. Add code for supporting annotations.
3396 (quail-install-decode-map): New function.
3397 (quail-defrule-internal): New optional arguments decode-map and
3399 (quail-advice): New function.
3401 2000-08-07 Sam Steingold <sds@gnu.org>
3403 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
3404 `defconst', `define-condition', `with-slots'.
3405 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
3407 2000-08-03 Miles Bader <miles@gnu.org>
3409 * comint.el (comint-use-prompt-regexp-instead-of-fields):
3411 (comint-prompt-regexp, comint-get-old-input): Document dependence on
3412 comint-use-prompt-regexp-instead-of-fields.
3413 (comint-send-input): Add `input' field property to stuff we send to
3414 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
3415 (comint-output-filter): Add `output' field property to process
3416 output, if comint-use-prompt-regexp-instead-of-fields is nil.
3417 (comint-replace-by-expanded-history)
3418 (comint-get-old-input-default, comint-show-output)
3419 (comint-backward-matching-input, comint-forward-matching-input)
3420 (comint-next-prompt, comint-previous-prompt): Use field
3421 properties if comint-use-prompt-regexp-instead-of-fields is nil.
3422 (comint-line-beginning-position): New function.
3423 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
3424 (comint-replace-by-expanded-history-before-point): Use
3425 comint-line-beginning-position and line-end-position.
3426 (comint-last-output-overlay): New variable.
3427 (comint-mode): Make `comint-last-output-overlay' buffer-local.
3429 * shell.el (shell-prompt-pattern): Doc change.
3430 (shell-backward-command): Use line-beginning-position.
3432 * gud.el (gud-gdb-complete-command): Use
3433 comint-line-beginning-position.
3435 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
3436 comint-bol doesn't actually go to the beginning of the line.
3438 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
3439 if comint-use-prompt-regexp-instead-of-fields is non-nil.
3440 (try-expand-line-all-buffers): Likewise.
3442 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
3443 explicitly matching comint-prompt-regexp.
3444 (sql-copy-column): Use comint-line-beginning-position instead of
3445 explicitly matching comint-prompt-regexp.
3447 * progmodes/octave-inf.el (inferior-octave-complete): Use
3448 comint-line-beginning-position.
3450 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
3452 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
3453 looking for a prompt, use `forward-line 0' instead of
3454 `beginning-of-line', to avoid getting caught by an input field.
3456 2000-08-07 Gerd Moellmann <gerd@gnu.org>
3458 * files.el (shell-quote-wildcard-pattern): Make sure to return
3459 PATTERN, in the Unix case.
3461 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
3463 * play/zone.el (zone): Discard any pending input before running
3464 the randomly-chosen pgm.
3466 2000-08-07 Kenichi Handa <handa@etl.go.jp>
3468 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
3469 checking the existence of any multibyte characters.
3471 2000-08-06 Gerd Moellmann <gerd@gnu.org>
3473 * help.el (describe-mode): Test minor-mode symbol for being
3474 bound before testing its value for being nil.
3476 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
3477 `first', `second', and `third'.
3479 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
3480 (second): Make it an alias for `cadr'.
3482 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
3484 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
3485 types of display support faces now.
3487 2000-08-05 Gerd Moellmann <gerd@gnu.org>
3489 * pcvs.el (require): Require `cl' during compilation, only.
3491 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
3492 (toplevel): Remove `remq' and `remove' from autoloads.
3493 (cl-fake-autoloads): New variable. If set, arrange for an error
3494 when CL functions etc. are autoloaded.
3496 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
3498 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
3500 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
3501 popped up, but the user clicks outside the menu, return an empty
3502 regexp (that causes unhighlight-regexp to have no effect).
3504 * menu-bar.el (menu-bar-games-menu): Add Zone.
3506 * hi-lock.el (toplevel): Require font-lock.
3508 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3510 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
3511 (ebnf-8-bit-chars): New var for bug fix.
3512 (ebnf-string): Bug fix.
3514 2000-08-03 Sam Steingold <sds@gnu.org>
3516 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
3517 instead of `buffer-string'.
3518 (require 'cl): Always, not just when compiling.
3519 `ignore-errors' in `interactive', `list*', `defun*' &c make this
3522 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
3524 * international/mule-cmds.el (select-safe-coding-system): Make
3525 the message text about selecting a safe coding system more clear.
3527 2000-08-02 Gerd Moellmann <gerd@gnu.org>
3529 * hi-lock.el: New file.
3531 * play/zone.el: New file.
3533 * replace.el (occur): Set tab-width in the *Occur* buffer to the
3534 value of tab-width in the original buffer. Choose a line number
3535 format that's a multiple of the original buffer's tab width, so
3536 that lines appear right.
3538 * textmodes/ispell.el (ispell): New function, replacing an alias.
3539 Spell-check active region if in transient-mark-mode and mark
3540 is active; otherwise spell-check buffer.
3542 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3544 * ps-mule.el: Fix a customization problem on
3545 ps-mule-font-info-database-default.
3547 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
3549 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
3550 display-mouse-p instead of window-system.
3551 (ebrowse-member-mode-map): Ditto.
3553 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3555 * progmodes/ebnf2ps.el: Update ps-print functions call.
3556 Indentation fix. Doc fix.
3557 (ebnf-version): New version number (3.2).
3558 (ebnf-format-color, ebnf-begin-job): Code fix.
3560 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
3562 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
3563 font lock support on window-system.
3564 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
3566 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
3567 display-color-p, if fboundp, instead of window-system.
3569 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
3571 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
3572 instead of window-system.
3574 * wid-edit.el (widget-choose): Use display-mouse-p instead of
3576 (widget-choice-mouse-down-action): Use display-popup-menus-p
3577 instead of window-system.
3579 * strokes.el (strokes-file): Run the file name through
3580 convert-standard-filename.
3581 (strokes-mode): Call display-mouse-p instead of looking at
3582 window-system. Change the error message accordingly.
3584 * progmodes/cpp.el (toplevel): Support faces on tty's.
3586 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
3587 (lm-plot-square, lm-init-display): Don't use window-system.
3589 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
3590 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
3592 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
3593 instead of looking at window-system.
3595 2000-07-30 Gerd Moellmann <gerd@gnu.org>
3597 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
3598 of testing if iswitchb-prepost-hooks is bound, because the
3599 latter will always be true when invoking a recursive minibuffer
3600 from an active Iswitchb buffer.
3602 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
3604 * files.el (shell-quote-wildcard-pattern): New function.
3605 (insert-directory): Call it. Only prepend "\" to command on Unix
3606 and GNU/Linux systems.
3608 2000-07-30 Gerd Moellmann <gerd@gnu.org>
3610 * eshell/esh-groups.el: Change custom :link file names
3611 from `eshell.info' to `eshell'.
3613 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
3615 * dired.el (dired-build-subdir-alist): Expand subdirectory names
3616 correctly in recursive ange-ftp listings.
3618 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3620 * ps-print.el: Fix bug 1: if ps-font-size-internal,
3621 ps-header-font-size-internal and
3622 ps-header-title-font-size-internal variables are not set,
3623 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
3624 face text property is (foreground-color . COLOR) or
3625 `(background-color . COLOR)', ps-print crashes. Doc fix.
3626 (ps-print-version): New version number (5.2.4).
3627 (ps-plot-region): Code fix.
3628 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
3629 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
3632 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
3634 * glasses.el (glasses-make-readable): Fix uncapitalization of
3635 identifiers like `myXMLDocument'.
3637 2000-07-28 Karl Fogel <kfogel@red-bean.com>
3639 * mail/mail-hist.el (mail-hist-previous-input)
3640 (mail-hist-next-input): Do the obvious code factorization.
3641 (mail-hist-retrieve-and-insert): New func, contains common
3643 If inserting a message body, leave point at top.
3645 2000-07-28 Sam Steingold <sds@gnu.org>
3647 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
3648 Use `<=', not `<' to compare times!
3649 (ange-ftp-ls): Remove.
3651 2000-07-27 Gerd Moellmann <gerd@gnu.org>
3653 * play/cookie1.el: Add explanation of how to make cookie.el
3654 compatible with strfile(1) to comment.
3656 * subr.el (remove, remq): New functions.
3658 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
3659 escape `*' in regexps.
3660 (midnight-find): Reverse order of arguments in the funcall of
3663 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
3666 * play/meese.el: Add Commentary section.
3668 2000-07-27 Alex Schroeder <alex@gnu.org>
3670 * sql.el (sql-ms): Added autoload cookie.
3671 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
3672 (sql-oracle): Ditto.
3673 (sql-help): Doc change.
3675 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
3676 types and exceptions.
3678 2000-07-27 Alex Schroeder <alex@gnu.org>
3680 * sql.el (sql-placeholder-history): New variable.
3681 (sql-query-placeholders-and-send): New function that will query
3682 the user and replace placeholders with user input.
3683 (sql-oracle): If running on NT, set comint-input-sender to
3684 sql-query-placeholders-and-send.
3686 (sql-stop): If in the SQLi buffer, insert stop notification, else
3687 present it as a message.
3689 2000-07-27 Alex Schroeder <alex@gnu.org>
3691 * sql.el (sql-input-ring-separator): Doc change.
3692 (sql-input-ring-file-name): Doc change.
3693 (sql-interactive-mode): Use `sql-input-ring-separator' and
3694 `sql-input-ring-file-name' to set the comint-mode equivalents
3695 without making them local variables.
3696 (sql-stop): Don't bind `sql-input-ring-separator' and
3697 `sql-input-ring-file-name' dynamically to their comint-mode
3700 2000-07-27 Kenichi Handa <handa@etl.go.jp>
3702 * international/mule.el (register-char-codings): New function.
3703 (make-coding-system): Handle `safe-chars' specification in the arg
3706 * international/mule-cmds.el
3707 (find-coding-systems-region-subset-p): This function deleted.
3708 (sort-coding-systems-predicate): New variable.
3709 (sort-coding-systems): New function.
3710 (find-coding-systems-region): Use
3711 find-coding-systems-region-internal.
3712 (find-coding-systems-string): Use find-coding-systems-region.
3713 (find-coding-systems-for-charsets): Check
3714 char-coding-system-table.
3715 (select-safe-coding-system-accept-default-p): New variable.
3716 (select-safe-coding-system): Mostly rewritten. New argument
3718 (select-message-coding-system): Call select-safe-coding-system
3719 with ACCEPT-DEFAULT-P arg.
3720 (reset-language-environment): Reset default-sendmail-coding-system
3721 to the default value iso-latin-1.
3722 (set-language-environment): Don't set the obsolete variable
3723 charset-origin-alist.
3725 * international/codepage.el (cp-coding-system-for-codepage-1):
3726 Give `safe-chars' property to make-coding-system.
3728 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
3729 calling select-message-coding-system twice.
3731 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
3732 instead of `safe-charsets'.
3733 (cyrillic-alternativnyj): Likewise.
3734 (ccl-encode-alternativnyj): Don't check the charset
3737 2000-07-27 Kenichi Handa <handa@etl.go.jp>
3739 * composite.el (compose-chars-after): Preserve match data.
3741 2000-07-26 Sam Steingold <sds@gnu.org>
3743 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
3744 (ange-ftp-real-file-newer-than-file-p): New function.
3745 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
3746 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
3748 * tooltip.el (tooltip-float-time): Removed (use `float-time').
3749 * midnight.el (midnight-float-time): Ditto.
3751 2000-07-26 Andreas Schwab <schwab@suse.de>
3753 * files.el (normal-backup-enable-predicate): Correct
3754 interpretation of the return value of compare-strings.
3756 2000-07-26 Gerd Moellmann <gerd@gnu.org>
3758 * isearch.el (isearch-resume): New function.
3759 (isearch-done): Add something to command-history to resume
3761 (isearch-yank-line, isearch-yank-word): Use
3762 buffer-substring-no-properties instead of buffer-substring.
3764 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
3765 of flyspell-mouse-map.
3767 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
3768 duplicate definition.
3769 (makefile-mode): Remove duplicate setting of local-abbrev-table.
3771 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
3772 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
3774 2000-07-25 Sam Steingold <sds@gnu.org>
3776 * net/ange-ftp.el: Get modtime over the net.
3777 (ange-ftp-file-modtime): New function.
3778 (ange-ftp-write-region, ange-ftp-insert-file-contents)
3779 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
3781 (ange-ftp-dot-to-slash): New function.
3782 (ange-ftp-fix-name-for-vms): Use it.
3784 * midnight.el (midnight-buffer-display-time): Use
3785 `with-current-buffer'.
3787 2000-07-25 Gerd Moellmann <gerd@gnu.org>
3789 * find-dired.el: Update copyright notice.
3790 (find-dired): Offer to kill a running `find'.
3792 * enriched.el (enriched-face-ans): For a `foreground-color'
3793 property, return '(("x-color" COLOR))' so that COLOR will be
3794 output as a parameter of the x-color annotation. Likewise for the
3795 `background-color' property. In the case of normal face
3796 properties, don't return annotations for unspecified foreground
3797 and background face attributes.
3799 2000-07-25 Kenichi Handa <handa@etl.go.jp>
3801 * language/japan-util.el (japanese-katakana-region): Fix handling
3804 2000-07-25 Miles Bader <miles@gnu.org>
3806 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
3807 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
3810 2000-07-24 Andrew Innes <andrewi@gnu.org>
3812 * timer.el (timer-activate-when-idle): Add optional parameter
3813 DONT-WAIT. Update docstring.
3814 (run-with-idle-timer): Specify extra parameter to
3815 timer-activate-when-idle, so that timer will be activated
3816 immediately if Emacs is already idle.
3818 * w32-fns.el (w32-using-nt): Fix docstring.
3820 2000-07-24 Dave Love <fx@gnu.org>
3822 * mouse.el (popup-menu): Set last-command-event.
3823 (mouse-major-mode-menu-prefix): Declare.
3825 2000-07-24 Gerd Moellmann <gerd@gnu.org>
3827 * textmodes/flyspell.el: Update to author's version 1.5d.
3829 * progmodes/hideshow.el: Update copyright notice.
3831 * vcursor.el: Set maintainer to FSF, since author cannot
3834 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
3836 * info.el (Info-goto-emacs-key-command-node): Leave a space after
3839 * mouse.el (popup-menu): Run the keymap through indirect-function,
3840 in case it was defined with define-prefix-key. If the menu is a
3841 list of keymaps, look up the binding of user's choice in each one
3843 (mouse-popup-menubar): If the global and local menu-bar keymaps
3844 don't have a prompt string, create one and insert it into the
3845 keymap. Don't barf if current-local-map returns nil.
3847 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
3849 * dired.el (dired-sort-R-check): Added to allow recursive listing
3851 (dired-sort-other): Use it.
3853 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3855 * Release of cc-mode 5.27
3857 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3859 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
3860 c-beginning-of-statement-1 that caused a bad case of recursion
3861 which could consume a lot of CPU in large classes in languages
3862 that have in-expression classes (i.e. Java and Pike).
3864 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
3865 statements before top level constructs (i.e. case 6 is moved
3866 before case 5 and is now case 4) to catch in-expression
3867 classes in top level expressions correctly.
3869 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3871 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
3872 objc-method-intro. Case 4 removed and case 5I added.
3874 * cc-langs.el (c-append-paragraph-start): New variable used by
3875 c-common-init to get paragraph-start correct.
3876 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
3877 initialize paragraph-start to make it correct both with and
3878 without the javadoc special case.
3880 * cc-mode.el (java-mode): Use c-append-paragraph-start to
3881 initialize paragraph-start for javadoc markup.
3883 * cc-vars.el (c-style-variables-are-local-p): Incompatible
3884 change by defaulting this to t. It's motivated by the
3885 confusing behavior that otherwise arise from the style system
3886 when editing both java and non-java files at the same time
3887 (see the comments about style setting in c-common-init).
3889 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3891 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
3892 similar to the one in c-fill-paragraph to check the fill
3893 prefix from the adaptive fill function for sanity.
3895 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3897 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
3900 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3902 * cc-mode.texi Documented the change of cpp-macro.
3904 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3906 * cc-align.el (c-lineup-multi-inher): Handle lines with
3907 leading comma nicely. Extended to handle member initializers
3910 * cc-engine.el: (c-beginning-of-inheritance-list,
3911 c-guess-basic-syntax): Fixed recognition of inheritance lists
3912 when the lines begins with a comma.
3914 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
3916 * cc-vars.el (c-offsets-alist): Changed default for
3917 member-init-cont to c-lineup-multi-inher since it now handles
3918 member initializers and indents better for leading commas.
3920 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3922 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
3923 handling that caused class open lines to be recognized as
3924 statement-conts in some cases.
3926 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
3927 guessed by the adaptive fill function unless point is on the
3928 first line of a block comment.
3930 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
3931 when the buffer ends with a macro continuation char.
3933 * cc-engine.el (c-guess-basic-syntax): Added support for
3934 function definitions as statements in Pike. The first
3935 statement in a lambda block is now labeled defun-block-intro
3936 instead of statement-block-intro.
3938 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
3939 so that the class surrounding point is selected, not the one
3940 innermost in the state.
3942 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
3943 recognition of switch labels having hanging multiline
3946 * cc-engine.el (c-beginning-of-member-init-list): Broke out
3947 some code in c-guess-basic-syntax to a separate function.
3948 * cc-engine.el (c-just-after-func-arglist-p): Fixed
3949 recognition of member inits with multiple line arglists.
3950 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
3951 member-init-cont when the commas are in funny places.
3953 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3955 * cc-defs.el (c-auto-newline): Removed this macro since it's
3958 * cc-engine.el (c-looking-at-bos): New helper function.
3959 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
3960 inexpr and toplevel classes apart in Pike.
3962 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
3965 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
3966 constant, since "class" can introduce an in-expression class
3969 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3971 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
3972 indentation on cpp-macro lines.
3974 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
3975 a syntax modifier like comment-intro, to make it possible to
3976 get syntactic indentation for preprocessor directives. It's
3977 incompatible wrt to lineup functions on cpp-macro, but it has
3978 no observable effect in the 99.9% common case where cpp-macro
3981 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3983 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
3984 member-init-cont when the preceding arglist is several lines.
3986 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3988 * cc-styles.el (c-style-alist): The basic offset for the BSD
3989 style corrected to 8.
3991 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3993 * cc-styles.el (c-style-alist): Adjusted the indentation of
3994 brace list openers in the gnu style.
3996 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3998 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
4000 * cc-cmds.el (c-electric-brace, c-electric-slash,
4001 c-electric-star, c-electric-semi&comma, c-electric-colon,
4002 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
4003 when c-syntactic-indentation is nil.
4005 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
4006 we were left at comments preceding the first statement when
4007 reaching the beginning of the buffer.
4009 * cc-vars.el (c-syntactic-indentation): New variable to turn
4010 off all syntactic indentation.
4012 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4014 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
4015 between the text and the block comment ender when it hangs,
4016 depending on how many there are before the fill.
4018 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4020 * cc-engine.el (c-beginning-of-closest-statement): New helper
4021 function to go back to the closest preceding statement start,
4022 which could be inside a conditional statement.
4023 * cc-engine.el (c-guess-basic-syntax): Use
4024 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
4026 * cc-engine.el (c-guess-basic-syntax): Better handling of
4027 arglist-intro, arglist-cont-nonempty and arglist-close when
4028 the arglist is nested inside parens. Cases 7A, 7C and 7F
4031 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
4032 up-to-date with javadoc 1.2.
4034 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4036 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
4037 multiline Pike type decls.
4039 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4041 * cc-cmds.el (c-indent-new-comment-line): Always break
4042 multiline comments in multiline mode, regardless of
4045 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4047 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
4048 fully::qualified::names in C++ member init lists. Preamble in
4051 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4053 * cc-langs.el (c-common-init): Handling of obsolete variables
4054 moved to c-initialize-cc-mode. More compatible style override
4055 when using global style variables.
4056 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
4057 variables moved here.
4059 * cc-mode.texi: Documented the special behavior of
4060 c-special-indent-hook as a style variable. Don't talk about
4061 doing (c-make-styles-buffer-local t) in a mode hook, since
4062 that's already too late to work right.
4064 * cc-styles.el (c-make-styles-buffer-local): Flag style
4065 variable localness in c-style-variables-are-local-p to make
4066 the compatibility measure in c-common-init work well.
4068 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
4069 longer contain set-from-style.
4070 * cc-styles.el (c-initialize-builtin-style): Don't check for
4071 set-from-style on c-special-indent-hook.
4072 * cc-styles.el (c-copy-tree): Obsolete. The standard function
4073 copy-alist is sufficient now.
4075 * cc-styles.el (c-set-style, c-set-style-1,
4076 c-get-style-variables): Fixes to variable initialization so
4077 that duplicate entries in styles have the same effect
4078 regardless of DONT-OVERRIDE.
4080 * cc-styles.el (c-set-style-2): Fixed bug where the
4081 initialization of inheriting styles failed when the
4082 dont-override flag is set.
4084 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
4087 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4089 * cc-defs.el (c-forward-comment): Removed the workaround
4090 introduced in 5.38 since it had worse side-effects. If a line
4091 contains the string "//\"", it regarded the // as a comment
4092 start since the \ temporarily doesn't have escape syntax.
4094 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
4096 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
4097 ada-xref.el before ada-prj.el, so that the Project menu is created
4098 when ada-prj tries to add to it.
4099 (ada-activate-keys-for-case): Suppress the characters that are not
4100 part of the Ada syntax. Better compatibility with else-mode
4101 (ada-adjust-case-interactive): When auto-casing is not active,
4102 correctly insert newlines (used to insert only ^M). Prevent the
4103 syntax table from being changed in case of an error
4104 (or '_' becomes part of a word and some commands are confused).
4105 Do nothing if ada-auto-case is nil.
4106 (ada-after-keyword-p): Ignore keywords that are also attributes
4107 (ada-batch-reformat): Update usage comment
4108 (ada-call-from-contextual-menu): New function
4109 (ada-case-read-exceptions): Reinitialize the casing exception list
4110 first to nil first, so that the casing exception file can be
4112 (ada-check-defun-name): Handles "configure" keyword for gnatdist
4114 (ada-compile-goto-error): Fix regexp used to detect a file:line
4115 anywhere in the error message
4116 (ada-contextual-menu-last-point): New variable
4117 (ada-create-keymap): If the variable delete-key-deletes-forward is
4118 t on XEmacs, it means that DEL should delete one character
4120 (ada-create-menu): Use :included instead of :visible for XEmacs.
4121 New submenu "Options".
4122 (ada-end-stmt-re): Correctly indent "select ... then abort"
4124 (ada-fill-comment-paragraph): Correctly delete all leading '--'
4125 even if they don't match ada-fill-comment-prefix Fix handling of
4126 paragraphs on the first or last line of a file.
4127 (ada-format-paramlist): Fix handling of default parameter values.
4128 (ada-get-body-name): New function.
4129 (ada-get-current-indent): Optimized by searchling directly for an
4130 existing generic part or a statement outside of it. Handle
4131 ada-indent-align-comments when indenting comments Replaced some
4132 regexps by testing directly the next character. This results in a
4133 huge speedup on some files. New indentation scheme for renames
4134 statements. Stop looking for the 'while' or 'for' associated with
4135 a 'loop' at the first semicolon encountered. A "return" can also
4136 match an anonymous access subprogram declaration.
4137 (ada-get-indent-noindent): Ignore strings and comments when
4138 looking for the keywords "record" and "private".
4139 (ada-goto-matching-decl-start): When matching "if", make sure we
4140 are not in fact seeing "end if". Ignore "when" statements except
4141 when initial keyword was "begin". Fix handling of nested
4142 procedures. Add a recursive call to this function to skip over
4143 other 'end' statmts. Fix indentation for "when .. => begin"
4144 (ada-in-open-paren-p): Fix indentation for complex boolean
4145 expressions, where 'and then', 'or else' and parenthesis
4146 statements are mixed up.
4147 (ada-in-paramlist-p): Skip comments while searching for the
4148 beginning Fix handling of operator declarations.
4149 (ada-indent-align-comments): New variable
4150 (ada-indent-current): Change the syntax table only in the
4151 protected section, so that we are sure it is restored correctly.
4152 (ada-indent-on-previous-lines): Use ada-use-indent and
4153 ada-with-indent Correctly indent "select ... then"
4154 (ada-indent-region): Slight speedup.
4155 (ada-indent-renames): New variable.
4156 (ada-last-which-function-subprog, ada-last-which-function-line):
4158 (ada-looking-at-semi-private): Correctly indent the 'private'
4159 keyword when it is the first word in a package declaration.
4160 (ada-loose-case-word): Stop searching if at the end of the buffer.
4161 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
4162 even if point is not initially at the end of the word.
4163 (ada-matching-decl-start-re): Add "when".
4164 (ada-mode): Add support for abbrev-mode, outline-mode and
4165 which-func-mode Override the old find-file.el entry in
4166 ff-special-constructs since it is using the obsolete
4167 ada-spec-suffix variable
4168 (ada-no-auto-case): New function
4169 (ada-scan-paramlist): When parsing the argument type, accept
4170 spaces (as in "X 'Class", generated by Rational Rose).
4171 (ada-other-file-name): No longer loads the other file.
4172 (ada-popup-menu): Save and restore the current buffer and cursor
4173 position before and after displaying the menu.
4174 (ada-search-ignore-complex-boolean): New function.
4175 (ada-uncomment-region): Emacs21 already knows how to delete
4176 comments not starting in the first column.
4177 (ada-use-indent): New variable
4178 (ada-which-function): New function.
4179 (ada-with-indent): New variable
4180 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
4181 can be batch-compiled from the command line.
4183 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
4184 Add to the menu when the file is loaded, not in ada-mode-hook.
4185 Add -toolbar to the default ddd command Switches moved from
4186 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
4187 ada-prj-default-comp-opt
4188 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
4189 Reference Manual to the menu
4190 (ada-check-current): rewritten as a call to ada-compile-current
4191 (ada-compile): Removed.
4192 (ada-compile-application, ada-compile-current, ada-check-current):
4193 Set the compilation-search-path so that compile.el automatically
4194 finds the sources in src_dir. Automatic scrollong of the
4195 compilation buffer. C-uC-cC-c asks for confirmation before
4197 (ada-compile-current): New parameter, prj-field
4198 (ada-complete-identifier): Load the .ali file before doing
4200 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
4201 conform to gnatmake's behavior.
4202 (ada-find-file-in-dir): New function
4203 (ada-find-references): Set the environment variables for gnatfind
4204 (ada-find-src-file-in-dir): New function.
4205 (ada-first-non-nil): Removed
4206 (ada-gdb-application): Add support for jdb, the java debugger.
4207 (ada-get-ada-file-name): Load the original-file first if not done
4209 (ada-get-all-references): Handles the new ali syntax (parent types
4210 are found between <>).
4211 (ada-initialize-runtime-library): New function
4212 (ada-mode-hook): Always load a project file when a file is opened,
4213 so that the casing exceptions are correctly read.
4214 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
4215 (ada-parse-prj-file): Use find-file-noselect instead of find-file
4216 to open the project file, since the latter does not work with
4217 speedbar Get default values before loading the prj file, or the
4218 default executable file name is wrong. Use the absolute value of
4219 src_dir to initialize ada-search-directories and
4220 compilation-search-path,... Add the standard runtime library to
4221 the search path for find-file.
4222 (ada-prj-default-debugger): Was missing an opening '{'
4223 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
4225 (ada-prj-default-gnatmake-opt): New variable
4226 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
4227 buffers, the project file is the default one Save the windows
4228 configuration before displaying the menu.
4229 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
4230 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
4231 ...) regexp-quote identifiers names to support operators +,
4233 (ada-remote): New function.
4234 (ada-run-application): Erase the output buffer before starting the
4235 run Support remote execution of the application. Use
4236 call-process, or the arguments are incorrectly parsed
4237 (ada-set-default-project-file): Reread the content of the active
4238 project file, not the one from the current buffer When a project
4239 file is set as the default project, all directories are
4240 automatically associated with it.
4241 (ada-set-environment): New function
4242 (ada-treat-cmd-string): New special variable ${current}
4243 (ada-treat-cmd-string): Revised. The substitution is now done for
4244 any ${...} substring
4245 (ada-xref-current): If no body was found, compiles the spec
4246 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
4247 compiler to get rid of command line length limitations.
4248 (ada-xref-get-project-field): New function
4249 (ada-xref-project-files): New variable
4250 (ada-xref-runtime-library-specs-path)
4251 (ada-xref-runtime-library-ali-path): New variables
4252 (ada-xref-set-default-prj-values): Default run command now does a
4253 cd to the build directory. New field: main_unit Provide a default
4254 file name even if the current buffer has no prj file.
4257 Rewritten to show a tabbed-dialog.
4258 (ada-prj-add-ada-menu): Remove the map and name parameters.
4259 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
4261 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
4262 (ada-prj-load-from-file): New function
4263 (ada-prj-save): Always save fields that depend on the current buffer
4264 (ada-prj-show-value): New function
4266 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
4267 Ada mode. This will allow us to display the Ada menu in any buffer
4268 we want (for project items).
4269 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
4270 number of spaces in the header.
4272 2000-07-24 Dave Love <fx@gnu.org>
4274 * ediff-init.el (ediff-region-help-echo): Bind face-help.
4276 2000-07-23 Noah Friedman <friedman@splode.com>
4278 * type-break.el (type-break): perform autosave.
4279 Suggested by Stephen Gildea <gildea@intouchsys.com>.
4280 (type-break-do-query): Cancel query schedule while performing
4281 actual query, to avoid possibility of a second query being made
4282 while first one is already in progress.
4283 (type-break-time-stamp-format): New variable.
4284 (type-break-time-stamp): New function.
4285 (type-break-time-warning): Use it.
4286 (type-break-keystroke-warning): Use it.
4287 (type-break-noninteractive-query): Use it.
4289 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
4291 Use add-minor-mode to set minor-mode-alist, if available.
4292 (eldoc-echo-area-use-multiline-p): New user option.
4293 (eldoc-echo-area-multiline-supported-p): New variable.
4294 (eldoc-docstring-format-sym-doc): Use them.
4295 (eldoc-mode): If not using idle timers, append to local post and
4296 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
4297 (eldoc-display-message-no-interference-p): Don't interfere with
4299 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
4300 (eldoc-function-arglist): New function.
4301 (eldoc-function-argstring): Use it.
4303 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
4304 auto save directory exists before calling directory-files.
4306 2000-07-23 Dave Love <fx@gnu.org>
4308 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
4311 2000-07-21 Dave Love <fx@gnu.org>
4313 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
4314 now passed to the function. It now works properly.
4316 * smerge-mode.el (smerge-mode-menu): Fill it out.
4318 2000-07-20 Gerd Moellmann <gerd@gnu.org>
4320 * info-look.el (info-lookup): If *info* is shown in another frame
4321 on the same display, select that frame, instead of switching to
4322 the Info buffer in another window of the selected frame.
4324 * simple.el (universal-argument-map): Bind numeric keypad keys
4325 kp-0 to kp-9 and kp-subtract.
4326 (digit-argument): Handle these keys.
4328 2000-07-20 Dave Love <fx@gnu.org>
4330 * net/goto-addr.el (goto-address-fontify): Don't bother with
4331 buffer-modified and read-only stuff -- irrelevant with overlays.
4332 Put an extra property on the overlays and use it to clean up in
4333 case goto-address is re-run.
4335 2000-07-19 Richard M. Stallman <rms@gnu.org>
4337 * timer.el (run-with-idle-timer): Doc fix.
4339 * mail/mail-utils.el (mail-strip-quoted-names):
4340 Handle case where <...> appears inside "...".
4341 Use replace-match to edit the string more simply.
4342 (rmail-dont-reply-to): Cope with an unmatched ".
4344 2000-07-19 Dave Love <fx@gnu.org>
4346 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
4349 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
4350 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
4351 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
4353 2000-07-19 Gerd Moellmann <gerd@gnu.org>
4355 * textmodes/refer.el: Correct maintainer's email address.
4357 * progmodes/hideif.el: Correct author's email address.
4358 Fix typo in comment.
4362 * mail/mailheader.el: Correct author's mail address.
4364 * gnus/parse-time.el: Correct author's mail address.
4366 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
4368 * comint.el (comint-highlight-input, comint-highlight-face):
4370 (comint-input-ring-file-name): Change custom type.
4371 (comint-mode-map): Bind mouse-2.
4372 (comint-insert-clicked-input): New function.
4373 (comint-send-input): Handle input highlighting.
4375 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
4377 * mouse.el (popup-menu): New function.
4378 (mouse-major-mode-menu): Use it.
4380 2000-07-18 Dave Love <fx@gnu.org>
4382 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
4385 2000-07-18 Gerd Moellmann <gerd@gnu.org>
4387 * faces.el (face-font-selection-order)
4388 (face-font-family-alternatives): Add custom type.
4390 2000-07-18 Dave Love <fx@gnu.org>
4392 * cus-edit.el (custom-variable-reset-saved)
4393 (custom-variable-reset-standard): Remove unused bindings.
4395 * rect.el (open-rectangle-line): Remove unused let.
4397 * hl-line.el (hl-line-highlight): Check hl-line-mode.
4399 2000-07-18 Gerd Moellmann <gerd@gnu.org>
4401 * cdl.el: Fix `Maintainer' keyword.
4403 * play/pong.el: Add author's email address.
4405 2000-07-17 Sam Steingold <sds@gnu.org>
4407 * files.el (insert-directory): Call `split-string' instead of
4410 2000-07-18 Gerd Moellmann <gerd@gnu.org>
4412 * mail/vms-pmail.el: Change maintainer to FSF.
4414 * net/goto-addr.el: Change maintainer to FSF.
4416 * recentf.el: Update from author.
4418 * info.el (Info-title-face-alist): Removed.
4420 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
4422 * eshell/eshell.el (eshell): Replace links to eshell.info with
4423 links to eshell, to avoid problems on systems where the manual is
4424 installed as `eshell'.
4425 * eshell/esh-cmd.el (eshell-cmd): Ditto.
4426 * eshell/em-smart.el (eshell-smart): Ditto.
4427 * eshell/em-banner.el (eshell-banner): Ditto.
4428 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
4430 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
4431 same-file check in the MS-DOS version (it does support inodes).
4433 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
4435 * eshell/eshell.el (eshell-directory-name):
4436 Run default directory name through convert-standard-filename.
4438 2000-07-18 Kenichi Handa <handa@etl.go.jp>
4440 * international/mule-cmds.el (select-safe-coding-system):
4441 Fix typo in the comment.
4443 * language/european.el (compound-text):
4444 Force katakana-jisx0201 to be designated to G1.
4446 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
4447 Don't translate some national variant characters of latin-jisx0201.
4448 (x-ctext): Force katakana-jisx0201 to be designated to G1.
4450 * international/kkc.el (kkc-after-update-conversion-functions):
4452 (kkc-update-conversion): Run functions in it at the tail.
4454 2000-07-16 John Wiegley <johnw@gnu.org>
4456 * lisp/align.el (align-newline-and-indent):
4457 Adding new function. for auto-aligning blocks of code on RET.
4458 (align-region): Fixed badly formatted minibuffer message.
4460 2000-07-17 Kenichi Handa <handa@etl.go.jp>
4462 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
4463 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
4464 the conversion list at first if appropriate.
4465 (kkc-next): Don't update kkc-next-count here.
4466 (kkc-prev): Don't update kkc-prev-count here.
4467 (kkc-show-conversion-list-update): Fix setting up of conversion
4470 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
4472 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
4474 2000-07-16 Dave Love <fx@gnu.org>
4476 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
4477 function to be more specific.
4479 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
4480 non-string help-echo.
4481 (widget-types-convert-widget): Defsubst it.
4482 (widget-echo-help): Try to cope with a help-echo function of two
4485 2000-07-15 Jason Rumney <jasonr@gnu.org>
4487 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
4488 Declare as obsolete.
4490 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
4492 2000-07-14 Gerd Moellmann <gerd@gnu.org>
4494 * hilit-chg.el: Fix typo.
4496 2000-07-14 Dave Love <fx@gnu.org>
4498 * info.el (Info-mode-menu): Fix use of :help, :enable.
4500 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
4502 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
4504 2000-07-13 Dave Love <fx@gnu.org>
4506 * emacs-lisp/easymenu.el: Doc fixes.
4507 (easy-menu-remove): Defalias to ignore.
4509 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
4510 Call throw correctly.
4512 2000-07-13 Gerd Moellmann <gerd@gnu.org>
4514 * faces.el (frame-background-mode): Doc fix.
4516 * simple.el (eval-expression-print-length): Change custom type to
4517 allow entering nil as value.
4519 2000-07-13 Dave Love <fx@gnu.org>
4521 * progmodes/fortran.el (fortran-imenu-generic-expression):
4522 Change definition layout.
4523 (fortran-mode-menu): Reinstate customize entries.
4525 * cus-edit.el (custom-group-menu-create, customize-menu-create):
4526 Use :filter, per old XEmacs code.
4528 2000-07-12 Gerd Moellmann <gerd@gnu.org>
4530 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
4531 event when deciding what to send to the terminal.
4533 2000-07-12 Dave Love <fx@gnu.org>
4535 * cus-start.el: Add optional version as 4th element of specs and
4536 use it for several things new in v21. Remove load-path. Fix type
4537 of line-number-display-limit.
4539 2000-07-11 Dave Love <fx@gnu.org>
4541 * progmodes/fortran.el: Don't require easymenu.
4542 Use repeat counts in various regexps.
4543 (fortran-mode-syntax-table): Defvar directly.
4544 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
4545 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
4546 Use defvar, not defconst.
4547 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
4548 (fortran-mode): Set fortran-comment-line-start-skip,
4549 fortran-comment-line-start-skip, dabbrev-case-fold-search.
4550 (fortran-comment-indent): Use defsubst.
4551 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
4552 Use fortran-comment-indent, not fortran-comment-indent-function.
4553 (fortran-comment-region, fortran-electric-line-number): Simplify.
4554 (fortran-auto-fill): New function.
4555 (fortran-do-auto-fill): Deleted.
4556 (fortran-find-comment-start-skip):
4557 Check for non-null comment-start-skip.
4558 (fortran-auto-fill-mode, fortran-fill-statement):
4559 Use fortran-auto-fill.
4560 (fortran-fill): Use fortran-auto-fill. Check for null
4561 comment-start-skip. Simplify final clause and use end-of-line finally.
4563 * widget.el (widget-plist-member): New alias.
4565 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
4567 * eshell/esh-module.el (toplevel): Reference
4568 byte-compile-current-file only if it is bound.
4570 2000-07-10 Gerd Moellmann <gerd@gnu.org>
4572 * dired.el: Don't require `dired-aux'.
4574 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
4576 * dired-aux.el (dired-show-file-type): New function.
4577 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
4578 (dired-show-file-type): Add autoload.
4580 2000-07-10 Kenichi Handa <handa@etl.go.jp>
4582 * international/mule-diag.el (describe-font): Adjusted for the
4583 change of fontset-info.
4584 (print-fontset): Likewise.
4586 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
4588 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
4590 2000-07-07 Gerd Moellmann <gerd@gnu.org>
4592 * bindings.el: Bind `[delete]' to delete-char.
4594 * dired.el (dired-find-alternate-file): New function.
4595 (dired-mode-map): Bind `a' to dired-find-alternate-file.
4596 (toplevel): Require dired-aux when compiling.
4597 (dired-buffers): Move defvar within file to avoid compiler warning.
4599 * info.el (Info-last-search): Variable removed.
4600 (Info-search-history): New variable.
4601 (Info-search): New Info-search-history.
4603 * battery.el, info-look.el: Change author's mail address.
4605 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
4607 * mail/rmail.el (rmail-clear-headers): Don't throw an error
4608 if rmail-ignored-headers is nil.
4609 (rmail-retry-failure): Bind rmail-ignored-headers and
4610 rmail-displayed-headers to nil.
4612 2000-07-06 Gerd Moellmann <gerd@gnu.org>
4614 * lpr.el (lpr-page-header-switches): Add `-h' switch.
4615 (print-region-1): Don't hard code `-h' here.
4617 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
4619 2000-07-01 Francesco Potorti` <pot@gnu.org>
4621 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
4622 exim can use "your message" instead of "the message".
4624 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
4626 * facemenu.el: Docstrings fixes.
4627 (facemenu-get-face): Don't use internal-find-face.
4628 (facemenu-iterate): Rename arg to match the docstring.
4630 * newcomment.el (uncomment-region): Be more careful when skipping
4631 backwards over `=' not to bump into BOBP.
4633 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
4635 * ediff-diff.el (ediff-wordify): Use syntax table.
4636 * ediff-init.el (ediff-has-face-support-p): Use
4637 ediff-color-display-p.
4638 (ediff-color-display-p): Use display-color-p, changed to defun
4640 Got rid of special cases for NeXT and OS/2.
4641 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
4644 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
4646 * emacs-lisp/lucid.el: Require CL.
4647 (copy-tree, remprop): Remove, it's provided by CL.
4648 (map-keymap): Define in terms of cl-map-keymap.
4649 (extent-property, set-extent-end-glyph): New functions.
4651 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
4653 2000-07-05 Gerd Moellmann <gerd@gnu.org>
4655 * Makefile.in (DONTCOMPILE): Add comment that the name may
4656 not be changed without changing the make-dist script.
4658 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
4659 (cl-mapc): Use mapc instead of cl-old-mapc.
4661 2000-07-05 Andrew Innes <andrewi@gnu.org>
4663 * makefile.nt: Add support for `bootstrap' and related targets.
4665 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
4667 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
4668 (easy-menu-do-define): Use `menu-item' format.
4669 Handle case where easy-menu-create-menu returns a symbol.
4670 Manually call the potential top-level filter in the function binding.
4671 (easy-menu-filter-return): New arg NAME.
4672 Convert to a keymap if MENU is an XEmacs menu.
4673 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
4674 (easy-menu-converted-items-table, easy-menu-convert-item):
4675 New var and fun to memoize easy-menu-convert-item-1.
4676 (easy-menu-do-add-item): Use it.
4677 (easy-menu-create-menu): Use easy-menu-convert-item.
4678 Wrap easy-menu-filter-return around any :filter specification.
4679 Don't convert the menu if a filter was specified.
4680 Tell easy-menu-make-symbol not to check for MENU being an expression.
4681 (easy-menu-make-symbol): New arg NOEXP.
4683 2000-07-05 Gerd Moellmann <gerd@gnu.org>
4685 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
4686 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
4687 (eval-defun): If called with prefix arg, instrument code for
4690 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
4691 similar to that of eval-defun.
4693 2000-07-04 Dave Love <fx@gnu.org>
4695 * hl-line.el (hl-line-overlay): Make it permanent-local.
4697 * calendar/todo-mode.el: Replaced with a working version, based on
4698 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
4700 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
4702 * paths.el (prune-directory-list): New function.
4703 (Info-default-directory-list): Rewritten to more methodically
4704 enumerate a big list of possible info directories (based on the
4705 list used by the standalone info reader).
4707 * info.el (info-initialize): Use prune-directory-list to remove
4708 non-existent directories from Info-directory-list.
4710 * paths.el (Info-default-directory-list): Try a list of possible
4711 info-directories instead of a single one. Add the possible
4712 info directory "/usr/share/info".
4714 * woman.el (woman-man.conf-path): Explicitly include the debian
4715 man-db config file "/etc/manpath.config".
4716 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
4717 are present in `manpath.config'.
4718 (woman-manpath): Include "/usr/share/man".
4720 2000-07-03 Gerd Moellmann <gerd@gnu.org>
4722 * frame.el (blink-cursor-mode): Don't hide cursor initially.
4724 * startup.el (command-line): Initialize blink-cursor based
4727 * frame.el (blink-cursor): Default to nil if not running under
4730 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
4731 (face-x-resources): Remove duplicate entry for :font.
4733 * textmodes/refer.el (refer-find-entry-internal): Use some-window
4734 instead of cycling through windows with next-window.
4736 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
4737 of cycling through windows with next-window.
4739 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
4740 of cycling through windows with next-window.
4742 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
4743 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
4744 instead of cycling through windows with next-window.
4746 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
4747 instead of cycling through windows with next-window.
4749 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
4750 of cycling through windows with next-window.
4752 * terminal.el (te-process-output): Use walk-windows instead of
4753 cycling through windows with next-window.
4755 * server.el (server-switch-buffer): Use some-window instead of
4756 cycling through windows with next-window.
4758 * window.el (some-window): New function.
4759 (walk-windows): Remove reference to walk-windows-start.
4761 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
4763 2000-07-03 Richard Stallman <rms@gnu.org>
4765 * window.el (walk-windows): Guarantee termination by keeping a list
4766 of all the windows already handled.
4768 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
4770 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
4773 * man.el (Man-notify-when-ready): Don't use window-system. If
4774 Man-notify-method is newframe, and the display is not
4775 multi-frame, select the frame created for the man page.
4776 (Man-init-defvars): Doc fix.
4778 2000-06-28 Gerd Moellmann <gerd@gnu.org>
4780 * faces.el (region): Change background color for light background.
4782 * ediff-wind.el (ediff-setup-control-frame): Remove :box
4783 attribute from mode-line face of Ediff control frame.
4785 * replace.el (query-replace-map): Bind `e' like `E'.
4787 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
4789 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
4790 Change name to "Select All".
4792 * dos-fns.el (convert-standard-filename): Fix last change.
4794 2000-06-27 Gerd Moellmann <gerd@gnu.org>
4796 * help.el (describe-variable): Don't insert a second `'s' in front
4797 of the string `value is shown below'. Since the syntax-table is
4798 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
4799 an existing `'s', so that this won't be deleted.
4801 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
4802 * pcmpl-unix.el: New files.
4804 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
4806 * wid-edit.el (widget-member): Use the new plist-member.
4808 2000-06-26 Gerd Moellmann <gerd@gnu.org>
4810 * replace.el (perform-replace): Undo change of 2000-04-04.
4811 Instead, move backward 1 character at the end of the loop when
4814 * faces.el (fringe): Change face for different backgrounds.
4816 * eshell/esh-module.el (toplevel): Load defgroup's differently;
4819 * eshell/*.el: Change spelling of the Free Software Foundation.
4821 * eshell/esh-toggle.el: Removed.
4823 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
4825 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
4828 2000-06-26 Alex Schroeder <alex@gnu.org>
4830 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
4831 `define-key'; instead of checking `(emacs-version)' check for
4832 `set-keymap-parent' and `set-keymap-name' directly. Add entries
4833 for `;' and `o' which might be electric.
4835 (sql-electric-stuff): New user option.
4836 (sql-magic-go): New function which uses `sql-electric-stuff'.
4837 (sql-magic-semicolon): New function which uses
4838 `sql-electric-stuff'.
4840 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
4843 (sql-oracle-options): New variable.
4844 (sql-oracle): Use it.
4846 (sql-imenu-generic-expression): Doc change.
4847 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
4850 (sql-informix): Added command line parameter "-" to force
4851 sql-informix-program to use stdout.
4853 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
4855 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
4856 (cp864-decode-table): Doc fix.
4857 (cp720-decode-table): New variable, supports the Arabic OEM
4858 codepage used by Windows.
4859 (cp737-decode-table): New, Greek OEM codepage used by Windows.
4861 2000-06-23 Dave Love <fx@gnu.org>
4863 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
4864 (font-lock-fontify-anchored-keywords): Use
4865 line-beginning-position.
4866 (global-font-lock-mode): Use mapc.
4868 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
4870 * eshell/esh-module.el: Require CL when compiling.
4872 2000-06-23 Gerd Moellmann <gerd@gnu.org>
4874 * comint.el (comint-substitute-in-file-name): Call replace-match
4875 with second and third arg t.
4877 * cus-edit.el (custom-button-face, custom-button-pressed-face):
4878 Specify foreground color.
4880 * faces.el (tool-bar, mode-line, header-line): Specify foreground
4883 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
4885 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
4886 cddr instead of cdddr.
4888 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
4889 instead of copy-list.
4891 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
4894 * subdirs.el: Add eshell subdirectory.
4896 * eshell: New subdirectory containing the Eshell package.
4898 * pcomplete.el: New file.
4900 2000-06-23 Paul Eggert <eggert@twinsun.com>
4902 * mail/mailpost.el (post-mail-send-it): Make sure file has
4903 proper permissions from birth.
4905 * files.el (basic-save-buffer-2): When temporarily setting
4906 file modes, set them to current modes plus 0200, not to 0777.
4908 * emerge.el (emerge-make-temp-file): Make sure file has proper
4909 permissions from birth.
4911 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
4913 * files.el (make-backup-file-name-1): On DOS/Windows, run the
4914 backup file name through convert-standard-filename.
4916 * dos-fns.el (convert-standard-filename): Convert leading
4917 directories as well. When long file names are supported, convert
4918 characters that are invalid in Windows file names.
4920 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4922 * ps-print.el: Fix bug: if ^L is the very first buffer character,
4923 ps-print crashes. New feature: page selection for printing. Create
4924 raw-text-unix coding system for XEmacs. Doc fix.
4925 (ps-print-version): New version number (5.2.3).
4926 (ps-plot-region): Bug fix.
4927 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
4928 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
4929 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
4931 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
4932 (ps-last-page): New vars.
4934 2000-06-21 Gerd Moellmann <gerd@gnu.org>
4936 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
4937 empty option string.
4939 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
4941 * man.el (man): Doc fix.
4943 2000-06-21 Kenichi Handa <handa@etl.go.jp>
4945 * international/mule-cmds.el (set-language-info-alist): Docstring
4948 2000-06-20 Gerd Moellmann <gerd@gnu.org>
4950 * version.el (emacs-version): Use ISO date format.
4952 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
4953 instead of `M-backspace'.
4955 * simple.el (turn-off-auto-fill): New function.
4957 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
4959 * jit-lock.el (with-buffer-prepared-for-jit-lock):
4960 Renamed from with-buffer-prepared-for-font-lock and use
4961 inhibit-modification-hooks rather than setting *-change-functions.
4962 Update all functions to use the new name.
4963 (jit-lock-first-unfontify-pos): New semantics (and doc).
4964 (jit-lock-mode): Make non-interactive.
4965 Don't automatically turn on font-lock.
4966 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
4967 Always use jit-lock-after-change.
4968 Remove and restore font-lock-after-change-function.
4969 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
4970 (jit-lock-after-unfontify-buffer): Remove.
4971 (jit-lock-stealth-fontify):
4972 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
4973 (jit-lock-after-change): Set the `fontified' text-prop to nil.
4975 2000-06-20 Sam Steingold <sds@gnu.org>
4977 * emacs-lisp/cl-indent.el (toplevel): Indent
4978 `print-unreadable-object' properly. Untabify.
4980 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
4982 * textmodes/reftex.el (reftex-find-citation-regexp-format):
4983 Support for bibentry.
4984 (reftex-compile-variables): Fixed problem with end of section-re.
4986 * texmodes/reftex-dcr.el (reftex-view-crossref,
4987 reftex-view-crossref-from-bibtex):
4988 Deal with changed `reftex-find-citation-regexp-format'.
4989 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
4990 Replaced `remprop' with `put'.
4991 (reftex-view-crossref, reftex-view-crossref-when-idle):
4992 Support for bibentry.
4994 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
4995 New entry for bibentry package.
4997 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
4998 Regexp also matches "\nobibliography".
5000 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
5001 Call `reftex-ensure-write-access' before doing anything.
5002 (reftex-ensure-write-access): New function.
5004 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
5006 * progmodes/idlwave.el: File re-installed (update to version 4.2)
5008 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
5010 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
5012 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
5015 2000-06-20 Dave Love <fx@gnu.org>
5017 * faces.el (frame-background-mode): Use set-default, not set, in
5019 (frame-update-faces, frame-update-face-colors): Define with
5022 * enriched.el (enriched-decode-foreground)
5023 (enriched-decode-background): Don't use internal-find-face.
5025 * apropos.el: Doc fixes.
5027 * cus-edit.el (customize-changed-options): Check arg.
5028 (customize-version-lessp): Don't require decimal point.
5030 * custom.el (defcustom, defgroup): Doc fix.
5032 * newcomment.el (comment) <defgroup>: Add :version.
5033 (comment-multi-line): Doc fix.
5035 * emulation/mlsupport.el (define-hooked-local-abbrev,
5036 define-hooked-global-abbrev): Fix, using define-abbrev.
5038 2000-06-19 Gerd Moellmann <gerd@gnu.org>
5040 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
5043 2000-06-19 Dave Love <fx@gnu.org>
5045 * menu-bar.el (menu-bar-options-save): New function.
5046 (menu-bar-options-menu): Use it.
5047 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
5050 2000-06-19 Andreas Schwab <schwab@suse.de>
5052 * progmodes/etags.el (tags-query-replace): Put new parameters
5053 START and END at the end, for backward compatibility.
5055 2000-06-19 Kenichi Handa <handa@etl.go.jp>
5057 * international/codepage.el:
5058 (cp-coding-system-for-codepage-1): Delete special codes for
5059 generating xxx-dos coding system because now a CCL based coding
5060 system can handle EOL conversion by default.
5062 * international/mule.el (make-coding-system): Generate subsidiary
5063 coding systems for EOL handling variants even for a CCL based
5066 2000-06-19 Kenichi Handa <handa@etl.go.jp>
5068 * international/isearch-x.el (isearch-minibuffer-input-method)
5069 (isearch-minibuffer-input-method-function): These variables
5071 (isearch-with-input-method): Don't use the above variables.
5072 (isearch-process-search-multibyte-characters): Likewise. Call
5073 read-string with the arg INHERIT-INPUT-METHOD t.
5075 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
5077 * font-lock.el (font-lock-after-fontify-buffer)
5078 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
5080 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
5081 Use consistent make-local-variable style for font-lock-fontified.
5082 (jit-lock-fontify-buffer):
5083 Don't bother checking for font-lock-mode and jit-lock-mode.
5085 * time.el: Remove trailing ^M that prevent CVS-merging.
5087 2000-06-16 Gerd Moellmann <gerd@gnu.org>
5089 * Makefile.in (distclean): New target.
5091 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
5093 * Makefile.in (srcdir): Define for update-subdirs.
5095 2000-06-16 Gerd Moellmann <gerd@gnu.org>
5097 * find-lisp.el: New file.
5099 2000-06-16 Andrew Innes <andrewi@gnu.org>
5101 * time.el (display-time-mail-function): New variable, to allow
5102 external packages to indicate when new mail is available.
5103 (display-time-update): Use it.
5105 2000-06-16 Kenichi Handa <handa@etl.go.jp>
5107 * international/mule.el (mule-version): Change version name to
5108 SAKAKI. AOI has already been used by Meadow.
5110 * international/quail.el (quail-show-guidance-buf): To find the
5111 bottom window (but minibuffer), pay attention to the height of
5114 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
5116 * arc-mode.el (archive-mode-map): Use the new menu-item format for
5117 menu-bar menus. Add help strings. Don't remove the Edit menu
5118 from the menu bar, as the menu bar has enough space now.
5120 * Makefile.in (SHELL): Make sure /bin/sh is used.
5122 * woman.el (woman-man-buffer): Fix bold and underlined CJK
5123 characters, which use series of two ^H characters instead of one.
5125 2000-06-15 Gerd Moellmann <gerd@gnu.org>
5127 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
5128 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
5130 (Info-find-node-2): Try a case-sensitive search first, then
5131 do a case-insensitive search.
5133 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
5136 * complete.el (PC-env-vars-alist): New variable.
5137 (PC-complete-as-file-name): New function.
5138 (partial-completion-mode): Initialize PC-env-vars-alist from
5139 process-environment.
5140 (PC-do-completion): Handle completion of env vars.
5142 * info.el (Info-set-mode-line): Show file name in mode line,
5143 use `*Info*' instead of `Info:'.
5145 * startup.el (command-line-1): Change copyright messages to year
5148 2000-06-15 Dave Love <fx@gnu.org>
5150 * net/goto-addr.el (goto-address-fontify): Use keymap property,
5153 2000-06-15 Kenichi Handa <handa@etl.go.jp>
5155 * international/mule.el (set-buffer-file-coding-system): Almost
5156 rewritten to handle `undecided' as no-op.
5158 2000-06-14 Gerd Moellmann <gerd@gnu.org>
5160 * Makefile.in: New file.
5162 * Makefile: Removed.
5164 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
5165 (goto-address-highlight-keymap): Bind C-c RET.
5167 2000-06-14 Kenichi Handa <handa@etl.go.jp>
5169 * mail/sendmail.el (sendmail-send-it): The temporary buffer
5170 inherits buffer-file-coding-system of the current buffer.
5172 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
5173 0. Give correct argument to set-auto-coding-function.
5174 (tar-expunge): For goto-char, use (point-min), not 0.
5175 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
5176 (tar-subfile-save-buffer): Likewize.
5178 * international/mule.el
5179 (after-insert-file-set-buffer-file-coding-system): Call
5180 set-buffer-file-coding-system with the arg FORCE t.
5182 2000-06-13 Gerd Moellmann <gerd@gnu.org>
5184 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
5185 nil. Contemporary sendmails issue an X-Authentication-Warning if
5186 the sender is set with `-f'.
5188 2000-06-13 Dave Love <fx@gnu.org>
5190 * help.el (describe-function-1): Kluge around cases of functions
5191 fset to subrs whose doc doesn't match their symbol-name.
5193 * image.el (insert-image): Default STRING to a space.
5195 * info.el Doc fixes.
5196 (Info-build-node-completions): Match Ref tags.
5198 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
5200 * frame.el (display-multi-frame-p, display-multi-font-p): New
5201 defaliases for display-graphic-p.
5203 * hl-line.el: Fixed a typo in commentary.
5205 2000-06-13 Kenichi Handa <handa@etl.go.jp>
5207 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
5210 2000-06-12 Dave Love <fx@gnu.org>
5212 * image.el (insert-image): Save a little consing.
5214 2000-06-12 Kenichi Handa <handa@etl.go.jp>
5216 * language/tibet-util.el: Convert all tibetan-1-column characters
5217 to the corresponding tibetan characters.
5218 (tibetan-add-components): Delete code for the special treatment of
5221 * language/tibetan.el (tibetan-composable-pattern): Fix previous
5223 (tibetan-vowel-transcription-alist): More rules added.
5224 (tibetan-composite-vowel-alist): New variable.
5225 (tibetan-precomposition-rule-alist): More rules added.
5227 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
5229 * startup.el (command-line): Only call menu-bar-mode if interactive.
5231 * thingatpt.el (toplevel symbol-properties):
5232 * textmodes/makeinfo.el (makeinfo-compile):
5233 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
5234 * progmodes/hideif.el (hif-compress-define-list)
5235 (hide-ifdef-use-define-alist):
5236 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
5237 (ange-ftp-vms-add-file-entry):
5238 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
5239 * man.el (Man-build-man-command):
5240 * mail/rnewspost.el (news-reply-header-hook):
5241 * info.el (Info-insert-dir):
5242 * emulation/mlconvert.el (backward-word, forward-word, setq):
5243 * emacs-lisp/gulp.el (gulp-send-requests):
5244 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
5245 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
5246 (byte-optimize-apply, end of file):
5247 * emacs-lisp/advice.el (ad-advice-class-completion-table)
5248 (ad-make-freeze-definition):
5249 * startup.el (command-line, command-line-1): Don't quote lambdas.
5251 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
5252 (cvs-cleanup-removed): New function.
5253 (cvs-cleanup-functions): New var.
5254 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
5255 some flexibility in specifying additional entries to auto-cleanup.
5256 (cvs-quickdir): New function.
5257 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
5258 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
5259 (cvs-mode-find-file): Check that we are on a filename or dirname
5260 when invoked through a mouse-click.
5261 (cvs-full-path): Remove.
5262 (cvs-dired-action): Re-introduced.
5263 (cvs-dired-noselect): Use it.
5264 (vc-post-command-functions): use this new hook if available.
5266 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
5267 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
5268 (cvs-filename-map, cvs-dirname-map): Remove.
5269 (cvs-default-action): Remove.
5270 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
5271 if the arg is really a keymap.
5272 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
5273 Don't hardcode the mapping from state (aka type) to face, but check
5274 the var cvs-fi-<type>-face instead.
5275 (cvs-fileinfo-from-entries): New function.
5277 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
5279 (cvs-find-file-and-jump): Change default to be safer.
5280 (cvs-mode-diff-map): Define it as a function as well.
5281 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
5282 Bind mouse-2 in this global map rather than with text-properties.
5284 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
5285 file to resolve the ambiguity between C(conflict) and C(need-merge).
5287 2000-06-12 Kenichi Handa <handa@etl.go.jp>
5289 * international/mule.el (set-buffer-file-coding-system): If
5290 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
5293 2000-06-12 Dave Love <fx@gnu.org>
5295 * wid-edit.el (widget-specify-button): Really suppress the face if
5298 2000-06-11 Gerd Moellmann <gerd@gnu.org>
5300 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
5302 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
5304 * imenu.el (imenu-generic-expression): Docstring fix.
5306 * composite.el (composition-function-table): Move the `put'
5307 below the autoload cookie so we can load the file before loaddefs.
5309 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
5311 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
5312 Handle easy-mmode-define-global-mode.
5313 For complex macros like define-minor-mode that can generate
5314 several autoload entries, try to autoload entries in the
5317 * emacs-lisp/easy-mmode.el (define-minor-mode):
5318 If KEYMAP is a symbol, just use it.
5319 Use byte-compile-current-file and load-file-name to infer the
5320 proper :require to pass to defcustom.
5321 Wrap the hook var into `progn' so as not to autoload it.
5322 Add a :autoload-end cookie.
5323 Be more careful about the evaluation of KEYMAP.
5324 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
5325 (define-derived-mode): Move define-abbrev-table outside of defvar.
5327 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
5329 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
5330 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
5331 (backup-compiled-files): Ignore errors during `tar'.
5332 (bootstrap): Make autoloads before elc files.
5334 2000-06-10 Kenichi Handa <handa@etl.go.jp>
5336 * international/mule.el (set-buffer-file-coding-system): If one of
5337 undecided-XXX is specified, change only EOL conversion.
5339 * international/mule-conf.el (unix): New alias for the coding
5340 system undecided-unix.
5342 2000-06-09 Dave Love <fx@gnu.org>
5344 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
5346 * progmodes/executable.el: Byte compile dynamic.
5347 (executable-insert): Change custom type.
5348 (executable-find): Add autoload cookie.
5349 (executable-make-buffer-file-executable-if-script-p): New
5350 function. After Noah Friedman.
5352 * files.el (after-save-hook): Customize, with
5353 executable-make-buffer-file-executable-if-script-p as an option.
5355 2000-06-09 Kenichi Handa <handa@etl.go.jp>
5357 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
5358 "tib24p-mule.bdf" for Tibetan.
5360 * composite.el (decompose-composite-char): Declare it as obsolete.
5362 * man.el (Man-fontify-manpage): Pay attention to underline and
5363 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
5365 2000-06-08 Gerd Moellmann <gerd@gnu.org>
5367 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
5368 Set maintainer to FSF since author isn't reachable.
5370 2000-06-08 Dave Love <fx@gnu.org>
5372 * international/mule-cmds.el (select-safe-coding-system): If
5373 DEFAULT-CODING-SYSTEM is not specified, also check the most
5374 preferred coding-system if buffer-file-coding-system is
5375 `undecided'. From Handa.
5377 2000-06-08 Kenichi Handa <handa@etl.go.jp>
5379 * international/mule.el
5380 (after-insert-file-set-buffer-file-coding-system): If the buffer
5381 size is greater than INSERTED, judget that we are not visiting.
5383 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
5385 * whitespace.el (defgroup whitespace): Comment out `:version'.
5386 XEmacs 20.4 has problems defining the group with this present.
5387 We'll have this commented out till get resolve the problem.
5389 2000-06-07 Gerd Moellmann <gerd@gnu.org>
5391 * align.el: Update from author.
5393 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
5395 * apropos.el (apropos-mode-hook): New user variable.
5396 (apropos-mode): Run apropos-mode-hook.
5398 2000-06-07 David Ponce <david@dponce.com>
5400 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
5401 commands. Require `wid-edit' at run-time.
5403 2000-06-07 David Ponce <david@dponce.com>
5405 * recentf.el: Added some "Commentary".
5406 (recentf-open-more-files, recentf-edit-list): Minor changes to
5407 move the point at the top of the file list. This behaviour is
5408 consistent with the menu one when the list contains a lot of
5410 (recentf-cleanup): Now displays the number of items removed from
5412 (recentf-relative-filter) New menu filter to show filenames
5413 relative to `default-directory'.
5415 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5417 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
5418 with/without giving an error if PostScript printer doesn't have this
5419 kind of page size. Zebra Stripe continues or restarts on next page.
5420 Manual/automatic paper feeding. Switch or not the header.
5421 (ps-print-version): New version number (5.2.2).
5422 (ps-windows-system): Include emx as a Windows system.
5423 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
5424 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
5425 (ps-background-text): Code fix.
5426 (ps-error-handler-message, ps-user-defined-prologue)
5427 (ps-print-prologue-header, ps-printer-name)
5428 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
5429 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
5430 (ps-use-face-background): Customization fix.
5431 (ps-n-up-database): Data fix.
5432 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
5433 (ps-switch-header): New vars.
5434 (ps-xemacs-color-name, ps-face-foreground-name)
5435 (ps-face-background-name, ps-boolean-constant): New funs.
5437 2000-06-07 Dave Love <fx@gnu.org>
5439 * allout.el: New version from Manheimer.
5441 2000-06-07 Kenichi Handa <handa@etl.go.jp>
5443 * textmodes/fill.el (fill-find-break-point): Check the validity of
5446 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
5448 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
5449 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
5450 Call display-color-p and display-mouse-p instead of looking at
5453 2000-06-06 Dave Love <fx@gnu.org>
5455 * image.el (find-image): Doc fix. Return nil if image not found.
5456 (put-image, insert-image): Make STRING arg optional.
5458 2000-06-06 Kenichi Handa <handa@etl.go.jp>
5460 * language/vietnamese.el: Remove eval-when-compile.
5461 (viet-viscii-nonascii-translation-table): Define it as a
5462 translation table made from viet-viscii-decode-table.
5463 (viet-viscii-encode-table): Define it as a translation table made
5464 from the reverse map of above.
5465 (viet-vscii-nonascii-translation-table): Define it as a
5466 translation table made from viet-vscii-decode-table.
5467 (viet-vscii-encode-table): Define it as a translation table made
5468 from the reverse map of above.
5469 (ccl-decode-viscii): Use translate-character.
5470 (ccl-encode-viscii, ccl-encode-viscii-font)
5471 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
5474 * language/cyrillic.el: Remove eval-when-compile.
5475 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
5476 translation table made from cyrillic-koi8-r-decode-table.
5477 (cyrillic-koi8-r-encode-table): Define it as a translation table
5478 made from the reverse map of above.
5479 (ccl-decode-koi8): Use translate-character.
5480 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
5481 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
5482 a translation table made from cyrillic-alternativnyj-decode-table.
5483 (cyrillic-alternativnyj-encode-table): Define it as a translation
5484 table made from the reverse map of above.
5485 (ccl-decode-alternativnyj): Use translate-character.
5486 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
5489 * international/mule-diag.el (non-iso-charset-alist): Specify
5490 translation table symbol instead of translation table itself.
5491 (list-block-of-chars): CHARSET may be a translation table symbol.
5493 * international/mule.el (make-coding-system): If CODING-SYSTEM
5494 already exists, override it.
5496 * international/fontset.el: Use family `proportional' for Tibetan
5499 * international/ccl.el (ccl-compile-translate-character): Don't
5500 check if Rrr has property translation-table.
5501 (ccl-compile-map-multiple): Modified to avoid compiler warning.
5503 2000-06-05 Gerd Moellmann <gerd@gnu.org>
5505 * info.el: Bind case-fold-search to t when searching in case
5506 a user sets it to nil in a hook.
5508 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
5510 * autoarg.el (autoarg-mode, autoarg-kp-mode):
5511 * hl-line.el (hl-line-mode): Use the new :global key argument.
5513 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
5514 (tar-clip-time-string): Prepend a space.
5515 (tar-grind-file-mode): Construct a string rather than modifying one.
5516 (tar-header-block-summarize): Fix docstring.
5517 Use `format' rather than an error-prone set of copy-loops.
5519 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
5520 (diff-goto-source, diff-unified->context, diff-context->unified)
5521 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
5522 understand the format output by the `-p' argument to diff.
5524 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
5525 (sh-re-done): Use defconst.
5526 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
5527 (sh-help-string-for-variable, sh-guess-basic-offset):
5528 Don't quote lambdas.
5529 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
5530 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
5532 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
5533 (mh-letter-mode): Derive from text-mode.
5534 This implicitly means that it now calls kill-all-local-variables.
5535 Also remove the Emacs-18 compatibility code.
5537 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
5538 Make use of symbol-property doc-string-elt.
5539 Use memq rather than a sequence of eq.
5540 (doc-string-elt): Fix the wrong or missing previously unused values.
5541 (autoload-print-form): New function extracted from
5542 generate-file-autoloads to allow recursion when handling progn
5543 so that defvar's and defun's docstrings are properly printed.
5544 (generate-file-autoloads): Use it.
5546 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
5547 Use find-file-hooks in the minor-mode function.
5548 Be careful not to loop indefinitely in the post-command-hook function.
5550 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
5552 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
5554 * ediff-diff.el (ediff-exec-process): Use --binary for fine
5555 differences whenever appropriate.
5556 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
5557 * viper.el (find-file, find-file-other-window): Get viper to do
5560 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
5562 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
5563 (jit-lock-fontify-buffer): New function for JIT refontification.
5564 (jit-lock-mode): Fix docstring.
5565 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
5566 Remove jit-lock-after-change from the _local_ hook.
5567 (jit-lock-function-1): Fix docstring.
5569 * info.el (Info-on-current-buffer): Initialize info.
5571 * newcomment.el (comment-indent): Ignore comment-indent-hook.
5573 * progmodes/tcl.el (tcl-indent-for-comment):
5574 Ignore comment-indent-hook.
5576 * emacs-lisp/easy-mmode.el: Require CL during compilation.
5577 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
5578 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
5579 and improve to use the lighter to guess the capitalization.
5580 (define-minor-mode): Inline code from easy-mmode-define-toggle.
5581 Add keyword arguments to specify global-ness or the custom group.
5582 Add local-map and help-echo properties to the lighter.
5583 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
5584 (easy-mmode-define-global-mode): New macro.
5586 2000-06-02 Dave Love <fx@gnu.org>
5588 * wid-edit.el: byte-compile-dynamic since we typically don't use
5589 all the widgets. Don't require cl or widget. Remove
5590 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
5591 (widget-read-event): Removed. Callers changed to use read-event.
5592 (widget-button-release-event-p): Renamed from
5593 button-release-event-p.
5594 (widget-field-add-space, widget-field-use-before-change):
5596 (widget-specify-field): Use keymap property, not local-map.
5597 (widget-specify-button): Obey :suppress-face.
5598 (widget-specify-insert): Use modern backquote syntax.
5599 (widget-image-directory): Renamed from widget-glyph-directory.
5600 (widget-image-enable): Renamed from widget-glyph-enable.
5601 (widget-image-find): Replaces widget-glyph-find.
5602 (widget-button-pressed-face): Move defvar.
5603 (widget-image-insert): Replaces widget-glyph-insert.
5604 (widget-convert): Use keywordp.
5605 (widget-leave-text, widget-children-value-delete): Use mapc.
5606 (widget-keymap): Remove XEmacs stuff.
5607 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
5608 (widget-button-click): Don't set point at the click, but re-centre
5609 if we scroll out of window. Rewritten for images v. glyphs &c.
5610 (widget-tabable-at): Use POS arg, not point.
5611 (widget-beginning-of-line, widget-end-of-line)
5612 (widget-item-value-create, widget-sublist, widget-princ-to-string)
5613 (widget-sexp-prompt-value, widget-echo-help): Simplify.
5614 (widget-default-create): Use widget-image-insert; some rewriting.
5615 (widget-visibility-value-create)
5616 (widget-push-button-value-create, widget-toggle-value-create): Use
5617 widget-image-insert.
5618 (checkbox): Create on and off images dynamically.
5619 (documentation-link): Change :help-echo.
5620 (widget-documentation-link-echo-help): Remove.
5622 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
5624 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
5626 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
5627 (easy-mmode-define-toggle, define-minor-mode): Use it.
5628 (easy-mmode-define-keymap): Docstring fix.
5629 (define-derived-mode): Default PARENT to fundamental-mode.
5630 Add the derived-mode-parent symbol-property.
5631 (easy-mmode-derived-mode-p): New function.
5633 2000-06-02 Dave Love <fx@gnu.org>
5635 * files.el (convert-standard-filename): Doc fix.
5636 (normal-backup-enable-predicate): New function.
5637 (backup-enable-predicate): Use it to replace the lambda form.
5639 * calendar/todo-mode.el: [This needs more work on the outline
5641 (todo) <defgroup>: Add :version.
5642 (todo-add-category): Don't use pushnew.
5643 (todo-cmd-raise): Fix typo.
5644 (todo-top-priorities): Change temp buffer name.
5645 (todo-category-alist): Avoid redundant lambda.
5646 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
5647 Use outline-next-heading.
5649 * autoarg.el: Rewritten to use define-minor-mode.
5650 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
5651 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
5653 2000-06-02 Kenichi Handa <handa@etl.go.jp>
5655 * isearch.el (isearch-other-meta-char): Fix previous change.
5657 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
5659 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
5660 (log-edit-done): Only add the comment to the ring if it's different
5661 from the last comment entered.
5663 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
5665 2000-06-01 Dave Love <fx@gnu.org>
5667 * hl-line.el: Rewritten using define-minor-mode.
5669 * help.el (describe-function-1): Distinguish special form from
5670 builtin function. Sanity-check presence of arglist for builtins.
5672 2000-06-01 Kenichi Handa <handa@etl.go.jp>
5674 * international/characters.el: Fix syntax/category setting of
5677 * language/tibet-util.el (tibetan-add-components): Fixes for new
5678 encoding of Tibetan characters.
5679 (tibetan-decompose-precomposition-alist): New variable.
5680 (tibetan-decompose-region): Convert precomposed characters to
5681 non-precomposed characters.
5682 (tibetan-decompose-string): Likewise.
5683 (tibetan-composition-function): Fix args to
5684 thibetan-compose-string.
5686 * language/tibetan.el (tibetan-composable-pattern): More
5687 characters included.
5688 (tibetan-consonant-transcription-alist): Rule for "R" added.
5689 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
5691 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
5693 * language/lao-util.el (lao-composition-function): Fix args to
5696 * language/thai-util.el (thai-composition-function): Fix args to
5699 * isearch.el (isearch-update): Set disable-point-adjustment to t
5700 to prevent the point moving to the end of a composition when a
5701 part of a composition is searched.
5702 (isearch-other-meta-char): If the key invoking this command can be
5703 mapped by function-key-map to a printing char, call
5704 isearch-process-search-char directly.
5706 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
5708 * emacs-lisp/bytecomp.el:
5710 * international/mule-cmds.el:
5711 * international/mule-util.el:
5712 * international/mule.el:
5715 * faces.el: Update calls to make-obsolete with a WHEN argument.
5717 * byte-run.el (make-obsolete, make-obsolete-variable):
5718 Add an optional WHEN argument and change the format of the
5719 symbol-property information.
5720 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
5721 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
5722 new obsolete-symbol-property format and print WHEN if it is provided.
5724 2000-05-31 Dave Love <fx@gnu.org>
5726 * loadhist.el (loadhist-hook-functions): Remove
5727 before-change-function, after-change-function.
5728 (unload-feature): Deal with symbols which are both bound and
5731 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
5732 before-change-function, after-change-function.
5734 * simple.el (newline): Don't bind before-change-function,
5735 after-change-function.
5737 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
5739 * whitespace.el (whitespace-rescan-timer-time): Update interval
5740 set to 600 seconds (10 minutes) instead of 60 seconds since
5741 a large number of whitespace buffers causes emacs to `freeze'
5742 for a considerable amount of time.
5744 * whitespace.el: Updated email address
5746 2000-05-31 Dave Love <fx@gnu.org>
5748 * add-log.el (change-log-font-lock-keywords) <function>: Add
5749 pattern for function of change.
5750 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
5751 acknowledgements patterns.
5753 2000-05-31 Kenichi Handa <handa@etl.go.jp>
5755 * isearch.el (isearch-printing-char): If keyboard coding system is
5756 being used, call isearch-process-search-multibyte-characters.
5758 * international/isearch-x.el: Mostly rewritten.
5760 * international/quail.el (quail-start-conversion): Don't include
5761 unhandled events in the returned events, but set them in
5762 unread-command-events. Exit if all inputs are deleted.
5764 2000-05-30 Jason Rumney <jasonr@gnu.org>
5766 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
5768 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
5769 Reenable code to create initial fontsets.
5770 Use set-fontset-font in place of put-charset-property.
5772 2000-05-30 Gerd Moellmann <gerd@gnu.org>
5774 * progmodes/perl-mode.el (perl-indent-line): When looking for a
5775 label, ensure that the first colon isn't followed by another.
5777 * paths.el (Info-default-directory-list): Doc fix.
5779 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
5780 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
5781 send a query containing USER only, not USER@HOST.
5783 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
5784 and rmail-msgend to compute the restriction at the end, instead of
5787 2000-05-29 Gerd Moellmann <gerd@gnu.org>
5789 * dabbrev.el (dabbrev-expand): Don't display messages in the
5790 echo area if the minibuffer window is active.
5792 * jit-lock.el (jit-lock-mode): Add after change function to
5795 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
5797 * antlr-mode.el: New commands: hide/unhide actions,
5798 upcase/downcase literals.
5799 (antlr-tiny-action-length): New user option.
5800 (antlr-hide-actions): New command. Suggested by
5801 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
5802 (antlr-mode-map): New binding [C-c C-v].
5803 (antlr-mode-menu): New entries.
5804 (antlr-downcase-literals): New command.
5805 (antlr-upcase-literals): Ditto.
5807 * antlr-mode.el: Minor changes: indendation, mode-name.
5808 (antlr-indent-line): Indent cpp directive at column 0.
5809 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
5811 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
5812 (antlr-font-lock-additional-keywords): Workaround for intentional
5813 bug in XEmacs version of font-lock.
5814 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
5815 be used by a smarter version of `buffers-menu-grouping-function'.
5817 2000-05-29 Gerd Moellmann <gerd@gnu.org>
5819 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
5820 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
5822 2000-05-29 Kenichi Handa <handa@etl.go.jp>
5824 * international/encoded-kb.el
5825 (encoded-kbd-iso2022-designation-map): Pay attention to that
5826 charset-iso-final-char return -1 for eight-bit-control and
5829 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
5831 * speedbar.el (speedbar-use-images, speedbar-update-flag)
5832 (speedbar-easymenu-definition-base): Use display-graphic-p where
5833 available, instead of window-system.
5835 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
5837 * international/codepage.el (cp-coding-system-for-codepage-1): Add
5838 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
5841 2000-05-26 Dave Love <fx@gnu.org>
5843 * disp-table.el (standard-display-underline): Don't use
5846 * mail/reporter.el: Maintainer change. Doc fixes.
5847 (reporter-version): Deleted.
5849 * emacs-lisp/elp.el: Maintainer change.
5850 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
5852 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
5854 * add-log.el (add-change-log-entry): Merge the current entry with the
5855 previous one if the previous one is empty.
5857 2000-05-26 Dave Love <fx@gnu.org>
5859 * loadhist.el (unload-feature): Fix interactive spec [from
5860 lijnzaad@ebi.ac.uk].
5862 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
5863 subr-arity to check primitives.
5864 (byte-compile-flush-pending, byte-compile-file-form-progn)
5865 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
5866 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
5869 2000-05-26 Kenichi Handa <handa@etl.go.jp>
5871 * international/fontset.el: Set family names of non-latin charsets
5872 in default fontset to "*".
5874 * international/mule-diag.el (print-fontset): Combine family part
5875 and registry part of the fontname by "-*-" instead of "-".
5877 * international/mule-cmds.el (encode-coding-char): Make strings
5878 multibyte before calling encode-coding-string.
5880 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
5882 * derived.el: Fix keywords.
5883 (define-derived-mode): Only define if needed.
5885 * simple.el (fill-comment, comment-column, comment-start)
5886 (comment-start-skip, comment-end, comment-indent-function)
5887 (block-comment-start, block-comment-end, indent-for-comment)
5888 (set-comment-column, kill-comment, comment-padding, comment-region)
5889 (comment-multi-line, indent-new-comment-line): Remove.
5891 * bindings.el (esc-map): Change ; to comment-dwim and use the new
5892 function names for comment operations.
5894 * newcomment.el: Add abundant autoload cookies.
5895 (comment-style): Don't depend on runtime data at compile-time.
5896 (comment-indent-hook): Remove.
5897 (comment-indent): Check if comment-indent-hook is bound.
5898 (comment-region): Docstring fix.
5900 2000-05-25 Dave Love <fx@gnu.org>
5902 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
5903 byte-code-function-p.
5905 * mail/rmailsum.el: Add provide.
5907 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
5909 * smerge-mode.el (smerge-diff-switches): Don't use list* in
5912 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
5914 * ediff-diff.el (ediff-exec-process): delete --binary option from
5915 non-buffer ediff jobs.
5917 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
5919 * hilit-chg.el (highlight-changes-mode): Ask about color or
5920 grayscale support, not about window-system.
5922 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
5924 (ffap-highlight): Always default to t.
5926 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
5927 display-popup-menus-p instead of looking at window-system.
5929 * disp-table.el (standard-display-g1, standard-display-graphic):
5930 Only refuse to use string glyphs on X and MS-Windows.
5932 * avoid.el: Remove window-system from commentary, suggest to use
5933 display-*-p instead.
5935 * apropos.el (apropos-print): Use display-mouse-p instead of
5938 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
5940 * international/codepage.el (cp-decoding-vector-for-codepage):
5941 Fill up unsupported characters with their own codes. From Kenichi
5944 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
5946 * international/mule-diag.el (describe-char-after): Use
5947 display-graphic-p instead of window-system, so that this function
5950 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
5952 * international/codepage.el (cp-make-coding-systems-for-codepage):
5953 Remove the eight-bit-graphic and eight-bit-control charsets from
5954 the list of charsets which we convert into `?'.
5956 2000-05-25 Kenichi Handa <handa@etl.go.jp>
5958 * international/mule-conf.el: Specify CHARSET-ID explicitely for
5960 (mule-unicode-0100-24ff, japanese-jisx0213-1,
5961 japanese-jisx0213-2): New charsets.
5963 * international/fontset.el: Setup default fontset for new charsets.
5965 2000-05-24 Dave Love <fx@gnu.org>
5967 * info.el (Info-find-node-2): Restructure [following "Vadim
5968 S. Solomin" <sovs@uic.nnov.ru>].
5970 * icomplete.el: Fix header for Finder.
5972 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
5974 * rmailout.el (rmail-output-to-rmail-file): Added optional param
5977 * rmail.el (rmail-automatic-folder-directives): New user variable.
5978 (rmail-show-message): Add call to `rmail-auto-file' during
5980 (rmail-auto-file): New function.
5982 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
5984 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
5986 (ediff-test-utility,ediff-diff-mandatory-option)
5987 (ediff-reset-diff-options): Utilities for proper initialization of
5988 ediff-diff-options and ediff-diff3-options on Windows.
5990 * ediff-init.el (ediff-merge-filename-prefix): New customizable
5993 * ediff-mult.el (ediff-filegroup-action): Use
5994 ediff-merge-filename-prefix.
5996 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
5998 * viper-ex.el (ex-write): Set selective display to nil.
6000 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
6002 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
6003 aliases for hebrew-iso-8bit.
6005 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
6007 * woman.el: New version from Francis J. Wright
6008 <F.J.Wright@Maths.QMW.ac.uk>.
6009 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
6010 names in environment variables regardless of the path separator.
6011 (woman-topic-all-completions-1): Don't call file-name-directory-p
6012 on all files, since woman-file-regexp already filters out any
6015 2000-05-24 Kenichi Handa <handa@etl.go.jp>
6017 * international/quail.el (quail-start-translation): Don't change
6018 modified-p of the current buffer.
6019 (quail-start-conversion): Likewise.
6021 * international/kkc.el (kkc-region): Don't change modified-p of
6024 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
6026 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
6028 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
6030 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
6031 (speedbar-insert-button): Invisible text property fix.
6032 (speedbar-directory-plus): Renamed from speedbar-directory-+
6033 (speedbar-directory-minus): Renamed from speedbar-directory--
6034 (speedbar-page-plus): Renamed from speedbar-file-+
6035 (speedbar-page-minus): Renamed from speedbar-file--
6036 (speedbar-page): Renamed from speedbar-file-
6037 (speedbar-tag): Renamed from speedbar-tag-
6038 (speedbar-tag-plus): Renamed from speedbar-tag-+
6039 (speedbar-tag-minus): Renamed from speedbar-tag--
6040 (speedbar-expand-image-button-alist): Use above renames.
6042 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
6043 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
6044 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
6045 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
6046 * sb-pg.xpm: Renamed from sb-file.xpm
6047 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
6048 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
6050 2000-05-24 Kenichi Handa <handa@etl.go.jp>
6052 * international/quail.el (quail-show-guidance-buf): Set
6053 current-input-method of the guidance buffer to the name of the
6054 curren input method.
6056 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
6058 * progmodes/compile.el (compile-internal): Style typo.
6060 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
6061 quote vars and functions in the docstring.
6063 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
6065 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
6066 Don't quote lambdas.
6068 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
6070 2000-05-23 Gerd Moellmann <gerd@gnu.org>
6072 * startup.el (command-line): Determine source file of compiled
6073 user init file differently. Warn if compiled user init file
6074 is older than its source file.
6076 * ffap.el (ffap-url-regexp): Add `https'.
6078 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
6080 * files.el (make-backup-file-name-1): Replace slashes with `!'
6081 rather than `|' (which is not allowed on Windows). Replace the
6082 drive letters with a string "drive_X".
6084 2000-05-23 Gerd Moellmann <gerd@gnu.org>
6086 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
6088 * files.el (interpreter-mode-alist): Add `bash2'.
6090 2000-05-22 Dave Love <fx@gnu.org>
6092 * loadhist.el (feature-symbols, file-provides, file-requires): Use
6094 (feature-file): Avoid calling symbol-name. Doc fix.
6095 (file-set-intersect, file-dependents): Use dolist, not mapcar.
6096 (loadhist-hook-functions): Add mouse-position-function.
6097 (unload-feature): Change uses of mapcar.
6099 * files.el (parse-colon-path): Doc fix.
6100 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
6101 (set-auto-mode): Use mapc.
6103 * complete.el (PC-look-for-include-file): Use :alnum: character
6105 (partial-completion-mode): Add autoload cookie.
6107 2000-05-22 Sam Steingold <sds@gnu.org>
6109 * info.el (Info-fontify-node): Fixed the call to
6110 `add-text-properties' (bug introduced on 2000-05-18).
6112 2000-05-22 Dave Love <fx@gnu.org>
6114 * bindings.el: Remove debug-ignored-errors set in other files.
6116 * progmodes/etags.el: Add to debug-ignored-errors.
6117 (visit-tags-table-buffer): Clear out buffers holding old tables
6118 when making a new list.
6119 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
6122 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
6124 (cmpl-string-case-type): Use character classes.
6127 * textmodes/ispell.el:
6130 * progmodes/compile.el: Add to debug-ignored-errors.
6132 * dabbrev.el: Add to debug-ignored-errors.
6133 (dabbrev-completion): Use mapc.
6135 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
6137 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
6138 (woman-mapcan, woman-parse-man.conf)
6139 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
6140 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
6141 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
6143 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
6144 (woman-manpath): Call woman-parse-man.conf.
6145 (woman-emulation): New defcustom, defaults to nroff.
6146 (woman-font-support): New defconst.
6147 (woman-use-symbol-font): New defcustom.
6148 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
6150 Many functions: Doc fix.
6152 2000-05-22 Kenichi Handa <handa@etl.go.jp>
6154 * international/quail.el (quail-simple-translation-keymap): Map
6155 128..255 to quail-self-insert-command.
6156 (quail-keyboard-layout-alist): Add definition for "pc102-de".
6158 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
6160 * help.el (help-manyarg-func-alist): Typo.
6162 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
6163 intervals which makes it heaps simpler.
6165 * newcomment.el (comment-region-internal): Go back to BEG after quoting
6166 the nested comment markers.
6168 * subr.el (remove-hook): Don't turn the hook's value into a list.
6170 2000-05-21 Dave Love <fx@gnu.org>
6172 * edmacro.el (edmacro-parse-keys): Return vector if any elements
6173 are invalid characters.
6175 * international/mule-util.el (detect-coding-with-priority): Use
6176 mapc. Remove redundant lambda.
6178 * international/mule-diag.el (list-non-iso-charset-chars)
6179 (describe-fontset): Remove redundant lambda.
6181 * emulation/crisp.el (brief-mode): New alias.
6183 * emacs-lisp/ring.el (ring-elements): New function.
6185 * emacs-lisp/easymenu.el (easy-menu-create-menu)
6186 (easy-menu-do-add-item): Use keywordp.
6188 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
6190 * replace.el: Doc and error message fixes.
6191 (replace-highlight): Use facep, not internal-find-face.
6193 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
6195 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
6197 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
6198 (log-edit-insert-changelog): Drop `:' as well.
6200 * log-view.el: Fix file description.
6201 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
6203 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
6204 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
6206 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
6207 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
6208 Print a status message if the toggle is called interactively.
6209 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
6210 for global minor modes and use `defcustom' for them.
6212 (easy-mmode-define-derived-mode): Remove.
6213 (define-derived-mode): Fancier default docstring.
6214 (easy-mmode-define-navigation): Signal an error rather than (ding).
6216 * newcomment.el (comment-styles): New `box-multi'.
6217 (comment-normalize-vars): Better default for comment-continue to
6218 avoid whitespace-only continuations.
6219 (comment-search-forward): Always move even in the no-syntax case.
6220 (comment-padright): Only obey N if it's only obeyed for padleft.
6221 (comment-make-extra-lines): Better handling of empty continuations.
6222 Use `=' for the filler if comment-start has only one character.
6223 (uncomment-region): Try handling the special `=' filler.
6224 (comment-region): Allow LINES even if MULTI is nil.
6225 (comment-box): Choose box style based on comment-style.
6227 2000-05-20 Kenichi Handa <handa@etl.go.jp>
6229 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
6230 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
6232 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
6234 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
6235 and insert, not subst-char-in-region.
6237 * international/mule-diag.el (list-character-sets-1): Handle
6238 charsets eight-bit-control and eight-bit-graphic.
6239 (list-iso-charset-chars): Likewise.
6240 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
6241 charactes as is. Use indent-to to align characters.
6243 * international/mule-cmds.el (find-multibyte-characters): Never
6244 exclude charsets eight-bit-control and eight-bit-graphic.
6246 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
6248 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
6249 Don't quote lambdas.
6251 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
6253 2000-05-19 Gerd Moellmann <gerd@gnu.org>
6255 * gud.el (gud-jdb-directories): Doc fix.
6257 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
6259 * newcomment.el: New file.
6261 2000-05-19 Gerd Moellmann <gerd@gnu.org>
6263 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
6265 2000-05-18 Andreas Schwab <schwab@suse.de>
6267 * dired.el (dired-between-files): Also skip lines beginning with
6270 2000-05-18 Gerd Moellmann <gerd@gnu.org>
6272 * msb.el (msb-menu-cond): Add choice `user'.
6274 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6276 * ps-print.el: Compatibility, customization and doc fix.
6277 (ps-printer-name-option): Replace defconst by defvar.
6278 (ps-postscript-code-directory): XEmacs compatibility.
6279 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
6281 (ps-user-defined-prologue, ps-print-prologue-header)
6282 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
6283 compatibility and code fix.
6284 (ps-print-background-image, ps-print-background-text):
6286 (ps-line-number-start, ps-n-up-on): New vars.
6288 2000-05-18 Espen Skoglund <esk@ira.uka.de>
6290 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
6291 the indent-comment function to just return the appropriate indent.
6293 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
6295 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
6296 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
6297 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
6299 2000-05-18 Dave Love <fx@gnu.org>
6301 * info.el (Info-fontify-node): Add intangible property as well as
6304 * calendar/appt.el (appt-make-list): Match all lines of entry.
6305 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
6307 2000-05-18 Kenichi Handa <handa@etl.go.jp>
6309 * international/mule-diag.el (describe-char-after): Call
6310 internal-char-font, not char-font. If internal-char-font returns
6311 nil, display "-- none --".
6313 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
6315 * image.el (image-type-available-p): Don't reference image-types
6318 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
6320 * autoarg.el (autoarg-mode): Typo in the :set argument.
6322 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
6324 * startup.el (command-line-1): Don't signal an error if the
6325 directory for auto-save-list files does not yet exist.
6327 2000-05-17 Kenichi Handa <handa@etl.go.jp>
6329 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
6331 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
6333 * subr.el (remove-hook): `setq' hook-value, not `set'.
6335 2000-05-16 Sam Steingold <sds@gnu.org>
6337 * info.el (debug-ignored-errors): More errors to ignore.
6339 2000-05-16 Dave Love <fx@gnu.org>
6341 * cus-edit.el: Don't require cl or easymenu.
6342 (custom-variable-prompt): Test standard-value property, not
6345 2000-05-16 Sam Steingold <sds@gnu.org>
6347 * subr.el (add-hook): `setq' hook-value, not `set'.
6349 2000-05-16 Gerd Moellmann <gerd@gnu.org>
6351 * startup.el (command-line-1): Mention the FAQ in the startup
6354 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
6356 * progmodes/compile.el (compilation-parse-errors): Collect
6357 `nomessage' regexps last.
6359 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
6361 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
6362 to the function name.
6364 2000-05-15 Dave Love <fx@gnu.org>
6366 * speedbar.el (speedbar-recenter): Typo.
6367 (speedbar-expand-line): Make arg optional.
6368 (speedbar-mode): Avoid a compiler warning.
6370 2000-05-15 Gerd Moellmann <gerd@gnu.org>
6372 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
6373 user-specified option string is empty.
6375 * mouse.el (mouse-yank-at-click): Doc fix.
6377 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
6379 * term/internal.el (IT-character-translations): More updates of
6380 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
6383 2000-05-15 Gerd Moellmann <gerd@gnu.org>
6385 * env.el (getenv): New function, interactively callable.
6386 (setenv, getenv): Remove autoload cookies.
6388 * loadup.el: Load `env'.
6390 * progmodes/f90.el: Change author's mail address.
6392 2000-05-14 Dave Love <fx@gnu.org>
6394 * mail/rmail.el (rmail-show-message-hook): Customize and offer
6395 goto-addr as an option.
6397 * help.el (help-xref-stack): Doc fix.
6398 (help-xref-following): New variable.
6399 (help-make-xrefs): Use it.
6400 (help-xref-go-back): Use position information from stack element.
6401 (help-follow): Make position in stack element a pair. Use
6402 help-xref-following.
6404 * autoarg.el: New file.
6406 * faces.el: Declare more functions obsolete.
6408 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
6409 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
6410 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
6411 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
6412 Remove all the setup-...-environment functions.
6414 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
6416 * speedbar.el: Updated the commentary section. xemacs20p now uses
6417 >= when detecting. Require `defimage' safely.
6418 (speedbar-easymenu-definition-base): Add toggle for images.
6419 (speedbar-easymenu-definition-special): Add flush cache & expand.
6420 (speedbar-visiting-tag-hook): Set new defaults. Added options.
6421 (speedbar-reconfigure-keymaps-hook): New variable.
6422 (speedbar-frame-parameters): Updated documentation.
6423 (speedbar-use-imenu-flag): Updated custom tag
6424 (speedbar-dynamic-tags-function-list): New variable.
6425 (speedbar-tag-hierarchy-method): Updated doc & custom.
6426 (speedbar-indentation-width, speedbar-indentation-width) New
6428 (speedbar-hide-button-brackets-flag): Customizable.
6429 (speedbar-vc-indicator): Doc update.
6430 (speedbar-ignored-path-expressions): Updated default value.
6431 (speedbar-supported-extension-expressions): Updated default value.
6432 (speedbar-syntax-table): Remove {} paren status.
6433 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
6434 as "+". Added overlay aliases.
6435 (speedbar-mode): Use `speedbar-mode-line-update' instead of
6436 `force-mode-line-update'.
6437 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
6438 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
6440 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
6441 (speedbar-item-info-tag-helper): Revamped to handle a wider range
6442 of arbitrary text, and new helper functions.
6443 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
6445 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
6446 (speedbar-directory-buttons): Update path search/expansion.
6447 (speedbar-make-tag-line): Pay attention to
6448 `speedbar-indentation-width'. Use more care w/ invisible
6450 (speedbar-change-expand-button-char): Call
6451 `speedbar-insert-image-button-maybe'.
6452 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
6453 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
6454 (speedbar-trim-words-tag-hierarchy)
6455 (speedbar-simple-group-tag-hierarchy): New functions
6456 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
6457 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
6459 (speedbar-mouse-set-point): New function
6460 (speedbar-power-click): Updated documentation.
6461 (speedbar-line-token, speedbar-goto-this-file): Handle more types
6463 (speedbar-expand-line, speedbar-contract-line): Make more robust
6465 (speedbar-expand-line): Takes universal argument to flush the
6467 (speedbar-flush-expand-line): New function.
6468 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
6469 Use new generator insertion method.
6470 (speedbar-fetch-dynamic-tags): New function.
6471 (speedbar-fetch-dynamic-imenu): Removed code now handled in
6472 `speedbar-fetch-dynamic-imenu'.
6473 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
6474 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
6475 "Revert Buffer" menu items.
6476 (speedbar-buffer-buttons-engine): Be smarter when creating a
6477 filename tag (for expansion purposes.).
6478 (speedbar-highlight-one-tag-line,
6479 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
6480 (speedbar-recenter): New functions.
6481 (defimage-speedbar): Image loading abstraction.
6482 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
6483 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
6484 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
6485 (speedbar-tag-type, speedbar-tag-mail): New images.
6486 (speedbar-expand-image-button-alist): New variable.
6487 (speedbar-insert-image-button-maybe): Insert an image over some
6490 2000-05-13 Kenichi Handa <handa@etl.go.jp>
6492 * international/mule-cmds.el (encode-coding-char): An ASCII
6493 character is always encodable.
6495 * international/mule-conf.el: Add more information in descriptions
6498 * international/mule-diag.el (describe-char-after): New function.
6499 (describe-font-internal): Adjusted for the change of font-info.
6500 (describe-font): Likewise.
6501 (print-fontset): Rewritten for the new fontset implementation.
6502 (describe-fontset): Include fontset alias names in completion.
6503 (list-fontsets): Adjusted for the change of print-fontset.
6505 * simple.el (what-cursor-position): If DETAIL is non-nil, call
6506 describe-char-after instead of displaying the detail in the echo
6508 (syntax-code-table): Format changed.
6509 (string-to-syntax): Adjusted for the above change.
6511 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
6513 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
6515 2000-05-12 Dave Love <fx@gnu.org>
6517 * calendar/todo-mode.el: Remove some compatibility stuff and CL
6518 dependence. Use line-{beginning,end}-position, not
6519 point-at{b,e}ol. Some doc fixes.
6520 (todo-position): New function. Fix callers of position to use it.
6521 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
6523 2000-05-12 Gerd Moellmann <gerd@gnu.org>
6525 * time.el (display-time-mail-icon): Use `:ascent center'.
6527 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
6528 handling FTP security extensions.
6530 2000-05-11 Dave Love <fx@gnu.org>
6532 * calendar/todo-mode.el: New file.
6534 2000-05-11 Gerd Moellmann <gerd@gnu.org>
6536 * comint.el (comint-read-input-ring): Move reference to
6537 comint-input-ring-size outside of the save-excursion. It was
6538 causing the default value to be the only one ever seen.
6540 * font-lock.el: Update copyright. Remove Simon Marshall's email
6541 address on request from him.
6543 * subr.el (substitute-key-definition): Add comment describing
6544 the meaning of PREFIX.
6546 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
6548 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
6550 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
6551 (add-minor-mode): Don't make the variable buffer-local and add a
6552 reference to define-minor-mode in the docstring.
6554 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
6555 HEADER/FOOTER and fix bug with trailing empty directory.
6556 (cvs-append-to-ignore): Use vc-editable-p if available.
6557 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
6558 (vc-do-command): Tweak advice to handle the new VC.
6560 * log-view.el (log-view-goto-rev): New function for the new VC.
6561 (log-view-minor-wrap): Use mark-active.
6563 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
6564 (log-edit-changelog-full-paragraphs): New var.
6565 (log-edit-insert-changelog): Remove a lonely leading `* file'.
6566 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
6567 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
6568 (log-edit-changelog-ours-p, log-edit-changelog-entries)
6569 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
6570 Replace the `cvs' prefix with `log-edit'.
6572 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
6574 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
6575 (diff-font-lock-defaults): Explicitly turn off multiline.
6576 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
6577 (diff-ediff-patch): Fix call to ediff-patch-file.
6578 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
6581 * frame.el (automatic-hscrolling): Typo.
6583 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
6585 2000-05-09 Sam Steingold <sds@goems.com>
6587 * apropos.el (apropos-print): use `describe-face' instead of
6588 `customize-face-other-window'.
6590 2000-05-09 Dave Love <fx@gnu.org>
6592 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
6594 * help.el (describe-variable): Have customize button pop the
6595 help-xref stack when invoked.
6596 (help-xref-symbol-regexp): Add `face'.
6597 (help-make-xrefs): Check for quoted face names and adapt regexp
6598 submatch numbers to cope.
6599 (help-xref-interned): Maybe insert face doc too. Separate
6600 sections with a line of hyphens.
6602 * faces.el: Some doc fixes. Declare some functions obsolete.
6603 (describe-face): Add customize button. Return the help
6606 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
6608 * term/internal.el (IT-character-translations): Fix last change.
6610 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
6612 * woman.el: New file
6613 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
6615 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
6617 * term/internal.el (IT-character-translations): Update ASCII
6618 simulations for greek-iso8859-7, add latin-iso8859-14 and
6621 * international/mule-cmds.el (set-language-info-alist): Call
6622 define-prefix-command with 3 arguments, to make the map suitable
6625 2000-05-07 Dave Love <fx@gnu.org>
6627 * time.el: Small doc fixes from Pavel Jan
\e,Am
\e(Bk ml.
6629 2000-05-05 Dave Love <fx@gnu.org>
6631 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
6632 list in doc string. Don't quote keyword symbols.
6633 * emacs-lisp/cl.el: Likewise
6634 * emacs-lisp/cl-seq.el: Likewise
6636 2000-05-05 Gerd Moellmann <gerd@gnu.org>
6638 * abbrev.el (abbrev-mode): Make ARG optional.
6640 2000-05-04 Gerd Moellmann <gerd@gnu.org>
6642 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
6644 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
6646 * subr.el (substitute-key-definition): Clarify documentation.
6648 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
6650 * glasses.el (glasses-convert-to-unreadable): Use
6651 `glasses-separator' instead of the hard-wired "_".
6652 (glasses-mode): Call `glasses-make-unreadable' only in a single
6655 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
6657 * term/internal.el (cjk-codepages-alist): Add associations for
6658 Chinese and Korean codepages. Remove FIXME comment.
6660 2000-05-03 Dave Love <fx@gnu.org>
6662 * time.el (display-time-mail-face, display-time-use-mail-icon):
6664 (display-time-mail-icon): New variable.
6665 (display-time-string-forms): Use the above. Fix the local-map.
6667 2000-05-03 Gerd Moellmann <gerd@gnu.org>
6669 * replace.el (query-replace-map): Add binding for `E'.
6670 (query-replace-help): Extend help text.
6671 (perform-replace): Allow editing the replacement string.
6673 * make-mode.el (makefile-mode-abbrev-table): New variable.
6674 (makefile-mode): Set local abbrev table to
6675 makefile-mode-abbrev-table.
6676 (makefile-font-lock-keywords): Fontify includes and conditionals.
6678 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
6681 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
6682 mail-interactive-insert-alias.
6683 (mail-abbrev-complete-alias): New command.
6684 (mail-mode-map): Bind it to `M-TAB'.
6686 2000-05-03 Kenichi Handa <handa@etl.go.jp>
6688 * language/lao-util.el (lao-compose-region): New function.
6690 2000-05-02 Gerd Moellmann <gerd@gnu.org>
6692 * files.el (recover-session): Make directories as necessary
6693 if they don't exist yet.
6695 * calendar/cal-french.el
6696 (french-calendar-multibyte-special-days-array)
6697 (french-calendar-special-days-array): Change French text.
6698 (calendar-french-date-string): Change output.
6699 (calendar-goto-french-date): Likewise.
6701 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
6703 * wid-edit.el (widget-default-active): Obey `:always-active'.
6704 (widget-documentation-string-value-create): Set `:always-active'.
6706 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
6708 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
6709 default prefix to `~/_emacs.d/auto-save.list/_s'.
6710 (normal-top-level): Create the directory for auto-save files, if
6711 it doesn't already exist (in the ms-dos case only).
6713 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
6715 * international/mule-cmds.el (set-language-environment): Don't
6716 concat an integer (dos-codepage), use format instead.
6718 2000-05-02 Dave Love <fx@gnu.org>
6720 * help.el (help-xref-on-pp): Check for constant symbols.
6722 2000-04-29 Gerd Moellmann <gerd@gnu.org>
6724 * startup.el (normal-top-level): Put a condition-case around
6725 the code loading subdirs.el.
6727 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6729 * ps-print.el: Upside-down and face background color printing,
6730 line number step, doc fix.
6731 (ps-print-version): New version number (5.2).
6732 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
6733 (ps-face-attribute-list, ps-plot-with-face): Code fix.
6734 (ps-spool-config): Var fix.
6735 (ps-printer-name-option): Const fix.
6736 (ps-print-upside-down, ps-use-face-background)
6737 (ps-line-number-step): New vars.
6738 (ps-window-system, ps-lp-system): New consts.
6739 (ps-face-background): New fun.
6741 2000-04-28 Richard Stallman <rms@gnu.org>
6743 * files.el (make-auto-save-file-name):
6744 Apply auto-save-file-name-transforms to visited file name
6745 before generating auto save file name.
6746 (auto-save-file-name-transforms): New variable.
6748 * files.el (backup-enable-predicate):
6749 Correctly test for a file under a temporary directory.
6751 2000-04-28 Gerd Moellmann <gerd@gnu.org>
6753 * subr.el (add-minor-mode): Rewritten.
6755 2000-04-28 Kenichi Handa <handa@etl.go.jp>
6757 * mail/sendmail.el (sendmail-send-it): Set
6758 buffer-file-coding-system to the selected coding system for MIME
6761 2000-04-27 Gerd Moellmann <gerd@gnu.org>
6763 * dired.el (dired-move-to-filename-regexp): Allow format where
6764 YYYY is followed by two spaces.
6766 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
6767 in the second character class of the regexp.
6769 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
6772 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
6775 * subr.el (add-minor-mode): Use `set' instead of `setq'.
6777 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
6780 2000-04-27 Sen Nagata <sen@eccosys.com>
6782 * emacs-lisp/crm.el (crm-completion-table): New variable.
6783 (crm-collection-fn, crm-test-completion)
6784 (completing-read-multiple): Use it.
6786 2000-04-27 Dave Love <fx@gnu.org>
6788 * help.el (locate-library): Use mapc.
6789 (help-manyarg-func-alist): Add call-process-region.
6791 2000-04-26 Gerd Moellmann <gerd@gnu.org>
6793 * subr.el (add-minor-mode): Make argument MAP optional.
6795 * desktop.el (desktop-save): Save list of minor modes.
6796 (desktop-create-buffer): Restore minor modes.
6797 (desktop-minor-mode-table): New user-option.
6799 * subr.el (add-minor-mode): New function.
6801 * image.el (find-image): New function.
6802 (defimage): Rewritten to find image at load time.
6804 * startup.el (normal-top-level-add-to-load-path): Handle
6805 case that the default directory is not in load-path.
6807 * help.el: Old patch from Stefan Monnier.
6808 (help-xref-on-pp): New function.
6809 (describe-variable): Use it to display xrefs in a symbol's value.
6811 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
6813 * cus-edit.el (custom-face): Fix parenthesis.
6815 2000-04-26 Kenichi Handa <handa@etl.go.jp>
6817 * mail/rmail.el (rmail-expunge): When there are no deleted
6818 messages, do nothing.
6820 2000-04-26 Dave Love <fx@gnu.org>
6822 * international/mule-cmds.el (locale-translation-file-name):
6824 (set-locale-environment): Set it here (at runtime).
6826 2000-04-25 Gerd Moellmann <gerd@gnu.org>
6828 * replace.el (perform-replace): Add parameters START and END. Use
6829 them instead of the check for a region in Transient Mark mode.
6830 (query-replace-read-args): Return two more list elements for the
6831 start and end of the region in Transient Mark mode.
6832 (query-replace, query-replace-regexp, query-replace-regexp-eval)
6833 (map-query-replace-regexp, replace-string, replace-regexp): Add
6834 optional last arguments START and END and pass them to
6837 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
6838 form with additional arguments for perform-replace.
6840 * progmodes/etags.el (tags-query-replace): Add parameters START
6841 and END. Construct a form with additional arguments for
6844 * simple.el (shell-command): Set default directory for "*Shell
6845 Command Output" buffer.
6847 * language/european.el (iso-latin-4): Fix typo.
6849 * emacs-lisp/crm.el: New file.
6851 2000-04-24 Dave Love <fx@gnu.org>
6853 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
6854 (Custom-reset-saved, Custom-reset-standard)
6855 (custom-group-value-create, custom-group-set, custom-group-save)
6856 (custom-group-reset-current, custom-group-reset-saved)
6857 (custom-group-reset-standard): Use mapc.
6858 (custom-buffer-create-internal): Disable undo when creating items.
6860 (custom-face): Avoid redundant lambda.
6862 2000-04-24 Gerd Moellmann <gerd@gnu.org>
6864 * startup.el (auto-save-list-file-prefix): Set default to
6865 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
6867 2000-04-24 Sam Steingold <sds@gnu.org>
6869 * time-stamp.el (time-stamp-string-preprocess): Always convert
6870 `field-result' to a string.
6872 2000-04-24 Gerd Moellmann <gerd@gnu.org>
6874 * frame.el (scrolling): New group.
6875 (automatic-hscrolling): New user-option.
6877 * startup.el (command-line-x-option-alist): Add `-lsp' and
6880 2000-04-19 Dave Love <fx@gnu.org>
6882 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
6883 (cl-mapc): Rename from mapc. Fix the funcall.
6885 2000-04-19 Gerd Moellmann <gerd@gnu.org>
6887 * simple.el (clone-indirect-buffer-other-window): New command.
6888 (clone-indirect-buffer): Add optional arg NORECROD.
6889 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
6891 * help.el (resize-temp-buffer-window): Use count-screen-lines.
6893 * window.el (count-screen-lines): New function.
6894 (shrink-window-if-larger-than-buffer): Use count-screen-lines
6895 instead of window-buffer-height.
6897 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
6898 non-existing variable comint-input-sentinel.
6899 (inferior-lisp-args-to-list): Removed.
6900 (inferior-lisp): Use split-string instead of
6901 inferior-lisp-args-to-list.
6903 * hexl.el (hexl-insert-hex-string): New command.
6905 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
6908 2000-04-18 Gerd Moellmann <gerd@gnu.org>
6910 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
6911 at the start of an existing but empty folder.
6913 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6915 * ps-mule.el: Customization fix, doc fix.
6916 (ps-multibyte-buffer): Customization fix.
6918 2000-04-17 Richard M. Stallman <rms@gnu.org>
6920 * subr.el (read-passwd): Use read-char-exclusive.
6922 2000-04-17 Gerd Moellmann <gerd@gnu.org>
6924 * textmodes/texinfo.el (texinfo-insert-@email)
6925 (texinfo-insert-@emph, texinfo-insert-@quotation)
6926 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
6927 (texinfo-mode-map): Add key bindings for them.
6929 * files.el (basic-save-buffer-2): Use a template with `$'
6930 instead of `#' for VMS.
6932 * simple.el (clone-indirect-buffer): New function.
6934 2000-04-16 Stephen Eglen <stephen@gnu.org>
6936 * iswitchb.el (iswitchb-case): New function. If the user input
6937 contains any upper-case characters, the search is made
6940 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
6942 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
6944 (texinfo-font-lock-syntactic-keywords): New var.
6945 (texinfo-font-lock-keywords): Remove comment regexp.
6946 (texinfo-insert-block): New function.
6947 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
6948 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
6949 and font-lock-defaults. Use regexp-opt for outline-regexp.
6950 (texinfo-environments): New var.
6951 (texinfo-environment-regexp): Use regexp-opt and
6952 texinfo-environments.
6954 * textmodes/ispell.el (ispell-menu-map-needed): Check that
6955 ispell-process is bound since this might be eval'd before ispell
6957 (ispell-message): Use a tiny bit less magic and a bit more hard
6958 data to figure out what kind of sc-cite-regexp to use.
6960 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
6962 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
6963 (insert-cyclic-diary-entry): Unquote the lambda.
6965 * gud.el (gud-jdb-build-source-files-list): Fix typo.
6967 * files.el (backup-enable-predicate): Unquote the lambda.
6969 * cus-edit.el (custom-face, face): Unquote the lambda.
6971 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6973 * ps-print.el: Check for line-beginning-position definition.
6975 * ps-print.el: Fix counting lines in a region.
6976 (ps-print-version): New version number (5.1.5).
6977 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
6978 (ps-printing-region): Fun code fix.
6980 2000-04-15 Gerd Moellmann <gerd@gnu.org>
6982 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
6983 to file-directory-p.
6985 2000-04-14 Gerd Moellmann <gerd@gnu.org>
6987 * gud.el (gud-jdb-build-source-files-list): Check that directory
6988 exists before calling directory-files.
6990 2000-04-13 Dave Love <fx@gnu.org>
6992 * emacs-lisp/trace.el: Change maintainer. Use new backquote
6995 * emacs-lisp/cl-specs.el: Remove when, unless.
6997 * emacs-lisp/cl-extra.el: Don't quote keywords.
6998 (cl-old-mapc): New variable.
7000 (cl-map-intervals): Use with-current-buffer. Don't check for
7001 next-property-change.
7002 (cl-map-overlays): Use with-current-buffer.
7004 (copy-tree, remprop): Define unconditionally.
7006 * emacs-lisp/cl-compat.el (keywordp): Remove.
7008 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
7010 (edebug-spec): Enable keywordp.
7012 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
7015 * cus-start.el: Use keywordp.
7017 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7019 * diary-lib.el (include-other-diary-files): Fix the fix of
7020 2000-02-18 by doing a save-excursion.
7022 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7024 * ps-print.el: Customization fix, doc fix.
7025 (ps-print-version): New version number (5.1.4).
7026 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
7027 (ps-print-preprint): Adjust code.
7028 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
7029 (ps-print-prologue-header, ps-print-control-characters)
7030 (ps-spool-config): Customization fix.
7032 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
7034 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
7035 converted to the new menu-item format, names silightly changed,
7038 Support for spelling without async subprocesses:
7040 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
7041 (ispell-session-buffer): New variables.
7042 (ispell-start-process, ispell-process-status,
7043 ispell-accept-output, ispell-send-string): New functions, for
7044 Ispell invocation when async subprocesses aren't supported.
7045 (ispell-word, ispell-pdict-save, ispell-command-loop,
7046 ispell-process-line, ispell-buffer-local-parsing): Replace calls
7047 to process-send-string with calls to ispell-send-string, and
7048 accept-process-output with ispell-accept-output.
7049 (ispell-init-process): Call ispell-process-status instead of
7050 process-status with.
7051 (ispell-init-process): Call ispell-start-process. Call
7052 ispell-accept-output and ispell-send-string. Don't call
7053 process-kill-without-query and kill-process if they are unbound.
7054 (ispell-async-processp): New function.
7056 2000-04-12 Dave Love <fx@gnu.org>
7058 * info.el: Add debug-ignored-errors.
7059 (Info-mode-menu): Add some items.
7060 (Info-directory): Add autoload cookie.
7062 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
7063 Modify `truncate-lines'. Make `describe-language-environment'
7064 always visible and add help. Modify `describe-key' help. Invoke
7065 Info-directory from `info'. New entry `emacs-manual'.
7067 2000-04-10 Gerd Moellmann <gerd@gnu.org>
7069 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
7070 propertized-buffer-identification.
7071 (ebrowse-update-member-buffer-mode-line): Likewise.
7072 (ebrowse--mode-strings): Removed.
7073 (ebrowse--mode-line-props): Removed.
7075 * files.el (auto-mode-alist): Add `EBROWSE'.
7077 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
7078 space before testing for end of buffer.
7079 (ebrowse-load): Removed.
7080 (ebrowse-revert-tree-buffer-from-file): Rewritten.
7081 (ebrowse-create-tree-buffer): Rewritten.
7082 (ebrowse-tree-mode): Read tree from buffer.
7084 * progmodes/ebrowse-ffh.el: Removed.
7086 2000-04-10 Kenichi Handa <handa@etl.go.jp>
7088 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
7090 2000-04-10 Gerd Moellmann <gerd@gnu.org>
7092 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
7095 2000-04-09 Dave Love <fx@gnu.org>
7097 * files.el (backup-enable-predicate): Use
7098 temporary-file-directory, small-temporary-file-directory.
7099 (make-backup-file-name-function, backup-directory-alist): New
7101 (make-backup-file-name-1): New function.
7102 (make-backup-file-name): Use it.
7103 (find-backup-file-name): Likewise. Use format for clarity, not
7105 (file-newest-backup): Use make-backup-file-name.
7107 2000-04-09 Gerd Moellmann <gerd@gnu.org>
7109 * progmodes/ebrowse-ffh.el: New file.
7111 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
7113 (ebrowse-load): Add autoload.
7115 * finder.el (finder-commentary): Add autoload cookie.
7117 * mail/rfc2368.el: Correct author's email address.
7119 * progmodes/ebrowse.el: New file.
7121 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
7123 (easy-menu-do-add-item): Ditto.
7124 (easy-menu-define): Extend doc string.
7126 * jit-lock.el (with-buffer-unmodified): Use
7127 restore-buffer-modified-p.
7128 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
7129 (jit-lock-function, jit-lock-stealth-fontify): Don't use
7130 with-buffer-unmodified.
7132 2000-04-08 Dave Love <fx@gnu.org>
7134 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
7137 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
7139 * viper-util.el (viper-put-on-search-overlay): New subroutine.
7140 (viper-flash-search-pattern): No operation when using Emacs
7141 doesn't support face.
7142 Use `viper-put-on-search-overlay'.
7144 2000-04-04 Gerd Moellmann <gerd@gnu.org>
7146 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
7149 * progmodes/make-mode.el: Some doc fixes.
7150 (makefile-mode-abbrev-table): New variable.
7151 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
7152 (makefile-font-lock-keywords): Fontify includes and conditionals.
7153 (toplevel): Require `dabbrev' and `add-log' when compiling.
7155 * replace.el (perform-replace): Don't move forward one char
7156 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
7157 to do that because it leaves point 1 position after the last
7158 replacement, after everything has been replaced.
7160 * jit-lock.el (with-buffer-unmodified): New macro.
7161 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
7163 (jit-lock-function-1): Extracted from jit-lock-function; not
7164 preserving buffer's modified state.
7165 (jit-lock-function, jit-lock-stealth-fontify): Call
7166 jit-lock-function-1.
7168 * mail/rfc2368.el: Remove supernumerary copyright line.
7170 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
7172 * glasses.el: Provide facilities for inserting space before left
7173 parentheses and uncapitalization of identifiers.
7174 (glasses-mode): Try to remove old overlays in all cases.
7176 2000-04-03 Gerd Moellmann <gerd@gnu.org>
7178 * progmodes/compile.el (compile-internal): Display the compilation
7179 buffer in a different frame, if it's already displayed there.
7181 * mail/rfc2368.el: New file.
7183 * simple.el (sendmail-user-agent-compose): Recognize a `body'
7184 header and insert its value as mail body.
7186 * subr.el (member-ignore-case): New function.
7188 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
7189 (dabbrev--find-expansion): Ignore buffers matching a regexp
7190 from dabbrev-ignored-regexps.
7192 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
7193 to extensions handled by gzip.
7195 2000-04-03 Richard M. Stallman <rms@gnu.org>
7197 * files.el (insert-directory): List the total free space
7198 along with the used space.
7200 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
7201 line is followed by one that matches CITATION-REGEXP, end the
7204 2000-04-03 Markus Rost <rost@delysid.gnu.org>
7206 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
7207 (rmail-make-basic-summary-line): Use that option.
7209 2000-04-03 Kenichi Handa <handa@etl.go.jp>
7211 * international/mule-cmds.el (encoded-string-description):
7212 Rewritten. Try pretty description for ISO 2022 escape sequences
7213 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
7214 for hexadecimal format.
7216 2000-04-01 Dave Love <fx@gnu.org>
7218 * cpp.el: Change customization group to `c' from `C'.
7220 * vcursor.el (vcursor-move): Use display-color-p.
7222 * international/mule-util.el: Provide mule-utils.
7223 (string-to-sequence): Simplify and speed up.
7225 * international/mule.el (make-coding-system): Purecopy doc-string.
7227 * international/mule-cmds.el: Various menu changes.
7228 (describe-specified-language-support): Handle `Default'.
7229 (set-language-info): Purecopy `info'.
7231 2000-03-31 Andrew Innes <andrewi@gnu.org>
7233 * vc.el (vc-backend-diff): Return the correct status if we had to
7234 retry the rcsdiff command without the --brief option.
7236 2000-03-31 Dave Love <fx@gnu.org>
7238 * help.el (help-manyarg-func-alist): Correct several omissions.
7240 * add-log.el: Don't require cl, fortran.
7241 (add-log-current-defun-function): Doc fix.
7242 (change-log-version-number-regexp-list): Remove SCCS part. Doc
7244 (change-log-version-rcs): Function deleted.
7245 (change-log-version-number-search): Doc fix. Use
7246 vc-workfile-version. Avoid CL dolist.
7247 (add-change-log-entry): Just call add-log-current-defun to get
7248 defun. Simplify somewhat.
7249 (change-log-get-method-definition-1): Likewise.
7250 (add-log-current-defun): Return nil if calling
7251 add-log-current-defun-function does so. Move Fortran stuff to
7252 fortran.el. Return string without properties.
7254 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
7255 and :alpha: char classes.
7257 * mail/supercite.el: Defvar curline when compiling.
7258 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
7259 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
7260 rather than a-zA-Z0-9 to allow non-ASCII characters.
7262 2000-03-31 Gerd Moellmann <gerd@gnu.org>
7264 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
7266 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
7269 * lpr.el (print-region-1): Use -d to specify printer name for
7270 systems `usg-unix-v*, `dgux', `hpux', `irix'.
7272 2000-03-31 Dave Love <fx@gnu.org>
7274 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
7275 for function definition in symbol's function value slot first
7276 instead of first consulting byte-compile-function-environment.
7278 2000-03-31 Kenichi Handa <handa@etl.go.jp>
7280 * language/european.el ("Polish"): New language environment.
7281 (setup-polish-environment): New function.
7283 2000-03-30 Gerd Moellmann <gerd@gnu.org>
7285 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
7288 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
7289 trying to `load' the symbol of an autoload instead of the file
7290 recorded in the autoload. Fix error messages.
7292 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7294 * ps-print.el: PostScript programming fix for ghostview, doc fix.
7295 (ps-print-version): New version number (5.1.3).
7296 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
7297 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
7298 (ps-generate-postscript-with-faces): Code fix.
7299 (ps-color-values): XEmacs compatibility.
7300 (ps-print-background-image, ps-print-background-text, ps-printer-name)
7301 (ps-default-fg, ps-default-bg): Adjust customization.
7302 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
7303 (ps-color-scale): Renaming old ps-color-value fun.
7304 (ps-print-headers): Replace ps-print-header group to avoid conflict
7305 with ps-print-header variable.
7306 (ps-print-miscellany): New group.
7307 (ps-format-color, ps-rgb-color): New funs.
7308 (ps-default-foreground): New var.
7309 (ps-printer-name-option): New const.
7311 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
7314 (network-connection-host, network-connection-service): New variables
7315 (network-connection-mode): New mode, derived from comint-mode
7316 (network-connection-mode-setup): New function, saves host and
7317 service information in local variables.
7320 (locate-word-at-point): Added this function
7321 (locate): Default to using locate-word-at-point as input
7324 2000-03-29 Dave Love <fx@gnu.org>
7326 * calendar/appt.el: Doc fixes.
7327 (appt-check): Convert min-to-app to a string before passing to
7328 appt-disp-window-function or concat.
7329 (appt-delete-window): Remove test for frame-root-window.
7330 (appt-select-lowest-window, appt-convert-time): Simplify.
7332 * emacs-lisp/bytecomp.el: Doc fixes.
7333 (byte-compile-file-form-autoload): Update
7334 byte-compile-function-environment.
7336 2000-03-29 Andreas Schwab <schwab@suse.de>
7338 * emacs-lisp/autoload.el: Also print defsubst doc string
7341 * dired.el (dired-insert-directory): If dired-free-space-program
7342 failed just delete its output.
7344 2000-03-29 Dave Love <fx@gnu.org>
7346 * international/iso-cvt.el: Move provide to end. Doc fixes.
7347 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
7348 (iso-iso2sgml, iso-sgml2iso): New functions.
7349 (iso-cvt-define-menu): Fix some entries and use backquote for
7352 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
7354 2000-03-28 Gerd Moellmann <gerd@gnu.org>
7356 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
7357 ISO-DATE. If non-nil, return date in ISO 8601 format.
7359 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
7361 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
7362 if it ever becomes used.
7363 (log-edit-mode-hook): Default to vc-log-mode-hook.
7364 (log-edit-mode): Fix the docstring.
7366 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
7369 2000-03-26 Dave Love <fx@gnu.org>
7371 * net/browse-url.el (browse-url): Re-fix case of
7372 browse-url-browser-function being an alist.
7373 (browse-url): Add :link to defgroup.
7375 * files.el: Doc fixes.
7376 (file-truename): Include `[' in wildcard characters.
7377 (automount-dir-prefix): Customize.
7378 (find-file-wildcards): Add :version.
7379 (find-file-noselect): Simplify a mapcar call.
7381 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
7382 compatible with inf-lisp version.
7383 (eval-defun-1): Fix custom-declare-variable case.
7385 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
7387 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
7389 2000-03-24 Gerd Moellmann <gerd@gnu.org>
7391 * Makefile (COMPILE_FIRST): New macro.
7392 (compile-files): Compile files from COMPILE_FIRST first.
7394 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
7397 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
7398 matching open parenthesis in column 0 to defun-prompt-regexp
7399 only if open-paren-in-column-0-is-defun-start is set.
7401 * sun-curs.el: Require CL at compile-time only.
7403 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
7404 instead of copy-list which is a function from CL.
7405 (msb--choose-menu, msb--mode-menu-cond)
7406 (msb--create-buffer-menu-2): Use dolist instead of mapc.
7407 (msb--init-file-alist): Use mapcar instead of mapcan.
7408 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
7409 `(' in column 0 in doc string.
7410 (msb--add-separators): Use mapcar instead of mapcan.
7412 * cus-dep.el: Require CL at compile-time only.
7414 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
7416 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
7417 (byte-compile-warnings): New warning `noruntime'.
7418 (byte-compile-constants, byte-compile-variables): Fix docstring.
7419 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
7420 execute `eval-whenc-compile's body.
7421 (byte-compile-unresolved-functions): Fix docstring.
7422 (byte-compile-eval): New function.
7423 (byte-compile-callargs-warn): Check if the function will be available
7424 at runtime (via property `byte-compile-noruntime').
7425 (byte-compile-print-syms): New function.
7426 (byte-compile-warn-about-unresolved-functions): Also warn about
7427 `noruntime' functions (and use `byte-compile-print-syms').
7428 (byte-compile-file): Capitalize the message.
7430 2000-03-24 Gerd Moellmann <gerd@gnu.org>
7432 * mail/rmail.el (rmail-confirm-expunge): New user-option.
7433 (rmail-expunge): Ask for confirmation depending on the setting
7434 of rmail-confirm-expunge.
7436 2000-03-23 Gerd Moellmann <gerd@gnu.org>
7438 * Makefile (bootstrap-clean): If $(emacs) exists, build
7439 loaddefs.el first. A loaddefs.el that's not up-to-date might
7440 cause a bootstrap failure because things don't autoload as
7443 2000-03-23 Dave Love <fx@gnu.org>
7445 * net/browse-url.el: Restore previous use of
7446 browse-url-maybe-new-window.
7448 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7450 * ps-print.el: Skip banner page fix.
7451 (ps-print-version): New version number (5.1.2).
7452 (ps-begin-file, ps-end-file, ps-generate): Code fix.
7454 2000-03-23 Dave Pearson <davep@davep.org>
7456 * net/quickurl.el Changed the type of parameter passed to the
7457 function defined by `quickurl-format-function'. Before only the
7458 text of the URL was passed. Now the whole URL structure is passed
7459 and the function is responsible for extracting the parts it
7460 requires. Changed the default of `quickurl-format-function'
7462 (quickurl-insert): Changed the `funcall' of
7463 `quickurl-format-function' to match the above change.
7464 (quickurl-list-insert): Changed the `url' case so that it makes
7465 use of `quickurl-format-function', previous to this the format was
7468 2000-03-22 Gerd Moellmann <gerd@gnu.org>
7470 * startup.el: Change some spellings for the X Window System.
7472 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
7474 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
7475 up the code and the regexp and make sure the cursor is temporarily
7476 moved to the suspicious line while querying the user.
7478 2000-03-22 Jason Rumney <jasonr@gnu.org>
7480 * w32-fns.el (w32-charset-info-alist): Initialize.
7482 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7484 * ps-print.el: N-up last page fix.
7485 (ps-print-version): New version number (5.1.1).
7486 (ps-end-file, ps-end-job, ps-generate): Code fix.
7488 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
7490 * files.el (find-file-run-dired): Update docstring.
7491 (find-directory-functions): New hook.
7492 (find-file-noselect): Run find-directory-functions rather than
7493 calling dired directly.
7495 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
7497 * pcvs.el: Add a minimal leading commentary.
7498 (cvs-make-cvs-buffer): Change the header part by removing the startup
7499 message and adding a `Module' entry. Also replace the FOOTER and
7500 HEADER special fileinfos with the new support in ewoc for updating
7501 its own footer and header.
7502 (cvs-update-header): Update to use the header/footer of the ewoc.
7503 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
7504 (cvs-is-within-p): New function.
7505 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
7506 to only examine some subset of the buffers.
7508 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
7509 `format' instead of our own ad-hoc functions.
7510 Remove HEADER and FOOTER cases, now handled in the EWOC.
7511 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
7513 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
7514 output to avoid scaring the user.
7515 (cvs-parse-table): Catch message for non-up-to-date commits.
7517 * pcvs-defs.el (cvs-startup-message): Remove.
7518 (cvs-global-menu): New autoloaded menu.
7520 * pcvs-util.el (cvs-string-fill): Remove.
7522 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
7523 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
7524 PP part of it and also make it work for footers and headers.
7525 (ewoc-create): Drop POS and BUFFER arguments.
7526 Use the DLL's dummy node to store the end-of-footer position.
7527 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
7528 (ewoc-refresh): Remove unused `header' variable.
7529 (ewoc-(get|set)-hf): New functions.
7531 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
7532 log-view-*-(message|file) and use easy-mmode-define-navigation.
7533 (log-view-message-re): Match SCCS format as well.
7534 And match the revision line rather than the dashed separator line.
7535 (log-view-mode): Use the new define-derived-mode.
7536 (log-view-current-tag): Fill in with an actual implementation.
7538 * cvs-status.el (cvs-status-(prev|next)): Rename from
7539 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
7540 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
7541 to let the output "breathe" a little more (more readable).
7542 (cvs-status-mode): Use the new define-derived-mode.
7544 * smerge-mode.el (smerge-auto-leave): New function and variable.
7545 (smerge-basic-map): Rename from smerge-basic-keymap.
7546 Change the bindings for smerge-diff-*.
7547 (smerge-*-map): Use easy-mmode-defmap.
7548 (smerge-(next|prev)): Use easy-mmode-define-navigation.
7549 (smerge-keep-*): Use smerge-auto-leave.
7551 2000-03-21 Jason Rumney <jasonr@gnu.org>
7553 * cus-edit.el (custom-button-face): Use 3D look for w32.
7554 (custom-button-pressed-face): Likewise.
7556 2000-03-21 Gerd Moellmann <gerd@gnu.org>
7558 * progmodes/etags.el (tags-case-fold-search): New user-option.
7559 (tags-loop-eval): New function. Bind case-fold-search around eval
7560 depending on the value of tags-case-fold-search.
7561 (tags-loop-continue): Use tags-loop-eval.
7562 (find-tag-in-order): Bind case-fold-search depending on the value
7563 of tags-case-fold-search.
7565 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
7567 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
7568 (diff-end-of-hunk): Return the end position for use in
7569 `easy-mmode-define-navigation'.
7570 (diff-recenter): Remove.
7571 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
7572 of `easy-mmode-define-navigation'.
7573 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
7574 previous renaming) and fix to use new names.
7575 (diff-merge-strings): Use \n as separator: simpler, faster.
7576 (diff-mode): Use `define-derived-mode'.
7578 * derived.el (define-derived-mode): Don't autoload anymore.
7579 Prefer the macro-only version provided by easy-mmode.el.
7581 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
7582 `easy-mmode-define-derived-mode'.
7583 Use `combine-run-hooks'.
7584 (easy-mmode-define-navigation): New macro.
7586 * subr.el (combine-run-hooks): New function.
7588 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
7590 * term/x-win.el: Fontsets related initialization is simplified.
7592 * international/mule-diag.el (describe-font): Don't refer to
7593 global-fontset-alist, instead call font-list.
7594 (describe-fontset, list-fontsets, mule-diag): Likewise.
7595 (print-fontset): Adjusted for the change of fontset
7598 * international/fontset.el (x-charset-registries): Variable
7599 removed, instead the corresponding data is stored in the default
7601 (register-alternate-fontnames): Function removed.
7602 (resolved-ascii-font): Variable removed.
7603 (x-compose-font-name): Ignore the second argument REDOCE.
7604 (x-complement-fontset-spec): Complement only an ASCII font and
7605 element for those charsets than can use that ASCII font.
7606 (generate-fontset-menu): Don't refer to global-fontset-alist,
7607 instead call fontset-list.
7608 (uninstantiated-fontset-alist): Variable removed.
7609 (x-style-funcs-alist): Likewise.
7610 (fontset-default-styles): Likewise.
7611 (x-modify-font-name): Function removed.
7612 (create-fontset-from-fontset-spec): Ignore the argument
7614 (create-fontset-from-ascii-font): Docsting adjusted for the above
7616 (instantiate-fontset, resolve-fontset-name): Functions removed.
7617 (fontset-list): Now implemented by C code.
7619 * faces.el (read-face-font): Fix TABLE arg to completing-read.
7620 (describe-face): Include `font' attribute in the description.
7622 2000-03-21 Kenichi Handa <handa@etl.go.jp>
7624 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
7626 2000-03-20 Gerd Moellmann <gerd@gnu.org>
7628 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
7629 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
7630 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
7632 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
7633 about behavior of set-buffer-modified-p wrt redisplay.
7635 2000-03-19 Richard M. Stallman <rms@gnu.org>
7637 * view.el (view-mode-disable): Kill local binding of view-read-only.
7639 2000-03-18 Gerd Moellmann <gerd@gnu.org>
7641 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
7642 is a string, convert it to a syntax cell using string-to-syntax.
7644 * simple.el (syntax-code-table, syntax-flag-table): New variables.
7645 (string-to-syntax): New function.
7647 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
7648 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
7649 try to use passive ftp mode.
7651 2000-03-17 Gerd Moellmann <gerd@gnu.org>
7653 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
7655 * simple.el (append-to-buffer): Update point of windows after
7658 * abbrev.el (inverse-add-abbrev): Identify word by first moving
7659 forward then moving backward. Reindent.
7661 * frame.el (other-frame): Call x-focus-frame only if
7662 focus-follows-mouse is off.
7664 2000-03-17 Dave Love <fx@gnu.org>
7666 * pcvs-util.el (cvs-strings->string): Rename
7667 replace-regexps-in-string.
7669 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
7671 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
7672 regexp for labels cannot span several lines.
7674 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
7675 `(setq :<key> ':<key>)' to the macro expansion.
7677 2000-03-16 Dave Love <fx@gnu.org>
7679 * progmodes/f90.el (f90): Put custom group under `languages', not
7681 (f90-mode-hook): Customize.
7682 (f90-mode): Set add-log-current-defun-function.
7683 (f90-current-defun): New function.
7685 2000-03-16 Gerd Moellmann <gerd@gnu.org>
7687 * cus-edit.el (custom-variable-tag-face): Handle case that
7688 default face's height is not a number.
7689 (custom-face-tag-face, custom-group-tag-face-1)
7690 (custom-group-tag-face): Ditto.
7691 (custom-group-tag-face-1): Add :group.
7693 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
7695 2000-03-15 Gerd Moellmann <gerd@gnu.org>
7697 * pcvs-defs.el (toplevel): Remove autoload cookie for form
7700 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7702 * ps-print.el: PostScript user-defined prologue, PostScript error
7704 (ps-print-version): New version number (5.1).
7705 (ps-user-defined-prologue, ps-error-handler-message)
7706 (ps-print-prologue-0, ps-error-handler-alist): New vars.
7707 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
7708 (ps-insert-string): New function.
7710 2000-03-15 Kenichi Handa <handa@etl.go.jp>
7712 * international/ccl.el (ccl-compile-expression): Don't generate
7713 invalid self-assignment code.
7715 2000-03-14 Dave Love <fx@gnu.org>
7717 * subr.el (replace-regexp-in-string): Renamed from
7718 replace-regexps-in-string. Doc fix.
7720 2000-03-12 Dave Love <fx@gnu.org>
7722 * cus-edit.el: Doc fixes.
7723 (customize-set-variable, customize-save-variable): Rename args for
7725 (custom-variable-tag-face, custom-face-tag-face)
7726 (custom-group-tag-face-1, custom-group-tag-face): Modify from
7727 style which user identify as hyperlink.
7728 (hook): Don't add undefined functions to the hook.
7729 (debug-ignored-errors): Transfer message from bindings.el.
7731 2000-03-12 Gerd Moellmann <gerd@gnu.org>
7733 * recentf.el (recentf-keep-non-readable-files-p): Remove
7734 double/nested definition.
7736 2000-03-12 Dave Love <fx@gnu.org>
7738 * facemenu.el (facemenu-get-face): Use display-color-p.
7739 * enriched.el (enriched-decode-foreground): Likewise.
7740 (enriched-decode-background): Likewise.
7741 * isearch.el (isearch-highlight): Likewise.
7742 * info-look.el (info-lookup): Likewise.
7743 * simple.el (completion-setup-function): Likewise.
7745 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
7748 * bindings.el (mode-line-format): Fix line-number and
7749 column-number items. Add help-echo for the background.
7750 (mode-line-mule-info): Modify help-echo.
7752 * avoid.el (mouse-avoidance-mode): Add autoload cookie to
7755 * files.el (load-file): Allow completion to .elc.
7757 * man.el: Doc fixes.
7758 (Man-init-defvars): Use display-color-p to set fontification.
7760 * play/hanoi.el (hanoi-internal): Don't use oddp.
7762 2000-03-12 Gerd Moellmann <gerd@gnu.org>
7764 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
7766 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
7768 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
7770 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
7773 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
7775 * font-lock.el (font-lock-keywords): Fix the doc now that
7776 regexp-opt-depth is unnecessary.
7777 (save-buffer-state): Set an edebug spec.
7778 (font-lock-fontify-anchored-keywords): Properly handle the case when
7779 the matcher goes past the limit.
7781 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
7782 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
7784 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
7785 dll.el and cookie.el (from Elib) with heavy renaming and other
7788 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
7789 Autoload the functions used.
7790 (easy-mmode-define-syntax): Fix CL typo.
7791 (easy-mmode-define-derived-mode): Improve the docstring generation.
7793 2000-03-10 Gerd Moellmann <gerd@gnu.org>
7795 * textmodes/texinfo.el (texinfo-version): Variable and function
7798 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
7800 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
7801 allow more flexibility.
7802 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
7804 (easy-mmode-defmap, easy-mmode-defsyntax)
7805 (easy-mmode-define-derived-mode): New macros.
7807 2000-03-09 Didier Verna <didier@xemacs.org>
7809 * rect.el (replace-rectangle): New function.
7811 2000-03-09 Dave Love <fx@gnu.org>
7813 * progmodes/fortran.el (fortran-comment-line-start): Define as
7815 (fortran-comment-line-start-skip): Don't match cpp stuff.
7816 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
7817 (fortran-mode-map): Remove over-eager custom-menu-create for now.
7818 (fortran-mode): Don't set fortran-comment-line-start-skip,
7819 fortran-comment-line-start here. Set comment-start,
7820 add-log-current-defun.
7821 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
7822 (fortran-current-defun): New function.
7824 2000-03-09 Gerd Moellmann <gerd@gnu.org>
7826 * emacs-lisp/re-builder.el: New file.
7828 * mouse.el (mouse-drag-region): Don't run up-event handler
7829 if hscroll has changed.
7831 * octave-mod.el (octave-font-lock-keywords): To font-lock the
7832 builtin operators, use `font-lock-builtin-face' for Emacs and
7833 `font-lock-preprocessor-face' otherwise.
7835 * font-lock.el (lisp-font-lock-keywords-1): Highlight
7836 `(defun (setf foo)' differently.
7838 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
7840 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
7841 (regexp-opt): Update comment and adapt the code the new meaning of
7842 the `paren' argument of regex-opt-group for shy-groups.
7843 (regexp-opt-depth): Handle shy groups as well as backslashed
7845 (regexp-opt-group): Turn the leading comment into a docstring.
7846 Allow `paren' to be a string (the string to use to open a group).
7847 Remove open-presuf and close-presuf. Instead of checking for `all
7848 one-char' and then later on check for `several one-char', handle
7849 both cases close together. Also apply a more generic algorithm
7850 for suffixes (the mirror image of the algorithm used for
7851 prefixes). Use shy-groups. Use nreverse rather than reverse.
7852 (regexp-opt-try-suffix): Removed.
7854 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
7855 from comint-mode-map, so we can just inherit from it. Also, move
7856 the initialization into the `defvar' since there's no docstring
7857 anyway and it's fairly short.
7858 (inferior-scheme-mode): Define it as derived-mode: the code is
7859 shorter and this way we inherit from comint-mode-map rather than
7862 * subr.el (replace-regexps-in-string): Properly handle the case
7863 where we match an empty string.
7865 * comint.el (comint-exec-1): Add the current-dir to the exec-path
7866 when the command has a directory component (such as "./testml").
7867 Also fix a typo in the comment.
7869 2000-03-08 Gerd Moellmann <gerd@gnu.org>
7871 * Makefile (compile-files): Compile files one by one because
7872 that's the only way to ensure a clean compilation environment for
7873 each individual file.
7875 * frame.el (other-frame): Call x-focus-frame.
7877 2000-03-07 Dave Love <fx@gnu.org>
7879 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
7880 :require to defcustom.
7882 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
7885 * files.el (auto-mode-alist): Add configure.in.
7887 * progmodes/autoconf.el: New file.
7889 2000-03-07 Gerd Moellmann <gerd@gnu.org>
7891 * mail/mh-e.el: Change maintainer to `none'.
7893 * recentf.el (recentf-keep-non-readable-files-p): Quote args
7894 to remove-hook and add-hook.
7896 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
7898 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
7900 (mail-send): Test mail-send-nonascii also for the new `mime' value.
7901 (sendmail-send-it): Conditionally add MIME headers specifying the
7904 2000-03-07 Dave Love <fx@gnu.org>
7906 * winner.el: Fix keywords, autoload cookies. Split
7907 eval-when-compile form to avoid compilation failure.
7909 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
7911 * international/mule.el: Modify comment about coding system
7912 property `coding-category'.
7913 (make-coding-system): New argument EOL-TYPE. Pay attention to
7914 coding-category property of PROPERTIES.
7916 * international/mule-conf.el (coding-category-utf-8,
7917 coding-category-utf-16-be, coding-category-utf-16-le): New coding
7918 categories. Include them in the argument for set-coding-priority.
7920 * international/mule-cmds.el (reset-language-environment): Include
7921 coding-category-utf-8, coding-category-utf-16-be, and
7922 coding-category-utf-16-le in the argument for set-coding-priority.
7923 (reset-language-environment): Initialize coding-category-utf-8,
7924 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
7926 2000-03-06 Karl Fogel <kfogel@red-bean.com>
7928 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
7929 code abstracted out of `bookmark-jump-noselect'. Now tries info
7930 extensions as well as compression extensions.
7931 (bookmark-jump-noselect): Use above new func.
7933 2000-03-03 Gerd Moellmann <gerd@gnu.org>
7935 * strokes.el: Change maintainer's mail address.
7937 2000-03-03 Kenichi Handa <handa@etl.go.jp>
7939 * international/mule-diag.el (list-character-sets): Make help-echo
7940 string by substitute-command-keys.
7941 (list-character-sets): Likewise.
7942 (sort-listed-character-sets): Call help-setup-xref.
7944 2000-03-02 Gerd Moellmann <gerd@gnu.org>
7946 * time.el (display-time-mail-file): Add `none' to the list of
7949 2000-03-01 Dave Love <fx@gnu.org>
7951 * help.el (help-xref-go-back): Don't try to set position.
7953 * international/mule-diag.el (list-character-sets): Call
7954 help-setup-xref. Add help-echo to xrefs.
7955 (list-character-sets-1): Add help-echo to xrefs.
7957 2000-03-02 Gerd Moellmann <gerd@gnu.org>
7959 * frame.el (blink-cursor-mode): Switch cursor on when turning
7962 * add-log.el (add-log-current-defun): Add support for
7965 * mail/rmail.el (rmail-quit-hook): New variable.
7967 2000-03-01 Dave Love <fx@gnu.org>
7969 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
7971 * help.el (help-xref-button): Add help-echo arg.
7972 (describe-function-1, describe-variable, help-make-xrefs): Use it.
7974 * faces.el (list-faces-display): Supply help-echo with
7977 * facemenu.el (list-text-properties-at): Set help-xref-stack to
7980 2000-03-01 Gerd Moellmann <gerd@gnu.org>
7982 * image.el (defimage): Look for image files in load-path.
7984 * frame.el (busy-cursor-delay-seconds): Change type to
7987 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
7989 * recentf.el (recentf): Added version tag to the defgroup of
7992 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
7994 * recentf.el (recentf-cleanup): Changed to remove excluded file
7996 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
7997 action to select/unselect a file.
7998 (recentf-edit-list): Code cleanup and improvement.
7999 (recentf-open-more-files-action): `recentf-open-more-files' button
8000 widget action to open a file.
8001 (recentf-open-more-files): No more use standard completion but
8003 (recentf-more-collection): Deleted.
8004 (recentf-more-history): Deleted.
8005 (recentf-setup-more-completion): Deleted.
8007 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
8009 * recentf.el (recentf-mode): No more needs that Emacs is running
8010 under a window-system.
8012 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
8014 * recentf.el (recentf-edit-list): New command to edit the recent
8015 list which allow the user to remove files.
8016 (recentf-edit-selected-items): New global variable, used by
8017 `recentf-edit-list' to hold the list of files to be removed from
8019 (recentf-make-menu-items): Updated to display a "Edit list..."
8020 menu item. Minor code cleanup.
8022 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
8024 * recentf.el (recentf-open-more-files): New command to open files
8025 that are not displayed in the menu.
8026 (recentf-more-collection): New global variable holding the set of
8027 permissible completions used by `recentf-open-more-files'.
8028 (recentf-more-history): New global variable holding the history list
8029 used by `recentf-open-more-files' completion.
8030 (recentf-setup-more-completion): New function to setup completion for
8031 `recentf-open-more-files'.
8032 (recentf-make-menu-items): Updated to display a "More..." menu item.
8034 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
8036 * recentf.el (recentf-menu-action): Doc fixed.
8038 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
8040 * recentf.el (recentf-menu-filter): Doc updated.
8041 (recentf-update-menu-hook): Allow menu filters to force menu update.
8042 (recentf-make-menu-items): New menu filter handling.
8043 (recentf-make-menu-item): New helper function.
8044 (recentf-menu-elements): New menu handling function.
8045 (recentf-sort-ascending): Updated to new menu filter handling.
8046 (recentf-sort-descending): Updated to new menu filter handling.
8047 (recentf-sort-basenames-ascending): New menu filter function.
8048 (recentf-sort-basenames-descending): New menu filter function.
8049 (recentf-show-basenames): New menu filter function.
8050 (recentf-show-basenames-ascending): New menu filter function.
8051 (recentf-show-basenames-descending): New menu filter function.
8053 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8055 * diary-lib.el (list-diary-entries): Don't try to go forward at
8056 the end of the buffer.
8058 2000-02-29 Kenichi Handa <handa@etl.go.jp>
8060 * international/mule-diag.el (list-character-sets): Completely
8062 (sort-listed-character-sets): New function.
8063 (list-character-sets-1): Completely rewritten.
8064 (list-character-sets-2): New function.
8065 (non-iso-charset-alist): New variable.
8066 (decode-codepage-char): New function.
8067 (charset-history): New variable.
8068 (read-charset) (list-block-of-chars)
8069 (list-iso-charset-chars)
8070 (list-non-iso-charset-chars)
8071 (list-charset-chars): New functions.
8072 (mule-diag): Call list-character-sets-2, not
8073 list-character-sets-2.
8074 (dump-charsets): Likewise.
8076 2000-02-29 Gerd Moellmann <gerd@gnu.org>
8078 * dired-x.el (dired-filename-at-point): Add `@' to valid
8079 file name characters.
8080 (dired-filename-at-point): Handle ange-ftp file names.
8082 * frame.el (frame-notice-user-settings): Use assq-delete-all
8083 instead of assoc-delete-all.
8084 (frame-notice-user-settings): Ditto.
8086 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
8089 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
8091 * calculator.el (calculator-use-menu): New option.
8092 (calculator-initial-bindings): Changed some bindings to work as
8094 (calculator-forced-input): Removed.
8095 (calculator-restart-other-mode): New variable.
8096 (calculator-mode-map): Set up menu.
8098 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
8100 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
8103 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
8105 * viper-cmd.el (viper-envelop-ESC-key): added the option to
8106 translate all ESC key sequences.
8107 (viper-goto-mark-subr): restore markers for files for which
8109 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
8110 * viper-util.el (viper-set-replace-overlay-glyphs,
8111 viper-set-replace-overlay): always check if the replacement
8113 * viper.el (viper-vi-state-mode-list): added major modes.
8114 * ediff-wind.el: minor comment changes.
8115 * ediff.el: copyright notice date fix.
8117 2000-02-27 Jason Rumney <jasonr@gnu.org>
8119 * faces.el (face-font-family-alternatives): Add arial to helv.
8120 (mode-line, header-line, tool-bar): Same default as x for w32.
8121 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
8122 face-font-family-alternatives from working.
8123 * term/w32-win.el (mouse-set-font): Do not build fontset from
8126 2000-02-25 Sam Steingold <sds@goems.com>
8128 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
8131 2000-02-25 Richard M. Stallman <rms@gnu.org>
8133 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
8135 2000-02-25 Gerd Moellmann <gerd@gnu.org>
8137 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
8140 * frame.el (busy-cursor-delay-seconds): New option.
8142 2000-02-24 Gerd Moellmann <gerd@gnu.org>
8144 * frame.el (show-cursor-in-non-selected-windows): New option.
8146 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8148 * diary-lib.el (include-other-diary-files): Undo the selective
8149 display in any included file and don't kill it.
8151 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
8153 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
8154 bar. Menu items converted to (menu-item format, help strings
8156 [downcase, upcase]: Don't enable on MS-DOS.
8157 [symlink, symlinks]: Don't show if make-symbolic-link is not
8159 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
8161 2000-02-23 Dave Love <fx@gnu.org>
8163 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
8164 (backward-kill-word): Revert addition of * to interactive spec --
8167 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
8168 (backward-kill-sentence, kill-sentence): Likewise.
8170 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
8171 scratch buffer name.
8172 (gud-format-command): Use int-to-string in ?l case. Simplify
8175 * term/w32-win.el (internal-face-interactive): Update prompt for
8178 * mail/footnote.el (footnote): Add :version to defgroup.
8179 (footnote-section-tag-regexp): Customize.
8180 (footnote-start-tag, footnote-end-tag): New option.
8181 (footnote-latin-regexp): New variable.
8182 (Footnote-latin): New function.
8183 (footnote-style-alist): Add element for latin style.
8184 (footnote-style): Moved.
8185 (Footnote-goto-footnote): Use eq to test arg.
8187 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
8189 * emacs-lisp/byte-opt.el: Change old backquote syntax.
8190 (byte-compile-trueconstp): Include keywords.
8191 (byte-optimize-quote, byte-optimize-lapcode): Use
8192 byte-compile-const-symbol-p.
8193 (byte-optimize-char-before): New optimization.
8195 * emacs-lisp/bytecomp.el: Change old backquote syntax.
8196 (byte-compile-const-symbol-p): New function.
8197 (byte-compile-constp, byte-compile-out-toplevel)
8198 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
8201 * subr.el (define-key-after): Default AFTER to t. Doc fix.
8203 2000-02-23 Kenichi Handa <handa@etl.go.jp>
8205 * international/encoded-kb.el: Be sure to update minor-mode-alist
8206 and minor-mode-map-alist.
8207 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
8208 codes SS2 and SS3 correctly.
8209 (encoded-kbd-self-insert-ccl): New function.
8210 (encoded-kbd-setup-keymap): New function.
8211 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
8212 by calling encoded-kbd-setup-keymap.
8214 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
8216 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
8219 2000-02-22 Dave Love <fx@gnu.org>
8221 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
8222 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
8224 (lisp-mode-syntax-table): Set up for #|...|# comments.
8225 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
8226 classes. Match `defface'.
8227 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
8228 (eval-defun-1): Fix for defcustom.
8229 (lisp-indent-region): Doc fix.
8231 * subr.el (when, unless, split-string): Doc fix.
8232 (read-passwd): Move call of clear-this-command-keys to the right
8234 (replace-regexps-in-string): New function.
8236 2000-02-22 Gerd Moellmann <gerd@gnu.org>
8238 * help.el (describe-variable): Set syntax table to
8239 emacs-lisp-mode-syntax-table when moving forward over the
8242 2000-02-22 Dave Love <fx@gnu.org>
8244 * xt-mouse.el: Doc fixes.
8245 (xterm-mouse-position-function): New function, replacing advice of
8247 (xterm-mouse-mode): Use it. Don't turn on under a window system.
8249 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
8251 2000-02-21 Gerd Moellmann <gerd@gnu.org>
8253 * format.el (format-annotate-single-property-change): Handle
8254 properties.with dotted-list values.
8255 (format-proper-list-p): New function.
8257 * enriched.el (enriched-face-ans): Handle '(foreground-color
8258 . COLOR) and (background-color . COLOR).
8260 2000-02-20 Dave Love <fx@gnu.org>
8262 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
8263 and assignments to it.
8264 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
8266 (make-flyspell-overlay): Use it.
8267 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
8269 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
8270 (lm-get-header-re): Defun, not defsubst.
8271 (lm-get-package-name): Defun, not defsubst. Simplify.
8272 (lm-version): Doc fix. Simplify.
8273 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
8274 (lm-crack-address, lm-last-modified-date, lm-commentary)
8275 (lm-verify, lm-synopsis): Simplify.
8276 (lm-report-bug): Require emacsbug. Use compose-mail.
8278 2000-02-20 Gerd Moellmann <gerd@gnu.org>
8280 * dired.el (dired-mode): Call propertized-buffer-identification
8281 to set mode-line-buffer-identification to something having
8282 the right text properties.
8284 * bindings.el (propertized-buffer-identification): New function.
8286 2000-02-20 Dave Love <fx@gnu.org>
8288 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
8289 check for t-mouse too.
8291 * cus-start.el: Make echo-keystrokes `number'.
8293 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
8295 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
8296 Don't call ring-empty-p unless tags-location-ring is bound.
8297 From Noah Friedman <friedman@splode.com>.
8299 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
8301 * progmodes/hideshow.el (hs-flag-region): No longer use
8302 `intangible' overlay property.
8304 (hs-toggle-hiding): New command.
8305 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
8307 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
8308 Fix omission bug: Run `hs-minor-mode-hook' for both activation
8311 2000-02-18 Gerd Moellmann <gerd@gnu.org>
8313 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
8315 2000-02-17 Gerd Moellmann <gerd@gnu.org>
8317 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
8319 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
8320 of `*' to handle `(* ... *)' comments.
8322 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
8324 * faces.el (list-faces-display): Use display-mouse-p instead of
8327 * menu-bar.el (global-map): Menu-bar items converted to the new
8328 format (menu-item..., rearranged for better CUA compliance, and
8329 their names changed for better clarity. Help strings added.
8331 * international/mule-cmds.el (mule-menu-keymap)
8332 (describe-language-environment-map, set-coding-system-map)
8333 (setup-language-environment-map): Convert to new (menu-item...
8334 form, add help strings. Change names of menu items for better
8335 clarity. "Mule" menu-bar item removed (it's now in the "Options"
8338 2000-02-17 Gerd Moellmann <gerd@gnu.org>
8340 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
8343 2000-02-16 Dave Love <fx@gnu.org>
8345 * faces.el: Don't require custom. Add more specific :groups to
8347 (set-face-attribute): Purecopy args.
8348 (read-face-name): Default to name at point and use it in prompt.
8349 Remove colon from arg in all callers.
8350 (list-faces-display): Hyperlink to face descriptions and customize
8353 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
8355 * wid-edit.el (widget-match-inline): An atom never matches a
8358 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
8360 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
8361 at ':' characters by call to split-string.
8363 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
8365 * textmodes/bibtex.el: Added RCS version identification.
8367 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
8369 * textmodes/bibtex.el: Some temporary comments removed.
8370 (bibtex-field-name, bibtex-entry-type): Made the relationship
8372 (bibtex-field-const): Allow capital letters.
8373 (bibtex-start-of-string): Deleted because unused.
8375 * textmodes/bibtex.el: Unified some nomenclature. We no longer
8376 use the term 'reference' to describe a bibtex entry as a whole.
8377 Further, reference keys are no longer called 'labels'.
8378 (bibtex-keys): Renamed to bibtex-reference-keys.
8379 (bibtex-reformat-previous-labels): Renamed to
8380 bibtex-reformat-previous-reference-keys.
8381 (bibtex-reference-type): Renamed to bibtex-entry-type.
8382 (bibtex-reference-head): Renamed to bibtex-entry-head.
8383 (bibtex-reference-maybe-empty-head): Renamed to
8384 bibtex-entry-maybe-empty-head.
8385 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
8386 (bibtex-search-reference): Renamed to bibtex-search-entry.
8387 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
8388 bibtex-enclosing-entry-maybe-empty-head.
8389 (bibtex-entry-field-alist, bibtex-entry-head,
8390 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
8391 bibtex-map-entries, bibtex-search-entry,
8392 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
8393 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
8394 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
8395 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
8396 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
8397 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
8398 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
8400 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
8402 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
8404 (bibtex-format-field-delimiters): New function, functionality
8405 extracted from bibtex-format-entry.
8406 (bibtex-autokey-get-yearfield-digits): New function, functionality
8407 extracted from bibtex-autokey-get-yearfield.
8409 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
8410 entries in order to avoid stack overflow in the regexp matcher if
8411 field contents become large.
8412 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
8413 bibtex-field-string-part-not-braced,
8414 bibtex-field-string-part-no-inner-braces,
8415 bibtex-field-string-part-1-inner-brace,
8416 bibtex-field-string-part-2-inner-braces,
8417 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
8418 bibtex-field-string-quoted, bibtex-field-string,
8419 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
8420 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
8421 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
8422 as parsing is now performed by the following functions.
8423 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
8424 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
8425 bibtex-parse-field-string, bibtex-search-forward-field-string,
8426 bibtex-parse-association, bibtex-field-name-for-parsing,
8427 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
8428 bibtex-search-forward-field, bibtex-search-backward-field,
8429 bibtex-start-of-field, bibtex-end-of-field,
8430 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
8431 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
8432 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
8433 bibtex-parse-string, bibtex-search-forward-string,
8434 bibtex-search-backward-string, bibtex-start-of-string,
8435 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
8436 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
8437 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
8438 entries. Instead of reporting the results of the parsing by
8439 match-beginning or match-end, these functions return data structures
8440 that hold the corresponding positions.
8441 (bibtex-enclosing-field): Changed to also report field boundaries by
8442 return values rather than by match-beginning or match-end. The
8443 following functions have been adapted to use the new parsing
8445 (bibtex-skip-to-valid-entry, bibtex-search-reference,
8446 bibtex-enclosing-field, bibtex-format-entry,
8447 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
8448 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
8449 bibtex-print-help-message, bibtex-end-of-entry,
8450 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
8451 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
8452 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
8454 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
8455 bibtex-map-entries, bibtex-flash-head,
8456 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
8457 bibtex-autokey-change, bibtex-autokey-get-namefield,
8458 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
8459 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
8460 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
8461 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
8462 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
8463 order to make the new binding of case-fold-search immediately
8466 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
8468 * textmodes/bibtex.el: Copyright notice is up to date.
8469 Added constant 'bibtex-maintainer-salutation.
8471 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
8472 than make-temp-name, use match-string-no-properties and eliminate
8473 a quadratic behavior when building bibtex-strings.
8475 * bibtex.el (bibtex-reference-key): Accept string entries whose
8476 reference key contains upper case letters.
8478 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
8480 * bibtex.el (bibtex-reference-head): Allow entries to start with
8483 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
8485 * bibtex.el: Hiding of entry bodies is not longer provided by
8486 bibtex.el directly. Instead the hideshow package can be used.
8487 Added a special bibtex entry to hs-special-modes-alist.
8488 (bibtex-hs-forward-sexp): Added for hideshow.el.
8490 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
8492 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
8493 at ':' characters by call to split-string.
8495 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
8497 * textmodes/bibtex.el: Added RCS version identification.
8499 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
8501 * textmodes/bibtex.el: Some temporary comments removed.
8502 (bibtex-field-name, bibtex-entry-type): Made the relationship
8504 (bibtex-field-const): Allow capital letters.
8505 (bibtex-start-of-string): Deleted because unused.
8507 * textmodes/bibtex.el: Unified some nomenclature. We no longer
8508 use the term 'reference' to describe a bibtex entry as a whole.
8509 Further, reference keys are no longer called 'labels'.
8510 (bibtex-keys): Renamed to bibtex-reference-keys.
8511 (bibtex-reformat-previous-labels): Renamed to
8512 bibtex-reformat-previous-reference-keys.
8513 (bibtex-reference-type): Renamed to bibtex-entry-type.
8514 (bibtex-reference-head): Renamed to bibtex-entry-head.
8515 (bibtex-reference-maybe-empty-head): Renamed to
8516 bibtex-entry-maybe-empty-head.
8517 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
8518 (bibtex-search-reference): Renamed to bibtex-search-entry.
8519 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
8520 bibtex-enclosing-entry-maybe-empty-head.
8521 (bibtex-entry-field-alist, bibtex-entry-head,
8522 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
8523 bibtex-map-entries, bibtex-search-entry,
8524 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
8525 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
8526 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
8527 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
8528 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
8529 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
8530 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
8532 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
8534 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
8536 (bibtex-format-field-delimiters): New function, functionality
8537 extracted from bibtex-format-entry.
8538 (bibtex-autokey-get-yearfield-digits): New function, functionality
8539 extracted from bibtex-autokey-get-yearfield.
8541 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
8542 entries in order to avoid stack overflow in the regexp matcher if
8543 field contents become large.
8544 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
8545 bibtex-field-string-part-not-braced,
8546 bibtex-field-string-part-no-inner-braces,
8547 bibtex-field-string-part-1-inner-brace,
8548 bibtex-field-string-part-2-inner-braces,
8549 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
8550 bibtex-field-string-quoted, bibtex-field-string,
8551 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
8552 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
8553 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
8554 as parsing is now performed by the following functions.
8555 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
8556 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
8557 bibtex-parse-field-string, bibtex-search-forward-field-string,
8558 bibtex-parse-association, bibtex-field-name-for-parsing,
8559 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
8560 bibtex-search-forward-field, bibtex-search-backward-field,
8561 bibtex-start-of-field, bibtex-end-of-field,
8562 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
8563 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
8564 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
8565 bibtex-parse-string, bibtex-search-forward-string,
8566 bibtex-search-backward-string, bibtex-start-of-string,
8567 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
8568 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
8569 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
8570 entries. Instead of reporting the results of the parsing by
8571 match-beginning or match-end, these functions return data structures
8572 that hold the corresponding positions.
8573 (bibtex-enclosing-field): Changed to also report field boundaries by
8574 return values rather than by match-beginning or match-end. The
8575 following functions have been adapted to use the new parsing
8577 (bibtex-skip-to-valid-entry, bibtex-search-reference,
8578 bibtex-enclosing-field, bibtex-format-entry,
8579 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
8580 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
8581 bibtex-print-help-message, bibtex-end-of-entry,
8582 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
8583 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
8584 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
8586 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
8587 bibtex-map-entries, bibtex-flash-head,
8588 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
8589 bibtex-autokey-change, bibtex-autokey-get-namefield,
8590 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
8591 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
8592 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
8593 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
8594 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
8595 order to make the new binding of case-fold-search immediately
8598 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
8600 * textmodes/bibtex.el: Copyright notice is up to date.
8601 Added constant 'bibtex-maintainer-salutation.
8603 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
8604 than make-temp-name, use match-string-no-properties and eliminate
8605 a quadratic behavior when building bibtex-strings.
8607 * bibtex.el (bibtex-reference-key): Accept string entries whose
8608 reference key contains upper case letters.
8610 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
8612 * bibtex.el (bibtex-reference-head): Allow entries to start with
8615 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
8617 * bibtex.el: Hiding of entry bodies is not longer provided by
8618 bibtex.el directly. Instead the hideshow package can be used.
8619 Added a special bibtex entry to hs-special-modes-alist.
8620 (bibtex-hs-forward-sexp): Added for hideshow.el.
8622 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
8624 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
8625 proceedings entry type (for cross referencing). Thanks to Wagner
8626 Toledo Correa for the suggestion.
8628 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
8630 2000-02-14 Kenichi Handa <handa@etl.go.jp>
8632 * international/characters.el: Setup case table for Vietnamese.
8634 2000-02-12 Gerd Moellmann <gerd@gnu.org>
8636 * uniquify.el (toplevel): Require CL at compile time.
8637 (uniquify-push): Removed.
8639 * shadowfile.el (shadow-when): Removed.
8641 * tempo.el (tempo-dolist, tempo-mapc): Removed.
8642 (tempo-process-and-insert-string): Use dolist instead of
8645 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
8646 regexp for paragraph-start.
8648 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
8651 2000-02-10 Dave Love <fx@gnu.org>
8653 * wid-edit.el: (widgets) [defgroup]: Remove url link.
8654 (widget-color-choice-list, widget-color-history, widget-mouse-help):
8656 (widget-specify-field, widget-specify-button): Don't use
8657 widget-mouse-help as help-echo property.
8658 (default): Use #'ignore for :validate and :mouse-down-action.
8659 (checkbox): Add help-echo.
8660 (widget-sexp-validate): Rewritten to clarify error messages.
8661 (character): Use char-valid-p in :match function.
8662 (widget-color-complete): Use facemenu-color-alist.
8663 (widget-color-action): Use facemenu-read-color.
8665 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
8666 set up `caar' &c that we now have.
8668 2000-02-09 Ray Blaak <blaak@gnu.org>
8670 * delphi.el: Make resourcestring a declaration region, like const
8673 2000-02-09 Dave Love <fx@gnu.org>
8675 * bindings.el (mode-line-input-method-map): New variable.
8676 (mode-line-mule-info): Use it; fix last change.
8677 (mode-line-mode-menu): Move definition.
8678 (mode-line-mouse-sensitive-p): Deleted.
8679 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
8680 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
8683 * startup.el (command-line-1): Don't call
8684 make-mode-line-mouse-sensitive.
8686 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
8688 * mail/rmail.el (rmail-retry-failure): Use
8689 rmail-beginning-of-message before rmail-toggle-header, because the
8690 former toggles headers.
8692 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
8694 * diff-mode.el (diff-kill-junk): New interactive function.
8695 (diff-reverse-direction): Use delete-and-extract-region.
8696 (diff-post-command-hook): Restrict the area so that the hook also works
8697 outside of any diff hunk. This is necessary for the minor-mode.
8698 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
8699 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
8701 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
8702 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
8703 so that it can be used more easily in <foo>-mode-hook. Also make sure
8704 to avoid duplicate entries.
8705 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
8706 (font-lock-remove-keywords): Just as was done for `add', allow it to
8707 work even if font-lock-mode is nil. Also make sure we don't modify
8708 any pre-existing list by forcing a copy-sequence. Finally rename
8709 `major-mode' to `mode'.
8710 (font-lock-fontify-syntactic-anchored-keywords)
8711 (font-lock-fontify-anchored-keywords)
8712 (font-lock-fontify-keywords-region): Use line-end-position.
8713 Don't make `font-lock-multiline' local (it's now done in
8714 font-lock-set-defaults).
8715 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
8716 move the `font-lock-fontified' creation to inside the `unless'.
8718 2000-02-06 Andrew Innes <andrewi@gnu.org>
8720 * term/w32-win.el (x-handle-args): Comment out call to message,
8721 which occurs before window system is initialized.
8723 * makefile.nt: Add support for recompiling lisp code.
8725 2000-02-04 Dave Love <fx@gnu.org>
8727 * bindings.el (mode-line-mule-info): Fix/extend last change.
8729 * completion.el: Replace completion-dolist with dolist.
8731 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
8734 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
8736 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
8737 environment names before they go into the section regexp.
8739 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
8740 char class in regexp.
8742 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
8743 `case-fold-search' to nil.
8745 * progmodes/idlwave.el (idlwave-template): Respect
8746 `idlwave-abbrev-change-case'.
8747 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
8748 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
8749 idlwave-while): respect `idlwave-reserved-word-upcase'.
8750 (idlwave-rw-case): New function.
8751 (idlwave-statement-match): Fixed problem with assignment regexp.
8752 (idlwave-font-lock-keywords): Improved regexp for keyword
8754 (idlwave-surround): New argument LENGTH to support padding of
8755 operators longer than 1 char.
8757 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
8758 idlwave-shell-expression-overlay. Implemented printing of
8759 expressions on higher levels of the calling stack.
8760 (idlwave-shell-display-level-in-calling-stack): Restore stack
8762 (idlwave-retrieve-expression-from-level): New function.
8763 (idlwave-shell-last-calling-stack): Variable removed.
8764 (idlwave-shell-reset): Argument action reversed (`visible' to
8765 `hidden'). Also remove stop-line overlay.
8766 (idlwave-shell-calling-stack-routine): New variable.
8767 (idlwave-shell-parse-stack-and-display): Messages now display
8768 negative level numbers.
8769 (idlwave-shell-mode): Set `modeline-format'.
8770 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
8771 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
8773 (idlwave-shell-print-expression-function): New option.
8775 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
8776 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
8777 `tool-bar' instead of `toolbar'.
8779 2000-02-02 Dave Love <fx@gnu.org>
8781 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
8782 emacs-lisp-mode-hook. Don't check for defalias being defined.
8784 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
8785 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
8786 the new builtins directly.
8788 * whitespace.el (whitespace): Add :version to defgroup.
8790 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
8793 * thingatpt.el (sexp-at-point, symbol-at-point)
8794 (number-at-point, list-at-point): Add autoload cookie.
8796 * recentf.el (recentf): Add :version to defgroup.
8798 * quickurl.el (quickurl): Add :version to defgroup.
8800 * elide-head.el (elide-head): Use point-marker more.
8802 * bs.el (bs): Add :version to defgroup.
8804 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
8806 * progmodes/delphi.el (delphi): Add :version to defgroup.
8808 2000-02-02 Gerd Moellmann <gerd@gnu.org>
8810 * ange-ftp.el (ange-ftp-write-region): Handle case that
8811 succeeding process operation sets a different coding system.
8813 * calculator.el: New file.
8815 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
8817 * frame.el (frames-on-display-list, framep-on-display): New
8819 (display-mouse-p, display-popup-menus-p, display-graphic-p)
8820 (display-selections-p, display-screens, display-pixel-width)
8821 (display-pixel-height, display-mm-width, display-mm-height)
8822 (display-backing-store, display-save-under, display-planes)
8823 (display-color-cells, display-visual-class): New functions.
8825 * term/tty-colors.el (tty-color-gray-shades): New function.
8827 * faces.el (display-color-p): Use framep-on-display.
8828 (display-grayscale-p): New function.
8830 2000-01-31 Dave Love <fx@gnu.org>
8832 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
8833 (create-fontset-from-x-resource): Don't concat integers.
8835 2000-01-31 Inge Frick <inge@nada.kth.se>
8837 * view.el: Some changes in documentation. Removed some trailing
8838 whitespace. Changed some parameter names to agree with
8840 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
8841 window is not deleted. Modifies change 1998-04-26.
8843 2000-01-31 Gerd Moellmann <gerd@gnu.org>
8845 * windmove.el: New file.
8847 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
8848 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
8849 progmodes/ebnf-yac.el: Update copyright and license info.
8851 * jit-lock.el (jit-lock-function): Widen before calculating end
8853 (jit-lock-stealth-chunk-start): Rewritten.
8855 * info.el (Info-title-face-alist): Removed.
8856 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
8858 (Info-fontify-node): Use these faces.
8860 2000-01-30 Gerd Moellmann <gerd@gnu.org>
8862 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
8863 (cl-macro-list1): Recognize `&allow-other-keys' instead of
8864 `&allow-other-keywords'.
8866 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
8867 the list of directories scanned heuristically.
8869 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
8872 2000-01-30 Jason Rumney <jasonr@gnu.org>
8874 * w32-fns.el: Define w32-tty-standard-colors.
8876 * startup.el (command-line): Use w32-tty-standard-colors when in
8879 2000-01-30 Dave Love <fx@gnu.org>
8881 * jka-compr.el (jka-compr-load): Fix up load-history.
8883 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
8885 * emacs-lisp/cl-macs.el: Revert previous change.
8887 2000-01-29 Dave Love <fx@gnu.org>
8889 * facemenu.el: Purecopy various strings.
8891 * timezone.el (timezone-fix-time): Window against 69 for two-digit
8892 years. Deal with three-digit years.
8894 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
8896 (help-back-label): Purecopy it.
8898 2000-01-18 Gerd Moellmann <gerd@gnu.org>
8900 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
8901 variable. If non-nil, order the buffer list according to the
8902 currently selected frame.
8903 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
8904 non-nil, pass the selected frame to function buffer-list.
8906 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8908 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
8910 2000-01-28 Dave Love <fx@gnu.org>
8912 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
8914 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
8915 Don't use lisp-indent-hook property.
8918 * subr.el: Move out indent and edebug specs for when and unless.
8920 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
8923 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
8926 2000-01-28 Gerd Moellmann <gerd@gnu.org>
8928 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
8929 `collecting' as synonym for `collect'.
8931 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
8932 for the case it contains spaces.
8934 * simple.el (what-cursor-position): Change formatting of
8937 * frame.el (delete-other-frames): New function.
8938 (toplevel): Bind it to C-x 5 1.
8940 * sort.el (sort-numeric-base): New option.
8941 (sort-numeric-fields): If number starts with `0' or `0[xX[',
8942 interpret it as octal or hexadecimal. Use sort-numeric-base
8945 * progmodes/glasses.el: New file.
8947 2000-01-27 Gerd Moellmann <gerd@gnu.org>
8949 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
8950 userids differently.
8952 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
8953 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
8954 progmodes/ebnf-yac.el: New files.
8956 2000-01-26 Dave Love <fx@gnu.org>
8958 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
8959 on a function with an empty body. [From Eric Ludlam.]
8961 2000-01-25 Andre Spiegel <spiegel@gnu.org>
8963 * vc.el (vc-version-diff): Make sure file name is expanded.
8965 2000-01-25 Gerd Moellmann <gerd@gnu.org>
8967 * scroll-bar.el (scroll-bar-timer): Variable removed.
8968 (scroll-bar-toolkit-scroll): Don't use a timer.
8970 2000-01-25 Kenichi Handa <handa@etl.go.jp>
8972 * language/thai-util.el (thai-composition-function): Delete
8975 2000-01-24 Dave Love <fx@gnu.org>
8977 * fortran.el (fortran-mode): Use beginning-of-defun-function,
8978 end-of-defun-function.
8980 * font-lock.el (turn-on-font-lock): Don't depend on window-system
8983 2000-01-22 Jason Rumney <jasonr@gnu.org>
8985 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
8986 conflicts with new face support.
8988 2000-01-22 Richard M. Stallman <rms@gnu.org>
8990 * replace.el (query-replace): Rename last arg to DELIMITED.
8991 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
8992 (query-replace-regexp): Likewise.
8994 2000-01-20 Richard M. Stallman <rms@gnu.org>
8996 * subr.el (with-syntax-table): Use make-symbol, not gensym.
8998 * emacs-lisp/lisp.el (beginning-of-defun-function):
8999 Variable renamed from beginning-of-defun.
9000 Do not call make-variable-buffer-local.
9001 (beginning-of-defun-raw): Use new variable name; doc fix.
9002 (beginning-of-defun): Doc fix.
9003 (end-of-defun-function): Variable renamed from end-of-defun.
9004 Do not call make-variable-buffer-local.
9005 (end-of-defun): Use new variable name; doc fix.
9007 * subr.el (dolist, dotimes): Copied from cl-macs.el
9010 * mail/undigest.el (rmail-digest-end-regexps):
9011 Variable replaces rmail-digest-end-regexp.
9012 Allows multiple regexps for detecting the end line.
9013 (undigestify-rmail-message): Corresponding changes.
9015 2000-01-19 Dave Love <fx@gnu.org>
9017 * files.el (user-init-file): Don't declare here -- is primitive.
9019 * startup.el (command-line): Check for compiled user-init-file and
9020 set to uncompiled version if necessary.
9022 2000-01-18 Gerd Moellmann <gerd@gnu.org>
9024 * mail/undigest.el (rmail-digest-end-regexp): New user option.
9025 (undigestify-rmail-message): Use it.
9027 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
9029 2000-01-17 Gerd Moellmann <gerd@gnu.org>
9031 * tmm.el (tmm-goto-completions): Adapt to prompt being part
9034 2000-01-14 Gerd Moellmann <gerd@gnu.org>
9036 * emacs-lisp/copyright.el (copyright-update): Removed the
9037 requirement for a trailing space from `copyright-regexp', to
9038 support copyrights with owner specified on a separate line..
9040 * align.el: New file.
9042 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
9044 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
9046 2000-01-13 Dave Love <fx@gnu.org>
9048 * ph.el: Removed. (Obsoleted by EUDC.)
9050 2000-01-13 Gerd Moellmann <gerd@gnu.org>
9052 * net/eudc.el (toplevel): Remove autoloaded code installing
9053 menu with easymenu, because that causes build problems.
9055 * frame.el (frame-notice-user-settings): New variable.
9056 (frame-notice-user-settings): Don't modify frame parameters
9057 if called a second time.
9059 2000-01-13 Richard M. Stallman <rms@gnu.org>
9061 * frame.el (frame-notice-user-settings):
9062 Notice default-frame-parameters even for non-window frames.
9064 2000-01-13 Gerd Moellmann <gerd@gnu.org>
9066 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
9068 (eudc-bob-can-display-inline-images): Extend for Emacs.
9069 (eudc-bob-toggle-inline-display): Ditto.
9070 (eudc-bob-display-jpeg): Ditto.
9072 2000-01-12 Gerd Moellmann <gerd@gnu.org>
9074 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
9075 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
9076 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
9078 * add-log.el (add-change-log-entry): Fix error trying an `(insert
9081 * subdirs.el: Add `net' directory.
9083 * net: New directory.
9085 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
9086 eval-last-sexp. Don't bind debug-on-error here.
9087 (eval-last-sexp): New function. Bind debug-on-error if
9088 eval-expression-debug-on-error is non-nil.
9089 (eval-defun-2, eval-defun): Likewise.
9091 * simple.el (eval-expression): Don't bind debug-on-error if
9092 eval-expression-debug-on-error is nil. Detect changed
9093 debug-on-error, and propagate new value to global binding, if
9094 eval-expression-debug-on-error is non-nil,
9095 (eval-expression-debug-on-error): Change doc string.
9097 2000-01-11 Richard M. Stallman <rms@gnu.org>
9099 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
9101 * emacs-lisp/lisp-mode.el (with-syntax-table):
9102 Set up lisp-indent-function property.
9104 * subr.el (with-syntax-table): Moved from simple.el.
9106 * simple.el (with-syntax-table): Moved to subr.el.
9108 2000-01-11 Gerd Moellmann <gerd@gnu.org>
9110 * tmm.el (tmm-shortcut): Delete region after prompt instead
9113 * textmodes/fill.el (fill-common-string-prefix): New function.
9114 (fill-context-prefix): Use the longest common prefix of first
9115 and second line fill prefix, if there is one.
9117 2000-01-11 Richard M. Stallman <rms@gnu.org>
9119 * array.el (array-mode): Don't use make-variable-buffer-local.
9120 Use make-local-variable for `truncate-lines'.
9122 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
9124 * add-log.el (add-log-current-defun): Handle user-defined
9125 add-log-current-function returning nil,
9127 * add-log.el (add-change-log-entry): Insert version number
9128 if having found a current function
9130 * add-log.el (add-log-current-defun): Call
9131 `add-log-current-defun-function'. Try matches at level 0 and
9132 level 1. Strip whitespace from defun found.
9134 2000-01-10 John Wiegley <johnw@gnu.org>
9136 * allout.el (isearch-done/outline-provisions): Added `edit'
9137 argument to correspond with the current definition of
9140 2000-01-10 Dave Love <fx@gnu.org>
9142 * elide-head.el (elide-head): Use point-marker, not point.
9144 2000-01-10 Gerd Moellmann <gerd@gnu.org>
9146 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
9147 before and after the year 2000.
9149 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
9152 2000-01-10 Ken Stevens <k.stevens@ieee.org>
9154 * ispell.el: Only define dictionaries in menus when they exist.
9155 (version18p): New variable.
9156 (version20p): New variable.
9157 (xemacsp): New variable.
9158 (ispell-choices-win-default-height): Fix for XEmacs visibility.
9159 (ispell-dictionary-alist1): Added Brasileiro dictionary.
9160 (ispell-dictionary-alist6): Russian command lines no longer accept
9162 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
9163 (ispell-dictionary-alist): Add koi8-r to customize definition.
9164 (check-ispell-version): Added documentation string. Returns
9165 library path when called non-interactively.
9166 (ispell-menu-map-needed): Uses new variables.
9167 (ispell-library-path): New variable.
9168 (ispell-decode-string): XEmacs fix for bogus variable bindings.
9169 (ispell-word): Improved documentation string. Test for valid
9170 character mappings. Correctly check typed in word changes that can
9171 result in single words split into multiple words. Returns
9173 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
9174 replace in recursive query replace mode. Help message for
9175 recursive edit mode.
9176 (ispell-show-choices): Protect against bad framepop bindings.
9177 (ispell-help): Fix to work with XEmacs.
9178 (ispell-highlight-spelling-error): Use new variables.
9179 (ispell-overlay-window): Fix to work with XEmacs.
9180 (ispell-parse-output): Passed and returns location information
9181 tracking spelling corrections. Doesn't recheck same word on
9183 (ispell-init-process): Protect against bogus XEmacs variable binding.
9184 Fix call to single argument in sleep-for. Use new variables.
9185 (ispell-region): Passed and returns location information tracking
9186 spelling corrections. Doesn't check same word on current line.
9187 Improved documentation string. Doesn't resend a line already
9188 checked to the ispell process - fixes bug in LaTeX parsing.
9189 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
9190 (ispell-skip-region): No longer skips <TT> in SGML.
9191 (ispell-process-line): Tracks location information with spelling
9192 corrections. Added documentation string. Accounts for words
9193 already accepted on this line. Don't allow query-replace on line
9194 starting with math characters. Doesn't resend a line already sent
9195 to ispell process. Fixes alignment error bug.
9197 2000-01-10 Richard M. Stallman <rms@gnu.org>
9199 * dired-x.el (dired-guess-shell-alist-default):
9200 Suggest xloadimage, which is free, not xv, which isn't.
9202 * ange-ftp.el (ange-ftp-file-name-nondirectory):
9203 Don't ever include the host name or user name in the value.
9205 2000-01-09 Gerd Moellmann <gerd@gnu.org>
9207 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
9210 2000-01-09 Stephen Eglen <stephen@gnu.org>
9212 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
9215 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
9217 * cus-edit.el (custom-hook-convert-widget): Fix comment.
9219 2000-01-09 Gerd Moellmann <gerd@gnu.org>
9221 * progmodes/cperl-mode.el: Replace ^F with ^L.
9223 * sendmail.el (toplevel): Provide `sendmail' when compiling
9224 before `require'ing rmail and mailalias to prevent infinite
9227 2000-01-08 Dave Love <fx@gnu.org>
9229 * emacs-lisp/backquote.el: Remove inappropriate customization
9230 (allowing custom.el to use backquote).
9232 2000-01-07 Dave Love <fx@gnu.org>
9234 * add-log.el (add-log-debugging): Deleted.
9235 (add-change-log-entry): Treat a backup FILE-NAME as its parent
9236 file. Remove debugging code.
9237 (change-log-get-method-definition, change-log-name): Add doc.
9238 (change-log-sortable-date-at): New function.
9239 (change-log-merge): New command.
9241 * time.el (display-time-string-forms): Make the Mail string active.
9242 (display-time-update): Provide help-echo for load average.
9244 * bindings.el (make-mode-line-mouse2-map): New function.
9245 (mode-line-modified): Use it and simplify.
9246 (mode-line-mule-info): Provide help-echo info.
9247 (minor-mode-alist): Activate the strings.
9248 (make-mode-line-mouse-sensitive): Simplify for
9249 mode-line-buffer-identification.
9251 2000-01-07 Gerd Moellmann <gerd@gnu.org>
9253 * play/pong.el: New file.
9255 2000-01-06 Dave Love <fx@gnu.org>
9257 * array.el: Assorted cleanups for compiler warnings, doc strings,
9258 `array-' prefix for symbols.
9260 2000-01-05 Dave Love <fx@gnu.org>
9262 * textmodes/outline.el (outline-mode-menu-bar-map): Add
9263 outline-headers-as-kill.
9264 (outline-mode): Define imenu-generic-expression.
9265 (outline-headers-as-kill): New command.
9267 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
9268 from paragraph-start.
9269 (paragraph-indent-minor-mode): New command.
9271 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
9272 M-C-e, M-C-h, C-j, C-xnd, TAB.
9273 (fortran-mode): Set beginning-of-defun, end-of-defun.
9274 (fortran-column-ruler): Simplify.
9275 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
9276 (fortran-with-subprogram-narrowing): Likewise.
9277 (fortran-indent-subprogram): Call mark-defun.
9278 (fortran-check-for-matching-do): Change narrowing.
9280 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
9281 (cl-lucid-hash-tag): Delete.
9282 (cl-hash-table-p): Correct test for native table.
9283 (cl-hash-table-count): Use hash-table-count.
9285 * browse-url.el (browse-url): Fix case of
9286 browse-url-browser-function being an alist.
9288 2000-01-05 Carsten Dominik <cd@gnu.org>
9290 * textmodes/reftex-vars.el (reftex-parse-file-extension)
9291 (reftex-index-phrase-file-extension): New options.
9293 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
9294 Use new option `reftex-index-phrase-file-extension'.
9296 * textmodes/reftex.el (reftex-access-parse-file): Use new option
9297 `reftex-parse-file-extension'.
9299 2000-01-05 Dave Love <fx@gnu.org>
9301 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
9302 (beginning-of-defun-raw): Use it.
9303 (end-of-defun): New variable.
9304 (end-of-defun): Use it.
9305 (check-parens): New command.
9307 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
9309 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
9310 (hs-show-block): Don't use `mapcar' when not accumulating.
9312 Fix buglet in local variables initialization.
9314 2000-01-05 Andreas Schwab <schwab@suse.de>
9316 * hscroll.el (hscroll): Doc fix.
9318 2000-01-05 Carsten Dominik <cd@gnu.org>
9320 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
9323 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
9325 (idlwave-customize): load must read file idlw-shell.el.
9326 (idlwave-create-customize-menu): load must read file idlw-shell.el.
9328 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
9330 * progmodes/idlw-shell.el: Also provide idlwave-shell
9331 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
9332 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
9334 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
9335 both reftex-dcr and reftex-vcr.
9337 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
9339 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9341 * ps-print.el: PostScript code now is in separate files, doc fix.
9342 (ps-print-version): New version number (5.0.3).
9343 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
9345 (ps-spool-config): Initialization fix.
9346 (ps-print-prologue-1, ps-print-prologue-2)
9347 (ps-print-duplex-feature): PostScript code moved to separated file.
9348 (ps-background-image): Little code reformating.
9349 (ps-begin-file, ps-begin-job): Fix code.
9350 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
9351 (ps-prologue-file): New fun.
9353 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9355 * ps-vars.el: Eliminated.
9357 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
9360 * ps-print.el: ps-vars eliminated, doc fix.
9361 (ps-print-version): New version number (5.0.2).
9362 (ps-spool-config): Initialization fix.
9363 (ps-print-customize): New fun.
9365 2000-01-04 Gerd Moellmann <gerd@gnu.org>
9367 * autorevert.el (auto-revert-mode): Return value of
9370 2000-01-04 Dave Love <fx@gnu.org>
9372 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
9375 2000-01-03 Dave Love <fx@gnu.org>
9377 * elide-head.el (elide-head) [defgroup]: Add :version.
9379 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
9380 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
9381 `cl-hash-table-p', not `hash-table-p'.
9382 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
9384 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
9386 * faces.el (face-read-integer, read-face-attribute)
9387 (color-defined-p, color-values): unspecified-{f,b}g are now
9390 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
9392 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
9393 at comment end, and re-insert them after filling.
9395 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
9397 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
9398 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
9399 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
9401 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
9403 * term/x-win.el (xw-defined-colors): Call color-supported-p,
9404 the new name of face-color-supported-p.
9406 * term/w32-win.el (xw-defined-colors): Likewise.
9408 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
9410 * simple.el (completion-setup-function): Count completion-size
9411 from minibuffer-prompt-end, not from point-min.
9413 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
9415 * faces.el (read-face-attribute, defined-colors, color-defined-p):
9416 Pass the frame to tty-color-* functions.
9417 (display-color-p, frame-set-background-mode): Pass the frame to
9418 tty-display-color-p.
9420 * term/tty-colors.el (tty-defined-color-alist): Renamed from
9422 (tty-color-alist, tty-modify-color-alist): New functions.
9423 (tty-color-define, tty-color-clear, tty-color-approximate)
9424 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
9425 an optional parameter FRAME.
9427 2000-01-01 Gerd Moellmann <gerd@gnu.org>
9429 * image.el (create-image, defimage): Don't assume image data is a
9432 * image.el (defimage): Handle specifications containing :data
9434 (image-type-from-data): New function.
9435 (image-type-from-file-header): Use it.
9436 (create-image): Add parameter DATA-P.
9438 See ChangeLog.8 for earlier changes.
9441 ;; coding: iso-2022-7bit-unix