aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog10328
1 files changed, 10327 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e7867899316..f31141ac6ed 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -4586,4 +4586,10330 @@
4586 4586
4587 * desktop.el (desktop-modes-not-to-save): New var. 4587 * desktop.el (desktop-modes-not-to-save): New var.
4588 (desktop-save-buffer-p): Use it. 4588 (desktop-save-buffer-p): Use it.
4589 Also, obey desktop-buffers-n \ No newline at end of file 4589 Also, obey desktop-buffers-not-to-save even for non-file buffers.
4590 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
4591
45922000-10-10 Dave Love <fx@gnu.org>
4593
4594 * toolbar/tool-bar.el (tool-bar-add-item)
4595 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
4596 display.
4597
4598 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
4599 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
4600 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
4601 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
4602 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
4603 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
4604 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
4605 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
4606 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
4607 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
4608 the .xpms; probably need retouching.
4609
46102000-10-10 Miles Bader <miles@lsi.nec.co.jp>
4611
4612 * subr.el (add-to-list): Add optional argument APPEND.
4613 * battery.el (display-battery): Use `add-to-list'.
4614
46152000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
4616
4617 * play/zone.el (zone-timer, zone-wc-tbl): Rework
4618 these vars as symbol properties.
4619 (zone, zone-when-idle, zone-leave-me-alone)
4620 (zone-pgm-whack-chars): Use new symbol properties.
4621
4622 * battery.el (display-battery): Doc spelling fix.
4623
4624 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
4625 property.
4626
46272000-10-09 Dave Love <fx@gnu.org>
4628
4629 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
4630 has been initialized before calling tool-bar-setup.
4631 (tool-bar-add-item-from-menu): Add autoload cookie.
4632
46332000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
4634
4635 * menu-bar.el (send-mail-item-name): New function.
4636 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
4637 of mail-user-agent in the menu. Don't display the "Send Mail"
4638 item if mail-user-agent is nil or its value is ignore.
4639 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
4640 if read-mail-command is nil or its value is ignore.
4641
4642 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
4643
46442000-10-09 Miles Bader <miles@gnu.org>
4645
4646 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
4647 Correct image size.
4648 * toolbar/left_arrow.xpm: Correct image size.
4649
4650 * jka-compr.el: Don't call `jka-compr-install' when loading (it
4651 will be done by the definition of `auto-compression-mode' if
4652 necessary. Move code to uninstall existing file-name handler
4653 before definition of `auto-compression-mode'.
4654
4655 * image-file.el (auto-image-file-mode): Move to the end of the
4656 file, because `define-minor-mode' actually calls the mode-function
4657 if the associated variable is non-nil, which requires that all
4658 needed functions be already defined.
4659
4660 * mouse.el (popup-menu): Balance parens.
4661
46622000-10-08 Stefan Monnier <monnier@cs.yale.edu>
4663
4664 * mouse.el (popup-menu): Move the command call outside the loop
4665 so that popup-menu returns whatever the command returns.
4666
4667 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
4668 (initialize-new-tags-table): Use run-hook-with-args-until-success.
4669 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
4670 (tags-table-format-functions): Renamed from tags-table-format-hooks.
4671
4672 * vc.el (vc-version-diff): diff-switches can be a list.
4673 Use relative filenames for prettier output.
4674
4675 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
4676 (vc-post-command-functions): Remove old-VC compatibility code.
4677
4678 * newcomment.el (comment-indent-default): Autoload.
4679
4680 * font-lock.el (font-lock-defaults): Make buffer-local.
4681 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
4682 (font-lock-choose-keywords):
4683 Ignore LEVEL unless KEYWORDS is a list of syms.
4684 (c-keywords, c++-keywords, objc-keywords, java-keywords):
4685 Don't wrap regexp-opt things in \(...\) unnecessarily.
4686
4687 * jit-lock.el: Don't require font-lock any more.
4688 (jit-lock-functions): Make buffer-local.
4689 (jit-lock-saved-fontify-buffer-function): Remove.
4690 (jit-lock-mode): Remove autoload cookie.
4691 Remove font-lock specific code.
4692 (jit-lock-unregister): Don't bother handling complex hooks any more.
4693 (jit-lock-refontify): New function.
4694 (jit-lock-fontify-buffer): Use it.
4695 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
4696 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
4697 Add optional args START and END.
4698 Never call font-lock-fontify-region directly.
4699 (jit-lock-function, jit-lock-stealth-fontify): Use it.
4700
4701 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
4702
47032000-10-08 Dave Love <fx@gnu.org>
4704
4705 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
4706
4707 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
4708
4709 * play/studly.el (studlify-region, studlify-word): Add autoload
4710 cookie.
4711
4712 * play/morse.el (morse-region, unmorse-region): Add autoload
4713 cookie.
4714
4715 * play/spook.el (spook-phrases-file): Use expand-file-name, not
4716 concat.
4717
4718 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
4719 insist on symbols starting with word syntax.
4720 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
4721 (eval-defun-1): Doc fix.
4722 (indent-sexp): Use nconc to build up indent-stack.
4723
4724 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
4725 Gnus with little use.
4726 (mail-setup-hook): Add mail-abbrevs-setup to options.
4727
4728 * recentf.el: Doc fixes.
4729
4730 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
4731 Clean up remainder.
4732
4733 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
4734 without timezone and (8) with timezone to enforce some whitespace.
4735 Simplify code somewhat.
4736
4737 * options.el (list-options): Doc that you should use customize.
4738
4739 * iswitchb.el (iswitchb-mode): Add :require.
4740
4741 * info.el (Info-goto-node, Info-menu): Doc fix.
4742 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
4743 (info-tool-bar-map): New variable.
4744 (Info-mode): Use it.
4745 (Info-edit-map): Define all in defvar.
4746 (speedbar-attached-frame): Avoid compiler warning.
4747
4748 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
4749 (global-map): Bind [tool-bar] to a filtered map.
4750 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
4751 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
4752 Allow PBM icons.
4753 (tool-bar-setup): Adjust calls of tool-bar-add-item.
4754
4755 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
4756 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
4757 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
4758 icons, except up_arrow, which is left-arrow rotated.
4759
4760 * imenu.el (imenu-add-to-menubar): Fix last change.
4761
47622000-10-08 Peter Breton <pbreton@ne.mediaone.net>
4763
4764 * generic-x.el (rul-generic-mode): Remove eval-when-compile
4765 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
4766
47672000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
4768
4769 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
4770 typos in doc strings.
4771
4772 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
4773 the doc strings how to customize Font Lock faces.
4774
4775 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
4776 computing growth when dragging the header line.
4777
47782000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
4779
4780 * simple.el (kill-line): Doc fix.
4781
47822000-10-08 Miles Bader <miles@gnu.org>
4783
4784 * faces.el (secondary-selection): Make foreground visible on tty.
4785
4786 * jka-compr.el (auto-compression-mode): Move to the end of the
4787 file, because `define-minor-mode' actually calls the mode-function
4788 if the associated variable is non-nil, which requires that all
4789 needed functions be already defined.
4790 (with-auto-compression-mode): Add autoload cookie.
4791
47922000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
4793
4794 * files.el (find-backup-file-name) [ms-dos]: If support for long
4795 file names is not available, behave as if version-control were set
4796 to never.
4797
47982000-10-07 Dave Love <fx@gnu.org>
4799
4800 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
4801 (browse-url-gnome-moz): New function.
4802 (browse-url-browser-function): Use it.
4803 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
4804
48052000-10-07 Stefan Monnier <monnier@cs.yale.edu>
4806
4807 * indent.el (tab-always-indent): New var.
4808 (indent-for-tab-command): Use it.
4809
4810 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
4811 raise an error. This way it can still default to a sane value.
4812
48132000-10-06 Stefan Monnier <monnier@cs.yale.edu>
4814
4815 * startup.el (fancy-splash-screens): Use local rather than global map.
4816 Don't use `update-menu-bindings' any more.
4817 Get rid of assumptions about keymap representation.
4818
48192000-10-06 Dave Love <fx@gnu.org>
4820
4821 * textmodes/fill.el (sentence-end-double-space)
4822 (sentence-end-without-period): Doc fix.
4823 (adaptive-fill-regexp): Purecopy.
4824 (unjustify-current-line): Use line-end-position.
4825 (fill-individual-paragraphs-prefix): Use line-beginning-position.
4826
4827 * net/eudc-vars.el (eudc): Add :version, :link.
4828
4829 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
4830
4831 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
4832 Fix for define-minor-mode.
4833 (function-at-point): Alias to function-called-at-point.
4834
4835 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
4836
4837 * simple.el (backward-word): Doc fix.
4838
4839 * image-file.el (image-file-name-regexp): image-file-regexps ->
4840 image-file-name-regexps.
4841 (image-file-name-extensions): Add pbm.
4842
48432000-10-06 Stefan Monnier <monnier@cs.yale.edu>
4844
4845 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
4846 and add filename to the names so that diff-mode can jump to source.
4847
4848 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
4849 (tex-font-lock-keywords, tex-font-lock-keywords-2)
4850 (tex-font-lock-keywords-1): Remove.
4851 (font-lock-turn-on-thing-lock): Use jit-lock-register.
4852 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
4853 (font-lock-default-fontify-region):
4854 Expand beg..end correctly when just following a multiline region.
4855 (font-lock-fontify-anchored-keywords):
4856 Include the anchor text as part of the multiline.
4857
48582000-10-06 Gerd Moellmann <gerd@gnu.org>
4859
4860 * loadup.el (toplevel): Load `loaddefs' before `help' because the
4861 latter needs the autoloaded define-minor-mode macro during the
4862 bootstrap.
4863
4864 * startup.el (command-line): For now, activate tool-bar-mode only
4865 if XPM images are supported.
4866
4867 * mouse.el (mouse-drag-header-line): Don't allow resizing a
4868 window by dragging a header-line at the top of the frame; that's
4869 confusing because the header-line doesn't move.
4870 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
4871 of treating the event as a list. Some cleanup.
4872
48732000-10-06 Miles Bader <miles@gnu.org>
4874
4875 * simple.el (display-message-or-buffer): New function.
4876 (shell-command-on-region): Use `display-message-or-buffer'.
4877
4878 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
4879 docstring parts.
4880
4881 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
4882 (smbclient-prompt-regexp): Add usage note to doc string.
4883 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
4884 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
4885 Use add-hook for adding the comint filter function, and only do so
4886 if it's not already in the global hook list.
4887 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
4888 to `make-local-variable'.
4889 (nslookup-font-lock-keywords): Remove prompt entry.
4890 (nslookup): Don't set the process-filter.
4891 (finger): Exit the loop correctly when the regexps list runs out.
4892 (ftp, smbclient, smbclient-list-shares):
4893 Set the real major mode immediately, not after execing.
4894 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
4895
4896 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
4897
48982000-10-05 Stefan Monnier <monnier@cs.yale.edu>
4899
4900 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
4901
4902 * which-func.el (which-func-format): Remove spurious space.
4903 (which-func-mode): Don't make it permanent-local.
4904 (which-func-ff-hook): Allow which-func-maxout to be nil.
4905 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
4906 (which-func-mode): Simplify.
4907 Use post-command-idle-hook rather than post-command-hook.
4908 Go through all buffers and update their state.
4909 (which-function): Also try add-log-current-defun-function.
4910
4911 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
4912 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
4913 Update call to with-vc-properties accordingly.
4914 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
4915 (vc-revert-buffer): More careful about window selection and deletion.
4916 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
4917
4918 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
4919 (cvs-retrieve-revision): Reuse a pre-existing buffer.
4920 (cvs-dired-action): Change the default to quickdir.
4921
4922 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
4923 if comment-indent-function returns nil.
4924 (comment-indent-default): New function.
4925 (comment-indent-function): Use it and document the new semantics.
4926
4927 * image-file.el: Docstring fixes.
4928
4929 * help.el (help-xref-on-pp): Use match-string.
4930 (describe-variable): New arg BUFFER.
4931 Store the current buffer in the help-xref-stack.
4932 (temp-buffer-resize-mode): Use define-minor-mode.
4933
4934 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
4935 consistently with its docstring.
4936 Set jit-lock-first-unfontify-pos in an idempotent way.
4937 (jit-lock-register): Autoload and add arg CONTEXTUAL.
4938
49392000-10-05 Alex Schroeder <alex@gnu.org>
4940
4941 * sql.el (sql-mysql-options): New variable.
4942 (sql-mysql): Use it.
4943
49442000-10-05 Miles Bader <miles@lsi.nec.co.jp>
4945
4946 * image.el (image): New group.
4947
4948 * smerge-mode.el (smerge-mine-face, smerge-other-face)
4949 (smerge-base-face, smerge-markers-face): Add dark-background variants.
4950
49512000-10-04 Peter Breton <pbreton@ne.mediaone.net>
4952
4953 * net/net-utils.el (nslookup-font-lock-keywords)
4954 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
4955 Ignore the value of wqindow-system; always define keywords
4956
49572000-10-05 Kenichi Handa <handa@etl.go.jp>
4958
4959 * startup.el (fancy-splash-screens): Remove the code for
4960 debugging; `(trace-to-stderr "EXITTT\n")'.
4961
49622000-10-05 Miles Bader <miles@gnu.org>
4963
4964 * diff-mode.el (diff-goto-source): Update call to
4965 `diff-hunk-status-msg' to reflect new REV variable.
4966
49672000-10-04 Stefan Monnier <monnier@cs.yale.edu>
4968
4969 * progmodes/icon.el (icon-mode):
4970 Don't gratuitously override the default for comment-column.
4971
4972 * vc-hooks.el (vc-mode-line): Fix interactive spec.
4973
4974 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
4975 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
4976 (jit-lock-functions): New var.
4977 (jit-lock-function-1): Use it if non-nil.
4978 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
4979 Set the `fontified' property before doing the fontification to avoid
4980 repeatedly going through the same error.
4981 Don't turn errors into messages.
4982 (jit-lock-register, jit-lock-unregister): New functions.
4983
4984 * dired.el (dired-mark-pop-up): Turn comment into docstring.
4985 Use with-current-buffer.
4986
4987 * dired-aux.el (dired-do-create-files, dired-kill-tree):
4988 Turn comment into docstring.
4989
4990 * apropos.el (apropos-mode): Use define-derived-mode.
4991
49922000-10-04 Gerd Moellmann <gerd@gnu.org>
4993
4994 * startup.el (fancy-splash-pending-command): New variable.
4995 (fancy-splash-pre-command): New function.
4996 (fancy-splash-screens): Rewritten.
4997 (command-line-1): If fancy-splash-pending-command is set, call it
4998 interactively.
4999
50002000-10-04 Dave Love <fx@gnu.org>
5001
5002 * toolbar/tool-bar.el (tool-bar-setup): New function.
5003 (tool-bar-mode): Use it.
5004
5005 * subr.el (substitute-key-definition): Doc fix.
5006 (play-sound-file): New command.
5007
50082000-10-04 Andre Spiegel <spiegel@gnu.org>
5009
5010 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
5011 vc-version-backup-file-name): New functions.
5012
5013 * files.el (basic-save-buffer): Call vc-before-save before saving.
5014
5015 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
5016 vc-cvs-stay-local-p.
5017
5018 * vc.el (vc-revert-buffer): Handle empty diff properly.
5019 (vc-version-backup-file): New function.
5020 (vc-checkout): Create a version backup if necessary.
5021 (vc-checkin): If a version backup file exists, delete it.
5022 (vc-version-diff): Diff locally using version backups, if available.
5023 (vc-revert-file): If there's a version backup, revert locally.
5024 (vc-transfer-file): Use version backup for base version, if
5025 available. If not, ask for confirmation whether to get it from the
5026 server. Update mode line before check-in.
5027
50282000-10-04 Dave Love <fx@gnu.org>
5029
5030 * toolbar/tool-bar.el (tool-bar-setup): New function.
5031 (tool-bar-mode): Use it.
5032
50332000-10-04 Peter Breton <pbreton@ne.mediaone.net>
5034
5035 * net/net-utils.el (nslookup-font-lock-keywords)
5036 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
5037 Only set if window-system is non-nil
5038 (net-utils-run-program): Returns buffer.
5039 (network-connection-reconnect): Added this function.
5040
5041 * generic.el:
5042 Incorporates extensive cleanup and docfixes by
5043 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
5044 Uses cl compile-time macros.
5045 (generic-mode-name, generic-comment-list)
5046 (generic-keywords-list, generic-font-lock-expressions)
5047 (generic-mode-function-list, generic-mode-syntax-table):
5048 Removed variables.
5049 (generic-mode-alist): Renamed to generic-mode-list.
5050 (generic-find-file-regexp): Default changed to "^#".
5051 (generic-read-type): Uses completing read on generic-mode-list.
5052 (generic-mode-sanity-check): removed this function.
5053 (generic-add-to-auto-mode): Removed this function
5054 (generic-mode-internal): Bind mode-specific definitions
5055 into function instead of putting them in alist.
5056 (generic-mode-set-comments): Reworked extensively.
5057 (generic-mode-find-file-hook): Simplified regexp searching
5058 (generic-make-keywords-list): Omit extra pair of parens
5059
5060 * find-lisp.el (find-lisp-find-files-internal):
5061 Make sure directory name ends with "/".
5062
5063 * generic-x.el (apache-conf-generic-mode):
5064 Regexp now allows leading whitespace.
5065 (rc-generic-mode): Added eval-when-compile
5066 around generic-make-keywords-list.
5067 Deleted duplicate regexp
5068 (rul-generic-mode): Added eval-when-compile
5069 around generic-make-keywords-list.
5070 (etc-fstab-generic-mode): New generic mode.
5071 (rul-generic-mode): Removed one eval-when-compile
5072 which caused a max-specpdl-size exceeded error.
5073
50742000-10-04 Miles Bader <miles@gnu.org>
5075
5076 * simple.el (minibuffer-temporary-goal-position): New variable.
5077 (next-history-element): Try to keep the position of point in the
5078 input string constant.
5079
5080 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
5081 (dired-do-create-files): If there's only one file, pass it in as
5082 the DEFAULT arg to dired-mark-read-file-name.
5083
50842000-10-03 Stefan Monnier <monnier@cs.yale.edu>
5085
5086 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
5087 (diff-goto-source): Be smarter when choosing REVERSE or not.
5088
5089 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
5090 (texinfo-mode-menu): Add an explicit shortcut for update all.
5091
50922000-10-03 Andre Spiegel <spiegel@gnu.org>
5093
5094 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
5095 factorize backend-specific code cleanly (this was essentially
5096 conceived by Stefan Monnier).
5097 (vc-unregister): Function removed.
5098 (vc-revert-file): New function.
5099 (vc-revert-buffer): Delegate some of the work to it.
5100
5101 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
5102 default branch unconditionally.
5103 (vc-rcs-set-default-branch): New function.
5104 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
5105 (vc-rcs-checkin): If an appropriate default branch has been set,
5106 force creation of that branch.
5107 (vc-rcs-receive-file): Rewritten to contain only backend-specific
5108 code (as suggested by Stefan Monnier).
5109
51102000-10-02 Gerd Moellmann <gerd@gnu.org>
5111
5112 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
5113 highlighting overlay with a different face over the overlay
5114 isearch uses to highlight the current match because that can lead
5115 to bad face combinations.
5116
5117 * loadup.el (toplevel): Load faces before isearch.
5118
5119 * isearch.el (isearch-faces): New custom group.
5120 (isearch): New defface; was already tested for in the code.
5121 (isearch-lazy-highlight-face): Changed to defface from defcustom.
5122 (isearch-highlight): Always use face `isearch'.
5123
51242000-10-02 Dave Love <fx@gnu.org>
5125
5126 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
5127 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
5128 comparison of opcode with operand.
5129
51302000-10-03 Miles Bader <miles@gnu.org>
5131
5132 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
5133 buffer, since the echo area will now grow to accommodate them.
5134
51352000-10-02 Andre Spiegel <spiegel@gnu.org>
5136
5137 * vc-hooks.el (vc-registered): If FILE used to be registered under
5138 a certain backend, try that one first.
5139
5140 * vc.el (vc-responsible-backend): Undo the previous change in the
5141 argument list. Handle multiple backends correctly.
5142 (vc-find-new-backend): Function removed.
5143 (vc-register): Use vc-responsible-backend, as before.
5144 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
5145
51462000-10-02 Gerd Moellmann <gerd@gnu.org>
5147
5148 * startup.el (fancy-splash-head): Change message below the
5149 logo.
5150
51512000-10-02 Miles Bader <miles@lsi.nec.co.jp>
5152
5153 * diff-mode.el (diff-goto-source): Emit a status message.
5154 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
5155 (diff-test-hunk): Fix doc string.
5156 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
5157 (diff-advance-after-apply-hunk): New variable.
5158 (diff-apply-hunk): Don't return a value.
5159
51602000-10-01 Stefan Monnier <monnier@cs.yale.edu>
5161
5162 * vc.el (vc-editable-p): Minor optimization.
5163 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
5164 (vc-find-new-backend): New function split from vc-responsible-backend.
5165 (vc-register): Use it.
5166 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
5167 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
5168 (vc-default-unregister, vc-revert-buffer): Docstring fix.
5169 (vc-clear-headers): Don't use find-file.
5170 (vc-revert-buffer): Use `and' again (must have been a braino).
5171 (vc-switch-backend): Only prompt if requested.
5172 Short circuit if nothing is to be done.
5173 Don't use vc-resynch-buffer which could lose unsaved editing.
5174 (vc-default-receive-file): Update call to vc-unregister.
5175 (with-vc-file, vc-next-action-on-file):
5176 Use vc-backend rather than vc-registered.
5177 (vc-next-action-on-file): Use intern-soft.
5178 Deal with read-only *vc-diff* buffer.
5179 (vc-transfer-file): Docstring fix.
5180
5181 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
5182 (vc-rcs-receive-file): Avoid with-vc-properties.
5183 Update call to vc-unregister.
5184 Use constant `RCS' rather than (dynamically bound) var `backend'.
5185
51862000-10-01 Andre Spiegel <spiegel@gnu.org>
5187
5188 * vc.el (vc-next-action-on-file): Update mode line only if file
5189 is visited.
5190 (vc-start-entry): New argument initial-contents. Don't visit the file
5191 if it isn't already visited. Brought documentation up-to-date.
5192 (vc-next-action, vc-register): Updated calls to vc-start-entry.
5193 (vc-checkin): New optional arg initial-contents, which is passed to
5194 vc-start-entry.
5195 (vc-finish-logentry): Make sure to bury log buffer only if there
5196 really is one. Call `vc-resynch-buffer' on log-file, not
5197 buffer-file-name.
5198 (vc-default-comment-history, vc-default-wash-log): New functions.
5199 (vc-index-of): Removed.
5200 (vc-transfer-file): Make do without the above.
5201 (vc-default-receive-file): Call comment-history unconditionally. Pass
5202 the resulting string to vc-checkin, instead of inserting it into the
5203 comment ring.
5204
5205 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
5206 unconditionally. Use the comments as initial contents of the log
5207 entry buffer. Document the trick to force branch creation with no
5208 changes.
5209
52102000-10-01 Miles Bader <miles@gnu.org>
5211
5212 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
5213 `recenter' with an arg to prevent redrawing the display.
5214
52152000-09-30 Stefan Monnier <monnier@cs.yale.edu>
5216
5217 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
5218
5219 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
5220
5221 * progmodes/c-mode.el (c-mode):
5222 Don't gratuitously override the default for comment-column.
5223
5224 * textmodes/tex-mode.el (latex-metasection-list): New var.
5225 (latex-imenu-create-index): Use it.
5226 Move the regexp construction outside loops (and use push).
5227 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
5228 (tex-font-lock-keywords): Moved from font-lock.el.
5229 (tex-comment-indent): Remove.
5230 (tex-common-initialization): Don't set comment-indent-function.
5231 (latex-block-default): New var.
5232 (tex-latex-block): Use it to provide a default choice.
5233 Add any unknown choice to latex-block-names.
5234 Insert [...] after {...}.
5235 (tex-last-unended-begin): Simplify regexp.
5236 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
5237 (latex-forward-sexp-1, latex-forward-sexp): New functions.
5238 (latex-mode): Set forward-sexp-function.
5239
5240 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
5241 Add regexp for @ignore ... @end ignore.
5242 (texinfo-heading-face): New face.
5243 (texinfo-font-lock-keywords): Use it.
5244 (texinfo-mode-menu): New menu.
5245 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
5246 New functions.
5247 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
5248 (texinfo-section-types-regexp, texinfo-section-level-regexp)
5249 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
5250 Remove declaration.
5251 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
5252
5253 * delsel.el (delete-selection-mode): Use define-minor-mode.
5254
5255 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
5256
52572000-09-29 Stefan Monnier <monnier@cs.yale.edu>
5258
5259 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
5260
52612000-09-30 Gerd Moellmann <gerd@gnu.org>
5262
5263 * replace.el (keep-lines-read-args): New function.
5264 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
5265 read arguments interactively. Add parameters RSTART and REND.
5266 Operate on the active region in Transient Mark mode.
5267
5268 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
5269
5270 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
5271 (authors-obsolete-files-regexps): New variable.
5272 (authors-add): Don't record changes in obsolete files.
5273
52742000-09-29 Stefan Monnier <monnier@cs.yale.edu>
5275
5276 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
5277
5278 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
5279 (comment-indent): Make sure there's a space between code and comment.
5280 Shift comments left to avoid going past fill-column.
5281
52822000-09-29 Gerd Moellmann <gerd@gnu.org>
5283
5284 * startup.el (startup-echo-area-message): New function.
5285 (display-startup-echo-area-message): Use it.
5286 (fancy-splash-screens): Rewritten to use keymaps and a timer.
5287 (fancy-splash-default-action): New function.
5288 (fancy-splash-screens-1): New function.
5289 (fancy-splash-head): Put a help-echo and a keymap under the image.
5290
52912000-09-29 Stefan Monnier <monnier@cs.yale.edu>
5292
5293 * diff-mode.el (diff-add-log-file-name): Remove.
5294 (diff-mode): Use add-log-buffer-file-name-function.
5295
5296 * add-log.el (find-change-log): New arg BUFFER-FILE.
5297 (add-log-file-name): Obey add-log-file-name-function.
5298 (add-log-buffer-file-name-function): New var.
5299 (add-change-log-entry): Use it.
5300
53012000-09-29 Miles Bader <miles@gnu.org>
5302
5303 * image-file.el (image-file-name-extensions): New variable.
5304 (image-file-name-regexps): Renamed from `image-file-regexps'.
5305 New default value is nil. Call `auto-image-file-mode'.
5306 (image-file-name-regexp): New function.
5307 (auto-image-file-mode): New minor mode.
5308 (insert-image-file): Don't make conditional on the image-file
5309 handler being enabled.
5310 (image-file-handler): Make the call here conditional instead.
5311 (set-image-file-handler-enabled, enable-image-file-handler)
5312 (disable-image-file-handler): Functions removed.
5313
5314 * emacs-lisp/authors.el (authors-print): Rephrase many-files
5315 string.
5316
53172000-09-29 Gerd Moellmann <gerd@gnu.org>
5318
5319 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
5320 it's a function from CL.
5321 (latex-imenu-create-index): Replace eval-when-compile with progn
5322 because latex-section-alist is not bound while compiling.
5323
53242000-09-28 Stefan Monnier <monnier@cs.yale.edu>
5325
5326 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
5327 (outline-mode): Use define-derived-mode.
5328
5329 * progmodes/perl-mode.el (perl-mode):
5330 * progmodes/awk-mode.el (awk-mode):
5331 * progmodes/asm-mode.el (asm-mode):
5332 Don't gratuitously override the default for comment-column.
5333
5334 * emacs-lisp/lisp.el (lisp-complete-symbol):
5335 Distinguish the let-binding case from the funcall case.
5336 (forward-sexp-function): New variable.
5337 (forward-sexp): Use it.
5338
5339 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
5340 (easy-mmode-defmap): Remove the now useless autoload.
5341
5342 * time.el (display-time-mode): Use define-minor-mode.
5343
5344 * subr.el (add-minor-mode): Don't eval NAME.
5345 Don't depend on the presence of TOGGLE-FUN for any special behavior.
5346 Use if rather than cond.
5347
5348 * simple.el (read-expression-map): Define more properly.
5349 (comment-indent-hook): Remove.
5350 (string-to-syntax): Bug fix.
5351
5352 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
5353 (cvs-ediff-diff): Fix typo.
5354 (cvs-revert-if-needed): Don't bother preserving read-only.
5355
5356 * paren.el (show-paren-mode): Use define-minor-mode.
5357
5358 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
5359 (toggle-auto-compression): Remove.
5360 (jka-compr-build-file-regexp): Remove useless grouping.
5361
5362 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
5363 Avoid user-reserved bindings.
5364 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
5365 (diff-header-face): Revert to grey85.
5366
5367 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
5368
5369 * complete.el (partial-completion-mode) <defcustom>: Remove.
5370 (partial-completion-mode): Use define-minor-mode.
5371 (PC-do-completion): Understand `completion-auto-help = delay'
5372 to mean to popup the completion buffer only the second time.
5373 (PC-include-file-all-completions, PC-include-file-all-completions)
5374 (PC-include-file-all-completions): Don't quote lambda.
5375
5376 * comint.el (comint-mode-hook): Docstring fix.
5377 (comint-mode): Use define-derived-mode.
5378 (comint-mode-map): Remove obsolete comment.
5379 (make-comint): Minor stylistic change.
5380 (comint-insert-clicked-input): Be more careful to find the overlay.
5381 Use this-command-keys rather than hardcoding mouse-2.
5382
5383 * font-lock.el: Replace confusing (,@ with ,
5384 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
5385 Don't use regexp-opt-depth. Spice up the regexp for args.
5386 Don't distinguish between cmds that can take an opt arg or not.
5387 Use `append' and `prepend' rather than `keep'.
5388
5389 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
5390 (latex-outline-regexp): New var.
5391 (latex-outline-level): New fun.
5392 (latex-section-alist): New var.
5393 (latex-imenu-create-index): Use it. Use `push' as well.
5394 (tex-shell-map): Initialize it properly.
5395 (tex-mode): Minor stylistic change.
5396 (plain-tex-mode): Use define-derived-mode.
5397 (latex-mode): Use define-derived-mode.
5398 Construct the paragraph regexps in a more readable way.
5399 Set the buffer-local outline-{level,regexp} vars.
5400 (slitex-mode): Derive from latex-mode.
5401 (tex-common-initialization): Don't kill-all-vars anymore.
5402 Add setting for comment-add and font-lock-defaults.
5403 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
5404 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
5405 (tex-start-tex): New arg DIR (and send a chdir command for it).
5406 Also display the shell buffer and save it in tex-last-buffer-texed.
5407 (tex-region): Use expand-file-name rather than concat.
5408 Remove code made useless by changes in tex-start-tex.
5409 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
5410
5411 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
5412
54132000-09-28 Dave Love <fx@gnu.org>
5414
5415 * eshell/eshell.el (eshell) <defgroup>: Add :version.
5416
54172000-09-28 Gerd Moellmann <gerd@gnu.org>
5418
5419 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
5420 `append'.
5421
54222000-09-28 Stefan Monnier <monnier@cs.yale.edu>
5423
5424 * info.el (Info-extract-pointer): Undo last change.
5425 Instead, fix the position of the `bound' arg to re-search-backward.
5426
54272000-09-27 Stefan Monnier <monnier@cs.yale.edu>
5428
5429 * info.el (Info-extract-pointer):
5430 Widen more carefully, to avoid finding pointers in other nodes.
5431 (Info-index): Use push.
5432
54332000-09-27 Gerd Moellmann <gerd@gnu.org>
5434
5435 * frame.el (set-frame-font): Remove call to obsolete function
5436 frame-update-faces.
5437 (set-foreground-color, set-background-color): Likewise for
5438 frame-update-face-colors.
5439
54402000-09-27 Miles Bader <miles@gnu.org>
5441
5442 * image-file.el: New file.
5443
54442000-09-27 Gerd Moellmann <gerd@gnu.org>
5445
5446 * frame.el (frame-notice-user-settings): Don't call
5447 frame-update-faces, which is a no-op now.
5448
5449 * ediff-wind.el (ediff-control-frame-parameters): Add zero
5450 tool-bar-lines.
5451
54522000-09-27 Dave Love <fx@gnu.org>
5453
5454 * mouse.el: Fix last change.
5455
54562000-09-27 Miles Bader <miles@lsi.nec.co.jp>
5457
5458 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
5459
54602000-09-22 Kenichi Handa <handa@etl.go.jp>
5461
5462 * international/quail.el (quail-help): The output message is
5463 improved.
5464
54652000-09-26 Dave Love <fx@gnu.org>
5466
5467 * mouse.el (popup-menu): If POSITION is nil, set it using
5468 mouse-position.
5469
54702000-09-25 Sam Steingold <sds@gnu.org>
5471
5472 * net/browse-url.el (browse-url-file-url): Check for null maps.
5473
54742000-09-26 Gerd Moellmann <gerd@gnu.org>
5475
5476 * frame.el (frame-notice-user-settings): Don't add a
5477 tool-bar-lines frame parameter to default-frame-alist in batch mode.
5478
5479 * frame.el (frame-notice-user-settings):
5480 Make tool-bar-mode and default-frame-alist consistent.
5481
5482 * toolbar/tool-bar.el (tool-bar-help): New function.
5483
54842000-09-25 Gerd Moellmann <gerd@gnu.org>
5485
5486 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
5487 current-load-list in top-level forms. Else this leaks a cons cell
5488 every time a defun is called.
5489
5490 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
5491
54922000-09-25 Dave Love <fx@gnu.org>
5493
5494 * startup.el (fancy-splash-head): Check XPM is available.
5495
5496 * autoinsert.el (auto-insert): Doc fix.
5497 (auto-insert-alist): Following GNU notices, don't say `copyright
5498 _by_'. Use line-beginning-position.
5499 (auto-insert): Check buffer-file-name is non-nil before use.
5500
55012000-09-25 Gerd Moellmann <gerd@gnu.org>
5502
5503 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
5504 starting with `@def' or `@multitable', in addition to ones
5505 specified by the user in auto-fill-inhibit-regexp.
5506
55072000-09-25 Markus Rost <rost@math.ohio-state.edu>
5508
5509 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
5510 rmail-dont-reply-to-names matches the empty string.
5511
55122000-09-25 Gerd Moellmann <gerd@gnu.org>
5513
5514 * startup.el (command-line-1, fancy-splash-text): Change the
5515 text to sound more friendly.
5516
55172000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
5518
5519 * progmodes/hideshow.el: Update author email address.
5520 Generally, sync w/ maintainer version 5.22.
5521 (hs-hide-all-non-comment-function): New var.
5522 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
5523 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
5524 (hs-show-region): Delete this command.
5525 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
5526
55272000-09-22 Dave Love <fx@gnu.org>
5528
5529 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
5530 (hl-line-highlight): Specify buffer when moving overlay.
5531
5532 * progmodes/fortran.el (fortran-mode): Locally set
5533 normal-auto-fill-function.
5534 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
5535 (fortran-mode-map): Adjust auto-fill menu entry.
5536
55372000-09-22 Gerd Moellmann <gerd@gnu.org>
5538
5539 * vc-rcs.el (toplevel): Require `vc' when compiling.
5540
5541 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
5542
55432000-09-22 Andre Spiegel <spiegel@gnu.org>
5544
5545 * vc.el (vc-switch-backend): Signal an error if the file is not
5546 registered under the new backend.
5547
5548 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
5549 without explicit revision number.
5550
55512000-09-21 Stefan Monnier <monnier@cs.yale.edu>
5552
5553 * diff-mode.el (diff-file-header-face): Reset to its previous value.
5554 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
5555 (diff-xor): New function.
5556 (diff-find-source-location): Use it. Fix a stupid name clash.
5557 (diff-hunk-status-msg): New function.
5558 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
5559 (diff-test-hunk): Use diff-find-source-location.
5560 (diff-goto-source): Favor the `reverse'.
5561 (diff-hunk-text): Properly handle one-sided context diffs.
5562 (diff-apply-hunk): When done, advance to the next hunk.
5563
55642000-09-21 Gerd Moellmann <gerd@gnu.org>
5565
5566 * startup.el (command-line): If frame was created with a non-zero
5567 tool-bar-lines parameter, switch tool-bar-mode on.
5568
5569 * add-log.el (change-log-date-face, change-log-name-face)
5570 (change-log-email-face, change-log-file-face)
5571 (change-log-list-face, change-log-conditionals-face)
5572 (change-log-function-face, change-log-acknowledgement-face):
5573 New faces, inheriting from font-lock faces.
5574 (change-log-font-lock-keywords): Use them.
5575
55762000-09-21 Dave Love <fx@gnu.org>
5577
5578 * progmodes/cperl-mode.el (top-level): Clean up
5579 `eval-when-compile's and assorted defvars.
5580 (cperl-invalid-face): Don't double-quote value. Change custom
5581 type.
5582 (cperl-mode): Set normal-auto-fill-function and don't zap
5583 auto-fill-function.
5584 (cperl-imenu--function-name-regexp-perl): Renamed from
5585 imenu-example--function-name-regexp-perl.
5586 (cperl-imenu--create-perl-index): Renamed from
5587 imenu-example--create-perl-index.
5588 (cperl-xsub-scan): Don't require cl.
5589
5590 * msb.el (msb-mode-map): Use substitute-key-definition.
5591 (msb-mode): Use msb-mode-map.
5592
55932000-09-21 Andre Spiegel <spiegel@gnu.org>
5594
5595 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
5596 New functions.
5597 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
5598 (vc-switch-backend): New function.
5599 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
5600 (vc-register): Fix prompt.
5601 (vc-unregister, vc-default-unregister): New functions.
5602 (vc-version-diff): Handle empty buffer in sentinel.
5603
5604 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
5605 (vc-rcs-state-heuristic): Use it to guess the state of files with
5606 non-strict locking.
5607 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
5608 been set with -b, but not created yet.
5609 (vc-rcs-fetch-master-state): With non-strict locking, compare file
5610 contents in order to find the state.
5611 (vc-rcs-checkin): Allow creation of branches with no changes.
5612 (vc-rcs-unregister, vc-rcs-receive-file)
5613 (vc-rcs-set-non-strict-locking): New functions.
5614
5615 * vc-hooks.el (vc-name): Force correct computation of the value
5616 in case it is missing.
5617
56182000-09-21 Gerd Moellmann <gerd@gnu.org>
5619
5620 * startup.el (fancy-splash-tail): Use a different foreground
5621 color on a dark frame background.
5622
56232000-09-21 Miles Bader <miles@lsi.nec.co.jp>
5624
5625 * info.el: Use the correct capitalization when making Info-mode
5626 and Info-edit-mode `special' modes.
5627
56282000-09-20 Stefan Monnier <monnier@cs.yale.edu>
5629
5630 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
5631 (diff-mode): Add support for add-log.el.
5632 (diff-hunk-text): Use char offsets rather than line offsets.
5633 (diff-find-source-location): Replace LINE with line-offset (nil
5634 if not found) and always set POS to a meaningful position.
5635 Adapt to the new char-offsets.
5636 (diff-apply-hunk): Drop support for the unused `select' POPUP.
5637 Adapt to the new diff-find-source-location.
5638 (diff-goto-source): Adapt to the new diff-find-source-location.
5639
5640 * add-log.el (add-log-file-name): New function (split out of
5641 add-change-log-entry).
5642 (add-change-log-entry): Use it.
5643 Call add-log-file-name-function with the changelog file name if
5644 the current buffer is not associated with any file.
5645 Avoid find-file if the selected window is dedicated.
5646
5647 * diff-mode.el (diff-find-source-location):
5648 Move code from diff-apply-hunk. Return buffer rather than file.
5649 (diff-apply-hunk): Use the new result from diff-find-source-location.
5650 (diff-goto-source): Use the new diff-find-source-location.
5651
56522000-09-20 Dave Love <fx@gnu.org>
5653
5654 * iswitchb.el: Some doc fixes.
5655 (iswitchb-mode-map): Define completely initially. Inherit
5656 minibuffer-local-map.
5657 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
5658 fundamental-mode.
5659 (iswitchb-global-map): New variable.
5660 (iswitchb-summaries-to-end): Amalgamate regexps.
5661 (iswitchb-mode): New.
5662 (iswitchb-mode-hook): New variable.
5663 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
5664 `extensions'.
5665
56662000-09-20 Gerd Moellmann <gerd@gnu.org>
5667
5668 * ehelp.el (electric-help): New defgroup.
5669 (electric-help-shrink-window): New user-option.
5670 (with-electric-help): Use it.
5671
5672 * window.el (shrink-window-if-larger-than-buffer): If face
5673 `mode-line' has a :box, and we're on a graphical frame, add 1
5674 to the needed window height.
5675
5676 * frame.el (frame-notice-user-settings): Add a last parameter nil
5677 to a call to `append', because the last list passed to `append' is
5678 not copied, and so subsequent calls to assq-delete-all will modify
5679 default-frame-alist.
5680
5681 * startup.el (fancy-splash-image): Change :type.
5682 (fancy-splash-head): Use an XBM image if appropriate.
5683 (command-line-1): Show splash screens in more cases.
5684
5685 * startup.el (fancy-splash-text): Don't quote faces.
5686
5687 * dired.el (dired-font-lock-keywords): Undo last change.
5688 (dired-readin): Bind indent-tabs-mode to nil.
5689
5690 * startup.el (fancy-splash-head): If frame's background mode
5691 is `dark', change the black background of the image to gray.
5692 (fancy-splash-screens): Display startup echo area message.
5693 (display-startup-echo-area-message): New function.
5694
56952000-09-20 Miles Bader <miles@lsi.nec.co.jp>
5696
5697 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
5698
5699 * info.el (info-header-node): Tweak for color ttys.
5700
5701 * faces.el (face-valid-attribute-values): Make sure directories we
5702 search for stipples both exist and are readable before trying to
5703 search them.
5704
5705 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
5706 in the dry-run case.
5707
5708 * jka-compr.el (with-auto-compression-mode): New macro.
5709
5710 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
5711 (custom-group-tag-face, custom-variable-tag-face): Use relative
5712 :height and inherit from `variable-pitch' face instead of
5713 hardwiring :family.
5714 * hi-lock.el (hi-black-hb): Likewise.
5715
5716 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
5717 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
5718 toolbar-add-item, if image doesn't have a mask add a `:mask
5719 heuristic'.
5720
57212000-09-19 Stefan Monnier <monnier@cs.yale.edu>
5722
5723 * diff-mode.el: Docstring fixes.
5724 (diff-header-face, diff-comment-face): New faces.
5725 (diff-font-lock-keywords): Highlight a bit differently.
5726 (diff-find-source-location): Don't return SPAN any more.
5727 (diff-hunk-text): Don't bother erasing the temp buffer.
5728 (diff-find-text): Drop argument LINE.
5729 (diff-apply-hunk): Update calls to diff-find-text.
5730 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
5731
5732 * calendar/calendar.el: Docstring fixes.
5733 (calendar-make-alist): Don't quote lambda.
5734 (calendar-star-date): Use make-local-variable.
5735
57362000-09-19 Dave Love <fx@gnu.org>
5737
5738 * toolbar/tool-bar.el: Renamed from toolbar.el.
5739 Change `toolbar' to `tool-bar' generally in symbols.
5740 Make some items invisible in `special' major modes.
5741 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
5742 Add arg PROPS.
5743
5744 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
5745 Add :version here.
5746 (fancy-splash-delay, fancy-splash-image): Remove :version here.
5747
57482000-09-19 Gerd Moellmann <gerd@gnu.org>
5749
5750 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
5751
5752 * files.el (find-file-suppress-same-file-warnings): New user-option.
5753 (find-file-noselect): Use it.
5754
5755 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
5756 (fancy-splash-screen): Defgroup.
5757
5758 * add-log.el (change-log-font-lock-keywords): Match names
5759 more exactly for the case that font-lock-constant-face is
5760 underlined.
5761
57622000-09-19 Richard M. Stallman <rms@gnu.org>
5763
5764 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
5765
57662000-09-19 Andre Spiegel <spiegel@gnu.org>
5767
5768 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
5769
57702000-09-19 Gerd Moellmann <gerd@gnu.org>
5771
5772 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
5773 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
5774 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
5775 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
5776 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
5777 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
5778 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
5779 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
5780 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
5781 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
5782 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
5783 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
5784
5785 * startup.el (fancy-splash-text): New variable.
5786 (fancy-splash-delay, fancy-splash-image): New user-options.
5787 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
5788 (fancy-splash-screens): New functions.
5789 (command-line-1): If display has a `display' frame parameter, has
5790 colors, and we have XPM support, show more fancy splash screens.
5791
57922000-09-19 Dave Love <fx@gnu.org>
5793
5794 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
5795 with null `help'. Use modern backquote syntax.
5796
57972000-09-19 Gerd Moellmann <gerd@gnu.org>
5798
5799 * font-lock.el (font-lock-mode): Change message telling the user
5800 that ``the buffer is too big''.
5801
5802 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
5803 for instance for the case that tab-width is 2.
5804
58052000-09-18 Gerd Moellmann <gerd@gnu.org>
5806
5807 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
5808 toolbar-add-item, if image doesn't have a mask add a `:mask
5809 heuristic'.
5810
58112000-09-18 Miles Bader <miles@lsi.nec.co.jp>
5812
5813 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
5814 and return a cons if it's non-nil.
5815 (diff-apply-hunk): Try to jump to the line in the source text
5816 corresponding to the position of point in the in the hunk.
5817
5818 * info.el (Info-title-3-face, Info-title-2-face)
5819 (Info-title-1-face): Use face inheritance and relative sizes
5820 instead of hard-wiring things.
5821
5822 * faces.el (secondary-selection): Make dark-background variant sane.
5823
58242000-09-16 Andrew Innes <andrewi@gnu.org>
5825
5826 * makefile.w32-in (compile-files-CMD): No need to make .elc files
5827 read-only, since they aren't under VC now.
5828
58292000-09-17 Dave Love <fx@gnu.org>
5830
5831 * tmm.el: Replace mapcar with mapc in several places.
5832
5833 * loadhist.el (unload-feature): Maybe call elp-restore-list and
5834 ad-unadvise.
5835
5836 * international/latin1-disp.el: New file.
5837
5838 * calendar/cal-move.el (scroll-calendar-left)
5839 (scroll-calendar-right): Make arg optional (for active mode line).
5840
5841 * calendar/calendar.el (calendar-mode-line-format): Make fields
5842 mouse-sensitive.
5843 (calendar-read-date, calendar-read-date, calendar-window-list):
5844 Unquote lambda.
5845 (calendar-month-name): Use aref, not sref.
5846
5847 * view.el (minor-mode-alist): Propertize the string.
5848
5849 * international/characters.el (standard-case-table): Add entries
5850 for Greek.
5851
58522000-09-18 Miles Bader <miles@gnu.org>
5853
5854 * info.el (info-node, info-xref): Add dark-background variants.
5855
5856 * faces.el (header-line): Change defaults to be less confusing
5857 when mixed with mode-lines.
5858
5859 * info.el (Info-fontify-node): Make a few cleanups.
5860 Add extra `help-echo' and `local-map' props to node xrefs.
5861 Use header-specific faces for node-names & xrefs.
5862 (Info-use-header-line): New variable.
5863 (info-header-xref, info-header-node): New faces.
5864 (Info-setup-header-line): New function.
5865 (Info-select-node): Call Info-setup-header-line when enabled.
5866 (Info-extract-pointer): Work even if the header line is hidden.
5867 (Info-header-line): New variable.
5868
58692000-09-16 Stefan Monnier <monnier@cs.yale.edu>
5870
5871 * vms-patch.el (print-region-function): Don't quote lambda.
5872
5873 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
5874
5875 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
5876 (lm-get-header-re): Allow spaces between the header and the colon.
5877 (lm-header): Allow $ in non-RCS headers.
5878 (lm-header-multiline): Put the strings back into order.
5879 Stop at an empty line. Don't require two space chars if the
5880 line is clearly not another header line.
5881
5882 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
5883 (popup-menu-popup): Remove.
5884
58852000-09-15 Gerd Moellmann <gerd@gnu.org>
5886
5887 * toolbar/toolbar.el (toolbar-add-item): Use the same image
5888 specification if or if not tool-bar item contains an `:enabled'
5889 property.
5890
5891 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
5892 current buffer has no file name.
5893
58942000-09-15 Dave Love <fx@gnu.org>
5895
5896 * strokes.el: Sync with maintainer's current version with changes
5897 for Emacs, but avoid runtime cl and levents.
5898 (toplevel): Change autoloads and compilation requires.
5899 (strokes-version, strokes-bug-address, strokes-lift): Values
5900 changed.
5901 (strokes-xpm-header, strokes-insinuated): New variable.
5902 (strokes): Add :link.
5903 (strokes-mode): Customized.
5904 (strokes-while-inhibiting-garbage-collector): New macro.
5905 (strokes-remassoc): Avoid remove-if.
5906 (strokes-fix-button2-command): Don't use ad-do-it.
5907 (strokes-insinuate): New function.
5908 (strokes-button-press-event-p, strokes-button-release-event-p):
5909 New functions, used instead of non-`strokes-' versions..
5910 (strokes-mouse-event-p): Rewritten.
5911 (strokes-event-closest-point): Avoid event-point.
5912 (strokes-get-grid-position): Avoid cdadr, caadr
5913 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
5914 functions.
5915 (strokes-help): Use with-output-to-temp-buffer.
5916 (strokes-window-configuration-changed-p): New function.
5917 (strokes-update-window-configuration): Use buffer-live-p,
5918 strokes-window-configuration-changed-p.
5919 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
5920 (strokes-char-face): New face.
5921 (strokes-char-table, strokes-base64-chars): New variable.
5922 (strokes-xpm-for-stroke, strokes-list-strokes)
5923 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
5924 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
5925 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
5926 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
5927 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
5928 functions.
5929
59302000-09-15 Gerd Moellmann <gerd@gnu.org>
5931
5932 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
5933
5934 * image.el (create-image): Doc fix.
5935
5936 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
5937 instead of `:heuristic-mask t'.
5938
59392000-09-14 Andrew Innes <andrewi@gnu.org>
5940
5941 * makefile.w32-in: Revert to Unix line endings.
5942
59432000-09-14 Andrew Innes <andrewi@gnu.org>
5944
5945 * makefile.w32-in: Add bootstrap support. Also copy lisp source
5946 when installing.
5947
5948 * makefile.nt (DONTCOMPILE): Fix typo.
5949
5950 * shell.el (shell-write-history-on-exit): New function.
5951 (shell-dumb-shell-regexp): New custom variable.
5952 (shell-mode): Make shell-write-history-on-exit the process
5953 sentinel if shell name matches shell-dumb-shell-regexp.
5954
5955 * w32-fns.el: Comment out before-init-hook function which resets
5956 source-directory based; this breaks bootstrap.
5957
59582000-09-14 Dave Love <fx@gnu.org>
5959
5960 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
5961 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
5962 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
5963 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
5964 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
5965 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
5966 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
5967 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
5968 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
5969
5970 * toolbar/toolbar.el: New.
5971
5972 * subdirs.el: Add toolbar.
5973
59742000-09-14 Gerd Moellmann <gerd@gnu.org>
5975
5976 * indent.el (indent-for-tab-command): Doc fix.
5977
59782000-09-14 Alex Schroeder <alex@gnu.org>
5979
5980 * ansi-color.el (ansi-colors): Doc change.
5981 (ansi-color-get-face): Simplified regexp.
5982 (ansi-color-faces-vector): Added more faces, doc change.
5983 (ansi-color-names-vector): Doc change.
5984 (ansi-color-regexp): Simplified regexp.
5985 (ansi-color-parameter-regexp): New regexp.
5986 (ansi-color-filter-apply): Doc change.
5987 (ansi-color-filter-region): Doc change.
5988 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
5989 deal with zero length parameters.
5990 (ansi-color-apply-on-region): Doc change.
5991 (ansi-color-map): Doc change.
5992 (ansi-color-map-update): Removed debugging message.
5993 (ansi-color-get-face-1): Added condition-case to trap
5994 args-out-of-range errors.
5995 (ansi-color-get-face): Doc change.
5996 (ansi-color-make-face): Removed.
5997 (ansi-color-for-shell-mode): New option.
5998
59992000-09-13 Kenichi Handa <handa@etl.go.jp>
6000
6001 * international/quail.el (quail-start-translation): Translate KEY
6002 if necessary even if it doesn't have any mapping in the current
6003 input method.
6004 (quail-start-conversion): Likewise.
6005 (quail-help): The output message is improved.
6006
60072000-09-13 Miles Bader <miles@gnu.org>
6008
6009 * comint.el (comint-output-filter): Revert to using
6010 `insert-before-markers'. Add bletcherous hack to undo damage
6011 caused by `insert-before-markers'. Put `front-sticky' property on
6012 overlays created here so that the field code understands how the
6013 overlay works. Use a let when making comint-last-prompt-overlay,
6014 so that the code is easier to read.
6015
60162000-09-13 Dave Love <fx@gnu.org>
6017
6018 * wid-edit.el (widget-default-format-handler): DTRT when
6019 doc-property is a function.
6020
60212000-09-12 Francesco Potorti` <pot@gnu.org>
6022
6023 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
6024 filed name if it's not there.
6025
60262000-09-12 Dave Love <fx@gnu.org>
6027
6028 * simple.el (read-mail-command): Doc fix.
6029 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
6030
6031 * vc.el (vc-dired-listing-switches): Fix :version.
6032
6033 * vc-hooks.el: Doc fixes.
6034
6035 * subr.el (add-minor-mode): Use toggle-fun arg.
6036
6037 * speedbar.el: Add :version to several defcustoms.
6038
6039 * imenu.el (imenu--truncate-items, imenu--cleanup)
6040 (imenu--generic-function): Avoid mapcar.
6041 (imenu--replace-spaces): Function removed.
6042 (imenu--completion-buffer): Use subst-char-in-string.
6043 (imenu-add-to-menubar): Use keymap inheritance.
6044
60452000-09-12 Miles Bader <miles@gnu.org>
6046
6047 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
6048 (diff-mode-map): Bind `diff-test-hunk'.
6049 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
6050
60512000-09-11 Gerd Moellmann <gerd@gnu.org>
6052
6053 * bytecomp.el (byte-compile-defvar): Undo last change
6054 because it breaks '(make-variable-buffer-local (defvar ...)'
6055 which is used at least in dired.
6056
60572000-09-12 Kenichi Handa <handa@etl.go.jp>
6058
6059 * international/quail.el (quail-define-package): Docstring
6060 modified.
6061
60622000-09-12 Kenichi Handa <handa@etl.go.jp>
6063
6064 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
6065 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
6066 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
6067 docstring of "chinese-py".
6068
6069 * international/quail.el (quail-translation-docstring): New
6070 variable.
6071 (quail-show-keyboard-layout): Docstring modified.
6072 (quail-select-current): Likewise.
6073 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
6074 infinite recursive call.
6075 (quail-help): Check quail-translation-docstring. Format of the
6076 output changed.
6077 (quail-help-insert-keymap-description): Adjusted for the above
6078 change.
6079
60802000-09-11 Gerd Moellmann <gerd@gnu.org>
6081
6082 * bytecomp.el (byte-compile-defvar): Only cons onto
6083 current-load-list in top-level forms. Else this leaks a cons cell
6084 every time a defun is called.
6085
60862000-09-11 Miles Bader <miles@lsi.nec.co.jp>
6087
6088 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
6089 Now understands non-unified diffs. Some functionality moved into
6090 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
6091 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
6092 modify anything. Only reposition point in the patched file if the
6093 patch succeeds. Only pop up another window if POPUP is true.
6094 Emit a message describing what happened if successful, and at what
6095 line-offset. Automatically detect reversed hunks and do something
6096 appropriate.
6097 (diff-hunk-text, diff-find-text): New functions.
6098 (diff-filter-lines): Function removed.
6099 (diff-test-hunk): New function.
6100 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
6101
61022000-09-10 Dave Love <fx@gnu.org>
6103
6104 * textmodes/tildify.el: Minor doc/commentary fixes.
6105 (tildify) <defgroup>: Add :version.
6106
6107 * faces.el (face-x-resources): Make custom type more specific.
6108 (frame-background-mode): Use mapc.
6109 (region) <defcustom>: Add :version.
6110
61112000-09-08 Stefan Monnier <monnier@cs.yale.edu>
6112
6113 * vc-sccs.el (vc-sccs-register):
6114 * vc-rcs.el (vc-rcs-register):
6115 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
6116 * vc.el (vc-register): Clear file's properties.
6117
61182000-09-08 Gerd Moellmann <gerd@gnu.org>
6119
6120 * faces.el (face-spec-set): Only face-spec-reset-face when
6121 ATTRS is non-nil.
6122
61232000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
6124
6125 * help.el (help-insert-xref-button): Fix a typo in doc string.
6126
61272000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
6128
6129 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6130 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
6131 methods.
6132
6133 * menu-bar.el (read-mail-item-name): New function.
6134 (menu-bar-tools-menu): Use it to compute and display the package
6135 used to read email.
6136 (menu-bar-tools-menu): Fix typo in GUD's help string.
6137
61382000-09-07 Dave Love <fx@gnu.org>
6139
6140 * diff-mode.el (diff-mouse-goto-source): New function.
6141
6142 * vc-sccs.el: Doc fixes.
6143 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
6144
6145 * vc-rcs.el: Doc fixes.
6146 (vc-rcs-register-switches, vc-rcs-checkin-switches)
6147 (vc-rcs-checkout-switches, vc-rcs-header)
6148 (vc-rcs-master-templates): Add or change :version.
6149
6150 * vc-cvs.el: Doc fixes.
6151 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
6152 (vc-cvs-stay-local): Add :version.
6153
6154 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
6155
61562000-09-07 Kenichi Handa <handa@etl.go.jp>
6157
6158 * international/quail.el (quail-help): Fix previous change.
6159
61602000-09-07 Gerd Moellmann <gerd@gnu.org>
6161
6162 * faces.el (color-values): Doc fix.
6163
6164 * faces.el (frame-set-background-mode): Use frame-parameter
6165 instead of frame-parameters.
6166
6167 * frame.el (filtered-frame-list): Reduce consing.
6168 (frames-on-display-list): Call frame-parameter instead of
6169 frame-parameters.
6170
61712000-09-07 Kenichi Handa <handa@etl.go.jp>
6172
6173 * language/devan-util.el (devanagari-to-indian-region): In the
6174 loop, change the following char, not preceding char.
6175
61762000-09-07 Gerd Moellmann <gerd@gnu.org>
6177
6178 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
6179 instead of frame-parameters.
6180
6181 * faces.el (set-face-attribute): Simplify by calling
6182 internal-set-lisp-face-attribute with FRAME being 0.
6183
6184 * vc.el: Remove `Id' version control keyword.
6185
61862000-09-07 Kenichi Handa <handa@etl.go.jp>
6187
6188 * help.el (help-make-xrefs): Adjusted for the change of
6189 help-xref-mule-regexp.
6190 (help-insert-xref-button): New function.
6191
6192 * international/mule-cmds.el (help-xref-mule-regexp-template):
6193 Include the pattern for character set.
6194 (leim): New group.
6195
6196 * international/quail.el: Don't require face.
6197 (quail): New group.
6198 (quail-other-command): Dummy command to make quail-help work better.
6199 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
6200 (quail-keyboard-layout-substitution): New variable.
6201 (quail-update-keyboard-layout): New function.
6202 (quail-keyboard-layout-type): New customizable variable.
6203 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
6204 (quail-keyboard-translate): Pay attention to
6205 quail-keyboard-layout-substitution.
6206 (quail-insert-kbd-layout): New function.
6207 (quail-show-keyboard-layout): New function.
6208 (quail-get-translation): If the definition is a vector of length
6209 1, and the element is a string of length 1, return the character
6210 in that string.
6211 (quail-update-current-translations): Fix the case of
6212 relative-index out of range.
6213 (quail-build-decode-map, quail-insert-decode-map): New Functions.
6214 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
6215 Show key sequences for all available characters.
6216 (quail-help-insert-keymap-description): Don't show such verbose
6217 key bindings as quail-self-insert-command.
6218
6219 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6220 Format changed, and each element now have extra documentations.
6221 (tit-process-header): Delete invalid characters from TIT-PROMPT.
6222 Adjusted for the change of quail-cxterm-package-ext-info.
6223
62242000-09-06 Gerd Moellmann <gerd@gnu.org>
6225
6226 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
6227 requiring it leads to a recursive loading of vc.el and vc-hooks.el
6228 during bootstrap.
6229
62302000-09-05 Stefan Monnier <monnier@cs.yale.edu>
6231
6232 * vc.el: (toplevel): Don't require `dired' at run-time.
6233 (vc-dired-resynch-file): Remove autoload cookie.
6234
62352000-09-05 Andre Spiegel <spiegel@gnu.org>
6236
6237 * vc.el: Made several backend functions optional.
6238 (vc-default-responsible-p): New function.
6239 (vc-merge): Use RET for first version to trigger merge-news, not
6240 prefix arg.
6241 (vc-annotate): Handle backends that do not support annotation.
6242 (vc-default-merge-news): Removed. The existence of a merge-news
6243 implementation is now checked on caller sites.
6244
6245 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
6246 case.
6247
6248 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
6249 special case that has been removed from the default in vc-hooks.el.
6250
62512000-09-05 Stefan Monnier <monnier@cs.yale.edu>
6252
6253 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
6254
62552000-09-05 Andre Spiegel <spiegel@gnu.org>
6256
6257 * vc-hooks.el: Require vc during compilation.
6258 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
6259 macro `with-vc-properties' in vc.el.
6260 (vc-file-getprop): Doc fix.
6261 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
6262
6263 * vc.el: Require dired-aux during compilation.
6264 (vc-name-assoc-file): Moved to vc-sccs.el.
6265 (with-vc-properties): New macro.
6266 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
6267 vc-finish-steal): Use it.
6268 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
6269 to the backend-specific function is now supposed to do the checkout,
6270 too.
6271 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
6272
6273 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
6274 set file properties; that gets done in the generic code now.
6275
6276 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
6277 Changed parameter list, added code from vc.el that does the
6278 checkout, possibly with a double-take.
6279
6280 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
6281 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
6282 the above under the new name.
6283 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
6284 parameter list, added checkout command.
6285 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
6286 properties; that gets done in the generic code now.
6287
62882000-09-05 Stefan Monnier <monnier@cs.yale.edu>
6289
6290 * vc.el: Docstring fixes (courtesy of checkdoc).
6291
62922000-09-05 Stefan Monnier <monnier@cs.yale.edu>
6293
6294 * vc.el (vc-checkout-writable-buffer-hook)
6295 (vc-checkout-writable-buffer): Remove.
6296 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
6297 (vc-log-mode): Make it into a clean derived major mode.
6298 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
6299 vc-log-mode if log-edit is not available.
6300 (vc-dired-mode-map): Don't set-keymap-parent yet.
6301 (vc-dired-mode): Do set-keymap-parent here.
6302 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
6303
63042000-09-05 Gerd Moellmann <gerd@gnu.org>
6305
6306 * faces.el (set-face-attribute, face-spec-reset-face)
6307 (face-spec-set): Avoid consing by removing calls to `apply'.
6308
6309 * frame.el (frame-parameter): Move to C code.
6310
63112000-09-05 Dave Love <fx@gnu.org>
6312
6313 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
6314 insert-before-markers-and-inherit. Now checked systematically!
6315
63162000-09-05 Alex Schroeder <alex@gnu.org>
6317
6318 * sql.el (sql-postgres): Use sql-postgres-options.
6319 (sql-postgres-options): New variable.
6320
63212000-09-05 Alex Schroeder <alex@gnu.org>
6322
6323 * sql.el (sql-mode-menu): Work around missing variable mark-active
6324 in XEmacs.
6325 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
6326 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
6327 compatibility.
6328
63292000-09-04 Gerd Moellmann <gerd@gnu.org>
6330
6331 * vc.el (vc-dired-resynch-file): Add autoload cookie.
6332
6333 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
6334
6335 * Makefile.in (DONTCOMPILE): Fix typo in file name.
6336
63372000-09-04 Andre Spiegel <spiegel@gnu.org>
6338
6339 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
6340 don't support anything else under SCCS yet.
6341
6342 * vc-hooks.el: Minor doc fixes.
6343
63442000-09-04 Andre Spiegel <spiegel@gnu.org>
6345
6346 * vc.el (vc-next-action-on-file): Do not visit the file if it's
6347 not necessary. If verbose in state `needs-patch', do the same as
6348 under `up-to-date'. When NOT verbose and `needs-patch', check out
6349 latest version instead of `merge-news'.
6350 (vc-next-action-dired): Don't mess with default-directory here; it
6351 breaks other parts of dired. It is the job of the
6352 backend-specific functions to adjust it temporarily if they need it.
6353 (vc-next-action): Remove a special CVS case.
6354 (vc-clear-headers): New optional arg FILE.
6355 (vc-checkin, vc-checkout): Set properties vc-state and
6356 vc-checkout-time properly.
6357 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
6358 (vc-print-log): Use new backend function `show-log-entry'.
6359 (vc-cancel-version): Do the checks in a different order. Added a
6360 FIXME concerning RCS-only code.
6361
6362 * vc-rcs.el (vc-rcs-show-log-entry): New function.
6363 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
6364
6365 * vc-cvs.el (vc-cvs-show-log-entry): New function.
6366
6367 * vc-hooks.el (vc-default-mode-line-string): Show state
6368 `needs-patch' as a `-' too.
6369
63702000-09-04 Andre Spiegel <spiegel@gnu.org>
6371
6372 * vc.el (vc-responsible-backend): New optional arg REGISTER.
6373 (vc-default-could-register): New function.
6374 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
6375 (vc-resynch-buffer): Call vc-dired-resynch-file.
6376 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
6377 vc-resynch-buffer instead of vc-resynch-window.
6378 (vc-next-action-dired): Don't redisplay here, that gets done as a
6379 result of the individual file operations.
6380 (vc-retrieve-snapshot): Corrected prompt order.
6381
6382 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
6383
6384 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
6385 as well.
6386 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
6387 hostname regexps. Updated all callers.
6388 (vc-cvs-responsible-p): Handle directories as well.
6389 (vc-cvs-could-register): New function.
6390 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
6391 properties up-to-date.
6392
6393 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
6394 user whether to create one.
6395
63962000-09-04 Andre Spiegel <spiegel@gnu.org>
6397
6398 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
6399 check out a non-existing file.
6400
6401 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
6402 workfile does not exist.
6403
6404 * vc.el (vc-version-diff): Use `require' to check for existence of
6405 diff-mode.
6406
64072000-09-04 Andre Spiegel <spiegel@gnu.org>
6408
6409 * vc-cvs.el (vc-cvs-registered): Use new function
6410 vc-cvs-parse-entry to do the actual work.
6411
64122000-09-04 Andre Spiegel <spiegel@gnu.org>
6413
6414 * vc-hooks.el (vc-find-backend-function): If function doesn't
6415 exist, return nil instead of error.
6416 (vc-call-backend): Doc fix.
6417
6418 * vc.el (vc-do-command): Doc fix.
6419 (vc-finish-logentry): When checking in from vc-dired, choose the
6420 right backend for logentry check.
6421 (vc-dired-mode-map): Inherit from dired-mode-map.
6422 (vc-dired-mode): Local value of dired-move-to-filename-regexp
6423 simplified.
6424 (vc-dired-state-info): Removed, updated caller.
6425 (vc-default-dired-state-info): Use parentheses instead of hyphens.
6426 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
6427 (vc-dired-listing-switches): New variable.
6428 (vc-directory): Use it, instead of dired-listing-switches.
6429
6430 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
6431 (vc-cvs-dir-state): New function.
6432 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
6433 (vc-cvs-parse-entry): New function, also to be used in
6434 vc-cvs-registered.
6435
64362000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6437
6438 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
6439 *or* single-window-frames.
6440
64412000-09-04 Andre Spiegel <spiegel@gnu.org>
6442
6443 * vc.el (vc-update-changelog): Split into generic part and default
6444 implementation. Doc string adapted.
6445 (vc-default-update-changelog): New function. Call the `rcs2log'
6446 script in exec-directory, to fix a long-standing nuisance.
6447
6448 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
6449 simply signals an error.
6450
64512000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6452
6453 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
6454 control-flow more clear and to avoid running `cvs' twice.
6455
6456 * vc.el (vc-next-action-on-file): Doc fix.
6457 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
6458 (vc-print-log): Eval `file' before constructing the continuation.
6459
64602000-09-04 Andre Spiegel <spiegel@gnu.org>
6461
6462 * vc.el (vc-next-action-on-file): Corrected several messages.
6463 (vc-merge): Add prefix arg `merge-news'; handle it.
6464
6465 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
6466 is not reached. It is.
6467 (vc-cvs-merge): Set state to 'edited after merge.
6468 (vc-cvs-merge-news): Set workfile version to nil if not known.
6469 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
6470
6471 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
6472 via stdout. (Merge from main line.)
6473
64742000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6475
6476 * vc.el (vc-finish-logentry): Thinko in the "same comment"
6477 detection.
6478
64792000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6480
6481 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
6482 against kill-all-local-variables.
6483 (vc-log-edit): Don't save vc-parent-buffer any more.
6484 (vc-last-comment-match): Initialize to an empty string.
6485 (vc-post-command-functions): New hook.
6486 (vc-do-command): Run it.
6487 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
6488 (vc-finish-logentry): Only add the comment to the ring if it's
6489 different from the last comment entered.
6490 (vc-new-comment-index): New function.
6491 (vc-previous-comment): Use it. Make the minibuffer message
6492 slightly less terse.
6493 (vc-comment-search-reverse): Make it work forward as well. Don't
6494 set vc-comment-ring-index if no match is found. Use
6495 vc-new-comment-index.
6496 (vc-comment-search-forward): Use vc-comment-search-reverse.
6497 (vc-dired-mode-map): Don't inherit from dired-mode-map since
6498 define-derived-mode will do it for us. Bind `v' to a keymap that
6499 inherits from vc-prefix-map so that we can bind `vt' without
6500 binding C-x v t.
6501 (vc-retrieve-snapshot): Parenthesis typo.
6502
6503 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
6504 to 1. Make sure to switch to *vc* before looking for an error
6505 message. Use vc-parse-buffer.
6506
65072000-09-04 Andre Spiegel <spiegel@gnu.org>
6508
6509 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
6510 and NAME.
6511 (vc-retrieve-snapshot): Split into two parts.
6512 (vc-default-retrieve-snapshot): New function.
6513
6514 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
6515 (vc-cvs-retrieve-snapshot): New function (untested).
6516 (vc-cvs-stay-local): Default to t.
6517 (vc-cvs-remote-p): New function and property.
6518 (vc-cvs-state): Stay local only if the above is t.
6519 (vc-handle-cvs): Removed.
6520 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
6521 done via vc-handled-backends now.
6522 (vc-cvs-header): Escape Id.
6523
65242000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6525
6526 * vc.el (vc-do-command): Remove unused commands.
6527 (vc-version-diff): Make sure default-directory ends with a slash.
6528 Move the window commands into a vc-exec-after.
6529 (vc-print-log): Move more of the code into the `vc-exec-after'.
6530
65312000-09-04 Andre Spiegel <spiegel@gnu.org>
6532
6533 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
6534 (vc-print-log): Search current revision from beginning of buffer.
6535 (vc-revert-buffer): Clear echo area after the diff is finished.
6536 (vc-prefix-map): Removed definition of "t" for terse display in vc
6537 dired.
6538 (vc-dired-mode-map): Inherit from dired-mode-map. Added
6539 definition of "vt" for terse display.
6540 (vc-dired-mode): Fix dired-move-to-filename-regexp.
6541
65422000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6543
6544 * vc.el (vc-exec-after): Avoid caddr.
6545
65462000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6547
6548 * vc.el (vc-exec-after): New function.
6549 (vc-do-command): Use it to add a termination message for async
6550 procs.
6551 (vc-checkout): Try to handle a missing-backend situation.
6552 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
6553 of a directory with a backend using async diffs.
6554 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
6555 present.
6556
6557 * vc-sccs.el (vc-sccs-state-heuristic): Use
6558 file-ownership-preserved-p.
6559
6560 * vc-rcs.el (vc-rcs-state-heuristic): Use
6561 file-ownership-preserved-p.
6562 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
6563
65642000-09-04 Andre Spiegel <spiegel@gnu.org>
6565
6566 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
6567 vc-do-command.
6568
6569 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
6570 when there are no changes.
6571
65722000-09-04 Andre Spiegel <spiegel@gnu.org>
6573
6574 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
6575
6576 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
6577
65782000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6579
6580 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
6581
6582 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
6583 the `fset' outside of the defvar so that it works even if
6584 vc-prefix-map was already defined.
6585 (vc-setup-buffer): New function, split out of vc-do-command.
6586 (vc-do-command): Allow BUFFER to be t to mean `just use the
6587 current buffer without any fuss'.
6588 (vc-version-diff): Change the `diff' backend operation to just put
6589 the diff in the current buffer without erasing it. Always use
6590 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
6591 shrink-window-if-larger-than-buffer.
6592 (vc-print-log): Change the `print-log' backend operation to just
6593 put the log in the current buffer without erasing it. Protect
6594 shrink-window-if-larger-than-buffer.
6595 (vc-update-change-log): Fix setd typo.
6596
6597 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
6598 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
6599
6600 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
6601 (vc-rcs-diff): Insert in the current buffer and remove unused arg
6602 CMP.
6603
6604 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
6605 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
6606 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
6607
66082000-09-04 Andre Spiegel <spiegel@gnu.org>
6609
6610 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
6611 not possible, use vc-BACKEND-workfile-unchanged-p.
6612 (vc-default-workfile-unchanged-p): New function. Delegates to a
6613 full vc-BACKEND-diff.
6614
6615 * vc-hooks.el (vc-simple-command): Removed.
6616
6617 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
6618 instead of vc-simple-command.
6619 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
6620 avoid doing a diff when opening a file.
6621 (vc-rcs-state): Added check for unlocked-changes.
6622 (vc-rcs-header): Escape Id.
6623 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
6624 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
6625 version.
6626
6627 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
6628 (vc-sccs-diff): Remove optional arg CMP.
6629 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
6630 SCCS-specific function.
6631
6632 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
6633 vc-simple-command.
6634
66352000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6636
6637 * vc.el (vc-editable-p): Renamed from vc-writable-p.
6638 (with-vc-file, vc-merge): Use vc-editable-p.
6639 (vc-do-command): Remove unused var vc-file and fix the
6640 doubly-defined `status' var. Add a user message when starting an
6641 async command.
6642 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
6643 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
6644 Use with-current-buffer.
6645 (vc-buffer-sync): Use unless.
6646 (vc-next-action-on-file): If the file is 'edited by read-only,
6647 make it read-write instead of trying to commit.
6648 (vc-version-diff, vc-update-change-log): Use `setq
6649 default-directory' rather than `cd'.
6650 (vc-log-edit): Don't forget to set default-directory in the
6651 buffer.
6652
6653 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
6654 (vc-sccs-state-heuristic): Use file-writable-p instead of
6655 comparing userids.
6656 (vc-sccs-checkout): Use `unless'.
6657
6658 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
6659 of comparing userids.
6660 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
6661 Simplify the logic by eliminating unreachable code.
6662 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
6663 just do a recursive call if we need to retry.
6664 (vc-rcs-checkout): Handle the case where rcs is missing by making
6665 the buffer read-write if requested and re-signalling the error.
6666
6667 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
6668
66692000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6670
6671 * vc-hooks.el (vc-handled-backends): Docstring change.
6672 (vc-ignore-vc-files): Mark obsolete.
6673 (vc-registered): Check vc-ignore-vc-files.
6674 (vc-find-file-hook, vc-file-not-found-hook): Don't check
6675 vc-ignore-vc-files.
6676
6677 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
6678
66792000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6680
6681 * vc.el (vc-checkout): Don't do anything special for ange-ftp
6682 files since ange-ftp already has vc-registered return nil.
6683
6684 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
6685 (vc-sccs-workfile-version): Use with-temp-buffer and new
6686 vc-parse-buffer and don't bother setting the property.
6687 (vc-sccs-add-triple): Use with-current-buffer and
6688 find-file-noselect.
6689 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
6690
6691 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
6692 derives from the old vc-parse-buffer but uses the revision number
6693 rather than the date (much easier to compare robustly).
6694 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
6695 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
6696 locking-user more directly. Check strict locking and set
6697 checkout-model appropriately.
6698 (vc-rcs-parse-locks): Remove.
6699 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
6700 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
6701 (vc-rcs-system-release): Use with-current-buffer and
6702 vc-parse-buffer.
6703 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
6704
6705 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
6706 (vc-simple-command): Docstring fix.
6707 (vc-registered): Align the way the file-handler is called with the
6708 way the function itself works.
6709 (vc-file-owner): Remove.
6710
6711 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
6712 extraction of fields and call to file-attributes because of a
6713 temporary bug in rcp.el.
6714 (vc-cvs-fetch-status): Use with-current-buffer.
6715
67162000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6717
6718 * vc.el (vc-do-command): Use file-relative-name.
6719 (vc-responsible-backend): Use vc-backend if possible.
6720 (vc-create-snapshot): Improve the `interactive' spec. Add support
6721 for branches and dispatch to backend-specific `create-snapshot'.
6722 (vc-default-create-snapshot): New function, containing the bulk of
6723 the old vc-create-snapshot.
6724 (vc-retrieve-snapshot): Improve the interactive spec.
6725
6726 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
6727 (vc-backend-hook-functions): Remove.
6728 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
6729 (vc-backend): Reintroduce the test for `file = nil' now that I
6730 know why it was there (and added a comment to better remember).
6731
6732 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
6733 code from vc-sccs-hooks.el.
6734 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
6735 'vc anymore.
6736 (vc-sccs-responsible-p): Use expand-file-name instead of concat
6737 and file-directory-p instead of file-exists-p.
6738 (vc-sccs-check-headers): Simplify the regexp.
6739
6740 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
6741 from vc-rcs-hooks.el. Don't require 'vc anymore.
6742 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
6743 file-directory-p instead of file-exists-p.
6744
6745 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
6746 from vc-cvs-hooks.el.
6747 (proto vc-cvs-registered): Require 'vc-cvs instead of
6748 'vc-cvs-hooks. Don't require 'vc anymore.
6749 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
6750 file-directory-p instead of file-exists-p.
6751 (vc-cvs-create-snapshot): New function, replacing
6752 vc-cvs-assign-name.
6753 (vc-cvs-assign-name): Remove.
6754
67552000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6756
6757 * vc-cvs.el (vc-cvs-header): New var.
6758
6759 * vc-rcs.el (vc-rcs-exists): Remove.
6760 (vc-rcs-header): New var.
6761
6762 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
6763 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
6764 (vc-sccs-header): New var.
6765
6766 * vc.el (vc-do-command): Get rid of the `last' argument.
6767 (vc-header-alist): Remove, replaced by vc-X-header.
6768 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
6769 (vc-dired-hook): Use expand-file-name instead of concat.
6770 (vc-directory): Use file-name-as-directory.
6771 (vc-snapshot-precondition, vc-create-snapshot)
6772 (vc-retrieve-snapshot): Allow the command to operate on any
6773 directory.
6774
6775 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
6776 just removing the 'WORKFILE argument or by removing the 'MASTER
6777 argument and replacing `file' with (vc-name file).
6778
67792000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6780
6781 * vc.el: Update Copyright and add a crude list of backend funs.
6782 (vc-writable-p): New function.
6783 (with-vc-file): Use vc-writable-p.
6784 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
6785 (vc-register): Avoid vc-name.
6786 (vc-locking-user): Remove.
6787 (vc-steal-lock): Make the `owner' arg non-optional.
6788 (vc-merge): Use vc-writable-p instead of vc-locking-user and
6789 vc-checkout-model.
6790 (vc-default-dired-state-info): Use vc-state instead of
6791 vc-locking-user and return special strings for special states.
6792 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
6793 and get rid of one of the special CVS cases.
6794 (vc-cancel-version): prettify error message with \\[...].
6795 (vc-rename-master): New function.
6796 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
6797 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
6798 the CVS special case generic.
6799 (vc-default-record-rename): Remove.
6800 (vc-file-tree-walk-internal): Only call FUNC for files that are
6801 under control of some VC backend and replace `concat' with
6802 expand-file-name.
6803 (vc-file-tree-walk): Update docstring.
6804 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
6805 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
6806
6807 * vc-sccs.el (vc-sccs-rename-file): Renamed from
6808 vc-sccs-record-rename. Use `find-file-noselect' rather than
6809 `find-file' and call `vc-rename-master' to do the actual move.
6810 (vc-sccs-diff): Remove unused `backend' variable.
6811
6812 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
6813 to delay loading of vc-sccs until it is really used.
6814 (vc-sccs-master-templates): Preload.
6815 (vc-sccs-state): Update call to vc-sccs-parse-locks.
6816 (vc-sccs-project-dir): Remove (merged into
6817 vc-sccs-search-project-dir).
6818 (vc-sccs-search-project-dir): Rewrite using file name handling ops
6819 rather than `concat', make sure it is preloaded and don't bother
6820 to check that the file actually exists.
6821 (vc-sccs-parse-locks): Remove unused `file' argument, remove
6822 `locks' argument (use buffer's content instead) and eliminate n^2
6823 behavior.
6824
6825 * vc-rcs.el: Update Copyright.
6826 (vc-rcs-rename-file): New function.
6827 (vc-rcs-diff): Remove unused `backend' variable.
6828
6829 * vc-hooks.el: Update Copyright.
6830 (vc-backend): Don't accept a nil argument any more.
6831 (vc-up-to-date-p): Turn into a defsubst.
6832 (vc-possible-master): New function.
6833 (vc-check-master-templates): Use `vc-possible-master' and allow
6834 funs in vc-X-master-templates to return a non-existent file.
6835
6836 * vc-cvs.el: Update Copyright.
6837 (vc-cvs-diff): Remove unused `backend' variable.
6838 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
6839
6840 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
6841
68422000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6843
6844 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
6845 since it can be called from vc-rcs.el.
6846 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
6847
68482000-09-04 Andre Spiegel <spiegel@gnu.org>
6849
6850 * vc.el (vc-version-diff): Expand file name read from the
6851 minibuffer. Handle the case when a previous version number can't
6852 be guessed. Give suitable messages when there were no differences
6853 found.
6854 (vc-clear-headers): Call backend-specific implementation, if one
6855 exists.
6856 (vc-cancel-version): Made error checks generic. When done, clear
6857 headers generically, too.
6858
6859 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
6860 from vc-clear-headers in vc.el.
6861
6862 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
6863 correctly.
6864 (vc-rcs-latest-on-branch-p): Made second argument VERSION
6865 optional. Handle the case when it's not there.
6866
68672000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6868
6869 * vc.el (vc-locking-user): Moved from vc-hooks.el.
6870
68712000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6872
6873 * vc-hooks.el (vc-loadup): Remove.
6874 (vc-find-backend-function): Use `require'. Also, handle the case
6875 where vc-BACKEND-hooks.el doesn't exist.
6876 (vc-call-backend): Cleanup.
6877
68782000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6879
6880 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
6881 vc-rcs-grab-templates)
6882 (vc-rcs-registered): Remove. The default function works as well.
6883 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
6884 vc-sccs-grab-templates)
6885 (vc-sccs-registered): Remove. The default function works as well.
6886
6887 * vc.el (vc-version-diff): Left out a vc- in call to
6888 vc-call-backend.
6889 (vc-default-dired-state-info, vc-default-record-rename)
6890 (vc-default-merge-news): Update for the new backend argument.
6891
6892 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
6893 using the default function.
6894 (vc-call-backend): If calling the default function, pass it the
6895 backend as first argument. Update the docstring accordingly.
6896 (vc-default-state-heuristic, vc-default-mode-line-string): Update
6897 for the new backend argument.
6898 (vc-make-backend-sym): Renamed from vc-make-backend-function.
6899 (vc-find-backend-function): Use the new name.
6900 (vc-default-registered): New function.
6901
69022000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6903
6904 * vc.el (vc-merge): Use vc-find-backend-function.
6905
6906 * vc-hooks.el (vc-backend-functions): Remove.
6907 (vc-loadup): Don't setup 'vc-functions.
6908 (vc-find-backend-function): New function.
6909 (vc-call-backend): Use above fun and populate 'vc-functions
6910 lazily.
6911 (vc-backend-defines): Remove.
6912
69132000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6914
6915 * vc.el (vc-register): Put a FIXME note for a newly found bug.
6916 Call vc-call-backend without the leading vc-.
6917 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
6918 (vc-check-headers): Call vc-call-backend without the leading vc-.
6919 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
6920 (vc-annotate-display): Replace confusing use of `cond' with `or'.
6921 Call vc-call-backend without the leading vc-.
6922
6923 * vc-cvs.el (tail): Provide vc-cvs.
6924 * vc-sccs.el (tail): Provide vc-sccs.
6925 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
6926
6927 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
6928 (vc-make-backend-function, vc-call): Pass names without leading
6929 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
6930 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
6931 (vc-call-backend): Always try to load vc-X-hooks.
6932 (vc-registered): Remove vc- in call to vc-call-backend.
6933
69342000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6935
6936 * vc.el (vc-process-filter): New function.
6937 (vc-do-command): Setup `vc-process-filter' for the async process.
6938 (vc-maybe-resolve-conflicts): New function to reduce
6939 code-duplication. Additionally, it puts the buffer in
6940 `smerge-mode' if applicable.
6941 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
6942 calling `merge-news'.
6943 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
6944 (vc-log-edit): New function. Replacement for `vc-log-mode' by
6945 interfacing to log-edit.el.
6946 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
6947 log-edit is available.
6948 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
6949
69502000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6951
6952 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
6953 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
6954 defvar and the initialization.
6955 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
6956
6957 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
6958 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
6959
6960 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
6961
69622000-09-04 Andre Spiegel <spiegel@gnu.org>
6963
6964 * vc.el (vc-file-clear-masterprops): Removed.
6965 (vc-checkin, vc-revert-buffer): Removed calls to the above.
6966 (vc-version-diff): Use buffer-size without argument.
6967 (vc-register): Heed vc-initial-comment.
6968
6969 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
6970 default branch.
6971
6972 * vc-rcs.el (vc-rcs-register): Parse command output to find master
6973 file name and workfile version.
6974 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
6975
6976 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
6977 vc-file-clear-masterprops.
6978
6979 * vc-sccs.el (vc-sccs-checkout): Removed call to
6980 vc-file-clear-masterprops. If writable, set vc-state to 'edited
6981 rather than user login name.
6982
6983
69842000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6985
6986 * vc.el (vc-workfile-unchanged-p): Remove unused argument
6987 `want-differences-if-changed' and simplify.
6988 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
6989 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
6990 output (which is invalid for async vc-diff) to decide whether to
6991 do the revert silently or not.
6992
69932000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6994
6995 * vc-hooks.el (vc-loadup): Load files quietly.
6996 (vc-call-backend): Oops, brain fart.
6997
69982000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6999
7000 * vc-cvs.el (vc-cvs-state): Typo.
7001 (vc-cvs-merge-news): Return the status code rather than the error msg.
7002
70032000-09-04 Andre Spiegel <spiegel@gnu.org>
7004
7005 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
7006 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
7007 vc-state or vc-up-to-date-p.
7008 (vc-merge): Use vc-backend-defines to check whether merging is
7009 possible. Set state to 'edited after successful merge.
7010
7011 * vc-hooks.el (vc-locking-user): If locked by the calling user,
7012 return that name. Redocumented.
7013
70142000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7015
7016 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
7017 new `vc-state' semantics.
7018 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
7019 'vc-locking-user to the current user.
7020 (vc-merge): Inline vc-backend-merge. Comment out code that I
7021 don't understand and hence can't adapt to the new `vc-state' and
7022 `vc-locking-user' semantics.
7023 (vc-backend-merge): Remove.
7024
7025 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
7026 rather than 'vc-locking-user.
7027
7028 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
7029
7030 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
7031 (vc-state): Don't use 'reserved any more. Just use the same
7032 convention as the one used for vc-<backend>-state where the
7033 locking user (as a string) is returned.
7034 (vc-locking-user): Update, based on the above convention. The
7035 'vc-locking-user property has disappeared.
7036 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
7037
7038 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
7039 with a heuristic one.
7040 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
7041 (vc-cvs-checkin): Do a trivial parse to set the state in case of
7042 error. That allows us to get to 'needs-merge even in the
7043 stay-local case. There's still no way to detect 'needs-patch in
7044 such a setup (or to force an update for that matter).
7045 (vc-cvs-logentry-check): Remove, the default works as well.
7046
70472000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7048
7049 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
7050
7051 * vc.el (vc-do-command): kill-all-local-variables, to reset any
7052 major-mode in which the buffer might have been put earlier. Use
7053 `remove' and `when'. Allow `okstatus' to be `async' and use
7054 `start-process' in this case.
7055 (vc-version-diff): Handle the case where the diff looks empty
7056 because of the use of an async process.
7057
70582000-09-04 Andre Spiegel <spiegel@gnu.org>
7059
7060 * vc.el (vc-next-action-on-file): Removed optional parameter
7061 `simple'. Recompute state unconditionally.
7062 (vc-default-toggle-read-only): Removed.
7063
7064 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
7065 (vc-toggle-read-only): Undid prev change.
7066
7067 * vc-cvs.el (vc-cvs-stay-local): Renamed from
7068 vc-cvs-simple-toggle. Redocumented.
7069 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
7070 (vc-cvs-toggle-read-only): Removed.
7071
70722000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7073
7074 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
7075 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
7076 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
7077 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
7078 still is. So maybe it should be removed.
7079 (vc-head-version, vc-find-binary): Remove.
7080 (vc-recompute-state): Move from vc-hooks.el.
7081 (vc-next-action-on-file): Add a `simple' argument to allow
7082 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
7083 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
7084 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
7085 (vc-dired-mode-map): Properly defvar it.
7086 (vc-print-log): Call log-view-mode if available.
7087 (small-temporary-file-directory): defvar instead of use boundp.
7088 (vc-merge-news): Moved to vc-cvs.el.
7089 (vc-default-merge-news): New function.
7090
7091 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
7092 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
7093 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
7094 unknown `vc-latest-version' function. It should probably refer to
7095 vc-workfile-version or somesuch, but it's very unclear to me and I
7096 don't have SCCS to test things.
7097
7098 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
7099 (vc-sccs-state-heuristic): Fix typo.
7100 (vc-sccs-workfile-unchanged-p): Add missing argument.
7101
7102 * vc-rcs.el: Require vc and vc-rcs-hooks.
7103 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
7104 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
7105 (vc-release-greater-or-equal-p): Move from vc.
7106 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
7107 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
7108 (vc-rcs-checkout): Add a missing `new-version' argument in the
7109 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
7110
7111 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
7112 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
7113 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
7114 than the apparently unbound `workfile-version'.
7115
7116 * vc-hooks.el (vc-master-templates): Def the obsolete var.
7117 (vc-file-prop-obarray): Use `make-vector'.
7118 (vc-backend-functions): Add new hookable functions
7119 vc-toggle-read-only, vc-record-rename and vc-merge-news.
7120 (vc-loadup): If neither backend nor default functions exist, use
7121 the backend function rather than nil.
7122 (vc-call-backend): If the function if not bound yet, try to load
7123 the non-hook file to see if it provides it.
7124 (vc-call): New macro plus use it wherever possible.
7125 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
7126 nor `vc-find-binary' since it's only called from
7127 vc-mistrust-permission which is only used once the backend is known.
7128 (vc-checkout-model): Fix parenthesis.
7129 (vc-recompute-state, vc-prefix-map): Move to vc.el.
7130
7131 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
7132 (vc-cvs-release, vc-cvs-system-release): Remove.
7133 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
7134 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
7135 status symbols.
7136 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
7137 (vc-cvs-toggle-read-only): First cut at a function to allow a
7138 cvs-status-free vc-toggle-read-only.
7139 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
7140 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
7141 vc-cvs-status. Also set vc-state rather than vc-locking-user.
7142 (vc-cvs-checkout): Modify access rights directly if the user
7143 requested not to use `cvs edit'. And refresh the mode line.
7144
7145 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
7146 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
7147
71482000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7149
7150 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
7151 workfile' that got lost when the code was extracted from vc.el.
7152 And merged the tail with the rest of the code (not possible in the
7153 old vc.el where the tail was shared among all backends). And
7154 explicitly set the state to 'edited if `writable' is set.
7155
7156 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
7157 (vc-cvs-state): Be careful to return the value from
7158 vc-cvs-parse-state.
7159 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
7160 property but return it instead. Also be careful to handle a nil
7161 or "" `rev' when workfile is non-nil (it was handled properly when
7162 workfile was nil).
7163
7164 * vc.el: Removed those pesky unnecessary `(function' quotes.
7165 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
7166 directly in the defvar.
7167 (vc-do-command): Bind inhibit-read-only so as to properly handle
7168 the case where the destination buffer has been made read-only.
7169 (vc-diff): Delegate to vc-version-diff in all cases.
7170 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
7171 (vc-annotate-mode-variables): Removed (code moved partly to
7172 defvars and partly to vc-annotate-add-menu).
7173 (vc-annotate-mode): Turned into a derived-mode.
7174 (vc-annotate-add-menu): Moved in code in
7175 vc-annotate-mode-variables.
7176 (vc-update-change-log): Use make-temp-file if available.
7177
71782000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
7179
7180 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
7181 `vc-checkout-model' updated to `vc-cvs-update-model'.
7182
71832000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7184
7185 * vc.el (vc-next-action-on-file): Added handling of state
7186 `unlocked-changes'.
7187 (vc-checkout-carefully): Is now practically obsolete, unless the
7188 above is too slow to be enabled unconditionally.
7189 (vc-update-change-log): Fixed typo.
7190
7191 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
7192
7193 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
7194 Now handles state `unlocked-changes'.
7195 (vc-sccs-workfile-unchanged-p): New function, to support the above.
7196
7197 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
7198
7199 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
7200 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
7201 `unlocked-changes'.
7202 (vc-rcs-workfile-unchanged-p): Renamed from
7203 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
7204 function yet, but supposed to become one soon.
7205
7206 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
7207 `vc-steal-lock'.
7208 (vc-call-backend): Changed error message.
7209 (vc-state): Added description of state `unlocked-changes'.
7210
72112000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7212
7213 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
7214 always return t in CVS-controlled directories.
7215
7216 * vc.el (vc-responsible-backend): New function.
7217 (vc-register): Largely rewritten.
7218 (vc-admin): Removed (implementation moved into vc-register).
7219 (vc-checkin): Redocumented.
7220 (vc-finish-logentry): If no backend defined yet (because we are in
7221 the process of registering), use the responsible backend.
7222
7223 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
7224 Updated function lists.
7225 (vc-call-backend): Fixed typo.
7226
7227 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
7228 New functions.
7229 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
7230 Removed query option. Redocumented.
7231
72322000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7233
7234 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
7235
7236 * vc.el: Updated callers of `vc-checkout-required' to use
7237 `vc-checkout-model'.
7238
72392000-09-04 Martin Lorentzson <martinl@gnu.org>
7240
7241 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
7242 stuff updated to reference this function instead of the old
7243 `vc-backend-release-p'.
7244
72452000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7246
7247 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
7248 vc-checkout-model. Return appropriate values. Updated callers.
7249
72502000-09-04 Martin Lorentzson <martinl@gnu.org>
7251
7252 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
7253 (vc-backend-revert): Function moved into `vc-revert';
7254 `vc-next-action' must be updated to accomodate this change.
7255 (vc-backend-steal): Function moved into `vc-finish-steal'.
7256 (vc-backend-logentry-check): Function moved into
7257 `vc-finish-logentry'.
7258 (vc-backend-printlog): Function moved into `vc-print-log'.
7259 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
7260 (vc-backend-assign-name): Function moved into
7261 `vc-create-snapshot'.
7262
72632000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7264
7265 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
7266 Rename to vc-checkout-model. Return appropriate values.
7267 Update callers.
7268
7269 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
7270 to vc-checkout-model.
7271 (vc-checkout-required): Rename to vc-checkout-model.
7272 Re-implement and re-comment.
7273 (vc-after-save): Use vc-checkout-model.
7274
72752000-09-04 Martin Lorentzson <martinl@gnu.org>
7276
7277 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
7278 Update to use the vc-BACKEND-diff functions instead.
7279 `vc-diff' is now working.
7280
7281 * vc-rcs.el (vc-rcs-logentry-check): New function.
7282
7283 * vc-cvs.el (vc-cvs-logentry-check): New function.
7284
7285 * vc-sccs.el (vc-sccs-diff): Function changed name from
7286 `vc-backend-diff'. This makes `vc-diff' work.
7287
7288 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
7289 of functions possibly implemented in a vc-BACKEND library.
7290 (vc-checkout-required): Fix bug that caused an error to be
7291 signaled during `vc-after-save'.
7292
7293 * vc.el: Fix typo.
7294 This checkin is made with our new VC code base for the very first time.
7295 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
7296
7297 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
7298 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
7299
7300 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
7301 updated to `vc-uses-locking'.
7302 (vc-checkout-required): Call to backend function.
7303 `vc-checkout-required' updated to `vc-uses-locking' instead.
7304
7305 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
7306 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
7307
7308 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
7309 to match the split into various backends.
7310 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
7311 (vc-retrieve-snapshot): Bug fix.
7312
73132000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7314
7315 * vc-sccs.el (vc-sccs-release): Doc fix.
7316
73172000-09-04 Martin Lorentzson <martinl@gnu.org>
7318
7319 * vc.el (vc-next-action-on-file): Bug found and fixed.
7320 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
7321 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
7322
7323 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
7324 (vc-rcs-checkout): Name space cleaned up. No more revision number
7325 crunching function names that are not prefixed with vc-rcs.
7326 (vc-rcs-checkout-model): Function added. References to
7327 `vc-checkout-model' replaced.
7328
73292000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7330
7331 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
7332 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
7333 still need to be split, and implemented for RCS).
7334
73352000-09-04 Martin Lorentzson <martinl@gnu.org>
7336
7337 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
7338
7339 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
7340 required by the vc.el file.
7341
7342 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
7343 required by the vc.el file.
7344 (vc-rcs-exists): Function added.
7345
7346 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
7347 required by the vc.el file.
7348
7349 * vc.el (vc-admin): Updated to handle selection of appropriate
7350 backend. Current implementation is crufty and need re-thinking.
7351
7352 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
7353
73542000-09-04 Martin Lorentzson <martinl@gnu.org>
7355
7356 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
7357 beginning of annotate buffers correctly.
7358
7359 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
7360 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
7361 functionality updated quite a lot to support multiple backends.
7362 Variables `vc-annotate-mode', `vc-annotate-buffers',
7363 `vc-annotate-backend' added.
7364
7365 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
7366 `vc-annotate-difference' added to supported backend functions.
7367
73682000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7369
7370 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
7371 Use with-temp-file instead of /bin/sh. Merged from mainline
7372
73732000-09-04 Martin Lorentzson <martinl@gnu.org>
7374
7375 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
7376
7377 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
7378
7379 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
7380
73812000-09-04 Martin Lorentzson <martinl@gnu.org>
7382
7383 * vc-hooks.el: vc-state-heuristic added to
7384 vc-backend-hook-functions.
7385
7386 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
7387
7388 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
7389
7390 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
7391 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
7392 state to `reserved'.
7393
7394 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
7395 `vc-checkout-required'. Rename the `locked' state to `reserved'.
7396
73972000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7398
7399 * vc-rcs-hooks.el: Implement new state model. Hardly anything
7400 untouched.
7401
7402 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
7403
7404 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
7405 if defined. (Merged from main line, slightly adapted.)
7406
7407 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
7408 millenium problem (merged from mainline).
7409
74102000-09-04 Martin Lorentzson <martinl@gnu.org>
7411
7412 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
7413 part and moved the non-BACKEND stuff to vc.el.
7414
7415 * vc.el: Split the annotate feature into a BACKEND specific part
7416 and moved it from the vc-cvs.el file to this one.
7417
74182000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7419
7420 * vc-hooks.el: Implement new state model.
7421 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
7422 (vc-locking-user): Simplify. Now only needed if the file is
7423 locked by somebody else.
7424 (vc-lock-from-permissions): Remove. Functionality is in
7425 vc-sccs-hooks.el and vc-rcs-hooks.el now.
7426 (vc-mode-line-string): New name for former vc-status. Adapted.
7427 (vc-mode-line): Adapt to use the above. Remove optional parameter.
7428
7429 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
7430 Various simplifications and adaptations all over the place.
7431
7432 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
7433 Simplify and adapt the rest.
7434
7435 * vc.el (vc-resynch-window): Add TODO comment: check for
7436 interaction with view mode according to recent RCS change.
7437 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
7438
74392000-09-04 Martin Lorentzson <martinl@gnu.org>
7440
7441 * vc.el: Convert the remaining function comments to docstrings.
7442
74432000-09-04 Martin Lorentzson <martinl@gnu.org>
7444
7445 * vc.el (vc-backend-release, vc-release-greater-or-equal)
7446 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
7447 (vc-minor-part, vc-previous-version): Functions that operate and
7448 compare revision numbers got proper documentation. Comments added
7449 about their possible removal.
7450
74512000-09-04 Martin Lorentzson <martinl@gnu.org>
7452
7453 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
7454 the vc-backend.el files.
7455
7456 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
7457
7458 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
7459 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
7460 (vc-rcs-previous-version): Functions added.
7461
7462 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
7463
7464 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
7465
74662000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7467
7468 * vc-hooks.el (vc-master-templates): Is really obsolete.
7469 Comment out the definition for now. What is the right procedure
7470 to get rid of it?
7471 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
7472 rewritten.
7473 (vc-default-registered): Remove.
7474 (vc-check-master-templates): New function; does mostly what the
7475 above did before.
7476 (vc-locking-user): Don't rely on the backend to set the property.
7477
7478 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
7479 Rewrite documentation.
7480 (vc-rcs-templates-grabbed): New variable.
7481 (vc-rcs-grab-templates): New function.
7482 (vc-rcs-registered): Rewrite to use above mechanism.
7483
7484 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
7485 Rewrite documentation.
7486 (vc-sccs-templates-grabbed): New variable.
7487 (vc-sccs-grab-templates): New function.
7488 (vc-sccs-registered): Rewrite to use above mechanism.
7489 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
7490 Don't throw the result, simply return it.
7491
7492 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
7493 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
7494 (vc-cvs-registered): Does the check itself now. Simplify.
7495
7496 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
7497 from main line.
7498
74992000-09-04 Martin Lorentzson <martinl@gnu.org>
7500
7501 * vc-cvs.el (vc-cvs-diff): New function.
7502
7503 * vc-sccs.el (vc-sccs-diff): New function.
7504
7505 * vc-rcs.el (vc-rcs-diff): New function.
7506 (vc-rcs-checkout): Bug (typo) found and fixed.
7507 (vc-rcs-register-switches): New variable.
7508
7509 * vc.el (vc-backend-diff): Function removed and placed in the
7510 backend files.
7511
75122000-09-04 Martin Lorentzson <martinl@gnu.org>
7513
7514 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
7515
7516 * vc.el (vc-backend-checkout): Function removed and replaced in
7517 the vc-backend.el files.
7518
7519 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
7520
7521 * vc.el (vc-backend-admin): Removed and replaced in the
7522 vc-backend.el files.
7523
7524 * vc.el (Martin): Removed all the annotate functionality since it
7525 is CVS backend specific.
7526
75272000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7528
7529 * spec.txt: Added specification of vc-state.
7530
7531 * vc-sccs-hooks.el (vc-sccs-master-properties):
7532 Remove handling of vc-latest-version and
7533 vc-your-latest-version. What used to be vc-latest-version, is now
7534 returned as vc-workfile-version.
7535 (vc-sccs-workfile-version): Adapt.
7536
75372000-09-04 Dave Love <fx@gnu.org>
7538
7539 * vc.el: [Merged from mainline.]
7540 (vc-dired-mode): Make the dired-move-to-filename-regexp
7541 regexp match the date, to avoid treating date as file size.
7542 Add YYYY S option to WESTERN/
7543
75442000-09-04 Dave Love <fx@gnu.org>
7545
7546 * vc.el: Require `compile' when compiling.
7547 (vc-logentry-check-hook): New option.
7548 (vc-steal-lock): Use compose-mail.
7549 (vc-dired-mode-map): Defvar when compiling.
7550 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
7551 vc-sccs.el and renamed. Callers changed.
7552 (vc-backend-checkout, vc-backend-logentry-check)
7553 (vc-backend-merge-news): Doc fix.
7554 (vc-default-logentry-check): New function.
7555 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
7556 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
7557 (vc-backend-merge): Doc fix. Use backend functions.
7558 (vc-check-headers): Use backend functions.
7559
7560 * vc-cvs.el: Require vc when compiling.
7561 (vc-cvs-register-switches): Doc fix.
7562 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
7563 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
7564 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
7565 New functions (code from vc.el).
7566 (vc-annotate-display-default): Fix interactive spec.
7567 (vc-annotate-time-span): Doc fix.
7568
7569 * vc-rcs.el: Require vc when compiling.
7570 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
7571 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
7572 (vc-rcs-checkin): New functions (code from vc.el).
7573 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
7574 Doc fix.
7575 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
7576
7577 * vc-sccs.el: Require vc when compiling.
7578 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
7579 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
7580 (vc-sccs-revert)
7581 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
7582 from vc.el).
7583 (vc-sccs-add-triple, vc-sccs-record-rename)
7584 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
7585 (vc-sccs-admin): Doc fix.
7586
75872000-09-04 Martin Lorentzson <martinl@gnu.org>
7588
7589 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
7590 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
7591 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
7592 from vc.el.
7593
7594 * vc-sccs.el (vc-admin-sccs): Added from vc.el
7595
7596 * vc-cvs.el: Moved the annotate functionality from vc.el.
7597 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
7598
75992000-09-04 Dave Love <fx@gnu.org>
7600
7601 * vc.el (vc-backend-release): Call vc-system-release.
7602
7603 * vc-sccs.el (vc-sccs-system-release):
7604 Renamed from vc-sccs-backend-release.
7605
7606 * vc-rcs.el (vc-rcs-system-release):
7607 Renamed from vc-rcs-backend-release.
7608
7609 * vc-cvs.el (vc-cvs-system-release):
7610 Renamed from vc-cvs-backend-release.
7611
76122000-09-04 Dave Love <fx@gnu.org>
7613
7614 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
7615 backend files.
7616 (vc-backend-release): Dispatch to backend functions.
7617 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
7618 probably needs attention.]
7619
7620 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
7621 (vc-sccs-backend-release): New function.
7622
7623 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
7624 (vc-cvs-backend-release): New function.
7625
7626 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
7627 Doc fix.
7628 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
7629 (vc-default-dired-state-info): New function.
7630 (vc-dired-state-info): Dispatch to backends.
7631 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
7632
7633 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
7634 from vc.el and renamed.
7635
76362000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7637
7638 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
7639 (vc-version-other-window, vc-backend-assign-name): Removed
7640 references to vc-latest-version; sometimes changed into
7641 vc-workfile-version.
7642
7643 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
7644 vc-rcs-master-workfile-version.
7645 (vc-rcs-workfile-version): Use the above. Don't call
7646 vc-latest-version (that was unreachable code, anyway).
7647 (vc-rcs-fetch-master-properties): Doc fix.
7648
7649 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
7650 (vc-backend-hook-functions): Removed them from this list, too.
7651 (vc-fetch-properties): Removed.
7652 (vc-workfile-version): Doc fix.
7653
7654 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
7655 (vc-rcs-workfile-version, vc-rcs-locking-user)
7656 (vc-rcs-uses-locking): Use it.
7657
7658 * vc-hooks.el (vc-consult-rcs-headers):
7659 Moved into vc-rcs-hooks.el, under the name
7660 vc-rcs-consult-headers.
7661
7662 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
7663 headers.
7664 (vc-cvs-find-master): Use this name only; correct different
7665 versions of the name.
7666
7667 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
7668 New functions.
7669 (vc-sccs-locking-user): Use the latter.
7670
7671 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
7672 New functions.
7673
7674 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
7675 Moved into both
7676 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
7677 functions are implementation details of those two backends.
7678
76792000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7680
7681 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
7682 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
7683
7684 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
7685 (vc-sccs-parse-locks): SCCS-specific code moved here from
7686 vc-hooks.
7687
7688 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
7689 code moved here from vc-hooks.
7690
7691 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
7692 into back-end specific parts and removed. Callers not updated
7693 yet; because I guess these callers will disappear into back-end
7694 specific files anyway.
7695
76962000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7697
7698 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
7699 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
7700 `vc-uses-locking'.
7701
7702 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
7703 Store yes/no in the property, and return t/nil. Updated all
7704 callers.
7705
7706 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
7707 vc-sccs-uses-locking. Don't set property.
7708 (vc-sccs-locking-user): Don't set property.
7709
7710 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
7711 vc-cvs-uses-locking. Don't set property here; leave that to
7712 vc-hooks.
7713 (vc-cvs-locking-user): Reflect above change. Streamlined.
7714
7715 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
7716 vc-rcs-uses-locking.
7717 (vc-rcs-locking-user): Reflect above change.
7718
77192000-09-04 Dave Love <fx@gnu.org>
7720
7721 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
7722
7723 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
7724
7725 * vc-hooks.el (vc-checkout-model): Punt to backends.
7726
7727 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
7728
7729 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
7730
7731 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
7732 New functions.
7733
7734 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
7735 New functions.
7736
7737 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
7738 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
7739
7740 * vc-hooks.el (vc-default-locking-user): New function.
7741 (vc-locking-user, vc-workfile-version): Punt to backends.
7742
77432000-09-04 Dave Love <fx@gnu.org>
7744
7745 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
7746 (vc-master-workfile-version): Moved from vc-hooks.
7747
7748 * vc-rcs-hooks.el: Fix duplicate code in last change.
7749
7750 * vc-rcs-hooks.el: Require vc-hooks when compiling.
7751 (vc-rcs-master-templates): Improve :type.
7752 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
7753 vc-master-workfile-version): Moved from vc-hooks.
7754
7755 * vc-sccs-hooks.el: Require vc-hooks when compiling.
7756 (vc-sccs-master-templates): Improve :type.
7757 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
7758
7759 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
7760
7761 * vc-cvs-hooks.el: Require vc-hooks when compiling.
7762 (vc-cvs-master-templates): Improve :type. Use
7763 vc-cvs-find-cvs-master.
7764 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
7765 from vc-hooks.
7766 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
7767
7768 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
7769 Moved to vc-cvs-hooks.
7770
7771 * vc-hooks.el: Add doc strings in various places. Simplify the
7772 minor mode setup.
7773 (vc-handled-backends): New user variable.
7774 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
7775 simplification.
7776
77772000-09-04 Dave Love <fx@gnu.org>
7778
7779 * vc.el: Some doc fixes for autoloaded and interactive functions.
7780 Fix compilation warnings from ediff stuff.
7781 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
7782
7783 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
7784
7785 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
7786
7787 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
7788
77892000-09-04 Dave Love <fx@gnu.org>
7790
7791 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
7792 New variable.
7793 (vc-make-backend-function, vc-loadup, vc-call-backend)
7794 (vc-backend-defines): New functions.
7795
7796 * vc-hooks.el: Various doc fixes.
7797 (vc-default-back-end, vc-follow-symlinks): Custom fix.
7798 (vc-match-substring): Function removed. Callers changed to use
7799 match-string.
7800 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
7801 Simplify.
7802
78032000-09-04 Dave Love <fx@gnu.org>
7804
7805 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
7806 type.
7807 (vc-sccs-project-dir, vc-search-sccs-project-dir)
7808 (vc-sccs-registered): Doc fix.
7809
7810 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
7811 (vc-cvs-registered): Doc fix.
7812
7813 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
7814 (vc-rcs-registered): Doc fix.
7815
78162000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7817
7818 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
7819
7820 * vc-hooks.el: vc-registered has been renamed
7821 vc-default-registered. Some functions have been moved to the
7822 backend specific files. they all support the
7823 vc-BACKEND-registered functions.
7824
78252000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7826
7827 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
7828
7829 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
7830
78312000-09-04 Dave Love <fx@gnu.org>
7832
7833 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
7834 menu-bar-update-hook.
7835
7836 * help.el (help-manyarg-func-alist): Add
7837 find-operation-coding-system.
7838
7839 * wid-edit.el (widget-sexp-validate): Fix garbled code.
7840
7841 * custom.el (custom-set-variables): Print message about errors in
7842 setting.
7843
78442000-09-03 Andrew Innes <andrewi@gnu.org>
7845
7846 * makefile.w32-in: Change to DOS line endings.
7847
78482000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
7849
7850 * mouse.el (mouse-popup-menubar): Supply the prompt string for
7851 minor-mode keymaps, if they don't have one.
7852
78532000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
7854
7855 * eshell/esh-module.el (eval-when-compile): Don't lose if
7856 esh-module.el's file name is truncated to DOS 8+3 limits.
7857
78582000-09-01 John Wiegley <johnw@gnu.org>
7859
7860 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
7861 predicate, which caused entries in the completion list to be
7862 doubled.
7863
78642000-08-30 John Wiegley <johnw@gnu.org>
7865
7866 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
7867 sending to subprocesses. Also, hook pre-command-hook if
7868 `eshell-send-direct-to-subprocesses' is non-nil.
7869 (eshell-send-direct-to-subprocesses): New config variable. If t,
7870 subprocess input is send immediately.
7871 (eshell-toggle-direct-send): New function.
7872 (eshell-self-insert-command): New function.
7873 (eshell-intercept-commands): New function.
7874 (eshell-send-input): If direct subprocess sending is enabled,
7875 don't echo any input to the Eshell buffer. Let the subprocess
7876 handle that. This requires "stty echo" in bash, for example.
7877
78782000-08-28 John Wiegley <johnw@gnu.org>
7879
7880 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
7881 completion function for Eshell's implementation of `unset'.
7882
78832000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
7884
7885 * info.el (Info-directory-list): Doc fix.
7886
78872000-08-31 Peter Breton <pbreton@ne.mediaone.net>
7888
7889 * filecache.el (file-cache-add-directory-using-find): Don't quote
7890 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
7891
78922000-08-31 Kenichi Handa <handa@etl.go.jp>
7893
7894 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
7895 coding systems.
7896
78972000-08-30 Andrew Innes <andrewi@gnu.org>
7898
7899 * timer.el (run-with-idle-timer): Undo last change, so that timer
7900 is not activated immediately if Emacs is already idle. Some
7901 existing code relies on this behaviour.
7902
79032000-08-30 Miles Bader <miles@gnu.org>
7904
7905 * frame.el (set-frame-font): Do completion of font-name for
7906 interactive use.
7907
79082000-08-30 Kenichi Handa <handa@etl.go.jp>
7909
7910 * international/quail.el (quail-start-translation): Bind locally
7911 last-command-event, last-command, and this-command.
7912 (quail-start-conversion): Likewise.
7913 (quail-self-insert-command): Fix docstring.
7914
79152000-08-29 Gerd Moellmann <gerd@gnu.org>
7916
7917 * progmodes/executable.el
7918 (executable-make-buffer-file-executable-if-script-p): Check that
7919 buffer contains at least 2 characters.
7920
79212000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
7922
7923 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
7924
79252000-08-29 Dave Love <fx@gnu.org>
7926
7927 * diff-mode.el (diff-mode) <defgroup>: Add :version.
7928 (diff-mode-shared-map): Bind mouse-2.
7929 (diff-imenu-generic-expression): New variable.
7930 (diff-mode): Use it.
7931
7932 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
7933 (mouse-popup-menubar): Add minor mode menus.
7934 (popup-menu): Check for lookup-key returning number.
7935
79362000-08-29 Miles Bader <miles@gnu.org>
7937
7938 * comint.el (comint-send-input): Create overlays using the proper
7939 front/read-advance arguments.
7940
79412000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7942
7943 * ps-print.el: Even/odd pages printing. Doc fix.
7944 (ps-print-version): New version number (6.0).
7945 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
7946 (ps-background, ps-begin-file, ps-begin-job): Code fix.
7947 (ps-print-duplex-feature): Variable eliminated.
7948 (ps-even-or-odd-pages): New variable.
7949
7950 * progmodes/ebnf2ps.el: Doc fix.
7951 (ebnf-version): New version (3.3).
7952 (ebnf-user-arrow): Change variable customization to sexp.
7953 (ebnf-user-arrow): Function eliminated.
7954 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
7955
79562000-08-29 Kenichi Handa <handa@etl.go.jp>
7957
7958 * help.el (help-xref-mule-regexp): New variable.
7959 (help-make-xrefs): Handle help-xref-mule-regexp.
7960
7961 * international/mule-cmds.el (help-xref-mule-regexp-template): New
7962 variable.
7963 (describe-input-method): Temporarily activate the specfied input
7964 method to display the information.
7965 (describe-language-environment): Hyperlinks to mule related items.
7966
7967 * international/mule-diag.el (charset-multibyte-form-string): New
7968 function.
7969 (list-character-sets-1): Use charset-multibyte-form-string.
7970 (describe-character-set): New function.
7971 (describe-coding-system): Hyperlinks to safe character sets.
7972
7973 * international/quail.el (quail-help): New arg PACKAGE.
7974 Hyperlinks to mule related items.
7975 (quail-help-insert-keymap-description): Use
7976 substitute-command-keys instead of describe-bindings.
7977 (quail-translation-help): Hyperlinks to mule related items.
7978
79792000-08-28 John Wiegley <johnw@gnu.org>
7980
7981 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
7982 have a defsubst call itself. Made `eshell-flatten-list' back into
7983 a function again.
7984
7985 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
7986 catch, in case re-centering point at bottom messes up the display.
7987 This happens frequently in Emacs 21, due I believe to variable
7988 line heights.
7989
7990 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
7991 to call `find-tag-interactive'.
7992
7993 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
7994 the list of remember directories.
7995
79962000-08-28 John Wiegley <johnw@gnu.org>
7997
7998 * align.el: Test align-region-separate to see if it's a symbol.
7999
80002000-08-28 John Wiegley <johnw@gnu.org>
8001
8002 * eshell/esh-util.el (eshell-flatten-list): Made this function
8003 into a defsubst form. It gets used very frequently, although
8004 calls don't occur all that often.
8005
8006 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
8007 examining it.
8008
8009 * eshell/esh-cmd.el (eshell-rewrite-while-command):
8010 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
8011 `eshell-protect'.
8012 (eshell-copy-handles): Created a new macro for duplicating the
8013 current set of open handles. This is needed by the looping
8014 functions.
8015 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
8016 is not incorrectly stomped on.
8017
8018 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
8019 declaration for pcomplete-use-paring.
8020 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
8021 value of eshell-cmpl-use-paring.
8022 * pcomplete.el (pcomplete-use-paring): New config variable, to
8023 indicate whether paring should be used.
8024 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
8025 completion alternatives that have already been used.
8026
8027 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
8028 bound to C-c C-y, which will repeat the previous N arguments
8029 (based on prefix argument).
8030 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
8031
8032 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
8033 if there is no *Help* buffer. This is for XEmacs, which renames
8034 its help buffers uniquely. TODO: Find out what the current buffer
8035 name to delete is.
8036
8037 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
8038 first entry that correlates to a passwd/group number. Later
8039 entries (used for group/user name aliasing to multiple IDs) are
8040 ignored.
8041
8042 * eshell/em-xtra.el (eshell/expr):
8043 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
8044 (eshell-grep, eshell/diff, eshell/locate):
8045 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
8046 argument list, before passing it to the system command.
8047
8048 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
8049 `find-tag' for use at final position in Eshell buffers (which
8050 otherwise triggers an error on Emacs 21).
8051 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
8052 buffer, if it is currently bound to `find-tag'.
8053
8054 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
8055 in the list of matched Makefile names.
8056 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
8057 directory, prefer its contents to Makefile.
8058
8059 * eshell/em-dirs.el (eshell/cd): cd commands that look up
8060 directory parts (like "cd old new", or "cd =regexp"), are now case
8061 sensitive on non-Windows/DOS platforms.
8062
8063 * eshell/esh-mode.el (eshell-parse-command-input): When a user
8064 types RET after an open delimiter (like "), display a message
8065 indicating that Eshell is waiting for the closing delimiter.
8066
8067 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
8068 environment variables.
8069
8070 * eshell/em-unix.el (eshell/diff): Added logic to fail more
8071 gracefully if the user enters incorrect arguments.
8072
8073 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
8074 Eshell buffers.
8075
8076 * eshell/esh-var.el (eshell-interpolate-variable):
8077 * eshell/esh-mode.el (eshell-move-argument):
8078 * eshell/em-unix.el (eshell-du-sum-directory):
8079 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
8080 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
8081 (not (= ...)).
8082
8083 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
8084 to ensure the `preserve' flag gets propagated when doing recursive
8085 directory copies.
8086
80872000-08-28 Stefan Monnier <monnier@cs.yale.edu>
8088
8089 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
8090 Don't convert \n into \0177 in memory.
8091 (eshell-read-history, eshell-write-history): Convert \n to \0177,
8092 and back again, when reading and writing.
8093
80942000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
8095
8096 * eshell/esh-util.el (eshell-processp): Added to relieve constant
8097 testing of `fboundp' on `processp'.
8098
8099 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
8100 (eshell/jobs): Don't call process-list if it is not bound.
8101 (eshell-gather-process-output): Support systems where async
8102 subprocesses aren't supported.
8103 (eshell-scratch-buffer, eshell-last-sync-output-start): New
8104 variables.
8105
8106 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
8107 eshell-do-eval returns t.
8108 (eshell-do-pipelines-synchronously): New defmacro.
8109 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
8110 when async subprocesses aren't supported.
8111 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
8112 if async subprocesses aren't supported.
8113 (eshell-resume-command): Don't assume STATUS is a string.
8114
8115 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
8116
8117 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
8118 (eshell-close-target, eshell-get-target): Use eshell-processp.
8119 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
8120 fix.
8121 (eshell-get-target, eshell-create-handles): Doc fix.
8122
81232000-08-28 Miles Bader <miles@lsi.nec.co.jp>
8124
8125 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
8126 criterion to include commands that output something, as long as it
8127 leaves both the command and the end-of-buffer visible when the
8128 command has exited.
8129 (eshell-review-quick-commands): Adjust the help doc string
8130 accordingly.
8131
81322000-08-28 Peter Breton <pbreton@ne.mediaone.net>
8133
8134 * locate.el (locate): Cleaned up locate command's interactive prompting
8135 Thanks to Fran,Ag(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
8136
8137 * filecache.el (file-cache-case-fold-search): New variable
8138 (file-cache-assoc-function): New variable
8139 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
8140 Use file-cache-case-fold-search variable
8141 (file-cache-add-file): Use file-cache-assoc-function
8142 (file-cache-delete-file): likewise
8143 (file-cache-directory-name): likewise
8144 (file-cache-debug-read-from-minibuffer): likewise
8145
81462000-08-28 Gerd Moellmann <gerd@gnu.org>
8147
8148 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
8149 (abbrev-table-name): New function.
8150 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
8151 If non-nil list local abbrev, only.
8152
81532000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
8154
8155 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
8156 from Gnus support code, and use special article copy buffer
8157 `(gnus-original-article-buffer)' instead. This allows to get rid
8158 of article-hide-headers usage (which breaks in the latest Gnus
8159 version). Thanks to Detlev Zundel.
8160
81612000-08-28 Kenichi Handa <handa@etl.go.jp>
8162
8163 * international/quail.el (quail-use-package): Hide "... loaded"
8164 message.
8165 (quail-start-translation, quail-start-conversion): Likewise.
8166
8167 * international/kkc.el (kkc-region): Hide "... loaded" message.
8168
81692000-08-27 Dave Love <fx@gnu.org>
8170
8171 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
8172
81732000-08-27 Miles Bader <miles@gnu.org>
8174
8175 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
8176
81772000-08-27 Kenichi Handa <handa@etl.go.jp>
8178
8179 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
8180 'ja-dic-cnv), not (require 'skkdic-cnv).
8181
81822000-08-26 Miles Bader <miles@gnu.org>
8183
8184 * faces.el (face-x-resources): Add entry for :inherit.
8185 * cus-face.el (custom-face-attributes): Add support for :inherit
8186 attribute. Add support for relative face heights.
8187 (custom-face-attributes-get): Treat `nil' as being a default value
8188 for :inherit (as well as `unspecified').
8189
8190 * faces.el (set-face-attribute): Update doc string.
8191 (face-attribute-name-alist): Add :inherit.
8192 (face-valid-attribute-values): Handle :inherit.
8193 (face-read-string): Rephrase prompt to be less confusing.
8194 Assume that DEFAULT is a string, since we must return a string.
8195 (face-read-integer): Use `format' to turn DEFAULT into an
8196 acceptable default for face-read-string. Match NEW-VALUE against
8197 the string "unspecified", not the symbol `unspecified', since
8198 that's what face-read-string returns.
8199 (read-face-attribute): Lookup a name for old-value in valid, and
8200 use it as a default if we find one. Treat all values from
8201 face-read-string as strings. If the default is used, don't do any
8202 more processing on the value, just use the old value directly.
8203 (read-face-and-attribute, modify-face): Tweak prompt.
8204 (read-face-name): Don't assume prompt ends with a space.
8205
8206 * faces.el (describe-face): Add support for :inherit attribute.
8207
82082000-08-25 Kenichi Handa <handa@etl.go.jp>
8209
8210 * terminal.el (terminal-emulator): Fix args to `concat'. Now
8211 concat doesn't accept interger.
8212
8213 * international/kkc.el: Remove SKK from Keywords. Require
8214 ja-dic-utl instead of skkdic-utl.
8215
8216 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
8217 Provide ja-dic-cnv instead of skkdic-cnv.
8218 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
8219 (iso-2022-7bit-short): Add safe-charsets property.
8220 (skkdic-convert-postfix): Search Japanese chou-on character in
8221 addition to Hiragana character.
8222 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
8223 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
8224 (batch-skkdic-convert): Likewise.
8225
8226 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
8227 Provide ja-dic-utl instead of skkdic-utl.
8228 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
8229
82302000-08-24 Dave Love <fx@gnu.org>
8231
8232 * disp-table.el (standard-display-default): Make the test of `l'
8233 useful.
8234
8235 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
8236 mod sample text.
8237
8238 * international/iso-ascii.el: Make pilcrow convenient string
8239 consistent with section.
8240 (iso-ascii-display): Set up multibyte characters as well as
8241 unibyte.
8242
82432000-08-24 Kenichi Handa <handa@etl.go.jp>
8244
8245 * international/mule-cmds.el (reset-language-environment): Set
8246 default-process-coding-system to '(undecided . iso-latin-1), which
8247 makes process I/O almost consistent with file I/O. Call this
8248 function when mule-cmds.el[c] is loaded.
8249
82502000-08-22 Andrew Innes <andrewi@gnu.org>
8251
8252 * makefile.w32-in: New file.
8253
82542000-08-22 Miles Bader <miles@lsi.nec.co.jp>
8255
8256 * comint.el (comint-output-filter): Compare end of
8257 comint-last-output-overlay with the start of the newly inserted
8258 text, not the end, when deciding whether to extend it.
8259 Set saved-point's insertion type to advance after insertion.
8260
8261 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
8262 since this is now done independently of font-lock mode.
8263
82642000-08-21 Gerd Moellmann <gerd@gnu.org>
8265
8266 * server.el (server-kill-new-buffers): New user option.
8267 (server-existing-buffer): New buffer-local variable.
8268 (server-visit-files): When using an existing buffer, set
8269 server-existing-buffer to t.
8270 (server-buffer-done): If server-kill-new-buffers is t, kill the
8271 buffer, unless it was already present before visiting it with
8272 Emacs server.
8273
82742000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
8275
8276 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
8277 even if the display doesn't support colors: some displays will
8278 support bold/underline faces.
8279
82802000-08-21 Gerd Moellmann <gerd@gnu.org>
8281
8282 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
8283
8284 * startup.el (command-line): If user's init file had an error,
8285 add explanatory text to *Messages*.
8286
82872000-08-21 Kenichi Handa <handa@etl.go.jp>
8288
8289 * man.el (Man-getpage-in-background): Decode the process output by
8290 the system locale coding system.
8291
82922000-08-20 Dave Love <fx@gnu.org>
8293
8294 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
8295 Don't test x-popup-menu.
8296 (function) <complete-function>: Complete only fbound symbols.
8297 <validate, value>: New.
8298 (variable) <complete-function>: Complete only bound symbols.
8299 (coding-system): Add :base-only, :complete-function, :validate,
8300 :value, :prompt-match.
8301 (widget-coding-system-prompt-value): Use read-coding-system and
8302 act on :base-only.
8303 (editable-field): Add :help-echo.
8304 (widget-push-button-gui, widget-push-button-cache)
8305 (widget-gui-action, widget-editable-list-gui): COmment out, along
8306 with uses.
8307 (widget-at): Make arg optional.
8308 (widget-echo-help): Adjust for current help-echo calling sequence.
8309 (widget-specify-field, widget-specify-button)
8310 (widget-specify-insert, widget-get-sibling, widget-image-find)
8311 (widget-convert, widget-insert, widget-leave-text)
8312 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
8313 (widget-setup, widget-field-find, widget-before-change)
8314 (widget-after-change, widget-default-complete)
8315 (widget-default-create, widget-default-delete)
8316 (widget-push-button-value-create, editable-field)
8317 (widget-field-prompt-value, widget-field-validate)
8318 (widget-choice-value-create, widget-choice-action)
8319 (widget-choice-validate, widget-checklist-add-item)
8320 (widget-radio-add-item, widget-radio-chosen)
8321 (widget-radio-value-inline, widget-editable-list-value-create)
8322 (widget-editable-list-entry-create)
8323 (widget-documentation-link-add)
8324 (widget-documentation-string-value-create)
8325 (widget-regexp-validate, widget-file-complete)
8326 (widget-sexp-validate, widget-plist-convert-widget)
8327 (widget-plist-convert-widget, widget-alist-convert-widget)
8328 (widget-alist-convert-widget, widget-color-complete): Simplify,
8329 particularly to avoid bindings which aren't optimized out.
8330
8331 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
8332 Doc fix.
8333 (down-list, backward-up-list, up-list, kill-sexp)
8334 (backward-kill-sexp, mark-sexp): Make arg optional.
8335 (lisp-complete-symbol): Add optional arg PREDICATE.
8336
8337 * cus-start.el: Add display-buffer-reuse-frames,
8338 file-coding-system-alist.
8339
83402000-08-20 Gerd Moellmann <gerd@gnu.org>
8341
8342 * startup.el (command-line): Clear realized faces after
8343 modifying TTY color mappings.
8344
83452000-08-20 Miles Bader <miles@gnu.org>
8346
8347 * faces.el (face-attr-match-p): Don't return true if ATTRS are
8348 merely a subset of FACE's attributes.
8349
83502000-08-19 Miles Bader <miles@gnu.org>
8351
8352 * comint.el (comint-output-filter): Save the point with a marker,
8353 not just a buffer position.
8354
8355 * international/mule.el (set-buffer-process-coding-system): Make
8356 interactive prompt less confusing.
8357
83582000-08-19 Gerd Moellmann <gerd@gnu.org>
8359
8360 * hilit-chg.el: General cleanup of doc strings, comments and
8361 code formatting.
8362
83632000-08-19 Miles Bader <miles@gnu.org>
8364
8365 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
8366 Compiler macro removed; beginning-of-line is no longer always
8367 equivalent to forward-line, in the presence of fields.
8368
8369 * comint.el (comint-output-filter): Remove ad-hoc saving of
8370 restriction, and just use save-restriction, now that it works
8371 correctly. Don't adjust comint-last-input-start to account for
8372 our insertion; it shouldn't have moved because we don't use
8373 insert-before-markers anymore. Comment out call to
8374 `force-mode-line-update'; why is it here?
8375
8376 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
8377 while checking for prompt to delete. Use `forward-line 0'
8378 instead of beginning-of-line.
8379 (gud-filter): Temporarily widen gud comint buffer while
8380 examining output.
8381
83822000-08-18 Stefan Monnier <monnier@cs.yale.edu>
8383
8384 * progmodes/sh-script.el: Big bag of typos.
8385
8386 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
8387 check since ispell-process is not bound when ispell is not yet loaded.
8388
83892000-08-18 Dave Love <fx@gnu.org>
8390
8391 * image.el (find-image): Copy `spec' before using plist-put.
8392
83932000-08-18 Gerd Moellmann <gerd@gnu.org>
8394
8395 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
8396 `portugues'.
8397
8398 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
8399 backward-kill-sexp, analogous to kill-sexp.
8400
8401 * progmodes/icon.el (icon-indent-line)
8402 (icon-is-continuation-line): Handle comments specially.
8403
84042000-08-17 Ken Stevens <k.stevens@ieee.org>
8405
8406 * ispell.el: Set to standard author/maintainer/keyword fields.
8407 Fine tuning to menu map appearance and operation, and added help.
8408 Remove `start' and `end' error messages when compiling.
8409 (ispell-choices-win-default-height): Fixed comment string.
8410 (ispell-dictionary-alist-1): Fixed regexp in castellano and
8411 castellano8 dictionaries.
8412 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
8413 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
8414 dictionary, added italiano dictionary.
8415 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
8416 word character
8417 (ispell-tex-skip-alists): Added psfig support.
8418 (ispell-skip-html): Renamed from ispell-skip-sgml.
8419 (ispell-begin-skip-region-regexp, ispell-skip-region)
8420 (ispell-minor-check): Improved html skipping support to skip across
8421 code, and recognize `&' commands without propper `;' syntax;
8422 (ispell-process-line): Fix alignment error when manually
8423 correcting spelling.
8424 (ispell): Fix comment string.
8425 (ispell-add-per-file-word-list): Always put word list on new line.
8426
84272000-08-17 Gerd Moellmann <gerd@gnu.org>
8428
8429 * format.el (format-encode-run-method): Fix error message to say
8430 `encode' instead of `decode'. Use save-window-excursion around
8431 shell-command-on-region as in format-decode-run-method because
8432 shell-command-on-region can display a buffer with error output.
8433 (format-decode): Don't record undo information for the decoding.
8434 (format-annotate-function): Add parameter FORMAT-COUNT. Make
8435 that number part of the temporary buffer name so that more than
8436 one decoding using a temporary buffer can happen safely.
8437
8438 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
8439 of `A-z' in the regexp.
8440
8441 * hilit-chg.el: Fix typos in commentary.
8442
8443 * help.el (view-emacs-news): Rewritten for new naming scheme
8444 for old NEWS files.
8445
8446 * startup.el (command-line): Pop to *Messages* in case an error
8447 is signaled while loading user-init-file.
8448
84492000-08-17 Andreas Schwab <schwab@suse.de>
8450
8451 * files.el (insert-directory): Don't lose original file name,
8452 undoing an undocumented change.
8453
84542000-08-17 Alex Schroeder <alex@gnu.org>
8455
8456 * sql.el (sql-magic-go): Use comint-bol.
8457 (sql-copy-column): Use comint-line-beginning-position.
8458 (comint-line-beginning-position): Define a replacement for
8459 comint-line-beginning-position if it is not fboundp.
8460
84612000-08-17 Alex Schroeder <alex@gnu.org>
8462
8463 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
8464 it didn't have any effect anyway.
8465
84662000-08-17 Alex Schroeder <alex@gnu.org>
8467
8468 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
8469 --pset and pager=off instead of sending \\o|cat at the beginning
8470 of the session.
8471
84722000-08-17 Miles Bader <miles@gnu.org>
8473
8474 * progmodes/octave-inf.el: Add compatibility definition of
8475 comint-line-beginning-position.
8476
84772000-08-17 Kenichi Handa <handa@etl.go.jp>
8478
8479 * startup.el (normal-top-level): Look in each dir in load-path for
8480 a leim-list.el file too. This assures of loading leim-list.el
8481 that is created at Emacs installation time even if a user have his
8482 own leim-list.el.
8483
84842000-08-17 Miles Bader <miles@gnu.org>
8485
8486 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
8487 foreground color to black if the background is dark.
8488
84892000-08-16 Stefan Monnier <monnier@cs.yale.edu>
8490
8491 * loadhist.el (unload-feature): Typo.
8492
8493 * finder.el (finder-compile-keywords):
8494 * cus-dep.el (custom-make-dependencies): Add local-variable settings
8495 to the generated file.
8496
8497 * mail/mh-e.el (mh-make-local-vars):
8498 Replace make-variable-buffer-local with make-local-variable.
8499
8500 * play/landmark.el:
8501 * options.el (Edit-options-{set,toggle,t,nil}):
8502 * mail/mailabbrev.el (mail-abbrevs-mode):
8503 * textmodes/tex-mode.el (tex-expand-files):
8504 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
8505
8506 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
8507
8508 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
8509 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
8510 Allow going past the last element.
8511 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
8512 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
8513 (cvs-mouse-toggle-mark): Don't move point.
8514 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
8515
8516 * progmodes/compile.el (grep): Provide a default set of files.
8517 (next-error): Docstring fix.
8518 (compilation-find-file): Avoid find-file (fails in a dedicated window).
8519
8520 * emacs-lisp/easy-mmode.el (define-minor-mode):
8521 Use `symbol-value' to keep the byte-compiler quiet.
8522
8523 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
8524 (diff-find-source-location): New fun, extracted from diff-goto-source.
8525 (diff-goto-source): Use it.
8526 (diff-next-complex-hunk, diff-filter-lines): New function.
8527 (diff-apply-hunk): New command.
8528
8529 * smerge-mode.el (smerge-mode-menu): Doc fix.
8530
8531 * msb.el (msb-mode): Define it in terms of define-minor-mode.
8532
85332000-08-16 Dave Love <fx@gnu.org>
8534
8535 * windmove.el (windmove) <defgroup>: Add :version.
8536
8537 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
8538 (goto-address-fontify-p, goto-address-highlight-p)
8539 (goto-address-url-face, goto-address-url-mouse-face)
8540 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
8541 (goto-address-url-regexp): Use thing-at-point-url-regexp.
8542 (goto-address-fontify, goto-address-at-mouse): Simplify,
8543 (goto-address-at-point): browse-url-url-at-point,
8544 goto-address-find-address-at-point can return nil.
8545 (goto-address-find-address-at-point): Return nil on failure.
8546
8547 * align.el (align) <defgroup>: Add :version.
8548
8549 * calculator.el (calculator): Add :version.
8550 (calculator): Use two lines for calculator window if `modeline'
8551 face is boxed.
8552
8553 * play/5x5.el: Doc fixes.
8554 (5x5) <defgroup>: Add :version.
8555
8556 * play/fortune.el (fortune) <defgroup>: Add :version.
8557 (fortune-append): Fix error message.
8558 (fortune-from-region): Doc fix.
8559
8560 * play/pong.el (pong): Doc fix.
8561
8562 * play/morse.el: Keywords, commentary, autoloads.
8563
85642000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
8565
8566 * desktop.el (desktop-save): Don't look at symbol-value of a
8567 member of minor-mode-alist, unless it is boundp.
8568
85692000-08-16 Sam Steingold <sds@gnu.org>
8570
8571 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
8572 `while'; use `with-current-buffer' instead of `save-excursion'.
8573 Removed unnecessary kludges now that "*Buffer List*" is excluded.
8574
85752000-08-16 Kenichi Handa <handa@etl.go.jp>
8576
8577 * international/ccl.el (declare-ccl-program): Docstring modified.
8578 (ccl-execute-with-args): Likewise.
8579
85802000-08-16 Miles Bader <miles@gnu.org>
8581
8582 * progmodes/sql.el: Add compatibility definition of
8583 comint-line-beginning-position.
8584
85852000-08-15 Gerd Moellmann <gerd@gnu.org>
8586
8587 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
8588 'buffer-menu' property.
8589 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
8590 fails.
8591 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
8592 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
8593 wasn't killed.
8594
8595 * buff-menu.el (list-buffers-noselect): Don't display the
8596 *Buffer List* buffer.
8597
8598 * font-lock.el: Require jit-lock to prevent a very late
8599 `Loading jit-lock' message.
8600
8601 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
8602 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
8603 mail address.
8604
86052000-08-15 Miles Bader <miles@gnu.org>
8606
8607 * textmodes/ispell.el (ispell-graphic-p): New constant.
8608 (ispell-choices-win-default-height, ispell-help): Use
8609 `ispell-graphic-p' instead of `xemacsp'.
8610
86112000-08-15 Dave Love <fx@gnu.org>
8612
8613 * simple.el: Autoload widget-convert when compiling.
8614 (mail-user-agent): Doc fix.
8615
8616 * help.el (function-called-at-point, variable-at-point): Use
8617 with-syntax-table.
8618 (help-manyarg-func-alist): Add insert-and-inherit.
8619
8620 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
8621
8622 * delsel.el (delsel-unload-hook): New function.
8623
8624 * find-file.el: Doc fixes. Move provide to end.
8625 (ff) <defgroup>: Add :link.
8626 (ff-goto-click): Deleted.
8627 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
8628 Use mouse-set-point.
8629
8630 * textmodes/tildify.el: Doc fixes.
8631 (tildify) <defgroup>: Add:version.
8632
8633 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
8634 (glasses-custom-set): Use set-default, not set.
8635 (minor-mode-alist): Propertize the lighter.
8636 (glasses-mode): Provide optional arg.
8637
8638 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
8639 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
8640 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
8641 option. Provide :type.
8642 (cwarn-configuration): Provide :type.
8643 (cwarn-mode): Doc fix.
8644
8645 * add-log.el (change-log-merge): Doc fix.
8646 (change-log-redate): New command.
8647
8648 * net/browse-url.el (browse-url-filename-alist): Add a clause for
8649 Doze and Dog.
8650 (browse-url): Use dolist, not mapcar.
8651 (browse-url-at-point): Check for null url.
8652 (browse-url-event-buffer, browse-url-event-point): Functions
8653 deleted.
8654 (browse-url-at-mouse, browse-url-netscape): Simplify.
8655
8656 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
8657 modes.
8658 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
8659 Fix previous change to mapcan.
8660 (msb--init-file-alist, msb--add-separators)
8661 (msb--make-keymap-menu): Simplify.
8662 (msb--choose-file-menu): Use copy-sequence.
8663 (msb-mode-map): Add title to keymap.
8664 (msb-unload-hook): New function.
8665
8666 * bs.el: Fix indentation.
8667 (bs) <defgroup>: Add :links.
8668 (bs-show): Doc fix.
8669 (bs-apply-sort-faces): Don't use window-system.
8670 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
8671
86722000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
8673
8674 * calendar/timeclock.el (timeclock-file): Run .timelog through
8675 convert-standard-filename.
8676
86772000-08-14 Gerd Moellmann <gerd@gnu.org>
8678
8679 * emacs-lisp/authors.el: New file.
8680
8681 * paren.el (show-paren-priority): New user option.
8682 (show-paren-function): Set overlay priorities to
8683 show-paren-priority.
8684
86852000-08-14 Miles Bader <miles@gnu.org>
8686
8687 * comint.el (comint-bol): Use `forward-line 0' instead of calling
8688 beginning-of-line with inhibit-field-text-motion bound.
8689
86902000-08-14 Gerd Moellmann <gerd@gnu.org>
8691
8692 * calendar/timeclock.el: New file.
8693
86942000-08-14 David Ponce <david@dponce.com>
8695
8696 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
8697 `widget-button-click'. so that one can use left mouse button to
8698 click on dialog buttons.
8699
87002000-08-14 Emmanuel Briot <briot@gnat.com>
8701
8702 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
8703 identifiers, since XML is case sensitive
8704
87052000-08-12 Miles Bader <miles@gnu.org>
8706
8707 * comint.el (comint-output-filter): Don't bother frobbing
8708 window-start, it doesn't seem to be necessary.
8709
8710 * comint.el (comint-send-string, comint-send-region): Make into
8711 real functions. Snapshot the prompt before sending.
8712
87132000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
8714
8715 * info.el (Info-find-emacs-command-nodes): Rewrite to use
8716 technique similar to Info-index, instead of relying on specific
8717 names of relevant Index nodes.
8718 (Info-goto-emacs-command-node): Bind Info-history to nil when
8719 going to the first node found by Info-find-emacs-command-nodes.
8720
87212000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
8722
8723 * menu-bar.el (menu-bar-help-menu): Add a :help string.
8724
87252000-08-10 Miles Bader <miles@gnu.org>
8726
8727 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
8728
87292000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
8730
8731 * info.el (Info-file-list-for-emacs): More elements for the
8732 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
8733 and woman manuals.
8734
87352000-08-10 Miles Bader <miles@lsi.nec.co.jp>
8736
8737 * comint.el (comint-send-input): Make the newline boundary overlay
8738 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
8739 (comint-output-filter): Use `insert' instead of
8740 `insert-before-markers'. Extend comint-last-output-overlay when
8741 necessary since we can't rely on insert-before-markers to do it.
8742 * gud.el (gud-filter): Use `with-current-buffer' instead of
8743 save-excursion when inserting the output, so that point gets
8744 updated correctly; the old method relied on a rather dodgy
8745 side-effect of comint-output-filter to avoid the effect of
8746 save-excursion.
8747
87482000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
8749
8750 * files.el (recover-file): Call insert-directory instead of
8751 invoking `ls' directly.
8752
87532000-08-10 Miles Bader <miles@gnu.org>
8754
8755 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
8756 (comint-last-prompt-overlay): New variables.
8757 (comint-output-filter): Implement prompt highlighting.
8758 (comint-snapshot-last-prompt): New function.
8759 (comint-send-input): Snapshot the last prompt.
8760 Use comint-highlight-input-face.
8761 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
8762 Use defface instead of defcustom.
8763 (send-invisible, comint-send-eof): Snapshot the last prompt.
8764 (comint-delchar-or-maybe-eof): Use comint-send-eof.
8765 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
8766
87672000-08-09 Stefan Monnier <monnier@cs.yale.edu>
8768
8769 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
8770 (regexp-opt-group): Use a list of chars for `letters'.
8771 (regexp-opt-charset): `chars' is now a list of chars.
8772 Use a char-table rather than a vector so it works for multibyte chars.
8773
8774 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
8775 Set cvs-minor-current-files to the selected fileinfo.
8776 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
8777 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
8778
87792000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
8780
8781 * files.el (insert-directory): Don't call access-file on
8782 directories on DOS and Windows.
8783
87842000-08-09 Kenichi Handa <handa@etl.go.jp>
8785
8786 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
8787 longer if necessary.
8788 (ccl-embed-code): Call ccl-embed-data to store CODE in
8789 ccl-program-vector.
8790
87912000-08-09 Miles Bader <miles@gnu.org>
8792
8793 * comint.el (comint-output-filter): Properly handle the case where
8794 the text surrounded by comint-last-output-overlay was deleted.
8795
87962000-08-08 Gerd Moellmann <gerd@gnu.org>
8797
8798 * info.el (Info-insert-dir): Use Info-additional-directory-list if
8799 non-nil.
8800 (Info-file-list-for-emacs): Remove "info" from the list because
8801 that leads to trying to use the documentation from file `info'
8802 in various situations where it isn't appropriate, for instance
8803 C-h C-k C-h i.
8804
8805 * ffap.el (ffap-read-file-or-url-internal): Handle case that
8806 DIR and/or STRING are nil.
8807
8808 * progmodes/compile.el (compilation-setup): Make variable
8809 compilation-error-screen-columns buffer-local, as some comment
8810 in the code suggests it should be.
8811
8812 * files.el (auto-mode-interpreter-regexp): New variable.
8813 (set-auto-mode): Use it.
8814
8815 * indent.el (indent-for-tab-command): Doc fix.
8816
8817 * mouse-sel.el (mouse-sel-mode): Doc fix.
8818
8819 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
8820 labels.
8821
8822 * help.el (print-help-return-message): When
8823 display-buffer-reuse-frames is set, let the help window been quit,
8824 instead of deleting it, which might delete a reused frame.
8825
88262000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
8827
8828 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
8829 rename a directory to a name that differs only by its letter case.
8830
88312000-08-08 Kenichi Handa <handa@etl.go.jp>
8832
8833 * international/quail.el (quail-define-rules): Handle Quail decode
8834 map correctly. Add code for supporting annotations.
8835 (quail-install-decode-map): New function.
8836 (quail-defrule-internal): New optional arguments decode-map and
8837 props.
8838 (quail-advice): New function.
8839
88402000-08-07 Sam Steingold <sds@gnu.org>
8841
8842 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
8843 `defconst', `define-condition', `with-slots'.
8844 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
8845
88462000-08-03 Miles Bader <miles@gnu.org>
8847
8848 * comint.el (comint-use-prompt-regexp-instead-of-fields):
8849 New variable.
8850 (comint-prompt-regexp, comint-get-old-input): Document dependence on
8851 comint-use-prompt-regexp-instead-of-fields.
8852 (comint-send-input): Add `input' field property to stuff we send to
8853 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
8854 (comint-output-filter): Add `output' field property to process
8855 output, if comint-use-prompt-regexp-instead-of-fields is nil.
8856 (comint-replace-by-expanded-history)
8857 (comint-get-old-input-default, comint-show-output)
8858 (comint-backward-matching-input, comint-forward-matching-input)
8859 (comint-next-prompt, comint-previous-prompt): Use field
8860 properties if comint-use-prompt-regexp-instead-of-fields is nil.
8861 (comint-line-beginning-position): New function.
8862 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
8863 (comint-replace-by-expanded-history-before-point): Use
8864 comint-line-beginning-position and line-end-position.
8865 (comint-last-output-overlay): New variable.
8866 (comint-mode): Make `comint-last-output-overlay' buffer-local.
8867
8868 * shell.el (shell-prompt-pattern): Doc change.
8869 (shell-backward-command): Use line-beginning-position.
8870
8871 * gud.el (gud-gdb-complete-command): Use
8872 comint-line-beginning-position.
8873
8874 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
8875 comint-bol doesn't actually go to the beginning of the line.
8876
8877 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
8878 if comint-use-prompt-regexp-instead-of-fields is non-nil.
8879 (try-expand-line-all-buffers): Likewise.
8880
8881 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
8882 explicitly matching comint-prompt-regexp.
8883 (sql-copy-column): Use comint-line-beginning-position instead of
8884 explicitly matching comint-prompt-regexp.
8885
8886 * progmodes/octave-inf.el (inferior-octave-complete): Use
8887 comint-line-beginning-position.
8888
8889 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
8890
8891 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
8892 looking for a prompt, use `forward-line 0' instead of
8893 `beginning-of-line', to avoid getting caught by an input field.
8894
88952000-08-07 Gerd Moellmann <gerd@gnu.org>
8896
8897 * files.el (shell-quote-wildcard-pattern): Make sure to return
8898 PATTERN, in the Unix case.
8899
89002000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
8901
8902 * play/zone.el (zone): Discard any pending input before running
8903 the randomly-chosen pgm.
8904
89052000-08-07 Kenichi Handa <handa@etl.go.jp>
8906
8907 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
8908 checking the existence of any multibyte characters.
8909
89102000-08-06 Gerd Moellmann <gerd@gnu.org>
8911
8912 * help.el (describe-mode): Test minor-mode symbol for being
8913 bound before testing its value for being nil.
8914
8915 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
8916 `first', `second', and `third'.
8917
8918 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
8919 (second): Make it an alias for `cadr'.
8920
89212000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
8922
8923 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
8924 types of display support faces now.
8925
89262000-08-05 Gerd Moellmann <gerd@gnu.org>
8927
8928 * pcvs.el (require): Require `cl' during compilation, only.
8929
8930 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
8931 (toplevel): Remove `remq' and `remove' from autoloads.
8932 (cl-fake-autoloads): New variable. If set, arrange for an error
8933 when CL functions etc. are autoloaded.
8934
89352000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
8936
8937 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
8938
8939 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
8940 popped up, but the user clicks outside the menu, return an empty
8941 regexp (that causes unhighlight-regexp to have no effect).
8942
8943 * menu-bar.el (menu-bar-games-menu): Add Zone.
8944
8945 * hi-lock.el (toplevel): Require font-lock.
8946
89472000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8948
8949 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
8950 (ebnf-8-bit-chars): New var for bug fix.
8951 (ebnf-string): Bug fix.
8952
89532000-08-03 Sam Steingold <sds@gnu.org>
8954
8955 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
8956 instead of `buffer-string'.
8957 (require 'cl): Always, not just when compiling.
8958 `ignore-errors' in `interactive', `list*', `defun*' &c make this
8959 necessary.
8960
89612000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
8962
8963 * international/mule-cmds.el (select-safe-coding-system): Make
8964 the message text about selecting a safe coding system more clear.
8965
89662000-08-02 Gerd Moellmann <gerd@gnu.org>
8967
8968 * hi-lock.el: New file.
8969
8970 * play/zone.el: New file.
8971
8972 * replace.el (occur): Set tab-width in the *Occur* buffer to the
8973 value of tab-width in the original buffer. Choose a line number
8974 format that's a multiple of the original buffer's tab width, so
8975 that lines appear right.
8976
8977 * textmodes/ispell.el (ispell): New function, replacing an alias.
8978 Spell-check active region if in transient-mark-mode and mark
8979 is active; otherwise spell-check buffer.
8980
89812000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8982
8983 * ps-mule.el: Fix a customization problem on
8984 ps-mule-font-info-database-default.
8985
89862000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
8987
8988 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
8989 display-mouse-p instead of window-system.
8990 (ebrowse-member-mode-map): Ditto.
8991
89922000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8993
8994 * progmodes/ebnf2ps.el: Update ps-print functions call.
8995 Indentation fix. Doc fix.
8996 (ebnf-version): New version number (3.2).
8997 (ebnf-format-color, ebnf-begin-job): Code fix.
8998
89992000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
9000
9001 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
9002 font lock support on window-system.
9003 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
9004
9005 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
9006 display-color-p, if fboundp, instead of window-system.
9007
90082000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
9009
9010 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
9011 instead of window-system.
9012
9013 * wid-edit.el (widget-choose): Use display-mouse-p instead of
9014 window-system.
9015 (widget-choice-mouse-down-action): Use display-popup-menus-p
9016 instead of window-system.
9017
9018 * strokes.el (strokes-file): Run the file name through
9019 convert-standard-filename.
9020 (strokes-mode): Call display-mouse-p instead of looking at
9021 window-system. Change the error message accordingly.
9022
9023 * progmodes/cpp.el (toplevel): Support faces on tty's.
9024
9025 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
9026 (lm-plot-square, lm-init-display): Don't use window-system.
9027
9028 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
9029 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
9030
9031 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
9032 instead of looking at window-system.
9033
90342000-07-30 Gerd Moellmann <gerd@gnu.org>
9035
9036 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
9037 of testing if iswitchb-prepost-hooks is bound, because the
9038 latter will always be true when invoking a recursive minibuffer
9039 from an active Iswitchb buffer.
9040
90412000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
9042
9043 * files.el (shell-quote-wildcard-pattern): New function.
9044 (insert-directory): Call it. Only prepend "\" to command on Unix
9045 and GNU/Linux systems.
9046
90472000-07-30 Gerd Moellmann <gerd@gnu.org>
9048
9049 * eshell/esh-groups.el: Change custom :link file names
9050 from `eshell.info' to `eshell'.
9051
90522000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
9053
9054 * dired.el (dired-build-subdir-alist): Expand subdirectory names
9055 correctly in recursive ange-ftp listings.
9056
90572000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9058
9059 * ps-print.el: Fix bug 1: if ps-font-size-internal,
9060 ps-header-font-size-internal and
9061 ps-header-title-font-size-internal variables are not set,
9062 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
9063 face text property is (foreground-color . COLOR) or
9064 `(background-color . COLOR)', ps-print crashes. Doc fix.
9065 (ps-print-version): New version number (5.2.4).
9066 (ps-plot-region): Code fix.
9067 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
9068 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
9069 Bug fix 2.
9070
90712000-07-30 Milan Zamazal <pdm@freesoft.cz>
9072
9073 * glasses.el (glasses-make-readable): Fix uncapitalization of
9074 identifiers like `myXMLDocument'.
9075
90762000-07-28 Karl Fogel <kfogel@red-bean.com>
9077
9078 * mail/mail-hist.el (mail-hist-previous-input)
9079 (mail-hist-next-input): Do the obvious code factorization.
9080 (mail-hist-retrieve-and-insert): New func, contains common
9081 code of above two.
9082 If inserting a message body, leave point at top.
9083
90842000-07-28 Sam Steingold <sds@gnu.org>
9085
9086 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
9087 Use `<=', not `<' to compare times!
9088 (ange-ftp-ls): Remove.
9089
90902000-07-27 Gerd Moellmann <gerd@gnu.org>
9091
9092 * play/cookie1.el: Add explanation of how to make cookie.el
9093 compatible with strfile(1) to comment.
9094
9095 * subr.el (remove, remq): New functions.
9096
9097 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
9098 escape `*' in regexps.
9099 (midnight-find): Reverse order of arguments in the funcall of
9100 TEST.
9101
9102 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
9103 and `.class'.
9104
9105 * play/meese.el: Add Commentary section.
9106
91072000-07-27 Alex Schroeder <alex@gnu.org>
9108
9109 * sql.el (sql-ms): Added autoload cookie.
9110 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
9111 (sql-oracle): Ditto.
9112 (sql-help): Doc change.
9113
9114 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
9115 types and exceptions.
9116
91172000-07-27 Alex Schroeder <alex@gnu.org>
9118
9119 * sql.el (sql-placeholder-history): New variable.
9120 (sql-query-placeholders-and-send): New function that will query
9121 the user and replace placeholders with user input.
9122 (sql-oracle): If running on NT, set comint-input-sender to
9123 sql-query-placeholders-and-send.
9124
9125 (sql-stop): If in the SQLi buffer, insert stop notification, else
9126 present it as a message.
9127
91282000-07-27 Alex Schroeder <alex@gnu.org>
9129
9130 * sql.el (sql-input-ring-separator): Doc change.
9131 (sql-input-ring-file-name): Doc change.
9132 (sql-interactive-mode): Use `sql-input-ring-separator' and
9133 `sql-input-ring-file-name' to set the comint-mode equivalents
9134 without making them local variables.
9135 (sql-stop): Don't bind `sql-input-ring-separator' and
9136 `sql-input-ring-file-name' dynamically to their comint-mode
9137 equivalents.
9138
91392000-07-27 Kenichi Handa <handa@etl.go.jp>
9140
9141 * international/mule.el (register-char-codings): New function.
9142 (make-coding-system): Handle `safe-chars' specification in the arg
9143 PROPERTY.
9144
9145 * international/mule-cmds.el
9146 (find-coding-systems-region-subset-p): This function deleted.
9147 (sort-coding-systems-predicate): New variable.
9148 (sort-coding-systems): New function.
9149 (find-coding-systems-region): Use
9150 find-coding-systems-region-internal.
9151 (find-coding-systems-string): Use find-coding-systems-region.
9152 (find-coding-systems-for-charsets): Check
9153 char-coding-system-table.
9154 (select-safe-coding-system-accept-default-p): New variable.
9155 (select-safe-coding-system): Mostly rewritten. New argument
9156 ACCEPT-DEFAULT-P.
9157 (select-message-coding-system): Call select-safe-coding-system
9158 with ACCEPT-DEFAULT-P arg.
9159 (reset-language-environment): Reset default-sendmail-coding-system
9160 to the default value iso-latin-1.
9161 (set-language-environment): Don't set the obsolete variable
9162 charset-origin-alist.
9163
9164 * international/codepage.el (cp-coding-system-for-codepage-1):
9165 Give `safe-chars' property to make-coding-system.
9166
9167 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
9168 calling select-message-coding-system twice.
9169
9170 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
9171 instead of `safe-charsets'.
9172 (cyrillic-alternativnyj): Likewise.
9173 (ccl-encode-alternativnyj): Don't check the charset
9174 cyrillic-iso8859-5.
9175
91762000-07-27 Kenichi Handa <handa@etl.go.jp>
9177
9178 * composite.el (compose-chars-after): Preserve match data.
9179
91802000-07-26 Sam Steingold <sds@gnu.org>
9181
9182 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
9183 (ange-ftp-real-file-newer-than-file-p): New function.
9184 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
9185 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
9186
9187 * tooltip.el (tooltip-float-time): Removed (use `float-time').
9188 * midnight.el (midnight-float-time): Ditto.
9189
91902000-07-26 Andreas Schwab <schwab@suse.de>
9191
9192 * files.el (normal-backup-enable-predicate): Correct
9193 interpretation of the return value of compare-strings.
9194
91952000-07-26 Gerd Moellmann <gerd@gnu.org>
9196
9197 * isearch.el (isearch-resume): New function.
9198 (isearch-done): Add something to command-history to resume
9199 the search.
9200 (isearch-yank-line, isearch-yank-word): Use
9201 buffer-substring-no-properties instead of buffer-substring.
9202
9203 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
9204 of flyspell-mouse-map.
9205
9206 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
9207 duplicate definition.
9208 (makefile-mode): Remove duplicate setting of local-abbrev-table.
9209
9210 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
9211 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
9212
92132000-07-25 Sam Steingold <sds@gnu.org>
9214
9215 * net/ange-ftp.el: Get modtime over the net.
9216 (ange-ftp-file-modtime): New function.
9217 (ange-ftp-write-region, ange-ftp-insert-file-contents)
9218 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
9219 Use it.
9220 (ange-ftp-dot-to-slash): New function.
9221 (ange-ftp-fix-name-for-vms): Use it.
9222
9223 * midnight.el (midnight-buffer-display-time): Use
9224 `with-current-buffer'.
9225
92262000-07-25 Gerd Moellmann <gerd@gnu.org>
9227
9228 * find-dired.el: Update copyright notice.
9229 (find-dired): Offer to kill a running `find'.
9230
9231 * enriched.el (enriched-face-ans): For a `foreground-color'
9232 property, return '(("x-color" COLOR))' so that COLOR will be
9233 output as a parameter of the x-color annotation. Likewise for the
9234 `background-color' property. In the case of normal face
9235 properties, don't return annotations for unspecified foreground
9236 and background face attributes.
9237
92382000-07-25 Kenichi Handa <handa@etl.go.jp>
9239
9240 * language/japan-util.el (japanese-katakana-region): Fix handling
9241 HANKAKU argument.
9242
92432000-07-25 Miles Bader <miles@gnu.org>
9244
9245 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
9246 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
9247 constrain-to-field.
9248
92492000-07-24 Andrew Innes <andrewi@gnu.org>
9250
9251 * timer.el (timer-activate-when-idle): Add optional parameter
9252 DONT-WAIT. Update docstring.
9253 (run-with-idle-timer): Specify extra parameter to
9254 timer-activate-when-idle, so that timer will be activated
9255 immediately if Emacs is already idle.
9256
9257 * w32-fns.el (w32-using-nt): Fix docstring.
9258
92592000-07-24 Dave Love <fx@gnu.org>
9260
9261 * mouse.el (popup-menu): Set last-command-event.
9262 (mouse-major-mode-menu-prefix): Declare.
9263
92642000-07-24 Gerd Moellmann <gerd@gnu.org>
9265
9266 * textmodes/flyspell.el: Update to author's version 1.5d.
9267
9268 * progmodes/hideshow.el: Update copyright notice.
9269
9270 * vcursor.el: Set maintainer to FSF, since author cannot
9271 be reached.
9272
92732000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
9274
9275 * info.el (Info-goto-emacs-key-command-node): Leave a space after
9276 the prompt.
9277
9278 * mouse.el (popup-menu): Run the keymap through indirect-function,
9279 in case it was defined with define-prefix-key. If the menu is a
9280 list of keymaps, look up the binding of user's choice in each one
9281 of the keymaps.
9282 (mouse-popup-menubar): If the global and local menu-bar keymaps
9283 don't have a prompt string, create one and insert it into the
9284 keymap. Don't barf if current-local-map returns nil.
9285
92862000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
9287
9288 * dired.el (dired-sort-R-check): Added to allow recursive listing
9289 to be undone.
9290 (dired-sort-other): Use it.
9291
92922000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9293
9294 * Release of cc-mode 5.27
9295
92962000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9297
9298 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
9299 c-beginning-of-statement-1 that caused a bad case of recursion
9300 which could consume a lot of CPU in large classes in languages
9301 that have in-expression classes (i.e. Java and Pike).
9302
9303 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
9304 statements before top level constructs (i.e. case 6 is moved
9305 before case 5 and is now case 4) to catch in-expression
9306 classes in top level expressions correctly.
9307
93082000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9309
9310 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
9311 objc-method-intro. Case 4 removed and case 5I added.
9312
9313 * cc-langs.el (c-append-paragraph-start): New variable used by
9314 c-common-init to get paragraph-start correct.
9315 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
9316 initialize paragraph-start to make it correct both with and
9317 without the javadoc special case.
9318
9319 * cc-mode.el (java-mode): Use c-append-paragraph-start to
9320 initialize paragraph-start for javadoc markup.
9321
9322 * cc-vars.el (c-style-variables-are-local-p): Incompatible
9323 change by defaulting this to t. It's motivated by the
9324 confusing behavior that otherwise arise from the style system
9325 when editing both java and non-java files at the same time
9326 (see the comments about style setting in c-common-init).
9327
93282000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9329
9330 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
9331 similar to the one in c-fill-paragraph to check the fill
9332 prefix from the adaptive fill function for sanity.
9333
93342000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9335
9336 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
9337 defun block.
9338
93392000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9340
9341 * cc-mode.texi Documented the change of cpp-macro.
9342
93432000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9344
9345 * cc-align.el (c-lineup-multi-inher): Handle lines with
9346 leading comma nicely. Extended to handle member initializers
9347 too.
9348
9349 * cc-engine.el: (c-beginning-of-inheritance-list,
9350 c-guess-basic-syntax): Fixed recognition of inheritance lists
9351 when the lines begins with a comma.
9352
9353 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
9354
9355 * cc-vars.el (c-offsets-alist): Changed default for
9356 member-init-cont to c-lineup-multi-inher since it now handles
9357 member initializers and indents better for leading commas.
9358
93592000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9360
9361 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
9362 handling that caused class open lines to be recognized as
9363 statement-conts in some cases.
9364
9365 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
9366 guessed by the adaptive fill function unless point is on the
9367 first line of a block comment.
9368
9369 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
9370 when the buffer ends with a macro continuation char.
9371
9372 * cc-engine.el (c-guess-basic-syntax): Added support for
9373 function definitions as statements in Pike. The first
9374 statement in a lambda block is now labeled defun-block-intro
9375 instead of statement-block-intro.
9376
9377 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
9378 so that the class surrounding point is selected, not the one
9379 innermost in the state.
9380
9381 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
9382 recognition of switch labels having hanging multiline
9383 statements.
9384
9385 * cc-engine.el (c-beginning-of-member-init-list): Broke out
9386 some code in c-guess-basic-syntax to a separate function.
9387 * cc-engine.el (c-just-after-func-arglist-p): Fixed
9388 recognition of member inits with multiple line arglists.
9389 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
9390 member-init-cont when the commas are in funny places.
9391
93922000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9393
9394 * cc-defs.el (c-auto-newline): Removed this macro since it's
9395 not used anymore.
9396
9397 * cc-engine.el (c-looking-at-bos): New helper function.
9398 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
9399 inexpr and toplevel classes apart in Pike.
9400
9401 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
9402 of case 9A.
9403
9404 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
9405 constant, since "class" can introduce an in-expression class
9406 in Pike nowadays.
9407
94082000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9409
9410 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
9411 indentation on cpp-macro lines.
9412
9413 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
9414 a syntax modifier like comment-intro, to make it possible to
9415 get syntactic indentation for preprocessor directives. It's
9416 incompatible wrt to lineup functions on cpp-macro, but it has
9417 no observable effect in the 99.9% common case where cpp-macro
9418 is set to -1000.
9419
94202000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9421
9422 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
9423 member-init-cont when the preceding arglist is several lines.
9424
94252000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9426
9427 * cc-styles.el (c-style-alist): The basic offset for the BSD
9428 style corrected to 8.
9429
94302000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9431
9432 * cc-styles.el (c-style-alist): Adjusted the indentation of
9433 brace list openers in the gnu style.
9434
94352000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9436
9437 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
9438
9439 * cc-cmds.el (c-electric-brace, c-electric-slash,
9440 c-electric-star, c-electric-semi&comma, c-electric-colon,
9441 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
9442 when c-syntactic-indentation is nil.
9443
9444 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
9445 we were left at comments preceding the first statement when
9446 reaching the beginning of the buffer.
9447
9448 * cc-vars.el (c-syntactic-indentation): New variable to turn
9449 off all syntactic indentation.
9450
94512000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9452
9453 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
9454 between the text and the block comment ender when it hangs,
9455 depending on how many there are before the fill.
9456
94572000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9458
9459 * cc-engine.el (c-beginning-of-closest-statement): New helper
9460 function to go back to the closest preceding statement start,
9461 which could be inside a conditional statement.
9462 * cc-engine.el (c-guess-basic-syntax): Use
9463 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
9464
9465 * cc-engine.el (c-guess-basic-syntax): Better handling of
9466 arglist-intro, arglist-cont-nonempty and arglist-close when
9467 the arglist is nested inside parens. Cases 7A, 7C and 7F
9468 changed.
9469
9470 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
9471 up-to-date with javadoc 1.2.
9472
94732000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9474
9475 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
9476 multiline Pike type decls.
9477
94782000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9479
9480 * cc-cmds.el (c-indent-new-comment-line): Always break
9481 multiline comments in multiline mode, regardless of
9482 comment-multi-line.
9483
94842000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9485
9486 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
9487 fully::qualified::names in C++ member init lists. Preamble in
9488 case 5D changed.
9489
94902000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9491
9492 * cc-langs.el (c-common-init): Handling of obsolete variables
9493 moved to c-initialize-cc-mode. More compatible style override
9494 when using global style variables.
9495 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
9496 variables moved here.
9497
9498 * cc-mode.texi: Documented the special behavior of
9499 c-special-indent-hook as a style variable. Don't talk about
9500 doing (c-make-styles-buffer-local t) in a mode hook, since
9501 that's already too late to work right.
9502
9503 * cc-styles.el (c-make-styles-buffer-local): Flag style
9504 variable localness in c-style-variables-are-local-p to make
9505 the compatibility measure in c-common-init work well.
9506
9507 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
9508 longer contain set-from-style.
9509 * cc-styles.el (c-initialize-builtin-style): Don't check for
9510 set-from-style on c-special-indent-hook.
9511 * cc-styles.el (c-copy-tree): Obsolete. The standard function
9512 copy-alist is sufficient now.
9513
9514 * cc-styles.el (c-set-style, c-set-style-1,
9515 c-get-style-variables): Fixes to variable initialization so
9516 that duplicate entries in styles have the same effect
9517 regardless of DONT-OVERRIDE.
9518
9519 * cc-styles.el (c-set-style-2): Fixed bug where the
9520 initialization of inheriting styles failed when the
9521 dont-override flag is set.
9522
9523 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
9524 on this.
9525
95262000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9527
9528 * cc-defs.el (c-forward-comment): Removed the workaround
9529 introduced in 5.38 since it had worse side-effects. If a line
9530 contains the string "//\"", it regarded the // as a comment
9531 start since the \ temporarily doesn't have escape syntax.
9532
95332000-07-17 Emmanuel Briot <briot@act-europe.fr>
9534
9535 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
9536 ada-xref.el before ada-prj.el, so that the Project menu is created
9537 when ada-prj tries to add to it.
9538 (ada-activate-keys-for-case): Suppress the characters that are not
9539 part of the Ada syntax. Better compatibility with else-mode
9540 (ada-adjust-case-interactive): When auto-casing is not active,
9541 correctly insert newlines (used to insert only ^M). Prevent the
9542 syntax table from being changed in case of an error
9543 (or '_' becomes part of a word and some commands are confused).
9544 Do nothing if ada-auto-case is nil.
9545 (ada-after-keyword-p): Ignore keywords that are also attributes
9546 (ada-batch-reformat): Update usage comment
9547 (ada-call-from-contextual-menu): New function
9548 (ada-case-read-exceptions): Reinitialize the casing exception list
9549 first to nil first, so that the casing exception file can be
9550 shared.
9551 (ada-check-defun-name): Handles "configure" keyword for gnatdist
9552 files.
9553 (ada-compile-goto-error): Fix regexp used to detect a file:line
9554 anywhere in the error message
9555 (ada-contextual-menu-last-point): New variable
9556 (ada-create-keymap): If the variable delete-key-deletes-forward is
9557 t on XEmacs, it means that DEL should delete one character
9558 forward.
9559 (ada-create-menu): Use :included instead of :visible for XEmacs.
9560 New submenu "Options".
9561 (ada-end-stmt-re): Correctly indent "select ... then abort"
9562 statements.
9563 (ada-fill-comment-paragraph): Correctly delete all leading '--'
9564 even if they don't match ada-fill-comment-prefix Fix handling of
9565 paragraphs on the first or last line of a file.
9566 (ada-format-paramlist): Fix handling of default parameter values.
9567 (ada-get-body-name): New function.
9568 (ada-get-current-indent): Optimized by searchling directly for an
9569 existing generic part or a statement outside of it. Handle
9570 ada-indent-align-comments when indenting comments Replaced some
9571 regexps by testing directly the next character. This results in a
9572 huge speedup on some files. New indentation scheme for renames
9573 statements. Stop looking for the 'while' or 'for' associated with
9574 a 'loop' at the first semicolon encountered. A "return" can also
9575 match an anonymous access subprogram declaration.
9576 (ada-get-indent-noindent): Ignore strings and comments when
9577 looking for the keywords "record" and "private".
9578 (ada-goto-matching-decl-start): When matching "if", make sure we
9579 are not in fact seeing "end if". Ignore "when" statements except
9580 when initial keyword was "begin". Fix handling of nested
9581 procedures. Add a recursive call to this function to skip over
9582 other 'end' statmts. Fix indentation for "when .. => begin"
9583 (ada-in-open-paren-p): Fix indentation for complex boolean
9584 expressions, where 'and then', 'or else' and parenthesis
9585 statements are mixed up.
9586 (ada-in-paramlist-p): Skip comments while searching for the
9587 beginning Fix handling of operator declarations.
9588 (ada-indent-align-comments): New variable
9589 (ada-indent-current): Change the syntax table only in the
9590 protected section, so that we are sure it is restored correctly.
9591 (ada-indent-on-previous-lines): Use ada-use-indent and
9592 ada-with-indent Correctly indent "select ... then"
9593 (ada-indent-region): Slight speedup.
9594 (ada-indent-renames): New variable.
9595 (ada-last-which-function-subprog, ada-last-which-function-line):
9596 New variables
9597 (ada-looking-at-semi-private): Correctly indent the 'private'
9598 keyword when it is the first word in a package declaration.
9599 (ada-loose-case-word): Stop searching if at the end of the buffer.
9600 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
9601 even if point is not initially at the end of the word.
9602 (ada-matching-decl-start-re): Add "when".
9603 (ada-mode): Add support for abbrev-mode, outline-mode and
9604 which-func-mode Override the old find-file.el entry in
9605 ff-special-constructs since it is using the obsolete
9606 ada-spec-suffix variable
9607 (ada-no-auto-case): New function
9608 (ada-scan-paramlist): When parsing the argument type, accept
9609 spaces (as in "X 'Class", generated by Rational Rose).
9610 (ada-other-file-name): No longer loads the other file.
9611 (ada-popup-menu): Save and restore the current buffer and cursor
9612 position before and after displaying the menu.
9613 (ada-search-ignore-complex-boolean): New function.
9614 (ada-uncomment-region): Emacs21 already knows how to delete
9615 comments not starting in the first column.
9616 (ada-use-indent): New variable
9617 (ada-which-function): New function.
9618 (ada-with-indent): New variable
9619 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
9620 can be batch-compiled from the command line.
9621
9622 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
9623 Add to the menu when the file is loaded, not in ada-mode-hook.
9624 Add -toolbar to the default ddd command Switches moved from
9625 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
9626 ada-prj-default-comp-opt
9627 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
9628 Reference Manual to the menu
9629 (ada-check-current): rewritten as a call to ada-compile-current
9630 (ada-compile): Removed.
9631 (ada-compile-application, ada-compile-current, ada-check-current):
9632 Set the compilation-search-path so that compile.el automatically
9633 finds the sources in src_dir. Automatic scrollong of the
9634 compilation buffer. C-uC-cC-c asks for confirmation before
9635 compiling
9636 (ada-compile-current): New parameter, prj-field
9637 (ada-complete-identifier): Load the .ali file before doing
9638 processing
9639 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
9640 conform to gnatmake's behavior.
9641 (ada-find-file-in-dir): New function
9642 (ada-find-references): Set the environment variables for gnatfind
9643 (ada-find-src-file-in-dir): New function.
9644 (ada-first-non-nil): Removed
9645 (ada-gdb-application): Add support for jdb, the java debugger.
9646 (ada-get-ada-file-name): Load the original-file first if not done
9647 yet.
9648 (ada-get-all-references): Handles the new ali syntax (parent types
9649 are found between <>).
9650 (ada-initialize-runtime-library): New function
9651 (ada-mode-hook): Always load a project file when a file is opened,
9652 so that the casing exceptions are correctly read.
9653 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
9654 (ada-parse-prj-file): Use find-file-noselect instead of find-file
9655 to open the project file, since the latter does not work with
9656 speedbar Get default values before loading the prj file, or the
9657 default executable file name is wrong. Use the absolute value of
9658 src_dir to initialize ada-search-directories and
9659 compilation-search-path,... Add the standard runtime library to
9660 the search path for find-file.
9661 (ada-prj-default-debugger): Was missing an opening '{'
9662 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
9663 variables.
9664 (ada-prj-default-gnatmake-opt): New variable
9665 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
9666 buffers, the project file is the default one Save the windows
9667 configuration before displaying the menu.
9668 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
9669 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
9670 ...) regexp-quote identifiers names to support operators +,
9671 -,... in regexps.
9672 (ada-remote): New function.
9673 (ada-run-application): Erase the output buffer before starting the
9674 run Support remote execution of the application. Use
9675 call-process, or the arguments are incorrectly parsed
9676 (ada-set-default-project-file): Reread the content of the active
9677 project file, not the one from the current buffer When a project
9678 file is set as the default project, all directories are
9679 automatically associated with it.
9680 (ada-set-environment): New function
9681 (ada-treat-cmd-string): New special variable ${current}
9682 (ada-treat-cmd-string): Revised. The substitution is now done for
9683 any ${...} substring
9684 (ada-xref-current): If no body was found, compiles the spec
9685 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
9686 compiler to get rid of command line length limitations.
9687 (ada-xref-get-project-field): New function
9688 (ada-xref-project-files): New variable
9689 (ada-xref-runtime-library-specs-path)
9690 (ada-xref-runtime-library-ali-path): New variables
9691 (ada-xref-set-default-prj-values): Default run command now does a
9692 cd to the build directory. New field: main_unit Provide a default
9693 file name even if the current buffer has no prj file.
9694
9695 * ada-prj.el:
9696 Rewritten to show a tabbed-dialog.
9697 (ada-prj-add-ada-menu): Remove the map and name parameters.
9698 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
9699 New function
9700 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
9701 (ada-prj-load-from-file): New function
9702 (ada-prj-save): Always save fields that depend on the current buffer
9703 (ada-prj-show-value): New function
9704
9705 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
9706 Ada mode. This will allow us to display the Ada menu in any buffer
9707 we want (for project items).
9708 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
9709 number of spaces in the header.
9710
97112000-07-24 Dave Love <fx@gnu.org>
9712
9713 * ediff-init.el (ediff-region-help-echo): Bind face-help.
9714
97152000-07-23 Noah Friedman <friedman@splode.com>
9716
9717 * type-break.el (type-break): perform autosave.
9718 Suggested by Stephen Gildea <gildea@intouchsys.com>.
9719 (type-break-do-query): Cancel query schedule while performing
9720 actual query, to avoid possibility of a second query being made
9721 while first one is already in progress.
9722 (type-break-time-stamp-format): New variable.
9723 (type-break-time-stamp): New function.
9724 (type-break-time-warning): Use it.
9725 (type-break-keystroke-warning): Use it.
9726 (type-break-noninteractive-query): Use it.
9727
9728 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
9729 cookie.
9730 Use add-minor-mode to set minor-mode-alist, if available.
9731 (eldoc-echo-area-use-multiline-p): New user option.
9732 (eldoc-echo-area-multiline-supported-p): New variable.
9733 (eldoc-docstring-format-sym-doc): Use them.
9734 (eldoc-mode): If not using idle timers, append to local post and
9735 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
9736 (eldoc-display-message-no-interference-p): Don't interfere with
9737 edebug.
9738 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
9739 (eldoc-function-arglist): New function.
9740 (eldoc-function-argstring): Use it.
9741
9742 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
9743 auto save directory exists before calling directory-files.
9744
97452000-07-23 Dave Love <fx@gnu.org>
9746
9747 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
9748 ^o, ^u.
9749
97502000-07-21 Dave Love <fx@gnu.org>
9751
9752 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
9753 now passed to the function. It now works properly.
9754
9755 * smerge-mode.el (smerge-mode-menu): Fill it out.
9756
97572000-07-20 Gerd Moellmann <gerd@gnu.org>
9758
9759 * info-look.el (info-lookup): If *info* is shown in another frame
9760 on the same display, select that frame, instead of switching to
9761 the Info buffer in another window of the selected frame.
9762
9763 * simple.el (universal-argument-map): Bind numeric keypad keys
9764 kp-0 to kp-9 and kp-subtract.
9765 (digit-argument): Handle these keys.
9766
97672000-07-20 Dave Love <fx@gnu.org>
9768
9769 * net/goto-addr.el (goto-address-fontify): Don't bother with
9770 buffer-modified and read-only stuff -- irrelevant with overlays.
9771 Put an extra property on the overlays and use it to clean up in
9772 case goto-address is re-run.
9773
97742000-07-19 Richard M. Stallman <rms@gnu.org>
9775
9776 * timer.el (run-with-idle-timer): Doc fix.
9777
9778 * mail/mail-utils.el (mail-strip-quoted-names):
9779 Handle case where <...> appears inside "...".
9780 Use replace-match to edit the string more simply.
9781 (rmail-dont-reply-to): Cope with an unmatched ".
9782
97832000-07-19 Dave Love <fx@gnu.org>
9784
9785 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
9786 implementation.
9787
9788 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
9789 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
9790 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
9791
97922000-07-19 Gerd Moellmann <gerd@gnu.org>
9793
9794 * textmodes/refer.el: Correct maintainer's email address.
9795
9796 * progmodes/hideif.el: Correct author's email address.
9797 Fix typo in comment.
9798
9799 * xml.el: New file.
9800
9801 * mail/mailheader.el: Correct author's mail address.
9802
9803 * gnus/parse-time.el: Correct author's mail address.
9804
98052000-07-19 Colin Walters <walters@cis.ohio-state.edu>
9806
9807 * comint.el (comint-highlight-input, comint-highlight-face):
9808 New user options.
9809 (comint-input-ring-file-name): Change custom type.
9810 (comint-mode-map): Bind mouse-2.
9811 (comint-insert-clicked-input): New function.
9812 (comint-send-input): Handle input highlighting.
9813
98142000-07-18 Stefan Monnier <monnier@cs.yale.edu>
9815
9816 * mouse.el (popup-menu): New function.
9817 (mouse-major-mode-menu): Use it.
9818
98192000-07-18 Dave Love <fx@gnu.org>
9820
9821 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
9822 improvements.
9823
98242000-07-18 Gerd Moellmann <gerd@gnu.org>
9825
9826 * faces.el (face-font-selection-order)
9827 (face-font-family-alternatives): Add custom type.
9828
98292000-07-18 Dave Love <fx@gnu.org>
9830
9831 * cus-edit.el (custom-variable-reset-saved)
9832 (custom-variable-reset-standard): Remove unused bindings.
9833
9834 * rect.el (open-rectangle-line): Remove unused let.
9835
9836 * hl-line.el (hl-line-highlight): Check hl-line-mode.
9837
98382000-07-18 Gerd Moellmann <gerd@gnu.org>
9839
9840 * cdl.el: Fix `Maintainer' keyword.
9841
9842 * play/pong.el: Add author's email address.
9843
98442000-07-17 Sam Steingold <sds@gnu.org>
9845
9846 * files.el (insert-directory): Call `split-string' instead of
9847 re-implementing it.
9848
98492000-07-18 Gerd Moellmann <gerd@gnu.org>
9850
9851 * mail/vms-pmail.el: Change maintainer to FSF.
9852
9853 * net/goto-addr.el: Change maintainer to FSF.
9854
9855 * info.el (Info-title-face-alist): Removed.
9856
98572000-07-18 David Ponce <david@dponce.com>
9858
9859 * recentf.el (recentf-open-files): New command that works like
9860 `recentf-open-more-files', but shows the whole list of files (not just
9861 those omitted from the menu). Useful if you don't use a menu-bar!
9862 (recentf-open-more-files) Modified to use `recentf-open-files'.
9863
9864 (recentf-open-files, recentf-open-more-files)
9865 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
9866
9867 (recentf-dialog-mode): New mode for dialogs. You can now just type
9868 "q" to cancel the dialogs.
9869
98702000-07-18 David Ponce <david@dponce.com>
9871
9872 * recentf.el: This is a major update of recentf.el. It adds new
9873 features to better organize the recentf menu and "More..." buffer.
9874
9875 Using new provided menu filtering functions you can now organize the
9876 recent files list:
9877
9878 - by major modes
9879 - by directories
9880 - by user defined rules
9881
9882 Finally, with the new `recentf-filter-changer' customizable filter you
9883 can define a ring of filters and dynamically (via the menu) cycle on
9884 each menu organization in the ring (a la msb).
9885
98862000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
9887
9888 * eshell/eshell.el (eshell): Replace links to eshell.info with
9889 links to eshell, to avoid problems on systems where the manual is
9890 installed as `eshell'.
9891 * eshell/esh-cmd.el (eshell-cmd): Ditto.
9892 * eshell/em-smart.el (eshell-smart): Ditto.
9893 * eshell/em-banner.el (eshell-banner): Ditto.
9894 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
9895
9896 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
9897 same-file check in the MS-DOS version (it does support inodes).
9898
9899 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
9900
9901 * eshell/eshell.el (eshell-directory-name):
9902 Run default directory name through convert-standard-filename.
9903
99042000-07-18 Kenichi Handa <handa@etl.go.jp>
9905
9906 * international/mule-cmds.el (select-safe-coding-system):
9907 Fix typo in the comment.
9908
9909 * language/european.el (compound-text):
9910 Force katakana-jisx0201 to be designated to G1.
9911
9912 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
9913 Don't translate some national variant characters of latin-jisx0201.
9914 (x-ctext): Force katakana-jisx0201 to be designated to G1.
9915
9916 * international/kkc.el (kkc-after-update-conversion-functions):
9917 New variable.
9918 (kkc-update-conversion): Run functions in it at the tail.
9919
99202000-07-16 John Wiegley <johnw@gnu.org>
9921
9922 * lisp/align.el (align-newline-and-indent):
9923 Adding new function. for auto-aligning blocks of code on RET.
9924 (align-region): Fixed badly formatted minibuffer message.
9925
99262000-07-17 Kenichi Handa <handa@etl.go.jp>
9927
9928 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
9929 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
9930 the conversion list at first if appropriate.
9931 (kkc-next): Don't update kkc-next-count here.
9932 (kkc-prev): Don't update kkc-prev-count here.
9933 (kkc-show-conversion-list-update): Fix setting up of conversion
9934 list message.
9935
99362000-07-16 Stefan Monnier <monnier@cs.yale.edu>
9937
9938 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
9939
99402000-07-16 Dave Love <fx@gnu.org>
9941
9942 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
9943 function to be more specific.
9944
9945 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
9946 non-string help-echo.
9947 (widget-types-convert-widget): Defsubst it.
9948 (widget-echo-help): Try to cope with a help-echo function of two
9949 possible sorts.
9950
99512000-07-15 Jason Rumney <jasonr@gnu.org>
9952
9953 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
9954 Declare as obsolete.
9955
9956 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
9957
99582000-07-14 Gerd Moellmann <gerd@gnu.org>
9959
9960 * hilit-chg.el: Fix typo.
9961
99622000-07-14 Dave Love <fx@gnu.org>
9963
9964 * info.el (Info-mode-menu): Fix use of :help, :enable.
9965
99662000-07-14 Stefan Monnier <monnier@cs.yale.edu>
9967
9968 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
9969
99702000-07-13 Dave Love <fx@gnu.org>
9971
9972 * emacs-lisp/easymenu.el: Doc fixes.
9973 (easy-menu-remove): Defalias to ignore.
9974
9975 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
9976 Call throw correctly.
9977
99782000-07-13 Gerd Moellmann <gerd@gnu.org>
9979
9980 * faces.el (frame-background-mode): Doc fix.
9981
9982 * simple.el (eval-expression-print-length): Change custom type to
9983 allow entering nil as value.
9984
99852000-07-13 Dave Love <fx@gnu.org>
9986
9987 * progmodes/fortran.el (fortran-imenu-generic-expression):
9988 Change definition layout.
9989 (fortran-mode-menu): Reinstate customize entries.
9990
9991 * cus-edit.el (custom-group-menu-create, customize-menu-create):
9992 Use :filter, per old XEmacs code.
9993
99942000-07-12 Gerd Moellmann <gerd@gnu.org>
9995
9996 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
9997 event when deciding what to send to the terminal.
9998
99992000-07-12 Dave Love <fx@gnu.org>
10000
10001 * cus-start.el: Add optional version as 4th element of specs and
10002 use it for several things new in v21. Remove load-path. Fix type
10003 of line-number-display-limit.
10004
100052000-07-11 Dave Love <fx@gnu.org>
10006
10007 * progmodes/fortran.el: Don't require easymenu.
10008 Use repeat counts in various regexps.
10009 (fortran-mode-syntax-table): Defvar directly.
10010 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
10011 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
10012 Use defvar, not defconst.
10013 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
10014 (fortran-mode): Set fortran-comment-line-start-skip,
10015 fortran-comment-line-start-skip, dabbrev-case-fold-search.
10016 (fortran-comment-indent): Use defsubst.
10017 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
10018 Use fortran-comment-indent, not fortran-comment-indent-function.
10019 (fortran-comment-region, fortran-electric-line-number): Simplify.
10020 (fortran-auto-fill): New function.
10021 (fortran-do-auto-fill): Deleted.
10022 (fortran-find-comment-start-skip):
10023 Check for non-null comment-start-skip.
10024 (fortran-auto-fill-mode, fortran-fill-statement):
10025 Use fortran-auto-fill.
10026 (fortran-fill): Use fortran-auto-fill. Check for null
10027 comment-start-skip. Simplify final clause and use end-of-line finally.
10028
10029 * widget.el (widget-plist-member): New alias.
10030
100312000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
10032
10033 * eshell/esh-module.el (toplevel): Reference
10034 byte-compile-current-file only if it is bound.
10035
100362000-07-10 Gerd Moellmann <gerd@gnu.org>
10037
10038 * dired.el: Don't require `dired-aux'.
10039
100402000-07-10 Miles Bader <miles@lsi.nec.co.jp>
10041
10042 * dired-aux.el (dired-show-file-type): New function.
10043 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
10044 (dired-show-file-type): Add autoload.
10045
100462000-07-10 Kenichi Handa <handa@etl.go.jp>
10047
10048 * international/mule-diag.el (describe-font): Adjusted for the
10049 change of fontset-info.
10050 (print-fontset): Likewise.
10051
100522000-07-09 Stefan Monnier <monnier@cs.yale.edu>
10053
10054 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
10055
100562000-07-07 Gerd Moellmann <gerd@gnu.org>
10057
10058 * bindings.el: Bind `[delete]' to delete-char.
10059
10060 * dired.el (dired-find-alternate-file): New function.
10061 (dired-mode-map): Bind `a' to dired-find-alternate-file.
10062 (toplevel): Require dired-aux when compiling.
10063 (dired-buffers): Move defvar within file to avoid compiler warning.
10064
10065 * info.el (Info-last-search): Variable removed.
10066 (Info-search-history): New variable.
10067 (Info-search): New Info-search-history.
10068
10069 * battery.el, info-look.el: Change author's mail address.
10070
100712000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
10072
10073 * mail/rmail.el (rmail-clear-headers): Don't throw an error
10074 if rmail-ignored-headers is nil.
10075 (rmail-retry-failure): Bind rmail-ignored-headers and
10076 rmail-displayed-headers to nil.
10077
100782000-07-06 Gerd Moellmann <gerd@gnu.org>
10079
10080 * lpr.el (lpr-page-header-switches): Add `-h' switch.
10081 (print-region-1): Don't hard code `-h' here.
10082
10083 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
10084
100852000-07-01 Francesco Potorti` <pot@gnu.org>
10086
10087 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
10088 exim can use "your message" instead of "the message".
10089
100902000-07-06 Stefan Monnier <monnier@cs.yale.edu>
10091
10092 * facemenu.el: Docstrings fixes.
10093 (facemenu-get-face): Don't use internal-find-face.
10094 (facemenu-iterate): Rename arg to match the docstring.
10095
10096 * newcomment.el (uncomment-region): Be more careful when skipping
10097 backwards over `=' not to bump into BOBP.
10098
100992000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
10100
10101 * ediff-diff.el (ediff-wordify): Use syntax table.
10102 * ediff-init.el (ediff-has-face-support-p): Use
10103 ediff-color-display-p.
10104 (ediff-color-display-p): Use display-color-p, changed to defun
10105 from defsubst.
10106 Got rid of special cases for NeXT and OS/2.
10107 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
10108 face.
10109
101102000-07-05 Stefan Monnier <monnier@cs.yale.edu>
10111
10112 * emacs-lisp/lucid.el: Require CL.
10113 (copy-tree, remprop): Remove, it's provided by CL.
10114 (map-keymap): Define in terms of cl-map-keymap.
10115 (extent-property, set-extent-end-glyph): New functions.
10116
10117 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
10118
101192000-07-05 Gerd Moellmann <gerd@gnu.org>
10120
10121 * Makefile.in (DONTCOMPILE): Add comment that the name may
10122 not be changed without changing the make-dist script.
10123
10124 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
10125 (cl-mapc): Use mapc instead of cl-old-mapc.
10126
101272000-07-05 Andrew Innes <andrewi@gnu.org>
10128
10129 * makefile.nt: Add support for `bootstrap' and related targets.
10130
101312000-07-05 Stefan Monnier <monnier@cs.yale.edu>
10132
10133 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
10134 (easy-menu-do-define): Use `menu-item' format.
10135 Handle case where easy-menu-create-menu returns a symbol.
10136 Manually call the potential top-level filter in the function binding.
10137 (easy-menu-filter-return): New arg NAME.
10138 Convert to a keymap if MENU is an XEmacs menu.
10139 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
10140 (easy-menu-converted-items-table, easy-menu-convert-item):
10141 New var and fun to memoize easy-menu-convert-item-1.
10142 (easy-menu-do-add-item): Use it.
10143 (easy-menu-create-menu): Use easy-menu-convert-item.
10144 Wrap easy-menu-filter-return around any :filter specification.
10145 Don't convert the menu if a filter was specified.
10146 Tell easy-menu-make-symbol not to check for MENU being an expression.
10147 (easy-menu-make-symbol): New arg NOEXP.
10148
101492000-07-05 Gerd Moellmann <gerd@gnu.org>
10150
10151 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
10152 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
10153 (eval-defun): If called with prefix arg, instrument code for
10154 Edebug.
10155
10156 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
10157 similar to that of eval-defun.
10158
101592000-07-04 Dave Love <fx@gnu.org>
10160
10161 * hl-line.el (hl-line-overlay): Make it permanent-local.
10162
10163 * calendar/todo-mode.el: Replaced with a working version, based on
10164 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
10165
101662000-07-03 Miles Bader <miles@lsi.nec.co.jp>
10167
10168 * paths.el (prune-directory-list): New function.
10169 (Info-default-directory-list): Rewritten to more methodically
10170 enumerate a big list of possible info directories (based on the
10171 list used by the standalone info reader).
10172
10173 * info.el (info-initialize): Use prune-directory-list to remove
10174 non-existent directories from Info-directory-list.
10175
10176 * paths.el (Info-default-directory-list): Try a list of possible
10177 info-directories instead of a single one. Add the possible
10178 info directory "/usr/share/info".
10179
10180 * woman.el (woman-man.conf-path): Explicitly include the debian
10181 man-db config file "/etc/manpath.config".
10182 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
10183 are present in `manpath.config'.
10184 (woman-manpath): Include "/usr/share/man".
10185
101862000-07-03 Gerd Moellmann <gerd@gnu.org>
10187
10188 * frame.el (blink-cursor-mode): Don't hide cursor initially.
10189
10190 * startup.el (command-line): Initialize blink-cursor based
10191 on window-system.
10192
10193 * frame.el (blink-cursor): Default to nil if not running under
10194 a window-system.
10195
10196 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
10197 (face-x-resources): Remove duplicate entry for :font.
10198
10199 * textmodes/refer.el (refer-find-entry-internal): Use some-window
10200 instead of cycling through windows with next-window.
10201
10202 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
10203 of cycling through windows with next-window.
10204
10205 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
10206 of cycling through windows with next-window.
10207
10208 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
10209 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
10210 instead of cycling through windows with next-window.
10211
10212 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
10213 instead of cycling through windows with next-window.
10214
10215 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
10216 of cycling through windows with next-window.
10217
10218 * terminal.el (te-process-output): Use walk-windows instead of
10219 cycling through windows with next-window.
10220
10221 * server.el (server-switch-buffer): Use some-window instead of
10222 cycling through windows with next-window.
10223
10224 * window.el (some-window): New function.
10225 (walk-windows): Remove reference to walk-windows-start.
10226
10227 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
10228
102292000-07-03 Richard Stallman <rms@gnu.org>
10230
10231 * window.el (walk-windows): Guarantee termination by keeping a list
10232 of all the windows already handled.
10233
102342000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
10235
10236 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
10237 window-system.
10238
10239 * man.el (Man-notify-when-ready): Don't use window-system. If
10240 Man-notify-method is newframe, and the display is not
10241 multi-frame, select the frame created for the man page.
10242 (Man-init-defvars): Doc fix.
10243
102442000-06-28 Gerd Moellmann <gerd@gnu.org>
10245
10246 * faces.el (region): Change background color for light background.
10247
10248 * ediff-wind.el (ediff-setup-control-frame): Remove :box
10249 attribute from mode-line face of Ediff control frame.
10250
10251 * replace.el (query-replace-map): Bind `e' like `E'.
10252
102532000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
10254
10255 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
10256 Change name to "Select All".
10257
10258 * dos-fns.el (convert-standard-filename): Fix last change.
10259
102602000-06-27 Gerd Moellmann <gerd@gnu.org>
10261
10262 * help.el (describe-variable): Don't insert a second `'s' in front
10263 of the string `value is shown below'. Since the syntax-table is
10264 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
10265 an existing `'s', so that this won't be deleted.
10266
10267 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
10268 * pcmpl-unix.el: New files.
10269
102702000-06-26 Stefan Monnier <monnier@cs.yale.edu>
10271
10272 * wid-edit.el (widget-member): Use the new plist-member.
10273
102742000-06-26 Gerd Moellmann <gerd@gnu.org>
10275
10276 * replace.el (perform-replace): Undo change of 2000-04-04.
10277 Instead, move backward 1 character at the end of the loop when
10278 necessary.
10279
10280 * faces.el (fringe): Change face for different backgrounds.
10281
10282 * eshell/esh-module.el (toplevel): Load defgroup's differently;
10283 patch from John.
10284
10285 * eshell/*.el: Change spelling of the Free Software Foundation.
10286
10287 * eshell/esh-toggle.el: Removed.
10288
10289 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
10290
10291 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
10292 interactively.
10293
102942000-06-26 Alex Schroeder <alex@gnu.org>
10295
10296 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
10297 `define-key'; instead of checking `(emacs-version)' check for
10298 `set-keymap-parent' and `set-keymap-name' directly. Add entries
10299 for `;' and `o' which might be electric.
10300
10301 (sql-electric-stuff): New user option.
10302 (sql-magic-go): New function which uses `sql-electric-stuff'.
10303 (sql-magic-semicolon): New function which uses
10304 `sql-electric-stuff'.
10305
10306 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
10307 is not fboundp.
10308
10309 (sql-oracle-options): New variable.
10310 (sql-oracle): Use it.
10311
10312 (sql-imenu-generic-expression): Doc change.
10313 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
10314 is used.
10315
10316 (sql-informix): Added command line parameter "-" to force
10317 sql-informix-program to use stdout.
10318
103192000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
10320
10321 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
10322 (cp864-decode-table): Doc fix.
10323 (cp720-decode-table): New variable, supports the Arabic OEM
10324 codepage used by Windows.
10325 (cp737-decode-table): New, Greek OEM codepage used by Windows.
10326
103272000-06-23 Dave Love <fx@gnu.org>
10328
10329 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
10330 (font-lock-fontify-anchored-keywords): Use
10331 line-beginning-position.
10332 (global-font-lock-mode): Use mapc.
10333
103342000-06-23 Stefan Monnier <monnier@cs.yale.edu>
10335
10336 * eshell/esh-module.el: Require CL when compiling.
10337
103382000-06-23 Gerd Moellmann <gerd@gnu.org>
10339
10340 * comint.el (comint-substitute-in-file-name): Call replace-match
10341 with second and third arg t.
10342
10343 * cus-edit.el (custom-button-face, custom-button-pressed-face):
10344 Specify foreground color.
10345
10346 * faces.el (tool-bar, mode-line, header-line): Specify foreground
10347 color.
10348
10349 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
10350
10351 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
10352 cddr instead of cdddr.
10353
10354 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
10355 instead of copy-list.
10356
10357 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
10358 of copy-list.
10359
10360 * subdirs.el: Add eshell subdirectory.
10361
10362 * eshell: New subdirectory containing the Eshell package.
10363
10364 * pcomplete.el: New file.
10365
103662000-06-23 Paul Eggert <eggert@twinsun.com>
10367
10368 * mail/mailpost.el (post-mail-send-it): Make sure file has
10369 proper permissions from birth.
10370
10371 * files.el (basic-save-buffer-2): When temporarily setting
10372 file modes, set them to current modes plus 0200, not to 0777.
10373
10374 * emerge.el (emerge-make-temp-file): Make sure file has proper
10375 permissions from birth.
10376
103772000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
10378
10379 * files.el (make-backup-file-name-1): On DOS/Windows, run the
10380 backup file name through convert-standard-filename.
10381
10382 * dos-fns.el (convert-standard-filename): Convert leading
10383 directories as well. When long file names are supported, convert
10384 characters that are invalid in Windows file names.
10385
103862000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10387
10388 * ps-print.el: Fix bug: if ^L is the very first buffer character,
10389 ps-print crashes. New feature: page selection for printing. Create
10390 raw-text-unix coding system for XEmacs. Doc fix.
10391 (ps-print-version): New version number (5.2.3).
10392 (ps-plot-region): Bug fix.
10393 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
10394 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
10395 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
10396 funs.
10397 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
10398 (ps-last-page): New vars.
10399
104002000-06-21 Gerd Moellmann <gerd@gnu.org>
10401
10402 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
10403 empty option string.
10404
104052000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
10406
10407 * man.el (man): Doc fix.
10408
104092000-06-21 Kenichi Handa <handa@etl.go.jp>
10410
10411 * international/mule-cmds.el (set-language-info-alist): Docstring
10412 fixed.
10413
104142000-06-20 Gerd Moellmann <gerd@gnu.org>
10415
10416 * version.el (emacs-version): Use ISO date format.
10417
10418 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
10419 instead of `M-backspace'.
10420
10421 * simple.el (turn-off-auto-fill): New function.
10422
104232000-06-20 Stefan Monnier <monnier@cs.yale.edu>
10424
10425 * jit-lock.el (with-buffer-prepared-for-jit-lock):
10426 Renamed from with-buffer-prepared-for-font-lock and use
10427 inhibit-modification-hooks rather than setting *-change-functions.
10428 Update all functions to use the new name.
10429 (jit-lock-first-unfontify-pos): New semantics (and doc).
10430 (jit-lock-mode): Make non-interactive.
10431 Don't automatically turn on font-lock.
10432 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
10433 Always use jit-lock-after-change.
10434 Remove and restore font-lock-after-change-function.
10435 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
10436 (jit-lock-after-unfontify-buffer): Remove.
10437 (jit-lock-stealth-fontify):
10438 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
10439 (jit-lock-after-change): Set the `fontified' text-prop to nil.
10440
104412000-06-20 Sam Steingold <sds@gnu.org>
10442
10443 * emacs-lisp/cl-indent.el (toplevel): Indent
10444 `print-unreadable-object' properly. Untabify.
10445
104462000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
10447
10448 * textmodes/reftex.el (reftex-find-citation-regexp-format):
10449 Support for bibentry.
10450 (reftex-compile-variables): Fixed problem with end of section-re.
10451
10452 * texmodes/reftex-dcr.el (reftex-view-crossref,
10453 reftex-view-crossref-from-bibtex):
10454 Deal with changed `reftex-find-citation-regexp-format'.
10455 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
10456 Replaced `remprop' with `put'.
10457 (reftex-view-crossref, reftex-view-crossref-when-idle):
10458 Support for bibentry.
10459
10460 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
10461 New entry for bibentry package.
10462
10463 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
10464 Regexp also matches "\nobibliography".
10465
10466 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
10467 Call `reftex-ensure-write-access' before doing anything.
10468 (reftex-ensure-write-access): New function.
10469
104702000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
10471
10472 * progmodes/idlwave.el: File re-installed (update to version 4.2)
10473
10474 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
10475
10476 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
10477
10478 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
10479
10480
104812000-06-20 Dave Love <fx@gnu.org>
10482
10483 * faces.el (frame-background-mode): Use set-default, not set, in
10484 setter.
10485 (frame-update-faces, frame-update-face-colors): Define with
10486 defalias.
10487
10488 * enriched.el (enriched-decode-foreground)
10489 (enriched-decode-background): Don't use internal-find-face.
10490
10491 * apropos.el: Doc fixes.
10492
10493 * cus-edit.el (customize-changed-options): Check arg.
10494 (customize-version-lessp): Don't require decimal point.
10495
10496 * custom.el (defcustom, defgroup): Doc fix.
10497
10498 * newcomment.el (comment) <defgroup>: Add :version.
10499 (comment-multi-line): Doc fix.
10500
10501 * emulation/mlsupport.el (define-hooked-local-abbrev,
10502 define-hooked-global-abbrev): Fix, using define-abbrev.
10503
105042000-06-19 Gerd Moellmann <gerd@gnu.org>
10505
10506 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
10507 the whole buffer.
10508
105092000-06-19 Dave Love <fx@gnu.org>
10510
10511 * menu-bar.el (menu-bar-options-save): New function.
10512 (menu-bar-options-menu): Use it.
10513 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
10514 Simplify.
10515
105162000-06-19 Andreas Schwab <schwab@suse.de>
10517
10518 * progmodes/etags.el (tags-query-replace): Put new parameters
10519 START and END at the end, for backward compatibility.
10520
105212000-06-19 Kenichi Handa <handa@etl.go.jp>
10522
10523 * international/codepage.el:
10524 (cp-coding-system-for-codepage-1): Delete special codes for
10525 generating xxx-dos coding system because now a CCL based coding
10526 system can handle EOL conversion by default.
10527
10528 * international/mule.el (make-coding-system): Generate subsidiary
10529 coding systems for EOL handling variants even for a CCL based
10530 coding system.
10531
105322000-06-19 Kenichi Handa <handa@etl.go.jp>
10533
10534 * international/isearch-x.el (isearch-minibuffer-input-method)
10535 (isearch-minibuffer-input-method-function): These variables
10536 deleted.
10537 (isearch-with-input-method): Don't use the above variables.
10538 (isearch-process-search-multibyte-characters): Likewise. Call
10539 read-string with the arg INHERIT-INPUT-METHOD t.
10540
105412000-06-17 Stefan Monnier <monnier@cs.yale.edu>
10542
10543 * font-lock.el (font-lock-after-fontify-buffer)
10544 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
10545
10546 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
10547 Use consistent make-local-variable style for font-lock-fontified.
10548 (jit-lock-fontify-buffer):
10549 Don't bother checking for font-lock-mode and jit-lock-mode.
10550
10551 * time.el: Remove trailing ^M that prevent CVS-merging.
10552
105532000-06-16 Gerd Moellmann <gerd@gnu.org>
10554
10555 * Makefile.in (distclean): New target.
10556
105572000-06-16 Stefan Monnier <monnier@cs.yale.edu>
10558
10559 * Makefile.in (srcdir): Define for update-subdirs.
10560
105612000-06-16 Gerd Moellmann <gerd@gnu.org>
10562
10563 * find-lisp.el: New file.
10564
105652000-06-16 Andrew Innes <andrewi@gnu.org>
10566
10567 * time.el (display-time-mail-function): New variable, to allow
10568 external packages to indicate when new mail is available.
10569 (display-time-update): Use it.
10570
105712000-06-16 Kenichi Handa <handa@etl.go.jp>
10572
10573 * international/mule.el (mule-version): Change version name to
10574 SAKAKI. AOI has already been used by Meadow.
10575
10576 * international/quail.el (quail-show-guidance-buf): To find the
10577 bottom window (but minibuffer), pay attention to the height of
10578 minibuffer.
10579
105802000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
10581
10582 * arc-mode.el (archive-mode-map): Use the new menu-item format for
10583 menu-bar menus. Add help strings. Don't remove the Edit menu
10584 from the menu bar, as the menu bar has enough space now.
10585
10586 * Makefile.in (SHELL): Make sure /bin/sh is used.
10587
10588 * woman.el (woman-man-buffer): Fix bold and underlined CJK
10589 characters, which use series of two ^H characters instead of one.
10590
105912000-06-15 Gerd Moellmann <gerd@gnu.org>
10592
10593 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
10594 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
10595 functions.
10596 (Info-find-node-2): Try a case-sensitive search first, then
10597 do a case-insensitive search.
10598
10599 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
10600 tutorials.
10601
10602 * complete.el (PC-env-vars-alist): New variable.
10603 (PC-complete-as-file-name): New function.
10604 (partial-completion-mode): Initialize PC-env-vars-alist from
10605 process-environment.
10606 (PC-do-completion): Handle completion of env vars.
10607
10608 * info.el (Info-set-mode-line): Show file name in mode line,
10609 use `*Info*' instead of `Info:'.
10610
10611 * startup.el (command-line-1): Change copyright messages to year
10612 2000.
10613
106142000-06-15 Dave Love <fx@gnu.org>
10615
10616 * net/goto-addr.el (goto-address-fontify): Use keymap property,
10617 not local-map.
10618
106192000-06-15 Kenichi Handa <handa@etl.go.jp>
10620
10621 * international/mule.el (set-buffer-file-coding-system): Almost
10622 rewritten to handle `undecided' as no-op.
10623
106242000-06-14 Gerd Moellmann <gerd@gnu.org>
10625
10626 * Makefile.in: New file.
10627
10628 * Makefile: Removed.
10629
10630 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
10631 (goto-address-highlight-keymap): Bind C-c RET.
10632
106332000-06-14 Kenichi Handa <handa@etl.go.jp>
10634
10635 * mail/sendmail.el (sendmail-send-it): The temporary buffer
10636 inherits buffer-file-coding-system of the current buffer.
10637
10638 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
10639 0. Give correct argument to set-auto-coding-function.
10640 (tar-expunge): For goto-char, use (point-min), not 0.
10641 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
10642 (tar-subfile-save-buffer): Likewize.
10643
10644 * international/mule.el
10645 (after-insert-file-set-buffer-file-coding-system): Call
10646 set-buffer-file-coding-system with the arg FORCE t.
10647
106482000-06-13 Gerd Moellmann <gerd@gnu.org>
10649
10650 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
10651 nil. Contemporary sendmails issue an X-Authentication-Warning if
10652 the sender is set with `-f'.
10653
106542000-06-13 Dave Love <fx@gnu.org>
10655
10656 * help.el (describe-function-1): Kluge around cases of functions
10657 fset to subrs whose doc doesn't match their symbol-name.
10658
10659 * image.el (insert-image): Default STRING to a space.
10660
10661 * info.el Doc fixes.
10662 (Info-build-node-completions): Match Ref tags.
10663
106642000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
10665
10666 * frame.el (display-multi-frame-p, display-multi-font-p): New
10667 defaliases for display-graphic-p.
10668
10669 * hl-line.el: Fixed a typo in commentary.
10670
106712000-06-13 Kenichi Handa <handa@etl.go.jp>
10672
10673 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
10674 fixed.
10675
106762000-06-12 Dave Love <fx@gnu.org>
10677
10678 * image.el (insert-image): Save a little consing.
10679
106802000-06-12 Kenichi Handa <handa@etl.go.jp>
10681
10682 * language/tibet-util.el: Convert all tibetan-1-column characters
10683 to the corresponding tibetan characters.
10684 (tibetan-add-components): Delete code for the special treatment of
10685 'a chung.
10686
10687 * language/tibetan.el (tibetan-composable-pattern): Fix previous
10688 change.
10689 (tibetan-vowel-transcription-alist): More rules added.
10690 (tibetan-composite-vowel-alist): New variable.
10691 (tibetan-precomposition-rule-alist): More rules added.
10692
106932000-06-12 Stefan Monnier <monnier@cs.yale.edu>
10694
10695 * startup.el (command-line): Only call menu-bar-mode if interactive.
10696
10697 * thingatpt.el (toplevel symbol-properties):
10698 * textmodes/makeinfo.el (makeinfo-compile):
10699 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
10700 * progmodes/hideif.el (hif-compress-define-list)
10701 (hide-ifdef-use-define-alist):
10702 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
10703 (ange-ftp-vms-add-file-entry):
10704 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
10705 * man.el (Man-build-man-command):
10706 * mail/rnewspost.el (news-reply-header-hook):
10707 * info.el (Info-insert-dir):
10708 * emulation/mlconvert.el (backward-word, forward-word, setq):
10709 * emacs-lisp/gulp.el (gulp-send-requests):
10710 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
10711 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
10712 (byte-optimize-apply, end of file):
10713 * emacs-lisp/advice.el (ad-advice-class-completion-table)
10714 (ad-make-freeze-definition):
10715 * startup.el (command-line, command-line-1): Don't quote lambdas.
10716
10717 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
10718 (cvs-cleanup-removed): New function.
10719 (cvs-cleanup-functions): New var.
10720 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
10721 some flexibility in specifying additional entries to auto-cleanup.
10722 (cvs-quickdir): New function.
10723 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
10724 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
10725 (cvs-mode-find-file): Check that we are on a filename or dirname
10726 when invoked through a mouse-click.
10727 (cvs-full-path): Remove.
10728 (cvs-dired-action): Re-introduced.
10729 (cvs-dired-noselect): Use it.
10730 (vc-post-command-functions): use this new hook if available.
10731
10732 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
10733 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
10734 (cvs-filename-map, cvs-dirname-map): Remove.
10735 (cvs-default-action): Remove.
10736 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
10737 if the arg is really a keymap.
10738 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
10739 Don't hardcode the mapping from state (aka type) to face, but check
10740 the var cvs-fi-<type>-face instead.
10741 (cvs-fileinfo-from-entries): New function.
10742
10743 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
10744 Docstring fix.
10745 (cvs-find-file-and-jump): Change default to be safer.
10746 (cvs-mode-diff-map): Define it as a function as well.
10747 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
10748 Bind mouse-2 in this global map rather than with text-properties.
10749
10750 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
10751 file to resolve the ambiguity between C(conflict) and C(need-merge).
10752
107532000-06-12 Kenichi Handa <handa@etl.go.jp>
10754
10755 * international/mule.el (set-buffer-file-coding-system): If
10756 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
10757 unconditionally.
10758
107592000-06-12 Dave Love <fx@gnu.org>
10760
10761 * wid-edit.el (widget-specify-button): Really suppress the face if
10762 required.
10763
107642000-06-11 Gerd Moellmann <gerd@gnu.org>
10765
10766 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
10767
107682000-06-11 Stefan Monnier <monnier@cs.yale.edu>
10769
10770 * imenu.el (imenu-generic-expression): Docstring fix.
10771
10772 * composite.el (composition-function-table): Move the `put'
10773 below the autoload cookie so we can load the file before loaddefs.
10774
10775 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
10776
10777 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
10778 Handle easy-mmode-define-global-mode.
10779 For complex macros like define-minor-mode that can generate
10780 several autoload entries, try to autoload entries in the
10781 macroexpanded code.
10782
10783 * emacs-lisp/easy-mmode.el (define-minor-mode):
10784 If KEYMAP is a symbol, just use it.
10785 Use byte-compile-current-file and load-file-name to infer the
10786 proper :require to pass to defcustom.
10787 Wrap the hook var into `progn' so as not to autoload it.
10788 Add a :autoload-end cookie.
10789 Be more careful about the evaluation of KEYMAP.
10790 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
10791 (define-derived-mode): Move define-abbrev-table outside of defvar.
10792
107932000-06-10 Stefan Monnier <monnier@cs.yale.edu>
10794
10795 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
10796 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
10797 (backup-compiled-files): Ignore errors during `tar'.
10798 (bootstrap): Make autoloads before elc files.
10799
108002000-06-10 Kenichi Handa <handa@etl.go.jp>
10801
10802 * international/mule.el (set-buffer-file-coding-system): If one of
10803 undecided-XXX is specified, change only EOL conversion.
10804
10805 * international/mule-conf.el (unix): New alias for the coding
10806 system undecided-unix.
10807
108082000-06-09 Dave Love <fx@gnu.org>
10809
10810 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
10811
10812 * progmodes/executable.el: Byte compile dynamic.
10813 (executable-insert): Change custom type.
10814 (executable-find): Add autoload cookie.
10815 (executable-make-buffer-file-executable-if-script-p): New
10816 function. After Noah Friedman.
10817
10818 * files.el (after-save-hook): Customize, with
10819 executable-make-buffer-file-executable-if-script-p as an option.
10820
108212000-06-09 Kenichi Handa <handa@etl.go.jp>
10822
10823 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
10824 "tib24p-mule.bdf" for Tibetan.
10825
10826 * composite.el (decompose-composite-char): Declare it as obsolete.
10827
10828 * man.el (Man-fontify-manpage): Pay attention to underline and
10829 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
10830
108312000-06-08 Gerd Moellmann <gerd@gnu.org>
10832
10833 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
10834 Set maintainer to FSF since author isn't reachable.
10835
108362000-06-08 Dave Love <fx@gnu.org>
10837
10838 * international/mule-cmds.el (select-safe-coding-system): If
10839 DEFAULT-CODING-SYSTEM is not specified, also check the most
10840 preferred coding-system if buffer-file-coding-system is
10841 `undecided'. From Handa.
10842
108432000-06-08 Kenichi Handa <handa@etl.go.jp>
10844
10845 * international/mule.el
10846 (after-insert-file-set-buffer-file-coding-system): If the buffer
10847 size is greater than INSERTED, judget that we are not visiting.
10848
108492000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
10850
10851 * whitespace.el (defgroup whitespace): Comment out `:version'.
10852 XEmacs 20.4 has problems defining the group with this present.
10853 We'll have this commented out till get resolve the problem.
10854
108552000-06-07 John Wiegley <johnw@gnu.org>
10856
10857 * align.el (align-dq-string-modes, align-sq-string-modes)
10858 (align-open-comment-modes): Add pyhton-mode.
10859 (align-rules-list): Use get-text-property instead of
10860 text-properties-at.
10861 (align-rules-list): Add python-assignment.
10862 (align-rules-list): Change perl-comma-delimiter to
10863 basic-comma-delimiter. Use if for Perl modes and python-mode.
10864 (align-rules-list): Add python-chain-logic and
10865 basic-line-continuation.
10866
108672000-06-07 Jari Aalto <jari.aalto@poboxes.com>
10868
10869 * apropos.el (apropos-mode-hook): New user variable.
10870 (apropos-mode): Run apropos-mode-hook.
10871
108722000-06-07 David Ponce <david@dponce.com>
10873
10874 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
10875 commands. Require `wid-edit' at run-time.
10876
108772000-06-07 David Ponce <david@dponce.com>
10878
10879 * recentf.el: Added some "Commentary".
10880 (recentf-open-more-files, recentf-edit-list): Minor changes to
10881 move the point at the top of the file list. This behaviour is
10882 consistent with the menu one when the list contains a lot of
10883 files.
10884 (recentf-cleanup): Now displays the number of items removed from
10885 the list.
10886 (recentf-relative-filter) New menu filter to show filenames
10887 relative to `default-directory'.
10888
108892000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10890
10891 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
10892 with/without giving an error if PostScript printer doesn't have this
10893 kind of page size. Zebra Stripe continues or restarts on next page.
10894 Manual/automatic paper feeding. Switch or not the header.
10895 (ps-print-version): New version number (5.2.2).
10896 (ps-windows-system): Include emx as a Windows system.
10897 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
10898 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
10899 (ps-background-text): Code fix.
10900 (ps-error-handler-message, ps-user-defined-prologue)
10901 (ps-print-prologue-header, ps-printer-name)
10902 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
10903 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
10904 (ps-use-face-background): Customization fix.
10905 (ps-n-up-database): Data fix.
10906 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
10907 (ps-switch-header): New vars.
10908 (ps-xemacs-color-name, ps-face-foreground-name)
10909 (ps-face-background-name, ps-boolean-constant): New funs.
10910
109112000-06-07 Dave Love <fx@gnu.org>
10912
10913 * allout.el: New version from Manheimer.
10914
109152000-06-07 Kenichi Handa <handa@etl.go.jp>
10916
10917 * textmodes/fill.el (fill-find-break-point): Check the validity of
10918 charset.
10919
109202000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
10921
10922 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
10923 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
10924 Call display-color-p and display-mouse-p instead of looking at
10925 window-system.
10926
109272000-06-06 Dave Love <fx@gnu.org>
10928
10929 * image.el (find-image): Doc fix. Return nil if image not found.
10930 (put-image, insert-image): Make STRING arg optional.
10931
109322000-06-06 Kenichi Handa <handa@etl.go.jp>
10933
10934 * language/vietnamese.el: Remove eval-when-compile.
10935 (viet-viscii-nonascii-translation-table): Define it as a
10936 translation table made from viet-viscii-decode-table.
10937 (viet-viscii-encode-table): Define it as a translation table made
10938 from the reverse map of above.
10939 (viet-vscii-nonascii-translation-table): Define it as a
10940 translation table made from viet-vscii-decode-table.
10941 (viet-vscii-encode-table): Define it as a translation table made
10942 from the reverse map of above.
10943 (ccl-decode-viscii): Use translate-character.
10944 (ccl-encode-viscii, ccl-encode-viscii-font)
10945 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
10946 Likewize.
10947
10948 * language/cyrillic.el: Remove eval-when-compile.
10949 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
10950 translation table made from cyrillic-koi8-r-decode-table.
10951 (cyrillic-koi8-r-encode-table): Define it as a translation table
10952 made from the reverse map of above.
10953 (ccl-decode-koi8): Use translate-character.
10954 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
10955 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
10956 a translation table made from cyrillic-alternativnyj-decode-table.
10957 (cyrillic-alternativnyj-encode-table): Define it as a translation
10958 table made from the reverse map of above.
10959 (ccl-decode-alternativnyj): Use translate-character.
10960 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
10961 Likewize
10962
10963 * international/mule-diag.el (non-iso-charset-alist): Specify
10964 translation table symbol instead of translation table itself.
10965 (list-block-of-chars): CHARSET may be a translation table symbol.
10966
10967 * international/mule.el (make-coding-system): If CODING-SYSTEM
10968 already exists, override it.
10969
10970 * international/fontset.el: Use family `proportional' for Tibetan
10971 fonts.
10972
10973 * international/ccl.el (ccl-compile-translate-character): Don't
10974 check if Rrr has property translation-table.
10975 (ccl-compile-map-multiple): Modified to avoid compiler warning.
10976
109772000-06-05 Gerd Moellmann <gerd@gnu.org>
10978
10979 * info.el: Bind case-fold-search to t when searching in case
10980 a user sets it to nil in a hook.
10981
109822000-06-05 Stefan Monnier <monnier@cs.yale.edu>
10983
10984 * autoarg.el (autoarg-mode, autoarg-kp-mode):
10985 * hl-line.el (hl-line-mode): Use the new :global key argument.
10986
10987 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
10988 (tar-clip-time-string): Prepend a space.
10989 (tar-grind-file-mode): Construct a string rather than modifying one.
10990 (tar-header-block-summarize): Fix docstring.
10991 Use `format' rather than an error-prone set of copy-loops.
10992
10993 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
10994 (diff-goto-source, diff-unified->context, diff-context->unified)
10995 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
10996 understand the format output by the `-p' argument to diff.
10997
10998 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
10999 (sh-re-done): Use defconst.
11000 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
11001 (sh-help-string-for-variable, sh-guess-basic-offset):
11002 Don't quote lambdas.
11003 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
11004 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
11005
11006 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
11007 (mh-letter-mode): Derive from text-mode.
11008 This implicitly means that it now calls kill-all-local-variables.
11009 Also remove the Emacs-18 compatibility code.
11010
11011 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
11012 Make use of symbol-property doc-string-elt.
11013 Use memq rather than a sequence of eq.
11014 (doc-string-elt): Fix the wrong or missing previously unused values.
11015 (autoload-print-form): New function extracted from
11016 generate-file-autoloads to allow recursion when handling progn
11017 so that defvar's and defun's docstrings are properly printed.
11018 (generate-file-autoloads): Use it.
11019
11020 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
11021 Use find-file-hooks in the minor-mode function.
11022 Be careful not to loop indefinitely in the post-command-hook function.
11023
110242000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
11025
11026 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
11027 tty's.
11028 * ediff-diff.el (ediff-exec-process): Use --binary for fine
11029 differences whenever appropriate.
11030 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
11031 * viper.el (find-file, find-file-other-window): Get viper to do
11032 wildcards.
11033
110342000-06-04 Stefan Monnier <monnier@cs.yale.edu>
11035
11036 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
11037 (jit-lock-fontify-buffer): New function for JIT refontification.
11038 (jit-lock-mode): Fix docstring.
11039 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
11040 Remove jit-lock-after-change from the _local_ hook.
11041 (jit-lock-function-1): Fix docstring.
11042
11043 * info.el (Info-on-current-buffer): Initialize info.
11044
11045 * newcomment.el (comment-indent): Ignore comment-indent-hook.
11046
11047 * progmodes/tcl.el (tcl-indent-for-comment):
11048 Ignore comment-indent-hook.
11049
11050 * emacs-lisp/easy-mmode.el: Require CL during compilation.
11051 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
11052 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
11053 and improve to use the lighter to guess the capitalization.
11054 (define-minor-mode): Inline code from easy-mmode-define-toggle.
11055 Add keyword arguments to specify global-ness or the custom group.
11056 Add local-map and help-echo properties to the lighter.
11057 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
11058 (easy-mmode-define-global-mode): New macro.
11059
110602000-06-02 Dave Love <fx@gnu.org>
11061
11062 * wid-edit.el: byte-compile-dynamic since we typically don't use
11063 all the widgets. Don't require cl or widget. Remove
11064 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
11065 (widget-read-event): Removed. Callers changed to use read-event.
11066 (widget-button-release-event-p): Renamed from
11067 button-release-event-p.
11068 (widget-field-add-space, widget-field-use-before-change):
11069 Uncustomize.
11070 (widget-specify-field): Use keymap property, not local-map.
11071 (widget-specify-button): Obey :suppress-face.
11072 (widget-specify-insert): Use modern backquote syntax.
11073 (widget-image-directory): Renamed from widget-glyph-directory.
11074 (widget-image-enable): Renamed from widget-glyph-enable.
11075 (widget-image-find): Replaces widget-glyph-find.
11076 (widget-button-pressed-face): Move defvar.
11077 (widget-image-insert): Replaces widget-glyph-insert.
11078 (widget-convert): Use keywordp.
11079 (widget-leave-text, widget-children-value-delete): Use mapc.
11080 (widget-keymap): Remove XEmacs stuff.
11081 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
11082 (widget-button-click): Don't set point at the click, but re-centre
11083 if we scroll out of window. Rewritten for images v. glyphs &c.
11084 (widget-tabable-at): Use POS arg, not point.
11085 (widget-beginning-of-line, widget-end-of-line)
11086 (widget-item-value-create, widget-sublist, widget-princ-to-string)
11087 (widget-sexp-prompt-value, widget-echo-help): Simplify.
11088 (widget-default-create): Use widget-image-insert; some rewriting.
11089 (widget-visibility-value-create)
11090 (widget-push-button-value-create, widget-toggle-value-create): Use
11091 widget-image-insert.
11092 (checkbox): Create on and off images dynamically.
11093 (documentation-link): Change :help-echo.
11094 (widget-documentation-link-echo-help): Remove.
11095
110962000-06-02 Stefan Monnier <monnier@cs.yale.edu>
11097
11098 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
11099
11100 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
11101 (easy-mmode-define-toggle, define-minor-mode): Use it.
11102 (easy-mmode-define-keymap): Docstring fix.
11103 (define-derived-mode): Default PARENT to fundamental-mode.
11104 Add the derived-mode-parent symbol-property.
11105 (easy-mmode-derived-mode-p): New function.
11106
111072000-06-02 Dave Love <fx@gnu.org>
11108
11109 * files.el (convert-standard-filename): Doc fix.
11110 (normal-backup-enable-predicate): New function.
11111 (backup-enable-predicate): Use it to replace the lambda form.
11112
11113 * calendar/todo-mode.el: [This needs more work on the outline
11114 stuff.] Doc fixes.
11115 (todo) <defgroup>: Add :version.
11116 (todo-add-category): Don't use pushnew.
11117 (todo-cmd-raise): Fix typo.
11118 (todo-top-priorities): Change temp buffer name.
11119 (todo-category-alist): Avoid redundant lambda.
11120 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
11121 Use outline-next-heading.
11122
11123 * autoarg.el: Rewritten to use define-minor-mode.
11124 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
11125 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
11126
111272000-06-02 Kenichi Handa <handa@etl.go.jp>
11128
11129 * isearch.el (isearch-other-meta-char): Fix previous change.
11130
111312000-06-01 Stefan Monnier <monnier@cs.yale.edu>
11132
11133 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
11134 (log-edit-done): Only add the comment to the ring if it's different
11135 from the last comment entered.
11136
11137 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
11138
111392000-06-01 Dave Love <fx@gnu.org>
11140
11141 * hl-line.el: Rewritten using define-minor-mode.
11142
11143 * help.el (describe-function-1): Distinguish special form from
11144 builtin function. Sanity-check presence of arglist for builtins.
11145
111462000-06-01 Kenichi Handa <handa@etl.go.jp>
11147
11148 * international/characters.el: Fix syntax/category setting of
11149 Tibetan characters.
11150
11151 * language/tibet-util.el (tibetan-add-components): Fixes for new
11152 encoding of Tibetan characters.
11153 (tibetan-decompose-precomposition-alist): New variable.
11154 (tibetan-decompose-region): Convert precomposed characters to
11155 non-precomposed characters.
11156 (tibetan-decompose-string): Likewise.
11157 (tibetan-composition-function): Fix args to
11158 thibetan-compose-string.
11159
11160 * language/tibetan.el (tibetan-composable-pattern): More
11161 characters included.
11162 (tibetan-consonant-transcription-alist): Rule for "R" added.
11163 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
11164 "+R" added.
11165 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
11166
11167 * language/lao-util.el (lao-composition-function): Fix args to
11168 compose-string.
11169
11170 * language/thai-util.el (thai-composition-function): Fix args to
11171 compose-string.
11172
11173 * isearch.el (isearch-update): Set disable-point-adjustment to t
11174 to prevent the point moving to the end of a composition when a
11175 part of a composition is searched.
11176 (isearch-other-meta-char): If the key invoking this command can be
11177 mapped by function-key-map to a printing char, call
11178 isearch-process-search-char directly.
11179
111802000-06-01 Stefan Monnier <monnier@cs.yale.edu>
11181
11182 * emacs-lisp/bytecomp.el:
11183 * frame.el:
11184 * international/mule-cmds.el:
11185 * international/mule-util.el:
11186 * international/mule.el:
11187 * mouse.el:
11188 * subr.el:
11189 * faces.el: Update calls to make-obsolete with a WHEN argument.
11190
11191 * byte-run.el (make-obsolete, make-obsolete-variable):
11192 Add an optional WHEN argument and change the format of the
11193 symbol-property information.
11194 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
11195 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
11196 new obsolete-symbol-property format and print WHEN if it is provided.
11197
111982000-05-31 Dave Love <fx@gnu.org>
11199
11200 * loadhist.el (loadhist-hook-functions): Remove
11201 before-change-function, after-change-function.
11202 (unload-feature): Deal with symbols which are both bound and
11203 fbound.
11204
11205 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
11206 before-change-function, after-change-function.
11207
11208 * simple.el (newline): Don't bind before-change-function,
11209 after-change-function.
11210
112112000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
11212
11213 * whitespace.el (whitespace-rescan-timer-time): Update interval
11214 set to 600 seconds (10 minutes) instead of 60 seconds since
11215 a large number of whitespace buffers causes emacs to `freeze'
11216 for a considerable amount of time.
11217
11218 * whitespace.el: Updated email address
11219
112202000-05-31 Dave Love <fx@gnu.org>
11221
11222 * add-log.el (change-log-font-lock-keywords) <function>: Add
11223 pattern for function of change.
11224 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
11225 acknowledgements patterns.
11226
112272000-05-31 Kenichi Handa <handa@etl.go.jp>
11228
11229 * isearch.el (isearch-printing-char): If keyboard coding system is
11230 being used, call isearch-process-search-multibyte-characters.
11231
11232 * international/isearch-x.el: Mostly rewritten.
11233
11234 * international/quail.el (quail-start-conversion): Don't include
11235 unhandled events in the returned events, but set them in
11236 unread-command-events. Exit if all inputs are deleted.
11237
112382000-05-30 Jason Rumney <jasonr@gnu.org>
11239
11240 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
11241
11242 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
11243 Reenable code to create initial fontsets.
11244 Use set-fontset-font in place of put-charset-property.
11245
112462000-05-30 Gerd Moellmann <gerd@gnu.org>
11247
11248 * progmodes/perl-mode.el (perl-indent-line): When looking for a
11249 label, ensure that the first colon isn't followed by another.
11250
11251 * paths.el (Info-default-directory-list): Doc fix.
11252
11253 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
11254 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
11255 send a query containing USER only, not USER@HOST.
11256
11257 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
11258 and rmail-msgend to compute the restriction at the end, instead of
11259 computing it.
11260
112612000-05-29 Gerd Moellmann <gerd@gnu.org>
11262
11263 * dabbrev.el (dabbrev-expand): Don't display messages in the
11264 echo area if the minibuffer window is active.
11265
11266 * jit-lock.el (jit-lock-mode): Add after change function to
11267 local hook.
11268
112692000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
11270
11271 * antlr-mode.el: New commands: hide/unhide actions,
11272 upcase/downcase literals.
11273 (antlr-tiny-action-length): New user option.
11274 (antlr-hide-actions): New command. Suggested by
11275 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
11276 (antlr-mode-map): New binding [C-c C-v].
11277 (antlr-mode-menu): New entries.
11278 (antlr-downcase-literals): New command.
11279 (antlr-upcase-literals): Ditto.
11280
11281 * antlr-mode.el: Minor changes: indendation, mode-name.
11282 (antlr-indent-line): Indent cpp directive at column 0.
11283 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
11284
11285 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
11286 (antlr-font-lock-additional-keywords): Workaround for intentional
11287 bug in XEmacs version of font-lock.
11288 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
11289 be used by a smarter version of `buffers-menu-grouping-function'.
11290
112912000-05-29 Gerd Moellmann <gerd@gnu.org>
11292
11293 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
11294 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
11295
112962000-05-29 Kenichi Handa <handa@etl.go.jp>
11297
11298 * international/encoded-kb.el
11299 (encoded-kbd-iso2022-designation-map): Pay attention to that
11300 charset-iso-final-char return -1 for eight-bit-control and
11301 eight-bit-graphic.
11302
113032000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
11304
11305 * speedbar.el (speedbar-use-images, speedbar-update-flag)
11306 (speedbar-easymenu-definition-base): Use display-graphic-p where
11307 available, instead of window-system.
11308
113092000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
11310
11311 * international/codepage.el (cp-coding-system-for-codepage-1): Add
11312 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
11313 coding systems.
11314
113152000-05-26 Dave Love <fx@gnu.org>
11316
11317 * disp-table.el (standard-display-underline): Don't use
11318 internal-find-face.
11319
11320 * mail/reporter.el: Maintainer change. Doc fixes.
11321 (reporter-version): Deleted.
11322
11323 * emacs-lisp/elp.el: Maintainer change.
11324 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
11325
113262000-05-26 Stefan Monnier <monnier@cs.yale.edu>
11327
11328 * add-log.el (add-change-log-entry): Merge the current entry with the
11329 previous one if the previous one is empty.
11330
113312000-05-26 Dave Love <fx@gnu.org>
11332
11333 * loadhist.el (unload-feature): Fix interactive spec [from
11334 lijnzaad@ebi.ac.uk].
11335
11336 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
11337 subr-arity to check primitives.
11338 (byte-compile-flush-pending, byte-compile-file-form-progn)
11339 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
11340 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
11341 mapcar.
11342
113432000-05-26 Kenichi Handa <handa@etl.go.jp>
11344
11345 * international/fontset.el: Set family names of non-latin charsets
11346 in default fontset to "*".
11347
11348 * international/mule-diag.el (print-fontset): Combine family part
11349 and registry part of the fontname by "-*-" instead of "-".
11350
11351 * international/mule-cmds.el (encode-coding-char): Make strings
11352 multibyte before calling encode-coding-string.
11353
113542000-05-25 Stefan Monnier <monnier@cs.yale.edu>
11355
11356 * derived.el: Fix keywords.
11357 (define-derived-mode): Only define if needed.
11358
11359 * simple.el (fill-comment, comment-column, comment-start)
11360 (comment-start-skip, comment-end, comment-indent-function)
11361 (block-comment-start, block-comment-end, indent-for-comment)
11362 (set-comment-column, kill-comment, comment-padding, comment-region)
11363 (comment-multi-line, indent-new-comment-line): Remove.
11364
11365 * bindings.el (esc-map): Change ; to comment-dwim and use the new
11366 function names for comment operations.
11367
11368 * newcomment.el: Add abundant autoload cookies.
11369 (comment-style): Don't depend on runtime data at compile-time.
11370 (comment-indent-hook): Remove.
11371 (comment-indent): Check if comment-indent-hook is bound.
11372 (comment-region): Docstring fix.
11373
113742000-05-25 Dave Love <fx@gnu.org>
11375
11376 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
11377 byte-code-function-p.
11378
11379 * mail/rmailsum.el: Add provide.
11380
11381 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
11382
11383 * smerge-mode.el (smerge-diff-switches): Don't use list* in
11384 defcustom.
11385
113862000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
11387
11388 * ediff-diff.el (ediff-exec-process): delete --binary option from
11389 non-buffer ediff jobs.
11390
113912000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
11392
11393 * hilit-chg.el (highlight-changes-mode): Ask about color or
11394 grayscale support, not about window-system.
11395
11396 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
11397 window-system.
11398 (ffap-highlight): Always default to t.
11399
11400 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
11401 display-popup-menus-p instead of looking at window-system.
11402
11403 * disp-table.el (standard-display-g1, standard-display-graphic):
11404 Only refuse to use string glyphs on X and MS-Windows.
11405
11406 * avoid.el: Remove window-system from commentary, suggest to use
11407 display-*-p instead.
11408
11409 * apropos.el (apropos-print): Use display-mouse-p instead of
11410 window-system.
11411
114122000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
11413
11414 * international/codepage.el (cp-decoding-vector-for-codepage):
11415 Fill up unsupported characters with their own codes. From Kenichi
11416 Handa.
11417
114182000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
11419
11420 * international/mule-diag.el (describe-char-after): Use
11421 display-graphic-p instead of window-system, so that this function
11422 works on MS-DOS.
11423
114242000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
11425
11426 * international/codepage.el (cp-make-coding-systems-for-codepage):
11427 Remove the eight-bit-graphic and eight-bit-control charsets from
11428 the list of charsets which we convert into `?'.
11429
114302000-05-25 Kenichi Handa <handa@etl.go.jp>
11431
11432 * international/mule-conf.el: Specify CHARSET-ID explicitely for
11433 private charsets.
11434 (mule-unicode-0100-24ff, japanese-jisx0213-1,
11435 japanese-jisx0213-2): New charsets.
11436
11437 * international/fontset.el: Setup default fontset for new charsets.
11438
114392000-05-24 Dave Love <fx@gnu.org>
11440
11441 * info.el (Info-find-node-2): Restructure [following "Vadim
11442 S. Solomin" <sovs@uic.nnov.ru>].
11443
11444 * icomplete.el: Fix header for Finder.
11445
114462000-05-24 Eric M. Ludlam <zappo@ultranet.com>
11447
11448 * rmailout.el (rmail-output-to-rmail-file): Added optional param
11449 STAY.
11450
11451 * rmail.el (rmail-automatic-folder-directives): New user variable.
11452 (rmail-show-message): Add call to `rmail-auto-file' during
11453 display.
11454 (rmail-auto-file): New function.
11455
114562000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
11457
11458 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
11459 account.
11460 (ediff-test-utility,ediff-diff-mandatory-option)
11461 (ediff-reset-diff-options): Utilities for proper initialization of
11462 ediff-diff-options and ediff-diff3-options on Windows.
11463
11464 * ediff-init.el (ediff-merge-filename-prefix): New customizable
11465 variable.
11466
11467 * ediff-mult.el (ediff-filegroup-action): Use
11468 ediff-merge-filename-prefix.
11469
114702000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
11471
11472 * viper-ex.el (ex-write): Set selective display to nil.
11473
114742000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
11475
11476 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
11477 aliases for hebrew-iso-8bit.
11478
114792000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
11480
11481 * woman.el: New version from Francis J. Wright
11482 <F.J.Wright@Maths.QMW.ac.uk>.
11483 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
11484 names in environment variables regardless of the path separator.
11485 (woman-topic-all-completions-1): Don't call file-name-directory-p
11486 on all files, since woman-file-regexp already filters out any
11487 directories.
11488
114892000-05-24 Kenichi Handa <handa@etl.go.jp>
11490
11491 * international/quail.el (quail-start-translation): Don't change
11492 modified-p of the current buffer.
11493 (quail-start-conversion): Likewise.
11494
11495 * international/kkc.el (kkc-region): Don't change modified-p of
11496 the current buffer.
11497
11498 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
11499 conform to RFC1468.
11500 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
11501
115022000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
11503
11504 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
11505 (speedbar-insert-button): Invisible text property fix.
11506 (speedbar-directory-plus): Renamed from speedbar-directory-+
11507 (speedbar-directory-minus): Renamed from speedbar-directory--
11508 (speedbar-page-plus): Renamed from speedbar-file-+
11509 (speedbar-page-minus): Renamed from speedbar-file--
11510 (speedbar-page): Renamed from speedbar-file-
11511 (speedbar-tag): Renamed from speedbar-tag-
11512 (speedbar-tag-plus): Renamed from speedbar-tag-+
11513 (speedbar-tag-minus): Renamed from speedbar-tag--
11514 (speedbar-expand-image-button-alist): Use above renames.
11515
11516 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
11517 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
11518 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
11519 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
11520 * sb-pg.xpm: Renamed from sb-file.xpm
11521 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
11522 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
11523
115242000-05-24 Kenichi Handa <handa@etl.go.jp>
11525
11526 * international/quail.el (quail-show-guidance-buf): Set
11527 current-input-method of the guidance buffer to the name of the
11528 curren input method.
11529
115302000-05-23 Stefan Monnier <monnier@cs.yale.edu>
11531
11532 * progmodes/compile.el (compile-internal): Style typo.
11533
11534 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
11535 quote vars and functions in the docstring.
11536
11537 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
11538
11539 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
11540 Don't quote lambdas.
11541
11542 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
11543
115442000-05-23 Gerd Moellmann <gerd@gnu.org>
11545
11546 * startup.el (command-line): Determine source file of compiled
11547 user init file differently. Warn if compiled user init file
11548 is older than its source file.
11549
11550 * ffap.el (ffap-url-regexp): Add `https'.
11551
115522000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
11553
11554 * files.el (make-backup-file-name-1): Replace slashes with `!'
11555 rather than `|' (which is not allowed on Windows). Replace the
11556 drive letters with a string "drive_X".
11557
115582000-05-23 Gerd Moellmann <gerd@gnu.org>
11559
11560 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
11561
11562 * files.el (interpreter-mode-alist): Add `bash2'.
11563
115642000-05-22 Dave Love <fx@gnu.org>
11565
11566 * loadhist.el (feature-symbols, file-provides, file-requires): Use
11567 mapc.
11568 (feature-file): Avoid calling symbol-name. Doc fix.
11569 (file-set-intersect, file-dependents): Use dolist, not mapcar.
11570 (loadhist-hook-functions): Add mouse-position-function.
11571 (unload-feature): Change uses of mapcar.
11572
11573 * files.el (parse-colon-path): Doc fix.
11574 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
11575 (set-auto-mode): Use mapc.
11576
11577 * complete.el (PC-look-for-include-file): Use :alnum: character
11578 class.
11579 (partial-completion-mode): Add autoload cookie.
11580
115812000-05-22 Sam Steingold <sds@gnu.org>
11582
11583 * info.el (Info-fontify-node): Fixed the call to
11584 `add-text-properties' (bug introduced on 2000-05-18).
11585
115862000-05-22 Dave Love <fx@gnu.org>
11587
11588 * bindings.el: Remove debug-ignored-errors set in other files.
11589
11590 * progmodes/etags.el: Add to debug-ignored-errors.
11591 (visit-tags-table-buffer): Clear out buffers holding old tables
11592 when making a new list.
11593 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
11594 mapc.
11595
11596 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
11597 quote keywords.
11598 (cmpl-string-case-type): Use character classes.
11599
11600 * comint.el:
11601 * textmodes/ispell.el:
11602 * imenu.el:
11603 * mail/mh-e.el:
11604 * progmodes/compile.el: Add to debug-ignored-errors.
11605
11606 * dabbrev.el: Add to debug-ignored-errors.
11607 (dabbrev-completion): Use mapc.
11608
116092000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
11610
11611 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
11612 (woman-mapcan, woman-parse-man.conf)
11613 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
11614 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
11615 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
11616 path syntax better.
11617 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
11618 (woman-manpath): Call woman-parse-man.conf.
11619 (woman-emulation): New defcustom, defaults to nroff.
11620 (woman-font-support): New defconst.
11621 (woman-use-symbol-font): New defcustom.
11622 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
11623 "Emulation".
11624 Many functions: Doc fix.
11625
116262000-05-22 Kenichi Handa <handa@etl.go.jp>
11627
11628 * international/quail.el (quail-simple-translation-keymap): Map
11629 128..255 to quail-self-insert-command.
11630 (quail-keyboard-layout-alist): Add definition for "pc102-de".
11631
116322000-05-22 Stefan Monnier <monnier@cs.yale.edu>
11633
11634 * help.el (help-manyarg-func-alist): Typo.
11635
11636 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
11637 intervals which makes it heaps simpler.
11638
11639 * newcomment.el (comment-region-internal): Go back to BEG after quoting
11640 the nested comment markers.
11641
11642 * subr.el (remove-hook): Don't turn the hook's value into a list.
11643
116442000-05-21 Dave Love <fx@gnu.org>
11645
11646 * edmacro.el (edmacro-parse-keys): Return vector if any elements
11647 are invalid characters.
11648
11649 * international/mule-util.el (detect-coding-with-priority): Use
11650 mapc. Remove redundant lambda.
11651
11652 * international/mule-diag.el (list-non-iso-charset-chars)
11653 (describe-fontset): Remove redundant lambda.
11654
11655 * emulation/crisp.el (brief-mode): New alias.
11656
11657 * emacs-lisp/ring.el (ring-elements): New function.
11658
11659 * emacs-lisp/easymenu.el (easy-menu-create-menu)
11660 (easy-menu-do-add-item): Use keywordp.
11661
11662 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
11663
11664 * replace.el: Doc and error message fixes.
11665 (replace-highlight): Use facep, not internal-find-face.
11666
116672000-05-20 Stefan Monnier <monnier@cs.yale.edu>
11668
11669 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
11670
11671 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
11672 (log-edit-insert-changelog): Drop `:' as well.
11673
11674 * log-view.el: Fix file description.
11675 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
11676 available.
11677 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
11678 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
11679
11680 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
11681 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
11682 Print a status message if the toggle is called interactively.
11683 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
11684 for global minor modes and use `defcustom' for them.
11685 Use add-minor-mode.
11686 (easy-mmode-define-derived-mode): Remove.
11687 (define-derived-mode): Fancier default docstring.
11688 (easy-mmode-define-navigation): Signal an error rather than (ding).
11689
11690 * newcomment.el (comment-styles): New `box-multi'.
11691 (comment-normalize-vars): Better default for comment-continue to
11692 avoid whitespace-only continuations.
11693 (comment-search-forward): Always move even in the no-syntax case.
11694 (comment-padright): Only obey N if it's only obeyed for padleft.
11695 (comment-make-extra-lines): Better handling of empty continuations.
11696 Use `=' for the filler if comment-start has only one character.
11697 (uncomment-region): Try handling the special `=' filler.
11698 (comment-region): Allow LINES even if MULTI is nil.
11699 (comment-box): Choose box style based on comment-style.
11700
117012000-05-20 Kenichi Handa <handa@etl.go.jp>
11702
11703 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
11704 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
11705
117062000-05-20 Kenichi HANDA <handa@etl.go.jp>
11707
11708 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
11709 and insert, not subst-char-in-region.
11710
11711 * international/mule-diag.el (list-character-sets-1): Handle
11712 charsets eight-bit-control and eight-bit-graphic.
11713 (list-iso-charset-chars): Likewise.
11714 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
11715 charactes as is. Use indent-to to align characters.
11716
11717 * international/mule-cmds.el (find-multibyte-characters): Never
11718 exclude charsets eight-bit-control and eight-bit-graphic.
11719
117202000-05-19 Stefan Monnier <monnier@cs.yale.edu>
11721
11722 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
11723 Don't quote lambdas.
11724
11725 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
11726
117272000-05-19 Gerd Moellmann <gerd@gnu.org>
11728
11729 * gud.el (gud-jdb-directories): Doc fix.
11730
117312000-05-19 Stefan Monnier <monnier@cs.yale.edu>
11732
11733 * newcomment.el: New file.
11734
117352000-05-19 Gerd Moellmann <gerd@gnu.org>
11736
11737 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
11738
117392000-05-18 Andreas Schwab <schwab@suse.de>
11740
11741 * dired.el (dired-between-files): Also skip lines beginning with
11742 `used'.
11743
117442000-05-18 Gerd Moellmann <gerd@gnu.org>
11745
11746 * msb.el (msb-menu-cond): Add choice `user'.
11747
117482000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11749
11750 * ps-print.el: Compatibility, customization and doc fix.
11751 (ps-printer-name-option): Replace defconst by defvar.
11752 (ps-postscript-code-directory): XEmacs compatibility.
11753 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
11754 fix.
11755 (ps-user-defined-prologue, ps-print-prologue-header)
11756 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
11757 compatibility and code fix.
11758 (ps-print-background-image, ps-print-background-text):
11759 Customization fix.
11760 (ps-line-number-start, ps-n-up-on): New vars.
11761
117622000-05-18 Espen Skoglund <esk@ira.uka.de>
11763
11764 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
11765 the indent-comment function to just return the appropriate indent.
11766
117672000-05-18 Eric M. Ludlam <zappo@ultranet.com>
11768
11769 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
11770 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
11771 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
11772
117732000-05-18 Dave Love <fx@gnu.org>
11774
11775 * info.el (Info-fontify-node): Add intangible property as well as
11776 invisible.
11777
11778 * calendar/appt.el (appt-make-list): Match all lines of entry.
11779 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
11780
117812000-05-18 Kenichi Handa <handa@etl.go.jp>
11782
11783 * international/mule-diag.el (describe-char-after): Call
11784 internal-char-font, not char-font. If internal-char-font returns
11785 nil, display "-- none --".
11786
117872000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
11788
11789 * image.el (image-type-available-p): Don't reference image-types
11790 if it isn't bound.
11791
117922000-05-17 Stefan Monnier <monnier@cs.yale.edu>
11793
11794 * autoarg.el (autoarg-mode): Typo in the :set argument.
11795
117962000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
11797
11798 * startup.el (command-line-1): Don't signal an error if the
11799 directory for auto-save-list files does not yet exist.
11800
118012000-05-17 Kenichi Handa <handa@etl.go.jp>
11802
11803 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
11804
118052000-05-16 Stefan Monnier <monnier@cs.yale.edu>
11806
11807 * subr.el (remove-hook): `setq' hook-value, not `set'.
11808
118092000-05-16 Sam Steingold <sds@gnu.org>
11810
11811 * info.el (debug-ignored-errors): More errors to ignore.
11812
118132000-05-16 Dave Love <fx@gnu.org>
11814
11815 * cus-edit.el: Don't require cl or easymenu.
11816 (custom-variable-prompt): Test standard-value property, not
11817 user-variable-p.
11818
118192000-05-16 Sam Steingold <sds@gnu.org>
11820
11821 * subr.el (add-hook): `setq' hook-value, not `set'.
11822
118232000-05-16 Gerd Moellmann <gerd@gnu.org>
11824
11825 * startup.el (command-line-1): Mention the FAQ in the startup
11826 message.
11827
11828 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
11829
11830 * progmodes/compile.el (compilation-parse-errors): Collect
11831 `nomessage' regexps last.
11832
11833 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
11834
11835 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
11836 to the function name.
11837
118382000-05-15 Dave Love <fx@gnu.org>
11839
11840 * speedbar.el (speedbar-recenter): Typo.
11841 (speedbar-expand-line): Make arg optional.
11842 (speedbar-mode): Avoid a compiler warning.
11843
118442000-05-15 Gerd Moellmann <gerd@gnu.org>
11845
11846 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
11847 user-specified option string is empty.
11848
11849 * mouse.el (mouse-yank-at-click): Doc fix.
11850
118512000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
11852
11853 * term/internal.el (IT-character-translations): More updates of
11854 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
11855 documents.
11856
118572000-05-15 Gerd Moellmann <gerd@gnu.org>
11858
11859 * env.el (getenv): New function, interactively callable.
11860 (setenv, getenv): Remove autoload cookies.
11861
11862 * loadup.el: Load `env'.
11863
11864 * progmodes/f90.el: Change author's mail address.
11865
118662000-05-14 Dave Love <fx@gnu.org>
11867
11868 * mail/rmail.el (rmail-show-message-hook): Customize and offer
11869 goto-addr as an option.
11870
11871 * help.el (help-xref-stack): Doc fix.
11872 (help-xref-following): New variable.
11873 (help-make-xrefs): Use it.
11874 (help-xref-go-back): Use position information from stack element.
11875 (help-follow): Make position in stack element a pair. Use
11876 help-xref-following.
11877
11878 * autoarg.el: New file.
11879
11880 * faces.el: Declare more functions obsolete.
11881
11882 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
11883 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
11884 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
11885 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
11886 Remove all the setup-...-environment functions.
11887
118882000-05-13 Eric M. Ludlam <zappo@ultranet.com>
11889
11890 * speedbar.el: Updated the commentary section. xemacs20p now uses
11891 >= when detecting. Require `defimage' safely.
11892 (speedbar-easymenu-definition-base): Add toggle for images.
11893 (speedbar-easymenu-definition-special): Add flush cache & expand.
11894 (speedbar-visiting-tag-hook): Set new defaults. Added options.
11895 (speedbar-reconfigure-keymaps-hook): New variable.
11896 (speedbar-frame-parameters): Updated documentation.
11897 (speedbar-use-imenu-flag): Updated custom tag
11898 (speedbar-dynamic-tags-function-list): New variable.
11899 (speedbar-tag-hierarchy-method): Updated doc & custom.
11900 (speedbar-indentation-width, speedbar-indentation-width) New
11901 variables.
11902 (speedbar-hide-button-brackets-flag): Customizable.
11903 (speedbar-vc-indicator): Doc update.
11904 (speedbar-ignored-path-expressions): Updated default value.
11905 (speedbar-supported-extension-expressions): Updated default value.
11906 (speedbar-syntax-table): Remove {} paren status.
11907 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
11908 as "+". Added overlay aliases.
11909 (speedbar-mode): Use `speedbar-mode-line-update' instead of
11910 `force-mode-line-update'.
11911 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
11912 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
11913 `mouse-set-point'
11914 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
11915 (speedbar-item-info-tag-helper): Revamped to handle a wider range
11916 of arbitrary text, and new helper functions.
11917 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
11918 filename finder.
11919 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
11920 (speedbar-directory-buttons): Update path search/expansion.
11921 (speedbar-make-tag-line): Pay attention to
11922 `speedbar-indentation-width'. Use more care w/ invisible
11923 properties.
11924 (speedbar-change-expand-button-char): Call
11925 `speedbar-insert-image-button-maybe'.
11926 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
11927 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
11928 (speedbar-trim-words-tag-hierarchy)
11929 (speedbar-simple-group-tag-hierarchy): New functions
11930 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
11931 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
11932 functions.
11933 (speedbar-mouse-set-point): New function
11934 (speedbar-power-click): Updated documentation.
11935 (speedbar-line-token, speedbar-goto-this-file): Handle more types
11936 of tag prefix text.
11937 (speedbar-expand-line, speedbar-contract-line): Make more robust
11938 to strange text.
11939 (speedbar-expand-line): Takes universal argument to flush the
11940 cache.
11941 (speedbar-flush-expand-line): New function.
11942 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
11943 Use new generator insertion method.
11944 (speedbar-fetch-dynamic-tags): New function.
11945 (speedbar-fetch-dynamic-imenu): Removed code now handled in
11946 `speedbar-fetch-dynamic-imenu'.
11947 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
11948 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
11949 "Revert Buffer" menu items.
11950 (speedbar-buffer-buttons-engine): Be smarter when creating a
11951 filename tag (for expansion purposes.).
11952 (speedbar-highlight-one-tag-line,
11953 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
11954 (speedbar-recenter): New functions.
11955 (defimage-speedbar): Image loading abstraction.
11956 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
11957 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
11958 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
11959 (speedbar-tag-type, speedbar-tag-mail): New images.
11960 (speedbar-expand-image-button-alist): New variable.
11961 (speedbar-insert-image-button-maybe): Insert an image over some
11962 buttons.
11963
119642000-05-13 Kenichi Handa <handa@etl.go.jp>
11965
11966 * international/mule-cmds.el (encode-coding-char): An ASCII
11967 character is always encodable.
11968
11969 * international/mule-conf.el: Add more information in descriptions
11970 of character sets.
11971
11972 * international/mule-diag.el (describe-char-after): New function.
11973 (describe-font-internal): Adjusted for the change of font-info.
11974 (describe-font): Likewise.
11975 (print-fontset): Rewritten for the new fontset implementation.
11976 (describe-fontset): Include fontset alias names in completion.
11977 (list-fontsets): Adjusted for the change of print-fontset.
11978
11979 * simple.el (what-cursor-position): If DETAIL is non-nil, call
11980 describe-char-after instead of displaying the detail in the echo
11981 area.
11982 (syntax-code-table): Format changed.
11983 (string-to-syntax): Adjusted for the above change.
11984
119852000-05-12 Stefan Monnier <monnier@cs.yale.edu>
11986
11987 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
11988
119892000-05-12 Dave Love <fx@gnu.org>
11990
11991 * calendar/todo-mode.el: Remove some compatibility stuff and CL
11992 dependence. Use line-{beginning,end}-position, not
11993 point-at{b,e}ol. Some doc fixes.
11994 (todo-position): New function. Fix callers of position to use it.
11995 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
11996
119972000-05-12 Gerd Moellmann <gerd@gnu.org>
11998
11999 * time.el (display-time-mail-icon): Use `:ascent center'.
12000
12001 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
12002 handling FTP security extensions.
12003
120042000-05-11 Dave Love <fx@gnu.org>
12005
12006 * calendar/todo-mode.el: New file.
12007
120082000-05-11 Gerd Moellmann <gerd@gnu.org>
12009
12010 * comint.el (comint-read-input-ring): Move reference to
12011 comint-input-ring-size outside of the save-excursion. It was
12012 causing the default value to be the only one ever seen.
12013
12014 * font-lock.el: Update copyright. Remove Simon Marshall's email
12015 address on request from him.
12016
12017 * subr.el (substitute-key-definition): Add comment describing
12018 the meaning of PREFIX.
12019
120202000-05-10 Stefan Monnier <monnier@cs.yale.edu>
12021
12022 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
12023
12024 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
12025 (add-minor-mode): Don't make the variable buffer-local and add a
12026 reference to define-minor-mode in the docstring.
12027
12028 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
12029 HEADER/FOOTER and fix bug with trailing empty directory.
12030 (cvs-append-to-ignore): Use vc-editable-p if available.
12031 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
12032 (vc-do-command): Tweak advice to handle the new VC.
12033
12034 * log-view.el (log-view-goto-rev): New function for the new VC.
12035 (log-view-minor-wrap): Use mark-active.
12036
12037 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
12038 (log-edit-changelog-full-paragraphs): New var.
12039 (log-edit-insert-changelog): Remove a lonely leading `* file'.
12040 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
12041 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
12042 (log-edit-changelog-ours-p, log-edit-changelog-entries)
12043 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
12044 Replace the `cvs' prefix with `log-edit'.
12045
12046 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
12047
12048 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
12049 (diff-font-lock-defaults): Explicitly turn off multiline.
12050 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
12051 (diff-ediff-patch): Fix call to ediff-patch-file.
12052 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
12053 Handle comments.
12054
12055 * frame.el (automatic-hscrolling): Typo.
12056
12057 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
12058
120592000-05-09 Sam Steingold <sds@goems.com>
12060
12061 * apropos.el (apropos-print): use `describe-face' instead of
12062 `customize-face-other-window'.
12063
120642000-05-09 Dave Love <fx@gnu.org>
12065
12066 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
12067
12068 * help.el (describe-variable): Have customize button pop the
12069 help-xref stack when invoked.
12070 (help-xref-symbol-regexp): Add `face'.
12071 (help-make-xrefs): Check for quoted face names and adapt regexp
12072 submatch numbers to cope.
12073 (help-xref-interned): Maybe insert face doc too. Separate
12074 sections with a line of hyphens.
12075
12076 * faces.el: Some doc fixes. Declare some functions obsolete.
12077 (describe-face): Add customize button. Return the help
12078 text. Fix prompt.
12079
120802000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
12081
12082 * term/internal.el (IT-character-translations): Fix last change.
12083
120842000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
12085
12086 * woman.el: New file
12087 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
12088
120892000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
12090
12091 * term/internal.el (IT-character-translations): Update ASCII
12092 simulations for greek-iso8859-7, add latin-iso8859-14 and
12093 latin-iso8859-15.
12094
12095 * international/mule-cmds.el (set-language-info-alist): Call
12096 define-prefix-command with 3 arguments, to make the map suitable
12097 for a menu.
12098
120992000-05-07 Dave Love <fx@gnu.org>
12100
12101 * time.el: Small doc fixes from Pavel Jan,Am(Bk ml.
12102
121032000-05-05 Dave Love <fx@gnu.org>
12104
12105 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
12106 list in doc string. Don't quote keyword symbols.
12107 * emacs-lisp/cl.el: Likewise
12108 * emacs-lisp/cl-seq.el: Likewise
12109
121102000-05-05 Gerd Moellmann <gerd@gnu.org>
12111
12112 * abbrev.el (abbrev-mode): Make ARG optional.
12113
121142000-05-04 Gerd Moellmann <gerd@gnu.org>
12115
12116 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
12117
12118 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
12119
12120 * subr.el (substitute-key-definition): Clarify documentation.
12121
121222000-05-04 Milan Zamazal <pdm@freesoft.cz>
12123
12124 * glasses.el (glasses-convert-to-unreadable): Use
12125 `glasses-separator' instead of the hard-wired "_".
12126 (glasses-mode): Call `glasses-make-unreadable' only in a single
12127 place.
12128
121292000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
12130
12131 * term/internal.el (cjk-codepages-alist): Add associations for
12132 Chinese and Korean codepages. Remove FIXME comment.
12133
121342000-05-03 Dave Love <fx@gnu.org>
12135
12136 * time.el (display-time-mail-face, display-time-use-mail-icon):
12137 New option.
12138 (display-time-mail-icon): New variable.
12139 (display-time-string-forms): Use the above. Fix the local-map.
12140
121412000-05-03 Gerd Moellmann <gerd@gnu.org>
12142
12143 * replace.el (query-replace-map): Add binding for `E'.
12144 (query-replace-help): Extend help text.
12145 (perform-replace): Allow editing the replacement string.
12146
12147 * make-mode.el (makefile-mode-abbrev-table): New variable.
12148 (makefile-mode): Set local abbrev table to
12149 makefile-mode-abbrev-table.
12150 (makefile-font-lock-keywords): Fontify includes and conditionals.
12151
12152 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
12153 set TOGGLE's value.
12154
12155 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
12156 mail-interactive-insert-alias.
12157 (mail-abbrev-complete-alias): New command.
12158 (mail-mode-map): Bind it to `M-TAB'.
12159
121602000-05-03 Kenichi Handa <handa@etl.go.jp>
12161
12162 * language/lao-util.el (lao-compose-region): New function.
12163
121642000-05-02 Gerd Moellmann <gerd@gnu.org>
12165
12166 * files.el (recover-session): Make directories as necessary
12167 if they don't exist yet.
12168
12169 * calendar/cal-french.el
12170 (french-calendar-multibyte-special-days-array)
12171 (french-calendar-special-days-array): Change French text.
12172 (calendar-french-date-string): Change output.
12173 (calendar-goto-french-date): Likewise.
12174
121752000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
12176
12177 * wid-edit.el (widget-default-active): Obey `:always-active'.
12178 (widget-documentation-string-value-create): Set `:always-active'.
12179
121802000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
12181
12182 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
12183 default prefix to `~/_emacs.d/auto-save.list/_s'.
12184 (normal-top-level): Create the directory for auto-save files, if
12185 it doesn't already exist (in the ms-dos case only).
12186
121872000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
12188
12189 * international/mule-cmds.el (set-language-environment): Don't
12190 concat an integer (dos-codepage), use format instead.
12191
121922000-05-02 Dave Love <fx@gnu.org>
12193
12194 * help.el (help-xref-on-pp): Check for constant symbols.
12195
121962000-04-29 Gerd Moellmann <gerd@gnu.org>
12197
12198 * startup.el (normal-top-level): Put a condition-case around
12199 the code loading subdirs.el.
12200
122012000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12202
12203 * ps-print.el: Upside-down and face background color printing,
12204 line number step, doc fix.
12205 (ps-print-version): New version number (5.2).
12206 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
12207 (ps-face-attribute-list, ps-plot-with-face): Code fix.
12208 (ps-spool-config): Var fix.
12209 (ps-printer-name-option): Const fix.
12210 (ps-print-upside-down, ps-use-face-background)
12211 (ps-line-number-step): New vars.
12212 (ps-window-system, ps-lp-system): New consts.
12213 (ps-face-background): New fun.
12214
122152000-04-28 Richard Stallman <rms@gnu.org>
12216
12217 * files.el (make-auto-save-file-name):
12218 Apply auto-save-file-name-transforms to visited file name
12219 before generating auto save file name.
12220 (auto-save-file-name-transforms): New variable.
12221
12222 * files.el (backup-enable-predicate):
12223 Correctly test for a file under a temporary directory.
12224
122252000-04-28 Gerd Moellmann <gerd@gnu.org>
12226
12227 * subr.el (add-minor-mode): Rewritten.
12228
122292000-04-28 Kenichi Handa <handa@etl.go.jp>
12230
12231 * mail/sendmail.el (sendmail-send-it): Set
12232 buffer-file-coding-system to the selected coding system for MIME
12233 header.
12234
122352000-04-27 Gerd Moellmann <gerd@gnu.org>
12236
12237 * dired.el (dired-move-to-filename-regexp): Allow format where
12238 YYYY is followed by two spaces.
12239
12240 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
12241 in the second character class of the regexp.
12242
12243 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
12244 mh-etc, too.
12245
12246 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
12247 nil.
12248
12249 * subr.el (add-minor-mode): Use `set' instead of `setq'.
12250
12251 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
12252 argument.
12253
122542000-04-27 Sen Nagata <sen@eccosys.com>
12255
12256 * emacs-lisp/crm.el (crm-completion-table): New variable.
12257 (crm-collection-fn, crm-test-completion)
12258 (completing-read-multiple): Use it.
12259
122602000-04-27 Dave Love <fx@gnu.org>
12261
12262 * help.el (locate-library): Use mapc.
12263 (help-manyarg-func-alist): Add call-process-region.
12264
122652000-04-26 Gerd Moellmann <gerd@gnu.org>
12266
12267 * subr.el (add-minor-mode): Make argument MAP optional.
12268
12269 * desktop.el (desktop-save): Save list of minor modes.
12270 (desktop-create-buffer): Restore minor modes.
12271 (desktop-minor-mode-table): New user-option.
12272
12273 * subr.el (add-minor-mode): New function.
12274
12275 * image.el (find-image): New function.
12276 (defimage): Rewritten to find image at load time.
12277
12278 * startup.el (normal-top-level-add-to-load-path): Handle
12279 case that the default directory is not in load-path.
12280
12281 * help.el: Old patch from Stefan Monnier.
12282 (help-xref-on-pp): New function.
12283 (describe-variable): Use it to display xrefs in a symbol's value.
12284
122852000-04-26 Stefan Monnier <monnier@cs.yale.edu>
12286
12287 * cus-edit.el (custom-face): Fix parenthesis.
12288
122892000-04-26 Kenichi Handa <handa@etl.go.jp>
12290
12291 * mail/rmail.el (rmail-expunge): When there are no deleted
12292 messages, do nothing.
12293
122942000-04-26 Dave Love <fx@gnu.org>
12295
12296 * international/mule-cmds.el (locale-translation-file-name):
12297 Defvar to nil.
12298 (set-locale-environment): Set it here (at runtime).
12299
123002000-04-25 Gerd Moellmann <gerd@gnu.org>
12301
12302 * replace.el (perform-replace): Add parameters START and END. Use
12303 them instead of the check for a region in Transient Mark mode.
12304 (query-replace-read-args): Return two more list elements for the
12305 start and end of the region in Transient Mark mode.
12306 (query-replace, query-replace-regexp, query-replace-regexp-eval)
12307 (map-query-replace-regexp, replace-string, replace-regexp): Add
12308 optional last arguments START and END and pass them to
12309 perform-replace.
12310
12311 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
12312 form with additional arguments for perform-replace.
12313
12314 * progmodes/etags.el (tags-query-replace): Add parameters START
12315 and END. Construct a form with additional arguments for
12316 perform-replace.
12317
12318 * simple.el (shell-command): Set default directory for "*Shell
12319 Command Output" buffer.
12320
12321 * language/european.el (iso-latin-4): Fix typo.
12322
12323 * emacs-lisp/crm.el: New file.
12324
123252000-04-24 Dave Love <fx@gnu.org>
12326
12327 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
12328 (Custom-reset-saved, Custom-reset-standard)
12329 (custom-group-value-create, custom-group-set, custom-group-save)
12330 (custom-group-reset-current, custom-group-reset-saved)
12331 (custom-group-reset-standard): Use mapc.
12332 (custom-buffer-create-internal): Disable undo when creating items.
12333 Use mapc.
12334 (custom-face): Avoid redundant lambda.
12335
123362000-04-24 Gerd Moellmann <gerd@gnu.org>
12337
12338 * startup.el (auto-save-list-file-prefix): Set default to
12339 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
12340
123412000-04-24 Sam Steingold <sds@gnu.org>
12342
12343 * time-stamp.el (time-stamp-string-preprocess): Always convert
12344 `field-result' to a string.
12345
123462000-04-24 Gerd Moellmann <gerd@gnu.org>
12347
12348 * frame.el (scrolling): New group.
12349 (automatic-hscrolling): New user-option.
12350
12351 * startup.el (command-line-x-option-alist): Add `-lsp' and
12352 `--line-spacing'.
12353
123542000-04-19 Dave Love <fx@gnu.org>
12355
12356 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
12357 (cl-mapc): Rename from mapc. Fix the funcall.
12358
123592000-04-19 Gerd Moellmann <gerd@gnu.org>
12360
12361 * simple.el (clone-indirect-buffer-other-window): New command.
12362 (clone-indirect-buffer): Add optional arg NORECROD.
12363 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
12364
12365 * help.el (resize-temp-buffer-window): Use count-screen-lines.
12366
12367 * window.el (count-screen-lines): New function.
12368 (shrink-window-if-larger-than-buffer): Use count-screen-lines
12369 instead of window-buffer-height.
12370
12371 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
12372 non-existing variable comint-input-sentinel.
12373 (inferior-lisp-args-to-list): Removed.
12374 (inferior-lisp): Use split-string instead of
12375 inferior-lisp-args-to-list.
12376
12377 * hexl.el (hexl-insert-hex-string): New command.
12378
12379 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
12380 instead of concat.
12381
123822000-04-18 Gerd Moellmann <gerd@gnu.org>
12383
12384 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
12385 at the start of an existing but empty folder.
12386
123872000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12388
12389 * ps-mule.el: Customization fix, doc fix.
12390 (ps-multibyte-buffer): Customization fix.
12391
123922000-04-17 Richard M. Stallman <rms@gnu.org>
12393
12394 * subr.el (read-passwd): Use read-char-exclusive.
12395
123962000-04-17 Gerd Moellmann <gerd@gnu.org>
12397
12398 * textmodes/texinfo.el (texinfo-insert-@email)
12399 (texinfo-insert-@emph, texinfo-insert-@quotation)
12400 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
12401 (texinfo-mode-map): Add key bindings for them.
12402
12403 * files.el (basic-save-buffer-2): Use a template with `$'
12404 instead of `#' for VMS.
12405
12406 * simple.el (clone-indirect-buffer): New function.
12407
124082000-04-16 Stephen Eglen <stephen@gnu.org>
12409
12410 * iswitchb.el (iswitchb-case): New function. If the user input
12411 contains any upper-case characters, the search is made
12412 case-sensitive.
12413
124142000-04-17 Stefan Monnier <monnier@cs.yale.edu>
12415
12416 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
12417 comment-end.
12418 (texinfo-font-lock-syntactic-keywords): New var.
12419 (texinfo-font-lock-keywords): Remove comment regexp.
12420 (texinfo-insert-block): New function.
12421 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
12422 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
12423 and font-lock-defaults. Use regexp-opt for outline-regexp.
12424 (texinfo-environments): New var.
12425 (texinfo-environment-regexp): Use regexp-opt and
12426 texinfo-environments.
12427
12428 * textmodes/ispell.el (ispell-menu-map-needed): Check that
12429 ispell-process is bound since this might be eval'd before ispell
12430 is loaded.
12431 (ispell-message): Use a tiny bit less magic and a bit more hard
12432 data to figure out what kind of sc-cite-regexp to use.
12433
12434 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
12435
12436 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
12437 (insert-cyclic-diary-entry): Unquote the lambda.
12438
12439 * gud.el (gud-jdb-build-source-files-list): Fix typo.
12440
12441 * files.el (backup-enable-predicate): Unquote the lambda.
12442
12443 * cus-edit.el (custom-face, face): Unquote the lambda.
12444
124452000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12446
12447 * ps-print.el: Check for line-beginning-position definition.
12448
12449 * ps-print.el: Fix counting lines in a region.
12450 (ps-print-version): New version number (5.1.5).
12451 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
12452 (ps-printing-region): Fun code fix.
12453
124542000-04-15 Gerd Moellmann <gerd@gnu.org>
12455
12456 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
12457 to file-directory-p.
12458
124592000-04-14 Gerd Moellmann <gerd@gnu.org>
12460
12461 * gud.el (gud-jdb-build-source-files-list): Check that directory
12462 exists before calling directory-files.
12463
124642000-04-13 Dave Love <fx@gnu.org>
12465
12466 * emacs-lisp/trace.el: Change maintainer. Use new backquote
12467 syntax.
12468
12469 * emacs-lisp/cl-specs.el: Remove when, unless.
12470
12471 * emacs-lisp/cl-extra.el: Don't quote keywords.
12472 (cl-old-mapc): New variable.
12473 (mapc): Use it.
12474 (cl-map-intervals): Use with-current-buffer. Don't check for
12475 next-property-change.
12476 (cl-map-overlays): Use with-current-buffer.
12477 (cl-expt): Remove.
12478 (copy-tree, remprop): Define unconditionally.
12479
12480 * emacs-lisp/cl-compat.el (keywordp): Remove.
12481
12482 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
12483 to use keywordp.
12484 (edebug-spec): Enable keywordp.
12485
12486 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
12487 string-lessp.
12488
12489 * cus-start.el: Use keywordp.
12490
124912000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12492
12493 * diary-lib.el (include-other-diary-files): Fix the fix of
12494 2000-02-18 by doing a save-excursion.
12495
124962000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12497
12498 * ps-print.el: Customization fix, doc fix.
12499 (ps-print-version): New version number (5.1.4).
12500 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
12501 (ps-print-preprint): Adjust code.
12502 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
12503 (ps-print-prologue-header, ps-print-control-characters)
12504 (ps-spool-config): Customization fix.
12505
125062000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
12507
12508 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
12509 converted to the new menu-item format, names silightly changed,
12510 help strings added.
12511
12512 Support for spelling without async subprocesses:
12513
12514 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
12515 (ispell-session-buffer): New variables.
12516 (ispell-start-process, ispell-process-status,
12517 ispell-accept-output, ispell-send-string): New functions, for
12518 Ispell invocation when async subprocesses aren't supported.
12519 (ispell-word, ispell-pdict-save, ispell-command-loop,
12520 ispell-process-line, ispell-buffer-local-parsing): Replace calls
12521 to process-send-string with calls to ispell-send-string, and
12522 accept-process-output with ispell-accept-output.
12523 (ispell-init-process): Call ispell-process-status instead of
12524 process-status with.
12525 (ispell-init-process): Call ispell-start-process. Call
12526 ispell-accept-output and ispell-send-string. Don't call
12527 process-kill-without-query and kill-process if they are unbound.
12528 (ispell-async-processp): New function.
12529
125302000-04-12 Dave Love <fx@gnu.org>
12531
12532 * info.el: Add debug-ignored-errors.
12533 (Info-mode-menu): Add some items.
12534 (Info-directory): Add autoload cookie.
12535
12536 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
12537 Modify `truncate-lines'. Make `describe-language-environment'
12538 always visible and add help. Modify `describe-key' help. Invoke
12539 Info-directory from `info'. New entry `emacs-manual'.
12540
125412000-04-10 Gerd Moellmann <gerd@gnu.org>
12542
12543 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
12544 propertized-buffer-identification.
12545 (ebrowse-update-member-buffer-mode-line): Likewise.
12546 (ebrowse--mode-strings): Removed.
12547 (ebrowse--mode-line-props): Removed.
12548
12549 * files.el (auto-mode-alist): Add `EBROWSE'.
12550
12551 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
12552 space before testing for end of buffer.
12553 (ebrowse-load): Removed.
12554 (ebrowse-revert-tree-buffer-from-file): Rewritten.
12555 (ebrowse-create-tree-buffer): Rewritten.
12556 (ebrowse-tree-mode): Read tree from buffer.
12557
12558 * progmodes/ebrowse-ffh.el: Removed.
12559
125602000-04-10 Kenichi Handa <handa@etl.go.jp>
12561
12562 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
12563
125642000-04-10 Gerd Moellmann <gerd@gnu.org>
12565
12566 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
12567 at the wrong place.
12568
125692000-04-09 Dave Love <fx@gnu.org>
12570
12571 * files.el (backup-enable-predicate): Use
12572 temporary-file-directory, small-temporary-file-directory.
12573 (make-backup-file-name-function, backup-directory-alist): New
12574 variables.
12575 (make-backup-file-name-1): New function.
12576 (make-backup-file-name): Use it.
12577 (find-backup-file-name): Likewise. Use format for clarity, not
12578 concat.
12579 (file-newest-backup): Use make-backup-file-name.
12580
125812000-04-09 Gerd Moellmann <gerd@gnu.org>
12582
12583 * progmodes/ebrowse-ffh.el: New file.
12584
12585 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
12586 to ebrowse-ffh.el.
12587 (ebrowse-load): Add autoload.
12588
12589 * finder.el (finder-commentary): Add autoload cookie.
12590
12591 * mail/rfc2368.el: Correct author's email address.
12592
12593 * progmodes/ebrowse.el: New file.
12594
12595 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
12596 item help string.
12597 (easy-menu-do-add-item): Ditto.
12598 (easy-menu-define): Extend doc string.
12599
12600 * jit-lock.el (with-buffer-unmodified): Use
12601 restore-buffer-modified-p.
12602 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
12603 (jit-lock-function, jit-lock-stealth-fontify): Don't use
12604 with-buffer-unmodified.
12605
126062000-04-08 Dave Love <fx@gnu.org>
12607
12608 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
12609 unless, when.
12610
126112000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
12612
12613 * viper-util.el (viper-put-on-search-overlay): New subroutine.
12614 (viper-flash-search-pattern): No operation when using Emacs
12615 doesn't support face.
12616 Use `viper-put-on-search-overlay'.
12617
126182000-04-04 Gerd Moellmann <gerd@gnu.org>
12619
12620 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
12621 like C-r.
12622
12623 * progmodes/make-mode.el: Some doc fixes.
12624 (makefile-mode-abbrev-table): New variable.
12625 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
12626 (makefile-font-lock-keywords): Fontify includes and conditionals.
12627 (toplevel): Require `dabbrev' and `add-log' when compiling.
12628
12629 * replace.el (perform-replace): Don't move forward one char
12630 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
12631 to do that because it leaves point 1 position after the last
12632 replacement, after everything has been replaced.
12633
12634 * jit-lock.el (with-buffer-unmodified): New macro.
12635 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
12636 modified state.
12637 (jit-lock-function-1): Extracted from jit-lock-function; not
12638 preserving buffer's modified state.
12639 (jit-lock-function, jit-lock-stealth-fontify): Call
12640 jit-lock-function-1.
12641
12642 * mail/rfc2368.el: Remove supernumerary copyright line.
12643
126442000-04-04 Milan Zamazal <pdm@freesoft.cz>
12645
12646 * glasses.el: Provide facilities for inserting space before left
12647 parentheses and uncapitalization of identifiers.
12648 (glasses-mode): Try to remove old overlays in all cases.
12649
126502000-04-03 Gerd Moellmann <gerd@gnu.org>
12651
12652 * progmodes/compile.el (compile-internal): Display the compilation
12653 buffer in a different frame, if it's already displayed there.
12654
12655 * mail/rfc2368.el: New file.
12656
12657 * simple.el (sendmail-user-agent-compose): Recognize a `body'
12658 header and insert its value as mail body.
12659
12660 * subr.el (member-ignore-case): New function.
12661
12662 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
12663 (dabbrev--find-expansion): Ignore buffers matching a regexp
12664 from dabbrev-ignored-regexps.
12665
12666 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
12667 to extensions handled by gzip.
12668
126692000-04-03 Richard M. Stallman <rms@gnu.org>
12670
12671 * files.el (insert-directory): List the total free space
12672 along with the used space.
12673
12674 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
12675 line is followed by one that matches CITATION-REGEXP, end the
12676 paragraph.
12677
126782000-04-03 Markus Rost <rost@delysid.gnu.org>
12679
12680 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
12681 (rmail-make-basic-summary-line): Use that option.
12682
126832000-04-03 Kenichi Handa <handa@etl.go.jp>
12684
12685 * international/mule-cmds.el (encoded-string-description):
12686 Rewritten. Try pretty description for ISO 2022 escape sequences
12687 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
12688 for hexadecimal format.
12689
126902000-04-01 Dave Love <fx@gnu.org>
12691
12692 * cpp.el: Change customization group to `c' from `C'.
12693
12694 * vcursor.el (vcursor-move): Use display-color-p.
12695
12696 * international/mule-util.el: Provide mule-utils.
12697 (string-to-sequence): Simplify and speed up.
12698
12699 * international/mule.el (make-coding-system): Purecopy doc-string.
12700
12701 * international/mule-cmds.el: Various menu changes.
12702 (describe-specified-language-support): Handle `Default'.
12703 (set-language-info): Purecopy `info'.
12704
127052000-03-31 Andrew Innes <andrewi@gnu.org>
12706
12707 * vc.el (vc-backend-diff): Return the correct status if we had to
12708 retry the rcsdiff command without the --brief option.
12709
127102000-03-31 Dave Love <fx@gnu.org>
12711
12712 * help.el (help-manyarg-func-alist): Correct several omissions.
12713
12714 * add-log.el: Don't require cl, fortran.
12715 (add-log-current-defun-function): Doc fix.
12716 (change-log-version-number-regexp-list): Remove SCCS part. Doc
12717 fix.
12718 (change-log-version-rcs): Function deleted.
12719 (change-log-version-number-search): Doc fix. Use
12720 vc-workfile-version. Avoid CL dolist.
12721 (add-change-log-entry): Just call add-log-current-defun to get
12722 defun. Simplify somewhat.
12723 (change-log-get-method-definition-1): Likewise.
12724 (add-log-current-defun): Return nil if calling
12725 add-log-current-defun-function does so. Move Fortran stuff to
12726 fortran.el. Return string without properties.
12727
12728 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
12729 and :alpha: char classes.
12730
12731 * mail/supercite.el: Defvar curline when compiling.
12732 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
12733 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
12734 rather than a-zA-Z0-9 to allow non-ASCII characters.
12735
127362000-03-31 Gerd Moellmann <gerd@gnu.org>
12737
12738 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
12739
12740 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
12741 Re-enable new code.
12742
12743 * lpr.el (print-region-1): Use -d to specify printer name for
12744 systems `usg-unix-v*, `dgux', `hpux', `irix'.
12745
127462000-03-31 Dave Love <fx@gnu.org>
12747
12748 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
12749 for function definition in symbol's function value slot first
12750 instead of first consulting byte-compile-function-environment.
12751
127522000-03-31 Kenichi Handa <handa@etl.go.jp>
12753
12754 * language/european.el ("Polish"): New language environment.
12755 (setup-polish-environment): New function.
12756
127572000-03-30 Gerd Moellmann <gerd@gnu.org>
12758
12759 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
12760 Disable new code.
12761
12762 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
12763 trying to `load' the symbol of an autoload instead of the file
12764 recorded in the autoload. Fix error messages.
12765
127662000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12767
12768 * ps-print.el: PostScript programming fix for ghostview, doc fix.
12769 (ps-print-version): New version number (5.1.3).
12770 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
12771 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
12772 (ps-generate-postscript-with-faces): Code fix.
12773 (ps-color-values): XEmacs compatibility.
12774 (ps-print-background-image, ps-print-background-text, ps-printer-name)
12775 (ps-default-fg, ps-default-bg): Adjust customization.
12776 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
12777 (ps-color-scale): Renaming old ps-color-value fun.
12778 (ps-print-headers): Replace ps-print-header group to avoid conflict
12779 with ps-print-header variable.
12780 (ps-print-miscellany): New group.
12781 (ps-format-color, ps-rgb-color): New funs.
12782 (ps-default-foreground): New var.
12783 (ps-printer-name-option): New const.
12784
127852000-03-30 Peter Breton <pbreton@ne.mediaone.net>
12786
12787 * net/net-utils.el:
12788 (network-connection-host, network-connection-service): New variables
12789 (network-connection-mode): New mode, derived from comint-mode
12790 (network-connection-mode-setup): New function, saves host and
12791 service information in local variables.
12792
12793 * lisp/locate.el:
12794 (locate-word-at-point): Added this function
12795 (locate): Default to using locate-word-at-point as input
12796 Run dired-mode-hook
12797
127982000-03-29 Dave Love <fx@gnu.org>
12799
12800 * calendar/appt.el: Doc fixes.
12801 (appt-check): Convert min-to-app to a string before passing to
12802 appt-disp-window-function or concat.
12803 (appt-delete-window): Remove test for frame-root-window.
12804 (appt-select-lowest-window, appt-convert-time): Simplify.
12805
12806 * emacs-lisp/bytecomp.el: Doc fixes.
12807 (byte-compile-file-form-autoload): Update
12808 byte-compile-function-environment.
12809
128102000-03-29 Andreas Schwab <schwab@suse.de>
12811
12812 * emacs-lisp/autoload.el: Also print defsubst doc string
12813 specially.
12814
12815 * dired.el (dired-insert-directory): If dired-free-space-program
12816 failed just delete its output.
12817
128182000-03-29 Dave Love <fx@gnu.org>
12819
12820 * international/iso-cvt.el: Move provide to end. Doc fixes.
12821 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
12822 (iso-iso2sgml, iso-sgml2iso): New functions.
12823 (iso-cvt-define-menu): Fix some entries and use backquote for
12824 clarity.
12825
12826 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
12827
128282000-03-28 Gerd Moellmann <gerd@gnu.org>
12829
12830 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
12831 ISO-DATE. If non-nil, return date in ISO 8601 format.
12832
128332000-03-26 Stefan Monnier <monnier@cs.yale.edu>
12834
12835 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
12836 if it ever becomes used.
12837 (log-edit-mode-hook): Default to vc-log-mode-hook.
12838 (log-edit-mode): Fix the docstring.
12839
12840 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
12841 the code.
12842
128432000-03-26 Dave Love <fx@gnu.org>
12844
12845 * net/browse-url.el (browse-url): Re-fix case of
12846 browse-url-browser-function being an alist.
12847 (browse-url): Add :link to defgroup.
12848
12849 * files.el: Doc fixes.
12850 (file-truename): Include `[' in wildcard characters.
12851 (automount-dir-prefix): Customize.
12852 (find-file-wildcards): Add :version.
12853 (find-file-noselect): Simplify a mapcar call.
12854
12855 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
12856 compatible with inf-lisp version.
12857 (eval-defun-1): Fix custom-declare-variable case.
12858
128592000-03-25 Stefan Monnier <monnier@cs.yale.edu>
12860
12861 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
12862
128632000-03-24 Gerd Moellmann <gerd@gnu.org>
12864
12865 * Makefile (COMPILE_FIRST): New macro.
12866 (compile-files): Compile files from COMPILE_FIRST first.
12867
12868 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
12869 code.
12870
12871 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
12872 matching open parenthesis in column 0 to defun-prompt-regexp
12873 only if open-paren-in-column-0-is-defun-start is set.
12874
12875 * sun-curs.el: Require CL at compile-time only.
12876
12877 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
12878 instead of copy-list which is a function from CL.
12879 (msb--choose-menu, msb--mode-menu-cond)
12880 (msb--create-buffer-menu-2): Use dolist instead of mapc.
12881 (msb--init-file-alist): Use mapcar instead of mapcan.
12882 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
12883 `(' in column 0 in doc string.
12884 (msb--add-separators): Use mapcar instead of mapcan.
12885
12886 * cus-dep.el: Require CL at compile-time only.
12887
128882000-03-24 Stefan Monnier <monnier@cs.yale.edu>
12889
12890 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
12891 (byte-compile-warnings): New warning `noruntime'.
12892 (byte-compile-constants, byte-compile-variables): Fix docstring.
12893 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
12894 execute `eval-whenc-compile's body.
12895 (byte-compile-unresolved-functions): Fix docstring.
12896 (byte-compile-eval): New function.
12897 (byte-compile-callargs-warn): Check if the function will be available
12898 at runtime (via property `byte-compile-noruntime').
12899 (byte-compile-print-syms): New function.
12900 (byte-compile-warn-about-unresolved-functions): Also warn about
12901 `noruntime' functions (and use `byte-compile-print-syms').
12902 (byte-compile-file): Capitalize the message.
12903
129042000-03-24 Gerd Moellmann <gerd@gnu.org>
12905
12906 * mail/rmail.el (rmail-confirm-expunge): New user-option.
12907 (rmail-expunge): Ask for confirmation depending on the setting
12908 of rmail-confirm-expunge.
12909
129102000-03-23 Gerd Moellmann <gerd@gnu.org>
12911
12912 * Makefile (bootstrap-clean): If $(emacs) exists, build
12913 loaddefs.el first. A loaddefs.el that's not up-to-date might
12914 cause a bootstrap failure because things don't autoload as
12915 expected.
12916
129172000-03-23 Dave Love <fx@gnu.org>
12918
12919 * net/browse-url.el: Restore previous use of
12920 browse-url-maybe-new-window.
12921
129222000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12923
12924 * ps-print.el: Skip banner page fix.
12925 (ps-print-version): New version number (5.1.2).
12926 (ps-begin-file, ps-end-file, ps-generate): Code fix.
12927
129282000-03-23 Dave Pearson <davep@davep.org>
12929
12930 * net/quickurl.el Changed the type of parameter passed to the
12931 function defined by `quickurl-format-function'. Before only the
12932 text of the URL was passed. Now the whole URL structure is passed
12933 and the function is responsible for extracting the parts it
12934 requires. Changed the default of `quickurl-format-function'
12935 accordingly.
12936 (quickurl-insert): Changed the `funcall' of
12937 `quickurl-format-function' to match the above change.
12938 (quickurl-list-insert): Changed the `url' case so that it makes
12939 use of `quickurl-format-function', previous to this the format was
12940 hard wired.
12941
129422000-03-22 Gerd Moellmann <gerd@gnu.org>
12943
12944 * startup.el: Change some spellings for the X Window System.
12945
129462000-03-22 Stefan Monnier <monnier@cs.yale.edu>
12947
12948 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
12949 up the code and the regexp and make sure the cursor is temporarily
12950 moved to the suspicious line while querying the user.
12951
129522000-03-22 Jason Rumney <jasonr@gnu.org>
12953
12954 * w32-fns.el (w32-charset-info-alist): Initialize.
12955
129562000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12957
12958 * ps-print.el: N-up last page fix.
12959 (ps-print-version): New version number (5.1.1).
12960 (ps-end-file, ps-end-job, ps-generate): Code fix.
12961
129622000-03-21 Stefan Monnier <monnier@cs.yale.edu>
12963
12964 * files.el (find-file-run-dired): Update docstring.
12965 (find-directory-functions): New hook.
12966 (find-file-noselect): Run find-directory-functions rather than
12967 calling dired directly.
12968
12969 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
12970
12971 * pcvs.el: Add a minimal leading commentary.
12972 (cvs-make-cvs-buffer): Change the header part by removing the startup
12973 message and adding a `Module' entry. Also replace the FOOTER and
12974 HEADER special fileinfos with the new support in ewoc for updating
12975 its own footer and header.
12976 (cvs-update-header): Update to use the header/footer of the ewoc.
12977 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
12978 (cvs-is-within-p): New function.
12979 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
12980 to only examine some subset of the buffers.
12981
12982 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
12983 `format' instead of our own ad-hoc functions.
12984 Remove HEADER and FOOTER cases, now handled in the EWOC.
12985 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
12986
12987 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
12988 output to avoid scaring the user.
12989 (cvs-parse-table): Catch message for non-up-to-date commits.
12990
12991 * pcvs-defs.el (cvs-startup-message): Remove.
12992 (cvs-global-menu): New autoloaded menu.
12993
12994 * pcvs-util.el (cvs-string-fill): Remove.
12995
12996 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
12997 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
12998 PP part of it and also make it work for footers and headers.
12999 (ewoc-create): Drop POS and BUFFER arguments.
13000 Use the DLL's dummy node to store the end-of-footer position.
13001 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
13002 (ewoc-refresh): Remove unused `header' variable.
13003 (ewoc-(get|set)-hf): New functions.
13004
13005 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
13006 log-view-*-(message|file) and use easy-mmode-define-navigation.
13007 (log-view-message-re): Match SCCS format as well.
13008 And match the revision line rather than the dashed separator line.
13009 (log-view-mode): Use the new define-derived-mode.
13010 (log-view-current-tag): Fill in with an actual implementation.
13011
13012 * cvs-status.el (cvs-status-(prev|next)): Rename from
13013 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
13014 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
13015 to let the output "breathe" a little more (more readable).
13016 (cvs-status-mode): Use the new define-derived-mode.
13017
13018 * smerge-mode.el (smerge-auto-leave): New function and variable.
13019 (smerge-basic-map): Rename from smerge-basic-keymap.
13020 Change the bindings for smerge-diff-*.
13021 (smerge-*-map): Use easy-mmode-defmap.
13022 (smerge-(next|prev)): Use easy-mmode-define-navigation.
13023 (smerge-keep-*): Use smerge-auto-leave.
13024
130252000-03-21 Jason Rumney <jasonr@gnu.org>
13026
13027 * cus-edit.el (custom-button-face): Use 3D look for w32.
13028 (custom-button-pressed-face): Likewise.
13029
130302000-03-21 Gerd Moellmann <gerd@gnu.org>
13031
13032 * progmodes/etags.el (tags-case-fold-search): New user-option.
13033 (tags-loop-eval): New function. Bind case-fold-search around eval
13034 depending on the value of tags-case-fold-search.
13035 (tags-loop-continue): Use tags-loop-eval.
13036 (find-tag-in-order): Bind case-fold-search depending on the value
13037 of tags-case-fold-search.
13038
130392000-03-21 Stefan Monnier <monnier@cs.yale.edu>
13040
13041 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
13042 (diff-end-of-hunk): Return the end position for use in
13043 `easy-mmode-define-navigation'.
13044 (diff-recenter): Remove.
13045 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
13046 of `easy-mmode-define-navigation'.
13047 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
13048 previous renaming) and fix to use new names.
13049 (diff-merge-strings): Use \n as separator: simpler, faster.
13050 (diff-mode): Use `define-derived-mode'.
13051
13052 * derived.el (define-derived-mode): Don't autoload anymore.
13053 Prefer the macro-only version provided by easy-mmode.el.
13054
13055 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
13056 `easy-mmode-define-derived-mode'.
13057 Use `combine-run-hooks'.
13058 (easy-mmode-define-navigation): New macro.
13059
13060 * subr.el (combine-run-hooks): New function.
13061
130622000-03-21 Kenichi HANDA <handa@etl.go.jp>
13063
13064 * term/x-win.el: Fontsets related initialization is simplified.
13065
13066 * international/mule-diag.el (describe-font): Don't refer to
13067 global-fontset-alist, instead call font-list.
13068 (describe-fontset, list-fontsets, mule-diag): Likewise.
13069 (print-fontset): Adjusted for the change of fontset
13070 implementation.
13071
13072 * international/fontset.el (x-charset-registries): Variable
13073 removed, instead the corresponding data is stored in the default
13074 fontset.
13075 (register-alternate-fontnames): Function removed.
13076 (resolved-ascii-font): Variable removed.
13077 (x-compose-font-name): Ignore the second argument REDOCE.
13078 (x-complement-fontset-spec): Complement only an ASCII font and
13079 element for those charsets than can use that ASCII font.
13080 (generate-fontset-menu): Don't refer to global-fontset-alist,
13081 instead call fontset-list.
13082 (uninstantiated-fontset-alist): Variable removed.
13083 (x-style-funcs-alist): Likewise.
13084 (fontset-default-styles): Likewise.
13085 (x-modify-font-name): Function removed.
13086 (create-fontset-from-fontset-spec): Ignore the argument
13087 STYLE-VARIANT.
13088 (create-fontset-from-ascii-font): Docsting adjusted for the above
13089 change.
13090 (instantiate-fontset, resolve-fontset-name): Functions removed.
13091 (fontset-list): Now implemented by C code.
13092
13093 * faces.el (read-face-font): Fix TABLE arg to completing-read.
13094 (describe-face): Include `font' attribute in the description.
13095
130962000-03-21 Kenichi Handa <handa@etl.go.jp>
13097
13098 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
13099
131002000-03-20 Gerd Moellmann <gerd@gnu.org>
13101
13102 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
13103 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
13104 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
13105
13106 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
13107 about behavior of set-buffer-modified-p wrt redisplay.
13108
131092000-03-19 Richard M. Stallman <rms@gnu.org>
13110
13111 * view.el (view-mode-disable): Kill local binding of view-read-only.
13112
131132000-03-18 Gerd Moellmann <gerd@gnu.org>
13114
13115 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
13116 is a string, convert it to a syntax cell using string-to-syntax.
13117
13118 * simple.el (syntax-code-table, syntax-flag-table): New variables.
13119 (string-to-syntax): New function.
13120
13121 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
13122 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
13123 try to use passive ftp mode.
13124
131252000-03-17 Gerd Moellmann <gerd@gnu.org>
13126
13127 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
13128
13129 * simple.el (append-to-buffer): Update point of windows after
13130 insertion.
13131
13132 * abbrev.el (inverse-add-abbrev): Identify word by first moving
13133 forward then moving backward. Reindent.
13134
13135 * frame.el (other-frame): Call x-focus-frame only if
13136 focus-follows-mouse is off.
13137
131382000-03-17 Dave Love <fx@gnu.org>
13139
13140 * pcvs-util.el (cvs-strings->string): Rename
13141 replace-regexps-in-string.
13142
131432000-03-17 Stefan Monnier <monnier@cs.yale.edu>
13144
13145 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
13146 regexp for labels cannot span several lines.
13147
13148 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
13149 `(setq :<key> ':<key>)' to the macro expansion.
13150
131512000-03-16 Dave Love <fx@gnu.org>
13152
13153 * progmodes/f90.el (f90): Put custom group under `languages', not
13154 `fortran'.
13155 (f90-mode-hook): Customize.
13156 (f90-mode): Set add-log-current-defun-function.
13157 (f90-current-defun): New function.
13158
131592000-03-16 Gerd Moellmann <gerd@gnu.org>
13160
13161 * cus-edit.el (custom-variable-tag-face): Handle case that
13162 default face's height is not a number.
13163 (custom-face-tag-face, custom-group-tag-face-1)
13164 (custom-group-tag-face): Ditto.
13165 (custom-group-tag-face-1): Add :group.
13166
13167 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
13168
131692000-03-15 Gerd Moellmann <gerd@gnu.org>
13170
13171 * pcvs-defs.el (toplevel): Remove autoload cookie for form
13172 requiring easymenu.
13173
131742000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13175
13176 * ps-print.el: PostScript user-defined prologue, PostScript error
13177 handler, doc fix.
13178 (ps-print-version): New version number (5.1).
13179 (ps-user-defined-prologue, ps-error-handler-message)
13180 (ps-print-prologue-0, ps-error-handler-alist): New vars.
13181 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
13182 (ps-insert-string): New function.
13183
131842000-03-15 Kenichi Handa <handa@etl.go.jp>
13185
13186 * international/ccl.el (ccl-compile-expression): Don't generate
13187 invalid self-assignment code.
13188
131892000-03-14 Dave Love <fx@gnu.org>
13190
13191 * subr.el (replace-regexp-in-string): Renamed from
13192 replace-regexps-in-string. Doc fix.
13193
131942000-03-12 Dave Love <fx@gnu.org>
13195
13196 * cus-edit.el: Doc fixes.
13197 (customize-set-variable, customize-save-variable): Rename args for
13198 doc.
13199 (custom-variable-tag-face, custom-face-tag-face)
13200 (custom-group-tag-face-1, custom-group-tag-face): Modify from
13201 style which user identify as hyperlink.
13202 (hook): Don't add undefined functions to the hook.
13203 (debug-ignored-errors): Transfer message from bindings.el.
13204
132052000-03-12 Gerd Moellmann <gerd@gnu.org>
13206
13207 * recentf.el (recentf-keep-non-readable-files-p): Remove
13208 double/nested definition.
13209
132102000-03-12 Dave Love <fx@gnu.org>
13211
13212 * facemenu.el (facemenu-get-face): Use display-color-p.
13213 * enriched.el (enriched-decode-foreground): Likewise.
13214 (enriched-decode-background): Likewise.
13215 * isearch.el (isearch-highlight): Likewise.
13216 * info-look.el (info-lookup): Likewise.
13217 * simple.el (completion-setup-function): Likewise.
13218
13219 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
13220 :options.
13221
13222 * bindings.el (mode-line-format): Fix line-number and
13223 column-number items. Add help-echo for the background.
13224 (mode-line-mule-info): Modify help-echo.
13225
13226 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
13227
13228 * files.el (load-file): Allow completion to .elc.
13229
13230 * man.el: Doc fixes.
13231 (Man-init-defvars): Use display-color-p to set fontification.
13232
13233 * play/hanoi.el (hanoi-internal): Don't use oddp.
13234
132352000-03-12 Gerd Moellmann <gerd@gnu.org>
13236
13237 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
13238
13239 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
13240
132412000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
13242
13243 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
13244 Fix comment.
13245
132462000-03-10 Stefan Monnier <monnier@cs.yale.edu>
13247
13248 * font-lock.el (font-lock-keywords): Fix the doc now that
13249 regexp-opt-depth is unnecessary.
13250 (save-buffer-state): Set an edebug spec.
13251 (font-lock-fontify-anchored-keywords): Properly handle the case when
13252 the matcher goes past the limit.
13253
13254 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
13255 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
13256
13257 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
13258 dll.el and cookie.el (from Elib) with heavy renaming and other
13259 massaging.
13260
13261 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
13262 Autoload the functions used.
13263 (easy-mmode-define-syntax): Fix CL typo.
13264 (easy-mmode-define-derived-mode): Improve the docstring generation.
13265
132662000-03-10 Gerd Moellmann <gerd@gnu.org>
13267
13268 * textmodes/texinfo.el (texinfo-version): Variable and function
13269 removed.
13270
132712000-03-09 Stefan Monnier <monnier@cs.yale.edu>
13272
13273 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
13274 allow more flexibility.
13275 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
13276 fns.
13277 (easy-mmode-defmap, easy-mmode-defsyntax)
13278 (easy-mmode-define-derived-mode): New macros.
13279
132802000-03-09 Didier Verna <didier@xemacs.org>
13281
13282 * rect.el (replace-rectangle): New function.
13283
132842000-03-09 Dave Love <fx@gnu.org>
13285
13286 * progmodes/fortran.el (fortran-comment-line-start): Define as
13287 "C".
13288 (fortran-comment-line-start-skip): Don't match cpp stuff.
13289 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
13290 (fortran-mode-map): Remove over-eager custom-menu-create for now.
13291 (fortran-mode): Don't set fortran-comment-line-start-skip,
13292 fortran-comment-line-start here. Set comment-start,
13293 add-log-current-defun.
13294 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
13295 (fortran-current-defun): New function.
13296
132972000-03-09 Gerd Moellmann <gerd@gnu.org>
13298
13299 * emacs-lisp/re-builder.el: New file.
13300
13301 * mouse.el (mouse-drag-region): Don't run up-event handler
13302 if hscroll has changed.
13303
13304 * octave-mod.el (octave-font-lock-keywords): To font-lock the
13305 builtin operators, use `font-lock-builtin-face' for Emacs and
13306 `font-lock-preprocessor-face' otherwise.
13307
13308 * font-lock.el (lisp-font-lock-keywords-1): Highlight
13309 `(defun (setf foo)' differently.
13310
133112000-03-08 Stefan Monnier <monnier@cs.yale.edu>
13312
13313 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
13314 (regexp-opt): Update comment and adapt the code the new meaning of
13315 the `paren' argument of regex-opt-group for shy-groups.
13316 (regexp-opt-depth): Handle shy groups as well as backslashed
13317 backslashes.
13318 (regexp-opt-group): Turn the leading comment into a docstring.
13319 Allow `paren' to be a string (the string to use to open a group).
13320 Remove open-presuf and close-presuf. Instead of checking for `all
13321 one-char' and then later on check for `several one-char', handle
13322 both cases close together. Also apply a more generic algorithm
13323 for suffixes (the mirror image of the algorithm used for
13324 prefixes). Use shy-groups. Use nreverse rather than reverse.
13325 (regexp-opt-try-suffix): Removed.
13326
13327 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
13328 from comint-mode-map, so we can just inherit from it. Also, move
13329 the initialization into the `defvar' since there's no docstring
13330 anyway and it's fairly short.
13331 (inferior-scheme-mode): Define it as derived-mode: the code is
13332 shorter and this way we inherit from comint-mode-map rather than
13333 copying it.
13334
13335 * subr.el (replace-regexps-in-string): Properly handle the case
13336 where we match an empty string.
13337
13338 * comint.el (comint-exec-1): Add the current-dir to the exec-path
13339 when the command has a directory component (such as "./testml").
13340 Also fix a typo in the comment.
13341
133422000-03-08 Gerd Moellmann <gerd@gnu.org>
13343
13344 * Makefile (compile-files): Compile files one by one because
13345 that's the only way to ensure a clean compilation environment for
13346 each individual file.
13347
13348 * frame.el (other-frame): Call x-focus-frame.
13349
133502000-03-07 Dave Love <fx@gnu.org>
13351
13352 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
13353 :require to defcustom.
13354
13355 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
13356 lists.
13357
13358 * files.el (auto-mode-alist): Add configure.in.
13359
13360 * progmodes/autoconf.el: New file.
13361
133622000-03-07 Gerd Moellmann <gerd@gnu.org>
13363
13364 * mail/mh-e.el: Change maintainer to `none'.
13365
13366 * recentf.el (recentf-keep-non-readable-files-p): Quote args
13367 to remove-hook and add-hook.
13368
133692000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
13370
13371 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
13372 it as the default.
13373 (mail-send): Test mail-send-nonascii also for the new `mime' value.
13374 (sendmail-send-it): Conditionally add MIME headers specifying the
13375 used character set.
13376
133772000-03-07 Dave Love <fx@gnu.org>
13378
13379 * winner.el: Fix keywords, autoload cookies. Split
13380 eval-when-compile form to avoid compilation failure.
13381
133822000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
13383
13384 * international/mule.el: Modify comment about coding system
13385 property `coding-category'.
13386 (make-coding-system): New argument EOL-TYPE. Pay attention to
13387 coding-category property of PROPERTIES.
13388
13389 * international/mule-conf.el (coding-category-utf-8,
13390 coding-category-utf-16-be, coding-category-utf-16-le): New coding
13391 categories. Include them in the argument for set-coding-priority.
13392
13393 * international/mule-cmds.el (reset-language-environment): Include
13394 coding-category-utf-8, coding-category-utf-16-be, and
13395 coding-category-utf-16-le in the argument for set-coding-priority.
13396 (reset-language-environment): Initialize coding-category-utf-8,
13397 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
13398
133992000-03-06 Karl Fogel <kfogel@red-bean.com>
13400
13401 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
13402 code abstracted out of `bookmark-jump-noselect'. Now tries info
13403 extensions as well as compression extensions.
13404 (bookmark-jump-noselect): Use above new func.
13405
134062000-03-03 Gerd Moellmann <gerd@gnu.org>
13407
13408 * strokes.el: Change maintainer's mail address.
13409
134102000-03-03 Kenichi Handa <handa@etl.go.jp>
13411
13412 * international/mule-diag.el (list-character-sets): Make help-echo
13413 string by substitute-command-keys.
13414 (list-character-sets): Likewise.
13415 (sort-listed-character-sets): Call help-setup-xref.
13416
134172000-03-02 Gerd Moellmann <gerd@gnu.org>
13418
13419 * time.el (display-time-mail-file): Add `none' to the list of
13420 choices.
13421
134222000-03-01 Dave Love <fx@gnu.org>
13423
13424 * help.el (help-xref-go-back): Don't try to set position.
13425
13426 * international/mule-diag.el (list-character-sets): Call
13427 help-setup-xref. Add help-echo to xrefs.
13428 (list-character-sets-1): Add help-echo to xrefs.
13429
134302000-03-02 Gerd Moellmann <gerd@gnu.org>
13431
13432 * frame.el (blink-cursor-mode): Switch cursor on when turning
13433 the mode off.
13434
13435 * add-log.el (add-log-current-defun): Add support for
13436 Autoconf mode.
13437
13438 * mail/rmail.el (rmail-quit-hook): New variable.
13439
134402000-03-01 Dave Love <fx@gnu.org>
13441
13442 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
13443
13444 * help.el (help-xref-button): Add help-echo arg.
13445 (describe-function-1, describe-variable, help-make-xrefs): Use it.
13446
13447 * faces.el (list-faces-display): Supply help-echo with
13448 help-make-xrefs.
13449
13450 * facemenu.el (list-text-properties-at): Set help-xref-stack to
13451 nil.
13452
134532000-03-01 Gerd Moellmann <gerd@gnu.org>
13454
13455 * image.el (defimage): Look for image files in load-path.
13456
13457 * frame.el (busy-cursor-delay-seconds): Change type to
13458 `number'.
13459
134602000-03-01 David Ponce <david.ponce@wanadoo.fr>
13461
13462 * recentf.el (recentf): Added version tag to the defgroup of
13463 recentf.
13464
134652000-03-01 David Ponce <david.ponce@wanadoo.fr>
13466
13467 * recentf.el (recentf-cleanup): Changed to remove excluded file
13468 too.
13469 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
13470 action to select/unselect a file.
13471 (recentf-edit-list): Code cleanup and improvement.
13472 (recentf-open-more-files-action): `recentf-open-more-files' button
13473 widget action to open a file.
13474 (recentf-open-more-files): No more use standard completion but
13475 widgets.
13476 (recentf-more-collection): Deleted.
13477 (recentf-more-history): Deleted.
13478 (recentf-setup-more-completion): Deleted.
13479
134802000-03-01 David Ponce <david.ponce@wanadoo.fr>
13481
13482 * recentf.el (recentf-mode): No more needs that Emacs is running
13483 under a window-system.
13484
134851999-03-01 David Ponce <david.ponce@wanadoo.fr>
13486
13487 * recentf.el (recentf-edit-list): New command to edit the recent
13488 list which allow the user to remove files.
13489 (recentf-edit-selected-items): New global variable, used by
13490 `recentf-edit-list' to hold the list of files to be removed from
13491 the recent list.
13492 (recentf-make-menu-items): Updated to display a "Edit list..."
13493 menu item. Minor code cleanup.
13494
134951999-03-01 David Ponce <david.ponce@wanadoo.fr>
13496
13497 * recentf.el (recentf-open-more-files): New command to open files
13498 that are not displayed in the menu.
13499 (recentf-more-collection): New global variable holding the set of
13500 permissible completions used by `recentf-open-more-files'.
13501 (recentf-more-history): New global variable holding the history list
13502 used by `recentf-open-more-files' completion.
13503 (recentf-setup-more-completion): New function to setup completion for
13504 `recentf-open-more-files'.
13505 (recentf-make-menu-items): Updated to display a "More..." menu item.
13506
135071999-03-01 David Ponce <david.ponce@wanadoo.fr>
13508
13509 * recentf.el (recentf-menu-action): Doc fixed.
13510
135111999-03-01 David Ponce <david.ponce@wanadoo.fr>
13512
13513 * recentf.el (recentf-menu-filter): Doc updated.
13514 (recentf-update-menu-hook): Allow menu filters to force menu update.
13515 (recentf-make-menu-items): New menu filter handling.
13516 (recentf-make-menu-item): New helper function.
13517 (recentf-menu-elements): New menu handling function.
13518 (recentf-sort-ascending): Updated to new menu filter handling.
13519 (recentf-sort-descending): Updated to new menu filter handling.
13520 (recentf-sort-basenames-ascending): New menu filter function.
13521 (recentf-sort-basenames-descending): New menu filter function.
13522 (recentf-show-basenames): New menu filter function.
13523 (recentf-show-basenames-ascending): New menu filter function.
13524 (recentf-show-basenames-descending): New menu filter function.
13525
135262000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13527
13528 * diary-lib.el (list-diary-entries): Don't try to go forward at
13529 the end of the buffer.
13530
135312000-02-29 Kenichi Handa <handa@etl.go.jp>
13532
13533 * international/mule-diag.el (list-character-sets): Completely
13534 rewritten.
13535 (sort-listed-character-sets): New function.
13536 (list-character-sets-1): Completely rewritten.
13537 (list-character-sets-2): New function.
13538 (non-iso-charset-alist): New variable.
13539 (decode-codepage-char): New function.
13540 (charset-history): New variable.
13541 (read-charset) (list-block-of-chars)
13542 (list-iso-charset-chars)
13543 (list-non-iso-charset-chars)
13544 (list-charset-chars): New functions.
13545 (mule-diag): Call list-character-sets-2, not
13546 list-character-sets-2.
13547 (dump-charsets): Likewise.
13548
135492000-02-29 Gerd Moellmann <gerd@gnu.org>
13550
13551 * dired-x.el (dired-filename-at-point): Add `@' to valid
13552 file name characters.
13553 (dired-filename-at-point): Handle ange-ftp file names.
13554
13555 * frame.el (frame-notice-user-settings): Use assq-delete-all
13556 instead of assoc-delete-all.
13557 (frame-notice-user-settings): Ditto.
13558
13559 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
13560 Don't copy alist.
13561
135622000-02-28 Eli Barzilay <eli@cs.cornell.edu>
13563
13564 * calculator.el (calculator-use-menu): New option.
13565 (calculator-initial-bindings): Changed some bindings to work as
13566 macros.
13567 (calculator-forced-input): Removed.
13568 (calculator-restart-other-mode): New variable.
13569 (calculator-mode-map): Set up menu.
13570
135712000-02-28 Jari Aalto <jari.aalto@poboxes.com>
13572
13573 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
13574 tags.
13575
135762000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
13577
13578 * viper-cmd.el (viper-envelop-ESC-key): added the option to
13579 translate all ESC key sequences.
13580 (viper-goto-mark-subr): restore markers for files for which
13581 they were saved.
13582 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
13583 * viper-util.el (viper-set-replace-overlay-glyphs,
13584 viper-set-replace-overlay): always check if the replacement
13585 overlay is live.
13586 * viper.el (viper-vi-state-mode-list): added major modes.
13587 * ediff-wind.el: minor comment changes.
13588 * ediff.el: copyright notice date fix.
13589
135902000-02-27 Jason Rumney <jasonr@gnu.org>
13591
13592 * faces.el (face-font-family-alternatives): Add arial to helv.
13593 (mode-line, header-line, tool-bar): Same default as x for w32.
13594 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
13595 face-font-family-alternatives from working.
13596 * term/w32-win.el (mouse-set-font): Do not build fontset from
13597 chosen font.
13598
135992000-02-25 Sam Steingold <sds@goems.com>
13600
13601 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
13602 properly.
13603
136042000-02-25 Richard M. Stallman <rms@gnu.org>
13605
13606 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
13607
136082000-02-25 Gerd Moellmann <gerd@gnu.org>
13609
13610 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
13611 writable.
13612
13613 * frame.el (busy-cursor-delay-seconds): New option.
13614
136152000-02-24 Gerd Moellmann <gerd@gnu.org>
13616
13617 * frame.el (show-cursor-in-non-selected-windows): New option.
13618
136192000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13620
13621 * diary-lib.el (include-other-diary-files): Undo the selective
13622 display in any included file and don't kill it.
13623
136242000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
13625
13626 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
13627 bar. Menu items converted to (menu-item format, help strings
13628 added.
13629 [downcase, upcase]: Don't enable on MS-DOS.
13630 [symlink, symlinks]: Don't show if make-symbolic-link is not
13631 bound.
13632 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
13633
136342000-02-23 Dave Love <fx@gnu.org>
13635
13636 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
13637 (backward-kill-word): Revert addition of * to interactive spec --
13638 it's a feature.
13639
13640 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
13641 (backward-kill-sentence, kill-sentence): Likewise.
13642
13643 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
13644 scratch buffer name.
13645 (gud-format-command): Use int-to-string in ?l case. Simplify
13646 slightly.
13647
13648 * term/w32-win.el (internal-face-interactive): Update prompt for
13649 new read-face-name.
13650
13651 * mail/footnote.el (footnote): Add :version to defgroup.
13652 (footnote-section-tag-regexp): Customize.
13653 (footnote-start-tag, footnote-end-tag): New option.
13654 (footnote-latin-regexp): New variable.
13655 (Footnote-latin): New function.
13656 (footnote-style-alist): Add element for latin style.
13657 (footnote-style): Moved.
13658 (Footnote-goto-footnote): Use eq to test arg.
13659
13660 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
13661
13662 * emacs-lisp/byte-opt.el: Change old backquote syntax.
13663 (byte-compile-trueconstp): Include keywords.
13664 (byte-optimize-quote, byte-optimize-lapcode): Use
13665 byte-compile-const-symbol-p.
13666 (byte-optimize-char-before): New optimization.
13667
13668 * emacs-lisp/bytecomp.el: Change old backquote syntax.
13669 (byte-compile-const-symbol-p): New function.
13670 (byte-compile-constp, byte-compile-out-toplevel)
13671 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
13672 Use it.
13673
13674 * subr.el (define-key-after): Default AFTER to t. Doc fix.
13675
136762000-02-23 Kenichi Handa <handa@etl.go.jp>
13677
13678 * international/encoded-kb.el: Be sure to update minor-mode-alist
13679 and minor-mode-map-alist.
13680 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
13681 codes SS2 and SS3 correctly.
13682 (encoded-kbd-self-insert-ccl): New function.
13683 (encoded-kbd-setup-keymap): New function.
13684 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
13685 by calling encoded-kbd-setup-keymap.
13686
13687 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
13688 characters.
13689 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
13690 locally.
13691
136922000-02-22 Dave Love <fx@gnu.org>
13693
13694 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
13695 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
13696 defvar.
13697 (lisp-mode-syntax-table): Set up for #|...|# comments.
13698 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
13699 classes. Match `defface'.
13700 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
13701 (eval-defun-1): Fix for defcustom.
13702 (lisp-indent-region): Doc fix.
13703
13704 * subr.el (when, unless, split-string): Doc fix.
13705 (read-passwd): Move call of clear-this-command-keys to the right
13706 place.
13707 (replace-regexps-in-string): New function.
13708
137092000-02-22 Gerd Moellmann <gerd@gnu.org>
13710
13711 * help.el (describe-variable): Set syntax table to
13712 emacs-lisp-mode-syntax-table when moving forward over the
13713 symbol's name.
13714
137152000-02-22 Dave Love <fx@gnu.org>
13716
13717 * xt-mouse.el: Doc fixes.
13718 (xterm-mouse-position-function): New function, replacing advice of
13719 mouse-position.
13720 (xterm-mouse-mode): Use it. Don't turn on under a window system.
13721
13722 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
13723
137242000-02-21 Gerd Moellmann <gerd@gnu.org>
13725
13726 * format.el (format-annotate-single-property-change): Handle
13727 properties.with dotted-list values.
13728 (format-proper-list-p): New function.
13729
13730 * enriched.el (enriched-face-ans): Handle '(foreground-color
13731 . COLOR) and (background-color . COLOR).
13732
137332000-02-20 Dave Love <fx@gnu.org>
13734
13735 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
13736 and assignments to it.
13737 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
13738 current local map.
13739 (make-flyspell-overlay): Use it.
13740 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
13741
13742 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
13743 (lm-get-header-re): Defun, not defsubst.
13744 (lm-get-package-name): Defun, not defsubst. Simplify.
13745 (lm-version): Doc fix. Simplify.
13746 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
13747 (lm-crack-address, lm-last-modified-date, lm-commentary)
13748 (lm-verify, lm-synopsis): Simplify.
13749 (lm-report-bug): Require emacsbug. Use compose-mail.
13750
137512000-02-20 Gerd Moellmann <gerd@gnu.org>
13752
13753 * dired.el (dired-mode): Call propertized-buffer-identification
13754 to set mode-line-buffer-identification to something having
13755 the right text properties.
13756
13757 * bindings.el (propertized-buffer-identification): New function.
13758
137592000-02-20 Dave Love <fx@gnu.org>
13760
13761 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
13762 check for t-mouse too.
13763
13764 * cus-start.el: Make echo-keystrokes `number'.
13765
137662000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
13767
13768 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
13769 Don't call ring-empty-p unless tags-location-ring is bound.
13770 From Noah Friedman <friedman@splode.com>.
13771
137722000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
13773
13774 * progmodes/hideshow.el (hs-flag-region): No longer use
13775 `intangible' overlay property.
13776
13777 (hs-toggle-hiding): New command.
13778 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
13779
13780 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
13781 Fix omission bug: Run `hs-minor-mode-hook' for both activation
13782 and deactivation.
13783
137842000-02-18 Gerd Moellmann <gerd@gnu.org>
13785
13786 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
13787
137882000-02-17 Gerd Moellmann <gerd@gnu.org>
13789
13790 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
13791
13792 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
13793 of `*' to handle `(* ... *)' comments.
13794
137952000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
13796
13797 * faces.el (list-faces-display): Use display-mouse-p instead of
13798 window-system.
13799
13800 * menu-bar.el (global-map): Menu-bar items converted to the new
13801 format (menu-item..., rearranged for better CUA compliance, and
13802 their names changed for better clarity. Help strings added.
13803
13804 * international/mule-cmds.el (mule-menu-keymap)
13805 (describe-language-environment-map, set-coding-system-map)
13806 (setup-language-environment-map): Convert to new (menu-item...
13807 form, add help strings. Change names of menu items for better
13808 clarity. "Mule" menu-bar item removed (it's now in the "Options"
13809 submenu).
13810
138112000-02-17 Gerd Moellmann <gerd@gnu.org>
13812
13813 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
13814 within the code.
13815
138162000-02-16 Dave Love <fx@gnu.org>
13817
13818 * faces.el: Don't require custom. Add more specific :groups to
13819 various deffaces.
13820 (set-face-attribute): Purecopy args.
13821 (read-face-name): Default to name at point and use it in prompt.
13822 Remove colon from arg in all callers.
13823 (list-faces-display): Hyperlink to face descriptions and customize
13824 buffers.
13825
138262000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
13827
13828 * wid-edit.el (widget-match-inline): An atom never matches a
13829 list.
13830
138312000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13832
13833 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
13834 at ':' characters by call to split-string.
13835
138362000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13837
13838 * textmodes/bibtex.el: Added RCS version identification.
13839
138402000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13841
13842 * textmodes/bibtex.el: Some temporary comments removed.
13843 (bibtex-field-name, bibtex-entry-type): Made the relationship
13844 explicit.
13845 (bibtex-field-const): Allow capital letters.
13846 (bibtex-start-of-string): Deleted because unused.
13847
13848 * textmodes/bibtex.el: Unified some nomenclature. We no longer
13849 use the term 'reference' to describe a bibtex entry as a whole.
13850 Further, reference keys are no longer called 'labels'.
13851 (bibtex-keys): Renamed to bibtex-reference-keys.
13852 (bibtex-reformat-previous-labels): Renamed to
13853 bibtex-reformat-previous-reference-keys.
13854 (bibtex-reference-type): Renamed to bibtex-entry-type.
13855 (bibtex-reference-head): Renamed to bibtex-entry-head.
13856 (bibtex-reference-maybe-empty-head): Renamed to
13857 bibtex-entry-maybe-empty-head.
13858 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
13859 (bibtex-search-reference): Renamed to bibtex-search-entry.
13860 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
13861 bibtex-enclosing-entry-maybe-empty-head.
13862 (bibtex-entry-field-alist, bibtex-entry-head,
13863 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
13864 bibtex-map-entries, bibtex-search-entry,
13865 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
13866 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
13867 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
13868 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
13869 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
13870 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
13871 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
13872
138732000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13874
13875 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
13876 comment.
13877 (bibtex-format-field-delimiters): New function, functionality
13878 extracted from bibtex-format-entry.
13879 (bibtex-autokey-get-yearfield-digits): New function, functionality
13880 extracted from bibtex-autokey-get-yearfield.
13881
13882 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
13883 entries in order to avoid stack overflow in the regexp matcher if
13884 field contents become large.
13885 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
13886 bibtex-field-string-part-not-braced,
13887 bibtex-field-string-part-no-inner-braces,
13888 bibtex-field-string-part-1-inner-brace,
13889 bibtex-field-string-part-2-inner-braces,
13890 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
13891 bibtex-field-string-quoted, bibtex-field-string,
13892 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
13893 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
13894 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
13895 as parsing is now performed by the following functions.
13896 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
13897 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
13898 bibtex-parse-field-string, bibtex-search-forward-field-string,
13899 bibtex-parse-association, bibtex-field-name-for-parsing,
13900 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
13901 bibtex-search-forward-field, bibtex-search-backward-field,
13902 bibtex-start-of-field, bibtex-end-of-field,
13903 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
13904 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
13905 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
13906 bibtex-parse-string, bibtex-search-forward-string,
13907 bibtex-search-backward-string, bibtex-start-of-string,
13908 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
13909 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
13910 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
13911 entries. Instead of reporting the results of the parsing by
13912 match-beginning or match-end, these functions return data structures
13913 that hold the corresponding positions.
13914 (bibtex-enclosing-field): Changed to also report field boundaries by
13915 return values rather than by match-beginning or match-end. The
13916 following functions have been adapted to use the new parsing
13917 functions.
13918 (bibtex-skip-to-valid-entry, bibtex-search-reference,
13919 bibtex-enclosing-field, bibtex-format-entry,
13920 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
13921 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
13922 bibtex-print-help-message, bibtex-end-of-entry,
13923 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
13924 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
13925 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
13926 method for parsing.
13927 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
13928 bibtex-map-entries, bibtex-flash-head,
13929 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
13930 bibtex-autokey-change, bibtex-autokey-get-namefield,
13931 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
13932 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
13933 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
13934 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
13935 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
13936 order to make the new binding of case-fold-search immediately
13937 visible.
13938
139392000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13940
13941 * textmodes/bibtex.el: Copyright notice is up to date.
13942 Added constant 'bibtex-maintainer-salutation.
13943
13944 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
13945 than make-temp-name, use match-string-no-properties and eliminate
13946 a quadratic behavior when building bibtex-strings.
13947
13948 * bibtex.el (bibtex-reference-key): Accept string entries whose
13949 reference key contains upper case letters.
13950
139512000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13952
13953 * bibtex.el (bibtex-reference-head): Allow entries to start with
13954 a new line.
13955
139562000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13957
13958 * bibtex.el: Hiding of entry bodies is not longer provided by
13959 bibtex.el directly. Instead the hideshow package can be used.
13960 Added a special bibtex entry to hs-special-modes-alist.
13961 (bibtex-hs-forward-sexp): Added for hideshow.el.
13962
139632000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13964
13965 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
13966 at ':' characters by call to split-string.
13967
139682000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13969
13970 * textmodes/bibtex.el: Added RCS version identification.
13971
139722000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13973
13974 * textmodes/bibtex.el: Some temporary comments removed.
13975 (bibtex-field-name, bibtex-entry-type): Made the relationship
13976 explicit.
13977 (bibtex-field-const): Allow capital letters.
13978 (bibtex-start-of-string): Deleted because unused.
13979
13980 * textmodes/bibtex.el: Unified some nomenclature. We no longer
13981 use the term 'reference' to describe a bibtex entry as a whole.
13982 Further, reference keys are no longer called 'labels'.
13983 (bibtex-keys): Renamed to bibtex-reference-keys.
13984 (bibtex-reformat-previous-labels): Renamed to
13985 bibtex-reformat-previous-reference-keys.
13986 (bibtex-reference-type): Renamed to bibtex-entry-type.
13987 (bibtex-reference-head): Renamed to bibtex-entry-head.
13988 (bibtex-reference-maybe-empty-head): Renamed to
13989 bibtex-entry-maybe-empty-head.
13990 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
13991 (bibtex-search-reference): Renamed to bibtex-search-entry.
13992 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
13993 bibtex-enclosing-entry-maybe-empty-head.
13994 (bibtex-entry-field-alist, bibtex-entry-head,
13995 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
13996 bibtex-map-entries, bibtex-search-entry,
13997 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
13998 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
13999 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
14000 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
14001 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
14002 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
14003 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
14004
140052000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14006
14007 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
14008 comment.
14009 (bibtex-format-field-delimiters): New function, functionality
14010 extracted from bibtex-format-entry.
14011 (bibtex-autokey-get-yearfield-digits): New function, functionality
14012 extracted from bibtex-autokey-get-yearfield.
14013
14014 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
14015 entries in order to avoid stack overflow in the regexp matcher if
14016 field contents become large.
14017 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
14018 bibtex-field-string-part-not-braced,
14019 bibtex-field-string-part-no-inner-braces,
14020 bibtex-field-string-part-1-inner-brace,
14021 bibtex-field-string-part-2-inner-braces,
14022 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
14023 bibtex-field-string-quoted, bibtex-field-string,
14024 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
14025 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
14026 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
14027 as parsing is now performed by the following functions.
14028 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
14029 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
14030 bibtex-parse-field-string, bibtex-search-forward-field-string,
14031 bibtex-parse-association, bibtex-field-name-for-parsing,
14032 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
14033 bibtex-search-forward-field, bibtex-search-backward-field,
14034 bibtex-start-of-field, bibtex-end-of-field,
14035 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
14036 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
14037 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
14038 bibtex-parse-string, bibtex-search-forward-string,
14039 bibtex-search-backward-string, bibtex-start-of-string,
14040 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
14041 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
14042 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
14043 entries. Instead of reporting the results of the parsing by
14044 match-beginning or match-end, these functions return data structures
14045 that hold the corresponding positions.
14046 (bibtex-enclosing-field): Changed to also report field boundaries by
14047 return values rather than by match-beginning or match-end. The
14048 following functions have been adapted to use the new parsing
14049 functions.
14050 (bibtex-skip-to-valid-entry, bibtex-search-reference,
14051 bibtex-enclosing-field, bibtex-format-entry,
14052 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
14053 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
14054 bibtex-print-help-message, bibtex-end-of-entry,
14055 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
14056 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14057 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
14058 method for parsing.
14059 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
14060 bibtex-map-entries, bibtex-flash-head,
14061 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
14062 bibtex-autokey-change, bibtex-autokey-get-namefield,
14063 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
14064 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14065 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
14066 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14067 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
14068 order to make the new binding of case-fold-search immediately
14069 visible.
14070
140712000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14072
14073 * textmodes/bibtex.el: Copyright notice is up to date.
14074 Added constant 'bibtex-maintainer-salutation.
14075
14076 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
14077 than make-temp-name, use match-string-no-properties and eliminate
14078 a quadratic behavior when building bibtex-strings.
14079
14080 * bibtex.el (bibtex-reference-key): Accept string entries whose
14081 reference key contains upper case letters.
14082
140832000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14084
14085 * bibtex.el (bibtex-reference-head): Allow entries to start with
14086 a new line.
14087
140882000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14089
14090 * bibtex.el: Hiding of entry bodies is not longer provided by
14091 bibtex.el directly. Instead the hideshow package can be used.
14092 Added a special bibtex entry to hs-special-modes-alist.
14093 (bibtex-hs-forward-sexp): Added for hideshow.el.
14094
140952000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14096
14097 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
14098 proceedings entry type (for cross referencing). Thanks to Wagner
14099 Toledo Correa for the suggestion.
14100
14101 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
14102
141032000-02-14 Kenichi Handa <handa@etl.go.jp>
14104
14105 * international/characters.el: Setup case table for Vietnamese.
14106
141072000-02-12 Gerd Moellmann <gerd@gnu.org>
14108
14109 * uniquify.el (toplevel): Require CL at compile time.
14110 (uniquify-push): Removed.
14111
14112 * shadowfile.el (shadow-when): Removed.
14113
14114 * tempo.el (tempo-dolist, tempo-mapc): Removed.
14115 (tempo-process-and-insert-string): Use dolist instead of
14116 tempo-dolist.
14117
14118 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
14119 regexp for paragraph-start.
14120
14121 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
14122 commas as well.
14123
141242000-02-10 Dave Love <fx@gnu.org>
14125
14126 * wid-edit.el: (widgets) [defgroup]: Remove url link.
14127 (widget-color-choice-list, widget-color-history, widget-mouse-help):
14128 Deleted.
14129 (widget-specify-field, widget-specify-button): Don't use
14130 widget-mouse-help as help-echo property.
14131 (default): Use #'ignore for :validate and :mouse-down-action.
14132 (checkbox): Add help-echo.
14133 (widget-sexp-validate): Rewritten to clarify error messages.
14134 (character): Use char-valid-p in :match function.
14135 (widget-color-complete): Use facemenu-color-alist.
14136 (widget-color-action): Use facemenu-read-color.
14137
14138 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
14139 set up `caar' &c that we now have.
14140
141412000-02-09 Ray Blaak <blaak@gnu.org>
14142
14143 * delphi.el: Make resourcestring a declaration region, like const
14144 and var.
14145
141462000-02-09 Dave Love <fx@gnu.org>
14147
14148 * bindings.el (mode-line-input-method-map): New variable.
14149 (mode-line-mule-info): Use it; fix last change.
14150 (mode-line-mode-menu): Move definition.
14151 (mode-line-mouse-sensitive-p): Deleted.
14152 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
14153 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
14154 level.
14155
14156 * startup.el (command-line-1): Don't call
14157 make-mode-line-mouse-sensitive.
14158
141592000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
14160
14161 * mail/rmail.el (rmail-retry-failure): Use
14162 rmail-beginning-of-message before rmail-toggle-header, because the
14163 former toggles headers.
14164
141652000-02-06 Stefan Monnier <monnier@cs.yale.edu>
14166
14167 * diff-mode.el (diff-kill-junk): New interactive function.
14168 (diff-reverse-direction): Use delete-and-extract-region.
14169 (diff-post-command-hook): Restrict the area so that the hook also works
14170 outside of any diff hunk. This is necessary for the minor-mode.
14171 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
14172 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
14173
14174 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
14175 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
14176 so that it can be used more easily in <foo>-mode-hook. Also make sure
14177 to avoid duplicate entries.
14178 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
14179 (font-lock-remove-keywords): Just as was done for `add', allow it to
14180 work even if font-lock-mode is nil. Also make sure we don't modify
14181 any pre-existing list by forcing a copy-sequence. Finally rename
14182 `major-mode' to `mode'.
14183 (font-lock-fontify-syntactic-anchored-keywords)
14184 (font-lock-fontify-anchored-keywords)
14185 (font-lock-fontify-keywords-region): Use line-end-position.
14186 Don't make `font-lock-multiline' local (it's now done in
14187 font-lock-set-defaults).
14188 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
14189 move the `font-lock-fontified' creation to inside the `unless'.
14190
141912000-02-06 Andrew Innes <andrewi@gnu.org>
14192
14193 * term/w32-win.el (x-handle-args): Comment out call to message,
14194 which occurs before window system is initialized.
14195
14196 * makefile.nt: Add support for recompiling lisp code.
14197
141982000-02-04 Dave Love <fx@gnu.org>
14199
14200 * bindings.el (mode-line-mule-info): Fix/extend last change.
14201
14202 * completion.el: Replace completion-dolist with dolist.
14203
14204 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
14205 dotimes.
14206
142072000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
14208
14209 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
14210 environment names before they go into the section regexp.
14211
14212 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
14213 char class in regexp.
14214
14215 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
14216 `case-fold-search' to nil.
14217
14218 * progmodes/idlwave.el (idlwave-template): Respect
14219 `idlwave-abbrev-change-case'.
14220 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
14221 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
14222 idlwave-while): respect `idlwave-reserved-word-upcase'.
14223 (idlwave-rw-case): New function.
14224 (idlwave-statement-match): Fixed problem with assignment regexp.
14225 (idlwave-font-lock-keywords): Improved regexp for keyword
14226 parameters.
14227 (idlwave-surround): New argument LENGTH to support padding of
14228 operators longer than 1 char.
14229
14230 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
14231 idlwave-shell-expression-overlay. Implemented printing of
14232 expressions on higher levels of the calling stack.
14233 (idlwave-shell-display-level-in-calling-stack): Restore stack
14234 level.
14235 (idlwave-retrieve-expression-from-level): New function.
14236 (idlwave-shell-last-calling-stack): Variable removed.
14237 (idlwave-shell-reset): Argument action reversed (`visible' to
14238 `hidden'). Also remove stop-line overlay.
14239 (idlwave-shell-calling-stack-routine): New variable.
14240 (idlwave-shell-parse-stack-and-display): Messages now display
14241 negative level numbers.
14242 (idlwave-shell-mode): Set `modeline-format'.
14243 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
14244 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
14245 21.
14246 (idlwave-shell-print-expression-function): New option.
14247
14248 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
14249 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
14250 `tool-bar' instead of `toolbar'.
14251
142522000-02-02 Dave Love <fx@gnu.org>
14253
14254 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
14255 emacs-lisp-mode-hook. Don't check for defalias being defined.
14256
14257 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
14258 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
14259 the new builtins directly.
14260
14261 * whitespace.el (whitespace): Add :version to defgroup.
14262
14263 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
14264 Doc fix.
14265
14266 * thingatpt.el (sexp-at-point, symbol-at-point)
14267 (number-at-point, list-at-point): Add autoload cookie.
14268
14269 * recentf.el (recentf): Add :version to defgroup.
14270
14271 * quickurl.el (quickurl): Add :version to defgroup.
14272
14273 * elide-head.el (elide-head): Use point-marker more.
14274
14275 * bs.el (bs): Add :version to defgroup.
14276
14277 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
14278
14279 * progmodes/delphi.el (delphi): Add :version to defgroup.
14280
142812000-02-02 Gerd Moellmann <gerd@gnu.org>
14282
14283 * ange-ftp.el (ange-ftp-write-region): Handle case that
14284 succeeding process operation sets a different coding system.
14285
14286 * calculator.el: New file.
14287
142882000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
14289
14290 * frame.el (frames-on-display-list, framep-on-display): New
14291 functions.
14292 (display-mouse-p, display-popup-menus-p, display-graphic-p)
14293 (display-selections-p, display-screens, display-pixel-width)
14294 (display-pixel-height, display-mm-width, display-mm-height)
14295 (display-backing-store, display-save-under, display-planes)
14296 (display-color-cells, display-visual-class): New functions.
14297
14298 * term/tty-colors.el (tty-color-gray-shades): New function.
14299
14300 * faces.el (display-color-p): Use framep-on-display.
14301 (display-grayscale-p): New function.
14302
143032000-01-31 Dave Love <fx@gnu.org>
14304
14305 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
14306 (create-fontset-from-x-resource): Don't concat integers.
14307
143082000-01-31 Inge Frick <inge@nada.kth.se>
14309
14310 * view.el: Some changes in documentation. Removed some trailing
14311 whitespace. Changed some parameter names to agree with
14312 documentation.
14313 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
14314 window is not deleted. Modifies change 1998-04-26.
14315
143162000-01-31 Gerd Moellmann <gerd@gnu.org>
14317
14318 * windmove.el: New file.
14319
14320 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
14321 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
14322 progmodes/ebnf-yac.el: Update copyright and license info.
14323
14324 * jit-lock.el (jit-lock-function): Widen before calculating end
14325 position.
14326 (jit-lock-stealth-chunk-start): Rewritten.
14327
14328 * info.el (Info-title-face-alist): Removed.
14329 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
14330 faces.
14331 (Info-fontify-node): Use these faces.
14332
143332000-01-30 Gerd Moellmann <gerd@gnu.org>
14334
14335 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
14336 (cl-macro-list1): Recognize `&allow-other-keys' instead of
14337 `&allow-other-keywords'.
14338
14339 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
14340 the list of directories scanned heuristically.
14341
14342 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
14343 exist.
14344
143452000-01-30 Jason Rumney <jasonr@gnu.org>
14346
14347 * w32-fns.el: Define w32-tty-standard-colors.
14348
14349 * startup.el (command-line): Use w32-tty-standard-colors when in
14350 w32 console mode.
14351
143522000-01-30 Dave Love <fx@gnu.org>
14353
14354 * jka-compr.el (jka-compr-load): Fix up load-history.
14355
14356 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
14357
14358 * emacs-lisp/cl-macs.el: Revert previous change.
14359
143602000-01-29 Dave Love <fx@gnu.org>
14361
14362 * facemenu.el: Purecopy various strings.
14363
14364 * timezone.el (timezone-fix-time): Window against 69 for two-digit
14365 years. Deal with three-digit years.
14366
14367 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
14368 defconst, purecopy.
14369 (help-back-label): Purecopy it.
14370
143712000-01-18 Gerd Moellmann <gerd@gnu.org>
14372
14373 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
14374 variable. If non-nil, order the buffer list according to the
14375 currently selected frame.
14376 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
14377 non-nil, pass the selected frame to function buffer-list.
14378
143792000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14380
14381 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
14382
143832000-01-28 Dave Love <fx@gnu.org>
14384
14385 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
14386
14387 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
14388 Don't use lisp-indent-hook property.
14389 (cl-abs): Remove.
14390
14391 * subr.el: Move out indent and edebug specs for when and unless.
14392
14393 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
14394 when, unless.
14395
14396 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
14397 unless, when.
14398
143992000-01-28 Gerd Moellmann <gerd@gnu.org>
14400
14401 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
14402 `collecting' as synonym for `collect'.
14403
14404 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
14405 for the case it contains spaces.
14406
14407 * simple.el (what-cursor-position): Change formatting of
14408 messages.
14409
14410 * frame.el (delete-other-frames): New function.
14411 (toplevel): Bind it to C-x 5 1.
14412
14413 * sort.el (sort-numeric-base): New option.
14414 (sort-numeric-fields): If number starts with `0' or `0[xX[',
14415 interpret it as octal or hexadecimal. Use sort-numeric-base
14416 as default base.
14417
14418 * progmodes/glasses.el: New file.
14419
144202000-01-27 Gerd Moellmann <gerd@gnu.org>
14421
14422 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
14423 userids differently.
14424
14425 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
14426 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
14427 progmodes/ebnf-yac.el: New files.
14428
144292000-01-26 Dave Love <fx@gnu.org>
14430
14431 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
14432 on a function with an empty body. [From Eric Ludlam.]
14433
144342000-01-25 Andre Spiegel <spiegel@gnu.org>
14435
14436 * vc.el (vc-version-diff): Make sure file name is expanded.
14437
144382000-01-25 Gerd Moellmann <gerd@gnu.org>
14439
14440 * scroll-bar.el (scroll-bar-timer): Variable removed.
14441 (scroll-bar-toolkit-scroll): Don't use a timer.
14442
144432000-01-25 Kenichi Handa <handa@etl.go.jp>
14444
14445 * language/thai-util.el (thai-composition-function): Delete
14446 superfluous `a'.
14447
144482000-01-24 Dave Love <fx@gnu.org>
14449
14450 * fortran.el (fortran-mode): Use beginning-of-defun-function,
14451 end-of-defun-function.
14452
14453 * font-lock.el (turn-on-font-lock): Don't depend on window-system
14454 &c.
14455
144562000-01-22 Jason Rumney <jasonr@gnu.org>
14457
14458 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
14459 conflicts with new face support.
14460
144612000-01-22 Richard M. Stallman <rms@gnu.org>
14462
14463 * replace.el (query-replace): Rename last arg to DELIMITED.
14464 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
14465 (query-replace-regexp): Likewise.
14466
144672000-01-20 Richard M. Stallman <rms@gnu.org>
14468
14469 * subr.el (with-syntax-table): Use make-symbol, not gensym.
14470
14471 * emacs-lisp/lisp.el (beginning-of-defun-function):
14472 Variable renamed from beginning-of-defun.
14473 Do not call make-variable-buffer-local.
14474 (beginning-of-defun-raw): Use new variable name; doc fix.
14475 (beginning-of-defun): Doc fix.
14476 (end-of-defun-function): Variable renamed from end-of-defun.
14477 Do not call make-variable-buffer-local.
14478 (end-of-defun): Use new variable name; doc fix.
14479
14480 * subr.el (dolist, dotimes): Copied from cl-macs.el
14481 and made to work.
14482
14483 * mail/undigest.el (rmail-digest-end-regexps):
14484 Variable replaces rmail-digest-end-regexp.
14485 Allows multiple regexps for detecting the end line.
14486 (undigestify-rmail-message): Corresponding changes.
14487
144882000-01-19 Dave Love <fx@gnu.org>
14489
14490 * files.el (user-init-file): Don't declare here -- is primitive.
14491
14492 * startup.el (command-line): Check for compiled user-init-file and
14493 set to uncompiled version if necessary.
14494
144952000-01-18 Gerd Moellmann <gerd@gnu.org>
14496
14497 * mail/undigest.el (rmail-digest-end-regexp): New user option.
14498 (undigestify-rmail-message): Use it.
14499
14500 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
14501
145022000-01-17 Gerd Moellmann <gerd@gnu.org>
14503
14504 * tmm.el (tmm-goto-completions): Adapt to prompt being part
14505 of mini-buffer.
14506
145072000-01-14 Gerd Moellmann <gerd@gnu.org>
14508
14509 * emacs-lisp/copyright.el (copyright-update): Removed the
14510 requirement for a trailing space from `copyright-regexp', to
14511 support copyrights with owner specified on a separate line..
14512
14513 * align.el: New file.
14514
14515 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
14516
14517 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
14518
145192000-01-13 Dave Love <fx@gnu.org>
14520
14521 * ph.el: Removed. (Obsoleted by EUDC.)
14522
145232000-01-13 Gerd Moellmann <gerd@gnu.org>
14524
14525 * net/eudc.el (toplevel): Remove autoloaded code installing
14526 menu with easymenu, because that causes build problems.
14527
14528 * frame.el (frame-notice-user-settings): New variable.
14529 (frame-notice-user-settings): Don't modify frame parameters
14530 if called a second time.
14531
145322000-01-13 Richard M. Stallman <rms@gnu.org>
14533
14534 * frame.el (frame-notice-user-settings):
14535 Notice default-frame-parameters even for non-window frames.
14536
145372000-01-13 Gerd Moellmann <gerd@gnu.org>
14538
14539 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
14540 for Emacs.
14541 (eudc-bob-can-display-inline-images): Extend for Emacs.
14542 (eudc-bob-toggle-inline-display): Ditto.
14543 (eudc-bob-display-jpeg): Ditto.
14544
145452000-01-12 Gerd Moellmann <gerd@gnu.org>
14546
14547 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
14548 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
14549 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
14550
14551 * add-log.el (add-change-log-entry): Fix error trying an `(insert
14552 nil)'.
14553
14554 * subdirs.el: Add `net' directory.
14555
14556 * net: New directory.
14557
14558 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
14559 eval-last-sexp. Don't bind debug-on-error here.
14560 (eval-last-sexp): New function. Bind debug-on-error if
14561 eval-expression-debug-on-error is non-nil.
14562 (eval-defun-2, eval-defun): Likewise.
14563
14564 * simple.el (eval-expression): Don't bind debug-on-error if
14565 eval-expression-debug-on-error is nil. Detect changed
14566 debug-on-error, and propagate new value to global binding, if
14567 eval-expression-debug-on-error is non-nil,
14568 (eval-expression-debug-on-error): Change doc string.
14569
145702000-01-11 Richard M. Stallman <rms@gnu.org>
14571
14572 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
14573
14574 * emacs-lisp/lisp-mode.el (with-syntax-table):
14575 Set up lisp-indent-function property.
14576
14577 * subr.el (with-syntax-table): Moved from simple.el.
14578
14579 * simple.el (with-syntax-table): Moved to subr.el.
14580
145812000-01-11 Gerd Moellmann <gerd@gnu.org>
14582
14583 * tmm.el (tmm-shortcut): Delete region after prompt instead
14584 of erasing buffer.
14585
14586 * textmodes/fill.el (fill-common-string-prefix): New function.
14587 (fill-context-prefix): Use the longest common prefix of first
14588 and second line fill prefix, if there is one.
14589
145902000-01-11 Richard M. Stallman <rms@gnu.org>
14591
14592 * array.el (array-mode): Don't use make-variable-buffer-local.
14593 Use make-local-variable for `truncate-lines'.
14594
145952000-01-11 Jari Aalto <jari.aalto@poboxes.com>
14596
14597 * add-log.el (add-log-current-defun): Handle user-defined
14598 add-log-current-function returning nil,
14599
14600 * add-log.el (add-change-log-entry): Insert version number
14601 if having found a current function
14602
14603 * add-log.el (add-log-current-defun): Call
14604 `add-log-current-defun-function'. Try matches at level 0 and
14605 level 1. Strip whitespace from defun found.
14606
146072000-01-10 John Wiegley <johnw@gnu.org>
14608
14609 * allout.el (isearch-done/outline-provisions): Added `edit'
14610 argument to correspond with the current definition of
14611 `isearch-done'.
14612
146132000-01-10 Dave Love <fx@gnu.org>
14614
14615 * elide-head.el (elide-head): Use point-marker, not point.
14616
146172000-01-10 Gerd Moellmann <gerd@gnu.org>
14618
14619 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
14620 before and after the year 2000.
14621
14622 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
14623 Add ispell- prefix.
14624
146252000-01-10 Ken Stevens <k.stevens@ieee.org>
14626
14627 * ispell.el: Only define dictionaries in menus when they exist.
14628 (version18p): New variable.
14629 (version20p): New variable.
14630 (xemacsp): New variable.
14631 (ispell-choices-win-default-height): Fix for XEmacs visibility.
14632 (ispell-dictionary-alist1): Added Brasileiro dictionary.
14633 (ispell-dictionary-alist6): Russian command lines no longer accept
14634 run-together words.
14635 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
14636 (ispell-dictionary-alist): Add koi8-r to customize definition.
14637 (check-ispell-version): Added documentation string. Returns
14638 library path when called non-interactively.
14639 (ispell-menu-map-needed): Uses new variables.
14640 (ispell-library-path): New variable.
14641 (ispell-decode-string): XEmacs fix for bogus variable bindings.
14642 (ispell-word): Improved documentation string. Test for valid
14643 character mappings. Correctly check typed in word changes that can
14644 result in single words split into multiple words. Returns
14645 replacement word.
14646 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
14647 replace in recursive query replace mode. Help message for
14648 recursive edit mode.
14649 (ispell-show-choices): Protect against bad framepop bindings.
14650 (ispell-help): Fix to work with XEmacs.
14651 (ispell-highlight-spelling-error): Use new variables.
14652 (ispell-overlay-window): Fix to work with XEmacs.
14653 (ispell-parse-output): Passed and returns location information
14654 tracking spelling corrections. Doesn't recheck same word on
14655 current line.
14656 (ispell-init-process): Protect against bogus XEmacs variable binding.
14657 Fix call to single argument in sleep-for. Use new variables.
14658 (ispell-region): Passed and returns location information tracking
14659 spelling corrections. Doesn't check same word on current line.
14660 Improved documentation string. Doesn't resend a line already
14661 checked to the ispell process - fixes bug in LaTeX parsing.
14662 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
14663 (ispell-skip-region): No longer skips <TT> in SGML.
14664 (ispell-process-line): Tracks location information with spelling
14665 corrections. Added documentation string. Accounts for words
14666 already accepted on this line. Don't allow query-replace on line
14667 starting with math characters. Doesn't resend a line already sent
14668 to ispell process. Fixes alignment error bug.
14669
146702000-01-10 Richard M. Stallman <rms@gnu.org>
14671
14672 * dired-x.el (dired-guess-shell-alist-default):
14673 Suggest xloadimage, which is free, not xv, which isn't.
14674
14675 * ange-ftp.el (ange-ftp-file-name-nondirectory):
14676 Don't ever include the host name or user name in the value.
14677
146782000-01-09 Gerd Moellmann <gerd@gnu.org>
14679
14680 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
14681 of a real newline.
14682
146832000-01-09 Stephen Eglen <stephen@gnu.org>
14684
14685 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
14686 for .png files.
14687
146882000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
14689
14690 * cus-edit.el (custom-hook-convert-widget): Fix comment.
14691
146922000-01-09 Gerd Moellmann <gerd@gnu.org>
14693
14694 * progmodes/cperl-mode.el: Replace ^F with ^L.
14695
14696 * sendmail.el (toplevel): Provide `sendmail' when compiling
14697 before `require'ing rmail and mailalias to prevent infinite
14698 recursion.
14699
147002000-01-08 Dave Love <fx@gnu.org>
14701
14702 * emacs-lisp/backquote.el: Remove inappropriate customization
14703 (allowing custom.el to use backquote).
14704
147052000-01-07 Dave Love <fx@gnu.org>
14706
14707 * add-log.el (add-log-debugging): Deleted.
14708 (add-change-log-entry): Treat a backup FILE-NAME as its parent
14709 file. Remove debugging code.
14710 (change-log-get-method-definition, change-log-name): Add doc.
14711 (change-log-sortable-date-at): New function.
14712 (change-log-merge): New command.
14713
14714 * time.el (display-time-string-forms): Make the Mail string active.
14715 (display-time-update): Provide help-echo for load average.
14716
14717 * bindings.el (make-mode-line-mouse2-map): New function.
14718 (mode-line-modified): Use it and simplify.
14719 (mode-line-mule-info): Provide help-echo info.
14720 (minor-mode-alist): Activate the strings.
14721 (make-mode-line-mouse-sensitive): Simplify for
14722 mode-line-buffer-identification.
14723
147242000-01-07 Gerd Moellmann <gerd@gnu.org>
14725
14726 * play/pong.el: New file.
14727
147282000-01-06 Dave Love <fx@gnu.org>
14729
14730 * array.el: Assorted cleanups for compiler warnings, doc strings,
14731 `array-' prefix for symbols.
14732
147332000-01-05 Dave Love <fx@gnu.org>
14734
14735 * textmodes/outline.el (outline-mode-menu-bar-map): Add
14736 outline-headers-as-kill.
14737 (outline-mode): Define imenu-generic-expression.
14738 (outline-headers-as-kill): New command.
14739
14740 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
14741 from paragraph-start.
14742 (paragraph-indent-minor-mode): New command.
14743
14744 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
14745 M-C-e, M-C-h, C-j, C-xnd, TAB.
14746 (fortran-mode): Set beginning-of-defun, end-of-defun.
14747 (fortran-column-ruler): Simplify.
14748 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
14749 (fortran-with-subprogram-narrowing): Likewise.
14750 (fortran-indent-subprogram): Call mark-defun.
14751 (fortran-check-for-matching-do): Change narrowing.
14752
14753 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
14754 (cl-lucid-hash-tag): Delete.
14755 (cl-hash-table-p): Correct test for native table.
14756 (cl-hash-table-count): Use hash-table-count.
14757
14758 * browse-url.el (browse-url): Fix case of
14759 browse-url-browser-function being an alist.
14760
147612000-01-05 Carsten Dominik <cd@gnu.org>
14762
14763 * textmodes/reftex-vars.el (reftex-parse-file-extension)
14764 (reftex-index-phrase-file-extension): New options.
14765
14766 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
14767 Use new option `reftex-index-phrase-file-extension'.
14768
14769 * textmodes/reftex.el (reftex-access-parse-file): Use new option
14770 `reftex-parse-file-extension'.
14771
147722000-01-05 Dave Love <fx@gnu.org>
14773
14774 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
14775 (beginning-of-defun-raw): Use it.
14776 (end-of-defun): New variable.
14777 (end-of-defun): Use it.
14778 (check-parens): New command.
14779
147802000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
14781
14782 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
14783 (hs-show-block): Don't use `mapcar' when not accumulating.
14784
14785 Fix buglet in local variables initialization.
14786
147872000-01-05 Andreas Schwab <schwab@suse.de>
14788
14789 * hscroll.el (hscroll): Doc fix.
14790
147912000-01-05 Carsten Dominik <cd@gnu.org>
14792
14793 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
14794 idlw-toolbar.
14795
14796 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
14797 file idlw-rinfo.el.
14798 (idlwave-customize): load must read file idlw-shell.el.
14799 (idlwave-create-customize-menu): load must read file idlw-shell.el.
14800
148012000-01-05 Carsten Dominik <dominik@astro.uva.nl>
14802
14803 * progmodes/idlw-shell.el: Also provide idlwave-shell
14804 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
14805 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
14806
14807 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
14808 both reftex-dcr and reftex-vcr.
14809
14810 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
14811
148122000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14813
14814 * ps-print.el: PostScript code now is in separate files, doc fix.
14815 (ps-print-version): New version number (5.0.3).
14816 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
14817 local.
14818 (ps-spool-config): Initialization fix.
14819 (ps-print-prologue-1, ps-print-prologue-2)
14820 (ps-print-duplex-feature): PostScript code moved to separated file.
14821 (ps-background-image): Little code reformating.
14822 (ps-begin-file, ps-begin-job): Fix code.
14823 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
14824 (ps-prologue-file): New fun.
14825
148262000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14827
14828 * ps-vars.el: Eliminated.
14829
14830 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
14831 `;;;###autoload'.
14832
14833 * ps-print.el: ps-vars eliminated, doc fix.
14834 (ps-print-version): New version number (5.0.2).
14835 (ps-spool-config): Initialization fix.
14836 (ps-print-customize): New fun.
14837
148382000-01-04 Gerd Moellmann <gerd@gnu.org>
14839
14840 * autorevert.el (auto-revert-mode): Return value of
14841 auto-revert-mode.
14842
148432000-01-04 Dave Love <fx@gnu.org>
14844
14845 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
14846 menu items.
14847
148482000-01-03 Dave Love <fx@gnu.org>
14849
14850 * elide-head.el (elide-head) [defgroup]: Add :version.
14851
14852 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
14853 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
14854 `cl-hash-table-p', not `hash-table-p'.
14855 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
14856
148572000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
14858
14859 * faces.el (face-read-integer, read-face-attribute)
14860 (color-defined-p, color-values): unspecified-{f,b}g are now
14861 strings.
14862
148632000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
14864
14865 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
14866 at comment end, and re-insert them after filling.
14867
148682000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
14869
14870 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
14871 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
14872 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
14873
148742000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
14875
14876 * term/x-win.el (xw-defined-colors): Call color-supported-p,
14877 the new name of face-color-supported-p.
14878
14879 * term/w32-win.el (xw-defined-colors): Likewise.
14880
148812000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
14882
14883 * simple.el (completion-setup-function): Count completion-size
14884 from minibuffer-prompt-end, not from point-min.
14885
148862000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
14887
14888 * faces.el (read-face-attribute, defined-colors, color-defined-p):
14889 Pass the frame to tty-color-* functions.
14890 (display-color-p, frame-set-background-mode): Pass the frame to
14891 tty-display-color-p.
14892
14893 * term/tty-colors.el (tty-defined-color-alist): Renamed from
14894 tty-color-alist.
14895 (tty-color-alist, tty-modify-color-alist): New functions.
14896 (tty-color-define, tty-color-clear, tty-color-approximate)
14897 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
14898 an optional parameter FRAME.
14899
149002000-01-01 Gerd Moellmann <gerd@gnu.org>
14901
14902 * image.el (create-image, defimage): Don't assume image data is a
14903 string.
14904
14905 * image.el (defimage): Handle specifications containing :data
14906 instead of :file.
14907 (image-type-from-data): New function.
14908 (image-type-from-file-header): Use it.
14909 (create-image): Add parameter DATA-P.
14910
14911See ChangeLog.8 for earlier changes.
14912
14913;; Local Variables:
14914;; coding: iso-2022-7bit
14915;; End: