comparison lisp/ChangeLog @ 88816:028259b11c0d

Truncate to reflect only the branch.
author Dave Love <fx@gnu.org>
date Mon, 01 Jul 2002 17:37:27 +0000
parents 557d65677c96
children 2a39da7c94ef
comparison
equal deleted inserted replaced
88815:557d65677c96 88816:028259b11c0d
1 2002-06-30 Dave Love <fx@gnu.org>
2
3 * international/mule-diag.el (describe-char-after): Modify display
4 list processing.
5 (unicodedata-file, unicodedata-find): New.
6
1 2002-06-29 Dave Love <fx@gnu.org> 7 2002-06-29 Dave Love <fx@gnu.org>
2 8
3 * emacs-lisp/bytecomp.el (batch-byte-compile-if-not-done): Add 9 * emacs-lisp/bytecomp.el (batch-byte-compile-if-not-done): Add
4 autoload cookie. 10 autoload cookie.
5 11
738 744
739 * Makefile.in (DONTCOMPILE): Add latin1-disp.el, ucs-tables.el, 745 * Makefile.in (DONTCOMPILE): Add latin1-disp.el, ucs-tables.el,
740 utf-8.el, and utf-8-subst.el as they can't be bytecompiled 746 utf-8.el, and utf-8-subst.el as they can't be bytecompiled
741 currently. This is just a temporary workaround. 747 currently. This is just a temporary workaround.
742 748
743 2002-02-26 Richard M. Stallman <rms@gnu.org>
744
745 * paths.el (remote-shell-program): Add doc string.
746
747 2002-02-26 Colin Walters <walters@debian.org>
748
749 * ibuf-ext.el (sorter mode-name): New.
750 (ibuffer-do-occur): Don't quote ibuffer-marked-char.
751
752 * calc/calc-ext.el (calc-scroll-left): Call scroll-left
753 interactively, so they do something.
754 (calc-scroll-right): Ditto.
755
756 2002-02-26 Eli Zaretskii <eliz@is.elta.co.il>
757
758 * international/mule.el (ctext-pre-write-conversion): Handle the
759 case when FROM is a string, and when we are called from
760 build_annotations_2.
761
762 2002-02-26 Richard M. Stallman <rms@gnu.org>
763
764 * rect.el (clear-rectangle-line): Reindent to the same column
765 that move-to-column reached when it tried to go to endcol.
766
767 * icomplete.el (icomplete-exhibit): Use minibuffer-prompt-end.
768
769 2002-02-26 Ivar Rummelhoff <ivarru@math.uio.no>
770
771 * winner.el (winner-boring-buffers, winner-set): A window which
772 displays a buffer whose name is in the list
773 `winner-boring-buffers', will no longer be restored by
774 `winner-undo'.
775 (winner-sorted-window-list): Used to improve comparison between
776 window configurations.
777 (winner-win-data): Simplified and moved.
778 (winner-conf): Simplified (now uses `winner-win-data').
779 (winner-change-fun, winner-save-old-configurations)
780 (winner-save-(un)conditionally, winner-redo): Changes made while in
781 the minibuffer will be ignored. (Such changes are undone upon
782 exit for the minibuffer, anyway.)
783 (winner-set-conf): Preserve selected window whenever possible.
784 (winner-make-point-alist): Simplified.
785 (winner-mode, winner-save-unconditionally): Save current window
786 configuration on entering minibuffer.
787 (minor-mode-alist): Don't add winner-mode to `minor-mode-alist',
788 since it does not change the overall behavior of Emacs.
789
790 2002-02-26 Eli Zaretskii <eliz@is.elta.co.il>
791
792 * international/mule-conf.el (compound-text): Renamed back from
793 compound-text-no-extensions.
794 (ctext-no-compositions): Remove the mime-charset property.
795 (compound-text-with-extensions): Renamed from compound-text.
796 (x-ctext-with-extensions, ctext-with-extensions): Renamed aliases.
797
798 2002-02-26 Juanma Barranquero <lektu@terra.es>
799
800 * faces.el (list-faces-display): Fix typo.
801
802 2002-02-25 Richard M. Stallman <rms@gnu.org>
803
804 * frame.el (focus-follows-mouse): Doc fix.
805
806 2002-02-26 Miles Bader <miles@gnu.org>
807
808 * mwheel.el (mouse-wheel-mode): Pass vectors instead of symbols
809 to `define-key', since it no longer accepts the latter.
810
811 2002-02-25 Jason Rumney <jasonr@gnu.org>
812
813 * term/w32-win.el (mouse-wheel-scroll-line): Use car of
814 mouse-wheel-scroll-amount.
815
816 * w32-vars.el (mouse-wheel-scroll-amount): Use same definition as
817 mwheel.el.
818
819 * language/japanese.el (iso-2022-jp-2): Add init-bol flag.
820
821 2002-02-25 Andre Spiegel <spiegel@gnu.org>
822
823 * vc.el (vc-diff-switches-list): Fix prev change, making the macro
824 consistent with the others that take a backend name as a symbol.
825
826 * vc-cvs.el, vc-rcs.el, vc-sccs.el: Fix calls to vc-diff-switches-list.
827
828 2002-02-25 Kim F. Storm <no-spam@cua.dk>
829
830 * comint.el (comint-replace-by-expanded-filename): Do nothing if
831 comint-match-partial-filename returns nil.
832
833 * shell.el (shell-pcomplete-setup-done): New variable.
834 (shell-pcomplete): Use it instead of shell-pcomplete-setup-p.
835 (shell-pcomplete-reverse): Ditto.
836
837 2002-02-25 Per Abrahamsen <abraham@dina.kvl.dk>
838
839 * ps-print.el (ps-print-printer): Added `lpr' customize group
840 member.
841
842 2002-02-25 Juanma Barranquero <lektu@terra.es>
843
844 * subr.el (save-match-data): Doc fix.
845
846 * ielm.el (ielm-prompt): Allow customization; make it read-only.
847
848 2002-02-25 Kim F. Storm <storm@cua.dk>
849
850 * shell.el (shell-mode-map): Add "Complete" header so completion
851 menu is shown on the menu bar in shell mode.
852
853 2002-02-25 Stefan Monnier <monnier@cs.yale.edu>
854
855 * ielm.el (ielm-match-data): New var.
856 (inferior-emacs-lisp-mode): Make it buffer-local.
857 (ielm-eval-input): Use it to preserve match-data between inputs.
858
859 2002-02-24 Juanma Barranquero <lektu@terra.es>
860
861 * ielm.el (inferior-emacs-lisp-mode): Use hexl for the dummy process.
862
863 2002-02-24 Per Abrahamsen <abraham@dina.kvl.dk>
864
865 * cus-edit.el (custom-unlispify-remove-prefixes): Add to
866 `custom-buffer' customize group.
867
868 2002-02-23 Kim F. Storm <storm@cua.dk>
869
870 * help.el (where-is): Use remap-command.
871
872 * help-fns.el (describe-function-1): Use remap-command.
873
874 * subr.el (global-set-key, local-set-key): Undo 2002-02-06
875 change (no longer accept a symbol for the KEY argument).
876
877 2002-02-23 Colin Walters <walters@debian.org>
878
879 * calc/calcalg3.el (calc-invent-variables): Convert integer to string.
880 * calc/calcalg2.el (math-solve-get-sign): Ditto.
881
882 * ibuffer.el (ibuffer-compile-format): Don't uselessly bind `pt'
883 in generated function.
884
885 * ibuf-ext.el (ibuffer-old-time): Change to hours.
886 (ibuffer-mark-old-buffers): Handle it.
887
888 * shell.el (shell-pcomplete, shell-pcomplete-reverse): New functions.
889 (toplevel): Bind them.
890 (shell-mode): Don't set `comint-dynamic-complete-functions'; it is
891 not necessary now that we use pcomplete.
892
893 * comint.el: Document how use new pcomplete completion facility.
894
895 2002-02-23 Richard M. Stallman <rms@gnu.org>
896
897 * mail/rmailsum.el (rmail-summary-output): Properly advance
898 to next message, by calling rmail-summary-goto-msg.
899
900 * net/browse-url.el (browse-url-galeon): Specify --existing
901 for an existing window. Use --noraise rather than --no-raise.
902 Don't use -x.
903
904 2002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
905
906 * progmodes/etags.el (find-tag-noselect, find-tag)
907 (find-tag-other-window, find-tag-other-frame, find-tag-regexp):
908 Fix a typo in doc strings.
909
910 2002-02-20 Deepak Goel <deego@glue.umd.edu>
911
912 * play/snake.el (snake-velocity-queue, snake-update-velocity)
913 (snake-final-x-velocity, snake-final-y-velocity):
914 New variable and functions. Store user's keypresses
915 into a queue and pop from the queue each subsequent turn.
916 (snake-update-game, snake-move-left)
917 (snake-move-right, snake-move-up, snake-move-down, snake-active-p)
918 (snake-start-game): Use that queue.
919 (snake-use-glyphs-flag): Renamed from snake-use-glyphs.
920 (snake-use-color-flag): Likewise.
921 (snake-mode): Rename uses of those variables.
922
923 2002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
924
925 Support for ICCCM Extended Segments in X selections:
926
927 * international/mule-conf.el (ctext-no-compositions): New coding
928 system.
929 (compount-text-no-extensions): Renamed from compound-text.
930 (x-ctext-no-extensions, ctext-no-extensions): Aliases for
931 compound-text-no-extensions.
932 (compound-text): Redefined using post-read and pre-write conversions.
933
934 * international/mule.el (non-standard-icccm-encodings-alist)
935 (non-standard-designations-alist): New variables.
936 (ctext-post-read-conversion, ctext-pre-write-conversion):
937 New functions.
938
939 2002-02-21 Andre Spiegel <spiegel@gnu.org>
940
941 Patch by Jonathan Kamens <jik@kamens.brookline.ma.us>.
942
943 * vc.el (vc-default-init-version): Update documentation to
944 indicate that the backend can override the default init version.
945 (vc-register): Use the backend init-version function, if it
946 exists, to determine the initial version of a file.
947 (vc-diff-switches-list): Don't symbol-quote backend, since it's
948 already a symbol. Don't fail if vc-BACKEND-diff-switches isn't bound.
949
950 * vc-hooks.el (vc-mode-line): Set vc-mode to nil if the file is
951 not version-controlled. This is necessary, e.g., if the file has
952 just been reverted, and thus was previously under version control
953 but isn't any longer.
954 (vc-find-file-hook): Likewise.
955
956 2002-02-21 Andre Spiegel <spiegel@gnu.org>
957
958 Patch by Martin.Lorentzson@telia.com.
959
960 * vc-cvs.el (vc-cvs-sticky-date-format-string): New variable.
961 (vc-cvs-sticky-tag-display): New variable.
962 (vc-cvs-mode-line-string): Add sticky-tag to the mode-line.
963 (vc-cvs-checkin): If the input revision is a valid symbolic tag
964 name, we create it as a branch, commit and switch to it.
965 (vc-cvs-retrieve-snapshot): Set file-property sticky-tag.
966 (vc-cvs-valid-symbolic-tag-name-p): New function.
967 (vc-cvs-parse-sticky-tag): New function.
968 (vc-cvs-parse-entry): Added parsing of sticky tags.
969
970 2002-02-21 Per Abrahamsen <abraham@dina.kvl.dk>
971
972 * toolbar/tool-bar.el (tool-bar-mode): Revert the :init-value to
973 nil, and then explicitly set the standard-value to t.
974
975 2002-02-20 Sam Steingold <sds@gnu.org>
976
977 * textmodes/flyspell.el (flyspell-mode): Autoload the variable
978 since it is used in the menu bar.
979
980 2002-02-20 Richard M. Stallman <rms@gnu.org>
981
982 * simple.el (shell-command-on-region): Display the exit status
983 when a command fails.
984
985 * subr.el (add-hook): Doc fix.
986
987 * frame.el (other-frame): Doc fix.
988
989 * simple.el (yank): Clear `field' property.
990
991 2002-02-20 Tom Tromey <tromey@cachet>
992
993 * progmodes/tcl.el (tcl-do-fill-paragraph): Find and fill on more
994 natural paragraph boundaries. Don't fail at beginning of buffer.
995
996 2002-02-20 Pavel Jan,Am(Bk <Pavel@Janik.cz>
997
998 * tar-mode.el (tar-next-line, tar-previous-line): Add doc string,
999 call the argument "arg" to match plain next-line and
1000 previous-line. From Kevin Ryde <user42@zip.com.au>.
1001
1002 2002-02-19 Sam Steingold <sds@gnu.org>
1003
1004 * mwheel.el (mouse-wheel-scroll-amount): Can specify different
1005 scroll amounts for different modifiers now.
1006 (mwheel-scroll): Handle the new `mouse-wheel-scroll-amount'
1007 format properly.
1008 (mouse-wheel-mode): Ditto.
1009
1010 2002-02-19 Eli Zaretskii <eliz@is.elta.co.il>
1011
1012 * textmodes/bibtex.el (bibtex-parse-keys): Put save-match-data
1013 around function body.
1014
1015 * net/browse-url.el (browse-url-maybe-new-window): Reverse the
1016 sense of the comparison, to match the doc strings of functions
1017 that use this macro.
1018
1019 2002-02-19 Per Abrahamsen <abraham@dina.kvl.dk>
1020
1021 * facemenu.el (describe-text-mode-map): Removed bootstrap kludge.
1022
1023 * toolbar/tool-bar.el (tool-bar-mode): Made the standard value t.
1024 * menu-bar.el (menu-bar-mode): Ditto.
1025
1026 2002-02-18 Andreas Schwab <schwab@suse.de>
1027
1028 * replace.el (query-replace-regexp-eval): Doc fix.
1029
1030 2002-02-18 Colin Walters <walters@verbum.org>
1031
1032 * calc/calcalg2.el (math-solve-get-int): Convert return value from
1033 `math-get-from-counter' to a string before calling `concat' on it.
1034
1035 * calc/calc-maint.el (calc-split-manual): Look for calc.texi.
1036 (calc-public-autoloads): Obsolete; remove.
1037 (calc-private-autoloads): Ditto.
1038 (calc-add-autoloads): Ditto.
1039
1040 * calc/calc-macs.el (calc-with-default-simplification): Use &rest
1041 for body.
1042
1043 2002-02-17 Jason Rumney <jasonr@gnu.org>
1044
1045 * w32-win.el (x-option-alist, x-long-option-alist)
1046 (x-switch-definitions): Remove, use command-line-x-option-alist
1047 instead to be consistent with X.
1048 (x-handle-initial-switch): New function.
1049
1050 2002-02-17 Eli Zaretskii <eliz@is.elta.co.il>
1051
1052 * faces.el (mode-line-inactive, header-line): Add the :inherit
1053 attribute for the tty case.
1054
1055 2002-02-17 stanislav shalunov <shalunov@internet2.edu>
1056
1057 * mail/uce.el (uce-reply-to-uce): Fix incorrect behavior when
1058 invoked from Rmail with full headers displayed.
1059
1060 2002-02-17 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1061
1062 * emacs-lisp/lisp.el (mark-defun): Don't leave multiple marks
1063 when repeated.
1064 * textmodes/paragraphs.el (mark-paragraph): Ditto.
1065
1066 2002-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
1067
1068 * menu-bar.el (menu-bar-showhide-menu): Added speedbar.
1069 (menu-bar-tools-menu): Removed speedbar.
1070
1071 * textmodes/ispell.el (ispell-menu-map): Added `customize-ispell'
1072 and `flyspell-mode' entries.
1073
1074 * textmodes/flyspell.el (flyspell): Add to ispell group.
1075
1076 2002-02-17 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1077
1078 * emacs-lisp/lisp.el (mark-sexp): Don't leave multiple marks when
1079 repeated.
1080 (mark-defun): Mark more if repeated.
1081
1082 2002-02-17 Colin Walters <walters@verbum.org>
1083
1084 * ibuf-ext.el (ibuffer-toggle-sorting-mode): Make it work.
1085
1086 * ibuffer.el (ibuffer-truncate-lines): New option.
1087 (ibuffer-mode): Use it.
1088
1089 2002-02-17 Kim F. Storm <storm@cua.dk>
1090
1091 * cus-start.el: Add mouse-highlight.
1092
1093 2002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
1094
1095 * Makefile.in (DONTCOMPILE): Remove cus-start.el.
1096
1097 * cus-start.el: Add automatic-hscroll-margin and
1098 automatic-hscroll-step.
1099
1100 2002-02-16 Pavel Jan,Am(Bk <Pavel@Janik.cz>
1101
1102 * cus-start.el (x-autoselect-window): Allow customization.
1103
1104 * eshell/em-alias.el (eshell-alias-initialize): Do not use
1105 make-local-hook.
1106
1107 * eshell/em-cmpl.el (eshell-cmpl-initialize): Likewise.
1108
1109 * eshell/em-dirs.el (eshell-dirs-initialize): Likewise.
1110
1111 * eshell/em-glob.el (eshell-glob-initialize): Likewise.
1112
1113 * eshell/em-hist.el (eshell-hist-initialize): Likewise.
1114
1115 * eshell/em-pred.el (eshell-pred-initialize): Likewise.
1116
1117 * eshell/em-prompt.el (eshell-prompt-initialize): Likewise.
1118
1119 * eshell/em-rebind.el (eshell-rebind-initialize): Likewise.
1120
1121 * eshell/em-smart.el (eshell-smart-initialize): Likewise.
1122
1123 * eshell/em-unix.el (eshell-unix-initialize): Likewise.
1124
1125 * eshell/esh-cmd.el (eshell-cmd-initialize): Likewise.
1126
1127 * eshell/esh-ext.el (eshell-ext-initialize): Likewise.
1128
1129 * eshell/esh-io.el (eshell-io-initialize): Likewise.
1130
1131 * eshell/esh-mode.el (eshell-mode): Likewise.
1132
1133 * eshell/esh-test.el (eshell-show-usage-metrics): Likewise.
1134
1135 * eshell/esh-var.el (eshell-var-initialize): Likewise.
1136
1137 * progmodes/idlw-shell.el (idlwave-shell-mode): Likewise.
1138
1139 * progmodes/idlwave.el (idlwave-mode): Likewise.
1140
1141 * textmodes/reftex-sel.el (reftex-select-label-mode)
1142 (reftex-select-bib-mode): Likewise.
1143
1144 2002-02-16 John Wiegley <johnw@gnu.org>
1145
1146 * eshell/em-hist.el (eshell-hist-initialize): When in the
1147 minibuffer, use the global value of `eshell-history-ring', and
1148 never save it to disk, or ask to save it to disk. This allows
1149 users of session.el to control whether its global state should be
1150 persisted or not.
1151 (eshell-add-command-to-history): Don't write Eshell's history out
1152 to disk, let the governing mode control that upon exit.
1153
1154 2002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
1155
1156 * eshell/eshell.el (eshell-command): Before reading from the
1157 minibuffer, add eshell-add-command-to-history to
1158 minibuffer-exit-hook, and remove it after read-from-minibuffer
1159 returns.
1160
1161 * eshell/em-hist.el (eshell-add-input-to-history): New function,
1162 with most of the code from eshell-add-to-history.
1163 (eshell-add-command-to-history): New function, to record in
1164 eshell-history the commands run via eshell-command.
1165 (eshell-add-to-history): Call eshell-add-command-to-history to do
1166 most of the work.
1167
1168 2002-02-16 John Wiegley <johnw@gnu.org>
1169
1170 * eshell/esh-ext.el (eshell-external-command): Added a fix for
1171 XEmacs' new dired.el, which adds a global entry in the
1172 `file-name-handler-alist'.
1173
1174 2002-02-16 John Wiegley <johnw@gnu.org>
1175
1176 * align.el (align-region): Added a missing name argument.
1177
1178 2002-02-16 John Wiegley <johnw@gnu.org>
1179
1180 * eshell/esh-ext.el (eshell-script-interpreter): Allow whitespace
1181 after the #! of a shell interpretor specification.
1182
1183 2002-02-15 Richard M. Stallman <rms@gnu.org>
1184
1185 * help.el (describe-key-briefly): Make output in INSERT case
1186 look just like what is displayed in the normal case.
1187
1188 2002-02-15 Andreas Schwab <schwab@suse.de>
1189
1190 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Require
1191 non-letter after specials.
1192
1193 2002-02-15 Eli Zaretskii <eliz@is.elta.co.il>
1194
1195 * menu-bar.el (menu-bar-tools-menu): Add an item for Calculator.
1196
1197 2002-02-15 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1198
1199 * simple.el (mark-word): Mark more if repeated.
1200 * textmodes/paragraphs.el (mark-paragraph): Ditto.
1201 (mark-end-of-sentence): Ditto.
1202
1203 2002-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
1204
1205 * wid-edit.el (widgetp): Made it more robust.
1206
1207 2002-02-14 Per Abrahamsen <abraham@dina.kvl.dk>
1208
1209 * facemenu.el (describe-text-done): New function.
1210 (describe-text-mode-map): New variable.
1211 (describe-text-mode-hook): New option.
1212 (describe-text-mode): New function.
1213 (describe-text-widget): New function.
1214 (describe-text-sexp): New function.
1215 (describe-text-properties): New function.
1216 (describe-text-category): New command.
1217 (describe-text-at): New command.
1218 (facemenu-menu): Replace `list-text-properties-at' with
1219 `describe-text-at' in the menu.
1220
1221 * wid-edit.el (widgetp): New function.
1222 * wid-edit.el (widget-keymap, widget-insert, widget-setup):
1223 Autoloaded.
1224
1225 * emacs-lisp/pp.el (pp-to-string): Autoloaded.
1226
1227 * wid-browse.el: Removed version and x-url keywords.
1228
1229 2002-02-13 Kim F. Storm <storm@cua.dk>
1230
1231 * cus-start.el (mode-line-in-non-selected-windows):
1232 Allow customization.
1233
1234 2002-02-13 Richard M. Stallman <rms@gnu.org>
1235
1236 * textmodes/bibtex.el (bibtex-parse-buffers-stealthily):
1237 Tell bibtex-parse-keys to output no progress messages.
1238
1239 * international/mule-diag.el (list-input-methods):
1240 Use help-input-method, not describe-input-method, for button type.
1241
1242 * register.el (describe-register-1): Access register contents here.
1243
1244 * textmodes/text-mode.el (text-mode-hook-identify):
1245 Restore previous definition. Add to text-mode-hook again.
1246
1247 * mail/mailabbrev.el (define-mail-abbrev): Define as system abbrev.
1248 (mail-abbrev-in-expansion-header-p): Copy the code of mail-header-end
1249 to avoid needing sendmail.el at run time.
1250
1251 * bindings.el (mode-line-minor-mode-keymap): Definition moved up.
1252 Initialization moved up too.
1253 (mode-line-modes): Use :propertize.
1254 (mode-line-mode-menu-keymap): Var deleted.
1255 (mode-line-copied-mode-name): Var deleted.
1256 (mode-line-mode-name): Function deleted.
1257 (mode-line-mode-menu): Each item now shows its mode line lighter.
1258 (minor-mode-alist): Don't call propertize here.
1259
1260 2002-02-12 Eli Zaretskii <eliz@is.elta.co.il>
1261
1262 * progmodes/pascal.el (pascal-imenu-generic-expression):
1263 Add menu-title and fix parentheses.
1264
1265 2002-02-12 Per Abrahamsen <abraham@dina.kvl.dk>
1266
1267 * menu-bar.el (menu-bar-options-save): Removed `truncate-lines'.
1268 (menu-bar-options-menu): Don't set default value for `truncate-lines'.
1269
1270 2002-02-12 Per Abrahamsen <abraham@dina.kvl.dk>
1271
1272 * menu-bar.el (menu-bar-options-save): Only save
1273 `current-language-environment' and `default-input-method' when
1274 marked as customized.
1275
1276 * international/mule-cmds.el
1277 (setup-specified-language-environment):
1278 Mark `current-language-environment' as customized.
1279 (set-input-method): Mark `default-input-method' as customized when
1280 called interactively.
1281 (toggle-input-method): Ditto.
1282
1283 2002-02-11 Colin Walters <walters@verbum.org>
1284
1285 * ibuffer.el (ibuffer-switch-format): Supply required argument for
1286 `ibuffer-current-formats'.
1287
1288 2002-02-11 Miles Bader <miles@gnu.org>
1289
1290 * faces.el (mode-line-inactive): Add dark-background variant.
1291
1292 2002-02-11 Per Abrahamsen <abraham@dina.kvl.dk>
1293
1294 * toolbar/tool-bar.el (tool-bar-mode): Removed standard value.
1295 * menu-bar.el (menu-bar-mode): Ditto.
1296 * cus-edit.el (customize-mark-to-save): Always save variables
1297 without a standard value.
1298
1299 * menu-bar.el (menu-bar-make-toggle): Made it aware of customize.
1300 (menu-bar-options-save): Ditto.
1301 (menu-bar-showhide-menu): Ditto.
1302 (menu-bar-options-menu): Ditto.
1303 (menu-bar-scroll-bar-right, menu-bar-scroll-bar-left)
1304 (menu-bar-scroll-bar-none): Remove.
1305 (menu-bar-showhide-scroll-bar-menu): Use customize aware lambda
1306 expressions instead.
1307
1308 * cus-edit.el (customize-set-value): Return value.
1309 (customize-set-variable): Ditto.
1310 (customize-save-variable): Ditto.
1311 (customize-set-variable): Load dependencies before setting value.
1312 (custom-load-symbol): Autoload it.
1313 (customize-mark-as-set): New function.
1314
1315 2002-02-11 Eli Zaretskii <eliz@is.elta.co.il>
1316
1317 * cus-start.el: Don't warn about "x-*" symbols when building a
1318 non-GUI version.
1319
1320 2002-02-11 Pavel Jan,Am(Bk <Pavel@Janik.cz>
1321
1322 * strokes.el (strokes-do-stroke, strokes-do-complex-stroke):
1323 Doc fix.
1324 (strokes-help): Do not use doubled with-output-to-temp-buffer.
1325 Fix the help string.
1326 (strokes-prompt-user-save-strokes): Fix typo.
1327 (strokes-list-strokes): Use proper exit-action argument for
1328 view-buffer. Update copyright notice.
1329
1330 * international/mule-diag.el: Various doc and message fixes.
1331 (non-iso-charset-alist): Add mac-roman. Don't add entries for
1332 codepages already present.
1333 (list-block-of-chars): Display space for null entries in
1334 translation table. Display tab specially.
1335 (list-non-iso-charset-chars): Check for null charsets. Use pop
1336 for clarity. Don't break 8-bit sets into sections between ranges.
1337 (list-charset-chars): Avoid indent-tabs-mode.
1338 (describe-char-after): Maybe use the text property for syntax
1339 table information. Maybe report char-code-property-table info.
1340 Maybe report character's unicode. Tweak printing of list info.
1341 (list-input-methods): Add xref buttons.
1342 (dump-charsets, dump-codings): Deleted (obsolete).
1343 From Dave Love <fx@gnu.org>.
1344
1345 2002-02-10 Pavel Jan,Am(Bk <Pavel@Janik.cz>
1346
1347 * menu-bar.el (menu-bar-showhide-menu): Rename functions for toggling.
1348
1349 2002-02-10 Michael Kifer <kifer@cs.stonybrook.edu>
1350
1351 * viper-util.el (viper-read-key-sequence): Fix so it'll read
1352 fast key sequences in emacs native mode
1353 (viper-events-to-keys): Delete.
1354
1355 * viper.el (describe-key, describe-key-briefly): Get rid of
1356 viper-events-to-keys.
1357
1358 * ediff-init.el (ediff-has-gutter-support): Steven Turnbull's patch.
1359
1360 * ediff-wind.el (ediff-setup-control-frame):
1361 Use ediff-has-gutter-support.
1362
1363 * ediff-util.el (ediff-dispose-of-variant-according-to-user):
1364 check if buff is alive.
1365
1366 * ediff.el: Typo in comment.
1367
1368 2002-02-09 Pavel Jan,Am(Bk <Pavel@Janik.cz>
1369
1370 * menu-bar.el (menu-bar-options-save): Take care of
1371 line-number-mode and column-number-mode variables.
1372 (menu-bar-showhide-menu): New menu-items "Show Line Number" and
1373 "Show Column Number" in "Show/Hide" menu.
1374
1375 2002-02-09 Richard M. Stallman <rms@gnu.org>
1376
1377 * mail/mailabbrev.el (mail-mode-map): Use eval-after-load to change it.
1378
1379 2002-02-09 Kim F. Storm <storm@cua.dk>
1380
1381 * faces.el (mode-line-inactive): New face for mode-line for
1382 non-selected windows.
1383 (mode-line): Doc fix: Only used for selected window.
1384
1385 2002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
1386
1387 * calendar/cal-menu.el (calendar-mode-map): Change the menu item's
1388 name to "Insert Diary Entry".
1389
1390 2002-02-08 Stefan Monnier <monnier@cs.yale.edu>
1391
1392 * font-lock.el (save-buffer-state): Use restore-buffer-modified-p.
1393 (c-font-lock-syntactic-face-function): Accept doxygen-style comments.
1394
1395 2002-02-08 Richard M. Stallman <rms@gnu.org>
1396
1397 * textmodes/text-mode.el (text-mode-hook-identify): Define as no-op.
1398
1399 2002-02-08 Andreas Schwab <schwab@suse.de>
1400
1401 * calc/calc.el (calcDigit-key): Use minibuffer-prompt-end instead
1402 of point-min.
1403
1404 2002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
1405
1406 * net/ange-ftp.el (ange-ftp-process-handle-line)
1407 (ange-ftp-set-xfer-size): If the file's size is a float, divide
1408 by 1024 instead of using ash.
1409
1410 * international/mule-cmds.el (select-safe-coding-system):
1411 State the buffer's name in the message popped in the *Warning* buffer,
1412 and make sure the offending buffer is displayed.
1413
1414 2002-02-07 Markus Rost <rost@math.ohio-state.edu>
1415
1416 * ffap.el (ffap-newsgroup-p): Test for non-nil symbol-value of htb.
1417
1418 2002-02-07 Richard M. Stallman <rms@gnu.org>
1419
1420 * terminal.el (terminal-map): Define [menu-bar] so global def is seen.
1421
1422 * register.el (list-registers): New command.
1423 (describe-register-1): New subroutine, taken out of view-register.
1424
1425 * emacs-lisp/copyright.el (copyright-regexp):
1426 Delete the unibyte copyright symbol; it's redundant.
1427 Fix a spazz in the multibyte encoding here.
1428
1429 2002-02-07 Dave Love <fx@gnu.org>
1430
1431 * language/cyril-util.el (cyrillic-encode-koi8-r-char)
1432 (cyrillic-encode-alternativnyj-char): Get translation tables from
1433 symbol properties, not as variables.
1434 (standard-display-cyrillic-translit): Include unicodes.
1435
1436 2002-02-06 Kim F. Storm <storm@cua.dk>
1437
1438 * help.el (where-is): Report remapped commands.
1439
1440 * help-fns.el (describe-function-1): Ditto.
1441
1442 * subr.el (global-set-key, local-set-key): Accept a symbol for the
1443 KEY argument (like define-key).
1444
1445 2002-02-06 Pavel Jan,Am(Bk <Pavel@Janik.cz>
1446
1447 * textmodes/flyspell.el (flyspell-insert-function): Doc fix.
1448
1449 2002-02-06 Richard M. Stallman <rms@gnu.org>
1450
1451 * mail/mailabbrev.el: Require sendmail only at compile time.
1452 (mail-mode-header-syntax-table): Var deleted.
1453 (mail-abbrev-syntax-table): Init to nil, will compute when needed.
1454 (sendmail-pre-abbrev-expand-hook): Only temporarily change
1455 local-abbrev-table and the syntax table.
1456 Compute mail-abbrev-syntax-table if that has not been done.
1457
1458 * progmodes/compile.el (grep-compute-defaults): Definition moved up.
1459
1460 * emacs-lisp/debug.el (debugger-frame-offset): Var deleted.
1461 (debugger-frame-number): Figure out the offset directly.
1462 (debugger-setup-buffer): Don't use debugger-frame-offset.
1463 (debugger-frame, debugger-frame-clear): Likewise.
1464 (debugger-jump): Don't alter debugger-frame-offset.
1465
1466 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1467 Replace foo-p as var name with foo-flag, not foo-p-flag.
1468
1469 * hilit-chg.el (highlight-changes-active-string): Default to +Chg.
1470 (highlight-changes-passive-string): Default to -Chg.
1471 (highlight-changes-global-modes): Doc fix.
1472
1473 * dired.el (dired-get-filename): Add /: when appropriate
1474 to avoid taking a local name as remote.
1475
1476 * files.el (file-name-non-special): Add special handling for
1477 file-name-sans-versions, file-name-completion, and
1478 file-name-all-completions.
1479
1480 * isearch.el (isearch-update): Don't update display in kbd macro.
1481 (isearch-lazy-highlight-new-loop): Do nothing in kbd macro.
1482
1483 * subr.el (force-mode-line-update): Doc fix.
1484
1485 * subr.el (atomic-change-group, prepare-change-group)
1486 (activate-change-group, accept-change-group, cancel-change-group):
1487 New functions.
1488
1489 * simple.el (undo-get-state, undo-revert-to-state): Fns deleted.
1490 (transpose-subr-1): Use atomic-change-group.
1491
1492 * subr.el (add-minor-mode): Include the mode's lighter string
1493 in the minor mode menu item name.
1494
1495 * mail/rmail.el (rmail-toggle-header): Avoid possibly slow call to
1496 rmail-count-screen-lines starting from (point-min).
1497
1498 * startup.el (use-fancy-splash-screens-p): Need 19 lines,
1499 beyond the image height, to use the fancy splash screen.
1500
1501 * textmodes/text-mode.el (text-mode-hook-identify): Function deleted.
1502 (text-mode): Set text-mode-variant here.
1503
1504 2002-02-06 Eli Zaretskii <eliz@is.elta.co.il>
1505
1506 * play/pong.el (pong-height): Don't use height that exceeds the
1507 frame height.
1508 (pong-border-options): Make the border colors slightly more bright.
1509
1510 * play/gamegrid.el (gamegrid-display-type): Treat any
1511 color-capable display as color-x, if display-color-p is fboundp.
1512 (gamegrid-make-color-x-face): Don't call gamegrid-color twice.
1513 (gamegrid-make-color-tty-face): Use the value of color, not the
1514 symbol itself. Don't call gamegrid-color.
1515
1516 2002-02-05 Eli Zaretskii <eliz@is.elta.co.il>
1517
1518 * gud.el (gud-refresh): Call recenter only after we are sure we
1519 are in the right window.
1520
1521 2002-02-05 Per Abrahamsen <abraham@dina.kvl.dk>
1522
1523 * cus-edit.el (customize-mark-to-save): New function.
1524 * menu-bar.el (menu-bar-options-save): Rewrote.
1525
1526 2002-02-05 Pavel Jan,Am(Bk <Pavel@Janik.cz>
1527
1528 * cus-start.el (x-use-underline-position-properties):
1529 Allow customization.
1530
1531 2002-02-04 Simon Josefsson <jas@extundo.com>
1532
1533 * dired.el (dired-load-hook, dired-mode-hook)
1534 (dired-before-readin-hook, dired-after-readin-hook): Defcustom.
1535
1536 2002-02-03 Colin Walters <walters@verbum.org>
1537
1538 * ibuf-ext.el (ibuffer-filter-format-alist)
1539 (ibuffer-cached-filter-formats, ibuffer-compiled-filter-formats):
1540 New variables.
1541 * ibuffer.el (ibuffer): Remove link; the "home page" for ibuffer
1542 is now the Emacs CVS tree.
1543 (ibuffer-formats): Doc fix.
1544 (ibuffer-active-formats-name, ibuffer-current-formats): New functions.
1545 (ibuffer-current-format): Use them.
1546 (ibuffer-recompile-formats, ibuffer-check-formats)
1547 (ibuffer-switch-format, ibuffer-update-title):
1548 Add support for ibuffer-filter-format-alist.
1549 (define-ibuffer-column process): Remove unncessary consing.
1550
1551 * ibuf-macs.el (define-ibuffer-column): Add beginnings of support
1552 for a summary column.
1553
1554 2002-02-03 Andreas Schwab <schwab@suse.de>
1555
1556 * window.el (save-selected-window): Move macro before first use.
1557 (balance-windows): Fix misplaced parenthesis.
1558
1559 2002-02-03 Pavel Jan,Am(Bk <Pavel@Janik.cz>
1560
1561 * calculator.el (calculator-displayers): Doc fixes.
1562
1563 2002-02-03 Pavel Jan,Am(Bk <Pavel@Janik.cz>
1564
1565 * menu-bar.el (menu-bar-help-menu): Use different text for tool-tip.
1566 (menu-bar-options-save): Save also the value of `display-time-mode'.
1567 (showhide-date-time): New function.
1568 (menu-bar-showhide-menu): New menu-item "Date and time".
1569
1570 2002-02-03 Eli Zaretskii <eliz@is.elta.co.il>
1571
1572 * mail/rmail.el (rmail): Use find-buffer-visiting instead of
1573 get-file-buffer to check for rmail buffer existence.
1574
1575 * term.el (term-emulate-terminal): Extract proper command string
1576 which is supplied to term-command-hook.
1577
1578 2002-02-03 Richard M. Stallman <rms@gnu.org>
1579
1580 * international/quail.el (quail-help): Don't call help-setup-xref.
1581
1582 * international/mule-cmds.el (describe-input-method):
1583 Call help-setup-xref here.
1584 (describe-current-input-method): Doc fix.
1585
1586 * novice.el (disabled-command-hook): Clarify output text.
1587 Indent the paragraph from the command's doc string.
1588
1589 * dabbrev.el (dabbrev--goto-start-of-abbrev):
1590 Exit loop on beginning of field rather than bobp.
1591
1592 2002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
1593
1594 * mail/uce.el (uce-reply-to-uce): Prune the headers before copying
1595 the message text into the *mail* buffer, and restore the pruned
1596 state after that.
1597
1598 * mail/rmail.el (rmail-redecode-body): Prune the headers before
1599 looking for X-Coding-System header, and restore the pruned state
1600 before returning.
1601
1602 2002-02-02 Pavel Jan,Am(Bk <Pavel@Janik.cz>
1603
1604 * cus-edit.el (customize-save-variable): Fix typo in prompt.
1605
1606 These changes integrate new version of flyspell.el from its
1607 maintainer, Manuel Serrano:
1608
1609 * textmodes/flyspell.el (flyspell-issue-message-flag): New user option.
1610 (flyspell-mode-on, flyspell-notify-misspell)
1611 (flyspell-small-region, flyspell-external-point-words)
1612 (flyspell-large-region): Use it
1613 (flyspell-before-incorrect-word-string)
1614 (flyspell-after-incorrect-word-string): New user options.
1615 (make-flyspell-overlay): Use them.
1616 (flyspell-version): New function.
1617 (flyspell-incorrect-face, flyspell-duplicate-face): Adapt face
1618 definitions to use :weight.
1619 (flyspell-insert-function): New user option.
1620 (flyspell-auto-correct-word, flyspell-correct-word)
1621 (flyspell-xemacs-correct): Use it.
1622 (flyspell-define-abbrev): New function.
1623 (flyspell-auto-correct-word, flyspell-correct-word)
1624 (flyspell-xemacs-correct): Use it.
1625 (make-flyspell-overlay): Use `evaporate' property.
1626 (flyspell-auto-correct-word, flyspell-correct-word): Remove overlay.
1627 (flyspell-emacs-popup): Use `session' instead of `accept'.
1628 (flyspell-auto-correct-previous-pos): New variable.
1629 (flyspell-auto-correct-previous-hook)
1630 (flyspell-auto-correct-previous-word): New functions.
1631
1632 2002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
1633
1634 * novice.el (enable-command): If Emacs was invoked as "emacs -q",
1635 don't alter the user's ~/.emacs.
1636 (disable-command): If user-init-file is nil or does not exist,
1637 default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
1638 But don't alter the init file if Emacs was invoked as "emacs -q"
1639
1640 2002-02-01 Stefan Monnier <monnier@cs.yale.edu>
1641
1642 * mail/sendmail.el (mail-mode): Undo half of last change.
1643
1644 * indent.el (indent-for-tab-command): Remove spurious code.
1645
1646 * hi-lock.el (hi-lock-find-patterns): Save restriction.
1647
1648 2002-02-01 Eli Zaretskii <eliz@is.elta.co.il>
1649
1650 * calendar/time-date.el: Moved from lisp/gnus.
1651
1652 * calendar/parse-time.el: Ditto.
1653
1654 2002-01-31 Richard M. Stallman <rms@gnu.org>
1655
1656 * international/iso-acc.el (iso-languages): Fix ", " in French.
1657
1658 * cus-start.el (history-length): Specify customization for it.
1659
1660 * emacs-lisp/debug.el (debugger-setup-buffer):
1661 When an eval-buffer frame was reading from a buffer,
1662 insert indication of the buffer position.
1663 (debugger-frame-number): Ignore ;;;-comment lines in backtrace.
1664 (debugger-frame-clear, debugger-frame): Error on non-frame line.
1665
1666 * simple.el (shell-command-on-region): Err if no mark
1667 before reading the command string.
1668
1669 * hl-line.el (hl-line-highlight, hl-line-unhighlight):
1670 Definitions moved down after hl-line-mode var's definition.
1671
1672 * hilit-chg.el (hilit-chg-fixup): Don't alter overlay if not ours.
1673 (hilit-chg-set-face-on-change): Rename arg.
1674 (hilit-chg-make-ov): Detect error earlier.
1675
1676 * ediff-hook.el: Delete autoload cookies.
1677
1678 * comint.el (comint-scroll-show-maximum-output): Default is t.
1679
1680 * emacs-lisp/bytecomp.el (batch-byte-compile): New arg noforce.
1681 (batch-byte-compile-if-not-done): New function.
1682
1683 * Makefile.in (compile): New target.
1684 (compile-always): Renamed from compile-files.
1685 (compile-after-backup): Renamed from compile.
1686 (bootstrap): Depend on compile-always, not compile-files.
1687
1688 * emulation/pc-select.el (pc-select-save-and-set-mode):
1689 Properly use MODE-VAR.
1690
1691 2002-01-29 Pavel Jan,Am(Bk <Pavel@Janik.cz>
1692
1693 * menu-bar.el (menu-bar-help-menu): Change menu-item "Show Emacs
1694 Version" to "About Emacs".
1695 (menu-bar-options-save): Add `default-frame-alist'
1696 to saved variables.
1697 (menu-bar-showhide-scroll-bar-menu): Use frame-parameters instead
1698 of the variable `scroll-bar-mode'.
1699
1700 * startup.el (normal-splash-screen, display-splash-screen):
1701 New functions (separated from command-line-1).
1702 (command-line-1): Use them.
1703
1704 2002-01-28 Eli Zaretskii <eliz@is.elta.co.il>
1705
1706 * calendar/calendar.el (generate-calendar-month): Doc fix.
1707
1708 2002-01-27 Pavel Jan,Am(Bk <Pavel@Janik.cz>
1709
1710 * time.el (display-time-mail-directory): New option.
1711 (display-time-mail-function): Update doc-string.
1712 (display-time-mail-icon): Use XPM image when available.
1713 (display-time-string-forms): Use more descriptive text as
1714 help-echo property.
1715 (display-time-mail-check-directory): New function.
1716 (display-time-update): Use it.
1717
1718 * menu-bar.el (menu-bar-showhide-scroll-bar-menu):
1719 Quote `window-system'.
1720
1721 * tmm.el (tmm-get-keymap): Honour :visible in `menu-item'.
1722 Add Keywords header. Update Commentary section.
1723 Update copyright notice.
1724
1725 * menu-bar.el (menu-bar-scroll-bar-right)
1726 (menu-bar-scroll-bar-left, menu-bar-scroll-bar-none)
1727 (showhide-menu-bar): New functions.
1728 (menu-bar-showhide-menu): New submenu "Show/Hide".
1729 (menu-bar-showhide-scroll-bar-menu): "Scroll-bar" submenu of
1730 "Show/Hide".
1731 Update copyright notice.
1732
1733 2002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
1734
1735 * lazy-lock.el (lazy-lock-mode): Add a reference to jit-lock.
1736
1737 2002-01-26 Evgeny Roubinchtein <evgenyr@cs.washington.edu>
1738
1739 * pc-select.el (pc-selection-mode-hook)
1740 (pc-select-saved-settings-alist, pc-select-map)
1741 (pc-select-saved-global-map, pc-select-key-bindings-alist)
1742 (pc-select-default-key-bindings, pc-select-extra-key-bindings)
1743 (pc-select-meta-moves-sexps-key-bindings)
1744 (pc-select-tty-key-bindings, pc-select-old-M-delete-binding):
1745 New variables.
1746 (pc-select-define-keys, pc-select-restore-keys): New functions.
1747 (pc-select-add-to-alist, pc-select-save-and-set-var)
1748 (pc-select-save-and-set-mode, pc-select-restore-var)
1749 (pc-select-restore-mode): New macros.
1750 (pc-selection-mode): Completely rewrote the body of the function;
1751 the main goal was to make pc-selection-mode "turn-off"-able, like
1752 other minor modes. Use define-minore-mode instead of just a
1753 defun. Store the key bindings into four alists:
1754 pc-select-default-key-bindings, pc-select-extra-key-bindings,
1755 pc-select-meta-moves-sexps-key-bindings, and
1756 pc-select-tty-key-bindings; then have the pc-select-define-keys
1757 function walk those alists instead of calling define-key
1758 repeatedly. When the mode is turned on, set the
1759 keybindings in global-map and remember the old keybindings; when
1760 the mode is turned off, restore the previously-saved keybindings.
1761 (pc-selection-mode defcustom): Reflect the fact that the mode is
1762 now "turn-off"-able.
1763
1764 2002-01-26 Eli Zaretskii <eliz@is.elta.co.il>
1765
1766 * eshell/esh-cmd.el (eshell-eval-command): If eshell-resume-eval
1767 returns t, don't treat that as an error.
1768
1769 2002-01-25 Jason Rumney <jasonr@gnu.org>
1770
1771 * faces.el (face-font-registry-alternatives) [windows-nt]:
1772 Add ms-oemlatin as an alternative for iso8859-1.
1773
1774 2002-01-25 Stefan Monnier <monnier@cs.yale.edu>
1775
1776 * pcvs.el (cvs-reread-cvsrc): Distinguish between an empty list of
1777 args and the absence of an entry. Don't add -f each time.
1778
1779 2002-01-25 Eli Zaretskii <eliz@is.elta.co.il>
1780
1781 * emacs-lisp/cl-seq.el (mismatch): Doc fix.
1782
1783 Support for more than 8 colors on character terminals:
1784
1785 * term/rxvt.el: New file.
1786
1787 * Makefile.in (DONTCOMPILE): Remove term/xterm.el.
1788
1789 * term/xterm.el (xterm-standard-colors): New variable.
1790 (xterm-rgb-convert-to-16bit, xterm-register-default-colors)
1791 (xterm-rxvt-set-background-mode): New functions.
1792 (toplevel): Call xterm-register-default-colors,
1793 xterm-rxvt-set-background-mode, and tty-set-up-initial-frame-faces.
1794 Add support for more keys from xterm's terminfo entry.
1795
1796 * facemenu.el (list-colors-display): If the argument is nil, don't
1797 show more colors that the number returned by display-color-cells.
1798
1799 * term/pc-win.el (msdos-color-values): Reverse the order of the
1800 colors, since tty-color-define now preserves the registration order.
1801
1802 * w32-fns.el (w32-tty-standard-colors): Reverse the order.
1803
1804 * term/tty-colors.el (tty-standard-colors): Reverse the order.
1805 (tty-register-default-colors): New function; code moved from
1806 startup.el's command-line.
1807 (tty-modify-color-alist): Use nconc instead of cons, to preserve
1808 the order the colors where registered.
1809
1810 * frame.el (display-color-cells): Use tty-display-color-cells.
1811
1812 * startup.el (command-line): Call tty-register-default-colors.
1813
1814 2002-01-25 Richard M. Stallman <rms@gnu.org>
1815
1816 * subr.el (remove): Doc fix.
1817
1818 2002-01-24 Richard M. Stallman <rms@gnu.org>
1819
1820 * progmodes/compile.el (compilation-handle-exit):
1821 Add a compilation-handle-exit property to the "finished" message.
1822 (compilation-parse-errors): Stop parsing when that property is seen.
1823
1824 * subr.el (substring-no-properties): New function.
1825 (copy-without-properties): Function deleted.
1826
1827 * term/x-win.el (x-handle-geometry): Put sizes on both
1828 initial-frame-alist and default-frame-alist.
1829
1830 * cus-edit.el (custom-save-all): Bind file-precious-flag to t
1831 for saving .emacs.
1832
1833 * files.el (basic-save-buffer-2): Ignore file-error in delete-file.
1834
1835 * calendar/calendar.el (generate-calendar-month): Doc fix.
1836
1837 2002-01-23 Richard M. Stallman <rms@gnu.org>
1838
1839 * play/tetris.el (tetris): New defgroup.
1840 (tetris-use-glyphs, tetris-use-color, tetris-draw-border-with-glyphs)
1841 (tetris-default-tick-period): Convert to defcustom.
1842 Added * in docstring to indicate user variable.
1843 (tetris-update-speed-function, tetris-mode-hook, tetris-tty-colors)
1844 (tetris-x-colors, tetris-buffer-name, tetris-buffer-width)
1845 (tetris-buffer-height, tetris-width, tetris-height)
1846 (tetris-top-left-x, tetris-top-left-y): Convert to defcustom.
1847
1848 2002-01-22 Stefan Monnier <monnier@cs.yale.edu>
1849
1850 * mail/sendmail.el (mail-mode): ">" is not a supercite-style prefix
1851 and is already matched by adaptive-fill-regexp.
1852
1853 2002-01-22 Richard M. Stallman <rms@gnu.org>
1854
1855 * bindings.el (mode-line-copied-mode-name): New variable.
1856 (mode-line-mode-name): Don't modify mode-name itself!
1857 Instead, make a copy and reuse it.
1858
1859 * subr.el (copy-without-properties): New function.
1860
1861 * progmodes/sh-script.el (sh-set-shell): Doc fix.
1862
1863 * net/ange-ftp.el (ange-ftp-canonize-filename): Avoid duplicate
1864 slash if DIR is just slash.
1865
1866 * progmodes/perl-mode.el (perl-mode-abbrev-table): Restore definition.
1867
1868 2002-01-21 Richard M. Stallman <rms@gnu.org>
1869
1870 * emacs-lisp/copyright.el (copyright-regexp): Fix previous change.
1871
1872 * net/ange-ftp.el (ange-ftp-bs2000-posix-hook-installed):
1873 Move defvar up.
1874
1875 * textmodes/ispell.el (ispell-help): Clean up echo area if user quits.
1876
1877 * ibuffer.el: Don't require ibuf-ext at load time.
1878 (ibuffer): Require ibuf-ext here.
1879
1880 2002-01-21 Francesco Potorti` <pot@gnu.org>
1881
1882 * generic-x.el (apache-conf-generic-mode): Highlight the first
1883 word in a line even if preceded by blanks.
1884
1885 2002-01-21 Richard M. Stallman <rms@gnu.org>
1886
1887 * window.el (window-body-height): Handle minibuffer window specially.
1888 Otherwise, don't return less than 1.
1889
1890 2002-01-20 Thomas Dorner <Thomas.Dorner@start.de>
1891
1892 * ange-ftp.el: Added support for BS2000, and for raw ftp
1893 login commands (needed in some circumstances).
1894 (ange-ftp-raw-login): New custom var.
1895 (ange-ftp-normal-login): Perform login with raw ftp commands, if
1896 ange-ftp-raw-login is set and account password is needed.
1897 (ange-ftp-host-type, ange-ftp-guess-host-type): Handle BS2000 hosts.
1898 (ange-ftp-bs2000-filename-pubset-regexp)
1899 (ange-ftp-bs2000-filename-username-regexp)
1900 (ange-ftp-bs2000-filename-prefix-regexp)
1901 (ange-ftp-bs2000-name-template): New consts.
1902 (ange-ftp-bs2000-short-filename-regexp)
1903 (ange-ftp-bs2000-fix-name-regexp-reverse)
1904 (ange-ftp-bs2000-fix-name-regexp): New consts.
1905 (ange-ftp-bs2000-special-prefix): New custom var.
1906 (ange-ftp-fix-name-for-bs2000)
1907 (ange-ftp-fix-dir-name-for-bs2000): New funs.
1908 (ange-ftp-bs2000-host-regexp, ange-ftp-bs2000-posix-host-regexp)
1909 (ange-ftp-bs2000-posix-hook-installed): New vars.
1910 (ange-ftp-parse-bs2000-filename, ange-ftp-parse-bs2000-listing)
1911 (ange-ftp-bs2000-host, ange-ftp-bs2000-posix-host)
1912 (ange-ftp-add-bs2000-host, ange-ftp-add-bs2000-posix-host): New funs.
1913 (ange-ftp-bs2000-filename-regexp): New const.
1914 (ange-ftp-bs2000-additional-pubsets): New custom var.
1915 (ange-ftp-bs2000-cd-to-posix): New fun.
1916
1917 2002-01-20 Colin Walters <walters@verbum.org>
1918
1919 * ibuffer.el: (toplevel) Require `ibuf-ext', which is now compiled
1920 with `byte-compile-dynamic'.
1921 (ibuffer-default-directory, toplevel): Doc files.
1922
1923 2002-01-20 Pavel Jan,Am(Bk <Pavel@Janik.cz>
1924
1925 * tempo.el (tempo-define-template): Doc fix.
1926
1927 * scroll-bar.el (scroll-bar-mode): Make argument optional.
1928
1929 2002-01-20 Jason Rumney <jasonr@gnu.org>
1930
1931 * w32-vars.el: New file.
1932
1933 * loadup.el [windows-nt]: Load it.
1934
1935 * w32-fns.el, term/w32-win.el: Move user variables to w32-vars.el
1936 and make them defcustoms.
1937
1938 * term/w32-win.el (mouse-set-font): Use w32-list-proportional-fonts.
1939
1940 2002-01-19 Pavel Jan,Am(Bk <Pavel@Janik.cz>
1941
1942 * language/tibet-util.el (tibetan-decompose-region)
1943 (tibetan-decompose-string): Fix typo in docstring.
1944
1945 * ruler-mode.el (ruler-mode): New keyword. Fix :version.
1946
1947 2002-01-18 Richard M. Stallman <rms@gnu.org>
1948
1949 * comint.el (comint-redirect-send-command-to-process):
1950 Restore previous current buffer.
1951
1952 * window.el (window-body-height): New function.
1953
1954 2002-01-18 Zoltan Kemenczy <kemenczy@rogers.com>
1955
1956 * gud.el (easy-mmode-defmap): Enable "Up Stack", "Down Stack", and
1957 "Finish Function" menu map entries for jdb mode.
1958 (gud-jdb-use-classpath): New customization variable.
1959 (gud-jdb-command-name): Add customization.
1960 (gud-jdb-classpath, gud-marker-acc-max-length): New variables.
1961 (gud-jdb-classpath-string): New variable.
1962 (gud-jdb-source-files, gud-jdb-class-source-alist): Add doc strings.
1963 (gud-jdb-build-source-files-list): Likewise.
1964 (gud-jdb-massage-args): Record any command argument classpath
1965 string in `gud-jdb-classpath-string'.
1966 (gud-jdb-lowest-stack-level): New function, finds bottom of current
1967 java call stack in jdb output.
1968 (gud-jdb-find-source-using-classpath, gud-jdb-find-source)
1969 (gud-jdb-parse-classpath-string): New functions.
1970 (gud-jdb-marker-filter): Search/detect classpath information in
1971 jdb's output. marker regexp updated to match oldjdb and jdb output
1972 formats. Expand search for source files to include new/old methods
1973 using new functions above. Do not allow `gud-marker-acc' to grow
1974 without bound.
1975 (jdb): Set classpath information (if available) as jdb is started.
1976 Change `gud-break' and `gud-remove'
1977 to use new %c ("class") escape in format strings. Add
1978 `gud-finish', `gud-up', `gud-down' command string functions, and
1979 add them to the local menu map. Update `comint-prompt-regexp' for
1980 jdb and oldjdb. If attaching to an already running java VM and
1981 configured to use classpath, send command to query for classpath,
1982 else use previous method for finding and parsing java
1983 sources. Set `gud-jdb-find-source' function accordingly.
1984 (gud-mode): Doc fix.
1985 (gud-format-command): Add support for new %c ("class") escape.
1986 (gud-find-class): New function in support of %c escape.
1987
1988 2002-01-17 Richard M. Stallman <rms@gnu.org>
1989
1990 * ibuf-ext.el: Enable byte-compile-dynamic.
1991
1992 2002-01-17 Jason Rumney <jasonr@gnu.org>
1993
1994 * term/w32-win.el: Restore conditional require of fontset.
1995
1996 2002-01-16 Richard M. Stallman <rms@gnu.org>
1997
1998 * mouse.el (mouse-drag-region-1): Renamed from mouse-drag-region,
1999 more or less.
2000 (mouse-drag-region): New function. For a click in the echo area,
2001 show *Messages*.
2002
2003 * ibuf-ext.el: Delete the autoloads for functions defined with
2004 ibuffer-specific commands.
2005
2006 * help.el (describe-distribution): Really call view-file.
2007
2008 * net/ange-ftp.el (ange-ftp-passive-mode): New arg PROC.
2009 (ange-ftp-get-process): Pass that arg.
2010
2011 * comint.el (comint-simple-send): Fix previous change.
2012
2013 * net/telnet.el (telnet-simple-send): Fix previous change.
2014
2015 * progmodes/sql.el (sql-escape-newlines-and-send)
2016 (sql-query-placeholders-and-send): Fix previous change.
2017
2018 2002-01-16 Colin Walters <walters@verbum.org>
2019
2020 * ibuf-ext.el, ibuf-macs.el, ibuffer.el (toplevel): Remove X-RCS,
2021 URL, Compatibility headers. Update copyright notice.
2022 * ibuf-macs.el (toplevel): Require `cl' when compiling.
2023
2024 2002-01-16 Andrew Choi <akochoi@cse.cuhk.edu.hk>
2025
2026 * startup.el (command-line): Set EOL mnemonics for the Mac.
2027
2028 2002-01-16 Andreas Schwab <schwab@suse.de>
2029
2030 * mail/feedmail.el (feedmail): Fix :link spec.
2031
2032 2002-01-16 Pavel Jan,Am(Bk <Pavel@Janik.cz>
2033
2034 * net/ldap.el (ldap-ldapsearch-prog): Default to OpenLDAP version
2035 2 ldapsearch.
2036
2037 * net/eudc.el: New maintainer. Change author's address.
2038 (eudc-pre-select-window-configuration, eudc-insertion-marker):
2039 Variables removed.
2040 (eudc-insert-selected): Function removed.
2041 (eudc-select): Reimplemented.
2042 (eudc-expand-inline): Delete the strings only after its expansion
2043 is chosen not before.
2044
2045 * net/eudcb-ph.el (eudc-ph-open-session): Remove XEmacs case.
2046 Minor coding style fixes.
2047
2048 * net/eudcb-ldap.el: New maintainer. Change author's address.
2049 (eudc-attribute-display-method-alist): Display mail with
2050 eudc-display-mail.
2051
2052 * net/eudcb-bbdb.el, net/eudc-export.el, net/eudc-hotlist.el,
2053 * net/eudc-vars.el: New maintainer. Change author's address.
2054
2055 * net/eudc-bob.el: New maintainer. Change author's address.
2056 (eudc-bob-mail-keymap): New keymap for e-mail addresses.
2057 (eudc-display-mail): New function.
2058 (eudc-bob-play-sound-at-point): Remove XEmacs case.
2059
2060 2002-01-15 Richard M. Stallman <rms@gnu.org>
2061
2062 * emacs-lisp/autoload.el (make-autoload):
2063 Don't handle define-ibuffer-column, define-ibuffer-filter,
2064 define-ibuffer-sorter, and define-ibuffer-op.
2065
2066 2002-01-14 Richard M. Stallman <rms@gnu.org>
2067
2068 * calendar/calendar.el (diary-date-forms): Doc fix.
2069
2070 2002-01-14 Eli Zaretskii <eliz@is.elta.co.il>
2071
2072 * startup.el (command-line): Register the default tty colors even
2073 if the terminal doesn't seem to support colors.
2074 <tty-long-option-alist>: New option --color.
2075 (tty-handle-args): Parse the --color arg.
2076
2077 * term/tty-colors.el (tty-color-mode-alist): New variable.
2078
2079 2002-01-14 Stefan Monnier <monnier@cs.yale.edu>
2080
2081 * net/ange-ftp.el (ange-ftp-root-dir-p): New function.
2082 (ange-ftp-file-name-all-completions, ange-ftp-file-name-completion):
2083 Use it.
2084 (ange-ftp-hook-function): Preserve match-data.
2085 (ange-ftp-insert-directory): Typo.
2086 (ange-ftp-shell-command): Check if regexp matched.
2087
2088 2002-01-13 Richard M. Stallman <rms@gnu.org>
2089
2090 * international/mule-cmds.el: help-map bindings moved to help.el.
2091
2092 * help.el (view-echo-area-messages): New function.
2093 (help-map): Add `e' binding. Delete obsolete `d' binding.
2094 Change old Info bindings C-f, C-k and C-i to F, K, S.
2095 Move view-emacs-FAQ from F to C-f.
2096 Move view-emacs-problems from P to C-e.
2097 Bindings moved here from mule-cmds.el.
2098 C-l binding for describe-language-environment deleted
2099 (help-for-help): Update for all these changes.
2100
2101 * emacs-lisp/copyright.el (copyright-regexp): Make (C) optional.
2102
2103 2002-01-13 Dave Love <fx@gnu.org>
2104
2105 * emacs-lisp/copyright.el: Doc fixes.
2106 (copyright-regexp): Add Latin-9 copyright sign.
2107 Match comment delimiters in year lists.
2108 (copyright-current-year): Initialize to load-time year.
2109
2110 2002-01-13 Andreas Schwab <schwab@suse.de>
2111
2112 * dired-aux.el (dired-do-shell-command): Doc fix.
2113
2114 2002-01-13 Jan Djarv <Jan.Djarv@mbox200.swipnet.se>
2115
2116 * startup.el (command-line-x-option-alist): New options "-fs",
2117 "-fw", "-fh", "--fullscreen", "--fullwidth", and "--fullheight".
2118
2119 * term/x-win.el (x-handle-initial-switch): New function.
2120
2121 2002-01-13 Colin Walters <walters@debian.org>
2122
2123 * emacs-lisp/autoload.el (make-autoload): Handle
2124 define-ibuffer-column, define-ibuffer-filter,
2125 define-ibuffer-sorter, and define-ibuffer-op.
2126
2127 * emacs-lisp/lisp-mode.el (toplevel): Ditto.
2128
2129 * ibuffer.el, ibuf-ext.el, ibuf-macs.el: New files.
2130
2131 2002-01-12 Richard M. Stallman <rms@gnu.org>
2132
2133 * net/browse-url.el (browse-url-grail):
2134 Use browse-url-maybe-new-window.
2135
2136 * net/telnet.el (telnet-simple-send): Handle
2137 comint-input-sender-no-newline like comint-simple-send.
2138
2139 * progmodes/sql.el (sql-query-placeholders-and-send): Handle
2140 comint-input-sender-no-newline like comint-simple-send.
2141 (sql-escape-newlines-and-send): Likewise.
2142
2143 * comint.el (comint-input-sender): Doc fix.
2144 (comint-input-sender-no-newline): New variable.
2145 (comint-simple-send): If comint-input-sender-no-newline,
2146 don't output newline, but maybe send eof.
2147 (comint-send-input): New arg NO-NEWLINE.
2148 (comint-send-eof): Call comint-send-eof with NO-NEWLINE.
2149
2150 2002-01-12 Pavel Jan,Am(Bk <Pavel@Janik.cz>
2151
2152 * textmodes/flyspell.el (flyspell-check-pre-word-p): Prevent
2153 delaying when executing keyboard macros.
2154
2155 2002-01-12 Richard M. Stallman <rms@gnu.org>
2156
2157 * simple.el (line-move): If we can't move enough lines,
2158 go to beginning or end of line.
2159
2160 * help-mode.el (help-xref-go-back): Restore POSITION in proper buffer
2161 and proper window.
2162
2163 * help.el (describe-mode): Call help-setup-xref in the help buffer.
2164 Switch buffers only after calling `help-buffer'.
2165
2166 * dired-aux.el (dired-shell-stuff-it): Substitute for * or ?
2167 only when they are surrounded by whitespace.
2168 Use dired-mark-separator when adding one file name to a command.
2169 (dired-do-shell-command): Verify that * is surrounded by whitespace.
2170 Ask for confirmation if * or ? is not surrounded by whitespace.
2171 (dired-bunch-files): Re-reverse the partial file list when it is used.
2172
2173 2002-01-12 Richard M. Stallman <rms@gnu.org>
2174
2175 * comint.el (comint-dynamic-list-completions): Repeating the command
2176 after displaying a completion list scrolls the list.
2177
2178 2002-01-12 Eli Zaretskii <eliz@is.elta.co.il>
2179
2180 * files.el (find-file-noselect): Don't consider a buffer as
2181 visiting a file literally if it is in hexl-mode.
2182
2183 * faces.el (minibuffer-prompt): A better face definition for MS-DOS.
2184
2185 2002-01-11 Richard M. Stallman <rms@gnu.org>
2186
2187 * startup.el (initial-scratch-message): Fix custom type, add group.
2188
2189 * mail/rmail.el (rmail-decode-babyl-format): Disable undo
2190 around the decode-coding-region call.
2191
2192 * emacs-lisp/lisp.el (lisp-complete-symbol): Repeating the command
2193 after displaying a completion list scrolls the list.
2194
2195 2002-01-11 Eli Zaretskii <eliz@is.elta.co.il>
2196
2197 * version.el (emacs-version): Bump to 21.2.50.
2198
2199 2002-01-10 Thien-Thi Nguyen <ttn@giblet.glug.org>
2200
2201 * play/zone.el (zone-timeout): New var.
2202 (zone-hiding-modeline): New macro.
2203 (zone-call): New func.
2204
2205 (zone): Init `modeline-hidden-level' symbol property.
2206 Use `zone-call' instead of `funcall'.
2207
2208 (zone-pgm-whack-chars): Use `make-string' (fix bug introduced in 1.7).
2209
2210 (zone-pgm-stress): Use `zone-hiding-modeline'.
2211
2212 (zone-pgm-stress-destress): New zone program.
2213
2214 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
2215
2216 * faces.el (minibuffer-prompt): Special face definition for MS-DOS.
2217
2218 2002-01-09 Richard M. Stallman <rms@gnu.org>
2219
2220 * startup.el (fancy-splash-screens): Set tab-width in correct buffer.
2221
2222 2002-01-09 Michael Kifer <kifer@cs.stonybrook.edu>
2223
2224 * viper.el (viper-set-hooks): Zap viper-unfriendly bindings in
2225 flyspell-mouse-map.
2226
2227 2002-01-08 Richard M. Stallman <rms@gnu.org>
2228
2229 * emacs-lisp/regexp-opt.el (regexp-opt): Bind max-specpdl-size.
2230
2231 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Fix custom type.
2232
2233 * textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type.
2234
2235 2002-01-08 Pavel Jan,Am(Bk <Pavel@Janik.cz>
2236
2237 * progmodes/ada-mode.el (ada-initialize-properties, ada-mode):
2238 Do not use make-local-hook.
2239
2240 2002-01-08 Eli Zaretskii <eliz@is.elta.co.il>
2241
2242 * international/quail.el (quail-start-translation)
2243 (quail-start-conversion): Bind last-command-event, last-command,
2244 and this-command in the first let. This fixes the change from
2245 2000-08-30.
2246
2247 2002-01-08 Michael Kifer <kifer@cs.stonybrook.edu>
2248
2249 * ediff-hook.el: Add an autoload cookie.
2250
2251 2002-01-08 Pavel Jan,Am(Bk <Pavel@Janik.cz>
2252
2253 * net/eudcb-ph.el, net/ldap.el: New maintainer. New e-mail
2254 address of the author.
2255
2256 2002-01-08 Richard M. Stallman <rms@gnu.org>
2257
2258 * replace.el (occur-mode-goto-occurrence-other-window): New command.
2259 (occur-mode-map): Bind `o' to that.
2260
2261 2002-01-07 Michael Kifer <kifer@cs.stonybrook.edu>
2262
2263 * viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
2264 new macro that replaces viper-emacs-p and viper-xemacs-p in many
2265 cases. Used to reduce the number of warnings.
2266
2267 * viper-cmd.el: Use viper-cond-compile-for-xemacs-or-emacs.
2268 (viper-standard-value): Move here from viper.el.
2269 (viper-set-unread-command-events): Move to viper-util.el
2270 (viper-check-minibuffer-overlay): Make sure
2271 viper-minibuffer-overlay is moved to cover the entire input field.
2272
2273 * viper-util.el: use viper-cond-compile-for-xemacs-or-emacs.
2274 (viper-read-key-sequence, viper-set-unread-command-events)
2275 (viper-char-symbol-sequence-p, viper-char-array-p): Moved here.
2276
2277 * viper-ex.el: Use viper-cond-compile-for-xemacs-or-emacs.
2278
2279 * viper-keym.el: Use viper-cond-compile-for-xemacs-or-emacs.
2280
2281 * viper-mous.el: Use viper-cond-compile-for-xemacs-or-emacs.
2282
2283 * viper-macs.el (viper-char-array-p, viper-char-symbol-sequence-p)
2284 (viper-event-vector-p): Move to viper-util.el
2285
2286 * viper.el (viper-standard-value): Move to viper-cmd.el.
2287 Use viper-cond-compile-for-xemacs-or-emacs.
2288
2289 * ediff-help.el: Use ediff-cond-compile-for-xemacs-or-emacs.
2290
2291 * ediff-hook.el: Use ediff-cond-compile-for-xemacs-or-emacs.
2292
2293 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs):
2294 New macro designed to be used in many places where ediff-emacs-p or
2295 ediff-xemacs-p was previously used. Reduces the number of warnings.
2296 Use ediff-cond-compile-for-xemacs-or-emacs in many places in lieu
2297 of ediff-xemacs-p.
2298 (ediff-make-current-diff-overlay, ediff-highlight-diff-in-one-buffer)
2299 (ediff-convert-fine-diffs-to-overlays, ediff-empty-diff-region-p)
2300 (ediff-whitespace-diff-region-p, ediff-get-region-contents):
2301 Move to ediff-util.el.
2302 (ediff-event-key): Moved here.
2303
2304 * ediff-merge.el: Got rid of unreferenced variables.
2305
2306 * ediff-mult.el: Use ediff-cond-compile-for-xemacs-or-emacs.
2307
2308 * ediff-util.el: Use ediff-cond-compile-for-xemacs-or-emacs.
2309 (ediff-cleanup-mess): Improve the way windows are set up after
2310 quitting ediff.
2311 (ediff-janitor): Use ediff-dispose-of-variant-according-to-user.
2312 (ediff-dispose-of-variant-according-to-user): New function
2313 designed to be smarter and also understands indirect buffers.
2314 (ediff-highlight-diff-in-one-buffer)
2315 (ediff-unhighlight-diff-in-one-buffer)
2316 (ediff-unhighlight-diffs-totally-in-one-buffer)
2317 (ediff-highlight-diff, ediff-highlight-diff)
2318 (ediff-unhighlight-diff, ediff-unhighlight-diffs-totally)
2319 (ediff-empty-diff-region-p, ediff-whitespace-diff-region-p)
2320 (ediff-get-region-contents, ediff-make-current-diff-overlay):
2321 Moved here.
2322 (ediff-format-bindings-of): New function by Hannu Koivisto
2323 <azure@iki.fi>.
2324 (ediff-setup): Make sure the merge buffer is always widened and
2325 modifiable.
2326 (ediff-write-merge-buffer-and-maybe-kill): Refuse to write the
2327 result of a merge into a file visited by another buffer.
2328 (ediff-arrange-autosave-in-merge-jobs): Check if the merge file
2329 is visited by another buffer and ask to save/delete that buffer.
2330 (ediff-verify-file-merge-buffer): New function to do the above.
2331
2332 * ediff-vers.el: Load ediff-init.el at compile time.
2333
2334 * ediff-wind.el: Use ediff-cond-compile-for-xemacs-or-emacs.
2335
2336 * ediff.el (ediff-windows, ediff-regions-wordwise)
2337 (ediff-regions-linewise): Use indirect buffers to improve
2338 robustness and make it possible to compare regions of the same
2339 buffer (even overlapping regions).
2340 (ediff-clone-buffer-for-region-comparison)
2341 (ediff-clone-buffer-for-window-comparison): New functions.
2342 (ediff-files-internal): Refuse to compare identical files.
2343 (ediff-regions-internal): Get rid of the warning about comparing
2344 regions of the same buffer.
2345
2346 * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Moved here.
2347 Plus the following fixes courtesy of Dave Love: Doc fixes.
2348 (ediff-word-1): Use word class and move - to the
2349 front per regexp documentation.
2350 (ediff-wordify): Bind forward-word-function outside loop.
2351 (ediff-copy-to-buffer): Use insert-buffer-substring rather than
2352 consing buffer contents.
2353 (ediff-goto-word): Move syntax table setting outside loop.
2354
2355 2002-01-07 Richard M. Stallman <rms@gnu.org>
2356
2357 * dired.el (dired-copy-filename-as-kill): Call kill-append
2358 if following a kill command.
2359
2360 * help-fns.el (describe-variable, describe-function):
2361 Do save-excursion.
2362
2363 2002-01-06 Pavel Jan,Am(Bk <Pavel@Janik.cz>
2364
2365 * net/ldap.el (ldap-search-internal): Skip error message from
2366 ldapsearch. Allow listing attribute names only. Do not open
2367 non-existent files.
2368
2369 * net/eudcb-ldap.el (eudc-ldap-get-field-list): Do not try to
2370 call non-existent function.
2371
2372 * net/eudc.el (top-level): Revert previous change.
2373
2374 * net/net-utils.el (nslookup-font-lock-keywords): Defvar font-lock
2375 variables to prevent warning from byte-compiler.
2376
2377 * net/eudc.el (top-level): Use eudc-xemacs-p instead of
2378 string-match on emacs-version again.
2379
2380 * enriched.el (enriched-make-annotation): Fix the change from
2381 2002-01-05.
2382 (enriched-handle-display-prop): Return proper values.
2383
2384 * net/eudcb-ldap.el (eudc-attribute-display-method-alist): Use
2385 proper attribute name labeledUri instead of deprecated labeledUrl.
2386
2387 2002-01-05 Pavel Jan,Am(Bk <Pavel@Janik.cz>
2388
2389 * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when
2390 editing an empty hotlist.
2391
2392 * net/ldap.el (ldap-search-internal): Make the buffer unibyte.
2393 Use buffer-string instead of buffer-substring for the whole
2394 buffer.
2395
2396 * net/eudc-vars.el (eudc-external-viewers): Do not use xv, it is
2397 not free.
2398
2399 * net/eudc-bob.el (eudc-bob-can-display-inline-images)
2400 (eudc-bob-display-jpeg): Use fboundp instead of boundp.
2401 (eudc-bob-save-object): Make the buffer unibyte.
2402 (eudc-bob-generic-keymap): Add new keybinding `!' to pipe the
2403 object to external program.
2404
2405 2002-01-05 Andre Spiegel <spiegel@gnu.org>
2406
2407 * vc.el (vc-branch-part): Return nil if there's no `.'
2408 (vc-default-previous-version): Renamed from vc-previous-version.
2409 New args BACKEND and FILE. Return nil for revision numbers
2410 without a `.'
2411 (vc-version-diff): Call vc-BACKEND-previous-version.
2412 (vc-steal-lock): Steal lock before composing mail, so that no mail
2413 is sent when the stealing goes wrong. And we'll actually see the
2414 error in that case now.
2415 (vc-finish-steal): Removed.
2416
2417 * vc-rcs.el (vc-rcs-steal-lock): Do a real checkout after stealing
2418 the lock, so that we see expanded headers.
2419 (vc-rcs-trunk-p, vc-rcs-branch-part, vc-rcs-branch-p,
2420 vc-rcs-minor-part, vc-rcs-previous-version): Removed. These are
2421 available from vc.el. Updated all callers.
2422
2423 2002-01-05 Richard M. Stallman <rms@gnu.org>
2424
2425 * enriched.el (enriched-make-annotation): Doc fix.
2426
2427 * format.el (format-replace-strings, format-subtract-regions)
2428 (format-annotate-region, format-annotate-location)
2429 (format-annotate-atomic-property-change)
2430 (format-annotate-single-property-change): Doc fixes.
2431
2432 2002-01-05 Jason Rumney <jasonr@gnu.org>
2433
2434 * term/w32-win.el: Require fontset unconditionally.
2435 (w32-handle-scroll-bar-event): Remove.
2436
2437 2002-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2438
2439 * emacs-lisp/copyright.el (copyright-regexp): Allow multi-line
2440 copyrights to be updated.
2441
2442 2002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
2443
2444 * textmodes/texinfo.el (texinfo-insert-@end): Fix the change from
2445 2001-10-24.
2446
2447 * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix.
2448
2449 2002-01-04 Pavel Jan,Am(Bk <Pavel@Janik.cz>
2450
2451 * net/ldap.el (ldap-host-parameters-alist): Remove duplicated
2452 entry.
2453 (ldap-ignore-attribute-codings): Change the default value to allow
2454 encoding/decoding of attributes.
2455 (ldap-coding-system): Use UTF-8 as the coding-system. Doc fix.
2456
2457 2002-01-03 Richard M. Stallman <rms@gnu.org>
2458
2459 * files.el (basic-save-buffer): Undo previous change.
2460
2461 * calendar/diary-lib.el (diary-block): Doc fix.
2462
2463 * custom.el (defcustom): Fix syntax of previous change.
2464
2465 2002-01-03 Per Abrahamsen <abraham@dina.kvl.dk>
2466
2467 * custom.el (defcustom): Documented :tag, :link and :load.
2468
2469 2002-01-03 Eli Zaretskii <eliz@is.elta.co.il>
2470
2471 * mail/sendmail.el (mail-recover-1): New function.
2472 (mail-recover): Switch to the *mail* buffer right away. Use
2473 buffer-auto-save-file-name instead of calling
2474 make-auto-save-file-name. Call dired-noselect instead of invoking
2475 `ls' directly. Bind coding-system-for-read to emacs-mule-unix
2476 before reading the auto-save file. If the buffer's auto-save file
2477 does not exist, call mail-recover-1 to allow recovery from past
2478 auto-saved drafts.
2479
2480 2002-01-03 Pavel Jan,Am(Bk <Pavel@Janik.cz>
2481
2482 * time.el (display-time-load-average-threshold): Fix defcustom
2483 (add type and group).
2484
2485 * net/ange-ftp.el (ange-ftp-shell-command): Remove port
2486 specification from the hostname.
2487
2488 2002-01-02 Richard M. Stallman <rms@gnu.org>
2489
2490 * facemenu.el (facemenu-active-faces):
2491 Use face-attributes-as-vector, not face-attributes-vector.
2492
2493 2002-01-02 Chris Hanson <cph@aarau.ai.mit.edu>
2494
2495 * xscheme.el: Eleven years of updates on a private copy.
2496
2497 Extensive changes to support multiple xscheme buffers:
2498 (run-scheme): Break up into new functions to facilitate starting
2499 processes in other buffers.
2500 (xscheme-start, xscheme-read-command-line): New functions.
2501 (start-scheme, select-scheme)
2502 (default-xscheme-runlight)
2503 (global-set-scheme-interaction-buffer)
2504 (local-set-scheme-interaction-buffer)
2505 (local-clear-scheme-interaction-buffer)
2506 (exit-scheme-interaction-mode)
2507 (verify-xscheme-buffer): New functions.
2508 (xscheme-process-name, xscheme-buffer-name)
2509 (xscheme-runlight): New internal vars.
2510 (default-xscheme-runlight): New const.
2511 (xscheme-start-process): Add args for the process/buffer names.
2512 (reset-scheme): Pass process/buffer names.
2513 (scheme-interaction-mode): Initialize new local vars.
2514 (reset-scheme, xscheme-send-string-2, xscheme-process-running-p)
2515 (xscheme-select-process-buffer, xscheme-process-buffer)
2516 (xscheme-send-region, xscheme-send-char, xscheme-send-interrupt)
2517 (xscheme-goto-output-point, xscheme-write-message-1): Use new
2518 var xscheme-process-name.
2519 (xscheme-start-process): Initialize xscheme-process-name and
2520 xscheme-buffer-name in the process buffer. Pass buffer name to
2521 xscheme-modeline-initialize.
2522 (xscheme-modeline-initialize): Add argument to specify buffer name
2523 for mode-line vars.
2524 (xscheme-process-sentinel): Make sure sentinel is run in the
2525 process buffer so it sees its local vars.
2526 (xscheme-process-filter-initialize, xscheme-set-runlight): More
2527 elaborate logic to handle multiple-buffer mode lines.
2528
2529 (xscheme-enter-input-wait): Re-enable control-G handler upon
2530 entering input wait.
2531
2532 (scheme-interaction-mode): Add arg to preserve local vars.
2533 (xscheme-enter-interaction-mode)
2534 (xscheme-enter-debugger-mode): Preserve local vars.
2535 (xscheme-start-process): Clobber local vars.
2536
2537 (scheme-interaction-mode-commands): Allow end user to add commands
2538 to scheme-interaction-mode keymap.
2539 (scheme-interaction-mode-commands-alist): New variable.
2540
2541 (xscheme-send-string): Don't use insert-before-markers.
2542
2543 Implement a per-buffer kill ring:
2544 (xscheme-insert-expression)
2545 (xscheme-rotate-yank-pointer, xscheme-yank)
2546 (xscheme-yank-pop, xscheme-yank-push): New functions.
2547 (xscheme-expressions-ring)
2548 (xscheme-expressions-ring-yank-pointer)
2549 (xscheme-expressions-ring-max): New variables.
2550 (xscheme-send-string-1): Call xscheme-insert-expression to save
2551 expression in ring.
2552 (xscheme-yank-previous-send): Now an alias for xscheme-yank.
2553 (xscheme-previous-send): Deleted variable.
2554
2555 (xscheme-send-string-2, xscheme-send-char, xscheme-send-proceed,
2556 xscheme-send-control-g-interrupt): Use process-send-string rather
2557 than send-string.
2558
2559 (xscheme-send-region): Insert a newline after an expression that
2560 is submitted in the interaction buffer, for consistency with
2561 recent changes to Edwin.
2562
2563 (xscheme-delete-output): New function mimics comint-delete-output.
2564 (xscheme-last-input-end): New internal variable.
2565 (xscheme-process-filter-output): Update xscheme-last-input-end.
2566
2567 (xscheme-send-control-g-interrupt): Make sure that
2568 xscheme-control-g-disabled-p is looked up in the right buffer.
2569
2570 (xscheme-enable-control-g): Clear C-g message if visible.
2571 (xscheme-control-g-message-string): New internal var.
2572 (xscheme-send-control-g-interrupt): Use new var.
2573
2574 (xscheme-send-control-g-interrupt, xscheme-send-interrupt): Delay
2575 after sending interrupt in order to work around race condition.
2576
2577 (xscheme-send-control-g-interrupt, xscheme-send-interrupt)
2578 (xscheme-send-char): Use xscheme-send-char rather than send-string
2579 to send single char.
2580
2581 (xscheme-process-filter, xscheme-process-filter-alist): Add
2582 support for evaluating expressions outside of the call-excursion.
2583 (xscheme-process-filter:string-action-noexcursion): New func.
2584
2585 (xscheme-write-value): Change output string to match that used by
2586 Edwin.
2587
2588 (xscheme-coerce-prompt): Don't write a space after a command
2589 prompt. The PROMPT-FOR-COMMAND- procedures will take care of this
2590 for us.
2591
2592 (reset-scheme): Delete process after killing it.
2593
2594 2002-01-02 Eli Zaretskii <eliz@is.elta.co.il>
2595
2596 * bindings.el (function-key-map): Don't bind shifted keypad
2597 numeric keys.
2598
2599 2002-01-02 Pavel Jan,Am(Bk <Pavel@Janik.cz>
2600
2601 * enriched.el (enriched-handle-display-prop): Remove unused
2602 variables.
2603 (enriched-mode): Doc fix.
2604
2605 2002-01-02 Eli Zaretskii <eliz@is.elta.co.il>
2606
2607 * international/ucs-tables.el (ucs-8859-8-alist): Comment away
2608 Hebrew points.
2609
2610 2002-01-01 Richard M. Stallman <rms@gnu.org>
2611
2612 * jka-compr.el (jka-compr-write-region): If START = nil, use whole buf.
2613
2614 2001-12-31 Richard M. Stallman <rms@gnu.org>
2615
2616 * comint.el, cus-edit.el, diff-mode.el, enriched.el, font-lock.el:
2617 * generic-x.el, info.el, log-view.el, pcvs-info.el, speedbar.el:
2618 * wid-edit.el, woman.el, calendar/calendar.el, textmodes/flyspell.el:
2619 * emulation/viper-init.el, eshell/em-ls.el, progmodes/antlr-mode.el:
2620 * progmodes/cperl-mode.el, progmodes/idlwave.el:
2621 * progmodes/sh-script.el, progmodes/vhdl-mode.el:
2622 Adapt face definitions to use :weight and :slant.
2623
2624 * ps-print.el (ps-font-lock-face-attributes): Use :weight and :slant.
2625
2626 * cus-edit.el (custom-face-edit-fix-value): Delete `assert' call.
2627
2628 * font-lock.el (initializing from font-lock-face-attributes):
2629 Use :weight and :slant, not :bold and :italic.
2630
2631 2001-12-31 Per Abrahamsen <abraham@dina.kvl.dk>
2632
2633 * cus-edit.el (custom-face-edit-fix-value): New function.
2634 (custom-face-edit): Use it, to convert :italic and :bold to new forms.
2635
2636 2001-12-30 Pavel Jan,Am(Bk <Pavel@Janik.cz>
2637
2638 * progmodes/octave-mod.el (octave-abbrev-table):
2639 * progmodes/idlwave.el (idlwave-mode-abbrev-table):
2640 * progmodes/fortran.el (fortran-mode-abbrev-table):
2641 * progmodes/f90.el (f90-mode-abbrev-table):
2642 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init):
2643 * progmodes/sql.el (sql-mode-abbrev-table): Mark all the
2644 predefined abbrevs as "system" abbrevs.
2645
2646 2001-12-30 Richard M. Stallman <rms@gnu.org>
2647
2648 * info.el (Info-fontify-node): For a **** underline line, put the
2649 invisible and intangible props on the following newline, but not
2650 on the previous newline or the last char of the previous line.
2651
2652 * faces.el (face-set-after-frame-default): Don't change `default' face.
2653
2654 * faces.el (minibuffer-prompt): Adopt some default colors.
2655
2656 * replace.el (query-replace-read-args): Immediate error if read-only.
2657
2658 * textmodes/makeinfo.el (makeinfo-compilation-sentinel):
2659 Display the output buffer in a more intelligent way.
2660
2661 2001-12-30 Eli Zaretskii <eliz@is.elta.co.il>
2662
2663 * ls-lisp.el (insert-directory): Modify the "total" line wording,
2664 in accordance with files.el's insert-directory.
2665
2666 2001-12-29 Richard M. Stallman <rms@gnu.org>
2667
2668 * files.el (basic-save-buffer): If a before-write hook displays
2669 an echo area message, pause before calling basic-save-buffer-1.
2670
2671 2001-12-29 Markus Rost <rost@math.ohio-state.edu>
2672
2673 * textmodes/reftex-global.el (reftex-query-replace-document)
2674 (reftex-change-label): Doc fix.
2675
2676 * dired-aux.el (dired-do-query-replace-regexp): Doc fix.
2677
2678 * progmodes/etags.el (tags-query-replace): Doc fix.
2679
2680 2001-12-29 Richard M. Stallman <rms@gnu.org>
2681
2682 * progmodes/compile.el (compile-internal): Fix previous change.
2683
2684 2001-12-28 Richard M. Stallman <rms@gnu.org>
2685
2686 * mouse.el (mouse-drag-mode-line-1): When dragging a mode line upward,
2687 shrink the windows above as necessary to get space.
2688 (mouse-drag-move-window-bottom, mouse-drag-window-above): New fns.
2689
2690 * net/ange-ftp.el (ange-ftp-allow-child-lookup): Always return nil.
2691 This fixes a bug that treated all files as directories.
2692 (ange-ftp-insert-directory): Explicitly follow symlinks.
2693
2694 * international/iso-transl.el (iso-transl-char-map) Eliminate the
2695 alias symbols--put the translated sequences here directly.
2696
2697 * progmodes/cc-mode.el (c-mode-abbrev-table)
2698 (c++-mode-abbrev-table, objc-mode-abbrev-table)
2699 (java-mode-abbrev-table, pike-mode-abbrev-table):
2700 Mark all the predefined abbrevs as "system" abbrevs.
2701
2702 * mail/sendmail.el (mail-envelope-from): Fix custom type.
2703 (sendmail-send-it): Check mail-specify-envelope-from
2704 and mail-envelope-from in the mail buffer at start.
2705
2706 2001-12-28 Simon Josefsson <jas@extundo.com>
2707
2708 * mail/sendmail.el (mail-envelope-from): Fix :type.
2709 (sendmail-send-it): Copy `mail-envelope-from' from calling buffer.
2710
2711 2001-12-28 Richard M. Stallman <rms@gnu.org>
2712
2713 * net/ldap.el (ldap-search-internal): Handle <file://...> in results.
2714
2715 * simple.el (line-move-invisible): New subroutine.
2716 (line-move-to-column): New subroutine--smarter about advancing over
2717 invisible parts of a line, or lines, but only as long as hpos grows.
2718 (line-move-finish): New subroutine: repeatedly processes desired
2719 column, intangibility, and fields.
2720 (line-move): Use those subroutines.
2721 When moving lines downward, skip invisible text first rather than last.
2722
2723 2001-12-27 Richard M. Stallman <rms@gnu.org>
2724
2725 * international/mule-diag.el (describe-char-after):
2726 Describe the text properties of the char after point.
2727
2728 * help.el (describe-key): Doc fix.
2729
2730 2001-12-26 Markus Rost <rost@math.ohio-state.edu>
2731
2732 * find-dired.el (find-dired-sentinel): Precede exit message by
2733 two spaces, to match the regexp in dired-between-files.
2734
2735 2001-12-28 Miles Bader <miles@gnu.org>
2736
2737 * wid-edit.el (widget-toggle-value-create): Don't eval actual
2738 images (which are lists too).
2739
2740 2001-12-27 Eli Zaretskii <eliz@is.elta.co.il>
2741
2742 * language/european.el: Fix the doc string of "Latin-5" language
2743 environment.
2744
2745 2001-12-26 Richard M. Stallman <rms@gnu.org>
2746
2747 * textmodes/flyspell.el (flyspell-mode-map): New keymap,
2748 defined as before 2001-11-09.
2749 (add-minor-mode call): Specify the keymap.
2750
2751 * progmodes/compile.el (compile-internal):
2752 Set TERM variable in process-environment.
2753
2754 2001-12-25 Richard M. Stallman <rms@gnu.org>
2755
2756 * help-mode.el (help-xref-on-pp): Catch and ignore errors in scanning
2757 the buffer.
2758
2759 * startup.el (command-line): Convert command line args
2760 to Emacs internal representation using locale-coding-system.
2761
2762 2001-12-25 Eli Zaretskii <eliz@is.elta.co.il>
2763
2764 * international/fontset.el: Don't require ind-util when compiling.
2765
2766 2001-12-25 Pavel Jan,Am(Bk <Pavel@Janik.cz>
2767
2768 * emulation/tpu-edt.el (tpu-reset-screen-size): Use
2769 set-frame-height and set-frame-width instead of set-screen-height
2770 and set-screen-width.
2771
2772 * vt-control.el (vt-wide, vt-narrow): Use set-frame-width instead
2773 of obsolete set-screen-width.
2774
2775 * locate.el (locate): Remove dot at the end of error argument.
2776
2777 * emerge.el (emerge-show-file-name): Use frame-height instead of
2778 obsolete screen-height.
2779
2780 * mail/mh-utils.el (mh-show-msg): Likewise.
2781 (mh-handle-process-error): Use frame-width instead of obsolete
2782 screen-width.
2783
2784 2001-12-25 Richard M. Stallman <rms@gnu.org>
2785
2786 * window.el (balance-windows): Use new PRESERVE-BEFORE arg
2787 to enlarge-window. Use save-selected-window. Don't try
2788 to resize windows that end at the bottom "level".
2789 Retry changing the sizes until the windows get the desired sizes.
2790 Discount the minibuffer when computing total height available.
2791
2792 * emacs-lisp/debug.el (debugger-mode-map): Bind C-m, not `RET'.
2793 (debugger-make-xrefs): Only make a button for the first symbol
2794 on any line.
2795
2796 2001-12-24 Eli Zaretskii <eliz@is.elta.co.il>
2797
2798 * term/internal.el (dos-cpNNN-setup, dos-codepage-setup):
2799 Call IT-setup-unicode-display here instead of adding it to
2800 dos-codepage-setup-hook, so that Unicode display tables are set
2801 before dos-codepage-setup-hook runs.
2802
2803 2001-12-24 Richard M. Stallman <rms@gnu.org>
2804
2805 * net/net-utils.el (ftp-mode-abbrev-table): Don't define it.
2806 (nslookup-mode-abbrev-table): Don't define it.
2807 (smbclient-mode-abbrev-table): Don't define it.
2808 (ftp-mode): Don't use ftp-mode-abbrev-table; don't enable Abbrev mode.
2809 (nslookup-mode, smbclient-mode): Likewise.
2810 (network-connection-service-abbrev-alist): Variable deleted.
2811 (network-connection-mode-setup): Don't set up abbrev table.
2812
2813 * faces.el (minibuffer-prompt): New face.
2814 (minibuffer-prompt-properties): Add `face' property.
2815
2816 * replace.el (occur-mode-display-occurrence): New function.
2817 (occur-mode-map): Bind C-o to it.
2818
2819 2001-12-24 Michael Kifer <kifer@cs.sunysb.edu>
2820
2821 * viper-cmd.el (viper-change-state): Got rid of make-local-hook.
2822 (viper-special-read-and-insert-char): Make C-m work right in the r
2823 comand.
2824 (viper-buffer-search-enable): Fixed format string.
2825
2826 * viper-ex.el (ex-token-alist): Use ex-set-visited-file-name
2827 instead of viper-info-on-file.
2828 (ex-set-visited-file-name): New function.
2829
2830 * viper.el (viper-emacs-state-mode-list): Added mail-mode.
2831
2832 * ediff-mult.el (ediff-meta-mark-equal-files): Added optional
2833 action argument.
2834
2835 * ediff-init.el: Fixed some doc strings.
2836
2837 * ediff-util.el (ediff-after-quit-hook-internal): New variable.
2838 Got rid of make-local-hook.
2839
2840 * ediff-wind.el (ediff-setup-control-frame): Got rid of
2841 make-local-hook.
2842
2843 2001-12-23 Richard M. Stallman <rms@gnu.org>
2844
2845 * term/x-win.el (x-handle-geometry): Put height and width
2846 on default-frame-alist, left and top on initial-frame-alist.
2847 * term/w32-win.el (x-handle-geometry): Likewise.
2848
2849 * sort.el (sort-reorder-buffer): Copy all to a temp buffer first.
2850
2851 * play/yow.el (yow): Use an arg to distinguish interactive calls,
2852 not interactive-p.
2853
2854 2001-12-22 Pavel Jan,Am(Bk <Pavel@Janik.cz>
2855
2856 * emacs-lisp/elint.el (elint-unknown-builtin-args): Remove
2857 mocklisp entries.
2858
2859 * subr.el (insert-string): Moved from mocklisp.c, reimplemented in
2860 Lisp. Obsoleted.
2861
2862 * emulation/mlconvert.el: File removed.
2863
2864 * emulation/mlsupport.el: Moved to obsolete.
2865
2866 * obsolete/mlsupport.el: Moved there from lisp/emulation.
2867
2868 * emacs-lisp/find-gc.el (source-files): Remove mocklisp.c.
2869
2870 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove
2871 mocklisp case.
2872
2873 * help-fns.el (describe-function-1): Remove mocklisp function
2874 case.
2875
2876 2001-12-22 Miles Bader <miles@gnu.org>
2877
2878 * textmodes/refill.el (refill-mode): Don't barf when redundantly
2879 turning refill-mode off.
2880
2881 2001-12-22 Pavel Jan,Am(Bk <Pavel@Janik.cz>
2882
2883 * time.el (display-time-load-average-threshold): New variable.
2884 (display-time-update): Use it.
2885
2886 These changes allow cycling through past 1, 5 and 15 minutes
2887 load-average displayed in the mode-line.
2888
2889 * time.el (display-time-default-load-average): New customizable option.
2890 (display-time-load-average): New variable.
2891 (display-time-cycle-load-average): New function.
2892 (display-time-update): Use them.
2893
2894 2001-12-21 Richard M. Stallman <rms@gnu.org>
2895
2896 * apropos.el (apropos-print): SPACING is now nil or a separator string.
2897 (apropos-documentation, apropos-value): Pass a suitable string.
2898
2899 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
2900
2901 * dired.el (dired-free-space-program, dired-free-space-args):
2902 Aliases for back-compatibility.
2903
2904 * info.el (Info-select-node): If Info-use-header-line is nil, set
2905 header-line-format to nil.
2906 (Info-fontify-node): Don't put a keymap text property on the
2907 heading if we are not going to display the header line. Remove
2908 any such text properties left over from past visits to this node.
2909
2910 * ls-lisp.el (insert-directory): Insert the amount of free disk
2911 space, like files.el's insert-directory does.
2912
2913 * files.el (directory-free-space-program): Mention
2914 file-system-info in the doc string.
2915 (get-free-disk-space): New function; code moved from
2916 insert-directory.
2917 (insert-directory): Call get-free-disk-space to get the amount of
2918 free space.
2919
2920 2001-12-21 Richard M. Stallman <rms@gnu.org>
2921
2922 * help.el (view-order-manuals, view-emacs-news, describe-copying)
2923 (describe-distribution, describe-project): Use view-file.
2924
2925 * emacs-lisp/cl-indent.el (define-modify-macro): Better indent spec.
2926
2927 * net/ange-ftp.el (ange-ftp-file-modtime): Use save-match-data.
2928
2929 * emacs-lisp/easy-mmode.el (define-minor-mode):
2930 Make no arg by default in an interactive call,
2931 so that repeating the command toggles again.
2932
2933 * emacs-lisp/lisp-mode.el (eval-defun-1): Cope with atoms as args.
2934
2935 2001-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
2936
2937 * antlr-mode.el: More sophisticated indentation of cpp directive.
2938 (antlr-indent-at-bol-alist): New user option.
2939 (antlr-indent-line): Use it.
2940 (antlr-indent-style): New user option.
2941 (antlr-mode): Use it.
2942 (antlr-indent-item-regexp): Customize.
2943
2944 * antlr-mode.el: Syntax highlighting changes.
2945 (antlr-font-lock-literal-regexp): New user option.
2946 (antlr-font-lock-syntax-face): New face used for :, |, ....
2947 (antlr-font-lock-default-face): New face.
2948 (antlr-font-lock-additional-keywords): Use them.
2949
2950 * antlr-mode.el: New command to insert options -- variables.
2951 (antlr-mode-map): New binding [C-c C-o].
2952 (antlr-mode-menu): New submenus.
2953 (antlr-options-use-submenus): New user option.
2954 (antlr-tool-version): New user option.
2955 (antlr-options-auto-colon): New user option.
2956 (antlr-options-style): New user option.
2957 (antlr-options-push-mark): New user option.
2958 (antlr-options-assign-string): New user option.
2959 (antlr-options-headings): New variable.
2960
2961 * antlr-mode.el: New command to insert options -- specific.
2962 (antlr-options-alists): New variable.
2963 (antlr-read-value): New function.
2964 (antlr-read-boolean): New function.
2965 (antlr-language-option-extra): New function.
2966 (antlr-language-limit-n-regexp): Change default to higher LIMIT.
2967 (antlr-c++-mode-extra): New function.
2968 (antlr-grammar-tokens): New function.
2969 (antlr-imenu-create-index-function): New optional argument.
2970
2971 * antlr-mode.el: New command to insert options -- functions.
2972 (antlr-insert-option): New command.
2973 (antlr-insert-option-interactive): New function.
2974 (antlr-options-menu-filter): New function.
2975 (antlr-option-kind): New function.
2976 (antlr-scan-lists): New alias.
2977 (antlr-scan-lists-internal): New function.
2978 (antlr-skip-file-prelude): Hack for special SKIP-COMMENT.
2979 (antlr-option-level): New function.
2980 (antlr-syntactic-grammar-depth): New function.
2981 (antlr-option-location): New function.
2982 (antlr-insert-option-do): New function.
2983 (antlr-option-spec): New function.
2984 (antlr-version-string): New function.
2985 (antlr-insert-option-existing): New function.
2986 (antlr-insert-option-space): New function.
2987 (antlr-insert-option-area): New function.
2988
2989 * antlr-mode.el: New electric keys ":;|&(){}", TAB works better
2990 with narrowing. Menu change. Miscellaneous.
2991 (antlr-mode-menu): Include "Indent Region" and "Customize Antlr".
2992 (antlr-mode-map): New bindings for characters in ":;|&(){}".
2993 (antlr-electric-character): New command.
2994 (antlr-class-header-regexp): New variable.
2995 (antlr-font-lock-additional-keywords): Use it.
2996 (antlr-imenu-create-index-function): Use it.
2997 (antlr-file-dependencies): Use it.
2998 (antlr-indent-line): Also works with restrictions.
2999 (antlr-indent-command): Interactive spec - changes the buffer.
3000 (antlr-language-for-option): Deletia.
3001 (antlr-language-option): New function, defined instead.
3002 (antlr-mode): Use it.
3003 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
3004
3005 * jka-compr.el (jka-compr-partial-uncompress): Use null-device
3006 instead of a literal /dev/null.
3007
3008 * Makefile.in (distclean): Remove Makefile in the build
3009 directory, not in the source directory.
3010
3011 2001-12-21 Simon Josefsson <jas@extundo.com>.
3012
3013 * mail/smtpmail.el (smtpmail-send-queued-mail): Use
3014 with-temp-buffer instead of find-file-noselect, and bind
3015 coding-system-for-read to no-conversion when reading the queued
3016 messages. (Simon's code modified slightly by Eli Zaretskii.)
3017
3018 2001-12-20 Werner Lemberg <wl@gnu.org>
3019
3020 * international/mule-diag.el (describe-coding-system,
3021 print-coding-system-briefly): Make printed output have a similar
3022 format as describe-character-set.
3023
3024 2001-12-20 Pavel Jan,Am(Bk <Pavel@Janik.cz>
3025
3026 * play/blackbox.el (bb-member): Remove, use member instead.
3027 (bb-delete): Remove, use delete instead.
3028 Update copyright notice. Defvar for bb-board, bb-x, bb-y,
3029 bb-score, bb-detour-count and bb-balls-placed.
3030 Propertize results of rays.
3031
3032 2001-12-19 Karl Fogel <kfogel@red-bean.com>
3033
3034 * isearch.el (isearch-forward, isearch-edit-string): Make doc
3035 strings mention keybinding for `isearch-yank-word-or-char',
3036 rather than `isearch-yank-word', since the former is bound now
3037 and the latter is not.
3038 (isearch-yank-word-or-char): Fix formatting.
3039
3040 2001-12-19 Werner Lemberg <wl@gnu.org>
3041
3042 * language/czech.el, language/european.el, language/slovak.el: More
3043 fixes for language info doc strings.
3044
3045 2001-12-19 Eli Zaretskii <eliz@is.elta.co.il>
3046
3047 * loadup.el: Add "language" to the load-path.
3048
3049 2001-12-19 Richard M. Stallman <rms@gnu.org>
3050
3051 * international/mule-cmds.el (describe-language-environment):
3052 Fix calls to help-xref-button.
3053
3054 2001-12-19 Miles Bader <miles@gnu.org>
3055
3056 * international/fontset.el: Require `ind-util' when compiling.
3057
3058 2001-12-18 Pavel Jan,Am(Bk <Pavel@Janik.cz>
3059
3060 * language/ethio-util.el (ethio-modify-vowel): Use char-to-string
3061 instead of decompose-composite-char.
3062
3063 2001-12-18 Richard M. Stallman <rms@gnu.org>
3064
3065 * simple.el (eval-expression-print-level)
3066 (eval-expression-print-length): Doc fixes.
3067
3068 * international/mule-diag.el (describe-character-set):
3069 Fix the arg to help-xref-button.
3070
3071 * files.el (directory-free-space-program): New variable.
3072 (directory-free-space-args): New variable.
3073 (insert-directory): Use those two variables for getting free space.
3074 Use file-system-info instead, if that is defined.
3075
3076 * dired.el (dired-free-space-program): Variable deleted.
3077 (dired-free-space-args): Variable deleted.
3078 (dired-insert-directory): Don't try to determine free space.
3079
3080 * files.el (font-lock-defaults): Add risky-local-variables prop.
3081 (hack-one-local-variable): Treat various font-lock variables as risky.
3082
3083 2001-12-18 Werner Lemberg <wl@gnu.org>
3084
3085 * language/chinese.el, language/cyrillic.el:
3086 * language/czech.el, language/european.el, language/greek.el:
3087 * language/hebrew.el, language/indian.el, language/japanese.el:
3088 * language/korean.el, language/lao.el, language/slovak.el:
3089 * language/thai.el, language/tibetan.el, language/vietnamese.el:
3090 Improve documentation strings of coding systems and language infos.
3091
3092 2001-12-18 Werner LEMBERG <wl@gnu.org>
3093
3094 Add support for EUC-TW decoding/encoding.
3095
3096 * language/china-util.el (big5-to-flat-code, flat-code-to-big5,
3097 euc-to-flat-code, flat-code-to-euc, expand-euc-big5-alist):
3098 New auxiliary functions to build `big5-to-cns'.
3099 (big5-to-cns): New translation alist.
3100
3101 * language/chinese.el: Added new coding system `euc-tw' and its
3102 alias `euc-taiwan'.
3103 Updated language `Chinese-CNS' to include euc-tw encoding also.
3104 (ccl-decode-euc-tw, ccl-encode-euc-tw): New functions for handling
3105 euc-tw.
3106
3107 2001-12-18 Dave Love <fx@gnu.org>
3108
3109 * loadup.el: Add language/utf-8-lang, language/georgian.
3110
3111 * image-file.el (image-file-name-extensions): Add pnm. Doc fix.
3112 (image-file-name-regexps): Doc fix.
3113
3114 * server.el (server-unload-hook): New function.
3115
3116 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): Group the leader.
3117 (lm-crack-copyright): Cope with multi-line copyright `lines'.
3118
3119 * simple.el (newline): Doc fix.
3120 (eval-expression-print-level, eval-expression-print-length): Doc
3121 fix. Amend :type.
3122 (next-line, previous-line): Make arg optional.
3123 (newline): Doc fix.
3124
3125 * Makefile.in (DONTCOMPILE): Add various language files.
3126
3127 * international/quail.el (quail-input-string-to-events): Don't use
3128 string-to-list.
3129
3130 * progmodes/f90.el (f90-break-line): Avoid infinite recursion
3131 calling `newline'.
3132
3133 2001-12-17 Richard M. Stallman <rms@gnu.org>
3134
3135 * comint.el (comint-dynamic-list-input-ring-select): New function.
3136 Switches back to the old window configuration.
3137 (comint-dynamic-list-input-ring): Bind RET to that function.
3138 (comint-dynamic-list-input-ring-window-conf): New variable.
3139
3140 2001-12-17 Werner Lemberg <wl@gnu.org>
3141
3142 * international/mule-conf.el: Improve documentation strings of
3143 character sets.
3144
3145 2001-12-16 Richard M. Stallman <rms@gnu.org>
3146
3147 * dired.el (dired-copy-filename-as-kill): Moved from dired-x.el.
3148 (dired-mode-map): Bind w to dired-copy-filename-as-kill.
3149
3150 * dired-x.el (dired-copy-filename-as-kill): Moved to dired.el.
3151
3152 * autoinsert.el (auto-insert-alist): Redo finding C and C++ headers.
3153 Add a DESCRIPTION for the makefile item.
3154
3155 * find-file.el (ff-other-file-name): New function.
3156
3157 2001-12-16 Eli Zaretskii <eliz@is.elta.co.il>
3158
3159 * international/quail.el (quail-input-string-to-events): Fix last
3160 change.
3161
3162 2001-12-16 Richard M. Stallman <rms@gnu.org>
3163
3164 * isearch.el (isearch-edit-string): When we set isearch-string
3165 to the default, also set isearch-message.
3166
3167 * subr.el (temp-buffer-show-hook, temp-buffer-setup-hook): Add defvars.
3168
3169 * startup.el (command-line-1): Display startup screen
3170 even if there are command line args.
3171 Add a note about how to go to editing your files.
3172 (fancy-splash-head): Add a note about how to go to your files.
3173 (fancy-splash-outer-buffer): New variable.
3174 (fancy-splash-screens): Bind variable fancy-splash-outer-buffer.
3175
3176 * subr.el (with-temp-message): At the end, always discard
3177 the temp message, even by clearing the echo area.
3178
3179 * progmodes/sh-script.el (sh-mode): Run sh-mode-hook.
3180
3181 2001-12-16 Stefan Monnier <monnier@cs.yale.edu>
3182
3183 * log-view.el (log-view-message-re, log-view-current-tag):
3184 Recognize Subversion's log output format.
3185
3186 * international/fontset.el: Build the list L at compile time.
3187
3188 * language/ind-util.el (mapthread): Make a closure.
3189
3190 2001-12-15 Richard M. Stallman <rms@gnu.org>
3191
3192 * isearch.el (isearch-start-hscroll): New variable.
3193 (isearch-mode): Set isearch-start-hscroll.
3194 (isearch-update): Restore original hscrolling if possible.
3195
3196 * isearch.el (isearch-edit-string):
3197 Treat isearch-yank-word-or-char specially, like isearch-yank-word.
3198
3199 * emacs-lisp/debug.el (debugger-previous-backtrace): New variable.
3200 (debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
3201 rather than regexp search and (2) copying text properties
3202 already set up on text unchanged from the previous backtrace.
3203
3204 * case-table.el (set-case-syntax-pair):
3205 Detect invalid calls and signal an error.
3206
3207 2001-12-15 Richard M. Stallman <rms@gnu.org>
3208
3209 * language/ind-util.el (range): Function deleted.
3210 (indian-regexp-of-hashtbl-keys): Renamed from `regexp-of-hashtbl-keys'.
3211 All calls changed.
3212
3213 * language/devan-util.el (devanagari-range): Renamed from `range'.
3214 All calls changed.
3215 (devanagari-regexp-of-hashtbl-keys):
3216 Renamed from `regexp-of-hashtbl-keys'. All calls changed.
3217
3218 2001-12-15 Dave Love <fx@gnu.org>
3219
3220 * language/ind-util.el: Don't require cl.
3221 (indian-glyph-char, indian-glyph-max-char)
3222 (indian-char-glyph): Moved from indian.el
3223 (indian--puthash-char, mapthread): Don't quote lambda.
3224 (indian--map): New function.
3225 (indian--puthash-v, indian--puthash-c, indian--puthash-m)
3226 (indian--puthash-cv): Use it.
3227
3228 * language/indian.el (indian-glyph-char, indian-glyph-max-char)
3229 (indian-char-glyph): Moved to ind-util.el
3230
3231 * language/devan-util.el (devanagari-post-read-conversion):
3232 New function.
3233
3234 * language/georgian.el: New file.
3235
3236 * international/mule-cmds.el (locale-language-names): Add various
3237 entries. Remove utf-8 special case.
3238 (locale-charset-language-names, locale-preferred-coding-systems):
3239 Add utf-8 case.
3240 (set-language-environment): Process required-features earlier.
3241
3242 * international/quail.el (quail-keyboard-layout-alist):
3243 Add pc105-uk.
3244 (quail-keyboard-layout-type): Fix :type.
3245 (quail-choose-completion-string): Simplify.
3246 (quail-update-leim-list-file): Don't get fooled by commented-out code.
3247 (quail-input-string-to-events): Run events through
3248 translation-table-for-input.
3249
3250 * international/mule-conf.el (translation-table-for-input):
3251 New variable.
3252 (latin-iso8859-14): Amend description.
3253 (file-coding-system-alist): Add entry for utf-8.
3254
3255 * language/utf-8-lang.el: New file.
3256
3257 * international/code-pages.el: New file.
3258
3259 * language/hebrew.el ("Windows-1255"): New language.
3260
3261 * language/european.el ("Welsh", "Latin-7", "Lithuanian")
3262 ("Latvian"): New languages.
3263
3264 2001-12-14 Stefan Monnier <monnier@cs.yale.edu>
3265
3266 * xml.el: Use setq rather than (set 'foo bar).
3267 Use push+nreverse rather than append.
3268 (xml-node-name, xml-node-attributes, xml-node-children):
3269 Use defsubst rather than macros.
3270 (xml-parse-region): Handle a nil return value from xml-parse-tag.
3271 (xml-parse-tag): Don't skip white space. Return nil for a comment.
3272 Concat the two strings surrounding a comment into a single string.
3273
3274 * newcomment.el (comment-indent): Jump to the middle of empty comments.
3275
3276 2001-12-14 Pavel Jan,Am(Bk <Pavel@Janik.cz>
3277
3278 * select.el (xselect-convert-to-class, xselect-convert-to-name):
3279 Document.
3280
3281 2001-12-14 Andre Spiegel <spiegel@gnu.org>
3282
3283 * vc-hooks.el (vc-checkout-model, vc-state, vc-workfile-version):
3284 Return nil if FILE is not registered.
3285 (vc-check-master-templates, vc-default-make-version-backups-p):
3286 Doc fix.
3287
3288 2001-12-13 David Ponce <david@dponce.com>
3289
3290 * ruler-mode.el (ruler-mode-extra-left-cols): Remove.
3291 (ruler-mode-left-fringe-cols): New macro.
3292 (ruler-mode-right-fringe-cols): New macro.
3293 (ruler-mode-left-scroll-bar-cols): New macro.
3294 (ruler-mode-right-scroll-bar-cols): New macro.
3295 (ruler-mode-ruler): Use above new macros.
3296
3297 2001-12-13 Richard M. Stallman <rms@gnu.org>
3298
3299 * files.el (set-auto-mode): Fix previous change.
3300
3301 2001-12-13 Stefan Monnier <monnier@cs.yale.edu>
3302
3303 * emacs-lisp/easymenu.el (easy-menu-intern): New fun.
3304 (easy-menu-do-define, easy-menu-convert-item-1)
3305 (easy-menu-define-key-intern, easy-menu-get-map): Use it.
3306 (easy-menu-return-item): Only return nil if there is no binding.
3307
3308 2001-12-13 Rajesh Vaidheeswarran <rv@gnu.org>
3309
3310 * whitespace.el (whitespace-version): 3.2
3311 * whitespace.el (whitespace-force-mode-line-update): Replace with
3312 `whitespace-mode-line-update', which is an alias to the correct
3313 function in various emacsen.
3314 * whitespace.el (whitespace-{un,}highlight-the-space):
3315 Add colorized highlighting of the bogus whitespaces in a buffer/file,
3316 using the `whitespace-highlight-face' if
3317 `whitespace-display-spaces-in-color' is set.
3318
3319 2001-12-13 Eli Zaretskii <eliz@is.elta.co.il>
3320
3321 * international/mule.el (set-auto-coding): Don't search for
3322 "unibyte:" or "coding:" if set-auto-mode-1 returns nil.
3323
3324 2001-12-13 Pavel Jan,Am(Bk <Pavel@Janik.cz>
3325
3326 * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook.
3327
3328 * mail/rmail.el (rmail-fontify-buffer-function): Likewise.
3329
3330 * mail/rmailsum.el (rmail-summary-mode): Likewise.
3331
3332 2001-12-13 Richard M. Stallman <rms@gnu.org>
3333
3334 * simple.el (undo): Always set this-command to `undo',
3335 so that the next undo after an error will not begin redoing.
3336
3337 * simple.el (shell-command): Doc fix.
3338 (shell-command-on-region): If there is output an an error,
3339 add "...Shell command failed" to the output.
3340
3341 2001-12-13 David Ponce <david@dponce.com>
3342
3343 * ruler-mode.el (ruler-mode-left-fringe-cols): Variable removed.
3344 (ruler-mode-left-fringe-cols): Function replaced by more efficient
3345 implementation `ruler-mode-extra-left-cols'.
3346 (ruler-mode-ruler): Use above new function. Take into account
3347 that the fringe areas can now be resized.
3348
3349 2001-12-12 Richard M. Stallman <rms@gnu.org>
3350
3351 * international/characters.el (Unicode): Comment out
3352 the specifications for kelvin and angstrom signs.
3353
3354 * international/mule.el (make-translation-table-from-vector):
3355 Allow null elements in VEC.
3356
3357 * international/ucs-tables.el (unify-8859-on-encoding-mode)
3358 (unify-8859-on-decoding-mode): Swap the code in their bodies.
3359 Add :version.
3360
3361 2001-12-11 Richard M. Stallman <rms@gnu.org>
3362
3363 * derived.el (derived-mode-p): Function moved to subr.el.
3364
3365 * subr.el (derived-mode-p): Moved here from derived.el.
3366
3367 * international/mule.el (set-auto-coding): Use set-auto-mode-1.
3368
3369 * files.el (set-auto-mode-1): New subroutine, broken out of
3370 set-auto-mode.
3371 (set-auto-mode, hack-local-variables-prop-line): Use that.
3372
3373 2001-12-11 Dave Love <fx@gnu.org>
3374
3375 * language/thai-util.el, language/thai.el: Add Unicode equivalents.
3376
3377 * language/european.el: Remove autoload cookies. Fix registration
3378 of diacritic composition function.
3379
3380 2001-12-11 Pavel Jan,Am(Bk <Pavel@Janik.cz>
3381
3382 * calendar/todo-mode.el: Require time-stamp.
3383
3384 * net/zone-mode.el (zone-mode): Don't use make-local-hook.
3385
3386 2001-12-11 Richard M. Stallman <rms@gnu.org>
3387
3388 * emacs-lisp/authors.el (authors-aliases): Delete "Richard Stallmao".
3389
3390 * textmodes/ispell.el (ispell-buffer-local-parsing):
3391 Match xml like sgml.
3392
3393 * emacs-lisp/advice.el (ad-compile-function):
3394 Byte compile the function under another (uninterned) name.
3395
3396 * gud.el (gdb): Define and bind gud-jump.
3397
3398 * font-lock.el (font-lock-mode):
3399 Put our function at the end of after-change-functions.
3400
3401 * ediff-diff.el (ediff-cmp-options): Doc fix.
3402
3403 * comint.el (comint-password-prompt-regexp): Match "UNIX Password".
3404
3405 2001-12-10 Richard M. Stallman <rms@gnu.org>
3406
3407 * isearch.el (isearch-yank-word-or-char): New function.
3408 (isearch-mode-map): Bind C-w to that.
3409
3410 * menu-bar.el (menu-bar-mode): Make arg optional.
3411
3412 * simple.el (line-move): Cope if next-single-property-change
3413 or previous-single-property-change returns nil.
3414
3415 * emacs-lisp/lisp-mnt.el (lm-verify): New arg NON-FSF-OK.
3416 Don't use interactive-p; instead, pass the proper args
3417 in (interactive...). Clean up most of the trouble-report strings.
3418
3419 2001-12-10 Eli Zaretskii <eliz@is.elta.co.il>
3420
3421 * mail/smtpmail.el (smtpmail-send-queued-mail): Insert the
3422 enqueued messages literally.
3423
3424 2001-12-10 Noah Friedman <friedman@splode.com>
3425
3426 * battery.el (battery-insert-file-contents): Obsolete function
3427 removed.
3428 (battery-read-function): Obsolete function removed.
3429 (battery-linux-proc-apm): Use insert-file-contents.
3430
3431 2001-12-07 Stephen Eglen <stephen@gnu.org>
3432
3433 * iswitchb.el (iswitchb-visit-buffer):
3434 Use `select-frame-set-input-focus'--needed when window manager
3435 uses "click to focus" policy.
3436
3437 2001-12-09 Pavel Jan,Am(Bk <Pavel@Janik.cz>
3438
3439 * COPYING: Moved back.
3440
3441 2001-12-07 Eli Zaretskii <eliz@is.elta.co.il>
3442
3443 * term/internal.el (IT-character-translations): Add entries for
3444 more points.
3445
3446 * international/characters.el: Resurrect the Hebrew category
3447 settings for all Hebrew characters removed by the last change.
3448 Add code for setting the Hebrew category of the Unicode Hebrew
3449 characters. Set syntax entries for Hebrew punctuation characters.
3450
3451 * international/ucs-tables.el (ucs-8859-8-alist): Add Hebrew
3452 points and directional formatting control characters.
3453
3454 2001-12-07 Dave Love <fx@gnu.org>
3455
3456 * language/lao-util.el: Add Unicode equivalents for rules.
3457 (lao-post-read-conversion): New function.
3458
3459 * language/lao.el: Add Unicode equivalents.
3460 (lao): Add post-read conversion.
3461
3462 * international/latin1-disp.el: Fix some 8-bit-graphic characters.
3463 Use iso2022 encoding.
3464 (latin1-char-displayable-p): Doc fix.
3465 (latin1-display-ucs-per-lynx): New option.
3466 (latin1-display-ucs-per-lynx): New command.
3467 (latin1-display-reset): Special-case arabic.
3468 (ucs-tables): Require.
3469 (latin1-display-sets, latin1-display-setup): Add arabic.
3470 (latin1-display) <variable>: Use function latin1-display.
3471 (latin1-display) <function>: Add mule-unicode stuff.
3472 (latin1-display-check-font): Don't lose if `info' is nil.
3473
3474 * international/iso-transl.el: Insert Latin-1 characters, not
3475 unibyte codes.
3476
3477 * language/european.el (diacritic-composition-pattern): New constant.
3478 (diacritic-compose-region, diacritic-compose-string)
3479 (diacritic-compose-buffer, diacritic-post-read-conversion)
3480 (diacritic-composition-function): New functions.
3481
3482 * international/utf-8.el (ucs-mule-to-mule-unicode):
3483 New translation table.
3484 (ccl-encode-mule-utf-8): Use it.
3485 (utf-8-untranslated-to-ucs, utf-8-help-echo, utf-8-compose)
3486 (utf-8-post-read-conversion, utf-8-pre-write-conversion): New function.
3487 (utf-8-subst-table): New variable.
3488 (utf-8-compose-scripts): New option.
3489 (mule-utf-8): Update safe-charsets, pre-write and post-read conversion.
3490
3491 * international/ucs-tables.el, international/utf-8-subst.el:
3492 New files.
3493
3494 * international/characters.el: Don't set word syntax (the default)
3495 explicitly. Add a diacritic category. Add info for Unicode
3496 equivalents of characters in various Mule charsets and for extra
3497 Unicode characters. Don't define specific categories for
3498 Indian/Devanagari, since they aren't used.
3499
3500 2001-12-06 Richard M. Stallman <rms@gnu.org>
3501
3502 * textmodes/fill.el (set-justification): Rename arg VALUE to STYLE.
3503 (set-justification-left, set-justification-right): Doc fix.
3504
3505 * progmodes/f90.el (f90-break-line): Use (newline 1) to insert newline.
3506 (bug-f90-mode): Variable deleted.
3507
3508 2001-12-06 Stefan Monnier <monnier@cs.yale.edu>
3509
3510 * indent.el (indent-line-function): Default is indent-relative again.
3511
3512 2001-12-07 Miles Bader <miles@gnu.org>
3513
3514 * progmodes/compile.el (compilation-error-regexp-alist):
3515 Added regexps for RXP.
3516
3517 2001-12-05 Eli Zaretskii <eliz@is.elta.co.il>
3518
3519 * progmodes/cwarn.el (cwarn-font-lock-match-assignment-in-expression):
3520 Add shift-assignment operators to those highlighted, and highlight
3521 the whole operator rather than just the "=".
3522
3523 2001-12-04 Juanma Barranquero <lektu@terra.es>
3524
3525 * files.el (save-abbrevs, save-some-buffers): Don't ask the user
3526 before saving abbrevs if `save-abbrevs' has the value `silently'.
3527
3528 2001-12-04 Andreas Schwab <schwab@suse.de>
3529
3530 * xt-mouse.el (turn-off-xterm-mouse-tracking): Doc fix.
3531
3532 2001-12-04 Colin Walters <walters@debian.org>
3533
3534 * emacs-lisp/autoload.el (make-autoload): Also generate autoloads
3535 for `defmacro*' forms.
3536
3537 * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for
3538 `defmacro*'.
3539
3540 2001-12-03 Stefan Monnier <monnier@cs.yale.edu>
3541
3542 * progmodes/antlr-mode.el (antlr-c-common-init): Undo last change.
3543
3544 2001-12-02 Richard M. Stallman <rms@gnu.org>
3545
3546 * files.el (insert-directory): If the df output does not look right,
3547 don't try to use it. Other cleanups in overall code structure.
3548
3549 2001-12-02 Stefan Monnier <monnier@cs.yale.edu>
3550
3551 * textmodes/outline.el (outline-mode-prefix-map):
3552 Add bindings for outline-promote and outline-demote.
3553 (outline-minor-mode-menu-bar-map): New var.
3554 (outline-minor-mode): Use it.
3555 (outline-heading-alist): New var (renamed from outline-level-heading).
3556 (outline-level): Use it.
3557 (outline-insert-heading, outline-promote, outline-demote):
3558 Update to use outline-heading-alist.
3559
3560 * disp-table.el (standard-display-european):
3561 Simplify since the function is not interactive any more.
3562 Don't set the existing buffers to unibyte.
3563
3564 * pcvs-util.el (cvs-file-to-string): Move condition-case outside.
3565
3566 * pcvs.el (cvs-reread-cvsrc): Don't use cvs-file-to-string.
3567
3568 * reveal.el (reveal-mode): Fix reveal-mode's lighter.
3569
3570 * shell.el (shell): Use shell-file-name.
3571 Pop to buffer before calling comint to set COLUMNS properly.
3572
3573 * emacs-lisp/cl.el (svref): New alias.
3574
3575 * progmodes/antlr-mode.el (antlr-c-common-init):
3576 Don't inhibit adaptive-fill-mode any more.
3577
3578 * progmodes/delphi.el (delphi-mode): Don't use make-local-hook.
3579
3580 * progmodes/etags.el (tags-with-face): Use make-symbol.
3581 (tags-search, tags-query-replace): Use backquotes.
3582
3583 * textmodes/picture.el (picture-mode-map): Don't use defconst
3584 for a variable.
3585
3586 2001-12-02 Pavel Jan,Am(Bk <Pavel@Janik.cz>
3587
3588 * textmodes/reftex-index.el (reftex-index-mode):
3589 Remove make-local-hook.
3590
3591 * textmodes/reftex-toc.el (reftex-toc-mode): Likewise.
3592
3593 2001-12-02 Kim F. Storm <storm@cua.dk>
3594
3595 * isearch.el (isearch-resume-enabled): New variable.
3596 (isearch-done): Use that variable.
3597
3598 2001-12-01 Richard M. Stallman <rms@gnu.org>
3599
3600 * wid-edit.el (widget-button-click): Don't move point permanently:
3601 Avoid mouse-set-point--instead select the window,
3602 then do save-excursion, then move point.
3603 Specify the buffer for get-char-property.
3604 Don't use `@' in interactive.
3605
3606 * indent.el (indent-line-function):
3607 Default is indent-to-left-margin again.
3608
3609 * replace.el (query-replace-read-args): Display message
3610 if FROM contains `\n' or `\t'.
3611
3612 2001-12-01 Stefan Monnier <monnier@cs.yale.edu>
3613
3614 * indent.el (tab-to-tab-stop): Use delete-horizontal-space.
3615
3616 * bindings.el (minibuffer-local-map): Bind TAB to insert-tab.
3617
3618 * emacs-lisp/regexp-opt.el (regexp-opt):
3619 Bind completion-regexp-list to nil.
3620
3621 * progmodes/hideif.el (hif-nexttoken): Move to before first def.
3622
3623 2001-12-01 Eli Zaretskii <eliz@is.elta.co.il>
3624
3625 * progmodes/idlwave.el, progmodes/idlw-rinfo.el:
3626 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el:
3627 Update maintainer.
3628
3629 2001-11-30 Stefan Monnier <monnier@cs.yale.edu>
3630
3631 * mail/smtpmail.el: Use with-current-buffer.
3632 (message-make-date, message-make-message-id): Autoload when needed.
3633 (smtpmail-send-it): Use them to add `Date:' and `Message-Id:'
3634 headers when missing.
3635
3636 * international/encoded-kb.el (encoded-kbd-mode):
3637 Use define-minor-mode.
3638
3639 * enriched.el (enriched-mode): Use define-minor-mode.
3640 Use dolist and pop and push.
3641
3642 * info.el (Info-find-node-2): Don't call info-insert-file-contents
3643 with the `visit' argument.
3644 (Info-extract-menu-node-name): Use `replace-regexps-in-string'.
3645
3646 * progmodes/hideif.el (hide-ifdef-mode): Only modify
3647 `change-major-mode-hook' locally. Reset invisibility spec.
3648
3649 * man.el (Man-build-section-alist): Remove last Man-match-substring.
3650
3651 2001-11-30 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3652
3653 * textmodes/paragraphs.el (mark-paragraph): Clarify doc.
3654 Clarify error message.
3655
3656 2001-11-29 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3657
3658 * textmodes/paragraphs.el (mark-paragraph): Allow prefix arg.
3659
3660 2001-11-30 Andre Spiegel <spiegel@gnu.org>
3661
3662 * vc-cvs.el (vc-cvs-parse-status): Store file state in property,
3663 don't just return it.
3664
3665 2001-11-30 Eli Zaretskii <eliz@is.elta.co.il>
3666
3667 * menu-bar.el (menu-bar-read-lispref, menu-bar-read-lispintro)
3668 (menu-bar-read-emacs-man, search-emacs-glossary)
3669 (emacs-index-search, elisp-index-search): New functions.
3670 (apropso-documentation, apropos, apropos-value, apropos-variable)
3671 (apropos-commands): Modify menu item names and help text.
3672 (elisp-index-search, emacs-index-search, emacs-glossary):
3673 New menu items.
3674 (menu-bar-manuals-menu): Move the Ordering Manuals item to a
3675 submenu.
3676 (info-elisp, info-elintro): New menu items.
3677 (apropos): Modify the menu item name.
3678
3679 2001-11-30 Stefan Monnier <monnier@cs.yale.edu>
3680
3681 * emacs-lisp/lisp-mode.el (read-if): Add lisp-indent-function prop.
3682
3683 * textmodes/outline.el (outline-promote, outline-demote): Typo.
3684
3685 * man.el (man-follow-mouse): New function.
3686 (Man-mode-map): Bind mouse-2 to it.
3687 (Man-match-substring): Remove. Replace with `match-string'.
3688 (man): Use the `default-value' argument to `read-string'.
3689 (Man-fontify-manpage): Add mouse-face to cross references.
3690
3691 * emacs-lisp/cl-macs.el (shiftf): Fix more. Simplify.
3692
3693 2001-11-29 Stefan Monnier <monnier@cs.yale.edu>
3694
3695 * emacs-lisp/crm.el (completing-read-multiple): Better preserve
3696 the value of require-match in minibuffer-completion-confirm.
3697 Use crm-local-completion-map.
3698
3699 * emacs-lisp/cl-macs.el (shiftf): Fix the fast case so
3700 (let ((a 1) (b 2)) (shiftf a b (cons a b)) b) returns (1 . 2).
3701 (cl-make-type-test): Use char-valid-p for `character'.
3702
3703 * info.el (Info-complete-next-re, Info-complete-cache): New vars.
3704 (Info-complete-menu-item): Rewrite. Add the ability to search
3705 several sequential nodes. Add a simple caching mechanism.
3706 (Info-goto-index): New function extracted from Info-index.
3707 (Info-index): Use it. Add completion to the interactive spec.
3708 (Info-menu-update): Simplify call to `Info-complete-menu-item'.
3709
3710 2001-11-29 Pavel Jan,Am(Bk <Pavel@Janik.cz>
3711
3712 * COPYING: Removed.
3713
3714 2001-11-29 Dave Love <fx@gnu.org>
3715
3716 * progmodes/fortran.el: Fontify rewind, backspace. Doc fixes.
3717 (fortran-window-create, fortran-window-create-momentarily):
3718 Rewrite, moving error condition.
3719 (fortran-beginning-do, fortran-beginning-if): Fix regexps.
3720 (fortran-mode-syntax-table): Revert last change.
3721
3722 * international/mule.el: Doc fixes.
3723 (map-charset-chars): New function.
3724 (register-char-codings): Use it to cope with generic chars in
3725 safe-chars.
3726
3727 2001-11-29 Pavel Jan,Am(Bk <Pavel@Janik.cz>
3728
3729 * play/blackbox.el (blackbox-mode, blackbox): Doc fix.
3730
3731 * play/cookie1.el (cookie, cookie-insert, shuffle-vector): Doc fixes.
3732
3733 * play/studly.el (studlify-word, studlify-region)
3734 (studlify-buffer): Fix doc-string.
3735 (studlify-buffer): Add autoload cookie.
3736
3737 2001-11-28 Stefan Monnier <monnier@cs.yale.edu>
3738
3739 * textmodes/outline.el (outline-up-heading): Add `invisible-ok' arg.
3740 (outline-up-heading-all): Remove.
3741 (hide-sublevels): Move to end-of-heading before calling flag-region.
3742 (outline-copy-overlay, outline-discard-overlays): Remove.
3743 (outline-flag-region): Use `remove-overlays'.
3744 Don't move to end-of-heading.
3745 (outline-next-visible-heading, outline-back-to-heading)
3746 (outline-on-heading-p): Use outline-invisible-p.
3747 (outline-font-lock-level): Use outline-up-heading's new arg.
3748 (outline-minor-mode): Simplify.
3749 (outline-map-tree, outline-reveal-toggle-invisible): New funs.
3750 (outline): Put a `reveal-toggle-invisible' property.
3751 (outline-level-heading): New var.
3752 (outline-insert-heading, outline-promote, outline-demote)
3753 (outline-toggle-children): New commands.
3754
3755 * progmodes/hideif.el (hif-end-of-line): New function.
3756 (hide-ifdef-mode): Set line-move-ignore-invisible.
3757 (hide-ifdef-region-internal): New function.
3758 (hide-ifdef-region): Use it.
3759 (hif-defined): Return an integer.
3760 (hif-infix-to-prefix): Remove.
3761 (hif-tokenize): Parse from the buffer rather than from a string.
3762 Correctly tokenize integers. Use forward-comment.
3763 (hif-expr): Use hif-or.
3764 (hif-term): Use hif-and.
3765 (hif-factor): Use hif-not. Handle numbers properly.
3766 Don't require parenthesis around `defined's argument.
3767 (hif-and, hif-or, hif-not): New funs.
3768 (hif-canonicalize): Pass a region to hif-tokenize. Use hif-not.
3769 (hif-hide-line): Don't hide the \n before the line.
3770 (hif-possibly-hide): Correctly handle numeric evaluation results.
3771
3772 * progmodes/make-mode.el: Use line-(end|beginning)-position.
3773 (makefile-mode): Set indent-line-function.
3774 (makefile-browser-insert-continuation): Use with-current-buffer.
3775 (makefile-beginning-of-line-point, makefile-end-of-line-point): Remove.
3776
3777 2001-11-28 Karl Fogel <kfogel@red-bean.com>
3778
3779 * isearch.el (isearch-yank-internal): New helper function.
3780 (isearch-yank-char): New function.
3781 (isearch-yank-word, isearch-yank-line): Rewrite to use
3782 isearch-yank-internal.
3783
3784 2001-11-28 Eli Zaretskii <eliz@is.elta.co.il>
3785
3786 * mouse.el (mouse-set-font): Make it a no-op if multiple fonts
3787 aren't supported. Print a message to that effect if invoked.
3788
3789 2001-11-27 Stephen Eglen <stephen@gnu.org>
3790
3791 * locate.el (locate): Put point at first matching file rather
3792 than top of buffer.
3793
3794 2001-11-27 Stefan Monnier <monnier@cs.yale.edu>
3795
3796 * reveal.el: New file.
3797
3798 * progmodes/hideif.el: Misc cleanup.
3799 (hide-ifdef-mode-submap): Put the def in the defvar.
3800 Use substitute-key-definition.
3801 (hide-ifdef-mode): Use define-minor-mode.
3802 (hif-outline-flag-region): Remove.
3803 (hif-show-all): Define in terms of hif-show-ifdef-region.
3804 (hif-after-revert-function): Rename from hif-before-revert-function.
3805 (hide-ifdef-region, hif-show-ifdef-region): Use overlays.
3806 (hif-tokenize): Use with-syntax-table.
3807 (hif-make-range): Use `else' also for `else-p'.
3808 (hif-range-else-p): Remove.
3809 (hif-find-range): Simplify.
3810 (hif-hide-line): Don't bother preserving buffer-modified-p.
3811 (hide-ifdefs, show-ifdefs, hide-ifdef-block, show-ifdef-block):
3812 Don't use selective-display and inhibit-read-only.
3813
3814 * subr.el (copy-overlay, remove-overlays): New funs.
3815
3816 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix off-by-two error.
3817
3818 2001-11-27 Sam Steingold <sds@gnu.org>
3819
3820 * ansi-color.el, bookmark.el, dired.el, emerge.el, fast-lock.el
3821 * lazy-lock.el, mouse-sel.el, mail/feedmail.el
3822 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el, emacs-lisp/ewoc.el
3823 * obsolete/c-mode.el, obsolete/cplus-md.el
3824 * progmodes/dcl-mode.el, progmodes/idlw-shell.el, progmodes/idlwave.el
3825 * term/sun-mouse.el, textmodes/artist.el:
3826 Converted backquote to the new style.
3827 * mouse.el, reposition.el: Likewise (in comments).
3828 * expand.el: Likewise (in a string).
3829
3830 2001-11-27 Richard M. Stallman <rms@gnu.org>
3831
3832 * cus-edit.el (custom-load-symbol): Don't always load locate-library.
3833
3834 2001-11-26 Richard M. Stallman <rms@gnu.org>
3835
3836 * wid-edit.el (widget-toggle-value-create): On graphic terminal,
3837 if :on-glyph or :off-glyph is a list, eval it and store it back.
3838 (checkbox): Quote the values for :on-glyph and :off-glyph.
3839
3840 * cus-start.el (recursive-load-depth-limit): Delete item.
3841
3842 2001-11-26 Stefan Monnier <monnier@cs.yale.edu>
3843
3844 * help-fns.el (describe-categories, help-describe-category-set): New.
3845 describe-categories moved here from src/category.c.
3846
3847 2001-11-26 Sam Steingold <sds@gnu.org>
3848
3849 * progmodes/cc-mode.el (c-submit-bug-report): Make sure that the
3850 arguments to `insert' are strings.
3851
3852 2001-11-26 Richard M. Stallman <rms@gnu.org>
3853
3854 * startup.el (command-line-1): Call kill-buffer only in non-fancy case.
3855
3856 2001-11-26 Eli Zaretskii <eliz@is.elta.co.il>
3857
3858 * international/mule-diag.el: Require help-fns instead of
3859 help-funs.
3860
3861 * help-fns.el: Renamed from help-funs.el.
3862
3863 * startup.el (command-line-1): Don't try to call process-list if
3864 it is not fboundp.
3865
3866 2001-11-26 Sam Steingold <sds@gnu.org>
3867
3868 * frame.el (show-trailing-whitespace): Remove :set argument (the
3869 value was essentially identical to the defalt).
3870
3871 2001-11-26 Pavel Jan,Am(Bk <Pavel@Janik.cz>
3872
3873 * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.
3874
3875 * icomplete.el (icomplete-minibuffer-setup): Likewise.
3876
3877 * hilit-chg.el (hilit-chg-set): Likewise.
3878
3879 * speedbar.el (speedbar-mode): Likewise.
3880
3881 * calendar/calendar.el (calendar-mode): Likewise.
3882
3883 * play/yow.el (psychoanalyze-pinhead): Use insert instead of
3884 insert-string.
3885
3886 * play/gamegrid.el (gamegrid-init-buffer): Likewise.
3887
3888 * term/bg-mouse.el (bg-insert-moused-sexp): Likewise.
3889
3890 * term/sun-mouse.el (sun-yank-selection): Likewise.
3891
3892 * textmodes/bib-mode.el (return-key-bib): Likewise.
3893
3894 * calendar/appt.el (appt-disp-window): Likewise.
3895
3896 * calendar/diary-lib.el (list-diary-entries): Likewise.
3897
3898 * array.el (array-reconfigure-rows): Likewise.
3899
3900 * filecache.el (file-cache-minibuffer-complete): Likewise.
3901
3902 * obsolete/cplus-md.el (fill-c++-comment): Likewise.
3903
3904 * strokes.el (strokes-prompt-user-save-strokes): Likewise.
3905
3906 * allout.el (outline-version, outline-open-topic)
3907 (outline-rebullet-heading, outline-insert-listified)
3908 (outline-latex-verbatim-quote-curr-line)
3909 (outline-latexify-one-item, outlineify-sticky): Likewise.
3910
3911 * vc.el (vc-next-action-on-file): Likewise.
3912 (vc-dired-mode): Remove make-local-hook.
3913
3914 2001-11-26 Andre Spiegel <spiegel@gnu.org>
3915
3916 * vc.el (vc-find-version): New function.
3917 (vc-version-other-window): Redefined in terms of the above.
3918
3919 * log-view.el (log-view-find-version): New function.
3920 (log-view-mode-map): Bind it to `f'.
3921
3922 2001-11-26 Gerd Moellmann <gerd@gnu.org>
3923
3924 * language/devan-util.el (dev-char-glyph): Escape `"' in
3925 string literals.
3926 (dev-glyph-glyph, dev-glyph-glyph-2)
3927 (devanagari-compose-syllable-region): Likewise.
3928
3929 2001-11-26 Richard M. Stallman <rms@gnu.org>
3930
3931 * window.el (save-selected-window): No error if saved window is dead.
3932
3933 * help-funs.el (describe-syntax): Put (interactive) after doc string.
3934
3935 2001-11-26 Pavel Jan,Am(Bk <Pavel@Janik.cz>
3936
3937 * international/quail.el (quail-help): Require help-mode in
3938 top-level instead.
3939
3940 * iswitchb.el (iswitchb-exhibit): Use insert instead of
3941 insert-string.
3942
3943 * icomplete.el (icomplete-exhibit): Likewise.
3944
3945 2001-11-25 Stefan Monnier <monnier@cs.yale.edu>
3946
3947 * diff-mode.el (diff-end-of-hunk): Watch out for ambiguities.
3948 (diff-hunk-kill): Simplify.
3949 (diff-post-command-hook): Only apply to a single hunk.
3950 (diff-hunk-text): Make `char-offset' non-optional.
3951 (diff-find-text): Return a cons cell.
3952 (diff-find-approx-text): New fun.
3953 (diff-find-source-location): Use it.
3954 (diff-apply-hunk, diff-test-hunk, diff-goto-source):
3955 Adapt to new retval of diff-find-text.
3956
3957 * vc-cvs.el (vc-cvs-parse-entry): Rewrite, comparing the string-
3958 rather than integer- representation of dates.
3959
3960 * textmodes/fill.el (fill-indent-according-to-mode): Default to nil.
3961
3962 * emacs-lisp/syntax.el: Don't profile syntax-ppss any more.
3963 (syntax-after): New fun.
3964
3965 * help-funs.el (describe-syntax): New fun.
3966
3967 * font-lock.el (font-lock-cache-state, font-lock-cache-position)
3968 (font-lock-ppss-stats, font-lock-ppss): Remove.
3969 (font-lock-fontify-syntactically-region): Remove tuning code.
3970 (font-lock-compile-keywords): Fix off-by-one bug.
3971 (font-lock-set-defaults): Don't set removed vars.
3972 (c-keywords): Add `inline'.
3973 (c-type-names): Add `_Complex', `_Imaginary' and `_Bool'.
3974
3975 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3976 Set syntax-begin-function.
3977 (lisp-interaction-mode-abbrev-table): Defvar to its correct value.
3978 (lisp-interaction-mode): Don't set local-abbrev-table any more.
3979 (lisp-mode-auto-fill): Use syntax-ppss and obey
3980 comment-auto-fill-only-comments.
3981 (lisp-fill-paragraph): Use syntax-ppss.
3982
3983 2001-11-25 ShengHuo ZHU <zsh@cs.rochester.edu>
3984
3985 * mail/rmail.el (rmail-enable-mime-composing): New. A lightweight
3986 version of rmail-enable-mime.
3987 (rmail-forward): Use it.
3988
3989 2001-11-25 Richard M. Stallman <rms@gnu.org>
3990
3991 * emacs-lisp/lisp-mode.el (lisp-indent-function): Add doc string.
3992
3993 * international/quail.el (quail-keyboard-layout-button):
3994 Define button type.
3995 (quail-keyboard-customize-button): Likewise.
3996 (quail-help): Use those button types. Require `help-mode'.
3997 Avoid altering the argument `package'.
3998
3999 * help-mode.el (help-function, help-variable, help-face)
4000 (help-coding-system, help-input-method, help-character-set):
4001 Define each button type with its own explicit define-button-type.
4002
4003 * language/devan-util.el: Comment out parts of the file
4004 which apparently are garbled.
4005
4006 2001-11-25 Pavel Jan,Am(Bk <Pavel@Janik.cz>
4007
4008 * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
4009 insert-string.
4010
4011 2001-11-25 Pavel Jan,Am(Bk <Pavel@Janik.cz>
4012
4013 * play/snake.el (snake-mode): Remove make-local-hook.
4014
4015 * play/tetris.el (tetris-mode): Likewise.
4016
4017 * play/decipher.el (decipher-mode): Likewise.
4018
4019 * tmm.el (tmm-add-prompt): Likewise.
4020
4021 2001-11-25 Sam Steingold <sds@gnu.org>
4022
4023 * menu-bar.el (menu-bar-apropos-menu): New variable.
4024 Moved all `apropos' bindings to this menu.
4025 (menu-bar-help-menu): Added `menu-bar-apropos-menu'.
4026
4027 2001-11-24 KAWABATA, Taichi <batta@beige.ocn.ne.jp>
4028
4029 The following changes are for new indian languages support based
4030 on Unicode charset and CDAC fonts.
4031
4032 * international/mule-conf.el: Change indian-1-column charset to
4033 indian-glyph charset.
4034
4035 * international/characters.el: Adjusted for the change of
4036 indian-1-column -> indian-glyph.
4037
4038 * international/fontset.el: Delete the setting for indian-1-column
4039 and add the setting for indian-glyph in the default fontset.
4040
4041 * language/indian.el: Completely re-written.
4042
4043 * language/devanagari.el: Completely re-written.
4044
4045 * language/devan-util.el: Completely re-written.
4046
4047 * language/ind-util.el: New file.
4048
4049 2001-11-24 Richard M. Stallman <rms@gnu.org>
4050
4051 * startup.el (command-line-1): Don't do startup screen
4052 if a subprocess is running. Call the startup screen buffer
4053 "GNU Emacs". Make a special mode-line-format for it.
4054
4055 * net/browse-url.el (browse-url-galeon-new-window-is-tab): New var.
4056 (browse-url-galeon): Use that variable.
4057
4058 * mail/supercite.el (sc-toggle-var): Don't use set-variable or
4059 eval-expression. Eval and set the variable simply.
4060
4061 * files.el (temporary-file-directory): Use defcustom.
4062 (small-temporary-file-directory): Likewise.
4063 (normal-backup-enable-predicate): Move down in file
4064 after definition of temporary-file-directory.
4065
4066 * bindings.el (last-buffer, unbury-buffer): Doc fixes.
4067
4068 2001-11-24 Colin Walters <walters@debian.org>
4069
4070 * calc/calc-ext.el (calc-init-extensions): Update the rest of the
4071 autoload names to match files renamed on initial calc import.
4072
4073 * calc/calc.el (Commentary): Cleanup, and add logistic curve
4074 fitting suggestion from Robert J. Chassell <bob@rattlesnake.com>.
4075
4076 2001-11-23 Colin Walters <walters@debian.org>
4077
4078 * Makefile.in (finder_setwins, setwins): Include Calc again.
4079
4080 * calc/calc-rules.el: Add header comment.
4081
4082 2001-11-23 Andre Spiegel <spiegel@gnu.org>
4083
4084 * vc.el (with-vc-properties): Don't bind `filename' locally.
4085 (with-vc-file, edit-vc-file): Use `make-symbol' for local bindings
4086 to avoid name clashes. Fix `lisp-indent-function' property for
4087 both.
4088
4089 2001-11-23 Francesco Potorti` <pot@gnu.org>
4090
4091 * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
4092
4093 2001-11-22 Colin Walters <walters@debian.org>
4094
4095 * calc/calc-misc.el (report-calc-bug):
4096 Use `reporter-prompt-for-summary-p'.
4097
4098 * calc/INSTALL, calc/Makefile: Remove.
4099
4100 2001-11-22 Miles Bader <miles@gnu.org>
4101
4102 * emacs-lisp/re-builder.el (reb-match-0, reb-match-1)
4103 (reb-match-2, reb-match-3): Add dark-background variants.
4104
4105 2001-11-22 Colin Walters <walters@debian.org>
4106
4107 * calc/calc-misc.el (calc-info): Don't perform voodoo, just
4108 (info "Calc").
4109 (report-calc-bug): Use reporter.el.
4110
4111 * mail/reporter.el (reporter-submit-bug-report): Doc fixes.
4112
4113 2001-11-21 Richard M. Stallman <rms@gnu.org>
4114
4115 * which-func.el (which-function): Call imenu--make-index-alist
4116 if necessary to get a list of functions.
4117 (which-function-imenu-failed): New variable.
4118 (which-func-update): Handle all visible windows.
4119 (which-func-update-1): New subroutine broken out of which-func-update.
4120
4121 * files.el (temporary-file-directory, null-device)
4122 (small-temporary-file-directory): Definitions moved up.
4123
4124 * progmodes/cperl-mode.el (cperl-problems, cperl-tips)
4125 (cperl-non-problems, cperl-praise): Doc fixes.
4126
4127 * progmodes/sh-script.el (sh-mode): Don't use define-derived-mode.
4128 (sh-mode-syntax-table): Function restored.
4129 Variable set up for use by function sh-mode-syntax-table.
4130 (sh-set-shell): Set the syntax table.
4131
4132 * play/gomoku.el (gomoku-mode): Don't use define-derived-mode.
4133
4134 * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode.
4135
4136 * international/encoded-kb.el: Don't alter minor-map-alist.
4137
4138 2001-11-20 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4139
4140 * files.el (auto-save-file-name-transforms): Put remote files in
4141 temporary-file-directory rather than /tmp.
4142
4143 2001-11-21 Colin Walters <walters@debian.org>
4144
4145 * calc/calc-macs.el (calc-slow-wrapper): Move (point) call outside
4146 of (function ...) wrapper.
4147
4148 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
4149
4150 * derived.el (define-derived-mode): Create the abbrev-table
4151 from inside the `defvar'.
4152
4153 * jit-lock.el (jit-lock-defer-time): New var.
4154 (jit-lock-defer-timer, jit-lock-buffers): New vars.
4155 (jit-lock-mode): Initialize them. Cancel the timers more carefully.
4156 (jit-lock-function): Defer fontification if requested.
4157 (jit-lock-stealth-chunk-start): Pay attention to the new non-nil value.
4158 (jit-lock-stealth-fontify): Check the new `jit-lock-defer-multiline'
4159 text property.
4160 (jit-lock-deferred-fontify): New fun.
4161
4162 2001-11-20 Richard M. Stallman <rms@gnu.org>
4163
4164 * emacs-lisp/lisp-mode.el (lisp-interaction-mode):
4165 Set local-abbrev-table to lisp-mode-abbrev-table.
4166
4167 * emacs-lisp/re-builder.el (reb-mode):
4168 Don't use define-derived-mode. Call kill-all-local-variables.
4169
4170 * emacs-lisp/lisp-mode.el (lisp-mode, emacs-lisp-mode):
4171 Don't use define-derived-mode.
4172
4173 * help-mode.el (help-mode): Undo 2001-10-07 change.
4174
4175 * replace.el (occur-mode): Undo 2001-5-20 change.
4176
4177 2001-11-20 Jason Rumney <jasonr@gnu.org>
4178
4179 * w32-fns.el (w32-system-coding-system): Change to an alias for
4180 locale-coding-system.
4181 (set-w32-system-coding-system): Document the above change.
4182 Set locale-coding-system instead.
4183
4184 2001-11-20 Richard M. Stallman <rms@gnu.org>
4185
4186 * ruler-mode.el: Add pagination.
4187 (ruler-mode-toggle-show-tab-stops): No need to
4188 test `ruler-mode' variable.
4189
4190 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
4191
4192 * play/landmark.el: Mark lm-mode as special.
4193
4194 * play/gomoku.el: Mark gomoku-mode as special.
4195
4196 2001-11-20 Juanma Barranquero <lektu@terra.es>
4197
4198 * emacs-lisp/re-builder.el (reb-change-target-buffer): New function.
4199 (top-level): Bind it to C-c C-b.
4200 (re-builder): Don't re-enter RE Builder Mode.
4201
4202 * bs.el (bs-delete): Signal an error if the buffer cannot be deleted.
4203
4204 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
4205
4206 * progmodes/cperl-mode.el (cperl-perldoc): Require man before binding
4207 `manual-program'.
4208
4209 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Don't move back
4210 to a line without a comment.
4211
4212 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
4213
4214 * dired.el (dired-listing-switches): Mention in the doc string
4215 that some switches are not supported by ls-lisp.el
4216
4217 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
4218
4219 * imenu.el (imenu--split-menu): Use dolist and copy-sequence.
4220 (imenu--create-keymap-2): Remove.
4221 (imenu--create-keymap-1): Simplify, remove third argument.
4222 (imenu--generic-function): Use dolist.
4223 (imenu-find-default): New function.
4224 (imenu--completion-buffer): Use it.
4225 (imenu--mouse-menu): Use popup-menu.
4226 (imenu--menubar-select): Return t rather than calling imenu.
4227
4228 * textmodes/fill.el (fill-delete-prefix, fill-delete-newlines):
4229 New functions, extracted from fill-region-as-paragraph.
4230 (fill-region-as-paragraph): Use them.
4231 Use an end marker instead of eob.
4232 Ignore whitespace-only fill-prefixes when indenting according to mode.
4233 Simplify the loop that searches for spaces backwards.
4234
4235 * textmodes/picture.el (picture-vertical-step)
4236 (picture-horizontal-step): Don't use defconst for variables.
4237
4238 * mail/mail-extr.el: Use backquote/dolist/mapc/when. Docstring fixes.
4239 (mail-extract-address-components): Downcase domain names.
4240 (mail-extr-delete-char): Remove. Use delete-char instead.
4241
4242 * emulation/pc-select.el: Doc string fixes.
4243 (pc-selection-mode): Don't treat macos as a tty.
4244
4245 * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated.
4246
4247 * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm.
4248
4249 * mwheel.el (mouse-wheel-scroll-amount): Allow float values.
4250 (mouse-wheel-progessive-speed): New var.
4251 (mwheel-scroll): Use it and handle float values.
4252
4253 * lazy-lock.el (lazy-lock-install-hooks): Remove make-local-hook.
4254
4255 * iswitchb.el (iswitchb-mode): Use define-minor-mode.
4256 (iswitchb): Fix the case where the result was selected with the mouse.
4257 (iswitchb-completion-help): Use the normal *Completions* now that
4258 mouse selection works.
4259 (iswitchb-minibuffer-setup): Simplify.
4260
4261 * newcomment.el (comment-column, comment-style, comment-multi-line)
4262 (comment-auto-fill-only-comments): Remove :group arg.
4263 (comment-padding): Add :type.
4264 (comment-indent-new-line): Ignore comment-auto-fill-only-comments
4265 if called interactively.
4266
4267 2001-11-19 Colin Walters <walters@verbum.org>
4268
4269 * calc/calc.el (toplevel): Add comment and version header.
4270 (calc-init-base): Bump version to 2.02f, update date.
4271
4272 2001-11-19 Richard M. Stallman <rms@gnu.org>
4273
4274 * net/browse-url.el: Support Mozilla and Galeon.
4275 By default, find the installed browser whichever it is.
4276 (browse-url-mozilla): New function.
4277 (browse-url-mozilla-sentinel): New function.
4278 (browse-url-galeon, browse-url-galeon-sentinel): New functions.
4279 (browse-url-default-browser): New function.
4280 (browse-url-process-environment): Use browse-url-browser-display.
4281 (browse-url-browser-display): Renamed from browse-url-netscape-display.
4282 (browse-url-mozilla-startup-arguments, browse-url-galeon-program)
4283 (browse-url-galeon-arguments, browse-url-galeon-startup-arguments)
4284 (browse-url-mozilla-program, browse-url-mozilla-arguments): New vars.
4285 (browse-url-browser-function): New default, new options.
4286
4287 2001-11-19 Sam Steingold <sds@gnu.org>
4288
4289 * bindings.el (last-buffer, unbury-buffer): New function.
4290 (mode-line-unbury-buffer): Use `unbury-buffer'.
4291
4292 2001-11-18 Stephen Eglen <stephen@gnu.org>
4293
4294 * iswitchb.el (iswitchb-cannot-complete-hook): New variable to
4295 control behaviour when no further completion is possible.
4296
4297 2001-11-19 Colin Walters <walters@verbum.org>
4298
4299 * calc/calc-macs.el (calc-wrapper, calc-slow-wrapper)
4300 (math-showing-full-precision, math-with-extra-prec, math-working)
4301 (calc-with-default-simplification)
4302 (calc-with-trail-buffer): Use backtick.
4303 (Math-zerop, Math-integer-negp, Math-integer-posp, Math-negp)
4304 (Math-looks-negp, Math-posp, Math-integerp, Math-natnump)
4305 (Math-ratp, Math-realp, Math-anglep, Math-numberp, Math-scalarp)
4306 (Math-vectorp, Math-messy-integerp, Math-objectp, Math-objvecp)
4307 (Math-integer-neg, Math-equal, Math-lessp, Math-primp)
4308 (Math-num-integerp, Math-bignum-test, Math-equal-int)
4309 (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'.
4310 (calc-record-compilation-date-macro): Deleted. Callers updated.
4311 (math-format-radix-digit): Move to calc-bin.el.
4312
4313 * calc/calc.el (calc-record-compilation-date): Remove.
4314 (calc-bug-address): Update.
4315 (calc-settings-file): Use `user-init-file'.
4316
4317 * calc/calc-mode.el (calc-settings-file-name, calc-save-modes):
4318 Handle null `calc-settings-file'.
4319
4320 * calc/calc-frac.el (calc-over-notation): Use `completing-read'.
4321 * calc/calc-keypd.el (calc-keypad-mode): New.
4322 (calc-do-keypad): Use it.
4323 (calc-keypad-map): Move into `calc-keypad-mode'.
4324
4325 * calc-math.el (calcFunc-sqrt, calcFunc-hypot): Add missing quote
4326 to defalias argument.
4327
4328 * calc-misc.el (math-fixnump, math-fixnatnump, calcFunc-trunc)
4329 (calcFunc-floor): Ditto.
4330
4331 * calc-units.el (calcFunc-usimplify): Ditto.
4332
4333 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
4334 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
4335 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
4336 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
4337 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
4338 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
4339 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
4340 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
4341 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
4342 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
4343 * calcsel2.el: Change all toplevel `setq' forms to `defvar' forms,
4344 and move them before their first use. Use `when', `unless'.
4345 Remove trailing periods from error forms. Add description and
4346 headers suggested by Emacs Lisp coding conventions.
4347
4348 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
4349
4350 * newcomment.el (comment-indent):
4351 Fix misindentation for comment-only lines.
4352 (comment-indent-new-line): Only obey comment-multi-line if the
4353 comment-ender is not the end-of-line.
4354
4355 2001-11-19 Richard M. Stallman <rms@gnu.org>
4356
4357 * net/net-utils.el (network-connection-service-abbrev-alist):
4358 New variable.
4359
4360 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
4361 Advance to start of 3rd sexp by moving fwd and backing over it.
4362 At first three elements, act like defun.
4363
4364 * delsel.el (delete-selection-pre-hook): Handle and resignal
4365 file-supersession errors to interact properly with userlock.el.
4366
4367 2001-11-18 Richard M. Stallman <rms@gnu.org>
4368
4369 * progmodes/fortran.el (fortran-mode-syntax-table):
4370 Specify punctuation syntax for backslash.
4371
4372 * progmodes/sh-script.el (sh-must-be-shell-mode): Function deleted.
4373 All calls deleted.
4374
4375 * international/mule-util.el (string-to-sequence): Make it obsolete.
4376 (string-to-list, string-to-vector): Implement them directly
4377 using append and vconcat, not with string-to-sequence.
4378
4379 * startup.el (command-line): Set abbrevs-changed to nil after
4380 reading the init file and the abbrevs file.
4381
4382 * isearch.el (isearch): Use magenta2 as bg for (background light)
4383
4384 2001-11-17 Richard M. Stallman <rms@gnu.org>
4385
4386 * menu-bar.el (menu-bar-update-buffers-1): Don't pad the buffer name.
4387
4388 * simple.el (minibuffer-history-sexp-flag): Doc fix.
4389
4390 2001-11-17 Stefan Monnier <monnier@cs.yale.edu>
4391
4392 * font-lock.el (font-lock-compile-keywords): New arg `regexp'.
4393 If set and if applicable, add a regexp to highlight defun-like
4394 text inside comments and strings.
4395 (font-lock-fontify-keywords-region): Pass that new arg.
4396 (font-lock-set-defaults): Move the code to set `font-lock-keywords'
4397 to the end and pass that new arg.
4398 (c-font-lock-keywords-2): Fix regex for labels.
4399 (font-lock-match-c++-style-declaration-item-and-skip-to-next):
4400 Make it work when LIMIT is several lines further.
4401 (c-font-lock-keywords-3, c++-font-lock-keywords-3)
4402 (objc-font-lock-keywords-3, java-font-lock-keywords-3):
4403 Use backquote and make the regexes for `int a, b, c;' work on
4404 multiple lines.
4405
4406 * emacs-lisp/re-builder.el (reb-mode): Use define-derived-mode.
4407 (font-lock-defaults-alist): Don't change it any more.
4408 (reb-subexp-mode-map): Cleanup.
4409
4410 * custom.el (custom-current-group-alist): New var.
4411 (custom-declare-group): Set it.
4412 (custom-current-group): New fun.
4413 (custom-declare-variable, custom-handle-all-keywords):
4414 Use it as a default if no :group argument is specified.
4415
4416 * international/mule-cmds.el (locale-name-match): Use \` and \(?:.
4417 (standard-keyboard-coding-systems): New var.
4418 (set-locale-environment): Use it to decide whether or not to call
4419 set-keyboard-coding-system.
4420 (locale-language-names): Use \"French\" for "fr".
4421
4422 2001-11-17 Richard M. Stallman <rms@gnu.org>
4423
4424 * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)
4425 (add-to-list): Delete compatibility code.
4426 (checkdoc-next-message-error): Doc fix.
4427
4428 2001-11-17 Stephen Eglen <stephen@gnu.org>
4429
4430 * locate.el (locate): Show default locate pattern within the
4431 prompt, but don't insert it into the minibuffer contents.
4432 Catch the case when pattern is the empty string.
4433
4434 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
4435
4436 * language/european.el ("French"): New language environment.
4437
4438 2001-11-16 Richard M. Stallman <rms@gnu.org>
4439
4440 * calendar/todo-mode.el (todo-save): Fix previous change.
4441
4442 * subr.el (functionp): Do use cdr-safe on object.
4443
4444 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
4445
4446 * bindings.el (mode-line-mode-name): Only put the help-echo property
4447 if the local-map property was put as well.
4448 (global-map): Bind switch-frame, delete-frame, iconify-frame
4449 and make-frame-visible events.
4450
4451 * emacs-lisp/elp.el (elp-not-profilable): New var.
4452 (elp-not-profilable-p): New function.
4453 (elp-instrument-function): Use it. Use backquotes and push.
4454
4455 * emacs-lisp/bytecomp.el (byte-compile-call-tree, byte-code-vector)
4456 (byte-stack+-info, byte-compile-last-warned-form)
4457 (byte-compile-last-logged-file): Don't defconst a variable.
4458 (no-byte-compile): Declare.
4459 (byte-compile-file): Don't boundp-check no-byte-compile any more.
4460 (byte-compile-defvar): Leave defconst as is.
4461
4462 * emacs-lisp/edebug.el (edebug-form-data, edebug-offsets)
4463 (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
4464 (edebug-current-offset, edebug-old-def-name, edebug-error-point)
4465 (edebug-best-error): Don't defconst a variable.
4466 (edebug-read-syntax-table): Use a char-table.
4467 (edebug-lemacs-specific): Remove.
4468 Toplevel: Eliminate check for Lucid Emacs.
4469
4470 * pcvs-util.el (cvs-prefix-define): Don't defconst a variable.
4471
4472 * rect.el (move-to-column-force): Mark obsolete.
4473 (operate-on-rectangle, delete-extract-rectangle-line)
4474 (insert-rectangle, delete-whitespace-rectangle-line)
4475 (open-rectangle-line, clear-rectangle-line): Use move-to-column.
4476 (string-rectangle-history): New var.
4477 (string-rectangle, string-insert-rectangle): Use it.
4478 (delete-rectangle-line): Fix pos/column mixup and simplify.
4479
4480 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
4481 (normal-top-level, command-line, command-line-1): Simplify.
4482
4483 * tar-mode.el (tar-mode): Use define-derived-mode.
4484
4485 * view.el (view-mode-enable): Don't use make-local-hook.
4486
4487 * emacs-lisp/eldoc.el (eldoc-mode): Use define-minor-mode.
4488
4489 2001-11-16 Richard M. Stallman <rms@gnu.org>
4490
4491 * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
4492 if it doesn't make sense as anything else.
4493 Don't recognize a "telephone number" at the beginning of the name.
4494 (mail-extr-leading-garbage): Match non-word characters only.
4495
4496 2001-11-16 Pavel Jan,Am(Bk <Pavel@Janik.cz>
4497
4498 * startup.el (command-line-processed): Doc fix.
4499
4500 * apropos.el (apropos-next-label-button): Doc fix.
4501
4502 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
4503
4504 * comint.el (comint-mode): Simplify.
4505 (make-comint-in-buffer): Run `comint-mode' only if necessary.
4506
4507 * subr.el (eval-after-load): Make it work with features as well.
4508
4509 * log-view.el (log-view-mode): Don't mark the buffer unmodified.
4510
4511 * international/mule-cmds.el (describe-input-method): Setup xref.
4512 (set-language-environment): Use functionp.
4513 (locale-language-names, locale-charset-language-names)
4514 (locale-preferred-coding-systems): Defconst and purecopy.
4515
4516 * language/european.el (mac-roman): Add mime-charset property.
4517
4518 2001-11-15 Richard M. Stallman <rms@gnu.org>
4519
4520 * emacs-lisp/cl.el (values, values-list, multiple-value-list)
4521 (multiple-value-apply, nth-value): Use defsubst rather than defalias
4522 to get better doc strings.
4523
4524 2001-11-15 Pavel Jan,Am(Bk <Pavel@Janik.cz>
4525
4526 * derived.el: Fix autoload cookie.
4527
4528 2001-11-15 Richard M. Stallman <rms@gnu.org>
4529
4530 * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
4531
4532 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
4533
4534 * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
4535
4536 2001-11-15 Richard M. Stallman <rms@gnu.org>
4537
4538 * dired.el (dired-undo): Display a message to explain
4539 that this does not undo file system changes.
4540
4541 2001-11-15 David Kastrup <David.Kastrup@t-online.de>
4542
4543 * mouse-drag.el (mouse-drag-throw): Push back non-drag events
4544 into `unread-command-events' instead of trying keymap
4545 lookups ourselves. This makes mouse-clicks do the right
4546 thing even when keymaps of overlays are involved.
4547 (mouse-drag-drag): Likewise.
4548
4549 2001-11-15 Andreas Schwab <schwab@suse.de>
4550
4551 * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special
4552 characters and append anchor to pattern added to auto-mode-alist.
4553
4554 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
4555
4556 * server.el (server-process-filter): Run pore/post-comment-hook
4557 before/after visiting the file.
4558
4559 * info-look.el (makefile-mode): Add info for automake.
4560 (autoconf-mode): Fix the name of the index for automake.
4561
4562 * international/latin-9.el: Give pilcrow punctuation syntax.
4563
4564 2001-11-15 Andre Spiegel <spiegel@gnu.org>
4565
4566 * vc.el: Documentation fixes.
4567
4568 2001-11-14 Stefan Monnier <monnier@cs.yale.edu>
4569
4570 * smerge-mode.el (smerge-match-conflict): Fix typo.
4571 (smerge-diff): Be careful to read match-data early enough.
4572
4573 2001-11-14 Colin Walters <walters@verbum.org>
4574
4575 * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
4576 (calcFunc-subst): Use `defalias' instead of `fset' and
4577 `symbol-function'.
4578
4579 * calc/calc-arith.el (calcFunc-abs, calcFunc-float)
4580 (calcFunc-ceil, calcFunc-round): Ditto.
4581
4582 * calc/calc-bin.el (calcFunc-clip): Ditto.
4583
4584 * calc/calc-ext.el (calcFunc-evalv): Ditto.
4585
4586 * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
4587
4588 * calc/calc-misc.el (math-fixnump, math-fixnatnump)
4589 (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
4590
4591 * calc/calc-units.el (calcFunc-unsimplify): Ditto.
4592
4593 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
4594 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
4595 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
4596 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
4597 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
4598 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
4599 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
4600 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
4601 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
4602 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
4603 * calcsel2.el: Style cleanup; don't put closing parens on their
4604 own line, add "foo.el ends here" to each file, and update
4605 copyright date.
4606
4607 * README: Update maintainer.
4608
4609 2001-11-13 Richard M. Stallman <rms@gnu.org>
4610
4611 * progmodes/compile.el (recompile): Use compilation-arguments if
4612 set, so as to be able to M-x recompile the exact command which
4613 created a compilation-mode buffer.
4614
4615 * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
4616
4617 2001-11-13 Gerd Moellmann <gerd@gnu.org>
4618
4619 * mouse.el (mouse-drag-region): Don't run the up-event
4620 handler if window start changed due to the down-mouse event.
4621
4622 2001-11-13 Richard M. Stallman <rms@gnu.org>
4623
4624 * mouse.el (mouse-show-mark): Either move point to the mark
4625 or use highlighting, never both.
4626 (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
4627
4628 2001-11-13 Simon Josefsson <jas@extundo.com>
4629
4630 * mail/smtpmail.el (top-level): Change maintainer to Simon
4631 Josefsson, cleanup the smtpmail.el header.
4632
4633 * mail/smtpmail.el (top-level): Don't require cl or base64.
4634 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
4635 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
4636 Defsubst instead of defmacro.
4637 (smtpmail-intersection): Return value in reverse order.
4638 (smtpmail-open-stream): Use stringp instead of string-to-list.
4639 (smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
4640 separated from smtpmail-via-smtp.
4641
4642 * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
4643 rfc2104. Require base64 and cl.
4644 (smtpmail-smtp-service): Doc fix. :type fix.
4645 (smtpmail-debug-info): Doc fix.
4646 (smtpmail-debug-verb, smtpmail-auth-credentials)
4647 (smtpmail-starttls-credentials, smtpmail-auth-supported):
4648 New variables.
4649 (smtpmail-deduce-address-list, smtpmail-send-it): Don't require
4650 mail-utils (it is autoloaded).
4651 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
4652 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
4653 (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
4654 (smtpmail-via-smtp): Support STARTTLS, if binary is installed.
4655 (smtpmail-via-smtp): Support AUTH.
4656 (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
4657
4658 2001-11-13 Richard M. Stallman <rms@gnu.org>
4659
4660 * ebuff-menu.el (electric-buffer-update-highlight): New function.
4661 (electric-buffer-overlay): New variable.
4662 (electric-buffer-menu-looper): Call electric-buffer-update-highlight.
4663 (electric-buffer-list): Likewise.
4664
4665 * isearch.el (isearch-whitespace-chars): Doc fix.
4666 (isearch-mode): Handle negative search-slow-window-lines correctly.
4667
4668 2001-11-13 Stefan Monnier <monnier@cs.yale.edu>
4669
4670 * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
4671
4672 * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
4673 From Emmanuel Briot <briot@act-europe.fr>.
4674
4675 2001-11-13 Colin Walters <walters@debian.org>
4676
4677 * calc/calc.el (calc-unread-command): Use `unread-command-events'.
4678
4679 * calc/calc-mode.el (calc-settings-file-name): Don't hardcode
4680 "~/.emacs"; use `read-file-name'.
4681
4682 * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
4683 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
4684 * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
4685 * calc/calc.el: Use `frame-width' instead of `screen-width',
4686 `frame-height' instead of `screen-height', and,
4687 `executing-kbd-macro' instead of `executing-macro'.
4688
4689 * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
4690 correct number of arguments.
4691
4692 * calc/calc-aent.el (calc-do-alg-entry):
4693 Use `blink-paren-function' instead of `blink-paren-hook'.
4694
4695 2001-11-12 Richard M. Stallman <rms@gnu.org>
4696
4697 * calendar/todo-mode.el (todo-save): Add save-excursion
4698 and save-restriction.
4699
4700 * server.el (server-edit, server-done): Doc fix.
4701
4702 * simple.el (clone-indirect-buffer): Error if major mode symbol
4703 has a no-clone-indirect property.
4704 (clone-buffer): Check for obvious errors before reading clone name.
4705
4706 * info.el (Info-mode): Add a no-clone-indirect property.
4707
4708 2001-11-12 Sam Steingold <sds@gnu.org>
4709
4710 * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
4711 set-buffer-modified-p to nil after `vc-exec-after'.
4712 * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
4713 (log-view-mode): Make read-only.
4714 (log-view-current-file): Do final `expand-file-name' in the
4715 current `default-directory'.
4716 (log-view-current-tag): Take an optional `where' arg.
4717 (log-view-diff): New user command.
4718
4719 2001-11-12 Pavel Jan,Am(Bk <Pavel@Janik.cz>
4720
4721 * progmodes/cpp.el (cpp-choose-face): Fix typo.
4722
4723 2001-11-12 Sam Steingold <sds@gnu.org>
4724
4725 * emacs-lisp/cl-indent.el (toplevel): Indent properly
4726 `generic-flet', `generic-labels', `with-accessors',
4727 `with-condition-restarts'.
4728
4729 2001-11-12 Richard M. Stallman <rms@gnu.org>
4730
4731 * dired.el: Many trivial doc fixes.
4732 (dired-get-file-for-visit): New function.
4733 (dired-find-alternate-file, dired-mouse-find-file-other-window):
4734 (dired-view-file, dired-find-file-other-window, dired-display-file):
4735 (dired-find-file): Use dired-get-file-for-visit.
4736
4737 2001-11-12 Alex Schroeder <kensanata@yahoo.com>
4738
4739 * sql.el (sql-mode): Doc change.
4740
4741 * sql.el (sql-mode-syntax-table): The backslash is no longer an
4742 escape character.
4743
4744 2001-11-12 Colin Walters <walters@debian.org>
4745
4746 * calc/calc-keypd.el (toplevel): Bind mouse buttons.
4747 (calc-do-keypad): Don't attempt to use nonexistent global
4748 mouse-map, use calc-keypad-map.
4749 (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
4750 (calc-keypad-left-click): Don't use mouse-map; update to new event
4751 interface.
4752 (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
4753 (calc-keypad-press): Use `unread-command-events' instead of
4754 `unread-command-char'.
4755
4756 * calc/calc-ext.el (calc-init-extensions): Update autoload names
4757 to match files renamed on initial calc import.
4758
4759 2001-11-12 Pavel Jan,Am(Bk <Pavel@Janik.cz>
4760
4761 * textmodes/flyspell.el (flyspell-default-dictionary):
4762 Fix previous change.
4763
4764 2001-11-12 Richard M. Stallman <rms@gnu.org>
4765
4766 * textmodes/flyspell.el (flyspell-default-dictionary):
4767 Fix custom type.
4768
4769 2001-11-11 Richard M. Stallman <rms@gnu.org>
4770
4771 * calendar/solar.el (solar-sunrise-and-sunset):
4772 Exchange the two extreme values of day-length.
4773
4774 * progmodes/sh-script.el (sh-must-be-shell-mode):
4775 Allow modes derived from sh-mode.
4776
4777 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
4778 Turn off error in some re-search-forward calls.
4779
4780 * replace.el (query-replace-skip-read-only): New variable.
4781 (perform-replace): If that variable is non-nil, ignore matches
4782 that have a read-only property.
4783
4784 * derived.el (define-derived-mode): Doc fix.
4785
4786 * server.el (server-buffer-done): Test of server-existing-buffer
4787 was backwards.
4788 (server-existing-buffer): Doc fix.
4789
4790 * textmodes/flyspell.el (flyspell-default-dictionary):
4791 Allow nil as value, and make nil the default.
4792
4793 2001-11-11 Eli Zaretskii <eliz@is.elta.co.il>
4794
4795 * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
4796 it is not fboundp.
4797 (clipboard-yank): Ditto.
4798
4799 2001-11-11 Colin Walters <walters@verbum.org>
4800
4801 The following changes are based on patches from
4802 Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro,A_(Bjohann
4803 <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
4804
4805 * calc/calc.el (toplevel): Require calc-macs.
4806 (calc-minibuffer-size): New.
4807 (calcDigit-nondigit): Use it instead of `buffer-size'.
4808 (calcDigit-backspace): Likewise.
4809 (calcDigit-nondigit): Use `minibuffer-contents' instead of
4810 `buffer-string'.
4811 (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
4812 `point-min'.
4813 (calcDigit-key): Use `calc-minibuffer-contains' instead of a
4814 `save-excursion'.
4815
4816 * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
4817 simple `setq' form.
4818
4819 * calc/calc-ext.el: (toplevel): Require calc.
4820 (calc-fancy-prefix-map): New.
4821 (calc-fancy-prefix): Use it.
4822 (calc-fancy-prefix-other-key): New.
4823
4824 * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
4825 (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
4826 (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
4827 (calcAlg-enter): Likewise.
4828 (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
4829
4830 2001-11-10 Richard M. Stallman <rms@gnu.org>
4831
4832 * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
4833 (quietly-read-abbrev-file): Doc fix.
4834
4835 * startup.el (command-line): Read standard abbrev
4836 file (abbrev-file-name), if it exists.
4837
4838 * files.el (save-abbrevs): Default value is t.
4839
4840 * progmodes/compile.el (compile-goto-error): Fix previous change
4841 in the case where subsequent errors have not been parsed yet
4842 because they are in a different source file.
4843
4844 2001-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
4845
4846 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
4847 Merge two regular expressions into one.
4848 (ps-mode): Make local bindings for `comment-start' and
4849 `comment-start-skip'.
4850 (ps-mode-looking-at-nested): Simplify an if-else construct;
4851 use `set-match-data' to set the result.
4852
4853 2001-11-10 Richard M. Stallman <rms@gnu.org>
4854
4855 * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
4856 Function deleted.
4857 (flyspell-correct-word): Old definition deleted.
4858 (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
4859 All references renamed too.
4860
4861 2001-11-10 Gerd Moellmann <gerd@gnu.org>
4862
4863 * Makefile.in (finder_setwins, setwins): Exclude Calc.
4864
4865 2001-11-09 Per Abrahamsen <abraham@dina.kvl.dk>
4866
4867 * wid-edit.el (checklist): Removed `:menu-tag'.
4868 (radio-button-choice): Ditto.
4869 (editable-list): Ditto.
4870
4871 2001-11-09 Pavel Jan,Am(Bk <Pavel@Janik.cz>
4872
4873 * play/gomoku.el: Move definitions of constants to the beginning
4874 of file, before their use.
4875
4876 2001-11-09 Richard M. Stallman <rms@gnu.org>
4877
4878 * textmodes/flyspell.el: Use the keymap property
4879 instead of local-map, and don't use a minor-mode map.
4880 (flyspell-mode-map): Variable deleted.
4881 Don't mess with minor-mode-map-alist.
4882 (calling add-minor-mode): Specify nil for keymap.
4883 And always use add-minor-mode, now that it exists.
4884 (flyspell-overlay-keymap-property-name): Set it to `keymap'.
4885 (flyspell-mode-on): Don't locally bind flyspell-mouse-map
4886 or flyspell-local-mouse-map.
4887 (make-flyspell-overlay): Use flyspell-mouse-map directly.
4888 (flyspell-mode): Doc fix.
4889 (flyspell-mode-on): Don't call make-local-hook.
4890
4891 2001-11-09 Sam Steingold <sds@gnu.org>
4892
4893 * emacs-lisp/debug.el (debugger-make-xrefs):
4894 Add buttons to all symbols.
4895
4896 2001-11-09 Andre Spiegel <spiegel@gnu.org>
4897
4898 * vc.el: Add John David Smith to credits.
4899
4900 Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
4901
4902 * vc-hooks.el (vc-error-occured): Backquotified.
4903 (vc-file-prop-obarray): Use prime length for better efficiency.
4904
4905 * vc.el (vc-clear-context): Fill obarray with 0, not nil.
4906
4907 2001-11-09 Eli Zaretskii <eliz@is.elta.co.il>
4908
4909 * info.el (Info-file-list-for-emacs): Add entries for Calc.
4910
4911 2001-11-09 Miles Bader <miles@gnu.org>
4912
4913 * subr.el (functionp): Don't consider macros as functions.
4914
4915 2001-11-08 Miles Bader <miles@gnu.org>
4916
4917 * subr.el (functionp): Make work correctly for macros and unbound
4918 symbols.
4919
4920 * comint.el (comint-send-input): Fix description of
4921 `comint-process-echoes' in the doc-string.
4922
4923 2001-11-08 Eli Zaretskii <eliz@is.elta.co.il>
4924
4925 * international/mule.el (make-translation-table): Doc fix.
4926 Suggested by Alex Schroeder <alex@gnu.org>.
4927
4928 2001-11-07 Richard M. Stallman <rms@gnu.org>
4929
4930 * info.el (Info-fontify-node): Highlight every third menu item.
4931
4932 2001-11-07 Per Abrahamsen <abraham@dina.kvl.dk>
4933
4934 * cus-edit.el (custom-face-value-create): Don't ignore the
4935 `customized-face' attribute when finding the current face spec.
4936
4937 2001-11-07 Stefan Monnier <monnier@cs.yale.edu>
4938
4939 * subr.el (with-local-quit): New macro.
4940 (make-syntax-table): Always inherit.
4941 (functionp): Be more careful when `object' is a symbol.
4942
4943 * dabbrev.el (dabbrev-completion): Use "*Completions*".
4944
4945 2001-11-07 Paul Eggert <eggert@twinsun.com>
4946
4947 * dired.el (dired-move-to-filename-regexp):
4948 Do not distinguish between ASCII letters and non-ASCII characters.
4949 Don't allow comma except in the form "month day, year".
4950 Don't allow space between month name and comma.
4951 Clean up the code that checks for trailing period, comma, and space.
4952 Remove now-obsolete comments, and add more commentary about
4953 Japanese dates.
4954 Always gobble up trailing spaces, instead of doing it only sometimes.
4955
4956 2001-11-07 Miles Bader <miles@gnu.org>
4957
4958 * paren.el (show-paren-match-face): Add dark-background variant.
4959
4960 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
4961
4962 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
4963 (lisp-mode-variables): Don't set paragraph-{start,separate}.
4964 Don't disable adaptive-fill-mode.
4965 (lisp-fill-paragraph): Use tab-width rather than 8.
4966 Prevent filling the first line of docstrings.
4967
4968 2001-11-06 Richard M. Stallman <rms@gnu.org>
4969
4970 * play/gomoku.el (gomoku): Doc fix.
4971
4972 * jka-compr.el (jka-compr-partial-uncompress):
4973 Support an alternative of not using dd.
4974 (jka-compr-dd-program): Use defcustom to define this.
4975 (jka-compr-load-suffixes): Use defcustom.
4976 (jka-compr-mode-alist-additions): Use defcustom.
4977
4978 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
4979
4980 * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
4981 Also work when LIMIT is further than the end of line.
4982
4983 2001-11-06 Eli Zaretskii <eliz@is.elta.co.il>
4984
4985 * international/quail.el (quail-update-leim-list-file): Print the
4986 offending file name if some of its quail-define-package forms is broken.
4987
4988 2001-11-05 Richard M. Stallman <rms@gnu.org>
4989
4990 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
4991 of the evaluated form.
4992
4993 2001-11-05 Paul Eggert <eggert@twinsun.com>
4994
4995 * ls-lisp.el (ls-lisp-time-to-seconds): New function.
4996 (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
4997 stamps always line up by default. Also, it uses a slightly
4998 different window to determine whether files are "recent".
4999
5000 2001-11-05 Andrew Innes <andrewi@gnu.org>
5001
5002 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
5003 Don't attempt to remake autoloads before nuking .elc files.
5004
5005 2001-11-04 Richard M. Stallman <rms@gnu.org>
5006
5007 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
5008 previous-single-property-change or next-single-char-property-change
5009 returns nil.
5010
5011 * international/mule-cmds.el (set-locale-environment):
5012 Make it interactive; make arg optional.
5013
5014 * international/mule-diag.el (help-funs): Require help-funs.
5015
5016 2001-11-04 Eli Zaretskii <eliz@is.elta.co.il>
5017
5018 * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
5019
5020 2001-11-04 Miles Bader <miles@gnu.org>
5021
5022 * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
5023 shadow of the splash image grey on a dark background instead of black.
5024
5025 2001-11-03 Stefan Monnier <monnier@cs.yale.edu>
5026
5027 * term.el (all faces): Don't (copy-face 'default <foo>).
5028
5029 * term/xterm.el (function-key-map):
5030 Add entry for `ESC [ 3 ~' -> <delete>
5031 Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
5032 Use inheritance so that .emacs and terminfo take precedence.
5033
5034 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
5035
5036 * tooltip.el (tooltip-delay): Decrease to 0.7.
5037 (tooltip-hide-delay): Enlarge to 10.
5038
5039 2001-11-03 Richard M. Stallman <rms@gnu.org>
5040
5041 * startup.el (fancy-splash-tail): Explain how to recover
5042 from a crash, if there was a crash.
5043 (command-line-1): Reorganize display of startup screen,
5044 to simplify the logic. Use a temp buffer for it.
5045
5046 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
5047
5048 * frame.el (set-background-color, set-foreground-color):
5049 Call face-set-after-frame-default, to propagate the new colors to
5050 the frame's parameters alist.
5051
5052 * calendar/timeclock.el (timeclock-out): Signal an error if
5053 timeclock-last-event is nil.
5054
5055 2001-11-02 Stefan Monnier <monnier@cs.yale.edu>
5056
5057 * textmodes/fill.el (fill-context-prefix): Fix braino.
5058
5059 * international/quail.el (quail-help):
5060 Use `help-buffer' and move `help-setup-xref' to beginning.
5061
5062 * international/mule-cmds.el (describe-language-environment):
5063 Use `help-buffer' and move `help-setup-xref' to beginning.
5064
5065 * international/mule-diag.el (list-character-sets)
5066 (sort-listed-character-sets, describe-character-set)
5067 (describe-coding-system, describe-fontset, list-fontsets):
5068 Use `help-buffer' and move `help-setup-xref' to beginning.
5069 (describe-char-after): Use `internal-describe-syntax-value'.
5070
5071 2001-11-02 Richard M. Stallman <rms@gnu.org>
5072
5073 * mouse.el (popup-menu): If the user refuses to select
5074 from a menu, don't try to invoke the menu.
5075
5076 2001-11-02 Miles Bader <miles@gnu.org>
5077
5078 * help-mode.el (help-xref): New button type.
5079 (help-function, help-variable, help-face, help-coding-system)
5080 (help-input-method, help-character-set, help-type, help-symbol)
5081 (help-back, help-info, help-customize-variable, help-customize-face)
5082 (help-function-def, help-variable-def): Use it as a supertype.
5083 Remove `action' property.
5084
5085 * international/mule-diag.el (describe-character-set)
5086 (describe-coding-system): Pass correct args to `help-xref-button'.
5087 (sort-listed-character-sets): New button type.
5088 (list-character-sets): Use it.
5089 (list-charset-chars): New button type.
5090 (list-character-sets-1): Use it.
5091
5092 2001-11-01 Stefan Monnier <monnier@rum.cs.yale.edu>
5093
5094 * indent.el (tab-always-indent, indent-for-tab-command):
5095 Remove redundant `never' setting.
5096
5097 * fill.el (fill-region-as-paragraph): Don't forget to skip
5098 over current whitespace before looking for a preceding space.
5099
5100 2001-11-01 Richard M. Stallman <rms@gnu.org>
5101
5102 * files.el (file-newest-backup): Don't pass backup file name
5103 thru file-name-sans-versions, because it never has version numbers.
5104
5105 * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
5106 to avoid ambiguous nested loops.
5107
5108 * files.el (find-file-noselect): Offer to change buffer-read-only
5109 only when the file's read-only status has changed from before
5110 as well as disagreeing with the buffer's current status.
5111 (buffer-file-read-only): New var, local in all buffers.
5112
5113 * buff-menu.el (buffer-menu): Doc fix.
5114 (buffer-menu-other-window): Doc fix.
5115 (list-buffers, list-buffers-noselect): Doc fix.
5116
5117 2001-11-01 Gerd Moellmann <gerd@gnu.org>
5118
5119 * startup.el (command-line): If the terminal Emacs is running on
5120 has erase char set to ^H, use the Backspace key for deleting
5121 backward, and the Delete key for deleting forward.
5122
5123 2001-11-01 Miles Bader <miles@gnu.org>
5124
5125 * button.el (define-button-type): Make sure every user-defined
5126 button type has a supertype.
5127
5128 2001-10-31 Jason Rumney <jasonr@gnu.org>
5129
5130 * international/mule-cmds.el (locale-language-names): Add chs and
5131 cht as aliases for Chinese-GB and Chinese-BIG5.
5132
5133 2001-10-31 Richard M. Stallman <rms@gnu.org>
5134
5135 * bindings.el (mode-line-frame-identification): Add doc string.
5136 (mode-line-position, mode-line-modes): New variables.
5137 (mode-line-format): Use mode-line-position for the part
5138 that displays the position-in-buffer info.
5139 Use mode-line-modes for the part that displays major and minor modes.
5140
5141 2001-10-31 Sam Steingold <sds@gnu.org>
5142
5143 * emacs-lisp/debug.el (debugger-make-xrefs): New function.
5144 (debugger-setup-buffer): Call it.
5145 (debugger-mode-map): Bind RET and mouse-2.
5146
5147 2001-10-31 Pavel Jan,Am(Bk <Pavel@Janik.cz>
5148
5149 * startup.el: Document command line option --no-window-system
5150 instead of --no-windows.
5151
5152 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
5153
5154 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
5155
5156 * font-lock.el (java-font-lock-syntactic-face-function): New fun.
5157 (font-lock-defaults-alist): Use it.
5158 From David Ponce <david.ponce@wanadoo.fr>
5159
5160 * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
5161 output of `char-after'.
5162
5163 * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
5164
5165 * simple.el (reindent-then-newline-and-indent): Insert the newline
5166 before indenting the first line.
5167 (undo-get-state, undo-revert-to-state): New funs.
5168 (shell-command): Don't kill the buffer even if empty.
5169 (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
5170 (transpose-subr-end2): Remove.
5171 (transpose-subr): Add `special' arg and simplify.
5172 (transpose-subr-1): Rewrite.
5173 (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
5174 (rfc822-goto-eoh): Simplify.
5175
5176 2001-10-30 Richard M. Stallman <rms@gnu.org>
5177
5178 * enriched.el (enriched-face-ans): Fix previous change.
5179
5180 2001-10-30 Gerd Moellmann <gerd@gnu.org>
5181
5182 * international/iso-acc.el (iso-accents-compose): Remove a
5183 superfluous setq.
5184
5185 2001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
5186
5187 * buff-menu.el (list-buffers-noselect): If the buffer's name
5188 starts with a blank, but it visits a file, do show it (for files
5189 whose names start with a blank).
5190
5191 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
5192
5193 * textmodes/fill.el (sentence-end-double-space)
5194 (sentence-end-without-period): Move to paragraphs.el.
5195 (fill-indent-according-to-mode): Change default to t.
5196 (fill-context-prefix): Simplify control-flow and use a more
5197 sophisticated merge that unifies both previous checks.
5198 (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
5199 (fill-nobreak-predicate): Make it into a defcustom'd hook.
5200 (fill-nobreak-p): New fun.
5201 (fill-region-as-paragraph): Use it.
5202 Handle `fill-indent-according-to-mode' slightly differently.
5203 (fill-individual-paragraphs-prefix): Simplify the control-flow.
5204 (fill-individual-paragraphs-citation): Fix.
5205
5206 * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
5207 (paragraph-start): Change default to the `text-mode' value.
5208 (sentence-end-double-space, sentence-end-without-period):
5209 Move from fill.el.
5210 (forward-paragraph): Use `parstart' and `parsep' for temp variables
5211 rather than rebinding `paragraph-start' and `paragraph-separate'.
5212
5213 * indent.el (indent-line-function): Change default to indent-relative.
5214 (tab-always-indent): Add an `never' setting.
5215 (indent-according-to-mode): Handle `indent-relative' and
5216 `indent-relative-maybe' specially.
5217 (indent-for-tab-command): Rename `prefix-arg' to `arg'.
5218 Handle the `never' case for `tab-always-indent'.
5219 Don't call indent-according-to-mode for indent-relative' and
5220 `indent-relative-maybe'.
5221 (insert-tab): Rename `prefix-arg' to `arg'.
5222 (indent-region): Indent the first line as well.
5223 (indent-relative): Don't mark the buffer modified if the indentation
5224 is unchanged.
5225
5226 * textmodes/text-mode.el (paragraph-indent-minor-mode):
5227 Don't set paragraph-separate. Set paragraph-start more carefully.
5228 Set indent-line-function.
5229 (paragraph-indent-text-mode): Use it and define-derived-mode.
5230 (text-mode-map): Remove the \t binding.
5231 (text-mode): Simplify now that the default is more favorable.
5232
5233 2001-10-29 Stefan Monnier <monnier@cs.yale.edu>
5234
5235 * emacs-lisp/find-func.el (find-function-search-for-symbol):
5236 If the regexp doesn't match, use a looser one.
5237 (find-variable-noselect): Add `file' argument.
5238
5239 * pcvs.el (cvs-mode-commit-hook): New hook.
5240 (cvs-mode-commit): Run it.
5241
5242 * log-edit.el (log-edit): Run hook after `log-edit-files'.
5243
5244 * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
5245 (edebug-instrument-function): Use `find-function-noselect'.
5246
5247 2001-10-29 Richard M. Stallman <rms@gnu.org>
5248
5249 * term.el (term-if-emacs19): Macro deleted.
5250 Callers changed to use progn instead.
5251
5252 * frame.el (blink-cursor-mode): Doc fix.
5253
5254 * files.el (find-backup-file-name): Use make-backup-file-name.
5255
5256 * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
5257 window-live-p.
5258 (edebug-set-conditional-breakpoint): Unconditionally use
5259 the former Emacs >=19 definition.
5260 (edebug-mark): Define unconditionally.
5261 (edebug-eval-expression): Always call read-from-minibuffer
5262 and specify history list.
5263 (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
5264 edebug-set-conditional-breakpoint.
5265 (edebug-emacs-version-specific): Function deleted;
5266 do the job at top level.
5267 (edebug-emacs-19-specific): Function deleted, this is the default.
5268
5269 2001-10-29 Sam Steingold <sds@gnu.org>
5270
5271 * w32-fns.el (convert-standard-filename): Handle cygwin-specific
5272 "/cygdrive/LETTER/" pathnames.
5273
5274 2001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
5275
5276 * faces.el (invert-face): Check for 'unspecified, not for nil,
5277 when testing whether face colors are not specified.
5278 From David.Kastrup@t-online.de (David Kastrup).
5279 (read-face-name): Doc fix.
5280 (make-face-bold, make-face-unbold, make-face-italic)
5281 (make-face-unitalic, make-face-bold-italic, invert-face):
5282 Remove trailing blank from the prompt passed to read-face-name.
5283
5284 2001-10-29 Sam Steingold <sds@gnu.org>
5285
5286 * emacs-lisp/bytecomp.el (byte-recompile-directory):
5287 Report numbers of files skipped and failed too.
5288 (byte-compile-file): Return 'no-byte-compile for skipped files.
5289
5290 2001-10-29 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5291
5292 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
5293 and `M p'.
5294
5295 2001-10-29 Gerd Moellmann <gerd@gnu.org>
5296
5297 * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
5298 as is on unread-command-events instead of `(SECOND-CHAR)'.
5299
5300 2001-10-29 Andre Spiegel <spiegel@gnu.org>
5301
5302 * vc.el: Mention vc-*-switches in backend API documentation.
5303 (vc-annotate): Adapt doc string to recent change.
5304
5305 2001-10-29 Gerd Moellmann <gerd@gnu.org>
5306
5307 * enriched.el (enriched-face-ans): Handle face attributes
5308 of the form `(FACE1 FACE2 ...)'.
5309
5310 * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
5311
5312 2001-10-29 Alex Schroeder <kensanata@yahoo.com>
5313
5314 * progmodes/sql.el (sql-mysql): Doc change by RMS.
5315
5316 * progmodes/sql.el (sql-db2): Doc change.
5317 (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
5318 (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
5319
5320 2001-10-29 Gerd Moellmann <gerd@gnu.org>
5321
5322 * env.el (substitute-env-vars): Don't quote argument to `rx';
5323 it's a macro.
5324
5325 2001-10-28 Per Abrahamsen <abraham@dina.kvl.dk>
5326
5327 * cus-start.el (recursive-load-depth-limit): Added.
5328
5329 2001-10-28 Richard M. Stallman <rms@gnu.org>
5330
5331 * textmodes/ispell.el (version18p, version20p): Vars deleted.
5332 All uses removed--assume Emacs version is >= 20.
5333
5334 * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
5335 by really checking that it is not version 18.
5336
5337 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
5338
5339 2001-10-28 Miles Bader <miles@gnu.org>
5340
5341 * faces.el (face-attribute): Add INHERIT argument, consider face
5342 inheritance if it's non-nil.
5343 (face-attribute-merged-with): New function.
5344 (face-attribute-specified-or): New macro.
5345 (face-foreground, face-background, face-stipple): Add INHERIT
5346 argument. Use `face-attribute-specified-or'.
5347
5348 2001-10-28 Stefan Monnier <monnier@cs.yale.edu>
5349
5350 * font-lock.el: Require `syntax'.
5351 (font-lock-defaults-alist): Don't define keywords for lisp languages.
5352 Use `c-font-lock-syntactic-face-function' for c languages.
5353 (font-lock-mode): Don't unset vars when turning the mode off.
5354 (font-lock-default-fontify-buffer): Don't unset vars at the end.
5355 (font-lock-extra-managed-props): New var.
5356 (font-lock-default-unfontify-region): Use it.
5357 (font-lock-apply-syntactic-highlight): Flush the syntax cache.
5358 Don't eval the value when there's no match.
5359 (font-lock-ppss-stats): New var.
5360 (font-lock-ppss): New fun.
5361 (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
5362 (font-lock-apply-highlight): Allow `highlight' to set several props.
5363 (font-lock-set-defaults): Use dolist.
5364 (font-lock-unset-defaults): Remove.
5365 (font-lock-match-c-style-declaration-item-and-skip-to-next):
5366 Try to recognize prototypes using `foo P_ ((args))'.
5367 ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
5368 (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
5369 (c-font-lock-syntactic-face-function): New function.
5370 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
5371 (c++-keywords): Use a more sophisticated regexp to handle
5372 shallowly nested templates.
5373
5374 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
5375
5376 * textmodes/sgml-mode.el (sgml-empty-tags): New var.
5377 (sgml-tag): Use it. Cleanup with `cond'.
5378 (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
5379 Mark the overlays and only delete those that are marked.
5380 (sgml-skip-close-p): Remove.
5381 (sgml-value): Replace sgml-skip-close-p with its definition.
5382 (html-tag-alist): Use sgml-xml a bit more.
5383 (html-mode): Set sgml-empty-tags.
5384
5385 * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
5386 (texinfo-update-node, texinfo-sequential-node-update):
5387 Don't bind the obsolete `auto-fill-hook'.
5388 (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
5389 Use `set-buffer' rather than `switch-to-buffer'.
5390 (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
5391 Use `set-buffer' rather than `switch-to-buffer'.
5392
5393 * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
5394 text-mode-syntax-table.
5395 (mail-mode): Use define-derived-mode.
5396 Fix ordering of alternatives in adaptive-fill-regexp.
5397 (mail-mode-map): Don't rely on keymap's internal representation.
5398
5399 2001-10-27 Sam Steingold <sds@gnu.org>
5400
5401 * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
5402 (sgml-xml-guess): Extracted from `html-mode' and generalized.
5403 (sgml-mode-common): Call it.
5404 (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
5405 (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
5406 (html-horizontal-rule, html-image, html-ordered-list):
5407 (html-unordered-list, html-list-item, html-paragraph):
5408 (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
5409 `html-xhtml'.
5410
5411 2001-10-26 Masayuki Ataka <ataka@milk.freemail.ne.jp>
5412
5413 * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
5414 (ifnothtml): New alias.
5415
5416 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
5417
5418 * textmodes/text-mode.el (text-mode): Use define-derived-mode.
5419 (toggle-text-mode-auto-fill): Use derived-mode-p.
5420
5421 2001-10-27 Gerd Moellmann <gerd.moellmann@t-online.de>
5422
5423 * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
5424 `mdtm'. From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
5425
5426 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
5427
5428 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
5429 Add make-obsolete cookies, to follow faces.el.
5430
5431 These changes avoid warnings from the byte compiler in faces.el:
5432
5433 * faces.el (internal-get-face): Use facep instead of the obsolete
5434 internal-find-face.
5435 (internal-frob-font-weight, internal-frob-font-slant):
5436 New defaliases for obsolete functions.
5437 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
5438 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
5439 (x-make-font-bold-italic): Use internal-frob-font-weight and
5440 internal-frob-font-slant aliases instead of the obsolete
5441 x-frob-... functions.
5442
5443 2001-10-26 Sam Steingold <sds@gnu.org>
5444
5445 * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
5446 DOCTYPE; set `mode-name' based on it.
5447 (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
5448 (sgml-tag): Close empty tags in XHTML.
5449
5450 2001-10-26 Jason Rumney <jasonr@gnu.org>
5451
5452 * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
5453 when UNICODE is not defined.
5454
5455 2001-10-26 Sam Steingold <sds@gnu.org>
5456
5457 * font-lock.el (c-font-lock-keywords-2): Do not require labels to
5458 be alone on the line.
5459
5460 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
5461
5462 * button.el (button): Special face definition for MS-DOS terminals.
5463
5464 2001-10-26 Sam Steingold <sds@gnu.org>
5465
5466 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
5467 Protect the /= test by checking that the args are non-nil.
5468 (sh-font-lock-close-heredoc): Check eof for being non-nil.
5469
5470 2001-10-26 Tomas Abrahamsson <tab@lysator.liu.se>
5471
5472 * textmodes/artist.el (artist-version): 1.2.4.
5473 (artist-butlast-fn): New variable.
5474 (artist-butlast): New function.
5475 (artist-ellipse-mirror-quadrant): Use it.
5476 (artist-mouse-draw-poly): Use nil for `point-list'.
5477 (artist-mouse-draw-poly): Check for point-list being nil.
5478
5479 2001-10-26 Peter Kleiweg <kleiweg@let.rug.nl>
5480
5481 * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
5482 lambda expression.
5483 (ps-mode-menu-main): Submenu with options on/off was replaced with
5484 a toggle button.
5485 (ps-mode, ps-run-mode): Define with `define-derived-mode'
5486 (ps-mode): Autoload cookie added on same line as comment
5487 (ps-mode-tabkey, ps-mode-backward-delete-char):
5488 (ps-mode-r-balance): Replace `delete-horizontal-space' and
5489 `indent-to' with `indent-line-to'
5490 (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
5491 instead of `eval'.
5492 (ps-mode-print-region): Use `with-temp-buffer'.
5493 (ps-run-start): Use of `mapconcat'. Use `apply' instead of `eval'.
5494 (numerous places): Add back-tick and tick around names in
5495 docstrings, fix punctuation in docstrings, remove trailing spaces.
5496
5497 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
5498
5499 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
5500 (sgml-font-lock-keywords-2): Use `eval'. Moved from sgml-mode-common.
5501 (sgml-font-lock-syntactic-keywords): New var.
5502 (sgml-mode-common): Drop the two args.
5503 Don't make buffer-local variables that aren't used.
5504 Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
5505 Don't set `before-string' props from sgml-display-text.
5506 (sgml-mode): Use define-derived-mode.
5507 (sgml-tags-invisible): Use sgml-display-text.
5508 (sgml-quote): New command.
5509 (html-tag-alist): Add args for `span'.
5510 (html-mode): Use define-derived-mode.
5511 Set sgml-display-text and sgml-tag-face-alist.
5512
5513 2001-10-25 Sam Steingold <sds@gnu.org>
5514
5515 * add-log.el (add-log-always-start-new-record): New user option.
5516 (add-change-log-entry): Use it.
5517
5518 2001-10-25 Richard M. Stallman <rms@gnu.org>
5519
5520 * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
5521 bind case-fold-search if FROM is not all lower case.
5522
5523 2001-10-25 Gerd Moellmann <gerd@gnu.org>
5524
5525 * startup.el (normal-top-level): Check for frame-initial-frame
5526 only if it's really used.
5527
5528 * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
5529
5530 * progmodes/compile.el (compilation-parse-errors-filename-function):
5531 New variable.
5532 (compilation-parse-errors): Use it.
5533
5534 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
5535
5536 * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
5537 interactively so that C-u M-C-x still does edebug.
5538 (checkdoc-sentencespace-region-engine): Don't force a double-space
5539 after `.' if it doesn't look like an end-of-sentence.
5540 (debug-ignored-errors): Add `disambiguate ...'.
5541
5542 2001-10-24 Stefan Monnier <monnier@cs.yale.edu>
5543
5544 * textmodes/texinfo.el (texinfo-environments)
5545 (texinfo-environment-regexp): Hoist.
5546 (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
5547 Only highlight the menu name in menu items.
5548 Setup `@foo ... @end foo' as text clones.
5549 (texinfo-clone-environment): New function.
5550 (texinfo-mode): Simplify auto-fill-inhibit-regexp.
5551 (texinfo-insert-block): Simplify.
5552 (texinfo-insert-quote): Insert a plain " if preceded by \ or if
5553 the command is repeated.
5554 (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
5555 (texinfo-insert-@end): Simplify.
5556
5557 * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
5558 (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
5559 (texinfo-subsubsection-level-regexp)
5560 (texinfo-update-menu-same-level-regexps)
5561 (texinfo-update-menu-higher-regexps)
5562 (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
5563
5564 * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
5565 (derived-mode-p): Autoload.
5566
5567 * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
5568 New vars and functions.
5569 (text-clone-maintain, text-clone-create): New functions.
5570
5571 2001-10-25 Miles Bader <miles@gnu.org>
5572
5573 * facemenu.el (facemenu-add-new-face): Fix variable names.
5574
5575 2001-10-24 Richard M. Stallman <rms@gnu.org>
5576
5577 * facemenu.el (facemenu-unlisted-faces): Improve doc strings
5578 of t and nil values.
5579 (facemenu-set-face): Handle START and END interactively.
5580 (facemenu-set-foreground): Don't use a face; specify color directly.
5581 (facemenu-set-background): Likewise.
5582 (facemenu-set-face-from-menu): Doc fix.
5583 (facemenu-active-faces): Use face-attribute-vector
5584 to handle bare attributes not in faces.
5585 (facemenu-get-face): Don't handle face names fg:... and bg:...
5586 specially.
5587 (facemenu-add-new-face): New argument MENU.
5588 New way to handle adding colors to the color menus.
5589
5590 * env.el (substitute-env-vars): Quote the arg to rx.
5591
5592 2001-10-24 Sam Steingold <sds@gnu.org>
5593
5594 * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
5595 Control" and "SGML" groups.
5596
5597 2001-10-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5598
5599 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
5600 Better handling of C++ template args to avoid confusion with `<'
5601 and `>' used as operators in member init expressions.
5602
5603 2001-10-24 Gerd Moellmann <gerd@gnu.org>
5604
5605 * replace.el (perform-replace): Move START and END parameters
5606 to the end of the argument list and make them optional.
5607
5608 * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
5609 perform-replace.
5610
5611 * international/fontset.el (x-must-resolve-font-name): New function.
5612 (x-complement-fontset-spec): Use it.
5613
5614 2001-10-23 Stefan Monnier <monnier@cs.yale.edu>
5615
5616 * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
5617
5618 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
5619 Turn caadr into caar of cdr.
5620
5621 2001-10-23 Gerd Moellmann <gerd@gnu.org>
5622
5623 * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
5624 of mouse-{1,2} since dragging is on the down event.
5625
5626 * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
5627
5628 * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
5629 if ARG is nil.
5630
5631 * desktop.el (desktop-last-buffer): New variable.
5632 (desktop-create-buffer): Set it.
5633 (desktop-read): Bind it and switch to that buffer.
5634
5635 2001-10-22 Gerd Moellmann <gerd@gnu.org>
5636
5637 * progmodes/compile.el (compilation-set-window-height):
5638 Select old window only if it's still live.
5639
5640 2001-10-22 Pavel Jan,Am(Bk <Pavel@Janik.cz>
5641
5642 * help-mode.el (help-buffer): Remove debugging code.
5643 From Stefan Monnier <monnier@cs.yale.edu>.
5644
5645 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
5646
5647 * files.el (file-name-sans-extension, file-name-extension):
5648 Don't count the leading dots in file names as signaling an extension.
5649
5650 2001-10-22 Andre Spiegel <spiegel@gnu.org>
5651
5652 * vc.el (vc-diff-switches): Doc rewritten.
5653
5654 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
5655
5656 * tooltip.el (tooltip-set-param): Doc fix.
5657
5658 * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
5659 127 to sgml-maybe-name-self.
5660 (sgml-name-8bit-mode): Doc fix.
5661 (sgml-char-names-table): New variable.
5662 (sgml-name-char): Support non-ASCII and mule-unicode-*
5663 characters. Doc fix.
5664 (sgml-maybe-name-self): Convert unibyte characters to multibyte.
5665
5666 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
5667 doc string the effect of `left' and `top' parameters in
5668 tooltip-frame-parameters, the default values, and the units.
5669 (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
5670 (tooltip-show): Mention in the doc string the `top' and `left'
5671 parameters in tooltip-frame-parameters, and x-max-tooltip-size.
5672
5673 2001-10-22 Andre Spiegel <spiegel@gnu.org>
5674
5675 Add autoscaling support for vc-annotate.
5676 From J.D. Smith <jdsmith@alum.mit.edu>.
5677
5678 * vc.el (vc-annotate-display-default): Accept colormap scaling
5679 ratio (now deprecated).
5680 (vc-annotate-display-autoscale): Added.
5681 (vc-annotate-add-menu): New autoscaling menu options "Span to
5682 Oldest" and "Span Oldest->Newest". Easymenu support added for
5683 toggle menus driven by customize variable `vc-annotate-display-mode'.
5684 (vc-annotate-display-select): Added.
5685 (vc-annotate): Changed temp-buffer-show-function to
5686 `vc-annotate-display-select'.
5687 (vc-annotate-display): Removed arguments BUFFER and BACKEND.
5688 Added argument OFFSET. Instead of backend function, calls now
5689 generic `vc-annotate-difference'.
5690 (vc-annotate-difference): Added as generic function instead of
5691 backend-specific function. No longer takes argument POINT, but
5692 instead accepts a time OFFSET.
5693 (vc-default-annotate-current-time): Added.
5694
5695 * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
5696 version in vc.el, with
5697 (vc-cvs-annotate-current-time): Added, as override of default.
5698 (vc-cvs-annotate-time): Added. Taken mostly from the (now removed)
5699 `vc-cvs-annotate-difference'.
5700
5701 2001-10-22 Gerd Moellmann <gerd@gnu.org>
5702
5703 * saveplace.el (save-place): Require `saveplace'.
5704
5705 * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
5706 Use `sexp' for :value-type instead of `face'.
5707
5708 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
5709
5710 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
5711 regexps due to 5-digit message IDs.
5712
5713 2001-10-21 Jason Rumney <jasonr@gnu.org>
5714
5715 * term/w32-win.el (redisplay-dont-pause): Don't set.
5716
5717 2001-10-21 Miles Bader <miles@gnu.org>
5718
5719 * help-funs.el (help-manyarg-func-alist): Variable removed.
5720
5721 2001-10-21 Miles Bader <miles@gnu.org>
5722
5723 * help-funs.el (help-manyarg-func-alist): Remove entries for
5724 `insert', `insert-and-inherit', `insert-before-markers',
5725 `insert-before-markers-and-inherit', `message', `message-box',
5726 `message-or-box', `propertize', `format', `encode-time', `append',
5727 `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
5728 `insert-string', `ml-if', `ml-provide-prefix-argument', and
5729 `ml-prefix-argument-loop'.
5730
5731 2001-10-21 Andre Spiegel <spiegel@gnu.org>
5732
5733 * vc.el (vc-diff-internal, vc-coding-system-for-diff)
5734 (vc-default-diff-tree): New functions.
5735 (vc-version-diff): Use them. As a result, coding systems are now
5736 set up properly for all sorts of diffs, and tree diffs can now
5737 also be done locally.
5738 (vc-diff): With a prefix argument, don't require that it's called
5739 from a buffer under version control.
5740 (diff-switches): Remove duplicate definition.
5741
5742 * vc-cvs.el (vc-cvs-diff-tree): New function.
5743
5744 2001-10-21 Miles Bader <miles@gnu.org>
5745
5746 * help-funs.el (help-manyarg-func-alist): Remove entries for
5747 `list', `vector', `make-byte-code', `call-process',
5748 `call-process-region', `string', `+', `-', `*', `/', `max', `min',
5749 `logand', `logior', and `logxor'.
5750
5751 * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
5752 image bits to compensate. Use `make-string' instead of
5753 `make-bool-vector' (XBM apparently wants byte-aligned rows).
5754
5755 2001-10-20 Kim F. Storm <storm@cua.dk>
5756
5757 * simple.el (kill-ring-save): Don't show extent of copied region
5758 if using transient-mark-mode and region is fully visible.
5759
5760 2001-10-20 Gerd Moellmann <gerd@gnu.org>
5761
5762 * (Version 21.1 released.)
5763
5764 2001-10-19 Eli Zaretskii <eliz@is.elta.co.il>
5765
5766 * files.el (auto-mode-alist): Associate .indent.pro with
5767 Fundamental mode. Suggested by Samuel Padgett <spadgett1@nc.rr.com>.
5768
5769 2001-10-18 Sam Steingold <sds@gnu.org>
5770
5771 Put the *Compile-Log* buffer in `compilation-mode'.
5772 * emacs-lisp/bytecomp.el (byte-goto-log-buffer): New function.
5773 (byte-compile-log-1, byte-compile-log-file)
5774 (displaying-byte-compile-warnings): Use it
5775
5776 2001-10-18 Stefan Monnier <monnier@cs.yale.edu>
5777
5778 * mail/smtpmail.el (smtpmail-via-smtp): Use mail-envelope-from if set.
5779
5780 * xml.el (xml-parse-tag): Use eq on char-after's return value.
5781
5782 2001-10-18 Gerd Moellmann <gerd@gnu.org>
5783
5784 * isearch.el (isearch-mode-map): Bind `mouse-movement' to nil.
5785
5786 * obsolete/hilit19.el (hilit-lookup-face-create):
5787 Call set-face-font only if display-graphic-p.
5788 (toplevel): Remove references to window-system.
5789
5790 2001-10-18 Miles Bader <miles@gnu.org>
5791
5792 * simple.el (what-line): Avoid problems with field properties.
5793
5794 2001-10-17 Eli Zaretskii <eliz@is.elta.co.il>
5795
5796 * wid-edit.el (widget-field-face, widget-single-line-field-face):
5797 Define special colors for a tty.
5798
5799 2001-10-17 Francesco Potorti` <pot@gnu.org>
5800
5801 * comint.el (comint-password-prompt-regexp): Make it less
5802 restrictive, letting comint recognise OpenSSH2 passphrase prompts.
5803
5804 2001-10-17 John Wiegley <johnw@gnu.org>
5805
5806 * eshell/em-unix.el (eshell/cat): Do a quick test if something is
5807 a regular file, before checking if it is a directory or symlink.
5808 This avoids a call to eshell-file-attributes, which can be
5809 expensive in some situations.
5810
5811 * eshell/em-ls.el (eshell-ls-dired-initial-args): Added an extra
5812 customization variable, to differentiate ls-in-dired from regular
5813 uses of ls.
5814
5815 2001-10-17 Miles Bader <miles@gnu.org>
5816
5817 * custom.el (defface): Mention `:inherit' in doc-string.
5818
5819 2001-10-16 Eli Zaretskii <eliz@is.elta.co.il>
5820
5821 * paren.el: Update the Commentary with installation instructions.
5822
5823 2001-10-15 Dave Love <fx@gnu.org>
5824
5825 * international/mule.el (set-auto-coding): Fix regexps for local
5826 variables section not to eat newlines.
5827
5828 2001-10-15 Miles Bader <miles@gnu.org>
5829
5830 * simple.el (display-message-or-buffer): Pass the correct buffer
5831 to `display-buffer'.
5832
5833 2001-10-14 Stefan Monnier <monnier@cs.yale.edu>
5834
5835 * progmodes/executable.el (executable-binary-suffixes): Make varalias.
5836 (executable-find): Use exec-suffixes.
5837 (executable-set-magic): Don't use make-local-hook.
5838
5839 * bindings.el (exec-suffixes): Initialize to a system-dependent value.
5840
5841 2001-10-14 Eli Zaretskii <eliz@is.elta.co.il>
5842
5843 * bindings.el (completion-ignored-extensions) [ms-dos, windows-nt]:
5844 Add .ico, .pif, .lnk, .dll, .drv, .vxd, and .386.
5845 Add .so to the Unix and GNU branch.
5846
5847 * international/latin-1.el:
5848 * international/latin-2.el:
5849 * international/latin-3.el:
5850 * international/latin-4.el:
5851 * international/latin-5.el:
5852 * international/latin-8.el:
5853 * international/latin-9.el: Add no-byte-compile: t, since
5854 Makefile.in instructs make-docfile to look at .el files.
5855
5856 2001-10-14 Miles Bader <miles@gnu.org>
5857
5858 * button.el (define-button-type): Allow supertype property to be
5859 specified with a keyword `:supertype' too.
5860 (button-put, make-text-button): Allow button type property to be
5861 specified using the keyword `:type' too.
5862 (button-type): New function.
5863 (button): Add `button-category-symbol' property.
5864
5865 2001-10-13 Stefan Monnier <monnier@cs.yale.edu>
5866
5867 * bindings.el (esc-map): Revert `j' and `C-j' bindings to
5868 indent-new-comment-line from comment-indent-new-line.
5869
5870 * textmodes/refill.el (refill-mode):
5871 Bind DEL to backward-delete-char-untabify.
5872 Set backward-delete-char-untabify-method to `hungry'.
5873
5874 * textmodes/bib-mode.el (bib-mode):
5875 * play/gomoku.el (gomoku-mode):
5876 * textmodes/page-ext.el (pages-directory-mode):
5877 * textmodes/scribe.el (scribe-mode): Use define-derived-mode.
5878
5879 * textmodes/two-column.el (2C-mode): Don't use make-local-hook.
5880
5881 * emacs-lisp/syntax.el (syntax-ppss): Autoload.
5882
5883 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
5884 Handle here-docs differently.
5885 (sh-font-lock-heredoc): Remove.
5886 (sh-here-doc-open-re, sh-here-doc-markers, sh-here-doc-re): New vars.
5887 (sh-font-lock-here-doc, sh-font-lock-close-heredoc)
5888 (sh-font-lock-open-heredoc): New functions.
5889 (sh-mode): Don't copy sh-font-lock-syntactic-keywords any more.
5890 (sh-font-lock-keywords-1): Use regexp-opt.
5891 (sh-in-comment-or-string): Use syntax-ppss.
5892 (sh-case, sh-for, sh-indexed-loop, sh-function, sh-if, sh-repeat)
5893 (sh-select, sh-tmp-file): Add explicit terminating \n.
5894
5895 * net/ange-ftp.el (ange-ftp-raw-send-cmd, ange-ftp-wait-not-busy):
5896 Use with-current-buffer.
5897 (ange-ftp-cd): New arg `noerror' to prevent signalling an error.
5898 (ange-ftp-send-cmd): If a `cd' is used (because of a space in the
5899 filename), catch any error that occurs in `ange-ftp-cd'.
5900 If an error happened, don't bother sending `cmd' at all.
5901 Fix a parenthesis typo.
5902 (ange-ftp-write-region): Don't blindly use binary if the remote host
5903 is unix-like.
5904
5905 * play/pong.el (pong-init): Don't use make-local-hook.
5906
5907 2001-10-13 Michael Kifer <kifer@cs.sunysb.edu>
5908
5909 * viper-ex.el (ex-edit): Make checks for modified buffer/file.
5910 (viper-get-ex-address-subr): More precise addr for the $ marker
5911
5912 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
5913
5914 * version.el (emacs-version): Bump to 21.1.50.
5915
5916 2001-10-13 Pavel Jan,Am(Bk <Pavel@Janik.cz>
5917
5918 * mail/mailalias.el (mail-directory-stream): Do not double
5919 variables in the lambda-list.
5920
5921 * play/gomoku.el (gomoku-init-display): Ditto.
5922
5923 * play/landmark.el (lm-init-display): Ditto.
5924
5925 * delim-col.el (delimit-columns-rectangle-max): Ditto.
5926 (delimit-columns-rectangle-line): Ditto.
5927
5928 2001-10-12 Stefan Monnier <monnier@cs.yale.edu>
5929
5930 * newcomment.el (comment-region-internal): Don't rebind
5931 invisibility_spec now that the C routines handle it correctly.
5932
5933 * help-funs.el (locate-library): Use load-suffixes and abbrev filename.
5934
5935 * frame.el (special-display-popup-frame): Obey new specs `same-window'
5936 and `same-frame'.
5937
5938 * menu-bar.el (minibuffer-local-*map): Take inheritance into account.
5939
5940 * simple.el (minibuffer-local*-map): Remove redundant bindings.
5941
5942 * bindings.el (minibuffer-local-map): Also bind next, C-n, C-s, prior,
5943 C-p and C-r. Remove redundant bindings from inheriting maps.
5944
5945 * progmodes/cperl-mode.el: Merged in changes from v4.32.
5946 After 4.23 and: After 4.24:
5947 (cperl-contract-levels): Restore position.
5948 (cperl-beautify-level): Likewise.
5949 (cperl-beautify-regexp): Likewise.
5950 (cperl-commentify): Rudimental support for length=1 runs
5951 (cperl-find-pods-heres): Process 1-char long REx comments too /a#/x
5952 After 4.25:
5953 (cperl-commentify): Was recognizing length=2 "strings" as length=1.
5954 (imenu-example--create-perl-index): Was not enforcing
5955 syntaxification-to-the-end.
5956 (cperl-invert-if-unless): Allow `for', `foreach'.
5957 (cperl-find-pods-heres): Quote `cperl-nonoverridable-face'.
5958 Mark qw(), m()x as indentable.
5959 (cperl-init-faces): Highlight `sysopen' too.
5960 Highlight $var in `for my $var' too.
5961 (cperl-invert-if-unless): Was leaving whitespace at end.
5962 (cperl-linefeed): Was splitting $var{$foo} if point after `{'.
5963 (cperl-calculate-indent): Remove old commented out code.
5964 Support (primitive) indentation of qw(), m()x.
5965 After 4.26:
5966 (cperl-problems): Mention `fill-paragraph' on comment. \"" and
5967 q [] with intervening newlines.
5968 (cperl-autoindent-on-semi): New customization variable.
5969 (cperl-electric-semi): Use `cperl-autoindent-on-semi'.
5970 (cperl-tips): Mention how to make CPerl the default mode.
5971 (cperl-mode): Support `outline-minor-mode'. From Mark A. Hershberger.
5972 (cperl-outline-level): New function.
5973 (cperl-highlight-variables-indiscriminately): New customization var.
5974 (cperl-init-faces): Use `cperl-highlight-variables-indiscriminately'.
5975 From Sean Kamath <kamath@pogo.wv.tek.com>.
5976 (cperl-after-block-p): Support CHECK and INIT.
5977 (cperl-init-faces, cperl-short-docs): Likewise and "our".
5978 From Doug MacEachern <dougm@covalent.net>.
5979 After 4.27:
5980 (cperl-find-pods-heres): Recognize \"" as a string.
5981 Mark whitespace between q and [] as `syntax-type' => `prestring'.
5982 Allow whitespace between << and "FOO".
5983 (cperl-problems): Remove \"" and q [] with intervening newlines.
5984 Mention multiple <<EOF as unsupported.
5985 (cperl-highlight-variables-indiscriminately): Doc misprint fixed.
5986 (cperl-indent-parens-as-block): New configuration variable.
5987 (cperl-calculate-indent): Merge cases of indenting non-BLOCK groups.
5988 Use `cperl-indent-parens-as-block'.
5989 (cperl-find-pods-heres): Test for =cut without empty line instead of
5990 complaining about no =cut.
5991 (cperl-electric-pod): Change the REx for POD from "\n\n=" to "^\n=".
5992 (cperl-find-pods-heres): Likewise.
5993 (cperl-electric-pod): Change `forward-sexp' to `forward-word':
5994 POD could've been marked as comment already.
5995 (cperl-unwind-to-safe): Unwind before start of POD too.
5996 After 4.28:
5997 (cperl-forward-re): Throw an error at proper moment REx unfinished.
5998 After 4.29:
5999 (x-color-defined-p): Make an extra case to peacify the warning.
6000 Toplevel: `defvar' to peacify the warnings.
6001 (cperl-find-pods-heres): Could access `font-lock-comment-face' in -nw.
6002 No -nw-compile time warnings now.
6003 (cperl-find-tags): TAGS file had too short substring-to-search.
6004 Be less verbose in non-interactive mode
6005 (imenu-example--create-perl-index): Set index-marker after name
6006 (cperl-outline-regexp): New variable.
6007 (cperl-outline-level): Made compatible with `cperl-outline-regexp'.
6008 (cperl-mode): Made use `cperl-outline-regexp'.
6009 After 4.30:
6010 (cperl-find-pods-heres): =cut the last thing, no blank line, was error.
6011 (cperl-outline-level): Make start-of-file same level as `package'.
6012 After 4.31:
6013 (cperl-electric-pod): `head1' and `over' electric only if empty.
6014 (cperl-unreadable-ok): New variable.
6015 (cperl-find-tags): Use `cperl-unreadable-ok', do not fail
6016 on an unreadable file.
6017 (cperl-write-tags): Use `cperl-unreadable-ok', do not fail
6018 on an unreadable directory.
6019
6020 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
6021 Consider the text between two errors as belonging to the first error.
6022 (compilation-goto-locus): Use pop-to-buffer rather than
6023 switch-to-buffer-other-frame.
6024
6025 * progmodes/awk-mode.el (awk-mode-syntax-table): / has string syntax.
6026 (awk-font-lock-syntactic-keywords): New var.
6027 (awk-mode): Use it.
6028
6029 * expand.el (expand-c-for-skeleton): Add explicit terminating \n.
6030
6031 * faces.el (describe-face): Call help-setup-xref earlier.
6032
6033 * jka-compr.el (jka-compr-load-suffixes): New var.
6034 (jka-compr-install): Add its content to load-suffixes.
6035 (jka-compr-uninstall): Remove its content from load-suffixes.
6036
6037 2001-10-12 Sam Steingold <sds@gnu.org>
6038
6039 * bindings.el (completion-ignored-extensions): CL-related
6040 extensions are platform-independent.
6041
6042 * net/ange-ftp.el (ange-ftp-copy-files-async): New function for
6043 asynchronous multiple file copying.
6044
6045 2001-10-12 Gerd Moellmann <gerd@gnu.org>
6046
6047 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
6048 Turn error for repeated variables into warning.
6049
6050 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
6051 New function checking that lambda-list consists of non-constant
6052 symbols, that &rest and &optional are followed by variable names,
6053 that &rest VAR is the last element, and that variables aren't doubled.
6054 (byte-compile-lambda): Use it.
6055
6056 2001-10-12 Eli Barzilay <eli@barzilay.org>
6057
6058 * calculator.el (calculator-eng-display): Don't call concat
6059 with an integer argument.
6060
6061 2001-10-12 Miles Bader <miles@gnu.org>
6062
6063 * help-mode.el (help-customize-face): New button-type.
6064
6065 * faces.el (list-faces-display): Fix args to `help-xref-button'.
6066 (describe-face): Fix args to `help-xref-button'.
6067 Don't switch to help-buffer around call to `help-setup-xref'.
6068 Use `help-buffer' instead of hard-wired "*Help*".
6069 Require `help-mode'.
6070
6071 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
6072
6073 * net/goto-addr.el (goto-address-mail-regexp): Allow + in username.
6074
6075 * help-mode.el (help-buffer): New function.
6076 Returns the buffer-name to use for help output.
6077 Change all the code to use it instead of hard-coding *Help*.
6078 (help-mode-map): Put back the mouse-2 binding.
6079 (help-xref-stack): Change the format and make buffer-local.
6080 (help-xref-stack-item): Make buffer-local.
6081 (help-setup-xref): Do the `push' here rather than in help-do-xref.
6082 (help-xref-interned): Display the face doc as well.
6083 (help-follow-mouse): Re-introduce.
6084 (help-xref-go-back): Adapt to the new use of help-xref-stack.
6085 (help-do-xref): Don't `push' any more.
6086 (help-follow): Also follow face names.
6087
6088 * help-funs.el (describe-function-1): Remove unused `parens' arg.
6089 Don't call help-setup-xref anymore and remove its `interactive-p' arg.
6090 Autoload and cleanup.
6091 (describe-function): Call help-setup-xref.
6092 (describe-variable): Call help-setup-xref earlier.
6093
6094 * help.el (describe-bindings-internal): New fun moved from keymap.c.
6095 (view-lossage): Call help-setup-xref correctly and earlier.
6096 (describe-bindings): Call help-setup-xref earlier.
6097 (describe-key): Call help-setup-xref. Fix call to describe-function-1.
6098 (describe-mode): Don't autoload. Call help-setup-xref earlier.
6099
6100 2001-10-11 Gerd Moellmann <gerd@gnu.org>
6101
6102 * master.el (master-mode): Use define-minor-mode instead of
6103 easy-mmode-define-minor-mode. Add autload cookie.
6104 (Commentary): Remove the line showing how to autoload master-mode,
6105 since it's always autoloaded.
6106
6107 * master.el: New file.
6108
6109 2001-10-11 Dave Love <fx@gnu.org>
6110
6111 * emacs-lisp/byte-opt.el (byte-optimize-lapcode)
6112 <byte-constref-ops>: Consider byte-constant2 and clarify the code.
6113 <const-C varset-X const-C>: Fix car/cdr typo.
6114
6115 2001-10-11 Gerd Moellmann <gerd@gnu.org>
6116
6117 * emacs-lisp/bytecomp.el (byte-compile-display-log-head-p):
6118 New function extracted from byte-compile-log-1.
6119 (byte-compile-log-1): Change output to be more in line with
6120 the output of other GNU tools.
6121 (byte-compile-warn): Emit `warning' instead of `**' for warnings.
6122 (byte-compile-report-error): Downcase error message.
6123 Use `error' instead of `!!' for error messages.
6124 (byte-compile-print-syms): Treat non-interactive case specially.
6125 (displaying-byte-compile-warnings): Use backquote.
6126 (byte-compile-from-buffer): Bind byte-compile-last-line.
6127 (batch-byte-compile): Remove `Done' message.
6128
6129 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
6130
6131 * emacs-lisp/copyright.el (copyright): Add final \n.
6132
6133 2001-10-11 Miles Bader <miles@gnu.org>
6134
6135 * diff.el (diff): Display default values in prompts as
6136 `(default ...)', not `(...)'.
6137
6138 * info.el (Info-follow-reference): Likewise.
6139
6140 2001-10-10 Stefan Monnier <monnier@cs.yale.edu>
6141
6142 * emacs-lisp/autoload.el (doc-string-elt): Remove.
6143
6144 * newcomment.el (comment-indent): Be a little more robust in case
6145 comment-indent-function does funny things.
6146 (comment-normalize-vars): Autoload.
6147 (comment-region-internal): Fiddle with the visibility spec.
6148 (comment-valid-prefix): New function.
6149 (comment-indent-new-line): Use it. Ignore adaptive-fill-prefixes
6150 that would turn comment-text into non-comment-text.
6151
6152 * emacs-lisp/syntax.el: New file.
6153
6154 * progmodes/tcl.el: Change maintainer to FSF and remove loads of
6155 compatibility cruft.
6156 (tcl-using-emacs-19, tcl-using-emacs-19-23, tcl-using-xemacs-19)
6157 (tcl-version, tcl-maintainer, tcl-use-hairy-comment-detector): Remove.
6158 (tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
6159 tcl-end-of-defun, tcl-mark-defun, tcl-indent-for-comment,
6160 tcl-submit-bug-report.
6161 (tcl-mode-syntax-table): Leave \f alone.
6162 (inferior-tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
6163 tcl-end-of-defun, tcl-submit-bug-report.
6164 (tcl-xemacs-menu): Fix up and pass it directly to easymenu.
6165 (tcl-add-emacs-menu): Remove.
6166 (tcl-fill-mode-map, tcl-fill-inferior-map): Moved into the defvar.
6167 (tcl-keyword-list): Add `chain'.
6168 (tcl-font-lock-syntactic-keywords): New variable.
6169 (tcl-pps-has-arg-6): Remove.
6170 (tcl-internal-beginning-of-defun, tcl-internal-end-of-defun)
6171 (tcl-internal-mark-defun): Remove.
6172 (tcl-set-proc-regexp, tcl-set-font-lock-keywords): Use regexp-opt.
6173 (tcl-mode): Use define-derived-mode. Simplify.
6174 Set comment-indent-function.
6175 (tcl-indent-command): Use line-beginning-position and comment-indent.
6176 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
6177 (tcl-indent-line): Use tcl-calculate-indent.
6178 (tcl-indent-exp): Renamed from indent-tcl-exp. Use new names.
6179 (tcl-add-log-defun): Renamed from add-log-tcl-defun. Use match-string.
6180 (tcl-filter): Use with-current-buffer, simplify.
6181 (inferior-tcl-mode): Use define-derived-mode.
6182 (tcl-hairy-in-comment): Renamed tcl-in-comment.
6183 (tcl-simple-in-comment, tcl-in-comment): Removed.
6184 (tcl-files-alist): New function.
6185 (tcl-help-snarf-commands): Use it and return the result directly
6186 rather than through a global variable.
6187 (tcl-reread-help-files): Fix up the call to tcl-help-snarf-commands.
6188 (tcl-help-on-word): Provide the default value to completing-read.
6189 (tcl-hilit): Remove.
6190 (tcl-hashify-buffer, tcl-popup-menu): Simplify.
6191 (tcl-comment-indent): New function.
6192 (tcl-submit-bug-report): Remove.
6193 (tcl-uncomment-region, tcl-indent-for-comment, add-log-tcl-defun)
6194 (indent-tcl-exp, calculate-tcl-indent, tcl-beginning-of-defun)
6195 (tcl-end-of-defun, tcl-mark-defun, tcl-mark): Redefine as aliases.
6196
6197 2001-10-10 Miles Bader <miles@gnu.org>
6198
6199 * info.el (Info-insert-dir): Don't call `Info-fontify-menu-headers'.
6200 (Info-fontify-node): Don't fontify the node if it's already been done.
6201
6202 2001-10-10 Gerd Moellmann <gerd@gnu.org>
6203
6204 * international/iso-transl.el (iso-transl-e-caret)
6205 (iso-transl-i-caret, iso-transl-o-caret, iso-transl-u-caret):
6206 Fix duplicates. From Dave Love <d.love@dl.ac.uk>.
6207
6208 * simple.el (end-of-buffer): Fix code scrolling specially
6209 for the buffer end.
6210
6211 * startup.el (command-line-1): Bind tab-width to 8.
6212
6213 2001-10-10 Pavel Jan,Am(Bk <Pavel@Janik.cz>
6214
6215 * emulation/tpu-edt.el: Use defalias instead of fset for
6216 user-visible commands. From Rob Riepel
6217 <riepel@Networking.Stanford.EDU>.
6218
6219 2001-10-09 Gerd Moellmann <gerd@gnu.org>
6220
6221 * ruler-mode.el: New file.
6222
6223 2001-10-09 Miles Bader <miles@gnu.org>
6224
6225 * apropos.el (button): New require.
6226
6227 * help-funs.el: New file, contents mostly from `help.el'.
6228 (describe-variable): Use `condition-case' instead of `ignore-errors'.
6229
6230 * help-mode.el: New file, contents mostly from `help.el'.
6231
6232 * help.el: Don't require `view' when compiling.
6233 (help-with-tutorial, describe-function, describe-function-1)
6234 (variable-at-point, describe-variable, locate-library):
6235 Functions moved into `help-funs.el'.
6236 (help-manyarg-func-alist): Variable moved into `help-funs.el'.
6237 (help-mode, help-mode-setup, help-mode-finish, help-button-action)
6238 (help-setup-xref, help-xref-following, help-make-xrefs)
6239 (help-xref-button, help-insert-xref-button, help-xref-interned)
6240 (help-xref-go-back, help-go-back, help-do-xref, help-follow)
6241 (help-xref-on-pp): Functions moved into `help-mode.el'
6242 (help-mode-map, help-xref-stack, help-xref-stack-item)
6243 (help-highlight-p, help-highlight-face, help-back-label)
6244 (help-xref-symbol-regexp, help-xref-mule-regexp)
6245 (help-xref-info-regexp): Variables moved into `help-mode.el'.
6246 (help-symbol, help-back, help-info, help-customize-variable)
6247 (help-function-def, help-variable-def):
6248 Button-types moved into `help-mode.el'.
6249 (load-symbol-file-load-history, symbol-file):
6250 Functions moved into `subr.el'.
6251 (symbol-file-load-history-loaded): Variable moved into `subr.el'.
6252 (view-lossage): Call `help-setup-xref' instead of doing it manually.
6253
6254 * subr.el (symbol-file-load-history-loaded)
6255 (load-symbol-file-load-history, symbol-file): Moved from `help.el'.
6256
6257 * loadup.el ("button"): Load removed.
6258
6259 * button.el (define-button-type): Respect any `supertype' property.
6260 (button-type-subtype-p, button-has-type-p): New functions.
6261
6262 * rfn-eshadow.el (rfn-eshadow-regexp): Deal correctly with escaped
6263 dollar-signs.
6264
6265 * comint.el (comint-insert-previous-argument): New function.
6266 (comint-mode-map): Bind `C-c .' to `comint-input-previous-argument'.
6267 (comint-insert-previous-argument-last-start-pos)
6268 (comint-insert-previous-argument-last-index): New variables.
6269
6270 * apropos.el (apropos-next-label-button): Use the presence of a
6271 `apropos-label' property to detect label buttons.
6272
6273 2001-10-08 Miles Bader <miles@gnu.org>
6274
6275 * button.el (next-button, previous-button): Remove N and WRAP
6276 parameters. Don't pay attention to `skip' properties.
6277 (forward-button): Implement wrapping, iterating, and skipping here
6278 instead.
6279 (button-activate): USE-MOUSE-ACTION is optional.
6280 (button-nop): Function removed.
6281 (default-button): Use `ignore' as default button action.
6282
6283 * apropos.el (apropos-next-label-button): Update arguments to
6284 `next-button'.
6285 (apropos-symbol): Add `skip' property.
6286 (apropos-function, apropos-macro, apropos-command)
6287 (apropos-variable, apropos-face, apropos-group, apropos-widget)
6288 (apropos-plist): New button types.
6289 (apropos-label-properties): Variable removed.
6290 (apropos-print): Pass button-type to apropos-print-doc, rather
6291 than help function and label text.
6292 (apropos-print-doc): Remove ACTION and STR args, add TYPE arg.
6293 Get button label from TYPE.
6294
6295 2001-10-07 Stefan Monnier <monnier@cs.yale.edu>
6296
6297 * help.el (help-mode): Use define-derived-mode.
6298 (describe-mode): Add optional `buffer' arg.
6299 Use it instead of going through help-xref-mode.
6300 Avoid doubling the word `minor' when prettifying.
6301 (describe-function-1): List the corresponding key bindings.
6302 (describe-variable): Say if the var is automatically buffer-local.
6303 If the source is `loaddefs.el', look for the real source.
6304 (help-xref-mode): Remove.
6305
6306 * emacs-lisp/bytecomp.el (byte-compile-file): Return success when
6307 the file says no-byte-compile.
6308
6309 2001-10-08 Miles Bader <miles@gnu.org>
6310
6311 * button.el (next-button, previous-button): Respect `skip' property.
6312
6313 2001-10-07 Miles Bader <miles@gnu.org>
6314
6315 * woman.el (woman-mode-map): Copy button-buffer-map instead of
6316 making a new keymap. Don't bind mouse-2. Bind M-mouse-2 to
6317 `woman-follow-word' instead of `woman-mouse-2'.
6318 (woman-follow-word): Renamed from `woman-mouse-2'.
6319 Follow current unconditionally, since this function is now only
6320 bound to M-mouse-2. Use accessor functions.
6321 (WoMan-highlight-references): Use `make-text-button'.
6322 (woman-xref): New button type.
6323
6324 * loadup.el ("faces"): Move load before loading "loaddefs.el".
6325 ("button"): New load, just before "help" (which uses it).
6326
6327 * help.el (help-mode-map): Make button-buffer-map our parent.
6328 Don't bind mouse events or tab/backtab.
6329 (help-function, help-variable, help-face, help-coding-system)
6330 (help-input-method, help-character-set, help-back, help-info)
6331 (help-customize-variable, help-function-def, help-variable-def):
6332 New button types.
6333 (help-button-action): New function.
6334 (describe-function-1): Pass help button-types to
6335 `help-xref-button' rather than help function and help-echo string.
6336 Don't put multiple help-function args in a list to pass them to
6337 help-xref-button, just pass them as multiple arguments.
6338 Use `help-insert-xref-button' to make [back]-button, rather than
6339 `help-xref-button'.
6340 (help-xref-button): Take a button-type TYPE as a parameter rather
6341 than a function. Remove HELP-ECHO parameter. Remove DATA parameter
6342 and add a &rest parameter ARGS to serve the same purpose.
6343 Use `make-text-button' to add the button.
6344 (help-insert-xref-button): Use `insert-text-button' to add the button.
6345 (help-follow-mouse, help-next-ref, help-previous-ref):
6346 Functions removed.
6347 (help-do-xref): New function.
6348 (help-follow): Use `push-button' and `help-do-xref' to do most of
6349 the work.
6350
6351 * apropos.el (apropos-symbol, apropos-label): New button types.
6352 (apropos-symbol-button-display-help)
6353 (apropos-label-button-display-help, apropos-next-label-button):
6354 New functions.
6355 (apropos-mode-map): Make button-buffer-map our parent.
6356 Don't bind mouse events.
6357 (apropos-print, apropos-print-doc): Create buttons instead of text
6358 properties.
6359 (apropos-mouse-follow): Function removed.
6360 (apropos-follow): Use buttons.
6361
6362 * button.el: New file.
6363
6364 2001-10-07 Gerd Moellmann <gerd@gnu.org>
6365
6366 * emacs-lisp/cl.el (most-positive-fixnum, most-negative-fixnum):
6367 Remove.
6368
6369 2001-10-05 Richard M. Stallman <rms@gnu.org>
6370
6371 * add-log.el (add-change-log-entry): Skip copyright notice
6372 and copying permission notice at start of file, if any.
6373 Make use of terms "entry" and "item" accord with Emacs manual.
6374 Simplify the logic for moving point while entering or creating
6375 an entry and then an item.
6376 (add-change-log-entry-other-window): Doc fix.
6377
6378 2001-10-06 Miles Bader <miles@gnu.org>
6379
6380 * rfn-eshadow.el (read-file-name-electric-shadow): Autoload cookie
6381 removed; they apparently don't work with faces.
6382
6383 2001-10-05 Sam Steingold <sds@gnu.org>
6384
6385 * textmodes/sgml-mode.el (html-xhtml): New user option.
6386 (html-tag-alist, html-horizontal-rule, html-image, html-line)
6387 (html-ordered-list, html-unordered-list, html-list-item)
6388 (html-paragraph, html-checkboxes, html-radio-buttons): Use it.
6389 (sgml-skip-close-p): New function.
6390 (sgml-value): Use it.
6391
6392 2001-10-05 Sam Steingold <sds@gnu.org>
6393
6394 * calendar/diary-lib.el (diary-entry-compare): When times are
6395 identical, compare the entries lexicographically.
6396
6397 2001-10-06 Miles Bader <miles@gnu.org>
6398
6399 * rfn-eshadow.el (rfn-eshadow-update-overlay):
6400 Use `minibuffer-prompt-end'.
6401
6402 * simple.el (previous-matching-history-element): Fix misplaced
6403 parentheses.
6404
6405 2001-10-05 Miles Bader <miles@gnu.org>
6406
6407 * rfn-eshadow.el: New file.
6408
6409 2001-10-05 Miles Bader <miles@gnu.org>
6410
6411 * cus-face.el (custom-face-attributes): Make sure each attribute
6412 has a valid default value. Remove hacks that mapped `nil' to
6413 `off' and used nil to mean `unspecified'. Remove `unspecified'
6414 choices from all attributes (unspecified is handled by the parent
6415 checklist).
6416 * cus-edit.el (custom-face-edit-convert-widget)
6417 (custom-face-edit-deactivate, custom-face-edit-activate)
6418 (custom-face-edit-delete, custom-face-edit-attribute-tag):
6419 New functions.
6420 (custom-face-edit): Specify a custom :convert-widget.
6421 (custom-pre-filter-face-spec, custom-post-filter-face-spec):
6422 Don't pass in default filters that map between `nil' and `off' and
6423 `unspecified' and `nil'.
6424
6425 2001-10-05 Gerd Moellmann <gerd@gnu.org>
6426
6427 * progmodes/compile.el (compilation-buffer-name): New function.
6428 (compile-internal): Use it to determine the name of the
6429 compilation buffer.
6430
6431 2001-10-05 Miles Bader <miles@gnu.org>
6432
6433 * progmodes/compile.el (grep-use-null-device): New variable.
6434 (grep-command): Mention `grep-use-null-device'.
6435 (grep-compute-defaults): Compute `grep-use-null-device' if necessary.
6436 Make computation of `grep-command' respect `grep-use-null-device'.
6437 (grep): Respect `grep-use-null-device'.
6438 Call `grep-compute-defaults' even if grep-command is set, if
6439 grep-use-null-device is still tentative.
6440
6441 * subr.el (call-process-shell-command): New function.
6442
6443 2001-10-05 Miles Bader <miles@gnu.org>
6444
6445 * simple.el (previous-matching-history-element)
6446 (next-history-element, next-complete-history-element): Use
6447 `minibuffer-' functions instead of calling `field-' functions directly.
6448 (minibuffer-prompt-end, minibuffer-contents):
6449 (minibuffer-contents-no-properties, delete-minibuffer-contents):
6450 Functions removed (now subrs).
6451 (minibuffer-prompt-width): Use `minibuffer-prompt-end'.
6452
6453 * minibuf-eldef.el (minibuf-eldef-setup-minibuffer)
6454 (minibuf-eldef-update-minibuffer): Use `minibuffer-' functions
6455 instead of calling `field-' functions directly.
6456 (minibuf-eldef-setup-minibuffer): Remove unused variable `prompt'.
6457
6458 2001-10-05 Gerd Moellmann <gerd@gnu.org>
6459
6460 * files.el (find-file-noselect): If file's read-only status has
6461 changed on disk, ask if buffer's read-only status should be
6462 changed, unless NOWARN is set.
6463
6464 * emacs-lisp/cl-macs.el (define-setf-expander): Make it an
6465 alias for define-setf-method.
6466
6467 * bindings.el: Remove no-byte-compile from file local variables
6468 to enable bootstrapping.
6469
6470 2001-10-04 Andrew Innes <andrewi@gnu.org>
6471
6472 * faces.el (face-font-registry-alternatives) [windows-nt]:
6473 Make gb2312 an alias for gb2312.1980.
6474
6475 2001-10-04 Stefan Monnier <monnier@cs.yale.edu>
6476
6477 * uniquify.el (uniquify-get-proposed-name): Don't assume dirsep is /.
6478 (uniquify-reverse-components): Remove.
6479
6480 * emacs-lisp/bytecomp.el (byte-recompile-directory):
6481 Make sure the file is readable.
6482 (byte-compile-file): Don't compile if `no-byte-compile' is set.
6483 (byte-compile-defvar): Update to reflect the change in Fdefvar.
6484 (batch-byte-recompile-directory): Pass arg=0.
6485
6486 * progmodes/perl-mode.el (perl-indent-continued-arguments): New var.
6487 (perl-calculate-indent): Use it.
6488 (perl-backward-to-noncomment): Use forward-comment.
6489
6490 * derived.el (define-derived-mode, derived-mode-make-docstring):
6491 Allow `parent' to be nil.
6492
6493 * textmodes/nroff-mode.el (nroff-mode-abbrev-table, nroff-mode):
6494 Use define-derived-mode.
6495 (nroff-mode-map, nroff-mode-syntax-table): Massage.
6496
6497 * mail/mailabbrev.el (mail-abbrev-in-expansion-header-p): Simplify.
6498
6499 * emacs-lisp/lselect.el: Use facep iso find-face.
6500
6501 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
6502 Use regexp-opt.
6503 (doc-string-elt): Set symbols' prop. Copied from autoload.el.
6504 (lisp-font-lock-syntactic-face-function): New function.
6505 (lisp-mode-variables): Use it. Make arg optional.
6506 (emacs-lisp-mode): Don't pass an arg to lisp-mode-variables.
6507 (lisp-mode): Don't pass an arg to lisp-mode-variables.
6508 Set comment-start-skip.
6509
6510 * emacs-lisp/lisp-mnt.el (lm-history-header): Accept `ChangeLog'.
6511
6512 * emacs-lisp/cl-macs.el (frame-parameter): Add a setf method.
6513 (ignore-errors): Don't bother using a `err' symbol.
6514
6515 * emacs-lisp/autoload.el (autoload-ensure-default-file)
6516 (autoload-insert-section-header, autoload-before-p)
6517 (autoload-remove-section): New functions.
6518 (generate-file-autoloads): Use them.
6519 (update-file-autoloads): Use them. Return FILE if there's no cookie.
6520 Make sure the autoload file is properly formatted when creating it.
6521 (update-autoloads-from-directories): Use them as well.
6522 Only update autoloads for files whose timestamp has changed.
6523 Add a dummy entry to remember the files which had no autoload cookies.
6524
6525 * timer.el (timer-relative-time): Fix computation for negative `micro'.
6526
6527 * subr.el (define-key-after): Allow `key' to be longer than 1.
6528 (make-local-hook): Make obsolete.
6529 (add-hook, remove-hook): Don't use make-local-hook any more.
6530 (make-syntax-table): Inherit all chars from s-s-t.
6531
6532 2001-10-04 Gerd Moellmann <gerd@gnu.org>
6533
6534 This is a fix for a report saying that resuming a search with C-s
6535 C-s doesn't use the case-fold-search setting of the previous
6536 search (C-s ... M-c ... then C-s C-s).
6537
6538 * isearch.el (isearch-last-case-fold-search): New variable.
6539 (isearch-mode): Remember value of isearch-case-fold-search
6540 in isearch-last-case-fold-search.
6541 (isearch-done): Quote value of isearch-case-fold-search.
6542 (isearch-repeat): When resuming a search, restore
6543 isearch-case-fold-search from isearch-last-case-fold-search.
6544
6545 Added to NEWS.
6546
6547 * startup.el (inhibit-startup-buffer-menu): New user-option.
6548 (command-line-1): If inhibit-startup-buffer-menu is set, don't
6549 display the buffer menu. From Simon Josefsson <jas@extundo.com>.
6550
6551 This allows upto 99999 messages in the summary without screwing up
6552 the summary sorting. Previously 9999 was the maximum. Added to NEWS.
6553
6554 * mail/rmailsum.el (rmail-make-summary-line)
6555 (rmail-make-summary-line-1, rmail-summary-next-same-subject)
6556 (rmail-summary-goto-msg, rmail-summary-goto-msg):
6557 Allow 5-digit message ids instead of 4.
6558
6559 This adds expansion of environment variables in the value
6560 specified with M-x setenv. Added to NEWS.
6561
6562 * env.el (substitute-env-vars): New function.
6563 (setenv): Add parameter SUBSTITUTE-ENV-VARS. If set, substitute
6564 environment variables in VALUE. Return VALUE.
6565
6566 2001-10-04 Gerd Moellmann <gerd@gnu.org>
6567
6568 * Branch for 21.1.
6569
6570 2001-10-03 Stefan Monnier <monnier@cs.yale.edu>
6571
6572 * pcvs-util.el (cvs-prefix-define): Typo cons->concat.
6573
6574 2001-10-03 Pavel Jan,Am(Bk <Pavel@Janik.cz>
6575
6576 * emulation/tpu-edt.el: Make messages match original TPU/edt
6577 editor. From riepel@Stanford.EDU (Rob Riepel).
6578
6579 2001-10-03 Eli Zaretskii <eliz@is.elta.co.il>
6580
6581 * rect.el: Update maintainer's email address.
6582
6583 2001-10-02 Andreas Schwab <schwab@suse.de>
6584
6585 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 227 and 228 for Long
6586 and Extended Passive Mode, resp.
6587
6588 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
6589
6590 These changes add support for Calendar-related items in the
6591 menu bar on tty's as well:
6592
6593 * calendar/calendar.el (calendar-mode-map): Require cal-menu
6594 unconditionally.
6595 (calendar-mode): Set up activate-menubar-hook unconditionally.
6596
6597 * calendar/cal-menu.el (cal-menu-x-popup-menu): New function,
6598 calls x-popup-menu only if popup menus are supported.
6599 (calendar-mouse-insert-hebrew-diary-entry)
6600 (calendar-mouse-insert-islamic-diary-entry)
6601 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
6602 (calendar-mouse-view-other-diary-entries)
6603 (calendar-mouse-print-dates, calendar-mouse-2-date-menu)
6604 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
6605 Call cal-menu-x-popup-menu instead of x-popup-menu.
6606
6607 2001-10-01 Gerd Moellmann <gerd@gnu.org>
6608
6609 * gs.el (gs-set-ghostview-window-prop): Fix args of `elt'.
6610
6611 * emacs-lisp/edebug.el (rx): Add def-edebug-spec.
6612
6613 * emacs-lisp/rx.el: New file.
6614
6615 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
6616
6617 * help.el (help-for-help): Doc fix. From Pavel@Janik.cz (Pavel Janik).
6618
6619 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
6620
6621 * frame.el (select-frame-by-name, other-frame): Doc fix.
6622
6623 2001-09-29 Eli Zaretskii <eliz@is.elta.co.il>
6624
6625 * play/snake.el (snake-score-file): Use temporary-file-directory
6626 instead of a literal "/tmp". Suggested by Robert
6627 <robert@chezmarshall.freeserve.co.uk>.
6628
6629 * play/tetris.el (tetris-score-file): Ditto.
6630
6631 2001-09-28 Eli Zaretskii <eliz@is.elta.co.il>
6632
6633 * apropos.el (apropos-print): Make the directions inserted at the
6634 beginning of the *Apropos* buffer more clear.
6635
6636 2001-09-27 Michael Kifer <kifer@cs.sunysb.edu>
6637
6638 * ediff-mult.el (ediff-get-meta-info): Installed Gerd's changes.
6639 Added comments.
6640
6641 2001-09-27 Stefan Monnier <monnier@cs.yale.edu>
6642
6643 * newcomment.el (comment-normalize-vars): Use " \t" rather than
6644 "\\s-" when defining comment-end-skip.
6645
6646 2001-09-27 Gerd Moellmann <gerd@gnu.org>
6647
6648 * mail/feedmail.el (feedmail-queue-send-edit-prompt-help):
6649 Call get-buffer-window first second arg `visible'.
6650
6651 * international/mule-diag.el (list-input-methods-1):
6652 Output something that's independent of Emacs' version.
6653
6654 * tar-mode.el (tar-mode-write-file): Don't signal an error by
6655 calling byte-to-position with a nil tar-header-offset.
6656
6657 2001-09-27 Simon Josefsson <jas@extundo.com>
6658
6659 * mail/sendmail.el (send-mail-function): Doc fix.
6660 (mail-do-fcc): Error if header-end is not a marker.
6661 (mail-do-fcc): Add a comment.
6662 (mail-reply-to): Doc fix.
6663 (mail-signature): Make ATPOINT optional.
6664 (mail-yank-original): Use cond instead of nestled if.
6665
6666 2001-09-26 Stefan Monnier <monnier@cs.yale.edu>
6667
6668 * info.el (Info-on-current-buffer): Default arg to "Top".
6669
6670 2001-09-25 Eli Barzilay <eli@barzilay.org>
6671
6672 * calculator.el (calculator-copy-displayer): New user-option.
6673 (calculator-displayer-prev, calculator-displayer-next):
6674 Renamed from calculator-displayed-{left,right}.
6675 (calculator, calculator-standard-displayer)
6676 (calculator-num-to-string, calculator-update-display)
6677 (calculator-copy, calculator-put-value): Bug and display fixes.
6678
6679 2001-09-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6680
6681 * ebnf2ps.el: Eliminate make-local-hook calls. Doc fix.
6682 (ebnf-version): New version (3.6.1).
6683
6684 * ebnf-bnf.el: Fix character range regexp. Doc fix.
6685 (ebnf-bnf-non-terminal-chars): New internal const.
6686 (ebnf-bnf-lex): Fix code.
6687
6688 * ebnf-iso.el: Fix character range regexp. Doc fix.
6689 (ebnf-iso-non-terminal-chars): New internal const.
6690 (ebnf-iso-lex): Fix code.
6691
6692 * ebnf-yac.el: Fix character range regexp. Doc fix.
6693 (ebnf-yac-skip-chars): New internal const.
6694 (ebnf-yac-skip-code): Fix code.
6695
6696 2001-09-24 Stefan Monnier <monnier@cs.yale.edu>
6697
6698 * vc.el (vc-checkin): Use vc-delete-automatic-version-backups.
6699
6700 * pcvs-parse.el (cvs-parse-commit): Expand the file name before
6701 passing it to VC.
6702
6703 * vc-hooks.el (vc-delete-automatic-version-backups): Handle the
6704 case where the file is relative.
6705
6706 2001-09-24 Gerd Moellmann <gerd@gnu.org>
6707
6708 * xml.el (xml-parse-attlist): Quotes around attributes must be the
6709 same on each side. Make sure we properly handle simple quotes.
6710 From Daiki Ueno <ueno@unixuser.org>.
6711
6712 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
6713
6714 * mail/sendmail.el (mail-mode): Doc fix. From Simon Josefsson
6715 <jas@extundo.com>.
6716
6717 * menu-bar.el (top-level): Minor fixes for text of help-echo in
6718 some items of the Options menu.
6719
6720 2001-09-22 Stefan Monnier <monnier@cs.yale.edu>
6721
6722 * pcvs-parse.el (cvs-parse-commit): Remove the temp files used by VC.
6723
6724 * vc-hooks.el (vc-delete-automatic-version-backups):
6725 Don't fail if the directory doesn't exist.
6726
6727 * diff-mode.el (diff-default-read-only): New var.
6728 (diff-mode): Use it.
6729
6730 2001-09-22 Eli Zaretskii <eliz@is.elta.co.il>
6731
6732 * hexl.el (hexl-mode-map): Fix the change of 2001-08-23:
6733 Use make-keymap instead of copy-keymap, since copying the global
6734 keymap messes up the menu bar.
6735
6736 * info.el (Info-goto-node, Info-menu): Doc fix. Suggested by
6737 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
6738
6739 2001-09-21 Eli Zaretskii <eliz@is.elta.co.il>
6740
6741 * dired.el (dired-build-subdir-alist): Accept optional arg SWITCHES.
6742
6743 * dired-aux.el (dired-insert-subdir): Pass switches to
6744 dired-build-subdir-alist.
6745
6746 2001-09-21 Stephen Gildea <gildea@stop.mail-abuse.org>
6747
6748 * time-stamp.el (time-stamp-string-preprocess): Fix bug that
6749 caused %#a and %#b to be mis-formatted.
6750
6751 2001-09-20 Eli Zaretskii <eliz@is.elta.co.il>
6752
6753 * info.el (Info-file-list-for-emacs): Add elements for ada-mode,
6754 ccmode, emacs-mime, and eudc manuals.
6755
6756 2001-09-19 Sam Steingold <sds@gnu.org>
6757
6758 w32 find cannot be used with `grep-find'.
6759 * progmodes/compile.el (find-program): New variable.
6760 (grep-compute-defaults): Use it to set `grep-find-command'.
6761
6762 2001-09-19 Gerd Moellmann <gerd@gnu.org>
6763
6764 * ps-bdf.el (bdf-read-bitmap): Initialize returned values to defaults.
6765
6766 2001-09-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6767
6768 * ebnf2ps.el: Replace "Prologue" by "Prolog" in PostScript
6769 programming. Doc fix.
6770 (ebnf-version): New version (3.6).
6771 (ebnf-eps-begin): Data fix.
6772 (ebnf-begin-file): Code fix.
6773
6774 * ebnf-bnf.el: Doc fix.
6775 (ebnf-bnf-lex): Fix regexp for non-terminal and terminal tokens.
6776
6777 * ebnf-iso.el, ebnf-otz.el, ebnf-yac.el: Doc fix.
6778
6779 2001-09-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6780
6781 * ps-print.el: Better face mapping for black/white PostScript printers.
6782 Check if mark is active when printing a region. Doc fix.
6783 (ps-print-version): New version number (6.5.5).
6784 (ps-print-color-p): Customization fix.
6785 (ps-black-white-faces): New option.
6786 (ps-black-white-faces-alist): New internal var.
6787 (ps-count-lines-preprint, ps-print-preprint-region): New funs.
6788 (ps-print-region, ps-print-region-with-faces, ps-nb-pages-buffer)
6789 (ps-nb-pages-region): Interactive fix.
6790 (ps-extend-face-list, ps-extend-face, ps-setup, ps-begin-job)
6791 (ps-face-attributes, ps-generate-postscript-with-faces): Code fix.
6792
6793 2001-09-18 Eli Zaretskii <eliz@is.elta.co.il>
6794
6795 * dired.el (dired-move-to-filename-regexp): Allow one digit in the
6796 numeric month value, and allow the Kanji character after the it to
6797 be missing (happens with ls-lisp's output on Japanese versions of
6798 MS-Windows).
6799
6800 2001-09-18 Miles Bader <miles@gnu.org>
6801
6802 * diff-mode.el (diff-mode): Don't make the buffer read-only if
6803 it's empty (and thus probably a new patch file about to be edited).
6804
6805 2001-09-17 Gerd Moellmann <gerd@gnu.org>
6806
6807 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
6808 Check for '(' in column 0 of doc string.
6809
6810 * gs.el (gs-set-ghostview-window-prop): Use `elt' instead
6811 of `nth' so that using a vector as bounding-box works.
6812 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
6813
6814 2001-09-17 Andre Spiegel <spiegel@gnu.org>
6815
6816 * vc.el (vc-annotate): Use current workfile version explicitly as
6817 a default, suggested by Gustav H,Ae(Bllberg <gustav@virtutech.se>.
6818
6819 2001-09-16 Eli Zaretskii <eliz@is.elta.co.il>
6820
6821 * ps-bdf.el (bdf-cache-file) <ms-dos>: Use _bdfcache.el, since
6822 convert-standard-filename doesn't guarantee that the .el extension
6823 is preserved.
6824
6825 * dos-fns.el (convert-standard-filename): Replace invalid
6826 characters only after converting dash/underscore to a period.
6827 (original-make-auto-save-file-name): New.
6828 (make-auto-save-file-name): New function, overrides the definition
6829 on files.el and calls the original function via
6830 original-make-auto-save-file-name.
6831
6832 * mail/rmail.el (top-level): Require mule-utils when compiling.
6833 (rmail-decode-babyl-format): Use detect-coding-with-priority
6834 instead of detect-coding-region, to favor detection of emacs-mule
6835 encoded Babyl files written by rmailout.el etc. Suggested by
6836 Kenichi Handa <handa@etl.go.jp>.
6837
6838 2001-09-14 Eli Zaretskii <eliz@is.elta.co.il>
6839
6840 * eshell/em-unix.el (eshell-shuffle-files, eshell-shuffle-files):
6841 Use `equal', not `=', since the device number can be a cons cell.
6842
6843 2001-09-14 Gerd Moellmann <gerd@gnu.org>
6844
6845 * simple.el: Comment out change of 2001-09-13.
6846
6847 2001-09-13 Milan Zamazal <pdm@zamazal.org>
6848
6849 * progmodes/compile.el (grep-compute-defaults): Don't set
6850 grep-command/grep-find-command when it is already non-nil.
6851 (grep-command): Make it a user option.
6852 (grep-find-command): Likewise.
6853
6854 2001-09-13 Michael Kifer <kifer@cs.sunysb.edu>
6855
6856 * viper-cmd.el (viper-replace-char-subr, viper-envelop-ESC-key):
6857 inhibit quit.
6858
6859 2001-09-13 Eli Zaretskii <eliz@is.elta.co.il>
6860
6861 * files.el (make-auto-save-file-name): If long file names are not
6862 supported on MS-DOS, truncate the file name to DOS 8+3 limits before
6863 generating an auto-save file name from it.
6864
6865 2001-09-13 Gerd Moellmann <gerd@gnu.org>
6866
6867 * ps-print.el (ps-print-region, ps-print-region-with-faces)
6868 (ps-nb-pages-region): Signal an error if called interactively
6869 and the mark is not active.
6870
6871 * simple.el (minibuffer-prompt-modification)
6872 (minibuffer-prompt-insertion): New functions.
6873 (minibuffer-prompt-properties): Use `modification-hooks' and
6874 `insert-in-front-hooks'.
6875
6876 2001-09-12 Richard M. Stallman <rms@gnu.org>
6877
6878 * textmodes/outline.el (outline-regexp): Doc fix.
6879 Initialize it in the defcustom, the usual way.
6880
6881 2001-09-12 Gerd Moellmann <gerd@gnu.org>
6882
6883 * ediff-mult.el (ediff-get-meta-info): Take into account that data
6884 from `ediff-meta-info' properties need not be an overlay.
6885 From David Ponce <dponce@voila.fr>.
6886
6887 * isearch.el (isearch-intersects-p): Fix end checks.
6888
6889 2001-09-11 Eli Zaretskii <a34785@is.elta.co.il>
6890
6891 * gud.el (dbx) <gud-dbx-use-stopformat-p>: Move this case into the
6892 `t' branch of `cond', since Irix 6.1 and up is a special case of
6893 the standard dbx interface.
6894
6895 2001-09-11 Miles Bader <miles@gnu.org>
6896
6897 * comint.el (comint-send-input): When waiting for echoed input,
6898 don't save the expected end position in `echo-end', so that things
6899 work properly even if the buffer is modified elsewhere at the same
6900 time [this happens if `comint-truncate-buffer' is used].
6901
6902 2001-09-11 Gerd Moellmann <gerd@gnu.org>
6903
6904 * textmodes/outline.el (outline-mode): Use `^' and a shy group
6905 when constructing imenu-generic-expression from outline-regexp.
6906
6907 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
6908
6909 * eshell/em-unix.el (eshell-shuffle-files): Compare inodes with
6910 `equal' instead of `=', since they can be cons cells. From Nils
6911 Goesche <cartan@cartan.de>.
6912
6913 2001-09-10 Andre Spiegel <spiegel@gnu.org>
6914
6915 * vc.el (vc-annotate): Rewrote doc string.
6916
6917 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
6918
6919 * time-stamp.el: Update Stephen Gildea's email address.
6920
6921 2001-09-10 Gerd Moellmann <gerd@gnu.org>
6922
6923 * mail/sendmail.el (mail-send): Obey mail-send-nonascii when
6924 enable-multibyte-characters = nil. From Hallvard B Furuseth
6925 <h.b.furuseth@usit.uio.no>.
6926
6927 2001-09-09 Michael Kifer <kifer@cs.sunysb.edu>
6928
6929 * ediff-init.el (ediff-highest-priority): Bug fix.
6930
6931 * viper-cmd.el (viper-special-read-and-insert-char): New function
6932 that reads a character and uses the current input method or
6933 iso-accents when appropriate.
6934
6935 * viper.el and all others: Corrections to the comment blocks at
6936 the top.
6937
6938 2001-09-09 Eli Zaretskii <eliz@is.elta.co.il>
6939
6940 * info.el (Info-goto-node): Doc fix.
6941
6942 2001-09-07 Gerd Moellmann <gerd@gnu.org>
6943
6944 * isearch.el (isearch-intersects-p): New function.
6945 (isearch-close-unnecessary-overlays): Renamed from *unecessary*,
6946 use isearch-intersects-p, and clean up.
6947
6948 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
6949
6950 * textmodes/ispell.el (ispell-dictionary-alist-4): Add "german"
6951 and "german8", for the new German orthography dictionaries,
6952 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): Rearrange
6953 the entries, to keep the line length balanced for loaddefs.el.
6954
6955 2001-09-07 Dr Francis J. Wright <F.J.Wright@qmw.ac.uk>
6956
6957 * comint.el (comint-send-input): Handle comint-process-echoes
6958 differently.
6959
6960 2001-09-07 Pavel Jan,Am(Bk <Pavel@Janik.cz>
6961
6962 * locate.el (locate-insert-header): Remove unnecessary whitespace.
6963
6964 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
6965
6966 * arc-mode.el (archive-dostime): Fix a typo in minutes' computation.
6967
6968 2001-09-07 Gerd Moellmann <gerd@gnu.org>
6969
6970 * server.el (server-switch-buffer):
6971 * textmodes/refer.el (refer-find-entry-internal):
6972 * term/sup-mouse.el (sup-pos-to-window):
6973 * term/bg-mouse.el (bg-window-from-x-y):
6974 * emacs-lisp/edebug.el (edebug-window-live-p):
6975 Use get-window-with-predicate.
6976
6977 * window.el (get-window-with-predicate): Renamed from some-window.
6978 (some-window): Make it an alias.
6979
6980 2001-09-06 Gerd Moellmann <gerd@gnu.org>
6981
6982 * simple.el (undo): Remove positions from buffer-undo-list up to
6983 the next undo boundary only.
6984
6985 2001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
6986
6987 * makefile.nt (install): Don't copy sc.el. Reported by Richard
6988 Kim <ryk@dspwiz.com>
6989
6990 * cus-edit.el (custom-buffer-create-internal): Remove "100%" from
6991 the message "Creating customization items...done".
6992
6993 2001-09-05 Gerd Moellmann <gerd@gnu.org>
6994
6995 * font-lock.el (toplevel): Require `jit-lock' only if
6996 font-lock-support-mode is set to jit-lock-mode.
6997
6998 2001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
6999
7000 * international/quail.el (quail-use-package, quail-inactivate)
7001 (quail-activate): Mention the hooks these functions run in their
7002 doc strings.
7003
7004 2001-09-05 Edward M. Reingold <reingold@iit.edu>
7005
7006 * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name
7007 of file in header of menu.
7008
7009 2001-09-04 Gerd Moellmann <gerd@gnu.org>
7010
7011 * env.el (setenv): Interactively, if VARIABLE has a current value,
7012 add that to the front of the history, as the doc string says.
7013
7014 * comint.el (comint-send-input): Change help-echo.
7015 From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>.
7016
7017 * bookmark.el (bookmark-write-file): Bind print-length and
7018 print-level to nil. From Tom Capey <tomc@edina.co.uk>.
7019
7020 * obsolete/uncompress.el: Moved there from lisp/.
7021
7022 * comint.el (comint-insert-clicked-input): Goto point-max before
7023 deleting previous input. From "Dr Francis J. Wright"
7024 <F.J.Wright@qmw.ac.uk>.
7025
7026 * simple.el (backward-word): Doc fix.
7027
7028 2001-09-03 Pavel Jan,Am(Bk <Pavel@Janik.cz>
7029
7030 * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el
7031 * uncompress.el, uniquify.el, vc.el, view.el, window.el
7032 * w32-fns.el: Add Keywords header.
7033
7034 2001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
7035
7036 * menu-bar.el: Fix separators in the Edit menu. Bring "Fill" near
7037 "Text Properties". Suggested by Simon Marshall
7038 <Simon.Marshall@midas-kapiti.com>.
7039
7040 2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
7041
7042 * term/mac-win.el (mac-drag-n-drop): Decode file name by
7043 consulting the value of file-name-coding-system.
7044
7045 2001-09-03 Stefan Monnier <monnier@cs.yale.edu>
7046
7047 * help.el (describe-function-1): Save precomputed `file-name' rather
7048 than recomputing it (incorrectly) with `symbol-file'.
7049
7050 2001-09-03 Gerd Moellmann <gerd@gnu.org>
7051
7052 * international/isearch-x.el (isearch-exit-recursive-edit):
7053 Take three parameters, since it's used as an after-change-function.
7054
7055 * emacs-lisp/backquote.el (backquote-backquote-symbol)
7056 (backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
7057 from doc strings.
7058
7059 2001-09-02 Milan Zamazal <pdm@zamazal.org>
7060
7061 * progmodes/glasses.el (glasses-convert-to-unreadable):
7062 Consider underscores as in `glasses-make-readable'.
7063
7064 2001-09-02 Eli Zaretskii <eliz@is.elta.co.il>
7065
7066 * progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for
7067 MS-DOS, since cpp might not be available.
7068
7069 * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>:
7070 Mention "yank" in the help-echo text.
7071 Suggested by Pavel Jan,Am(Bk <Pavel@Janik.cz>.
7072
7073 2001-09-01 Stefan Monnier <monnier@cs.yale.edu>
7074
7075 * newcomment.el (comment-indent): Insert spaces more carefully.
7076
7077 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
7078
7079 * mail/emacsbug.el (report-emacs-bug): Make sure *Messages*
7080 exists. From Andy Petrusenco <andy@int.spb.ru>.
7081
7082 * hi-lock.el (hi-lock-unface-buffer): Don't call x-popup-menu if
7083 display-popup-menus-p returns nil. Suggested by Andy Petrusenco
7084 <andy@int.spb.ru>.
7085
7086 2001-08-31 Gerd Moellmann <gerd@gnu.org>
7087
7088 * isearch.el (isearch-mouse-2): Renamed from isearch-mouse-yank.
7089 Instead of running mouse-yank-at-click, see what the event is
7090 bound to outside Isearch and run that.
7091
7092 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
7093
7094 * menu-bar.el (menu-bar-options-menu) <transient-mark-mode>:
7095 Fix the menu entry to mention transient-mark-mode.
7096
7097 2001-08-30 Gerd Moellmann <gerd@gnu.org>
7098
7099 * simple.el (eval-expression-print-level): Fix last change.
7100
7101 * bindings.el (mode-line-coding-system-map): New variable.
7102 (mode-line-mule-info): Give the "%Z" a local-map keymap.
7103
7104 * simple.el (eval-expression-print-level): Change the type
7105 of the defcustom to allow nil.
7106
7107 * emacs-lisp/find-gc.el: Moved here from lisp/.
7108
7109 * international/quail.el (quail-completion-1):
7110 Reverse the ((CHAR . DEFN) ...) list before processing it.
7111 From Kenichi Handa <handa@etl.go.jp>.
7112
7113 * obsolete/rsz-mini.el, obsolete/sun-curs.el, obsolete/sun-fns.el
7114 * obsolete/x-apollo.el, obsolete/x-menu.el: Moved here from lisp/.
7115
7116 2001-08-30 Eli Zaretskii <eliz@is.elta.co.il>
7117
7118 * toolbar/tool-bar.el (tool-bar-mode): Make it a no-op if images
7119 aren't supported. This avoids the annoying gray strip drawn by
7120 the Windows version instead of the missing tool bar.
7121
7122 2001-08-29 Gerd Moellmann <gerd@gnu.org>
7123
7124 * menu-bar.el (menu-bar-options-menu): Make option text, messages
7125 and tooltips more consistent. From "Marshall, Simon"
7126 <Simon.Marshall@midas-kapiti.com>.
7127
7128 * startup.el (fancy-splash-screens): Temporarily set
7129 minor-mode-map-alist to nil while displaying splash screens.
7130
7131 2001-08-29 Pavel Jan,Am(Bk <Pavel@Janik.cz>
7132
7133 * buff-menu.el: Add Keywords header.
7134 Doc fix (C-x C-b is bound to list-buffers).
7135
7136 * dired-x.el: Add keyword files to get listed in finder.
7137 Remove confusing notes about GNU Emacs 19.
7138
7139 * dired.el, dired-aux.el: Add Keywords header.
7140
7141 2001-08-28 Andre Spiegel <spiegel@gnu.org>
7142
7143 * vc.el (vc-revert-file): Call the backend even if the FILE's
7144 contents can be reverted locally; pass new arg CONTENTS-DONE
7145 down to the backend.
7146
7147 * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-revert-file): Handle new
7148 optional arg CONTENTS-DONE.
7149
7150 2001-08-28 Andrew Innes <andrewi@gnu.org>
7151
7152 * makefile.nt (DONTCOMPILE): Sync list from makefile.w32-in.
7153
7154 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
7155
7156 * makefile.nt (install): Copy more *.el files.
7157
7158 2001-08-28 Gerd Moellmann <gerd@gnu.org>
7159
7160 * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
7161 instead of `w' which is already in use.
7162
7163 * gs.el (gs-load-image): Use sleep-for.
7164 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
7165
7166 2001-08-28 Miles Bader <miles@gnu.org>
7167
7168 * replace.el (query-replace-regexp-eval): Return args from
7169 `interactive' form in correct order.
7170
7171 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
7172
7173 * mouse.el (mouse-buffer-menu): If the buffer menu is split by
7174 major modes, don't create panes for modes for which
7175 mouse-buffer-menu-alist returns an empty alist.
7176
7177 2001-08-28 Thien-Thi Nguyen <ttn@gnu.org>
7178
7179 * progmodes/hideshow.el: Update first-line description.
7180 Sync comments w/ maintainer version 5.31.
7181
7182 (hs-isearch-open): Default value now `code'.
7183 Fix docstring to use "code blocks" vs "comment blocks",
7184 as opposed to "block" vs "comment".
7185 (hs-flag-region): Accept `hs-isearch-open' value
7186 of `block' as synonymous w/ `code'.
7187 (hs-hide-block-at-point): For code blocks, pass `code'
7188 to `hs-flag-region' instead of `block'.
7189
7190 2001-08-28 Miles Bader <miles@gnu.org>
7191
7192 * comint.el (comint-next-prompt): Don't loop infinitely if
7193 {next,previous}-single-char-property-change returns its input
7194 position when the search fails.
7195
7196 2001-08-27 Miles Bader <miles@gnu.org>
7197
7198 * comint.el (comint-get-old-input-default): Don't signal an error
7199 if point is not on an input field; instead, return the current
7200 line (using `comint-bol' to skip any prompt, in case we're not
7201 using fields at all).
7202
7203 * man.el (Man-mode-line-format): Variable removed.
7204 (Man-mode): Change `mode-line-buffer-identification' instead of
7205 `mode-line-format'.
7206
7207 2001-08-27 Gerd Moellmann <gerd@gnu.org>
7208
7209 * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
7210 From Simon Josefsson <jas@extundo.com>.
7211
7212 2001-08-26 Eli Zaretskii <eliz@is.elta.co.il>
7213
7214 * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
7215 messages. From Pavel Jan,Am(Bk <Pavel@Janik.cz>.
7216
7217 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel
7218 Jan,Am(Bk <Pavel@Janik.cz>.
7219
7220 * emacs-lisp/lselect.el: Ditto.
7221
7222 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
7223 Remove periods from the end of error message strings.
7224 From Pavel Jan,Am(Bk <Pavel@Janik.cz>.
7225
7226 * progmodes/antlr-mode.el: Add Keywords header. From Pavel
7227 Jan,Am(Bk <Pavel@Janik.cz>.
7228
7229 * net/telnet.el: Ditto.
7230
7231 2001-08-26 Gerd Moellmann <gerd@gnu.org>
7232
7233 * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
7234 KEYMAP to the call to define-minor-mode.
7235
7236 2001-08-24 Eli Zaretskii <eliz@is.elta.co.il>
7237
7238 * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
7239 Replace some of the undefined characters with emulations of bidi
7240 formatting characters and Niqud as per SI 1311-1.
7241 (IT-unicode-translations): Ditto.
7242 (IT-display-table-setup, IT-setup-unicode-display):
7243 Fill characters without translations with dos-unsupported-char-glyph.
7244
7245 2001-08-24 Simon Josefsson <jas@extundo.com>
7246
7247 * hl-line.el (hl-line-mode): Don't be a global mode.
7248 (global-hl-line-mode): New function.
7249
7250 2001-08-24 Gerd Moellmann <gerd@gnu.org>
7251
7252 * gs.el (gs-load-image): Wait for GHOSTVIEW window property
7253 being reset by Ghostscript. Don't kill the gs process.
7254 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
7255
7256 2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
7257
7258 * term/mac-win.el: Require scroll-bar.
7259
7260 2001-08-23 Stefan Monnier <monnier@cs.yale.edu>
7261
7262 * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
7263
7264 2001-08-23 Eli Zaretskii <eliz@is.elta.co.il>
7265
7266 * hexl.el (hexl-insert-multibyte-char) New function.
7267 (hexl-quoted-insert, hexl-self-insert-command)
7268 (hexl-insert-hex-char, hexl-insert-decimal-char)
7269 (hexl-insert-octal-char): Call it instead of hexl-insert-char.
7270 Fix the doc strings accordingly.
7271 (hexl-insert-char): Reject characters whose code is above 255.
7272 Doc fix.
7273 (hexl-mode-map): Copy the global keymap instead of creating a
7274 sparse keymap, and bind all self-inserting characters to
7275 hexl-self-insert-command.
7276
7277 2001-08-22 Stefan Monnier <monnier@cs.yale.edu>
7278
7279 * wid-edit.el (text): Re-order docstring correctly.
7280
7281 * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
7282
7283 * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
7284
7285 2001-08-22 Eli Zaretskii <eliz@is.elta.co.il>
7286
7287 * simple.el (line-number-mode): Mention the variable
7288 line-number-display-limit-width in the doc string.
7289
7290 2001-08-22 Gerd Moellmann <gerd@gnu.org>
7291
7292 * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
7293 Temporarily select EVENT's window for switching buffers.
7294 (mode-line-bury-buffer): New function.
7295 (mode-line-buffer-identification-keymap): Use it instead of
7296 bury-buffer. Bind down-mouse events to prevent global down-mouse
7297 events from shining through.
7298
7299 2001-08-21 Stefan Monnier <monnier@cs.yale.edu>
7300
7301 * newcomment.el (comment-beginning): Make sure the comment-start
7302 we found isn't a comment-end (in cases where confusion is possible).
7303
7304 2001-08-22 Miles Bader <miles@gnu.org>
7305
7306 * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
7307 before writing it, so that hard-links don't see new version.
7308
7309 2001-08-21 Gerd Moellmann <gerd@gnu.org>
7310
7311 * gs.el (gs-set-ghostview-colors-window-prop):
7312 Call x-change-window-property with 3rd arg FRAME.
7313 (gs-load-image): Wait for a previous Ghostscript process
7314 to complete before starting a new one.
7315
7316 * image.el (image-type-regexps): Make sure that the TIFF
7317 pattern is only matched at the beginning of a string.
7318 From Markus Rost <rost@math.ohio-state.edu>.
7319
7320 * international/swedish.el: Pre-Mule file removed. From Jonas
7321 Oberg <jonas@gnu.org>.
7322
7323 2001-08-20 Rajesh Vaidheeswarran <rv@gnu.org>
7324
7325 * whitespace.el (whitespace-abort-on-error): Add custom variable
7326 to whitespace to abort a write-file if whitespace is detected in file.
7327
7328 * whitespace.el (whitespace-write-file-hook): Hook to be called
7329 when writing a file. If `whitespace-abort-on-error' is set, the
7330 write will abort on detecting whitespaces.
7331 If `whitespace-auto-cleanup' is set, the file will be cleaned
7332 automatically prior to writing.
7333
7334 * whitespace.el (whitespace-buffer-search): Let's not insert bogus
7335 whitespaces in the error output!
7336
7337 * whitespace.el (whitespace-check-indent-whitespace): Defaults to
7338 `indent-tabs-mode', since the latter notes user preferences on
7339 TABs anyway.
7340
7341 * whitespace.el (whitespace-version): 3.1. All of the above issues
7342 were raised by Fran,Ag(Bois Pinard, which led to the fixes described.
7343
7344 2001-08-20 Gerd Moellmann <gerd@gnu.org>
7345
7346 * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
7347 some spaces from a message. From Pavel Jan,Am(Bk <Pavel@Janik.cz>.
7348
7349 * whitespace.el (whitespace-global-mode): Add autoload cookie.
7350
7351 2001-08-20 Alex Schroeder <alex@gnu.org>
7352
7353 * sql.el (sql-db2): Doc change.
7354
7355 2001-08-20 Alex Schroeder <alex@gnu.org>
7356
7357 * sql.el (sql-postgres): Add the database at the end of the
7358 parameters instead of at the beginning.
7359 (sql-postgres-options): Doc change.
7360
7361 2001-08-17 Gerd Moellmann <gerd@gnu.org>
7362
7363 * custom.el (defcustom): Doc fix.
7364
7365 2001-08-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7366
7367 * ps-mule.el (find-composition): Check if (char-after POS)
7368 returns a valid character.
7369
7370 2001-08-16 Eli Zaretskii <eliz@is.elta.co.il>
7371
7372 * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
7373 original-point for extra CR characters that are added/removed when
7374 the buffer is written/read whose EOL type is -dos.
7375
7376 2001-08-16 Miles Bader <miles@gnu.org>
7377
7378 * simple.el (line-move): Undo previous change.
7379
7380 * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
7381 property to input-terminating `boundary' overlays to avoid
7382 line-move wierdness.
7383
7384 2001-08-16 Gerd Moellmann <gerd@gnu.org>
7385
7386 * lazy-lock.el (lazy-lock-fontify-region): Widen the current
7387 buffer in a save-restriction. Under one test case with Ediff,
7388 window-scroll-functions are run with a window start that's
7389 temporarily outside of the restriction.
7390
7391 2001-08-16 Robert J. Chassell <bug-texinfo@gnu.org>
7392
7393 * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
7394 (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
7395 (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
7396 (texinfo-update-menu-region-beginning)
7397 (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
7398 command, @ifnottex, to regexps, so it is found.
7399
7400 2001-08-16 Andrew Innes <andrewi@gnu.org>
7401
7402 * makefile.nt (DONTCOMPILE): Omit bindings.el.
7403 (DONTCOMPILE): Omit sc.el.
7404
7405 * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
7406 (DONTCOMPILE): Omit sc.el.
7407
7408 2001-08-16 Gerd Moellmann <gerd@gnu.org>
7409
7410 * replace.el (occur): Bind inhibit-read-only to t.
7411
7412 2001-08-16 Miles Bader <miles@gnu.org>
7413
7414 * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
7415 calling `constrain-to-field', to avoid problems with comint prompts.
7416
7417 2001-08-15 Gerd Moellmann <gerd@gnu.org>
7418
7419 * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
7420 (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
7421
7422 * ediff-mult.el (ediff-get-meta-info): Fix the condition
7423 of a while-loop.
7424
7425 * Makefile.in (DONTCOMPILE): Remove sc.el.
7426
7427 * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
7428 Don't include term/.
7429
7430 * mail/sc.el: Moved to obsolete/.
7431
7432 2001-08-14 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7433
7434 * ps-print.el: Change error function arguments to follow Emacs
7435 message convention. Doc fix.
7436 (ps-print-version): New version number (6.5.4).
7437 (coding-system-for-write): Change declaration position to avoid
7438 XEmacs compilation gripes.
7439 (coding-system-for-read, buffer-file-coding-system):
7440 Declarations to avoid XEmacs compilation gripes.
7441
7442 * ps-mule.el: Doc fix.
7443 (ps-mule-encode-header-string): If STRING is not a string, replace
7444 STRING by empty string.
7445
7446 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
7447
7448 * frame.el (show-trailing-whitespace): Doc fix.
7449
7450 2001-08-13 Eli Zaretskii <eliz@is.elta.co.il>
7451
7452 * desktop.el (desktop-save): Insert the coding: tag before
7453 desktop-header.
7454
7455 2001-08-13 Gerd Moellmann <gerd@gnu.org>
7456
7457 * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
7458 its path from $els.
7459
7460 * image.el (image-jpeg-p): Fix call of substring.
7461
7462 2001-08-10 Gerd Moellmann <gerd@gnu.org>
7463
7464 * play/animate.el (animate-string): Doc fix. Use a buffer
7465 name with stars in it.
7466 (animate-sequence): New function.
7467 From Richard Stallman <rms@gnu.org>.
7468
7469 * frame.el (select-frame-set-input-focus): New function
7470 extracted from other-frame.
7471 (other-frame): Use it.
7472 (next-multiframe-window, previous-multiframe-window): Use it.
7473
7474 * isearch.el (isearch-other-meta-char): Don't switch to the
7475 buffer of a window clicked on, when the current buffer is
7476 in Isearch mode.
7477
7478 * image.el (image-jpeg-p): Test for APPn markers in the range
7479 #xe0..#xef.
7480
7481 2001-08-09 Gerd Moellmann <gerd@gnu.org>
7482
7483 * desktop.el (desktop-save): Don't use concat to form a file
7484 name, use expand-file-name.
7485
7486 * mouse.el (mouse-delete-window): Do nothing if frame has just
7487 one window.
7488
7489 * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
7490 for the minor mode name.
7491
7492 * view.el (toplevel): Use mode-line-minor-mode-keymap for the
7493 minor mode name.
7494
7495 * time.el (display-time-string-forms): Use make-mode-line-mouse-map
7496 instead of make-mode-line-mouse2-map.
7497
7498 * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
7499 the minor mode name.
7500
7501 * emacs-lisp/easy-mmode.el (define-minor-mode):
7502 Use mode-line-minor-mode-keymap for the minor mode name.
7503
7504 * calendar/calendar.el (calendar-mode-line-format):
7505 Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
7506
7507 * bindings.el (make-mode-line-mouse-map): Renamed from
7508 make-mode-line-mouse2-map. Take additional arg MOUSE.
7509 (mode-line-modified): Use mouse-3 instead of mouse-2.
7510 (mode-line-buffer-identification-keymap): Bind keys differently.
7511 (propertized-buffer-identification): Adapt help-echo to new bindings.
7512
7513 * bindings.el (mode-line-format): Specify help-echo for line
7514 number, column number and buffer-percent part of the mode-line.
7515
7516 * image.el (image-type-regexps): Allow whitespace at the start
7517 of the image data for XPM, XBM and Postscript, which are
7518 text files.
7519 (image-jpeg-p): Correct calculation of next field offset.
7520
7521 2001-08-08 Pavel Jan,Am(Bk <Pavel@Janik.cz>
7522
7523 * battery.el: Fix typo.
7524
7525 2001-08-08 Gerd Moellmann <gerd@gnu.org>
7526
7527 * image.el (image-type-regexps): Allow predicates. Change the way
7528 JPEG images are recognized.
7529 (image-jpeg-p): New function.
7530 (image-type-from-data): Handle predicates in image-type-regexps.
7531
7532 * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
7533 #:, #x, #o, and similar constructs.
7534
7535 2001-08-07 Gerd Moellmann <gerd@gnu.org>
7536
7537 * vc.el (vc-transfer-file): Fix malformed autoload cookie.
7538
7539 * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
7540 instead of `progn'.
7541
7542 * tar-mode.el (tar-extract): Avoid generating a new buffer
7543 for each file visited. From Markus Rost <rost@math.ohio-state.edu>.
7544
7545 * textmodes/paragraphs.el (forward-sentence): Avoid building
7546 a regexp from sentence-end. From Kenichi Handa <handa@etl.go.jp>.
7547
7548 * progmodes/executable.el (executable-set-magic):
7549 If executable-find returns a quoted file name, unquote it before
7550 inserting it.
7551
7552 * image.el (image-type-regexps): For JPEG files, use a regexp
7553 derived from the JFIF spec.
7554
7555 * image.el (image-type-regexps): Use `\`' instead of `^' in
7556 most regular expressions.
7557
7558 2001-08-06 Pavel Jan,Am(Bk <Pavel@Janik.cz>
7559
7560 * play/animate.el: Re-insert a reference to re-inserted function.
7561
7562 2001-08-06 Gerd Moellmann <gerd@gnu.org>
7563
7564 * help.el (describe-function-1): Use find-function-search-for-symbol
7565 instead of find-function-noselect because the latter follows aliases.
7566
7567 * play/animate.el (animate-birthday-present): Re-insert.
7568
7569 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
7570 Handle old-style menu definitions.
7571
7572 2001-08-06 Pavel Jan,Am(Bk <Pavel@Janik.cz>
7573
7574 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
7575 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
7576
7577 * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
7578 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
7579 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
7580
7581 2001-08-05 Pavel Jan,Am(Bk <Pavel@Janik.cz>
7582
7583 * textmodes/tildify.el: Milan Zamazal has new address.
7584
7585 2001-08-03 Gerd Moellmann <gerd@gnu.org>
7586
7587 * custom.el (custom-set-variables): Don't test `custom-requests'
7588 properties, check the third element of the options passed to
7589 custom-set-variables instead.
7590
7591 * info.el (info-insert-file-contents): Use info-file-exists-p
7592 instead of file-exists-p.
7593
7594 * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
7595 the mode-line face is restored. Fix several bugs.
7596
7597 * replace.el (perform-replace): Doc fix.
7598
7599 2001-08-02 Francesco Potorti` <pot@gnu.org>
7600
7601 * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
7602 (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
7603 (uniquify-fix-item-base, uniquify-fix-item-filename)
7604 (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
7605 Callers changed.
7606 (uniquify-set-proposed): Changed to work with a vector item.
7607 (uniquify-rationalize-file-buffer-names): Use a list of arrays for
7608 the fix list, and a list of strings for the non-file buffer
7609 names. Both changes reduce consing.
7610 (uniquify-rationalize-a-list): Local variable renaming.
7611 (uniquify-rationalize-conflicting-sublist): Use member instead of
7612 assoc.
7613 (uniquify-rename-buffer): Use unless instead of if not.
7614
7615 2001-08-02 Gerd Moellmann <gerd@gnu.org>
7616
7617 * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
7618
7619 * custom.el (custom-set-variables): Set options with :require
7620 clauses last.
7621
7622 * custom.el (defcustom): Doc fix.
7623
7624 * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
7625
7626 2001-08-01 Eli Zaretskii <eliz@is.elta.co.il>
7627
7628 * man.el (man): Mention Man-switches in the doc string.
7629 (Man-switches): Mention -a in the doc string.
7630
7631 * textmodes/ispell.el (ispell-alternate-dictionary):
7632 Add /usr/share/lib/dict/words, for Irix.
7633
7634 * bindings.el: Bind shifted and control-shifted kp-* keys to the
7635 corresponding non-kp keys. Suggested by Stephen Gildea
7636 <gildea@stop.mail-abuse.org>.
7637
7638 2001-08-01 Francesco Potorti` <pot@gnu.org>
7639
7640 * uniquify.el: These changes correct a corner case that the old
7641 code managed correctly.
7642 (uniquify-fix-item-proposed): Renamed from
7643 uniquify-fix-item-min-proposed.
7644 (uniquify-set-proposed): New function.
7645 (uniquify-rationalize-file-buffer-names): Code reshuffled for
7646 clarity and speed.
7647 (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
7648 This is equivalent to what the old code did.
7649 (uniquify-rationalize-a-list): Never recompute the proposed
7650 name. Sort the conflicting sublist before rationalising it: this
7651 is equivalent to what the old code did, but one directory element
7652 at a time, and only when necessary.
7653 (uniquify-rationalize-conflicting-sublist): Recompute here the
7654 proposed name.
7655
7656 2001-08-01 Gerd Moellmann <gerd@gnu.org>
7657
7658 * play/animate.el: Add Keywords and Maintainer. Remove a
7659 reference to a removed function.
7660
7661 * play/animate.el (animate-string): Handle case that the string is
7662 longer than the window is wide.
7663
7664 2001-07-31 Gerd Moellmann <gerd@gnu.org>
7665
7666 * desktop.el (desktop-save): Bind coding-system-for-write to
7667 `emacs-mule' for write-region.
7668
7669 * delsel.el (delete-selection-pre-hook): Don't set this-command
7670 to `ignore' if the region is empty.
7671
7672 * international/mule.el (set-keyboard-coding-system):
7673 Set keyboard-coding-system.
7674
7675 * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
7676 before accessing it.
7677
7678 2001-07-30 Andreas Schwab <schwab@suse.de>
7679
7680 * menu-bar.el (toggle-highlight-paren-mode):
7681 Use `(show-paren-mode)' as body.
7682
7683 2001-07-30 Andre Spiegel <spiegel@gnu.org>
7684
7685 * vc.el (vc-checkout-hook): New hook.
7686 (vc-checkout): Run it.
7687
7688 2001-07-30 Eli Zaretskii <eliz@is.elta.co.il>
7689
7690 * progmodes/make-mode.el (makefile-macroassign-regex):
7691 Recognize the ?= operator. From Jonathan Kamens <jik@curl.com>.
7692
7693 2001-07-30 Gerd Moellmann <gerd@gnu.org>
7694
7695 * vc.el (vc-switch-backend): Fix autoload cookie.
7696
7697 * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
7698 the desktop file.
7699
7700 2001-07-30 Simon Josefsson <jas@extundo.com>
7701
7702 * mail/mail-utils.el (mail-strip-quoted-names): Replace text
7703 literally. Reported by Sean Rima <sean@**Delete**.tcob1.net>.
7704
7705 2001-07-27 Gerd Moellmann <gerd@gnu.org>
7706
7707 * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
7708 (last-sexp-toggle-display): Renamed from last-sexp-print.
7709 (last-sexp-toggle-display, eval-last-sexp-1):
7710 Use last-sexp-setup-props.
7711
7712 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
7713 New user-options.
7714 (mouse-wheel-change-button): New function.
7715 (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
7716 (mwheel-scroll): Ditto.
7717
7718 2001-07-26 Gerd Moellmann <gerd@gnu.org>
7719
7720 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
7721 `...', compare with unabbreviated printed representation instead.
7722 (last-sexp-print): Bind print-length and print-level to nil.
7723
7724 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
7725 before assigning text properties. Make properties rear-nonsticky.
7726
7727 * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
7728 (eval-last-sexp-1): Give printed text a `keymap' property and bind
7729 <mouse-2> and <RET> in that map to a function printing the
7730 unabbreviated value.
7731
7732 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
7733 is a buffer, put a text property `printed-value' on the printed
7734 representation, with the Lisp object printed as value.
7735
7736 2001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
7737
7738 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
7739 Mention the effect of eval-expression-print-length and
7740 eval-expression-print-level in the doc strings. Suggested by
7741 Kevin Gallagher <kevingal@onramp.net>.
7742
7743 2001-07-25 Gerd Moellmann <gerd@gnu.org>
7744
7745 * xt-mouse.el (xterm-mouse-event): Recognize control sequences
7746 for buttons > 3.
7747 (xterm-mouse-translate): Handle the case that we don't get a
7748 down-event.
7749
7750 * emacs-lisp/find-func.el (find-function-regexp):
7751 Add easy-mmode-define-global-mode to the regexp. Allow newlines
7752 in front of the function name.
7753
7754 * isearch.el (isearch-other-meta-char): Fix last change.
7755
7756 * isearch.el (isearch-other-meta-char): Don't modify mode-line and
7757 similar events for which fake prefix keys are generated. It's no
7758 longer necessary since read_key_sequence doesn't modify these
7759 events for internal purposes anymore.
7760
7761 * files.el (auto-mode-alist): Use nroff-mode for files ending
7762 in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
7763
7764 2001-07-24 Eli Zaretskii <eliz@is.elta.co.il>
7765
7766 * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
7767 tool-bar-lines parameter, behave as if its value were zero.
7768 (mouse-avoidance-set-pointer-shape): Don't do anything if
7769 x-pointer-shape is not boundp.
7770
7771 2001-07-23 Francesco Potorti` <pot@gnu.org>
7772
7773 * uniquify.el: Overall speedup changes when using many buffers.
7774 (uniquify-fix-item-base, uniquify-fix-item-filename)
7775 (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
7776 (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
7777 place in the item, but was never used.
7778 (uniquify-fix-item-min-proposed): New defalias: the fourth place
7779 in the item is now used as cache for the proposed name.
7780 (uniquify-rationalize-file-buffer-names): Move computation made on
7781 newbuffile out of the loop, in the newbuffile-nd local var.
7782 Use dolist (cosmetic change). Compute the proposed name for the most
7783 common case and cache it in the fourth place in the item.
7784 (uniquify-rationalize-file-buffer-names): Used to return a a list
7785 of buffer whose name was changed, but that return value was never used.
7786 (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
7787 the cached proposed name, does much less consing and is quicker.
7788 (uniquify-filename-lessp): Deleted.
7789 (uniquify-rationalize-a-list): Use dolist (cosmetic change).
7790 Do not bind locally the uniquify-possibly-resolvable flag. Use the
7791 cached proposed name is possible.
7792 (uniquify-get-proposed-name): Arguments changed, callers changed.
7793 (uniquify-rationalize-conflicting-sublist): Explicitely reset the
7794 uniquify-possibly-resolvable flag, which is no more bound locally.
7795 (uniquify-rename-buffer): Do not set the old unrationalised-buffer
7796 flag, which does not exist any more.
7797
7798 2001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
7799
7800 * term/internal.el (IT-unicode-translations): Fix the appearance of
7801 "6`".
7802
7803 * progmodes/compile.el (compile-internal): If EMACS is already
7804 defined in the environment, don't override its value.
7805
7806 2001-07-23 Gerd Moellmann <gerd@gnu.org>
7807
7808 * play/fortune.el: Undo change of 2001-07-13.
7809 Fix autoload cookies. Add types to defcustoms.
7810 (fortune) <defgroup>: Add :link.
7811 (fortune-from-region): Use eq, not eql.
7812 From Dave Love <fx@gnu.org>.
7813
7814 * play/animate.el (animate-birthday-present): Function removed.
7815
7816 * play/animate.el: New file.
7817
7818 2001-07-22 Eli Zaretskii <eliz@is.elta.co.il>
7819
7820 * startup.el (normal-top-level-add-subdirs-to-load-path):
7821 On Windows, put into normal-top-level-add-subdirs-inode-list the
7822 canonicalized names of the directories instead of inode numbers.
7823
7824 2001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
7825
7826 * ediff-util.el: Copyright years.
7827 (ediff-choose-syntax-table): New function.
7828 (ediff-setup): Use ediff-choose-syntax-table.
7829 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
7830 vc-state is available.
7831 (ediff-make-temp-file): Use ediff-coding-system-for-write.
7832
7833 * ediff-init.el (ediff-with-syntax-table): New macro, uses
7834 with-syntax-table.
7835 (ediff-coding-system-for-read): From ediff-diff.el
7836 (ediff-coding-system-for-write): New variable.
7837 (ediff-highest-priority): Fixed the bug having to do with disappearing
7838 overlays.
7839 (ediff-file-remote-p): Use file-remote-p, if available.
7840 (ediff-listable-file): New function.
7841 (ediff-file-attributes): Use ediff-listable-file.
7842
7843 * ediff-mult.el (ediff-meta-insert-file-info1):
7844 Use ediff-listable-file.
7845
7846 * ediff-ptch.el (ediff-prompt-for-patch-file):
7847 Use ediff-coding-system-for-read.
7848 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
7849
7850 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
7851 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
7852
7853 * ediff.el: Date of last update, copyright years.
7854
7855 * ediff-wind (ediff-setup-control-frame): Nill->nil.
7856
7857 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
7858 of Scott Bronson.
7859 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
7860 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
7861 Deleted functions.
7862 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
7863 ex-token-list.
7864 (viper-get-ex-address-subr): Convert registers to char data type.
7865
7866 * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
7867 (viper-memq-char): Use viper-int-to-char.
7868 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
7869 vc-locking-state.
7870 (viper-read-key): Use viper-read-key-sequence.
7871
7872 * viper.el (viper-major-mode-modifier-list):
7873 Added inferior-emacs-lisp-mode.
7874 (this-major-mode-requires-vi-state): New function that uses simple
7875 heuristics to decide if vi state is appropriate.
7876 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
7877 (viper-non-hook-settings): Don't advise read-key-sequence.
7878 (viper-read-key-sequence): New function that replaces the
7879 previously used advice to read-key-sequence.
7880
7881 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
7882 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
7883 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
7884 (viper-open-line-at-point,viper-substitute,viper-overwrite)
7885 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
7886 Got rid of the negative character hack.
7887 (viper-escape-to-state,viper-replace-state-exit-cmd):
7888 Use viper-read-key-sequence.
7889 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
7890 (viper-minibuffer-standard-hook,viper-read-string-with-history):
7891 Don't override existing minibuffer-setup-hook.
7892 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
7893 Convert registers to char data type.
7894 (viper-autoindent): Use viper-indent-line.
7895
7896 * viper-keym.el: Use viper-exec-key-in-emacs.
7897
7898 2001-07-20 Stefan Monnier <monnier@cs.yale.edu>
7899
7900 * server.el (server-visit-files): Fix variable name typo.
7901
7902 2001-07-20 Gerd Moellmann <gerd@gnu.org>
7903
7904 * simple.el (delete-trailing-whitespace): Save match data
7905 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
7906
7907 2001-07-19 Stefan Monnier <monnier@cs.yale.edu>
7908
7909 * progmodes/compile.el (compilation-parse-errors): `linenum' might
7910 return a this-error using the alternative format (a pair of markers).
7911
7912 2001-07-19 Gerd Moellmann <gerd@gnu.org>
7913
7914 * font-lock.el (c++-keywords): Add Standard C++ operator names.
7915
7916 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
7917 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
7918
7919 2001-07-17 Pavel Jan,Am(Bk <Pavel@Janik.cz>
7920
7921 * international/iso-transl.el: Fix typo in the header of the file.
7922
7923 * textmodes/picture.el (picture): Doc fix.
7924
7925 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
7926 follow coding conventions in generated files.
7927
7928 2001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
7929
7930 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
7931 (tool-bar-add-item): Don't call image-related primitives if the
7932 display doesn't support images.
7933
7934 * frame.el (display-images-p): New function.
7935
7936 2001-07-17 Gerd Moellmann <gerd@gnu.org>
7937
7938 * server.el (server-visit-files): Handle the case the specified
7939 column number is <= 0.
7940
7941 2001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
7942
7943 * startup.el (command-line-1): Add support for +LINE:COLUMN
7944 command line argument.
7945
7946 2000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7947
7948 * server.el (server-process-filter, server-visit-files):
7949 Add support for +LINE:COLUMN style emacsclient calls.
7950
7951 2001-07-16 Pavel Jan,Am(Bk <Pavel@Janik.cz>
7952
7953 * emacs-lisp/easy-mmode.el: Add Keywords header.
7954
7955 * play/pong.el: Author has new address.
7956
7957 * play/landmark.el: Author is no more reachable.
7958
7959 * play/handwrite.el: Author is no more reachable.
7960
7961 2001-07-17 Stefan Monnier <monnier@cs.yale.edu>
7962
7963 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
7964 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
7965 Complete bindings for F<1..12> keys.
7966 (global-map): Remove `undo' binding (already in the default).
7967 Replace `t<n>' bindings with `f<n>' bindings.
7968
7969 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
7970
7971 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
7972 (tcl-mode): Use tcl-add-log-defun.
7973 (tcl-indent-line): Use tcl-calculate-indent.
7974 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
7975 (tcl-indent-exp): Renamed from indent-tcl-exp.
7976 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
7977 (tcl-indent-for-comment): Call comment-indent-function properly
7978 and handle the case where it returns nil.
7979
7980 2001-07-16 Gerd Moellmann <gerd@gnu.org>
7981
7982 * calendar/cal-islam.el (calendar-goto-islamic-date):
7983 Remove autoload cookie.
7984
7985 * calendar/calendar.el (calendar-goto-islamic-date):
7986 Add call to autoload.
7987
7988 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
7989
7990 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
7991 Don't change compile-auto-highlight globally.
7992 Don't bother with `font-lock-defaults' property since XEmacs
7993 also understands the `font-lock-defaults' variable.
7994 Use make-local-variable rather than make-variable-buffer-local.
7995 Don't `defconst' comment-indent-function: keep the default.
7996 Call easy-menu-add unconditionally.
7997 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
7998 (ada-create-menu): Use :included for Emacs as well.
7999
8000 * vc.el (vc-do-command): Autoload.
8001
8002 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
8003
8004 2001-07-16 Pavel Jan,Am(Bk <Pavel@Janik.cz>
8005
8006 * ps-print.el: Fix Author: header.
8007
8008 2001-07-16 Gerd Moellmann <gerd@gnu.org>
8009
8010 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
8011 mouse-1 etc., bind them to `ignore'.
8012
8013 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
8014 send-invisible, which is already defined in Comint.
8015 (eshell-watch-for-password-prompt): Use it.
8016
8017 2001-07-16 Pavel Jan,Am(Bk <Pavel@Janik.cz>
8018
8019 * which-func.el (which-func-mode): Doc fix.
8020
8021 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
8022 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
8023 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
8024 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
8025 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
8026 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
8027 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
8028 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
8029 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
8030 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
8031 * emulation/edt-mapper.el, emulation/edt-pc.el,
8032 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
8033 * emulation/tpu-edt.el, emulation/tpu-extras.el,
8034 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
8035 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
8036 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
8037 * international/isearch-x.el, international/iso-cvt.el,
8038 * international/ogonek.el, international/quail.el,
8039 * international/utf-8.el, jit-lock.el, language/devan-util.el,
8040 * language/devanagari.el, language/ethio-util.el,
8041 * language/ethiopic.el, language/european.el, language/indian.el,
8042 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
8043 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
8044 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
8045 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
8046 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
8047 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
8048 * progmodes/autoconf.el, progmodes/cmacexp.el,
8049 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
8050 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
8051 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
8052 * progmodes/ebnf2ps.el, progmodes/executable.el,
8053 * progmodes/fortran.el, progmodes/idlw-shell.el,
8054 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
8055 * progmodes/m4-mode.el, progmodes/mantemp.el,
8056 * progmodes/meta-mode.el, progmodes/octave-inf.el,
8057 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
8058 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
8059 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
8060 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
8061 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
8062 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
8063 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
8064 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
8065 * textmodes/two-column.el, time-stamp.el, timezone.el,
8066 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
8067 * which-func.el, whitespace.el, wid-browse.el, widget.el,
8068 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
8069 conventions.
8070
8071 2001-07-16 Gerd Moellmann <gerd@gnu.org>
8072
8073 * simple.el (set-variable): Require 'cus-edit' instead of
8074 `wid-edit', so that the Custom widgets get defined.
8075
8076 2001-07-16 Pavel Jan,Am(Bk <Pavel@Janik.cz>
8077
8078 * allout.el: A fix to follow coding conventions.
8079
8080 * find-lisp.el: A fix to follow coding conventions.
8081
8082 * term/w32-win.el: A fix to follow coding conventions.
8083
8084 * textmodes/sgml-mode.el: A fix to follow coding conventions.
8085
8086 * term/xterm.el: A fix to follow coding conventions.
8087
8088 * term/news.el: A fix to follow coding conventions.
8089
8090 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
8091 header line fixed.
8092
8093 * sun-curs.el: Fix Maintainer: header line.
8094
8095 * emacs-lisp/easymenu.el: Address of the author added.
8096
8097 2001-07-16 Gerd Moellmann <gerd@gnu.org>
8098
8099 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
8100 property.
8101
8102 2001-07-16 Pavel Jan,Am(Bk <Pavel@Janik.cz>
8103
8104 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
8105 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
8106 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
8107 Some fixes to follow coding conventions.
8108
8109 2001-07-16 Gerd Moellmann <gerd@gnu.org>
8110
8111 * which-func.el (which-func-mode): Doc fix.
8112
8113 2001-07-15 Stefan Monnier <monnier@cs.yale.edu>
8114
8115 * net/rcompile.el (remote-compile): Use make-local-variable.
8116
8117 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
8118
8119 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
8120
8121 * mail/reporter.el (reporter-submit-bug-report):
8122 Don't abuse make-variable-buffer-local. Fix call to add-hook.
8123
8124 2001-07-15 Pavel Jan,Am(Bk <Pavel@Janik.cz>
8125
8126 * calendar/cal-china.el, calendar/cal-coptic.el,
8127 * calendar/cal-dst.el, calendar/cal-french.el,
8128 * calendar/cal-hebrew.el, calendar/cal-islam.el,
8129 * calendar/cal-iso.el, calendar/cal-julian.el,
8130 * calendar/cal-mayan.el, calendar/cal-persia.el,
8131 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
8132 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
8133 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
8134 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
8135 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
8136 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
8137 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
8138 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
8139 * progmodes/ada-xref.el, progmodes/cc-align.el,
8140 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
8141 * progmodes/cc-defs.el, progmodes/cc-engine.el,
8142 * progmodes/cc-langs.el, progmodes/cc-menus.el,
8143 * progmodes/cc-styles.el, progmodes/cc-vars.el,
8144 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
8145 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
8146 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
8147 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
8148 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
8149 * textmodes/reftex.el: Some fixes to follow coding
8150 conventions in Elisp files with known maintainers.
8151
8152 * emulation/viper.el: A fix to follow coding conventions.
8153
8154 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
8155 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
8156 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
8157 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
8158 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
8159 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
8160 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
8161 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
8162 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
8163 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
8164 conventions in Elisp files.
8165
8166 * composite.el, diff.el, emacs-lisp/levents.el,
8167 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
8168 * emulation/pc-mode.el, emulation/viper-cmd.el,
8169 * emulation/viper-ex.el, emulation/viper-init.el,
8170 * emulation/viper-keym.el, emulation/viper-macs.el,
8171 * emulation/viper-mous.el, emulation/viper-util.el,
8172 * emulation/viper.el, forms-pass.el, international/ccl.el,
8173 * international/characters.el, international/encoded-kb.el,
8174 * international/fontset.el, international/ja-dic-cnv.el,
8175 * international/ja-dic-utl.el, international/kinsoku.el,
8176 * international/kkc.el, international/mule-cmds.el,
8177 * international/mule-diag.el, international/mule-util.el,
8178 * international/mule.el, international/titdic-cnv.el,
8179 * language/china-util.el, language/chinese.el,
8180 * language/cyril-util.el, language/cyrillic.el, language/english.el,
8181 * language/greek.el, language/hebrew.el, language/japan-util.el,
8182 * language/japanese.el, language/korea-util.el, language/korean.el,
8183 * language/lao-util.el, language/lao.el, language/misc-lang.el,
8184 * language/slovak.el, language/thai-util.el, language/thai.el,
8185 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
8186 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
8187 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
8188 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
8189 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
8190 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
8191 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
8192 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
8193 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
8194 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
8195 to follow coding conventions in files without maintainer or in files
8196 with clear maintainer (but without Maintainer header stating so).
8197
8198 * emacs-lisp/elp.el: A fix to follow coding conventions.
8199
8200 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
8201 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
8202 * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
8203 * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
8204 * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
8205 * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
8206 * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
8207 * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
8208 * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
8209 * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
8210 * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
8211 * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
8212 conventions in files from Gnus.
8213
8214 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
8215 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
8216 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
8217 * echistory.el, electric.el, emacs-lisp/authors.el,
8218 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
8219 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
8220 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
8221 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
8222 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
8223 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
8224 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
8225 * international/codepage.el, international/iso-ascii.el,
8226 * international/iso-insert.el, international/iso-transl.el,
8227 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
8228 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
8229 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
8230 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
8231 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
8232 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
8233 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
8234 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
8235 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
8236 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
8237 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
8238 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
8239 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
8240 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
8241 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
8242 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
8243 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
8244 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
8245 * textmodes/tex-mode.el, textmodes/text-mode.el,
8246 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
8247 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
8248 * vt100-led.el, window.el: Some fixes to follow coding conventions in
8249 files maintained by FSF.
8250
8251 2001-07-13 Pavel Jan,Am(Bk <Pavel@Janik.cz>
8252
8253 * arc-mode.el: A fix to follow coding conventions.
8254
8255 * bindings.el: Ditto.
8256
8257 * cdl.el: Ditto.
8258
8259 * comint.el: Ditto.
8260
8261 * cus-start.el: Ditto.
8262
8263 * shell.el: Ditto.
8264
8265 * skeleton.el: Ditto.
8266
8267 2001-07-13 Stefan Monnier <monnier@cs.yale.edu>
8268
8269 * info.el (Info-build-node-completions):
8270 Make Info-current-file-completions buffer local.
8271
8272 2001-07-13 Gerd Moellmann <gerd@gnu.org>
8273
8274 * which-func.el (which-func-mode, which-func-ff-hook)
8275 (which-function-mode): Remove references to which-func-mode-global.
8276
8277 * calendar/cal-islam.el (calendar-goto-islamic-date):
8278 Add autoload cookie.
8279
8280 * play/fortune.el: Add types to defcustoms.
8281
8282 2001-07-12 Pavel Jan,Am(Bk <Pavel@Janik.cz>
8283
8284 * language/czech.el: A fix to follow coding conventions.
8285
8286 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
8287
8288 * speedbar.el (speedbar-supported-extension-expressions): Add .g
8289 to the extension list, for antlr-mode. From Christoph Wedler
8290 <Christoph.Wedler@sap.com>.
8291
8292 2001-07-11 Stefan Monnier <monnier@cs.yale.edu>
8293
8294 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
8295 (vc-dired-mode-map): Fix the madness.
8296
8297 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
8298 (vc-prefix-map): Moved back from vc.el.
8299
8300 2001-07-11 Gerd Moellmann <gerd@gnu.org>
8301
8302 * mail/mail-extr.el (mail-extr-all-top-level-domains):
8303 Increase the size of the obarray.
8304 (mail-extr-all-top-level-domains): Add more toplevel domains,
8305 add more long names.
8306 From: Per Starback <starback@ling.uu.se>.
8307
8308 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
8309
8310 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
8311 From Pavel Jan,Am(Bk <Pavel@Janik.cz>
8312
8313 * progmodes/ada-mode.el: Ditto.
8314
8315 * progmodes/ada-xref.el: Ditto.
8316
8317 2001-07-11 Miles Bader <miles@gnu.org>
8318
8319 * finder.el (finder-insert-at-column): Also move to the next line
8320 if exactly at COLUMN.
8321
8322 2001-07-10 Gerd Moellmann <gerd@gnu.org>
8323
8324 * help.el (describe-function-1): When printing FUNCTION's
8325 documentation, don't assume FUNCTION is a symbol.
8326
8327 * startup.el (normal-top-level): Don't operate on the initial
8328 frame if we failed to create one.
8329
8330 2001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
8331
8332 * cc-cmds.el (c-indent-exp): Keep the indentation of the block
8333 itself, i.e. only indent the contents in it.
8334
8335 2001-07-10 Markus Rost <rost@math.ohio-state.edu>
8336
8337 * mail/rmail.el (rmail-show-message): Show beginning of message in
8338 all windows containing it.
8339
8340 2001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
8341
8342 * term/tty-colors.el: Fix the header line and copyright years.
8343
8344 2001-07-09 Gerd Moellmann <gerd@gnu.org>
8345
8346 * emacs-lisp/advice.el (ad-make-advised-definition): If the
8347 original definition has an interactive form, but is Elp
8348 instrumented, use the interactive form of the function called by
8349 elp-wrapper.
8350
8351 * winner.el (winner-equal): Make it a defun. Don't compare Winner
8352 configurations with compare-window-configuration; they aren't
8353 window configurations.
8354
8355 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
8356 from the server for the format we expect. Don't use it if it
8357 doesn't look like what the Internet draft for FTP extensions specifies.
8358
8359 * toolbar/*.pbm: Cleaned up.
8360 From Luis Fernandes <elf@ee.ryerson.ca>.
8361
8362 2001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
8363
8364 * cc-cmds.el: Extended the kludge to interoperate with the
8365 delsel and pending-del packages wrt to the new function
8366 `c-electric-delete-forward'.
8367
8368 2001-07-08 Stefan Monnier <monnier@cs.yale.edu>
8369
8370 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
8371 to delay the call to <mode> for global minor modes.
8372 (easy-mmode-define-navigation): Only recenter if interactive.
8373
8374 2001-07-06 Gerd Moellmann <gerd@gnu.org>
8375
8376 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
8377 to lisp-indent-line.
8378
8379 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
8380 from the server. Call encode-time only when we are sure that we
8381 got a 213 response.
8382
8383 2001-07-06 Simon Josefsson <jas@extundo.com>
8384
8385 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
8386 (mail-envelope-from): New user option.
8387 (sendmail-send-it): Use it.
8388
8389 2001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8390
8391 * ps-print.el: Use locale dependant date to print date in header.
8392 Doc fix.
8393 (ps-print-version): New version number (6.5.3).
8394 (ps-right-header, ps-right-footer): Initialization and doc fix.
8395 (ps-time-stamp-locale-default): New fun.
8396
8397 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
8398
8399 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
8400 field problem with MIME-mode.
8401
8402 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
8403
8404 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
8405
8406 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
8407 MIME-mode.
8408
8409 2001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
8410
8411 * bindings.el (mode-line-mule-info): Don't show the tip with
8412 buffer-file-coding-system if that is nil.
8413
8414 2001-07-05 Gerd Moellmann <gerd@gnu.org>
8415
8416 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
8417 instead of kill-line.
8418
8419 * play/pong.el: Fix first line. From Pavel Jan,Am(Bk
8420 <Pavel@Janik.cz>.
8421
8422 * battery.el (battery-update): Add help-echo. From Pavel Jan,Am(Bk
8423 <Pavel@Janik.cz>.
8424
8425 2001-07-04 Gerd Moellmann <gerd@gnu.org>
8426
8427 * font-lock.el (c-font-lock-keywords-3): When matching something
8428 like `struct X Y', finish with point after Y.
8429
8430 2001-07-04 Simon Josefsson <jas@extundo.com>
8431
8432 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
8433 in caller buffer.
8434
8435 2001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
8436
8437 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
8438 instead of string-match to find the basename of the file.
8439 From Pascal Obry <p.obry@wanadoo.fr>.
8440
8441 * net/browse-url.el (browse-url-default-windows-browser):
8442 Support the MS-DOS port when it runs on Windows.
8443 (browse-url-browser-function) [ms-dos]: Default to
8444 browse-url-default-windows-browser.
8445
8446 * help.el (locate-library): Enable code that looks for compressed
8447 libraries if auto-compression-mode is on.
8448
8449 2001-07-02 Stefan Monnier <monnier@cs.yale.edu>
8450
8451 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
8452
8453 2001-07-02 Gerd Moellmann <gerd@gnu.org>
8454
8455 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
8456
8457 2001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
8458
8459 * allout.el: Fix the header line, so that finder.el recognizes it.
8460 From Pavel Jan,Am(Bk <Pavel@Janik.cz>.
8461
8462 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
8463 From Pavel Jan,Am(Bk <Pavel@Janik.cz>.
8464
8465 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
8466
8467 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
8468
8469 * ps-bdf.el (bdf-directory-list): Use the value relative to
8470 installation-directory for MS-Windows as well.
8471
8472 2001-06-29 Richard M. Stallman <rms@gnu.org>
8473
8474 * wid-edit.el (widget-color-sample-face-get):
8475 Return ((foreground-color . COLOR)) instead of constructing a face.
8476
8477 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
8478
8479 * faces.el (region): Change the background color for the
8480 light-background color display to lightgoldenrod2, to make it
8481 visible on some laptops.
8482
8483 2001-06-28 Richard M. Stallman <rms@gnu.org>
8484
8485 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
8486 (rmail-msg-restore-non-pruned-header): Likewise.
8487 If point was in the old pruned header, put it at the top.
8488 (rmail-msg-prune-header): If point was at the top, keep it there.
8489
8490 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
8491 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
8492
8493 2001-06-28 Stefan Monnier <monnier@cs.yale.edu>
8494
8495 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
8496
8497 2001-06-28 Karl Fogel <kfogel@red-bean.com>
8498
8499 * saveplace.el: Update maintainer email address.
8500
8501 2001-06-27 Francesco Potorti` <pot@gnu.org>
8502
8503 * uniquify.el: (uniquify-rationalize-file-buffer-names):
8504 Undo previous change.
8505
8506 2001-06-27 Francesco Potorti` <pot@gnu.org>
8507
8508 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
8509 preliminary quick reordering. Can speed things up dramatically.
8510
8511 2001-06-26 Richard M. Stallman <rms@gnu.org>
8512
8513 * dired.el (dired-get-filename): A file name starting with ~
8514 is not absolute in this context.
8515
8516 * which-func.el (which-func-maxout): Increase default to 500000.
8517 (which-function-mode): This is now the "real" name of the function.
8518 (which-func-mode): Now an alias.
8519 (which-func-mode-global): Name deleted.
8520
8521 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
8522 button-2, when binding hs-mouse-toggle-hiding.
8523
8524 2001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
8525
8526 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
8527 (rmail-msg-prune-header): Likewise.
8528 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
8529 and `rmail-msg-prune-header'.
8530
8531 2001-06-25 Stefan Monnier <monnier@cs.yale.edu>
8532
8533 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
8534 back than LINEBEG.
8535
8536 2001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
8537
8538 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
8539 window where they clicked the mouse has a header line, adjust
8540 vertical movement by one.
8541
8542 2001-06-25 Milan Zamazal <pdm@zamazal.org>
8543
8544 * progmodes/glasses.el (glasses-make-readable): Consider underscores
8545 too when separating a parenthesis.
8546
8547 2001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
8548
8549 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
8550 (bookmark-bmenu-hide-filenames): Add help-echo to
8551 mouse-highlighted text.
8552 (bookmark-bmenu-show-filenames): Remove help-echo property from
8553 the whitespace.
8554
8555 2001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
8556
8557 * files.el (auto-mode-alist): Add configure.ac (autoconf).
8558 From Karl Eichwalder <ke@suse.de>.
8559
8560 2001-06-23 Richard M. Stallman <rms@gnu.org>
8561
8562 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
8563
8564 * progmodes/cc-styles.el (c-set-style): Don't specify initial
8565 contents for completing-read.
8566
8567 2001-06-22 Richard M. Stallman <rms@gnu.org>
8568
8569 * menu-bar.el (menu-bar-make-toggle): Construct the
8570 function's doc string from HELP, not DOC, and make it accurate by
8571 adding "Toggle whether to " at the front and downcasing the initial.
8572 Change the HELP arg in some calls to make it fit this usage.
8573
8574 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
8575 Undo previous change.
8576
8577 2001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
8578
8579 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
8580
8581 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
8582
8583 2001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
8584
8585 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
8586
8587 * dabbrev.el (dabbrev--select-buffers): Fix last change.
8588
8589 2001-06-20 Richard M. Stallman <rms@gnu.org>
8590
8591 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
8592 broken out from dabbrev--find-expansion. Handle minibuffer
8593 specially here.
8594 (dabbrev--find-expansion): Simplify code in various ways.
8595 Don't treat minibuffers specially.
8596 Call dabbrev--make-friend-buffer-list.
8597 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
8598 (dabbrev--scanning-message): Do nothing when minibuffer is current.
8599
8600 2001-06-19 John Wiegley <johnw@gnu.org>
8601
8602 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
8603 Also, added a comment describing how to greatly speedup Eshell
8604 loadup time, by concatenating together all of Eshell's .elc files.
8605
8606 2001-06-19 John Wiegley <johnw@gnu.org>
8607
8608 * eshell/esh-mode.el: Disabled a test that often yields false failures.
8609
8610 2001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
8611
8612 * woman.el (WoMan-highlight-references): Add help-echo to
8613 mouse-highlighted text.
8614
8615 2001-06-18 Stefan Monnier <monnier@cs.yale.edu>
8616
8617 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
8618
8619 2001-06-18 Gerd Moellmann <gerd@gnu.org>
8620
8621 * international/quail.el (quail-start-conversion):
8622 Reset quail-translating to nil.
8623
8624 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
8625 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
8626
8627 2001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
8628
8629 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
8630 mouse-highlighted text.
8631
8632 * dired.el (dired-mark-pop-up): Fix last change.
8633
8634 2001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
8635
8636 * calendar/calendar.el (generate-calendar-month): Add help-echo to
8637 mouse-highlighted text.
8638
8639 * net/quickurl.el (quickurl-url-file): Run through
8640 convert-standard-filename.
8641 (quickurl-list-populate-buffer): Add help-echo to
8642 mouse-highlighted text.
8643 (top-level): Update Dave's URL.
8644
8645 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
8646 mouse-highlighted text.
8647
8648 * textmodes/page-ext.el (pages-copy-header-and-position):
8649 Add help-echo to mouse-highlighted text.
8650
8651 * tar-mode.el (tar-header-block-summarize): Add help-echo to
8652 mouse-highlighted text.
8653
8654 * replace.el (occur): Add help-echo to mouse-highlighted text.
8655
8656 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
8657 mouse-highlighted text.
8658
8659 * progmodes/cpp.el (cpp-make-button): Add help-echo to
8660 mouse-highlighted text.
8661
8662 * progmodes/compile.el (compile-reinitialize-errors):
8663 Add help-echo to mouse-highlighted messages.
8664 (compilation-forget-errors): Remove help-echo property as well.
8665
8666 * play/landmark.el (lm-plot-square, lm-init-display):
8667 Add help-echo to mouse-highlighted text.
8668
8669 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
8670 Add help-echo to mouse-highlighted text.
8671
8672 * dired.el (dired-insert-set-properties): Add help-echo to
8673 mouse-highlighted text.
8674 (dired-mark-pop-up): Remove help-echo property from the file name.
8675
8676 * comint.el (comint-send-input): Add help-echo to
8677 mouse-highlighted text.
8678
8679 * buff-menu.el (list-buffers-noselect): Add help-echo to
8680 mouse-highlighted text.
8681
8682 * arc-mode.el (archive-summarize-files): Add help-echo to
8683 mouse-highlighted text.
8684
8685 * ffap.el (ffap-machine-p): Always return nil if
8686 open-network-stream is not fboundp.
8687
8688 2001-06-17 Stefan Monnier <monnier@cs.yale.edu>
8689
8690 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
8691 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
8692 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
8693 incorrectly binding chars between 128 and 256 to it.
8694 (sgml-maybe-name-self): Handle latin-1 chars properly.
8695 (sgml-tags-invisible): Bind buffer-file-name to nil.
8696 Use unwind-protect and restore-buffer-modified-p.
8697 (sgml-point-entered): Use buffer-substring-no-properties.
8698 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
8699 (html-mode): Don't force `imenu-sort-function'.
8700
8701 2001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
8702
8703 * tar-mode.el: Fix the copyright notice.
8704
8705 * font-lock.el (font-lock-comment-face): For tty's with dark
8706 background, use "red1", since "lightred" is not one of the colors
8707 recognized by tty-colors.el.
8708
8709 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
8710 create a buffer for extracted file, in case there's more than one
8711 file by that name in an archive, possibly in different
8712 directories. From Kevin Rodgers <kevinr@ihs.com>.
8713
8714 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
8715 <alex@gnu.org>.
8716
8717 2001-06-15 Miles Bader <miles@gnu.org>
8718
8719 * textmodes/texinfmt.el (texinfo-format-syntax-table):
8720 Revert previous change.
8721
8722 2001-06-14 Richard M. Stallman <rms@gnu.org>
8723
8724 * replace.el (keep-lines-read-args): Return just a regexp.
8725 Provide nil for the region args.
8726 (keep-lines, flush-lines, how-many):
8727 Calculate the defaults for the region here, when args are nil.
8728
8729 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
8730
8731 * rot13.el (rot13-other-window): Some more doc fix.
8732
8733 2001-06-14 Per Starback <starback@ling.uu.se>
8734
8735 * replace.el (case-replace, query-replace-from-history-variable)
8736 (query-replace-to-history-variable, keep-lines-read-args)
8737 (occur-revert-function, query-replace-help): Dox fix.
8738
8739 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
8740
8741 * rot13.el (rot13-other-window): Doc fix.
8742
8743 2001-06-14 Miles Bader <miles@gnu.org>
8744
8745 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
8746 of " and \ to "." (punctuation).
8747 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
8748
8749 2001-06-13 Richard M. Stallman <rms@gnu.org>
8750
8751 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
8752
8753 * simple.el (shell-command-on-region): Never kill the
8754 *Shell Command Output* buffer.
8755
8756 2001-06-13 Stefan Monnier <monnier@cs.yale.edu>
8757
8758 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
8759
8760 2001-06-10 Stefan Monnier <monnier@cs.yale.edu>
8761
8762 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
8763 New var, to recognize ${ $' and PODs.
8764 (perl-font-lock-syntactic-face-function): New function.
8765 (perl-mode): Use them.
8766 (perl-continuation-line-p): New function, from perl-calculate-indent.
8767 (perl-calculate-indent): Use it, to properly handle continuation
8768 lines of continuation lines.
8769
8770 2001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
8771
8772 * server.el (server-process, server-buffer-clients): Doc fix.
8773 From Pavel Jan,Am(Bk <Pavel@Janik.cz>.
8774
8775 2001-06-09 John Wiegley <johnw@gnu.org>
8776
8777 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
8778 test if the last command was Lisp or not.
8779 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
8780 B x C".
8781
8782 2001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
8783
8784 * dos-w32.el (grep-regexp-alist): Remove definition, since the
8785 general one on compile.el supports drive letters.
8786
8787 2001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
8788
8789 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
8790 key description.
8791
8792 * textmodes/reftex-sel.el (reftex-select-jump): New command.
8793
8794 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
8795 (reftex-toc-jump): New command.
8796
8797 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
8798 to parse international characters as well.
8799
8800 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
8801 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
8802
8803 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
8804
8805 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
8806 TAB to the key separators.
8807
8808 2001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
8809
8810 * international/mule.el (auto-coding-alist): Remove redundant
8811 up-cased versions of the extensions (auto-coding-alist-lookup is
8812 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
8813 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
8814
8815 2001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
8816
8817 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
8818
8819 2001-06-01 Richard M. Stallman <rms@gnu.org>
8820
8821 * help.el (describe-variable): Put value on same line
8822 with preceding text, if it is short enough to look good that way.
8823
8824 2001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
8825
8826 * term/internal.el (IT-unicode-translations): New variable.
8827 (IT-setup-unicode-display): New function.
8828
8829 2001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8830
8831 * ps-print.el: Handle before-string and after-string overlay properties
8832 in ps-print-*-with-faces commands. Doc fix.
8833 (ps-print-version): New version number (6.5.2).
8834 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
8835 for XEmacs.
8836 (ps-prefix-quote): Doc fix.
8837 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
8838 (ps-basic-plot-str, ps-plot-string): New funs.
8839
8840 2001-05-31 Stefan Monnier <monnier@cs.yale.edu>
8841
8842 * progmodes/etags.el (tags-compression-info-list): Fix docstring
8843 and :type spec.
8844
8845 2001-05-31 Gerd Moellmann <gerd@gnu.org>
8846
8847 * international/mule-cmds.el (inactivate-input-method):
8848 Set input-method-function to nil.
8849
8850 * xml.el (xml-parse-tag): The document may contain invalid characters.
8851 From ShengHuo ZHU <zsh@cs.rochester.edu>
8852
8853 2001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
8854
8855 * mail/rmailsum.el (rmail-message-subject-p): Don't call
8856 `rmail-summary-line-decoder' if the message does not have
8857 a Subject: field.
8858
8859 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
8860
8861 * mail/rmail.el (rmail-insert-mime-resent-message-function):
8862 New variable.
8863 (rmail-resend): Modify to work in `rmail-view-buffer'; call
8864 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
8865 is non-nil.
8866
8867 2001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
8868
8869 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
8870
8871 2001-05-29 Sam Steingold <sds@gnu.org>
8872
8873 * faces.el (face-valid-attribute-values): Bind `valid' directly
8874 instead of using `setq'.
8875
8876 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
8877 Use `tex-shell-buf'.
8878 (tex-shell-proc): Use `tex-shell-running'.
8879 (tex-shell-buf-no-error): New function.
8880 (tex-send-tex-command): Use it.
8881 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
8882 (tex-kill-job): Check the process before calling `quit-process'.
8883
8884 2001-05-29 Gerd Moellmann <gerd@gnu.org>
8885
8886 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
8887 UTF-8 sequences.
8888
8889 2001-05-28 Miles Bader <miles@gnu.org>
8890
8891 * comint.el (comint-carriage-motion): Renamed from
8892 `comint-cr-magic'. Operate on the buffer instead of the string
8893 (for use as a comint post-output filter, instead of as a
8894 pre-output filter). Handle backspaces too. Add to the
8895 `comint-output-filter-functions' hook instead of
8896 `comint-preoutput-filter-functions'.
8897
8898 2001-05-28 Gerd Moellmann <gerd@gnu.org>
8899
8900 * language/japan-util.el (japanese-hankaku): Prefer the charset
8901 `jisx0201' when the optional argument `ascii-only' is not specified.
8902 (japanese-hankaku-region): Ditto.
8903 From Katsumi Yamaoka <yamaoka@jpl.org>
8904
8905 2001-05-28 Stefan Monnier <monnier@cs.yale.edu>
8906
8907 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
8908 (outline-invisible-p): New function.
8909 (hide-leaves): Save excursion.
8910 (hide-other): Stop looping when reaching bobp.
8911
8912 2001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
8913
8914 * cus-edit.el (custom-file): Fix last change.
8915
8916 2001-05-27 Stefan Monnier <monnier@cs.yale.edu>
8917
8918 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
8919 same definition in byte-compile-function-environment as `autoload'
8920 would put in `symbol-function'.
8921
8922 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
8923 patch to correct the error message as well.
8924
8925 2001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
8926
8927 * cus-edit.el (custom-file): Don't assume we were invoked with -q
8928 unless ~/.emacs exists.
8929
8930 * novice.el (enable-command): If user-init-file is nil or does not
8931 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
8932
8933 2001-05-25 Stefan Monnier <monnier@cs.yale.edu>
8934
8935 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
8936 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
8937 Allow spaces around macro arguments.
8938 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
8939 indent-for-tab-command.
8940 (latex-mode-map, plain-tex-mode-map): New keymaps.
8941 Inherit from tex-mode-map.
8942 (tex-common-initialization): Don't setup the keymap any more
8943 since it's now done right by define-derived-mode.
8944 (latex-mode): Set skeleton-end-hook to nil.
8945 (latex-skeleton-end-hook): Remove.
8946 (tex-latex-block, latex-insert-item): Simplify.
8947 (latex-syntax-after): Use following-char rather than char-after.
8948 (tex-discount-args-cmds, tex-count-words): New functions.
8949
8950 * textmodes/tildify.el (tildify-ignored-environments-alist):
8951 Recognize \verb* as well.
8952
8953 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
8954 (perl-comment-indent): Simplify to let newcomment.el do its job.
8955 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
8956 (perl-mark-function): Cleanup the namespace.
8957 (perl-calculate-indent): Don't be fooled by nested functions.
8958
8959 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
8960
8961 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
8962 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
8963
8964 2001-05-25 Andrew Choi <akochoi@i-cable.com>
8965
8966 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
8967 actually be `\\'.
8968 (ctlau-b5-converter): Likewise.
8969
8970 2001-05-24 Andrew Choi <akochoi@i-cable.com>
8971
8972 * international/titdic-cnv.el (quail-misc-package-ext-info):
8973 Change CTLauB.el to CTLau-b5.el.
8974
8975 2001-05-23 Stefan Monnier <monnier@cs.yale.edu>
8976
8977 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
8978 rather than beginning-of-line to avoid problems with fields.
8979 (gud-perldb-massage-args): Use unless and push.
8980 (gud-chdir-before-run): New var.
8981 (gud-common-init): Use it.
8982
8983 2001-05-24 Andrew Choi <akochoi@i-cable.com>
8984
8985 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
8986 delete entries for chinese-ctlau and chinese-ctlaub.
8987 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
8988 chinese-ctlaub.
8989 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
8990 New functions.
8991
8992 2001-05-22 Gerd Moellmann <gerd@gnu.org>
8993
8994 * cus-edit.el (custom-comment-show): Remove debug code.
8995
8996 * language/japan-util.el (japanese-symbol-table): Fix handling of
8997 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
8998
8999 2001-05-21 Stefan Monnier <monnier@cs.yale.edu>
9000
9001 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
9002 Renamed by removing the silly `-flag' suffix.
9003 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
9004
9005 2001-05-20 Stefan Monnier <monnier@cs.yale.edu>
9006
9007 * replace.el (keep-lines-read-args): Use `copy-marker'.
9008 (how-many): Save excursion properly.
9009 (occur-mode): Use define-derived-mode.
9010 (perform-replace): Use with-current-buffer.
9011
9012 2001-05-20 Richard M. Stallman <rms@gnu.org>
9013
9014 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
9015
9016 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
9017
9018 * info.el (Info-read-subfile): Widen before finding the
9019 desired node in the subfile.
9020
9021 * startup.el (command-line-1): When >2 files visited,
9022 leave the last one visible, and make that the selected window.
9023
9024 2001-05-20 Gerd Moellmann <gerd@gnu.org>
9025
9026 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
9027
9028 2001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
9029
9030 * international/ccl.el (define-ccl-program): Fix a typo.
9031 From Pavel Jan,Am(Bk <Pavel@Janik.cz>.
9032
9033 * international/mule.el (decode-char): Fix a typo. From Pavel
9034 Jan,Am(Bk <Pavel@Janik.cz>.
9035
9036 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
9037 Jan,Am(Bk <Pavel@Janik.cz>.
9038
9039 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
9040 Jan,Am(Bk <Pavel@Janik.cz>.
9041
9042 2001-05-18 Sam Steingold <sds@gnu.org>
9043
9044 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
9045 and [RET] to `cvs-mode-find-file'.
9046
9047 2001-05-18 John Wiegley <johnw@gnu.org>
9048
9049 * eshell/esh-ext.el (eshell-explicit-command-char): A new
9050 configuration variable, which determines the initial character
9051 that forces use of an external version of a command. The default
9052 is *, but may be set to \, for example.
9053
9054 * eshell/esh-ext.el (eshell-explicit-command):
9055 Use `eshell-explicit-command-char' instead of ?*.
9056
9057 * eshell/esh-cmd.el (eshell/which):
9058 Use `eshell-explicit-command-char' instead of ?*.
9059
9060 * eshell/em-cmpl.el (eshell-completion-command-name)
9061 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
9062 instead of ?*.
9063
9064 2001-05-18 Gerd Moellmann <gerd@gnu.org>
9065
9066 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
9067 subst-char-in-string.
9068 (ange-ftp-after-parse-ls-hook): New variable.
9069 (ange-ftp-ls): Run that hook.
9070 From Peter Milliken <Peter.Milliken@GTECH.COM>.
9071
9072 * tmm.el (tmm-get-keymap): Fix handling of :filter.
9073 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
9074 text into *Completions*.
9075
9076 * net/goto-addr.el (goto-address-at-point): Deal with URLs
9077 part of which look like email addresses.
9078
9079 2001-05-18 Andrew Innes <andrewi@gnu.org>
9080
9081 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
9082 Use . instead of absolute path for lisp dir, to avoid bug in W2K
9083 cmd.exe's handling of FOR loops.
9084 (autoloads): Set find-file-suppress-same-file-warnings to t to
9085 avoid slew of spurious messages.
9086
9087 2001-05-18 Simon Josefsson <simon@josefsson.org>
9088
9089 * mail/smtpmail.el (maybe-append-domain): Renamed to
9090 `smtpmail-maybe-append-domain'.
9091 (smtpmail-via-smtp): Use the new name.
9092
9093 * net/browse-url.el (browse-url-browser-function): Add kde.
9094 (browse-url-kde-program, browse-url-kde-args): New variables.
9095 (browse-url-kde): New function.
9096
9097 2001-05-18 Miles Bader <miles@gnu.org>
9098
9099 * simple.el (delete-horizontal-space, just-one-space):
9100 Use `constrain-to-field' instead of `field-end'/`field-beginning',
9101 because it's more efficient for large files.
9102
9103 2001-05-17 Gerd Moellmann <gerd@gnu.org>
9104
9105 * mail/rmail.el (rmail-require-mime-maybe): New function.
9106 (rmail): Use it.
9107 (rmail-mode): Handle the case of finding Rmail files.
9108
9109 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
9110 functions.
9111
9112 2001-05-17 Stefan Monnier <monnier@cs.yale.edu>
9113
9114 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
9115 text-property after moving to the beginning of line and regardless
9116 of the value of font-lock-multiline.
9117
9118 2001-05-17 Gerd Moellmann <gerd@gnu.org>
9119
9120 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
9121
9122 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
9123 last coding system used before calling set-buffer-modified-p
9124 because that function changes last-coding-system.
9125
9126 2001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
9127
9128 * files.el (switch-to-buffer-other-window)
9129 (switch-to-buffer-other-frame): Add an xref to display-buffer in
9130 the doc string.
9131
9132 2001-05-17 Gerd Moellmann <gerd@gnu.org>
9133
9134 * language/slovak.el, language/czech.el: New maintainer.
9135
9136 2001-05-16 Sam Steingold <sds@gnu.org>
9137
9138 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
9139 sub-form of `defgeneric' correctly.
9140
9141 2001-05-16 Gerd Moellmann <gerd@gnu.org>
9142
9143 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
9144 of `c'.
9145
9146 * textmodes/outline.el (outline-font-lock-level): Remove the
9147 condition-case, test what outline-level returns instead, to
9148 ease debugging.
9149
9150 * international/mule.el (auto-coding-regexp-alist): New user-option.
9151 (auto-coding-from-file-contents): New function.
9152 (set-auto-coding): Use it to determine a coding system.
9153
9154 2001-05-15 Gerd Moellmann <gerd@gnu.org>
9155
9156 * mouse.el (mouse-delete-other-windows): Doc fix.
9157
9158 * emacs-lisp/lisp-mode.el (lisp-mode):
9159 Make font-lock-keywords-case-fold-search a buffer-local variable with
9160 make-local-variable before setting it.
9161
9162 2001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
9163
9164 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
9165 prefixes.
9166
9167 2001-05-14 Gerd Moellmann <gerd@gnu.org>
9168
9169 * hexl.el (hexl-current-address): Print a message when called
9170 interactively.
9171
9172 2001-05-11 Stefan Monnier <monnier@cs.yale.edu>
9173
9174 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
9175
9176 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
9177
9178 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
9179
9180 2001-05-11 Gerd Moellmann <gerd@gnu.org>
9181
9182 * startup.el (command-line): If parameters have been changed in
9183 the init files which influence font selection, clear the face
9184 cache so that faces get realized with the new parameters.
9185
9186 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
9187
9188 2001-05-10 Stefan Monnier <monnier@cs.yale.edu>
9189
9190 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
9191
9192 2001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
9193
9194 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
9195 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
9196
9197 2001-05-10 Gerd Moellmann <gerd@gnu.org>
9198
9199 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
9200 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
9201
9202 2001-05-09 John Wiegley <johnw@gnu.org>
9203
9204 * eshell/esh-util.el (eshell-convert-numeric-arguments):
9205 Annotated the documentation string to tell users about
9206 `eshell-no-numeric-conversions'.
9207
9208 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
9209 conversions if a Lisp function has the property
9210 `eshell-no-numeric-conversions' set to a non-nil value.
9211
9212 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
9213 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
9214 property `eshell-no-numeric-conversions' on the following
9215 functions (which all deal with filesystem entities, and never Lisp
9216 numerical values): eshell/cd, eshell/pushd, eshell/popd,
9217 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
9218 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
9219 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
9220 eshell/which, eshell/addpath.
9221
9222 2001-05-09 John Wiegley <johnw@gnu.org>
9223
9224 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
9225 encountered as an argument, don't convert it right away, but tag
9226 the first character of the string with the text properties
9227 `number', which signifies to `eshell-lisp-command' that the
9228 argument should be passed through `string-to-number' if it is
9229 actually used in the call to a Lisp function.
9230
9231 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
9232 function, convert any string arguments that have been tagged as
9233 "numbers", by calling string-to-number.
9234
9235 * eshell/esh-util.el (eshell-number-regexp): Now that number
9236 conversions only happen for Lisp function calls, the number regexp
9237 should now match all integer and floating point forms.
9238
9239 * eshell/esh-proc.el: Disable `eshell-stop-process' and
9240 `eshell-continue-process', since they are both nonfunctional at
9241 the moment.
9242 (eshell-proc-initialize): Don't bind keys for
9243 `eshell-stop-process' or `eshell-continue-process'.
9244
9245 * eshell/em-unix.el (eshell-shuffle-files):
9246 Apply `directory-file-name' before calling `file-name-directory'.
9247
9248 * eshell/em-hist.el (eshell-add-to-history): Reference to
9249 `eshell-history-ring' needed to be `eshell-history-index'.
9250
9251 * calendar/timeclock.el (timeclock-find-discrep):
9252 Initialize `elapsed' to 0.
9253 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
9254 it's still nil.
9255
9256 2001-05-09 Stefan Monnier <monnier@cs.yale.edu>
9257
9258 * arc-mode.el (archive-int-to-mode): Construct the string directly.
9259 (archive-mode): Use capitalize.
9260 (archive-unique-fname): Use make-temp-file.
9261
9262 2001-05-09 Gerd Moellmann <gerd@gnu.org>
9263
9264 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
9265
9266 2001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
9267
9268 * tar-mode.el (tar-extract): Pay attention to the value of
9269 coding-system-for-read, if it is non-nil.
9270
9271 * calendar/holidays.el (holidays): Add an autoload cookie.
9272 From Pavel Jan,Am(Bk <Pavel@Janik.cz>.
9273
9274 2001-05-08 John Wiegley <johnw@gnu.org>
9275
9276 * calendar/timeclock.el (timeclock-workday-remaining):
9277 Changed logic for determining how much time is remaining.
9278 (timeclock-workday-elapsed): Don't accept a "relative" argument
9279 for the current day's elapsed time. What could that have meant?
9280 (timeclock-workday-elapsed-string): No "relative" argument anymore.
9281 (timeclock-when-to-leave): Changed logic, similarly to what was
9282 done for `timeclock-workday-remaining'.
9283 (timeclock-find-discrep): Removed "today-only" argument, which had
9284 no meaning. Fixed some more math problems. The function now
9285 returns a three member list: (TOTAL-TIME-DISCREPANCY
9286 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
9287
9288 2001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
9289
9290 * w32-fns.el (convert-standard-filename): Start replacing slashes
9291 from the beginning of the file name, not from where the last
9292 invalid character was. From "Andrew Maguire (SWW)"
9293 <Andrew.Maguire@Smallworld.co.uk>
9294
9295 2001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
9296
9297 The following changes are to provide infrastructure for handling
9298 MIME messages to rmail. They don't affect the original behaviour
9299 if rmail-enable-mime is nil.
9300
9301 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
9302 (rmail-search-mime-message-function)
9303 (rmail-search-mime-header-function): New variables.
9304 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
9305 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
9306 `rmail-view-buffer' is hidden.
9307 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
9308 call rmai-show-mime-function.
9309 (rmail-display-labels): If rmail-enable-mime is non-nil, update
9310 mode-line-process of rmail-view-buffer.
9311 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
9312 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
9313 buffer.
9314 (rmail-next-message, rmail-next-undeleted-message): Be sure to
9315 set-buffer to the Rmail buffer.
9316 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
9317 rmail-search-mime-header-function.
9318 (rmail-search-message): New function.
9319 (rmail-search): Call rmail-search-message to check if a message
9320 matches REGEXP, lastly update point after calling
9321 rmail-show-message.
9322 (rmail-undelete-previous-message, rmail-expunge-confirmed)
9323 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
9324 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
9325 header region, refer to rmail-msgref-vector while setting the
9326 current buffer to rmail-buffer temporarily.
9327 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
9328 If rmail-enable-mime is non-nil, call
9329 rmail-insert-mime-forwarded-message-function instead of inserting
9330 forwarded message by itself.
9331
9332 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
9333 Rmail buffer.
9334 (rmail-set-label, rmail-next-labeled-message): Likewise.
9335
9336 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
9337 set-buffer to the Rmail buffer.
9338 (rmail-output-to-rmail-file): Likewise.
9339 (rmail-output): Likewise.
9340
9341 * mail/rmailsum.el (rmail-message-subject-p): Process the result
9342 of mail-fetch-field by rmail-summary-line-decoder.
9343 (rmail-new-summary): Be sure to go to the Rmail buffer.
9344 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
9345 rmail-view-buffer to nil.
9346 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
9347 rmail-view-buffer.
9348 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
9349 rmail-buffer.
9350 (rmail-summary-scroll-msg-down): Likewise.
9351 (rmail-summary-beginning-of-message): Likewise.
9352 (rmail-summary-wipe): Likewise.
9353 (rmail-summary-toggle-header): Use save-window-excursion, not
9354 save-excursion. Update point in rmail-view-buffer, not in
9355 rmail-buffer.
9356 (rmail-summary-reply): Before calling rmail-reply, set buffer to
9357 rmail-view-buffer, not rmail-buffer.
9358
9359 2001-05-07 Gerd Moellmann <gerd@gnu.org>
9360
9361 * cus-edit.el (custom-file): Signal an error if user-init-file is
9362 nil (running -q).
9363
9364 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
9365
9366 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
9367 Add :version.
9368
9369 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
9370 New option.
9371 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
9372 only if smtpmail-warn-about-unknown-extensions is set.
9373
9374 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
9375 instead of rmail-sort-by-keywords.
9376
9377 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
9378 rmail-sort-by-keywords.
9379
9380 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
9381 rmail-summary-sort-by-keywords. Doc fix.
9382 (rmail-summary-mode): Doc fix.
9383
9384 * mail/rmail.el (rmail-edit): New Custom group.
9385
9386 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
9387 (rmail-edit-mode-hook): New user-option.
9388
9389 2001-05-05 Richard M. Stallman <rms@gnu.org>
9390
9391 * help.el (help-xref-symbol-regexp): Recognize "source of"
9392 and friends, meaning make a link to the source file.
9393 (help-make-xrefs): Handle "source of" and friends
9394 by constructing a link that visits the source file.
9395
9396 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
9397
9398 2001-05-04 Stefan Monnier <monnier@cs.yale.edu>
9399
9400 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
9401 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
9402 Renamed from perl-font-lock-keywords to avoid clashes.
9403 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
9404 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
9405 Updated correspondingly.
9406
9407 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
9408 Typo `nonexistant' -> `nonexistent'.
9409
9410 2001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
9411
9412 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
9413 Split `c-electric-delete' into two functions where
9414 `c-electric-delete-forward' always deletes forward and
9415 `c-electric-delete' only contains the code necessary for XEmacs to
9416 choose between backward and forward deletion.
9417
9418 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
9419 get the electric behavior on that key too.
9420 (c-fill-paragraph): Fixed bogus direct use of
9421 c-comment-prefix-regexp, which caused an error when it's a list.
9422
9423 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
9424
9425 * dired-aux.el (dired-diff): Doc fix.
9426
9427 * dired.el (dired-diff): Likewise.
9428
9429 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
9430
9431 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
9432
9433 2001-05-02 Stefan Monnier <monnier@cs.yale.edu>
9434
9435 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
9436 if both the buffer and the file are read-only.
9437
9438 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
9439 rather than font-lock-string-face.
9440 (sh-get-indent-info): Treat heredocs like strings.
9441
9442 2001-05-02 Gerd Moellmann <gerd@gnu.org>
9443
9444 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
9445 a newline following `}'.
9446 (texinfo-format-email): New function.
9447 (toplevel): Use texinfo-format-email for @email.
9448 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
9449 Add `display'.
9450 (texinfo-sort-region): Goto point-min before sorting.
9451 (texinfo-set): Remove leading white space from value.
9452 From yagi@is.titech.ac.jp.
9453
9454 * replace.el (query-replace-regexp-eval): Doc fix.
9455
9456 2001-05-01 Stefan Monnier <monnier@cs.yale.edu>
9457
9458 * diff-mode.el (diff-nonexistant-face): New face.
9459 (diff-font-lock-keywords): Use it.
9460
9461 2001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
9462
9463 * font-lock.el (font-lock-mode): Doc fix.
9464
9465 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
9466 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
9467
9468 2001-04-30 Gerd Moellmann <gerd@gnu.org>
9469
9470 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
9471 backslash at the start of the here-document delimiter.
9472 (sh-font-lock-syntactic-keywords): Likewise.
9473
9474 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
9475
9476 2001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
9477
9478 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
9479 (tty-color-translate, tty-color-by-index, tty-color-values)
9480 (tty-color-desc): Doc fix.
9481
9482 2001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
9483
9484 * dired-aux.el (dired-do-create-files, dired-do-copy)
9485 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
9486 Mention dired-dwim-target in the doc string.
9487
9488 2001-04-28 Miles Bader <miles@gnu.org>
9489
9490 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
9491 (dabbrev--find-expansion): Use it.
9492 (dabbrev--select-buffers): Don't select ignored buffers.
9493
9494 2001-04-27 Gerd Moellmann <gerd@gnu.org>
9495
9496 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
9497
9498 2001-04-26 Richard M. Stallman <rms@gnu.org>
9499
9500 * dabbrev.el: Add doc strings for some functions.
9501 (dabbrev--eliminate-newlines): New variable.
9502 (dabbrev--substitute-expansion): Convert newlines to spaces
9503 if dabbrev--eliminate-newlines is set.
9504 If abbrev and expansion are both all-lower-case,
9505 leave dabbrev--last-case-pattern nil.
9506
9507 2001-04-26 Gerd Moellmann <gerd@gnu.org>
9508
9509 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
9510 if necessary, like in rmail-show-message.
9511
9512 2001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9513
9514 * ps-print.el: Color specified by number is forced to be float number.
9515 (ps-print-version): New version number (6.5.1.1).
9516 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
9517 initialization.
9518 (ps-prefix-quote): New internal var.
9519 (ps-print-quote): New fun.
9520 (ps-setup, ps-output-frame-properties, ps-float-format)
9521 (ps-format-color): Code fix.
9522 (ps-plot-region): Eliminate redundant foreground color text setting.
9523
9524 2001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
9525
9526 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
9527
9528 2001-04-25 Gerd Moellmann <gerd@gnu.org>
9529
9530 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
9531
9532 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
9533
9534 * info.el (Info-additional-directory-list): Doc fix.
9535
9536 * find-lisp.el (find-lisp-find-dired-filter)
9537 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
9538 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
9539
9540 2001-04-25 Stefan Monnier <monnier@cs.yale.edu>
9541
9542 * progmodes/make-mode.el (makefile-font-lock-keywords):
9543 Rationalize the rules for includes and conditionals and use the
9544 keyword face for them.
9545
9546 * faces.el (modify-face): Add compatibility for non-interactive use.
9547
9548 2001-04-24 John Wiegley <johnw@gnu.org>
9549
9550 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
9551 fix from last night, since it wasn't finding eshell/cd.
9552
9553 2001-04-24 Gerd Moellmann <gerd@gnu.org>
9554
9555 * rect.el (string-rectangle): Revert to 20.x behaviour.
9556 (replace-rectangle): Make it an alias for string-rectangle.
9557 (string-insert-rectangle): New function.
9558
9559 2001-04-23 John Wiegley <johnw@gnu.org>
9560
9561 * eshell/em-unix.el (eshell/diff): Fixed problems that were
9562 occurring with Emacs 21's diff.el/compile.el interaction layer.
9563
9564 2001-04-23 Colin Walters <walters@cis.ohio-state.edu>
9565
9566 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
9567 case where the function was defined in a file, but not part of an
9568 eshell module.
9569
9570 2001-04-23 John Wiegley <johnw@gnu.org>
9571
9572 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
9573 code to work around a redisplay problem I've been having.
9574
9575 2001-04-23 John Wiegley <johnw@gnu.org>
9576
9577 * calendar/timeclock.el (timeclock-day-required): If the time
9578 required for a particular day is not set, use `timeclock-workday'.
9579 (timeclock-find-discrep): Added some sample code in a comment.
9580
9581 * eshell/eshell.el (eshell-command): Made a few changes so that
9582 `eshell-command' could be called programmatically.
9583
9584 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
9585
9586 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
9587
9588 2001-04-23 John Wiegley <johnw@gnu.org>
9589
9590 * calendar/timeclock.el: Updated copyright.
9591 (timeclock-generate-report): Don't report the daily or two-week
9592 total, if no time has been worked in that period.
9593 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
9594 final computational form, which was unnecessary; corrected a
9595 parsing problem when timeclock-relative was nil.
9596
9597 2001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
9598
9599 * calendar/timeclock.el (timeclock-modeline-display): Check if
9600 `list-entry' is null.
9601 (timeclock-use-display-time): The first argument to `set-variable'
9602 must be a symbol.
9603
9604 2001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
9605
9606 * calendar/calendar.el (diary-entry-marker)
9607 (calendar-today-marker, calendar-holiday-marker):
9608 Use display-color-p instead of window-system.
9609 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
9610 instead of window-system.
9611 (calendar-hide-window): Use display-multi-frame-p instead of
9612 window-system.
9613
9614 * calendar/cal-x.el (calendar-two-frame-setup)
9615 (calendar-only-one-frame-setup, calendar-one-frame-setup):
9616 Use display-multi-frame-p instead of window-system.
9617
9618 2001-04-23 Gerd Moellmann <gerd@gnu.org>
9619
9620 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
9621
9622 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
9623 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
9624
9625 2001-04-23 Alex Schroeder <alex@gnu.org>
9626
9627 * goto-addr.el: Instead of defining line-beginning-position and
9628 line-end-position a defalias is used for point-at-bol and point-at-eol.
9629
9630 2001-04-23 Alex Schroeder <alex@gnu.org>
9631
9632 * goto-addr.el: Added XEmacs compatibility code.
9633 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
9634
9635 2001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
9636
9637 * textmodes/paragraphs.el (sentence-end): Doc fix.
9638
9639 2001-04-20 Alex Schroeder <alex@gnu.org>
9640
9641 * sql.el (sql-escape-newlines-and-send): New function.
9642 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
9643
9644 2001-04-20 Alex Schroeder <alex@gnu.org>
9645
9646 * sql.el (sql-db2-program): New option.
9647 (sql-db2-options): New option.
9648 (sql-db2): New function.
9649
9650 2001-04-20 Alex Schroeder <alex@gnu.org>
9651
9652 * sql.el (sql-mode-menu): Added highlighting entries.
9653 (sql-highlight-oracle-keywords): New function.
9654 (sql-highlight-postgres-keywords): New function.
9655 (sql-highlight-ansi-keywords): New function.
9656
9657 2001-04-20 Alex Schroeder <alex@gnu.org>
9658
9659 * sql.el (sql-help): Doc change.
9660
9661 2001-04-19 Karl Fogel <kfogel@collab.net>
9662
9663 * saveplace.el (save-place-alist-to-file): Removed no-effect code
9664 that inserted file content only to delete it immediately.
9665 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
9666 <lektu@uol.com.br> for the patch.
9667
9668 2001-04-19 Stefan Monnier <monnier@cs.yale.edu>
9669
9670 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
9671
9672 2001-04-18 Gerd Moellmann <gerd@gnu.org>
9673
9674 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
9675 for defmethod.
9676
9677 * comint.el (comint-cr-magic): New function.
9678 (toplevel): Add it to comint-preoutput-filter-functions.
9679
9680 2001-04-18 Andrew Innes <andrewi@gnu.org>
9681
9682 * makefile.w32-in (EMACSLOADPATH): Define.
9683 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
9684 (recompile): Remove stuff to set EMACSLOADPATH.
9685
9686 2001-04-18 Gerd Moellmann <gerd@gnu.org>
9687
9688 * language/slovak.el ("Slovak"): Add tutorial entry.
9689
9690 * net/browse-url.el (browse-url-new-window-flag): Renamed from
9691 browse-url-new-window-p.
9692
9693 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
9694
9695 * info.el (Info-menu-update): When there are no menus and/or no
9696 cross references in the node, make the respective items of the
9697 Info menu-bar menu inactive.
9698
9699 2001-04-17 Gerd Moellmann <gerd@gnu.org>
9700
9701 * indent.el (indent-for-tab-command): Call indent-line-function
9702 with no argument if PREFIX-ARG is non-nil.
9703
9704 * frame.el (delete-other-frames): Handle minibuffer-only frames.
9705
9706 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
9707
9708 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
9709 an async subprocess if start-process is unavailable. Suggested by
9710 Tim Van Holder <tim.van.holder@pandora.be>.
9711
9712 2001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
9713
9714 * info.el (Info-additional-directory-list): Doc fix. Suggested by
9715 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
9716
9717 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
9718
9719 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
9720 manual.
9721
9722 2001-04-13 Stefan Monnier <monnier@cs.yale.edu>
9723
9724 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
9725 (cvs-menu): Add a few entries.
9726
9727 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
9728 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
9729 lock file appears to be reachable from Emacs.
9730 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
9731 (cvs-mode-find-file): Look for cvs-header-face rather than
9732 cvs-dirname-face (which doesn't exist).
9733 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
9734
9735 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
9736
9737 2001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
9738
9739 * emulation/pc-select.el (pc-selection-mode): Don't turn on
9740 normal-erase-is-backspace on a tty. Instead, bind some keys such
9741 as [delete] directly, like pc-select.el did before
9742 normal-erase-is-backspace was invented.
9743
9744 2001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
9745
9746 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
9747
9748 2001-04-11 John Wiegley <johnw@gnu.org>
9749
9750 * eshell/em-ls.el (eshell-ls-insert-directory):
9751 Set font-lock-defaults to nil, to prevent fontification in dired
9752 buffers, if Eshell's ls is being used.
9753
9754 2001-04-11 John Wiegley <johnw@gnu.org>
9755
9756 * calendar/timeclock.el (timeclock-completing-read): New function.
9757 (timeclock-ask-for-project, timeclock-ask-for-reason):
9758 Call `timeclock-completing-read'.
9759
9760 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
9761 required where `member' was being used.
9762
9763 2001-04-11 Colin Walters <walters@cis.ohio-state.edu>
9764
9765 * eshell/em-hist.el (eshell-previous-matching-input):
9766 Don't display "History item" if the minibuffer is active.
9767
9768 2001-04-11 Gerd Moellmann <gerd@gnu.org>
9769
9770 * startup.el (command-line): Output a newline after printing
9771 an error from loading the window system's init file.
9772
9773 2001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
9774
9775 * textmodes/texinfo.el (texinfo-font-lock-keywords):
9776 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
9777 @inforef. Add an OVERRIDE of `keep' to highlight specs of
9778 keywords whose arguments routinely include @@.
9779
9780 2001-04-10 Gerd Moellmann <gerd@gnu.org>
9781
9782 * emacs-lisp/advice.el (ad-make-advised-definition):
9783 Construct advice for subrs differently.
9784
9785 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
9786 regexp in parentheses when building the regexp for searching backwards.
9787
9788 * simple.el (completion-list-mode-finish): New function.
9789 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
9790
9791 * language/european.el ("Polish"): Change sample text.
9792 From jsbien@mimuw.edu.pl (Janusz S. Bie,Bq(B).
9793
9794 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
9795 parameter.
9796
9797 * faces.el (menu): Doc fix.
9798
9799 2001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9800
9801 * ps-print.el: Footer implementation. Doc fix.
9802 (ps-print-version): New version number (6.5.1).
9803 (ps-header-frame-alist): New customization var for header frame
9804 properties.
9805 (ps-line-number-color): New customization var for line number color.
9806 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
9807 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
9808 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
9809 (ps-right-footer): New customization vars for footers.
9810 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
9811 footers.
9812 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
9813 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
9814 Code fix.
9815 (ps-prologue-file): Indentation fix.
9816 (ps-print-quote): Fun eliminated.
9817 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
9818 (ps-output-frame-properties): New fun.
9819 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
9820 (ps-skip-newline): Replace defun by defsubst.
9821
9822 2001-04-10 Colin Walters <walters@cis.ohio-state.edu>
9823
9824 * eshell/eshell.el (eshell-command): Needed a "%s" format
9825 specifier, in case the buffer contains percent characters.
9826
9827 2001-04-10 John Wiegley <johnw@gnu.org>
9828
9829 * calendar/timeclock.el (timeclock-generate-report): Added a
9830 missing insert of the project name.
9831
9832 2001-04-09 Gerd Moellmann <gerd@gnu.org>
9833
9834 * obsolete/profile.el: Moved from emacs-lisp/.
9835
9836 * Makefile.in (nonobsolete_setwins): New macro.
9837 (finder-data): Use it instead of `setwins'.
9838 From: Dave Love <fx@gnu.org>.
9839
9840 * server.el (server-visit-files): Set server-existing-buffer correctly.
9841 (server-visit-files): Run server-visit-hook after going to
9842 line 1 so that the hook can set point as it sees fit.
9843
9844 * bindings.el (mode-line-modified): Unify help messages.
9845
9846 2001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
9847
9848 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
9849 All callers changed.
9850
9851 2001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
9852
9853 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
9854 long file names aren't supported, truncate the file names in
9855 quail-misc-package-ext-info to 8+3 before matching them against
9856 FILENAME.
9857
9858 * dos-fns.el (dos-truncate-to-8+3): New function.
9859
9860 * progmodes/compile.el (grep-compute-defaults): Use null-device
9861 instead of literal /dev/null. Reported by Jens Schmidt
9862 <schmidt@mathematik.uni-kl.de>.
9863
9864 * simple.el (normal-erase-is-backspace-mode): Doc fix.
9865
9866 2001-04-06 Stefan Monnier <monnier@cs.yale.edu>
9867
9868 * textmodes/sgml-mode.el: Add unknown maintainer.
9869 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
9870 (html-mode-map): Use set-keymap-parent.
9871
9872 2001-04-06 Dave Love <fx@gnu.org>
9873
9874 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
9875 Remove redundant string-to-list.
9876
9877 2001-04-05 Stefan Monnier <monnier@cs.yale.edu>
9878
9879 * composite.el (reference-point-alist): Doc fix.
9880
9881 2001-04-05 Sam Steingold <sds@gnu.org>
9882
9883 * font-lock.el (font-lock-keywords-case-fold-search):
9884 Make buffer-local. This fixes a very annoying bug when loading a Lisp
9885 file made font-lock case-insensitive.
9886
9887 2001-04-05 Gerd Moellmann <gerd@gnu.org>
9888
9889 * faces.el (defface menu): Doc fix.
9890
9891 * wid-edit.el (widget-color-sample-face-get): Don't make
9892 faces for undefined colors.
9893
9894 * version.el (emacs-version): Include LessTif/Motif version info.
9895
9896 2001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9897
9898 * ps-mule.el: Eliminate cl package dependence.
9899 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
9900 if they aren't defined yet.
9901 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
9902 Eliminate cl package dependence.
9903
9904 2001-04-04 Stefan Monnier <monnier@cs.yale.edu>
9905
9906 * progmodes/cc-cmds.el (c-outline-level):
9907 Bind buffer-invisibility-spec. Originally from Dave Love, but
9908 got lost when incorporating version 5.26.
9909
9910 2001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
9911
9912 * emulation/pc-select.el (pc-selection-mode):
9913 Call normal-erase-is-backspace-mode instead of binding
9914 keys individually.
9915
9916 * cus-load.el (normal-erase-is-backspace): Use it instead of
9917 delete-key-deletes-forward.
9918
9919 * startup.el (command-line): Use normal-erase-is-backspace and
9920 normal-erase-is-backspace-mode.
9921
9922 * simple.el (normal-erase-is-backspace): Rename from
9923 delete-key-deletes-forward. Doc fix.
9924 (normal-erase-is-backspace-mode): Rename from
9925 delete-key-deletes-forward-mode. Doc fix.
9926 Run normal-erase-is-backspace-hook.
9927
9928 * dired.el (dired-move-to-filename-regexp): Support file sizes in
9929 ``human-readable'' format produced by GNU `ls'.
9930 (dired-move-to-filename-regexp): Recognize ISO format dates.
9931 From Paul Eggert <eggert@twinsun.com>.
9932
9933 2001-04-04 Gerd Moellmann <gerd@gnu.org>
9934
9935 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
9936 New functions.
9937 (lm-verify): Check keywords.
9938 From Eric M. Ludlam <eric@siege-engine.com>.
9939
9940 2001-04-03 Eric M. Ludlam <eric@siege-engine.com>
9941
9942 * speedbar.el (speedbar-insert-image-button-maybe): Check for
9943 `xemacs' feature instead of for the function `set-extent-property'.
9944
9945 2001-04-03 Stefan Monnier <monnier@cs.yale.edu>
9946
9947 * mail/mh-utils.el (mh-folder-hist): New var.
9948 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
9949
9950 2001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
9951
9952 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
9953 region, position point on the first or last 16-byte group.
9954 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
9955 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
9956 hexl-beginning-of-line.
9957
9958 2001-04-03 Gerd Moellmann <gerd@gnu.org>
9959
9960 * icomplete.el (icomplete-mode): Treat an argument like other
9961 modes do.
9962
9963 * startup.el (fancy-splash-head): Use splash8.xpm for color
9964 depth 8.
9965
9966 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
9967 Add an antry for ``converts''.
9968
9969 * language/slovak.el ("Slovak"): Add documentation string.
9970 From Pavel@Janik.cz (Pavel Jan,Am(Bk).
9971
9972 * language/czech.el ("Czech"): Add documentation string.
9973 From Pavel@Janik.cz (Pavel Jan,Am(Bk).
9974
9975 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
9976 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
9977
9978 2001-04-02 Stefan Monnier <monnier@cs.yale.edu>
9979
9980 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
9981 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
9982 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
9983 Use `defsubst' rather than a macro to ease debugging.
9984 (mail-extr-last): Remove (use `last' instead).
9985 (mail-extract-address-components): Properly reset the syntax-table
9986 after parsing an address. Use `last' rather than mail-extr-last.
9987 Make sure the end marker stays at the very end.
9988
9989 2001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
9990
9991 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
9992 last change.
9993
9994 2001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9995
9996 * ps-print.el: Line and paragraph spacing feature. Region to cut
9997 out when printing. Doc fix.
9998 (ps-print-version): New version number (6.5).
9999 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
10000 New vars. Line and paragraph spacing feature.
10001 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
10002 out when printing.
10003 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
10004 (ps-get-font-size, ps-begin-job, ps-continue-line)
10005 (ps-plot-region): Code fix.
10006 (ps-print-prologue-2): Var eliminated.
10007 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
10008 New internal vars.
10009 (ps-get-size): New fun.
10010 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
10011 (ps-next-line): Replace defun by defsubst.
10012 (ps-mule-plot-string): Autoload doc fix.
10013
10014 * ps-bdf.el: XEmacs compatibility. Doc fix.
10015 (installation-directory, coding-system-for-read): Declare vars if
10016 it's not declared yet.
10017 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
10018
10019 * ps-mule.el: XEmacs compatibility. Doc fix.
10020 (leading-code-private-22): Declare var if it's not declared yet.
10021 (charset-bytes, charset-dimension, charset-id, charset-width)
10022 (find-charset-region, split-char, char-width, chars-in-region)
10023 (forward-point, decompose-composite-char, encode-coding-string)
10024 (coding-system-p, ccl-execute-on-string, define-ccl-program):
10025 Define funs if not defined yet.
10026 (encode-composition-rule, find-composition): Define funs if not
10027 loaded yet.
10028 (ps-mule-prologue): PostScript code fix.
10029
10030 2001-04-02 Kenichi Handa <handa@etl.go.jp>
10031
10032 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
10033 non-nil, generate font for the header strings.
10034 (ps-mule-prepare-font): Likewise.
10035 (ps-mule-generate-glyphs): Likewise.
10036 (ps-mule-string-encoding): Likewise.
10037 (ps-mule-header-charsets): New variable.
10038 (ps-mule-encode-header-string): New function.
10039 (ps-mule-header-string-charsets): New function.
10040 (ps-mule-begin-job): Check charsets in the header strings. If there
10041 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
10042
10043 * ps-print.el (ps-generate-header-line): Encode the header string by
10044 ps-mule-encode-header-string.
10045 (ps-mule-encode-header-string): Declare autoload.
10046
10047 2001-04-02 Gerd Moellmann <gerd@gnu.org>
10048
10049 * frame.el (cursor-in-non-selected-windows):
10050 Replaces show-cursor-in-non-selected-windows.
10051
10052 2001-03-31 Kenichi Handa <handa@etl.go.jp>
10053
10054 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
10055 Delete entries for "chinese-py" and "chinese-ziranma".
10056 (quail-misc-package-ext-info): New variable.
10057 (tsang-quick-converter): New function.
10058 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
10059 (quick-cns-converter, py-converter, ziranma-converter)
10060 (miscdic-convert, batch-miscdic-convert): New functions.
10061
10062 2001-03-30 Kenichi Handa <handa@etl.go.jp>
10063
10064 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
10065 eight-bit-control chars.
10066
10067 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
10068 Reduce making temporary vector (suggested by Dave Love).
10069
10070 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
10071
10072 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
10073 string as well.
10074
10075 2001-03-30 Andreas Schwab <schwab@suse.de>
10076
10077 * files.el (backup-directory-alist): Fix typo.
10078
10079 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
10080
10081 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
10082 <eggert@twinsun.com>.
10083
10084 2001-03-30 Dave Love <fx@gnu.org>
10085
10086 * progmodes/fortran.el (fortran-comment-region): Fix typo.
10087
10088 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
10089
10090 * simple.el (transient-mark-mode): Mention C-g in the doc string.
10091
10092 2001-03-30 Miles Bader <miles@gnu.org>
10093
10094 * subr.el (interactive-form): Fix paren typo.
10095
10096 2001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
10097
10098 * emacs-lisp/profile.el: Say that it's obsolete in the header
10099 line, so that finder.el puts that into its data-base.
10100 Suggested by Alex Schroeder <alex@gnu.org>.
10101
10102 2001-03-29 Paul Eggert <eggert@twinsun.com>
10103
10104 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
10105 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
10106
10107 2001-03-29 Stefan Monnier <monnier@cs.yale.edu>
10108
10109 * generic.el (generic-mode-set-comments): Use "" rather than nil
10110 for comment-end.
10111
10112 2001-03-29 Gerd Moellmann <gerd@gnu.org>
10113
10114 * emacs-lisp/advice.el (ad-make-advised-definition):
10115 Call interactive-form to obtain the interactive spec of subrs.
10116
10117 * subr.el (interactive-form): New function.
10118
10119 2001-03-29 Andre Spiegel <spiegel@gnu.org>
10120
10121 * vc-sccs.el (vc-sccs-register): Use relative file names.
10122
10123 2001-03-28 Gerd Moellmann <gerd@gnu.org>
10124
10125 * bookmark.el (bookmark-get-bookmark): Handle case that
10126 BOOKMARK is not a string.
10127
10128 * image.el (image-type-regexps): Change type for PS files
10129 to `postscript'.
10130
10131 * subr.el (read-passwd): Clear command history after each
10132 character entered. From: Stephen Gildea
10133 <gildea@stop.mail-abuse.org>.
10134
10135 2001-03-27 Kenichi Handa <handa@etl.go.jp>
10136
10137 * international/kkc.el (kkc-save-init-file): Locally bind
10138 print-length to nil.
10139
10140 2001-03-26 Gerd Moellmann <gerd@gnu.org>
10141
10142 * textmodes/flyspell.el: Some doc fixes.
10143 (flyspell-maybe-correct-transposition)
10144 (flyspell-maybe-correct-doubling): Use a temporary buffer
10145
10146 * textmodes/ispell.el (ispell-parse-output): Doc fix.
10147
10148 * emacs-lisp/byte-opt.el (byte-optimize-while)
10149 (byte-optimize-form-code-walker): Diagnose too few arguments
10150 for `if' and `while'.
10151
10152 2001-03-26 Kenichi Handa <handa@etl.go.jp>
10153
10154 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
10155 Prepend `\' to "\<quail-translation-docstring>".
10156
10157 2001-03-26 Gerd Moellmann <gerd@gnu.org>
10158
10159 * autorevert.el (global-auto-revert-non-file-buffers):
10160 Remove duplicate defcustom.
10161
10162 2001-03-26 Miles Bader <miles@gnu.org>
10163
10164 * international/latin1-disp.el (latin1-char-displayable-p):
10165 Add leading "-" for X font pattern.
10166
10167 2001-03-26 Kenichi Handa <handa@etl.go.jp>
10168
10169 * international/mule-diag.el (describe-coding-system):
10170 For raw-text and emacs-mule, don't add anymore text about what
10171 charsets they can encode.
10172
10173 2001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
10174
10175 * help.el (view-lossage): Mention open-dribble-file in the doc
10176 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
10177
10178 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
10179
10180 * skeleton.el (skeleton-internal-list): Fix bogus logic.
10181 (skeleton-pair-insert-maybe): Don't pair after a backslash.
10182
10183 2001-03-23 Kenichi Handa <handa@etl.go.jp>
10184
10185 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
10186 Call ccl-execute-on-string directly so that CCL program handling
10187 multibyte sequence can work correctly.
10188 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
10189 property of the coding system.
10190
10191 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
10192
10193 * textmodes/fill.el (fill-individual-paragraphs-prefix):
10194 Fix transcription typo.
10195
10196 2001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
10197
10198 * whitespace.el: Add buffer local variables to toggle testing of
10199 whitespaces in buffers without affecting the default values.
10200 Bump version to 3.0 to account for a few other changes.
10201 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
10202 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
10203 (whitespace-toggle-spacetab-check): New functions.
10204
10205 2001-03-21 Stefan Monnier <monnier@cs.yale.edu>
10206
10207 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
10208
10209 2001-03-21 Gerd Moellmann <gerd@gnu.org>
10210
10211 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
10212 bs-cycle-configuration-name. From Juanma Barranquero
10213 <lektu@uol.com.br>.
10214
10215 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
10216 and cc-vars.el.
10217
10218 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
10219 headers. Always invoke sendmail with option -t.
10220
10221 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
10222
10223 * Release of cc-mode 5.28.
10224
10225 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
10226
10227 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
10228 Removed the hardcoded switch to "java" style in Java mode.
10229 It's instead taken care of by the default value for c-default-style.
10230
10231 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
10232
10233 * cc-align.el (c-lineup-math): Fix bug where lineup was
10234 triggered by equal signs in string literals.
10235
10236 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
10237
10238 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
10239 limit detection when at the ends of the buffer.
10240
10241 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
10242 "for" statement clause in case 7F; a better one is done
10243 earlier in case 7D anyway.
10244
10245 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
10246
10247 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
10248 somewhat more and did a small optimization.
10249
10250 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
10251
10252 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
10253 Use the limit argument only to limit the syntactic context
10254 search, not to limit the actual movement.
10255
10256 * cc-cmds.el (c-beginning-of-statement): Move by sentence
10257 inside multiline strings, just like in comments. Also various
10258 fixes to the paragraph and comment prefix recognition, block
10259 comment ender handling etc.
10260
10261 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
10262
10263 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
10264 the relative position of the point.
10265
10266 * cc-cmds.el (c-electric-continued-statement): New function to
10267 use as abbrev hook to reindent for keywords such as "else"
10268 that continues an earlier statement.
10269
10270 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
10271 like classes.
10272
10273 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
10274 (pike-mode): Populate the default abbrev tables to reindent for
10275 keywords such as "else" that can continue earlier statements.
10276 Abbrev mode is therefore turned on by default now. (Note that
10277 this doesn't apply to idl-mode, since IDL afaik doesn't have
10278 statements at all.)
10279
10280 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
10281
10282 * cc-engine.el (c-inside-bracelist-p): Fix for handling
10283 bracelists where the declaration contains template arguments.
10284
10285 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
10286
10287 * cc-cmds.el (c-comment-indent):
10288 Use `c-get-syntactic-indentation' to correctly calculate the
10289 syntactic indentation. Fixes bug with lineup functions that
10290 return vectors.
10291
10292 * cc-engine.el (c-get-syntactic-indentation): Split the
10293 indentation sum calculation from `c-indent-line' to a separate
10294 function.
10295
10296 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
10297
10298 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
10299 Fixed places where it was assumed that preprocessor directives
10300 have to start in column zero.
10301
10302 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
10303 template arguments after a class identifier properly.
10304
10305 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
10306 lists for `new Foo[]' constructs in Java as expressions and
10307 not top level definition brace lists on the top level, so that
10308 they'll get indented consistently with the same type of
10309 expression in a normal block.
10310
10311 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
10312
10313 * cc-cmds.el (c-fill-paragraph): The kludge that checks
10314 whether the adaptive filling package fails to keep the comment
10315 prefix is now kludged further to check for filladapt-mode
10316 which doesn't have that problem. This is really icky, but it's
10317 the only way that works with the current misfeatures/bugs in
10318 both adaptive-fill-mode and filladapt-mode.
10319
10320 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
10321 around point is recognized more robust.
10322
10323 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
10324
10325 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
10326 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
10327 (c-lit-type): Fixed all internal variables used dynamically so
10328 that they are always bound.
10329
10330 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
10331 errors:
10332
10333 (c-indent-region): Fixed reporting of syntactic errors so that
10334 the region is fully reindented even when an error occurs.
10335 The last syntactic error is printed afterwards. Also cleanup up a
10336 whole lot of code that tried to optimize indentation of whole
10337 sexps but in reality accomplishes nothing.
10338
10339 (c-indent-sexp): Use c-indent-region.
10340
10341 (c-parsing-error): Changed this variable to hold the message
10342 for any syntactic error that is discovered.
10343
10344 (c-parse-state): Search backward from point instead of the bod
10345 position when the latter is invalid. This makes CC Mode
10346 recover faster when there are unbalanced close braces.
10347
10348 (c-backward-to-start-of-if): Use c-parsing-error to report
10349 dangling "else" clauses instead of throwing an error, and fall
10350 back to a reasonable position.
10351
10352 (c-indent-line): Added argument to avoid reporting syntactic errors.
10353
10354 (c-show-syntactic-information): Don't report any syntactic errors.
10355
10356 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
10357
10358 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
10359 paragraph recognition when moving by sentence in literals.
10360
10361 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
10362 start regexp for javadoc to recognize javadoc markup in general instead
10363 of a specific set of keywords, to be more future-safe.
10364
10365 (c-Pike-pikedoc-paragraph-start)
10366 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
10367 pikedoc markup.
10368
10369 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
10370
10371 (pike-mode): Initialize paragraph settings pikedoc recognition.
10372
10373 * cc-vars.el (c-default-style): Made a nicer Customize widget.
10374
10375 (c-comment-prefix-regexp): Made it possible to use an
10376 association list on this to specify mode specific regexps.
10377 The default value now use a special regexp in Pike mode to
10378 recognize pikedoc markup.
10379
10380 (c-current-comment-prefix): New variable containing the actual
10381 regexp from c-comment-prefix-regexp for the current buffer.
10382
10383 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
10384
10385 * cc-cmds.el (c-electric-brace): Fixed check for special brace
10386 lists: We can't look at the syntax, since a brace list can get
10387 recognized as a plain statement-cont.
10388
10389 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
10390 special brace list opener broken over two lines got recognized
10391 as a statement on the second line. Case 9A changed.
10392
10393 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
10394
10395 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
10396 adjustment after line is reindented.
10397
10398 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
10399
10400 * cc-defs.el (c-point): Added optional argument for position
10401 to use instead of the current point.
10402
10403 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
10404 the in-expression block symbols when the construct starts at
10405 boi, to avoid the extra level of indentation in that case.
10406 Cases 4, 16A and 17E affected.
10407
10408 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
10409
10410 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
10411 calls to `c-indent-line', to adhere better to Emacs conventions.
10412
10413 * cc-engine.el (c-indent-line): Use the syntax already bound
10414 to `c-syntactic-context', if there is any.
10415
10416 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
10417
10418 * cc-engine.el (c-get-offset): Fixed bug where the indentation
10419 wasn't added up correctly when a lineup function returned nil.
10420
10421 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
10422
10423 * cc-engine.el (c-collect-line-comments): Fixed bug where
10424 empty lines were ignored when collecting line comments backwards.
10425
10426 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
10427
10428 * cc-align.el (c-lineup-dont-change): Return an absolute
10429 indentation column to work correctly in the case when several
10430 syntactic elements are processed for the same line.
10431
10432 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
10433 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
10434 (c-set-offset): Added absolute indentation column settings by
10435 using the vector type.
10436
10437 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
10438
10439 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
10440 Implemented two new cleanups `space-before-funcall' and
10441 `compact-empty-funcall'.
10442
10443 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
10444
10445 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
10446 helping building regexps.
10447
10448 * cc-engine.el (c-on-identifier): New function for detecting
10449 identifiers. It takes keywords into account.
10450
10451 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
10452 lists. `c-keywords' is set to a regexp matching all keywords
10453 in the current language.
10454
10455 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
10456
10457 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
10458 list of characters to skip backwards over at the beginning of
10459 a statement, since it can precede string literals in Pike.
10460
10461 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
10462
10463 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
10464 recognition when standing on the last line in a C++ comment
10465 with nothing but whitespace after the prefix.
10466
10467 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
10468 given no limit argument.
10469
10470 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
10471
10472 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
10473 recognition for the `[]= operator symbol in Pike.
10474
10475 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
10476
10477 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
10478 around a bug in `eval-when-compile' in the byte compiler.
10479
10480 * cc-engine.el (c-forward-token-1): Fixed bug with return
10481 value when count is zero and there's no token start within the limit.
10482
10483 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
10484 "prefix comments", i.e. comments which are followed by code on
10485 the same line.
10486
10487 * cc-mode-19.el: Fixes so that checks that must be done at
10488 compile time also are done then.
10489
10490 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
10491
10492 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
10493 time and at runtime, and only when it's needed.
10494
10495 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
10496
10497 Major cleanup for less error prone and more warning free
10498 compilation, including some fixes for bugs due to different
10499 compilation orders. Thanks to Martin Buchholz for providing
10500 the basis for all this.
10501
10502 * cc-bytecomp.el: New file that provides some byte compilation
10503 features: It ensures that files always are loaded from the
10504 current source directory during compilation, and it provides a
10505 set of macros to turn off specific compiler warnings for
10506 specific symbols. (It's not CC Mode specific in any way.)
10507
10508 Fixed a nearly acyclic dependency tree (both runtime and
10509 compile-time) between all files.
10510
10511 * cc-defs.el: Separated all macros before the inline functions,
10512 to ensure correct compilation.
10513
10514 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
10515 cc-defs.el to cc-engine.el and made it a function instead.
10516
10517 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
10518 about char-after.
10519
10520 * cc-vars.el: Cope even when there isn't a custom package
10521 containing defcustom available.
10522
10523 * cc-make.el: Removed since it's no longer necessary.
10524
10525 README: Updated installation instructions.
10526
10527 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
10528
10529 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
10530 improve the modularity: Moved all mode init stuff from
10531 cc-langs.el to cc-mode.el, including the keymap
10532 initialization; cc-langs now only contains the various
10533 variables for configuring the language syntax.
10534
10535 * cc-engine.el, cc-styles.el (c-evaluate-offset)
10536 (c-get-offset): Moved from cc-styles to cc-engine since file
10537 dependency analysis suggests they belong there (which also
10538 makes more sense). Thanks to Martin Buchholz for doing the analysis.
10539
10540 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
10541
10542 * cc-cmds.el (c-fn-region-is-active-p): New function that
10543 wraps the corresponding macro, for use in places that aren't
10544 compiled. Thanks to Martin Buchholz for pointing out this.
10545
10546 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
10547
10548 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
10549 add things to the bug report.
10550
10551 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
10552
10553 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
10554 returned prefix could contain a newline when the search for a
10555 good prefix line failed.
10556
10557 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
10558
10559 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
10560 (c-toggle-auto-hungry-state): Made the argument optional, as
10561 the documentation says it is.
10562
10563 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
10564
10565 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
10566 multiline string syntax, #"...", as a cpp macro.
10567
10568 2001-03-21 Paul Eggert <eggert@twinsun.com>
10569
10570 * international/mule-cmds.el (set-locale-environment):
10571 Set system-messages-locale and system-time-locale, but only if the
10572 caller specifies a non-nil locale name.
10573
10574 2001-03-20 Gerd Moellmann <gerd@gnu.org>
10575
10576 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
10577 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
10578
10579 2001-03-20 Gerd Moellmann <gerd@gnu.org>
10580
10581 * follow.el (follow-avoid-tail-recenter): Doc fix.
10582
10583 * custom.el (custom-set-variables): Avoid reversing the list
10584 of args needlessly.
10585
10586 * startup.el (fancy-splash-head): Don't change the colors of the
10587 XPM image on a dark background.
10588
10589 * comint.el (comint-exec-1): Set columns of the terminal to
10590 window-width instead of frame-width.
10591
10592 * info.el (Info-scroll-down): Add missing WINDOW arg for
10593 pos-visible-in-window-p.
10594
10595 * ehelp.el (electric-help-mode-hook): Add defcustom.
10596
10597 * mail/sendmail.el (mail-mode): Activate case-folding in
10598 font-lock-defaults.
10599
10600 2001-03-19 Stefan Monnier <monnier@cs.yale.edu>
10601
10602 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
10603 (completion-ignored-extensions): Remove duplicate ".class".
10604
10605 2001-03-19 Andreas Schwab <schwab@suse.de>
10606
10607 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
10608 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
10609
10610 2001-03-19 Gerd Moellmann <gerd@gnu.org>
10611
10612 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
10613 methods since there are not prefix input methods.
10614
10615 2001-03-19 Kenichi Handa <handa@etl.go.jp>
10616
10617 * international/mule-cmds.el (read-input-method-name):
10618 Locally bind enable-recursive-minibuffers to t.
10619
10620 2001-03-18 Stefan Monnier <monnier@cs.yale.edu>
10621
10622 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
10623
10624 2001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
10625
10626 * ediff-util.el: Copyright years.
10627 (ediff-choose-syntax-table): New function.
10628 (ediff-setup): Use ediff-choose-syntax-table.
10629
10630 * ediff-init.el (ediff-with-syntax-table): New macro, uses
10631 with-syntax-table.
10632
10633 * ediff.el: Date of last update, copyright years.
10634
10635 * ediff-wind (ediff-setup-control-frame): Nill->nil.
10636
10637 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
10638 of Scott Bronson.
10639 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
10640 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
10641 Deleted functions.
10642 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
10643 ex-token-list.
10644
10645 * viper-util.el: Spaces, indentation.
10646
10647 * viper.el: Changed version, modification time.
10648
10649 2001-03-16 John Wiegley <johnw@gnu.org>
10650
10651 * calendar/timeclock.el (timeclock-workday-remaining):
10652 Check whether `discrep' is non-null before using it.
10653
10654 2001-03-16 John Wiegley <johnw@gnu.org>
10655
10656 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
10657 first-time checkins.
10658 (timeclock-log-data): Fixed problem with reading timelog log file.
10659 Resulting data in the "day list" was incorrect.
10660 (timeclock-find-discrep): Check if `timeclock-file' is readable
10661 before opening it.
10662 (timeclock-time-less-p): New function.
10663 (timeclock-day-base): New function.
10664 (timeclock-geometric-mean): New function.
10665 (timeclock-generate-report): Generate a summary report based on
10666 the contents of the log file. This uses `timeclock-log-data', and
10667 is an example of writing a timelog manipulation function.
10668 (timeclock-visit-timelog): A quick command for opening the timelog
10669 file.
10670 (timeclock-log-data): Bound the variable event.
10671
10672 2001-03-16 Kenichi Handa <handa@etl.go.jp>
10673
10674 * international/mule-cmds.el (select-safe-coding-system):
10675 Fix typo: symbol-name -> symbol-value.
10676
10677 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
10678 before substitute-in-file-name to handle double slashes in FILE
10679 correctly.
10680
10681 2001-03-15 Gerd Moellmann <gerd@gnu.org>
10682
10683 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
10684 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan,Am(Bk ml.).
10685
10686 2001-03-14 Gerd Moellmann <gerd@gnu.org>
10687
10688 * bindings.el (features): Add `md5' and `overlay' to the list.
10689
10690 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
10691 bound before using it. It's not bound when configured without X,
10692 for instance.
10693
10694 2001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
10695
10696 * progmodes/hideshow.el: Update copyright.
10697 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
10698 (hs-minor-mode-hook): Include `:version' in defcustom form.
10699
10700 2001-03-13 Gerd Moellmann <gerd@gnu.org>
10701
10702 * help.el (string-key-binding): Don't call event-start on
10703 a non-list.
10704
10705 2001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
10706
10707 * startup.el (fancy-splash-tail, command-line-1): Fix the
10708 copyright year.
10709
10710 2001-03-13 Kenichi Handa <handa@etl.go.jp>
10711
10712 * term.el: These changes are based on a patch sent from Yong Lu
10713 <lyongu@yahoo.com>.
10714 (term-set-escape-char): Bind M-x to execute-extended-command in
10715 term-raw-escape-map.
10716 (term-move-columns): Don't try to move to negagive column.
10717 (term-emulate-terminal): Insert a string before deleting a text to
10718 overwrite.
10719
10720 2001-03-12 Gerd Moellmann <gerd@gnu.org>
10721
10722 * play/life.el (life): Rearrange code so that all calls to
10723 life-display-generation are in a catch-form.
10724
10725 * progmodes/etags.el (tags-loop-continue): Don't change point in a
10726 file that isn't interesting. In an interesting file, push the old
10727 value of point on the mark ring.
10728
10729 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
10730 New function.
10731 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
10732 Use it.
10733
10734 * emacs-lisp/autoload.el (generate-file-autoloads):
10735 Remove warning about line lengths.
10736
10737 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
10738
10739 * progmodes/etags.el (tags-compression-info-list): New variable.
10740 (find-tag-in-order): Use it to deal with compressed source files.
10741 (tag-file-name-match-p): New function.
10742 (etags-recognize-tags-table): Use it for better match of file names.
10743
10744 2001-03-12 Kenichi Handa <handa@etl.go.jp>
10745
10746 * international/mule-cmds.el (register-input-method): Doc fix.
10747
10748 * international/quail.el (quail-translate-key): Fix condition to
10749 check if there's another breaking point in the current key.
10750
10751 2001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
10752
10753 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
10754 Babyl header to the newly-created output file, bind
10755 coding-system-for-write to either rmail-file-coding-system or
10756 emacs-mule-unix.
10757
10758 2001-03-11 Stefan Monnier <monnier@cs.yale.edu>
10759
10760 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
10761 Fix the name and regexp used for subsubsections.
10762
10763 2001-03-10 Dave Love <fx@gnu.org>
10764
10765 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
10766 and save-buffer if buffer-file-name non-nil. From rms.
10767
10768 2001-03-10 Andre Spiegel <spiegel@gnu.org>
10769
10770 * vc.el (vc-do-command): If the destination buffer is already
10771 current, don't set it up and don't erase it. Updated doc string
10772 to reflect that.
10773 (vc-version-diff): When doing a single file diff, don't switch to the
10774 *vc-diff* buffer before the command. This is to preserve local
10775 variable bindings that might affect the diff command.
10776 (vc-print-log): Don't switch to the *vc* buffer before the
10777 command, so that local variable bindings are preserved.
10778
10779 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
10780 not the current buffer.
10781 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
10782
10783 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
10784 make output go to buffer *vc*, not the current buffer.
10785
10786 2001-03-09 Stefan Monnier <monnier@cs.yale.edu>
10787
10788 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
10789 so ^, $, *, ? and + are interpreted correctly.
10790
10791 2001-03-09 Gerd Moellmann <gerd@gnu.org>
10792
10793 * help.el (string-key-binding): Renamed from
10794 mode-line-key-binding. Handle any event on a string.
10795 Check for `keymap' properties as well as `local-map' properties.
10796
10797 * comint.el (comint-insert-clicked-input): Use the last key
10798 from this-command-keys to lookup the global key definition.
10799
10800 2001-03-09 Kenichi Handa <handa@etl.go.jp>
10801
10802 * international/characters.el: Add category `j' for
10803 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
10804
10805 * international/mule-conf.el (no-conversion): Fix docstring.
10806 (raw-text): Fix docstring.
10807
10808 2001-03-08 Gerd Moellmann <gerd@gnu.org>
10809
10810 * simple.el (choose-completion-string): When not leaving the
10811 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
10812 is set.
10813
10814 * window.el (shrink-window-if-larger-than-buffer): Handle frame
10815 parameter `(minibuffer . t)'.
10816
10817 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
10818
10819 * progmodes/sh-script.el (sh-st-symbol): New symbol.
10820 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
10821 (sh-mode): Remove `make-local-variable' for unused var
10822 `font-lock-unfontify-region-function'.
10823
10824 2001-03-07 Richard M. Stallman <rms@gnu.org>
10825
10826 * info.el (Info-scroll-down): Fix previous change.
10827
10828 * mail/rmail.el (rmail-toggle-header): Use a window which
10829 is showing the Rmail buffer, rather than the selected window.
10830
10831 2001-03-07 Dave Love <fx@gnu.org>
10832
10833 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
10834 now, to avoid problems with binding imenu directly to a mouse event.
10835
10836 2001-03-07 Gerd Moellmann <gerd@gnu.org>
10837
10838 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
10839 second arg t.
10840
10841 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
10842
10843 * log-edit.el (log-edit-common-indent): New var.
10844 (log-edit-set-common-indentation): Renamed from
10845 log-edit-delete-common-indentation. Use the new var.
10846 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
10847
10848 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
10849 (cvs-mode-add-change-log-entry-other-window):
10850 Don't presume change-log-default-name is defined.
10851
10852 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
10853
10854 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
10855 the "tree" operation as well.
10856
10857 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
10858
10859 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
10860 to match paragraph-start.
10861
10862 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
10863 comment-start-skip and set comment-end-skip as well.
10864 (sgml-comment-indent): Fix for new value of comment-start-skip.
10865 (html-autoview-mode): Don't bother using make-local-hook.
10866
10867 2001-03-07 Gerd Moellmann <gerd@gnu.org>
10868
10869 * cus-edit.el (custom-save-delete): Move in front of local
10870 variables, otherwise long Custom entries would make them ineffective.
10871
10872 * uniquify.el: Set maintainer to FSF.
10873
10874 2001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
10875
10876 * dired-aux.el (dired-do-shell-command): Doc fix.
10877
10878 2001-03-06 Stefan Monnier <monnier@cs.yale.edu>
10879
10880 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
10881
10882 * which-func.el (which-func-modes): Add cperl-mode.
10883 (which-func-mode-global): Use define-minor-mode.
10884
10885 * info-look.el: Docstring fixes and dead code eliminated.
10886 (cperl-mode): Add support.
10887 (emacs-lisp-mode): List all entries from elisp manual, whether
10888 or not they are currently (f)bound or not. Update regexp.
10889
10890 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
10891
10892 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
10893 so that C-h m shows the correct information.
10894 Use make-local-variable rather than make-variable-buffer-local.
10895 (cperl-info-buffer, cperl-setup-tmp-buf):
10896 Use make-local-variable rather than make-variable-buffer-local.
10897 (cperl-msb-fix, cperl-get-help-defer):
10898 Check major-mode for `cperl-mode' as well.
10899
10900 * progmodes/cperl-mode.el: Updated to author version 4.23.
10901 (cperl-electric-pod): SYNOPSIS was misspelled.
10902 (cperl-find-pods-heres): @if ? a : b was considered a REx.
10903 (cperl-after-expr-p): Make true after __END__.
10904
10905 2001-03-06 Gerd Moellmann <gerd@gnu.org>
10906
10907 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
10908 bookmark-completion-ignore-case is t.
10909
10910 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
10911 switch, like xterm, and concat resource strings, with a newline
10912 between them.
10913
10914 2001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
10915
10916 * international/codepage.el (cp770-decode-table)
10917 (cp773-decode-table, cp774-decode-table): New variables.
10918
10919 * man.el (Man-hyphenated-reference-regexp): New variable.
10920 (Man-build-references-alist): Use it to search for referenced
10921 manpages. If hyphenated is non-nil, record a concatenated word in
10922 Man-refpages-alist only if it matches Man-reference-regexp.
10923 Update word's length when it is concatenated. Reverse the list,
10924 to get the first manpage at the head.
10925 (Man-possibly-hyphenated-word): New function.
10926 (Man-follow-manual-reference): Use it instead of current-word to
10927 find a manpage at point, in a way that accounts for hyphenated
10928 references.
10929
10930 2001-03-06 Alex Schroeder <alex@gnu.org>
10931
10932 * sql.el (sql-interbase): New function.
10933 (sql-interbase-program): New option.
10934 (sql-interbase-options): New option.
10935 And some typos fixed: "customise" to "customize".
10936
10937 2001-03-06 Dave Love <fx@gnu.org>
10938
10939 * textmodes/flyspell.el (flyspell-region):
10940 Set up flyspell-local-mouse-map.
10941
10942 2001-03-05 Richard M. Stallman <rms@gnu.org>
10943
10944 * mail/rmail.el (rmail-retry-failure):
10945 Don't call rmail-beginning-of-message.
10946 Don't discard From: field. Do discard Received: field.
10947 Use unwind-protect to re-prune.
10948 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
10949
10950 2001-03-06 Kenichi Handa <handa@etl.go.jp>
10951
10952 * international/quail.el (quail-title): Add autoload cookie.
10953
10954 2001-03-05 Dave Love <fx@gnu.org>
10955
10956 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
10957 new defs.
10958
10959 2001-03-05 Kenichi Handa <handa@etl.go.jp>
10960
10961 * language/ethio-util.el (ethio-toggle-space):
10962 Update current-input-method-title if necessary.
10963 (ethio-toggle-punctuation): Likewise.
10964
10965 * international/quail.el (quail-title): Fix for the case that a
10966 title of an input method is specified by a list of the same form
10967 as used in mode-line-format.
10968
10969 * international/mule-cmds.el (activate-input-method):
10970 If current-input-method-title is set by activating INPUT-METHOD,
10971 respect that value.
10972
10973 2001-03-05 Gerd Moellmann <gerd@gnu.org>
10974
10975 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
10976
10977 2001-03-05 Alex Schroeder <alex@gnu.org>
10978
10979 * sql.el (sql-sybase): Fix typo (was: query user about server two
10980 times instead of server and database).
10981
10982 * sql.el (sql-sybase): Doc change.
10983 (sql-mysql): Doc change.
10984 (sql-postgres): Doc change.
10985
10986 2001-03-05 Kenichi Handa <handa@etl.go.jp>
10987
10988 * international/mule-conf.el (emacs-mule, raw-text):
10989 Docstring modified.
10990
10991 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
10992
10993 * term/internal.el: Update copyright notice.
10994
10995 * term/pc-win.el: Update copyright notice.
10996
10997 2001-03-02 Dave Love <fx@gnu.org>
10998
10999 * files.el (insert-file-contents-literally):
11000 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
11001 not jka-compr-compression-info-list.
11002
11003 2001-03-02 Stefan Monnier <monnier@cs.yale.edu>
11004
11005 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
11006 spaces in default comment-start-skip settings rather than \s-.
11007
11008 2001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
11009
11010 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
11011 default-frame-alist as well.
11012
11013 2001-03-01 Dave Love <fx@gnu.org>
11014
11015 * textmodes/reftex.el (defvar): Wrap some defvars in
11016 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
11017
11018 * subr.el (event-basic-type): Doc fix.
11019
11020 * international/quail.el: Doc fixes.
11021
11022 * international/utf-8.el: Doc fixes.
11023
11024 * international/mule-cmds.el: Doc fixes.
11025 (leim-list-header): Fix header text.
11026
11027 * international/mule.el (coding-system-category): Doc fix.
11028
11029 * international/ccl.el (ccl-compile): Doc fix.
11030
11031 2001-03-01 Stefan Monnier <monnier@cs.yale.edu>
11032
11033 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
11034 rather than (before|after)-change-functions.
11035
11036 2001-03-01 Gerd Moellmann <gerd@gnu.org>
11037
11038 * ediff-util.el (ediff-scroll-horizontally): Arrange for
11039 scroll-left and scroll-right being called interactively so that
11040 they set the window's min_hscroll.
11041
11042 2001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
11043
11044 * info.el (info-insert-file-contents-1): Accept an additional
11045 argument `lfn': if it is non-nil, concatenate `filename' and
11046 `suffix'; otherwise use the complicated MS-DOS code.
11047 All callers changed.
11048 (info-insert-file-contents, Info-find-node): If the MS-DOS port
11049 can access long file names, try the long file-name version of
11050 `info-insert-file-contents-1', then the short file-name version.
11051
11052 2001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
11053
11054 * language/ethio-util.el (setup-ethiopic-environment-internal):
11055 Change bindings of functions keys to conform to "Emacs Lisp Coding
11056 Convention".
11057
11058 * language/ethiopic.el ("Ethiopic"): Add documentation.
11059
11060 2001-02-28 Kenichi Handa <handa@etl.go.jp>
11061
11062 * international/utf-8.el (mule-utf-8): Set coding-category
11063 property to coding-category-utf-8.
11064
11065 2001-02-27 Richard M. Stallman <rms@gnu.org>
11066
11067 * lpr.el (lpr-page-header-switches, print-region-1):
11068 Undo 2000-07-06 change.
11069 (lpr-add-switches): Default to t on gnu/linux.
11070
11071 2001-02-27 Gerd Moellmann <gerd@gnu.org>
11072
11073 * bs.el (bs-attributes-list): Doc fix.
11074
11075 2001-02-26 Gerd Moellmann <gerd@gnu.org>
11076
11077 * help.el (describe-project): Display the file THE-GNU-PROJECT.
11078
11079 * help.el (view-order-manuals): Use goto-address.
11080
11081 * startup.el (command-line-1): Add info about ordering manuals
11082 to the not so fancy splash screens.
11083
11084 2001-02-26 Andre Spiegel <spiegel@gnu.org>
11085
11086 * vc.el (vc-default-workfile-unchanged-p)
11087 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
11088
11089 2001-02-26 Gerd Moellmann <gerd@gnu.org>
11090
11091 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
11092 fontify in the right buffer.
11093
11094 * allout.el (outline-flag-region): Move macro in front of first
11095 use to avoid a run-time error.
11096
11097 2001-02-24 Andrew Innes <andrewi@gnu.org>
11098
11099 * makefile.w32-in: Fix copyright notice.
11100
11101 2001-02-24 Kenichi Handa <handa@etl.go.jp>
11102
11103 * international/utf-8.el (mule-utf-8): Set correct value for
11104 valid-codes property.
11105
11106 * international/fontset.el (x-complement-fontset-spec): In the
11107 case that we use ASCII font for the other charsets, use only
11108 family and registry part of it.
11109
11110 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
11111
11112 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
11113 (shrink-window-if-larger-than-buffer): Doc fix.
11114
11115 2001-02-23 Stefan Monnier <monnier@cs.yale.edu>
11116
11117 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
11118 predicate passed to completing-read.
11119
11120 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
11121
11122 * startup.el (command-line): Fix last change.
11123
11124 2001-02-23 Jason Rumney <jasonr@gnu.org>
11125
11126 * startup.el (tool-bar-originally-present): New variable.
11127 (command-line): Set it if the tool-bar is switched on at startup.
11128
11129 * frame.el (frame-notice-user-settings): Only adjust frame height
11130 for no tool-bar case if tool-bar was originally switched on.
11131 From E. Jay Berkenbilt.
11132
11133 2001-02-22 Stefan Monnier <monnier@cs.yale.edu>
11134
11135 * server.el (server-switch-buffer): Only switch window if the
11136 current one is dedicated.
11137
11138 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
11139 rather than using (match-beginning 0) when searching for break point.
11140
11141 2001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
11142
11143 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
11144 @ follows an accent command such as @'. Support optional braces
11145 in commands that insert accents, like makeinfo does.
11146
11147 2001-02-22 Gerd Moellmann <gerd@gnu.org>
11148
11149 * startup.el (fancy-splash-text): Add a line for ordering
11150 manuals. Reverse order of splash screens shown.
11151 (use-fancy-splash-screens-p): Adapt to the text line added.
11152
11153 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
11154 manuals from the FSF.
11155
11156 * help.el (view-order-manuals): New function.
11157 (toplevel): Bind C-h C-m to this function.
11158
11159 2001-02-21 Stefan Monnier <monnier@cs.yale.edu>
11160
11161 * newcomment.el (comment-forward): Skip the comment-start before
11162 searching for the comment-end.
11163
11164 2001-02-21 Dave Love <fx@gnu.org>
11165
11166 * custom.el (custom-initialize-changed, defcustom): Doc fix.
11167
11168 * international/mule-cmds.el, international/mule.el: Doc fixes.
11169
11170 2001-02-21 Gerd Moellmann <gerd@gnu.org>
11171
11172 * startup.el (fancy-splash-screens): Use display-hourglass
11173 instead of display-busy-cursor.
11174
11175 * frame.el (display-hourglass): Renamed from busy-cursor.
11176 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
11177 (show-cursor-in-non-selected-windows): Doc fix.
11178
11179 2001-02-20 Dave Love <fx@gnu.org>
11180
11181 * international/utf-8.el: Doc and commentary fixes.
11182
11183 2001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
11184
11185 * ehelp.el (with-electric-help): Doc fix.
11186
11187 2001-02-20 Gerd Moellmann <gerd@gnu.org>
11188
11189 * msb.el (msb-mode): Call the update-buffers function explicitly
11190 with a FORCE argument.
11191
11192 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
11193 FORCE. If set, update the menu even if frame-or-buffer-changed-p
11194 returns nil.
11195
11196 2001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11197
11198 * ps-print.el: Timestamp package replacement. Some enhancements.
11199 Some XEmacs compatibility. Doc fix.
11200 (ps-print-version): New version number (6.4).
11201 (ps-printer-name): Initialization fix.
11202 (ps-zebra-stripe-follow): Funcionality enhancement.
11203 (ps-prologue-file): Code enhancement.
11204 (ps-right-header): Timestamp package replacement.
11205 (ps-setup, ps-face-bold-p, ps-face-italic-p)
11206 (ps-get-page-dimensions)
11207 (ps-generate-header, ps-begin-file, ps-begin-job)
11208 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
11209 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
11210 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
11211 (coding-system-for-write): Var declaration (XEmacs compatibility).
11212
11213 2001-02-20 Miles Bader <miles@gnu.org>
11214
11215 * image-file.el (image-file-name-extensions): Add "tif".
11216
11217 2001-02-19 Gerd Moellmann <gerd@gnu.org>
11218
11219 * wid-edit.el (widget-button-click): Save the selected window
11220 around the code handling clicks on buttons.
11221
11222 2001-02-18 Dave Love <fx@gnu.org>
11223
11224 * imenu.el (imenu--generic-function): Use mapc to iterate over
11225 syntax characters.
11226
11227 2001-02-17 Richard M. Stallman <rms@gnu.org>
11228
11229 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
11230
11231 * uniquify.el (uniquify-buffer-name-style): Doc fix.
11232
11233 2001-02-16 Gerd Moellmann <gerd@gnu.org>
11234
11235 * mouse.el (mouse-save-then-kill): If the distance from the new
11236 point to the mark is equal to the distance of point from the new
11237 point, move point instead of the mark.
11238
11239 2001-02-16 Dave Love <fx@gnu.org>
11240
11241 * textmodes/flyspell.el (flyspell-get-word): Return string without
11242 properties.
11243
11244 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
11245
11246 * generic.el (generic-find-file-regexp): Doc fix.
11247 (generic-ignore-files-regexp): New defcustom.
11248 (generic-mode-find-file-hook): If the file's name matches the
11249 regexp in `generic-ignore-files-regexp', don't enter
11250 default-generic-mode. Doc fix.
11251
11252 2001-02-16 Gerd Moellmann <gerd@gnu.org>
11253
11254 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
11255 Add autoload cookies.
11256
11257 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
11258 of cal-tex-24.
11259
11260 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
11261
11262 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
11263
11264 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
11265 the character class after the (optional) drive, to support file
11266 names with embedded blanks.
11267
11268 2001-02-15 Sam Steingold <sds@gnu.org>
11269
11270 * textmodes/tex-mode.el (tex-shell-running):
11271 Check the process buffer too.
11272
11273 2001-02-15 Dave Love <fx@gnu.org>
11274
11275 * battery.el (battery-status-function): Fix doc, :type.
11276
11277 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
11278
11279 2001-02-15 Gerd Moellmann <gerd@gnu.org>
11280
11281 * subr.el (read-passwd): Clear Lisp memory holding password.
11282
11283 2001-02-15 Miles Bader <miles@gnu.org>
11284
11285 * info.el (Info-copy-current-node-name): New function.
11286 (Info-mode-menu): Add it to the menu.
11287
11288 2001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
11289
11290 * international/mule-cmds.el (toggle-input-method): Doc fix.
11291
11292 2001-02-13 Stefan Monnier <monnier@cs.yale.edu>
11293
11294 * replace.el (occur): Stop at end of buffer.
11295
11296 2001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
11297
11298 * international/mule-cmds.el (set-input-method): Another doc fix.
11299
11300 2001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
11301
11302 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
11303
11304 2001-02-13 Miles Bader <miles@gnu.org>
11305
11306 * faces.el (set-face-background, set-face-foreground)
11307 (set-face-stipple): Treat a value of nil as being `unspecified'.
11308
11309 2001-02-12 Dave Love <d.love@dl.ac.uk>
11310
11311 * international/latin1-disp.el: Doc fixes.
11312 (latin1-display) <defgroup>: Add :link.
11313 (latin1-display) <function>: Set variable latin1-display.
11314
11315 2001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
11316
11317 * international/mule-cmds.el (set-input-method): Doc fix.
11318
11319 2001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
11320
11321 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
11322 (speedbar-line-file): Return nil if not a file.
11323 (speedbar-buffers-line-path): Return file for tags, and dir for files.
11324
11325 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
11326
11327 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
11328 for remote files.
11329 (ediff-coding-system-for-read): Replaced the no-conversion default
11330 with raw-text.
11331
11332 * ediff-init.el: Removed :version from defcustom vars.
11333
11334 * ediff-util.el (ediff-compute-custom-diffs-maybe):
11335 Better handling of the diff mode.
11336
11337 * ediff.texi: Added ediff-coding-system-for-read.
11338
11339 * viper.texi: Fix typos.
11340
11341 2001-02-11 Dave Love <fx@gnu.org>
11342
11343 * shadowfile.el: Doc fixes.
11344 (shadow) <defgroup>: Add :link.
11345 (shadowfile-unload-hook): New function.
11346 (shadow-initialize): Use defalias, not fset.
11347 (shadow-define-cluster, shadow-define-literal-group)
11348 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
11349
11350 * international/mule.el: Doc and message fixes.
11351
11352 * international/ccl.el (define-ccl-program): Doc fix.
11353
11354 2001-02-11 Kenichi Handa <handa@etl.go.jp>
11355
11356 * faces.el (mode-line): Set :line-width property to -1.
11357
11358 2001-02-10 Richard M. Stallman <rms@gnu.org>
11359
11360 * complete.el (partial-completion-mode): Doc fix.
11361
11362 * simple.el (delete-key-deletes-forward-mode):
11363 Change `let' to `let*' to fix gross bug in last change.
11364
11365 * repeat.el (repeat): Don't let execute-kbd-macro alter
11366 real-last-command.
11367
11368 2001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
11369
11370 * simple.el (eval-expression): Doc fix.
11371
11372 2001-02-09 Dave Love <fx@gnu.org>
11373
11374 * imenu.el (imenu-generic-expression): Doc fix.
11375
11376 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
11377 From Juanma Barranquero.
11378
11379 * emacs-lisp/authors.el (authors): Expand `root' before running find.
11380
11381 2001-02-09 Kenichi Handa <handa@etl.go.jp>
11382
11383 * faces.el (set-face-attribute): Describe the case of a negative
11384 value specified for :line-width.
11385
11386 2001-02-08 Stefan Monnier <monnier@cs.yale.edu>
11387
11388 * which-func.el (which-func-mode): Invert which-func-mode-global.
11389 From Juanma Barranquero <lektu@uol.com.br>.
11390
11391 2001-02-08 Dave Love <fx@gnu.org>
11392
11393 * wid-edit.el (widget-plist-convert-widget): Replace binding of
11394 widget-plist-value-type.
11395 (widget-alist-convert-widget): Replace binding of
11396 widget-alist-value-type.
11397
11398 * textmodes/paragraphs.el (sentence-end): Doc fix.
11399
11400 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
11401 Remove `backward-line'.
11402
11403 * play/pong.el (pong-blank-color, pong-bat-color)
11404 (pong-ball-color, pong-border-color, pong-left-key)
11405 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
11406 (pong-pause-key, pong-resume-key, pong-timer-delay):
11407 * mail/mh-comp.el (mh-compose-letter-function):
11408 * eshell/esh-mode.el (eshell-skip-prompt-function):
11409 * emulation/viper-ex.el (ex-unix-type-shell-options):
11410 * recentf.el (recentf-menu-filter):
11411 * ps-print.el (ps-print-region-function):
11412 * lpr.el (print-region-function):
11413 * forms.el (forms-mode-hooks):
11414 * dirtrack.el (dirtrack-directory-change-hook):
11415 * cus-start.el (temp-buffer-show-function, display-buffer-function):
11416 * textmodes/spell.el (spell-filter):
11417 * textmodes/fill.el (adaptive-fill-function):
11418 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
11419 * progmodes/etags.el (find-tag-default-function):
11420 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
11421 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
11422
11423 2001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
11424
11425 * emulation/viper-init.el (viper-fast-keyseq-timeout)
11426 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
11427 Meyering <jim@meyering.net>.
11428
11429 * loadup.el: Revert last change.
11430
11431 2001-02-07 Kenichi Handa <handa@etl.go.jp>
11432
11433 * international/mule.el (transform-make-coding-system-args):
11434 Make it work also for coding systems not using CCL.
11435
11436 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
11437
11438 * simple.el (previous-matching-history-element)
11439 (next-matching-history-element): Doc fix.
11440
11441 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
11442 specific part.
11443
11444 2001-02-06 Dave Love <fx@gnu.org>
11445
11446 * add-log.el (add-log-current-defun-function)
11447 (add-log-buffer-file-name-function, add-log-file-name-function):
11448 Fix :type.
11449 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
11450
11451 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
11452
11453 * info.el (info-initialize): Remove the test for system-type when
11454 invocation-directory is non-nil.
11455
11456 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
11457 of `font-lock-defaults' to `backward-paragraph' rather than nil.
11458
11459 2001-02-06 Andrew Innes <andrewi@gnu.org>
11460
11461 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
11462 absolute.
11463
11464 2001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
11465
11466 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
11467 buffers. When hi-lock turned on rather than only checking current
11468 buffer for regexps, all buffers are checked. Moved activation of
11469 font-lock to hi-lock-refontify. When font-lock turned off rather
11470 than removing added highlighting just in current buffer, remove it
11471 in all buffers. Changed edit menu text from "Automatic
11472 Highlighting" to "Regexp Highlighting" Documentation for
11473 highlighting phrases, minor documentation changes.
11474 (hi-lock-set-file-patterns): Execute only if there are new or
11475 existing file patterns.
11476 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
11477 unfontify and, if a support mode is active, will not refontify the
11478 whole buffer. If necessary, turn on font lock. (Removed
11479 font-lock-unfontify and font-lock support-mode-specific calls,
11480 such as lazy-lock-fontify-window.)
11481 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
11482 patterns are found. Not useful now since find-file-hook is removed
11483 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
11484 (hi-lock-face-phrase-buffer): New function. Also added related
11485 menu item and keybinding.
11486 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
11487 (hi-lock-process-phrase): New function.
11488 (hi-lock-line-face-buffer): Doc fixes.
11489 (hi-lock-face-buffer): Doc fixes.
11490 (hi-lock-unface-buffer): Doc fixes.
11491
11492 2001-02-06 Gerd Moellmann <gerd@gnu.org>
11493
11494 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
11495 dabbrev-ignored-regexps.
11496
11497 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
11498
11499 * simple.el (kill-line): Doc fix.
11500
11501 2001-02-05 Dave Love <fx@gnu.org>
11502
11503 * loadup.el: Revert last two changes -- bootstrapping works with
11504 regenerated loaddefs.
11505
11506 2001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
11507
11508 * isearch.el (isearch-forward): Doc fix.
11509
11510 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
11511 of font-lock-defaults to backward-paragraph.
11512
11513 2001-02-05 Gerd Moellmann <gerd@gnu.org>
11514
11515 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
11516 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
11517
11518 2001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11519
11520 * ebnf2ps.el: Eliminate time-stamp functions.
11521 (ebnf-version): New version (3.5).
11522 (ebnf-eps-finish-and-write): Replace time-stamp functions by
11523 format-time-string.
11524
11525 2001-02-05 Gerd Moellmann <gerd@gnu.org>
11526
11527 * simple.el (next-line): Goto end-of-line before inserting a newline.
11528
11529 2001-02-05 Miles Bader <miles@gnu.org>
11530
11531 * image-file.el (insert-image-file): When visiting an image, also
11532 set `truncate-lines' to t so that any fringe arrow looks correct.
11533
11534 2001-02-05 Kenichi Handa <handa@etl.go.jp>
11535
11536 * isearch.el (isearch-forward): Add description about input method
11537 in the docsting.
11538
11539 2001-02-04 Stefan Monnier <monnier@cs.yale.edu>
11540
11541 * skeleton.el (skeleton-internal-1): Always push the mark for @.
11542
11543 2001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
11544
11545 * info.el (info-initialize): If installation-directory is nil, for
11546 DOS/Windows systems try looking in a sibling of invocation-directory.
11547
11548 2001-02-02 Gerd Moellmann <gerd@gnu.org>
11549
11550 * wid-edit.el (widget-button-click): Fix last change.
11551
11552 * frame.el (frame-notice-user-settings): When resizing the initial
11553 frame because the tool bar is off, also change the frame's top
11554 position if a negative top position was specified.
11555
11556 2001-02-02 Miles Bader <miles@gnu.org>
11557
11558 * image-file.el (insert-image-file): When visiting an image,
11559 suppress the cursor in the image buffer.
11560
11561 2001-02-01 Dave Love <fx@gnu.org>
11562
11563 * progmodes/f90.el (f90-mode): Remove startup message.
11564
11565 * vc-cvs.el: Remove autoloads. Require vc when compiling.
11566
11567 2001-02-01 Gerd Moellmann <gerd@gnu.org>
11568
11569 * startup.el (command-line): Fix code determining whether or not
11570 to use delete-key-deletes-forward-mode.
11571
11572 2001-02-01 Andre Spiegel <spiegel@gnu.org>
11573
11574 * vc.el (vc-diff-switches): New user option.
11575 (vc-version-diff): Use it.
11576 (vc-diff-switches-list): New macro.
11577
11578 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
11579 New customization options.
11580 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
11581
11582 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
11583
11584 2001-02-01 Gerd Moellmann <gerd@gnu.org>
11585
11586 * msb.el (toplevel): Quote hook symbols.
11587
11588 2001-02-01 Kenichi Handa <handa@etl.go.jp>
11589
11590 * international/mule.el (make-coding-system): Add description
11591 about recognized properties in the docstring.
11592
11593 * international/mule-conf.el: Remove unused charsets
11594 mac-roman-lower and mac-roman-upper.
11595
11596 2001-01-31 Gerd Moellmann <gerd@gnu.org>
11597
11598 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
11599 is in front of the left-margin, if any.
11600
11601 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
11602 like `delete'.
11603
11604 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
11605
11606 * term/w32-win.el (mouse-set-font): Doc fix.
11607
11608 2001-01-31 Stefan Monnier <monnier@cs.yale.edu>
11609
11610 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
11611 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
11612 on already.
11613
11614 2001-01-31 Markus Rost <rost@math.ohio-state.edu>
11615
11616 * files.el (save-buffer): Don't give message if (buffer-file-name)
11617 returns nil.
11618
11619 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
11620
11621 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
11622
11623 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
11624 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
11625
11626 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
11627 display problems.
11628
11629 2001-01-31 Kenichi Handa <handa@etl.go.jp>
11630
11631 * international/mule.el (charset-info): Fix docstring.
11632
11633 * international/mule-diag.el (describe-character-set): Check final
11634 char valid before printing it.
11635
11636 2001-01-30 Gerd Moellmann <gerd@gnu.org>
11637
11638 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
11639
11640 * frame.el (frame-notice-user-settings): Do the tool-bar
11641 stuff only for graphical displays. Fix a braino.
11642
11643 * frame.el (frame-initialize): Create initial frame visible.
11644 (frame-notice-user-settings): When tool-bar has been switched off,
11645 correct the frame size and sync tool-bar-mode.
11646
11647 * startup.el (command-line): Remove manipulation of frame
11648 height for tool bars.
11649
11650 2001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11651
11652 * lpr.el: Compatibility with XEmacs and doc fixes.
11653 (lpr-windows-system, lpr-lp-system): New vars.
11654 (lpr-printer-switch): New defcustom.
11655 (printer-name, lpr-command): Customization fix.
11656 (print-region-1): Code fix.
11657 (print-region-new-buffer, printify-region): Indentation fix.
11658 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
11659 New functions.
11660
11661 2001-01-29 Gerd Moellmann <gerd@gnu.org>
11662
11663 * msb.el (toplevel): Fix the eval-after-load.
11664
11665 2001-01-29 Dave Love <fx@gnu.org>
11666
11667 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
11668
11669 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
11670
11671 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
11672 (tcl-using-emacs-19-23): Consider Emacs 21+.
11673 (tcl-help-directory-list, tcl-command-switches): Fix :type.
11674 (tcl-add-emacs-menu): Supply menu name.
11675 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
11676
11677 2001-01-29 Gerd Moellmann <gerd@gnu.org>
11678
11679 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
11680
11681 2001-01-29 Stefan Monnier <monnier@cs.yale.edu>
11682
11683 * pcvs.el (cvs-mark-fis-dead): New function.
11684 (cvs-mode-add): Use it.
11685 (cvs-mode-add-change-log-entry-other-window):
11686 Rebind change-log-default-name to itself rather than to nil.
11687
11688 2001-01-29 Sam Steingold <sds@gnu.org>
11689
11690 * vc-cvs.el: Replaced (require 'vc) with a bunch of
11691 `autoload' statements.
11692
11693 2001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
11694
11695 * files.el (confirm-kill-emacs): Doc fix.
11696
11697 * frame.el (frame-initialize): Doc fix.
11698
11699 * time-stamp.el (time-stamp-string): Doc fix.
11700
11701 * woman.el (WoMan-log-1): Make the log buffer writable.
11702 From Markus Rost <rost@math.ohio-state.edu>.
11703
11704 2001-01-29 Gerd Moellmann <gerd@gnu.org>
11705
11706 * imenu.el (imenu-syntax-alist): Add autoload cookie for
11707 the `make-variable-buffer-local'.
11708
11709 2001-01-29 Dave Love <fx@gnu.org>
11710
11711 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
11712 (ansi-color-for-comint-mode-on, ansi-color-process-output):
11713 Add autoload cookie.
11714 (ansi-color-apply-sequence): Fix typo.
11715
11716 2001-01-29 Gerd Moellmann <gerd@gnu.org>
11717
11718 * menu-bar.el (menu-bar-files-menu): Add menu items for
11719 Postscript printing in black and white.
11720
11721 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
11722 X-Mailman-Version, Precedence, List-Help, List-Post,
11723 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
11724 Content-Type, Content-Length.
11725
11726 2001-01-29 Dave Love <fx@gnu.org>
11727
11728 * elide-head.el (elide-head): Make overlay evaporate.
11729
11730 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
11731
11732 2001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
11733
11734 * isearch.el (isearch-highlight): Don't punt if the display
11735 doesn't support colors, since isearch faces are defined for
11736 monochrome displays as well.
11737
11738 2001-01-27 Sam Steingold <sds@gnu.org>
11739
11740 * shell.el (shell-write-history-on-exit): Make sure that we are in
11741 the shell buffer (M-x tex-file RET inserted the error message into
11742 the TeX buffer).
11743
11744 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
11745
11746 * simple.el (transient-mark-mode): Doc fix.
11747
11748 2001-01-27 Gerd Moellmann <gerd@gnu.org>
11749
11750 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
11751
11752 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
11753
11754 * shell.el (shell-unquote-argument): If the shell is one of the
11755 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
11756 quote character.
11757 (shell-dumb-shell-regexp): Document that the shells which match
11758 this regexp are supposed to not treat a backslash as a quote character.
11759
11760 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
11761 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
11762
11763 2001-01-27 Richard M. Stallman <rms@gnu.org>
11764
11765 * dabbrev.el (dabbrev--substitute-expansion):
11766 Treat a one-capital-letter abbrev as "not all upper case",
11767 so as to force preservation of the expansion's pattern
11768 if the expansion starts with a capital letter.
11769
11770 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
11771
11772 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
11773 Doc fix.
11774
11775 * simple.el (transient-mark-mode): Document the fact that many
11776 commands act on the region when mark is active.
11777
11778 2001-01-27 Kenichi Handa <handa@etl.go.jp>
11779
11780 * international/quail.el (quail-setup-completion-buf): Make the
11781 multibyteness of current buffer inherited to Quail completion buffer.
11782 (quail-show-guidance-buf): Make the multibyteness of current
11783 buffer inherited to Quail guidance buffer.
11784 (quail-help): Make the multibyteness of current buffer inherited
11785 to Quail help buffer.
11786
11787 2001-01-26 Dave Love <fx@gnu.org>
11788
11789 * time-stamp.el: Doc fixes.
11790
11791 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
11792 (delphi-keyword-face, delphi-other-face): Fix :type.
11793
11794 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
11795
11796 * mail/feedmail.el (feedmail): Add :link.
11797 (feedmail-send-it): Doc fix.
11798
11799 * mail/sendmail.el: Doc fixes.
11800 (sendmail-send-it): Fix the non-ASCII regexp and use
11801 rfc2047-encode-string.
11802
11803 * dired.el, dired-aux.el: Revert last change.
11804
11805 2001-01-26 Gerd Moellmann <gerd@gnu.org>
11806
11807 * makefile.w32-in (DONTCOMPILE): Add various term files.
11808
11809 2001-01-26 Dave Love <fx@gnu.org>
11810
11811 * Makefile.in (DONTCOMPILE): Add various term files.
11812
11813 2001-01-26 Gerd Moellmann <gerd@gnu.org>
11814
11815 * man.el (Man-default-man-entry, Man-mode): Doc fix.
11816
11817 * startup.el (display-startup-echo-area-message): Make sure
11818 the echo area is resized to fit the size of the startup message.
11819
11820 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
11821 part of which is a constant.
11822
11823 2001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
11824
11825 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
11826
11827 2001-01-26 Richard M. Stallman <rms@gnu.org>
11828
11829 * simple.el (next-line): Don't let `newline' expand abbrevs.
11830 Simplify slightly.
11831 (open-line): Don't let `newline' expand abbrevs.
11832
11833 2001-01-25 John Wiegley <johnw@gnu.org>
11834
11835 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
11836 to `repeat' in the :type field.
11837
11838 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
11839 allow a choice of regexp or nil.
11840 (pcomplete-dir-ignore): Same.
11841
11842 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
11843 a command) to always fail.
11844
11845 2001-01-25 Gerd Moellmann <gerd@gnu.org>
11846
11847 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
11848 discard the result.
11849 (iswitchb-to-end): Likewise.
11850
11851 2001-01-25 Sam Steingold <sds@gnu.org>
11852
11853 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
11854 Require vc.
11855
11856 2001-01-25 Stefan Monnier <monnier@cs.yale.edu>
11857
11858 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
11859
11860 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
11861
11862 2001-01-25 Dave Love <fx@gnu.org>
11863
11864 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
11865 (describe-coding-system): Tweak the English text.
11866
11867 * loadup.el: Preload international/ccl for utf-8.
11868
11869 2001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
11870
11871 * mail/rmail.el (rmail-redecode-body): Doc fix.
11872
11873 2001-01-25 Kenichi Handa <handa@etl.go.jp>
11874
11875 * international/mule-cmds.el (reset-language-environment):
11876 Reset coding-category-utf-8 to mule-utf-8.
11877
11878 * international/mule-conf.el (coding-category-utf-8):
11879 Initialize to mule-utf-8.
11880
11881 * loadup.el: Preload international/utf-8.
11882
11883 * international/utf-8.el: New file.
11884
11885 2001-01-24 Stefan Monnier <monnier@cs.yale.edu>
11886
11887 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
11888
11889 2001-01-24 Sam Steingold <sds@gnu.org>
11890
11891 * dired.el (dired-replace-in-string): Removed.
11892 (dired-sort-toggle): Use `replace-regexps-in-string'
11893 instead of `dired-replace-in-string'.
11894
11895 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
11896 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
11897
11898 * gs.el (gs-replace-in-string): Removed.
11899 (gs-options): Use `replace-regexps-in-string'
11900 instead of `gs-replace-in-string'.
11901
11902 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
11903
11904 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
11905 bug report is mailed to an email list and posted to a news group.
11906
11907 2001-01-24 Gerd Moellmann <gerd@gnu.org>
11908
11909 * comint.el (comint-replace-by-expanded-history-before-point):
11910 Fix change of 2000-08-03 to move point to the start of the line again.
11911
11912 * startup.el (tool-bar-images-pixel-height): New variable.
11913 (command-line): After loading the user's init file, when
11914 tool-bar-mode is on, increase the frame's size by some lines for
11915 the tool-bar.
11916
11917 * frame.el (frame-initialize): Create the initial frame invisible.
11918
11919 2001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
11920
11921 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
11922 (chinese-big5): MIME:Big5.
11923
11924 2001-01-24 Gerd Moellmann <gerd@gnu.org>
11925
11926 * international/mule-cmds.el (universal-coding-system-argument):
11927 Handle commands with prefix args.
11928
11929 2001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11930
11931 * calendar/diary-lib.el (diary-float): Fix case of MONTH
11932 being a list of numbers.
11933 (diary-mail-entries): Rewritten.
11934
11935 2001-01-23 Dave Love <fx@gnu.org>
11936
11937 * international/mule.el (make-coding-system): Fix typo.
11938
11939 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
11940 Add backward-paragraph as font-lock-beginning-of-syntax-function.
11941
11942 2001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
11943
11944 * font-lock.el (font-lock-mode): Doc fix.
11945
11946 2001-01-23 Kenichi Handa <handa@etl.go.jp>
11947
11948 * international/mule.el (make-translation-table): Fix docstring.
11949
11950 2001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
11951
11952 * mail/rmail.el (rmail-redecode-body): New function.
11953
11954 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
11955
11956 2001-01-22 Gerd Moellmann <gerd@gnu.org>
11957
11958 * isearch.el (isearch-lazy-highlight-case-fold-search)
11959 (isearch-lazy-highlight-regexp): New variables.
11960 (isearch-lazy-highlight-cleanup): Update lazy highlight if
11961 case-fold search or regexp search has been toggled.
11962
11963 * wid-edit.el (widget-button-click): Avoid a save-excursion
11964 around running a global binding.
11965
11966 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
11967 to 0.25.
11968
11969 2001-01-20 Miles Bader <miles@gnu.org>
11970
11971 * cus-edit.el (custom-face-save): Do post-processing on the face's
11972 new value like `custom-face-set' does.
11973
11974 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
11975
11976 * mail/emacsbug.el (report-emacs-bug): Report the value of
11977 LC_CTYPE, not LC_TYPE.
11978
11979 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
11980 isearch-toggle-regexp and isearch-edit-string to doc string.
11981
11982 2001-01-19 Gerd Moellmann <gerd@gnu.org>
11983
11984 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
11985 as font-lock-beginning-of-syntax-function in font-lock-defaults.
11986
11987 * jit-lock.el (jit-lock-fontify-now): Don't bind
11988 font-lock-beginning-of-syntax-function to nil.
11989
11990 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
11991
11992 * mail/emacsbug.el (report-emacs-bug): Report values of
11993 locale-coding-system, default-enable-multibyte-characters, and the
11994 environment variables LC_ALL, LC_TYPE, and LANG.
11995
11996 2001-01-19 Gerd Moellmann <gerd@gnu.org>
11997
11998 * font-lock.el (font-lock-default-fontify-region): Fix last change.
11999
12000 * font-lock.el (font-lock-multiline): Default to nil.
12001 (font-lock-default-fontify-region): If font-lock-multiline is
12002 nil, don't check the property `font-lock-multiline'.
12003
12004 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
12005 is nil, don't check the `font-lock-multiline' text property.
12006
12007 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
12008
12009 * viper.el: Call initial-major-mode on startup.
12010
12011 * ediff.el (ediff-patch-file): Use better defaults.
12012
12013 * ediff-vers.el: Fix for 8+3 DOS file systems.
12014
12015 2001-01-19 Colin Walters <walters@cis.ohio-state.edu>
12016
12017 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
12018 diff mode, if available.
12019
12020 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
12021
12022 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
12023
12024 * ediff-init.el (subst-char-in-string): Define and use it, unless
12025 it's already defined.
12026
12027 2001-01-18 Gerd Moellmann <gerd@gnu.org>
12028
12029 * tooltip.el (tooltip-hide-delay): New user-option.
12030 (tooltip-show): Use tooltip-hide-delay instead of the default.
12031
12032 2001-01-18 Kenichi Handa <handa@etl.go.jp>
12033
12034 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
12035 kill-local-variable doesn't work for enable-multibyte-characters.
12036
12037 2001-01-17 Dave Love <fx@gnu.org>
12038
12039 * ediff-init.el (ediff-before-setup-hook)
12040 (ediff-merge-filename-prefix): Add :version.
12041
12042 * international/latin1-disp.el: Require disp-table.
12043 (latin1-display): Fix :set.
12044
12045 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
12046
12047 2001-01-17 Gerd Moellmann <gerd@gnu.org>
12048
12049 * isearch.el (isearch-lazy-highlight-initial-delay)
12050 (isearch-lazy-highlight-interval): Default to 0.
12051
12052 2001-01-17 Bob Glickstein <bobg@zanshin.com>
12053
12054 * isearch.el (isearch-highlight): Set isearch-overlay priority to
12055 1 here rather than each time through
12056 isearch-lazy-highlight-new-loop.
12057 (isearch-lazy-highlight-max): Variable deleted.
12058 (isearch-lazy-highlight-max-at-a-time): New user variable, like
12059 isearch-lazy-highlight-max but controls a single invocation of
12060 isearch-lazy-highlight-update.
12061 (isearch-lazy-highlight-wrapped): Variable recreated.
12062 (isearch-lazy-highlight-window-start): New variable.
12063 (isearch-lazy-highlight-cleanup): Restored to behavior of
12064 before 2-Jan.
12065 (isearch-lazy-highlight-remove-overlays): Function deleted;
12066 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
12067 behavior removed.
12068 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
12069 isearch-lazy-highlight-update in a loop rather than just once.
12070 Test isearch-invalid-regexp here and decide not to start a new
12071 loop, rather than testing it each time through
12072 isearch-lazy-highlight-update.
12073 (isearch-lazy-highlight-search): Function restored.
12074 (isearch-lazy-highlight-update): Get called in a timer loop again,
12075 but this time highlight more than one match each time through.
12076 Only highlight matches in the visible part of the window.
12077 Start at point, move in the direction of the search, and wrap around at
12078 the edge of the window. Use sit-for to force redisplay and ensure
12079 window-start is credible. "Face suppressing" behavior removed;
12080 overlay priorities should make it unnecessary, right?
12081 (isearch-highlight): Face suppressing behavior removed.
12082 (isearch-dehighlight): Face suppressing behavior removed.
12083 (isearch-set-lazy-highlight-faces-at): Removed.
12084
12085 2001-01-17 Kenichi Handa <handa@etl.go.jp>
12086
12087 * language/european.el ("Latin-1"): Make the format of description
12088 about additional language environments same as that of Latin-2.
12089
12090 2001-01-16 Dave Love <fx@gnu.org>
12091
12092 * isearch.el (isearch-lazy-highlight): Add :version.
12093
12094 * simple.el (backward-delete-char-untabify-method)
12095 (next-line-add-newlines): Add :version.
12096
12097 2001-01-16 Gerd Moellmann <gerd@gnu.org>
12098
12099 * bindings.el: Bind <backspace> and <delete> via function-key-map.
12100 Don't bind <delete> otherwise.
12101
12102 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
12103 and <delete> via function-key-map.
12104
12105 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
12106 Subject line only if point is after the `Subject:'.
12107
12108 2001-01-16 Kenichi Handa <handa@etl.go.jp>
12109
12110 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
12111 japanese-jisx0213-2 in `charset' property of this lang. env.
12112
12113 * language/european.el ("Latin-1"): Add description for Dutch and
12114 Spanish lang. env.
12115
12116 * international/mule.el (decode-char): Fix conditions.
12117 (encode-char): Handle eight-bit-control too.
12118 (transform-make-coding-system-args): New function.
12119 (make-coding-system): Accept XEmacs style arguments for CCL base
12120 coding system.
12121
12122 2001-01-15 Gerd Moellmann <gerd@gnu.org>
12123
12124 * progmodes/etags.el (find-tag-noselect): Save the value of
12125 tags-file-name before switching buffers, for the case it has a
12126 buffer-local value.
12127
12128 2001-01-15 Alex Schroeder <alex@gnu.org>
12129
12130 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
12131 From Dave Love <fx@gnu.org>.
12132 (ansi-color-for-comint-mode): Fix :version.
12133
12134 2001-01-15 Alex Schroeder <alex@gnu.org>
12135
12136 * ansi-color.el (ansi-color-unfontify-region): Doc change.
12137
12138 2001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
12139
12140 * dired.el (dired-insert-directory): If file-system-info fails,
12141 remove the " free " part, but don't signal an error.
12142
12143 2001-01-12 Sam Steingold <sds@gnu.org>
12144
12145 * bookmark.el (bookmark-maybe-historicize-string):
12146 Use new backquote syntax.
12147
12148 2001-01-12 Richard M. Stallman <rms@gnu.org>
12149
12150 * subr.el (last): Handle a list that doesn't end in nil.
12151
12152 2001-01-12 Sam Steingold <sds@gnu.org>
12153
12154 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
12155 to `backward-delete-char-untabify'.
12156
12157 2001-01-12 Dave Love <fx@gnu.org>
12158
12159 * cus-edit.el (customize-menu-create): Fix the :filter following
12160 easymenu change.
12161
12162 * wid-edit.el (function): Add :match-alternatives.
12163 (widget-color-action): Doc fix.
12164
12165 2001-01-12 Gerd Moellmann <gerd@gnu.org>
12166
12167 * calendar/calendar.el (calendar-basic-setup): Doc fix.
12168
12169 2001-01-12 Kenichi Handa <handa@etl.go.jp>
12170
12171 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
12172
12173 * international/ccl.el (define-ccl-program): Fix docstring.
12174
12175 2001-01-11 Dave Love <fx@gnu.org>
12176
12177 * international/mule-cmds.el (standard-display-european-internal):
12178 Set display table for 2208 as for 160.
12179
12180 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
12181
12182 * progmodes/fortran.el (fortran-mode-map): Modify Customization
12183 entry for custom-menu-create change.
12184 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
12185 don't cons it in the search loop.
12186
12187 * imenu.el (imenu--truncate-items): Revert last change.
12188
12189 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
12190
12191 * info.el (Info-setup-header-line): If the node header includes
12192 either Next: or Prev: links, don't show the File: and Node: parts
12193 in the header line.
12194
12195 2001-01-11 Gerd Moellmann <gerd@gnu.org>
12196
12197 * comint.el (comint-goto-process-mark): Don't print a message
12198 when running in batch mode.
12199
12200 * isearch.el (isearch-search): In the condition-case handler for
12201 `error', set isearch-invalid-regexp to the whole error message.
12202
12203 * subr.el (eval-after-load): Call load-symbol-file-load-history to
12204 ensure that eval-after-load works for files dumped with Emacs.
12205
12206 * help.el (load-symbol-file-load-history): New function extracted
12207 from function symbol-file.
12208 (symbol-file): Use it.
12209
12210 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
12211
12212 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
12213
12214 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
12215 behave as if there were no prefix argument.
12216 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
12217 argument were nil.
12218
12219 2001-01-11 Richard M. Stallman <rms@gnu.org>
12220
12221 * isearch.el (isearch-lazy-highlight-update):
12222 Don't look for more potential matches once maximum is exceeded.
12223 Use overlays-in to check correctly for overlap with current match.
12224 Ignore empty matches.
12225
12226 2001-01-11 Miles Bader <miles@gnu.org>
12227
12228 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
12229 (ispell-overlay-window, ispell-help, ispell-show-choices)
12230 (ispell-command-loop): Use it instead of `window-height'.
12231
12232 2001-01-10 Gerd Moellmann <gerd@gnu.org>
12233
12234 * files.el (confirm-kill-emacs): New user-option.
12235 (save-buffers-kill-emacs): Ask for final confirmation before
12236 killing Emacs.
12237
12238 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
12239 to nil.
12240
12241 2001-01-10 Dave Love <fx@gnu.org>
12242
12243 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
12244
12245 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
12246
12247 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
12248
12249 * calculator.el (calculator-number-digits): Fix :type.
12250
12251 * vc-cvs.el (vc-cvs-header): Fix :type.
12252 * vc-rcs.el (vc-rcs-header): Fix :type.
12253 * vc-sccs.el (vc-sccs-header): Fix :type.
12254
12255 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
12256
12257 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
12258
12259 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
12260
12261 2001-01-10 Gerd Moellmann <gerd@gnu.org>
12262
12263 * simple.el (set-variable): Force a thorough redisplay for the
12264 case that the variable has an effect on the display, like
12265 `tab-width' has.
12266
12267 2001-01-10 Andre Spiegel <spiegel@gnu.org>
12268
12269 * vc.el: Add documentation for backend interface.
12270
12271 2001-01-10 Kenichi Handa <handa@etl.go.jp>
12272
12273 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
12274
12275 * international/mule-conf.el (latin-extra-code-table): Set to t
12276 for \223 and \224.
12277
12278 2001-01-09 Kenichi Handa <handa@etl.go.jp>
12279
12280 * international/mule-cmds.el (locale-language-names): Map "es" to
12281 "Spanish" and "nl" to "Dutch".
12282
12283 2001-01-09 Gerd Moellmann <gerd@gnu.org>
12284
12285 * bindings.el (global-map): Bind <home> to beginning-of-line,
12286 <end> to end-of-line, C-<home> to beginning-of-buffer, and
12287 C-<end> to end-of-buffer.
12288
12289 * language/european.el: Add Dutch and Spanish language info
12290 to be able to use the appropriate tutorials.
12291
12292 2001-01-09 Alex Schroeder <alex@gnu.org>
12293
12294 * ansi-color.el (ansi-color-process-output): Use markers instead
12295 of positions for start and end of region.
12296 (ansi-color-apply-on-region): Rewrote code to make it more robust.
12297 Previously, occasional mistakes happend when fontifying many
12298 chunks of output (eg. ls --color=yes /dev). This happened
12299 whenever an overlay was created up to the end of the region, which
12300 coincided with the process-mark. New text would then be added
12301 within that overlay instead of after it.
12302 (ansi-color-make-extent): Overlays are created with the property
12303 `modification-hooks' set to '(ansi-color-freeze-overlay).
12304 (ansi-color-freeze-overlay): New function. When inserting text at
12305 the end of the overlay, the overlay will resize.
12306
12307 2000-01-09 Alex Schroeder <alex@gnu.org>
12308
12309 * ansi-color.el (ansi-color-process-output): Doc change.
12310 (ansi-color-unfontify-region): Doc change. No longer installed
12311 automatically in font-lock-unfontify-region-function.
12312 (ansi-color-apply): Doc change.
12313 (ansi-color-apply-on-region): Use extents or overlays instead of
12314 text-properties.
12315 (ansi-color-make-extent): New function.
12316 (ansi-color-set-extent-face): New function.
12317
12318 2000-01-09 Alex Schroeder <alex@gnu.org>
12319
12320 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
12321 both use ansi-color-process-output, now.
12322 (ansi-color-process-output): Doesn't return string anymore. It is
12323 installed in comint-output-filter-functions for both Emacs and
12324 XEmacs, now.
12325 (ansi-color-unfontify-region): Simplified code removing variables
12326 pos and start-ansi.
12327 (ansi-color-apply): Put text-property ansi-color before putting
12328 text-property face because ansi-color-unfontify-region is called
12329 immediately after the call to put-text-property.
12330 (ansi-color-context-region): Doc change.
12331 (ansi-color-filter-region): Simplified code.
12332 (ansi-color-apply-on-region): Changed start to start-marker, using
12333 a marker explicitly. Put text-property ansi-color before putting
12334 text-property face because ansi-color-unfontify-region is called
12335 immediately after the call to put-text-property.
12336
12337 2000-01-09 Alex Schroeder <alex@gnu.org>
12338
12339 * ansi-color.el (ansi-color-faces-vector): Doc change.
12340 (ansi-color-for-comint-mode): Changed :type property to choice.
12341 (ansi-color-last-context): Removed.
12342 (ansi-color-process-output): Don't use ansi-color-last-context, as
12343 the main functions will store their context now.
12344 (ansi-color-context): Doc change.
12345 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
12346 Uses ansi-color-context such that repeated calls will strip
12347 partial escape sequences, too.
12348 (ansi-color-apply): Simplified code. Colorize end of string if
12349 face is not null. Store context in new (FACE STRING) format, such
12350 that repeated calls will strip partial escape sequences, too.
12351 Append faces to face property using ansi-color-apply-sequence such
12352 that cumulative mode actually works.
12353 (ansi-color-context-region): New variable.
12354 (ansi-color-filter-region): Rewrote it based on
12355 ansi-color-apply-on-region. Uses ansi-color-context-region such
12356 that repeated calls will strip partial escape sequences, too.
12357 (ansi-color-apply-on-region): Simplified code. Colorize end of
12358 region if face is not null. Store context in new (FACE POS)
12359 format, such that repeated calls will strip partial escape
12360 sequences, too. Append faces to face property using
12361 ansi-color-apply-sequence such that cumulative mode actually works.
12362 (ansi-color-apply-sequence): New function.
12363 (ansi-color-get-face): When the default face is added to the list
12364 of faces, all previous settings are discarded and the list of
12365 faces is set to '(default).
12366
12367 2000-01-09 Alex Schroeder <alex@gnu.org>
12368
12369 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
12370 face, such that ansi-color-apply and ansi-color-apply-on-region
12371 will do the right thing.
12372 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
12373 returns nil, set the list of faces back to nil instead of
12374 appending the result of ansi-color-get-face to the front of the list.
12375
12376 2000-01-09 Alex Schroeder <alex@gnu.org>
12377
12378 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
12379 (ansi-color-process): Doc change.
12380 (ansi-color-last-context): New buffer-local variable.
12381 (ansi-color-process-output): New function. It is automatically
12382 added to comint-output-filter-functions if this is XEmacs.
12383 (ansi-color-unfontify-region): New optional parameter for XEmacs
12384 compatibility. Check wether font-lock-syntactic-keywords is
12385 boundp before removing the syntax table text property, as XEmacs
12386 doesn't have it.
12387 (ansi-color-filter-region): Doc change.
12388 (ansi-color-apply-on-region): Doc change.
12389 (ansi-color-make-face): New function. Compatibility layer for
12390 XEmacs. Return temporary faces instead of cons cells for XEmacs.
12391 (ansi-color-make-color-map): Use ansi-color-make-face.
12392 (ansi-color-get-face): Avoid face text property '(nil) as results
12393 in an errow for XEmacs.
12394
12395 2000-01-09 Alex Schroeder <alex@gnu.org>
12396
12397 * ansi-color.el (ansi-color-unfontify-region): New function.
12398 Uses text-property ansi-color in order to preserve fontification by
12399 ansi-color. When the package is loaded, a lambda expression is
12400 put onto font-lock-mode-hook. This lambda expression will check
12401 font-lock-unfontify-region-function and replace
12402 font-lock-default-unfontify-region with ansi-color-unfontify-region.
12403 (ansi-color-apply): Add text-property ansi-color in addition to
12404 text-property face.
12405 (ansi-color-apply-on-region): Add text-property ansi-color in
12406 addition to text-property face.
12407 (save-buffer-state): Copy of the macro that is also used by
12408 lazy-lock and font-lock.
12409
12410 (ansi-color-for-comint-mode): New option.
12411 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
12412 (ansi-color-for-comint-mode-off): Ditto.
12413 (ansi-color-for-comint-mode-filter): Ditto.
12414 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
12415 decide what to do. This function is added to
12416 comint-preoutput-filter-functions when the package is loaded.
12417
12418 (ansi-color-for-shell-mode-set): Removed.
12419 (ansi-color-for-shell-mode): Removed.
12420
12421 2000-01-09 Alex Schroeder <alex@gnu.org>
12422
12423 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
12424 the lambda expression from the ansi-color-for-shell-mode :set
12425 property. Additionally, modify shell-mode-hook to enable or
12426 disable font-lock-mode for future shell buffers.
12427 (ansi-color-for-shell-mode): The :set property calls
12428 ansi-color-for-shell-mode-set instead of a lambda expression.
12429
12430 2000-01-09 Alex Schroeder <alex@gnu.org>
12431
12432 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
12433 (ansi-color-context): New variable.
12434 (ansi-color-apply): Save context between calls.
12435
12436 2001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
12437
12438 * isearch.el (isearch, isearch-lazy-highlight-face):
12439 New definitions for face colors and attributes.
12440
12441 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
12442 of display-mouse-p.
12443
12444 2001-01-09 Kenichi Handa <handa@etl.go.jp>
12445
12446 * international/mule.el (make-coding-system): If the coding system
12447 accepts extra latin codes, register such codes as safe for the
12448 coding system.
12449
12450 2001-01-08 Richard M. Stallman <rms@gnu.org>
12451
12452 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
12453 don't mention the file name or the date here, because they are
12454 logged at the start of the file.
12455
12456 2001-01-08 Richard M. Stallman <rms@gnu.org>
12457
12458 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
12459 Change screen-width to frame-width.
12460
12461 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
12462
12463 * info.el (Info-search): Print the default as part of the prompt.
12464
12465 2001-01-08 Andre Spiegel <spiegel@gnu.org>
12466
12467 * vc.el (vc-default-latest-on-branch-p): New function, replaces
12468 constant implementations in backends.
12469
12470 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
12471 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
12472
12473 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
12474 WRITABLE to EDITABLE.
12475
12476 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
12477 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
12478 to EDITABLE.
12479
12480 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
12481
12482 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
12483 (copyright, copyright-update): Compute the current year at run time.
12484
12485 2001-01-08 Gerd Moellmann <gerd@gnu.org>
12486
12487 * isearch.el (isearch-old-signal-hook): Removed.
12488 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
12489 instead of setting signal-hook-function.
12490 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
12491
12492 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
12493
12494 * emulation/edt.el: Update to version 4.0. Provide support for
12495 EDT scroll margins at top and bottom of the window. Provide an
12496 emulation of the EDT SUBS command (bound to GOLD-Enter, by
12497 default). Enhance edt-quit, bound to GOLD-q by default, to warn
12498 user when file-related buffer modifications exist.
12499 Provide support for running EDT Emulation in XEmacs.
12500 Provide customize access to some user updatable variables.
12501 Add Commentary section to file header.
12502 Fixed a few minor bugs and cleaned up some code.
12503
12504 * emulation/edt-mapper.el: Update to version 4.0. Provide support
12505 for detecting a keypress that generates an ASCII key sequence.
12506 (Previously, only a keypress that generates a vector was
12507 recognized.) Embed Window Manager name into name of the generated
12508 EDT Emulation initialization file since the initialization file is
12509 Window Manager specific. Add Commentary section to file header.
12510
12511 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
12512
12513 * mail/sendmail.el (mail-mode): Doc fix.
12514
12515 * info.el (Info-goto-emacs-command-node): Doc fix.
12516 (Info-goto-emacs-key-command-node): Doc fix.
12517
12518 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
12519
12520 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
12521 systems without long file-name support.
12522
12523 2001-01-06 Andrew Innes <andrewi@gnu.org>
12524
12525 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
12526
12527 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
12528
12529 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
12530 (isearch-lazy-highlight-update): Doc fix.
12531
12532 * ffap.el (ffap-bindings): Doc fix.
12533
12534 * dired-x.el (dired-virtual-guess-dir): Doc fix.
12535
12536 2001-01-05 Dave Love <fx@gnu.org>
12537
12538 * emacs-lisp/cl-seq.el (remove, remq): Remove.
12539
12540 2001-01-05 Gerd Moellmann <gerd@gnu.org>
12541
12542 * mouse-drag.el (mouse-drag-safe-scroll):
12543 Bind scroll-preserve-screen-position to nil.
12544
12545 * isearch.el (isearch-old-signal-hook): New variable.
12546 (isearch-mode): Set signal-hook-function to isearch-done.
12547 (isearch-done): Restore old signal-hook-function.
12548
12549 * info.el (Info-fontify-node): Mark one more char as intangible.
12550
12551 2000-01-05 Kenichi Handa <handa@etl.go.jp>
12552
12553 * composite.el (compose-last-chars): New argument COMPONENTS.
12554 If it is non-nil, compose preceding characters by compose-region with
12555 COMPONENTS.
12556
12557 * international/quail.el (quail-input-string-to-events): New function.
12558 (quail-input-method): Convert input string to events here.
12559 (quail-start-translation): Return input string, not event list.
12560 (quail-start-conversion): Likewise.
12561
12562 2001-01-04 Gerd Moellmann <gerd@gnu.org>
12563
12564 * tooltip.el (tooltip-cancel-delayed-tip)
12565 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
12566 and tooltip-add-timeout.
12567 (tooltip-show): Set border color from faces's foreground.
12568 (tooltip-show-help-function): If called with the same help string
12569 as last time, do nothing.
12570 (tooltip-help-tips): Don't set tooltip-help-message to nil.
12571
12572 * startup.el (fancy-splash-screens): Don't bind show-help-function
12573 to nil.
12574
12575 * tooltip.el (tooltip-frame-parameters): Remove colors.
12576 (tooltip): New face
12577 (tooltip-set-param): New function.
12578 (tooltip-show): Set up color frame parameters from face `tooltip'.
12579 Display the tooltip text in face `tooltip'.
12580
12581 2001-01-04 Dave Love <fx@gnu.org>
12582
12583 * whitespace.el (whitespace-global-mode): Fix typo.
12584
12585 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
12586
12587 2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
12588
12589 * help.el (help-for-help): Fix a typo in a doc string.
12590 From kwzh@gnu.org (Karl Heuer).
12591
12592 2001-01-03 Dave Love <fx@gnu.org>
12593
12594 * dired-x.el: Doc fixes. Maintainer change.
12595 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
12596 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
12597 (dired-guess-shell-alist-user): Customize.
12598 (dired-x-help-address): Set to bug-gnu-emacs.
12599 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
12600 (dired-default-directory): Renamed from default-directory.
12601
12602 * hl-line.el (hl-line): Doc fix.
12603
12604 2001-01-03 Karl Fogel <kfogel@red-bean.com>
12605
12606 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
12607
12608 2001-01-02 Richard M. Stallman <rms@gnu.org>
12609
12610 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
12611 to remove all the current alternative-match highlighting.
12612 If nil, remove only what's outside the current window.
12613 (isearch-lazy-highlight-remove-overlays): Take optional
12614 region within which NOT to remove them.
12615 (isearch-lazy-highlight-new-loop): Greatly simplified.
12616 (isearch-lazy-highlight-update): Find all the other occurrences
12617 visible in the window, in just one call.
12618 (isearch-lazy-highlight-start): Now holds start of region to scan.
12619 (isearch-lazy-highlight-end): Now holds end of region to scan.
12620 (isearch-lazy-highlight-wrapped): Variable deleted.
12621 (isearch-lazy-highlight-search): Function deleted.
12622
12623 2000-01-02 Andrew Innes <andrewi@gnu.org>
12624
12625 * w32-fns.el (convert-standard-filename): Do length check on name
12626 before aref.
12627
12628 2001-01-02 Dave Love <fx@gnu.org>
12629
12630 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
12631 value.
12632 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
12633
12634 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
12635
12636 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
12637 read syntax.
12638
12639 * calendar/todo-mode.el (todo): Add :link, :version.
12640 (todo-save-top-priorities): Remove autoload cookie.
12641 (todo-add-category, todo-add-item-non-interactively)
12642 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
12643
12644 2001-01-02 Gerd Moellmann <gerd@gnu.org>
12645
12646 * comint.el (comint-input-history-ignore): New variable.
12647 (comint-read-input-ring): Ignore entries matching
12648 comint-input-history-ignore.
12649
12650 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
12651
12652 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
12653 (lm-copyright-mark): New function.
12654 (lm-crack-copyright): New function.
12655 (lm-verify): Check that the file has a copyright.
12656 Check that the file is copyright Free Software Foundation.
12657
12658 2000-12-30 Kenichi Handa <handa@etl.go.jp>
12659
12660 * international/mule-diag.el (print-fontset): Indent font name by
12661 24 columns, not 25.
12662
12663 2000-12-29 Gerd Moellmann <gerd@gnu.org>
12664
12665 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
12666 in Subject line.
12667
12668 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
12669 Use mail-mode-hook instead of mail-setup-hook.
12670 Otherwise continuing an interrupted message with C-u C-x m for
12671 instance, winds up in Mail mode without abbrevs.
12672
12673 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12674
12675 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
12676 non-nil. Adding almost all customization variables on ps-setup.
12677 Doc fix.
12678 (ps-print-version): New version number (6.3.3).
12679 (ps-end-with-control-d): Initialization fix.
12680 (ps-lines-printed): New var.
12681 (ps-skip-newline): New fun.
12682 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
12683 (ps-next-line, ps-continue-line, ps-plot-region)
12684 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
12685
12686 2000-12-29 Kenichi Handa <handa@etl.go.jp>
12687
12688 * international/fontset.el (x-complement-fontset-spec):
12689 Resolve ASCII font name so that the same family name is used for fonts
12690 registered in x-font-name-charset-alist.
12691 (create-fontset-from-fontset-spec): Adjusted for the above change.
12692 The name of fontset alias should be a unresolved ASCII font name.
12693
12694 2000-12-28 Gerd Moellmann <gerd@gnu.org>
12695
12696 * simple.el (delete-key-deletes-forward-mode): Bind backspace
12697 and delete in isearch-mode-map.
12698
12699 2000-12-28 Richard M. Stallman <rms@gnu.org>
12700
12701 * dired-x.el (dired-guess-shell-alist-default):
12702 Use xpdf instead of acroread.
12703
12704 2000-12-28 Kenichi Handa <handa@etl.go.jp>
12705
12706 * textmodes/artist.el (artist-butlast): Deleted.
12707 (artist-ellipse-mirror-quadrant): Use butlast instead of
12708 artist-butlast.
12709
12710 * subr.el (butlast, nbutlast): Moved from cl.el to here.
12711
12712 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
12713
12714 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
12715
12716 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
12717
12718 * ls-lisp.el: Better support for the Mac and MS-Windows.
12719 (ls-lisp): New defgroup.
12720 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
12721 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
12722 (ls-lisp-support-shell-wildcards): New defcustoms.
12723 (ls-lisp-parse-symlink): New function.
12724 (insert-directory): Code to convert switches to a list and set up
12725 the wildcard argument copied from ls-lisp-insert-directory.
12726 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
12727 for -C and -R switches.
12728 (ls-lisp-column-format): New function.
12729 (ls-lisp-delete-matching, ls-lisp-handle-switches)
12730 (ls-lisp-format-time): Add doc strings.
12731 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
12732 Support ls-lisp-dirs-first.
12733 (ls-lisp-classify, ls-lisp-extension): New functions.
12734 (ls-lisp-format): Optionally support emulation of symlinks.
12735 Support -i, -s, and -G switches.
12736
12737 2000-12-27 Gerd Moellmann <gerd@gnu.org>
12738
12739 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
12740
12741 * version.el (emacs-version): Print X scroll bar information.
12742
12743 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
12744 instead of x-toolkit-scroll-bars-p.
12745
12746 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
12747 of x-toolkit-scroll-bars-p.
12748
12749 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
12750
12751 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
12752 (ffap-bindings): Doc fix, to reflect the above change.
12753
12754 2000-12-27 Kenichi Handa <handa@etl.go.jp>
12755
12756 * term.el (term-char-mode): Define all non-ascii self-inserting
12757 characters to 'term-send-raw in term-raw-map.
12758
12759 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
12760
12761 * viper-init (viper-restore-cursor-type): Added condition-case guard.
12762
12763 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
12764 Changed initialization; use add-hook.
12765 (ediff-file-remote-p): Use file-local-copy.
12766
12767 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
12768
12769 * ediff.el (ediff-patch-buffer): Bug fix.
12770 (ediff-revision): Allow selection of the file at the prompt.
12771
12772 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
12773
12774 * subr.el (combine-run-hooks): Remove.
12775
12776 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
12777 and remove the rogue second spec.
12778
12779 2000-12-23 Gerd Moellmann <gerd@gnu.org>
12780
12781 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
12782
12783 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
12784
12785 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
12786 Use minibuffer menu prompt for the `=' prefix.
12787 (smerge-command-prefix): Change default to C-^.
12788 (smerge-mode): Don't assume font-lock doesn't move point.
12789
12790 * skeleton.el (skeleton-internal-1): Make sure the first line of
12791 the region is also re-indented.
12792 (skeleton-end-newline): New var.
12793 (skeleton-end-hook): Use it.
12794
12795 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12796
12797 * comint.el (comint-password-prompt-regexp): Support CVS.
12798
12799 2000-12-22 Gerd Moellmann <gerd@gnu.org>
12800
12801 * simple.el (delete-key-deletes-forward-mode): Simplify.
12802 Also backspace key combinations, depending on
12803 delete-key-deletes-forward.
12804
12805 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
12806
12807 * simple.el (delete-key-deletes-forward): Doc fix.
12808
12809 2000-08-22 Emmanuel Briot <briot@gnat.com>
12810
12811 * xml.el (top level comment): Updated to reflect the fact that
12812 white spaces are relevant in the XML file.
12813 (xml-parse-file): Do not kill an existing Emacs buffer if the file
12814 to parse was already edited. This allows for on-the-fly analysis
12815 of XML files.
12816 (xml-parse-tag): Check that the casing is the same in the start
12817 tag and end tag, since XML is case-sensitive. Allows for spaces
12818 in the end tag, after the name of the tag.
12819 (xml-parse-attlist): Allow for the character '-' in the name of
12820 attributes, as in the standard http-equiv attribute Do not save
12821 the properties in the XML tree, since they are not relevant.
12822
12823 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
12824
12825 * generic.el (generic-read-type): Undo last change, inline into
12826 `generic-mode' and then remove.
12827 (generic-mode): Inline generic-read-type.
12828 (define-generic-mode): Push the symbol name rather than the symbol
12829 onto generic-mode-list.
12830
12831 2000-12-21 Gerd Moellmann <gerd@gnu.org>
12832
12833 * generic.el (generic-read-type): Build an alist for
12834 completing-read as in 20.7.
12835
12836 * play/landmark.el (lm): Use interactive spec `P'.
12837 (toplevel): Don't set debug-on-error.
12838
12839 * server.el (server-switch-buffer): Choose a window on a visible frame.
12840
12841 2000-12-21 Dave Pearson <davep@davep.org>
12842
12843 * quickurl.el: Commentry change, I've moved my web site.
12844
12845 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12846
12847 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
12848 ranges like \177-\237, but accepts the character sequence from \177 to
12849 \237. Doc fix.
12850 (ebnf-version): New version (3.4).
12851 (ebnf-setup): Code fix.
12852 (ebnf-range-regexp): New fun.
12853 (ebnf-8-bit-chars): Const fix.
12854
12855 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
12856 entry. Doc fix.
12857 (ebnf-bnf-lex): Code fix.
12858 (ebnf-bnf-comment-chars): Const fix.
12859
12860 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
12861 entry. Doc fix.
12862 (ebnf-iso-comment-chars): Const fix.
12863
12864 * ebnf-otz.el: Doc fix.
12865
12866 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
12867 entry. Doc fix.
12868 (ebnf-yac-skip-code): Code fix.
12869 (ebnf-yac-comment-chars): Const fix.
12870
12871 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
12872
12873 * files.el (insert-directory-safely): New function.
12874 (recover-file): Use it instead of insert-directory.
12875 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12876
12877 2000-12-21 Kenichi Handa <handa@etl.go.jp>
12878
12879 * international/mule-cmds.el (select-safe-coding-system):
12880 Check coding-category-list more rigidly. Improve help message.
12881
12882 * dired.el (dired-move-to-filename-regexp): Fix previous change.
12883
12884 2000-12-21 Miles Bader <miles@gnu.org>
12885
12886 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
12887
12888 2000-12-21 Kenichi Handa <handa@etl.go.jp>
12889
12890 * international/mule-diag.el (describe-char-after): Make *Help*
12891 buffer inherit multibyteness of the current buffer.
12892
12893 * international/mule.el (make-char): Docstring adjusted for the
12894 change of make-char-internal.
12895
12896 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
12897
12898 * international/iso-cvt.el: Docstrings fix.
12899
12900 2000-12-20 Dave Love <fx@gnu.org>
12901
12902 * subr.el (eval-after-load): Doc fix.
12903
12904 2000-12-20 Kenichi Handa <handa@etl.go.jp>
12905
12906 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
12907 for numbers.
12908
12909 2000-12-20 Miles Bader <miles@gnu.org>
12910
12911 * international/quail.el (quail-help): Resize the help window
12912 again after it has all its contents. Remove unneeded progn.
12913
12914 2000-12-19 Gerd Moellmann <gerd@gnu.org>
12915
12916 * pcmpl-linux.el: Fix copy/paste error.
12917
12918 2000-12-19 Andrew Innes <andrewi@gnu.org>
12919
12920 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
12921
12922 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
12923
12924 * progmodes/idlw-rinfo.el: Fixed copyright notice.
12925
12926 * progmodes/idlw-toolbar.el: Fixed copyright notice.
12927
12928 * progmodes/idlw-shell.el: Fixed copyright notice.
12929
12930 * progmodes/idlwave.el: Fixed copyright notice.
12931
12932 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
12933 TAB as key separators.
12934
12935 2000-12-19 Alex Schroeder <alex@gnu.org>
12936
12937 * sql.el (sql-sybase-options): New option.
12938 (sql-sybase): Use it. Add sql-database to the list of parameters
12939 provided for login. The options -w 2048 -n are not used any more.
12940 (sql-postgres-options): Changed default from "--pset" to "-P".
12941 (sql-mysql-options): Doc change.
12942 (sql-stop): Doc change.
12943
12944 2000-12-19 Kenichi Handa <handa@etl.go.jp>
12945
12946 * international/quail.el (quail-input-method): Always hide
12947 the guidance buffer on exiting.
12948
12949 2000-12-18 Gerd Moellmann <gerd@gnu.org>
12950
12951 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
12952 isn't fboundp.
12953
12954 * server.el (server-buffer-done): Bury the buffer before
12955 killing it.
12956
12957 * faces.el (face-spec-set): Interpret a nil in specs for
12958 foreground and background colors as `unspecified', for
12959 compatibility with 20.x.
12960
12961 2000-12-18 Dave Love <fx@gnu.org>
12962
12963 * simple.el (mail-user-agent): Doc fix.
12964 (input-mode-8-bit): Removed.
12965
12966 * international/mule.el (set-keyboard-coding-system): Doc fix.
12967 (keyboard-coding-system): New option.
12968
12969 * mail/sendmail.el (send-mail-function): Customize.
12970
12971 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
12972
12973 * international/codepage.el (cp866-decode-table): New table.
12974
12975 2000-12-18 Gerd Moellmann <gerd@gnu.org>
12976
12977 * version.el (emacs-version): Remove `%a' from the time format
12978 because the weekday doesn't fit well into each locale.
12979
12980 2000-12-18 Miles Bader <miles@gnu.org>
12981
12982 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
12983
12984 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
12985 Check that emacs-major-version is `=' to 20, not `>='.
12986 (artist-replace-chars): Use `make-string' instead of a loop.
12987
12988 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
12989
12990 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
12991 (cvs-execute-single-file): Don't change directory.
12992 Patch from Per Cederqvist.
12993
12994 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
12995
12996 * textmodes/ispell.el (check-ispell-version):
12997 If `ispell-program-name' is "aspell", pass it the -v switch instead
12998 of -vv.
12999
13000 2000-12-16 Kenichi Handa <handa@etl.go.jp>
13001
13002 * international/mule-diag.el (mule-diag): Insert information about
13003 configure options, multibyte awareness, language env.
13004
13005 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
13006 regexp to search for candidates.
13007
13008 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
13009
13010 * info.el (Info-forward-node): If the node has an
13011 Info-header-line, widen the buffer before searching for "next:"
13012 and "up:" pointers, and set the search limit to stay in the
13013 current node.
13014
13015 2000-12-16 Miles Bader <miles@gnu.org>
13016
13017 * simple.el (delete-trailing-whitespace): Remove extraneous let.
13018
13019 2000-12-15 Miles Bader <miles@gnu.org>
13020
13021 * comint.el (comint-send-string, comint-send-region): Also accept
13022 a buffer, buffer-name, or nil for PROCESS, for compatibility with
13023 process-send-string/region.
13024
13025 2000-12-15 Gerd Moellmann <gerd@gnu.org>
13026
13027 * isearch.el (isearch-lazy-highlight-max): New user-option.
13028 (isearch-lazy-highlight-update): Don't highlight more than
13029 isearch-lazy-highlight-max matches.
13030
13031 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
13032
13033 2000-12-15 Richard M. Stallman <rms@gnu.org>
13034
13035 * sort.el (sort-columns): Fix error message.
13036
13037 * dabbrev.el (dabbrev--last-case-pattern): Value is now
13038 `upcase' or `downcase' or nil.
13039 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
13040 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
13041 (dabbrev--substitute-expansion): New arg record-case-pattern.
13042 If it is non-nil, set dabbrev--last-case-pattern.
13043 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
13044
13045 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
13046
13047 2000-12-15 Miles Bader <miles@gnu.org>
13048
13049 * paths.el (Info-default-directory-list): Don't delete
13050 configure-info-directory from the list of standard info
13051 directories when appending it to the end -- their order is important.
13052
13053 * faces.el (read-face-attribute): If there's no entry for the
13054 user's input in VALID, just use it as-is (this will often result
13055 in an error, but it may be OK for e.g. colors using hexadecimal
13056 notation, and at least will yield a better error message).
13057
13058 * window.el (mode-line-window-height-fudge): Function removed.
13059 (height-affecting-face-attributes, mode-line-window-height-fudge):
13060 Variables removed.
13061 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
13062 window is really the right size. Use vertical-motion
13063 rather than forward-line.
13064 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
13065 (ispell-command-loop, ispell-show-choices): Use the variable
13066 ispell-choices-win-default-height, rather than the function.
13067 (ispell-choices-win-default-height): Function removed.
13068 (ispell-mode-line-window-height-fudge): Function removed.
13069
13070 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
13071
13072 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
13073
13074 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
13075
13076 * paths.el (Info-default-directory-list):
13077 If configure-info-directory is not one of the standard directories,
13078 put it first in the list; otherwise put it last. Doc string
13079 changed accordingly.
13080
13081 * info.el (Info-directory-list): Change doc string to reflect the
13082 change in Info-default-directory-list.
13083
13084 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
13085 windows-nt as windowed environments, even under -nw.
13086
13087 * startup.el (command-line): Don't call x-backspace-delete-keys-p
13088 if not fboundp. Switch delete-forward mode for the <delete> key
13089 on all PC platforms, even under -nw.
13090
13091 * term/internal.el ([M-delete]): Remap to M-d.
13092
13093 2000-12-14 Gerd Moellmann <gerd@gnu.org>
13094
13095 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
13096
13097 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
13098
13099 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
13100
13101 2000-12-14 Gerd Moellmann <gerd@gnu.org>
13102
13103 * startup.el (command-line): Call delete-key-deletes-forward-mode,
13104 if appropriate.
13105
13106 * simple.el (delete-key-deletes-forward): New user-option.
13107 (delete-key-deletes-forward-mode): New function.
13108
13109 * bindings.el: Bind `delete' to backward-delete-char.
13110
13111 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
13112 Test if symbol is bound before getting its value.
13113
13114 * tooltip.el (tooltip-show): If an error is signaled in
13115 x-show-tip, display that error, and display the help in the
13116 echo area.
13117
13118 2000-12-14 Kenichi Handa <handa@etl.go.jp>
13119
13120 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
13121 Show "... entries" messages for every 10000 entries, not 10.
13122
13123 2000-12-13 Karl Fogel <kfogel@red-bean.com>
13124
13125 * bookmark.el: Provide a generic exit hook, as suggested by
13126 Ovidiu Predescu <ovidiu@cup.hp.com>:
13127 (bookmark-exit-hook): New var.
13128 (bookmark-exit-hook-internal): New func, replaces
13129 old raw lambda form in `kill-emacs-hook', and runs new
13130 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
13131 as logically that feature must have been provided if this function
13132 is running.
13133 Removed ;;;###autoload before the `add-hook' call.
13134
13135 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
13136
13137 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
13138 (easy-menu-current-active-maps): New function.
13139 (easy-menu-get-map): Use it.
13140 Make a proper menu entry when creating a new keymap.
13141
13142 2000-12-13 Kenichi Handa <handa@etl.go.jp>
13143
13144 * international/characters.el: Fix cases and syntaxes for
13145 mule-unicode-0100-24ff.
13146
13147 * dired.el (dired-move-to-filename-regexp): Fixed for the case
13148 that a Japanese character is not appended after day and year.
13149
13150 * info.el (Info-suffix-list): Change format for a command that
13151 requires arguments.
13152 (info-insert-file-contents): Adjusted for the above change.
13153
13154 2000-12-12 Andreas Schwab <schwab@suse.de>
13155
13156 * tar-mode.el (tar-extract): Base the name of the subfile buffer
13157 on the name of the tar buffer. Verify that the existing buffer is
13158 visiting the same subfile.
13159
13160 2000-12-12 Dave Love <fx@gnu.org>
13161
13162 * subdirs.el: Add obsolete.
13163
13164 2000-12-12 Gerd Moellmann <gerd@gnu.org>
13165
13166 * mail/rmailsum.el (rmail-summary-expunge)
13167 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
13168 instead of rmail-confirm-expunge.
13169
13170 * replace.el (perform-replace): Don't use an empty match adjacent
13171 to a non-empty match when computing the next match before the
13172 replacement is performed.
13173
13174 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
13175
13176 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
13177 definition (patch by Stefan Monnier).
13178 (glasses-mode): Use jit-lock instead of `after-change-functions'
13179 (patch by Stefan Monnier).
13180
13181 2000-12-12 Miles Bader <miles@gnu.org>
13182
13183 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
13184 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
13185
13186 2000-12-12 Andrew Choi <akochoi@i-cable.com>
13187
13188 * term/mac-win.el: Remove load for ls-lisp.
13189
13190 * loadup.el: Load ls-lisp for system-type `macos'.
13191
13192 2000-12-12 Miles Bader <miles@gnu.org>
13193
13194 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
13195 Respect field end too.
13196 (just-one-space): Respect fields as `delete-horizontal-space'.
13197 (newline-and-indent, reindent-then-newline-and-indent):
13198 Use `delete-horizontal-space'.
13199
13200 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
13201
13202 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
13203 (so as to obey the field property in the minibuffer).
13204
13205 * obsolete/c-mode.el: Moved from lisp/progmodes.
13206 * obsolete/auto-show.el: Moved from lisp.
13207 * obsolete/ooutline.el: Moved from lisp/textmodes.
13208
13209 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
13210
13211 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
13212 changes to list them here.
13213
13214 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
13215 Too many changes to list them here.
13216
13217 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
13218 Too many changes to list them here.
13219
13220 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
13221
13222 2000-12-11 Gerd Moellmann <gerd@gnu.org>
13223
13224 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
13225
13226 * cus-edit.el (custom-save-variables, custom-save-faces):
13227 Comment fix.
13228
13229 * hscroll.el: Moved to `obsolete' subdir.
13230
13231 2000-12-11 Miles Bader <miles@gnu.org>
13232
13233 * window.el (window-text-height): Function removed (now in C).
13234
13235 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
13236
13237 * log-edit.el (log-edit-parent-buffer): New var.
13238 (log-edit): Set it. Add BUFFER argument.
13239 (log-edit-done): Use char-before.
13240 Don't bother checking validity of vc-comment-ring.
13241 Only bury the buffer if log-edit popped it up.
13242
13243 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
13244 (cvs-mode-diff-help): Remove.
13245 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
13246 (cvs-mode-marked): Set up the default for CMD manually.
13247
13248 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
13249 Remove binding for ? now made unnecessary.
13250
13251 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
13252
13253 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
13254 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
13255
13256 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
13257 when master file is not open.
13258
13259 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
13260
13261 * progmodes/ada-stmt.el: Update `maintainer'.
13262
13263 2000-12-09 Stephen Gildea <gildea@stop.mail-abuse.org>
13264
13265 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
13266 choices to match documentation string.
13267
13268 2000-12-09 Miles Bader <miles@gnu.org>
13269
13270 * minibuf-eldef.el: New file.
13271
13272 * window.el (fit-window-to-buffer): Don't pass last argument to
13273 pos-visible-in-window-p, now that its meaning is inverted.
13274
13275 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
13276
13277 * image.el (create-image): Doc fix; spotted by Per Cederqvist
13278 <ceder@lysator.liu.se>.
13279
13280 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
13281
13282 * autoinsert.el (auto-insert-alist): Add missing final \n.
13283
13284 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
13285 (cvs-menu-map): Remove.
13286 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
13287 (cvs-mode-quit): Turn it back into a plain function.
13288
13289 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
13290 (texinfo-filter): Remove (move to texinfo.el).
13291
13292 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
13293 file where it's more visible.
13294 (texinfo-filter, texinfo-chapter-level-regexp): New variables
13295 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
13296 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
13297 (texinfo-inside-macro-p): Only catch `scan-error's.
13298 (texinfo-inside-env-p): Make better use of the match info.
13299 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
13300 (texinfo-insert-@end): Slight re-organization.
13301 Also remove useless `looking-at' call.
13302
13303 2000-12-08 Andrew Innes <andrewi@gnu.org>
13304
13305 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
13306 accessible in -nw mode.
13307
13308 * term/w32-win.el: Remove stuff about selection timeout, which is
13309 irrelevant on Windows. Move clipboard support to w32-fns.el, so
13310 it is accessible in -nw mode.
13311
13312 2000-12-08 Dave Love <fx@gnu.org>
13313
13314 * emacs-lisp/lisp-mode.el (lisp-mode):
13315 Set font-lock-keywords-case-fold-search.
13316
13317 2000-12-08 Gerd Moellmann <gerd@gnu.org>
13318
13319 * textmodes/ispell.el (ispell): Doc fix.
13320
13321 2000-12-08 Kenichi Handa <handa@etl.go.jp>
13322
13323 * international/quail.el (quail-insert-decode-map): Check the
13324 frame width of a window displaying the current buffer, not that of
13325 the selected frame.
13326 (quail-help): Make sure that the help buffer has window before
13327 inserting text in it.
13328
13329 2000-12-07 Sam Steingold <sds@gnu.org>
13330
13331 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
13332 Backquote is used in isearch.el, so autoloading saves nothing.
13333
13334 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
13335
13336 * startup.el (normal-top-level-add-subdirs-to-load-path):
13337 Ignore the CVS and RCS subdirectories case-insensitively.
13338
13339 * dired.el (dired-insert-directory): If file-system-info is
13340 fboundp, call it instead of invoking dired-free-space-program.
13341
13342 2000-12-07 Gerd Moellmann <gerd@gnu.org>
13343
13344 * server.el (server-visit-files): Push files on file-name-history.
13345
13346 * progmodes/cc-langs.el: Update copyright.
13347
13348 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
13349
13350 * bindings.el (mode-line-mode-menu): Add glasses-mode.
13351
13352 * bindings.el (mode-line-mode-menu): Reverse the order
13353 of define-keys so that the menu appears in alphabetical order.
13354
13355 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
13356
13357 * progmodes/glasses.el (glasses-mode): Update mode line at the end
13358 of the function.
13359
13360 2000-12-07 Dave Love <fx@gnu.org>
13361
13362 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
13363
13364 * facemenu.el (facemenu-unlisted-faces): Fix value.
13365
13366 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
13367
13368 * font-lock.el (font-lock-default-fontify-region):
13369 Include the terminating \n (off-by-one error).
13370 (font-lock-set-defaults): Use dolist.
13371
13372 * derived.el (define-derived-mode): Don't use combine-run-hooks.
13373
13374 2000-12-07 Kenichi Handa <handa@etl.go.jp>
13375
13376 * international/mule-cmds.el (describe-language-environment):
13377 Fix for the case that an input method title is not string but a list.
13378
13379 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
13380 of wrong SIZE record.
13381
13382 2000-12-06 Dave Love <fx@gnu.org>
13383
13384 * newcomment.el (comment-region, comment-dwim): Doc fix.
13385
13386 * textmodes/texinfo.el: Require tex-mode when compiling.
13387 (texinfo-update-node): Doc fix.
13388 (texinfo-imenu-generic-expression): Add @anchor.
13389 (texinfo-font-lock-keywords): Add @uref.
13390 (texinfo-inside-macro-p): Don't use ignore-errors.
13391 (texinfo-insert-quote): Match more contexts.
13392
13393 * international/mule.el (decode-char, encode-char): Doc fix.
13394 (auto-coding-alist): Customize.
13395
13396 * files.el (load-file): Fix change of 2000-03-12.
13397
13398 * wid-edit.el (widget-text-keymap): Doc fix.
13399
13400 2000-12-06 Andrew Innes <andrewi@gnu.org>
13401
13402 * makefile.w32-in (lisp): Set to an absolute directory, namely
13403 $(CURDIR).
13404
13405 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
13406
13407 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
13408 read generated-autoload-file, and set buffer-file-coding-system to
13409 raw-text-unix after reading the file.
13410
13411 * international/mule-conf.el (file-coding-system-alist):
13412 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
13413
13414 2000-12-06 Gerd Moellmann <gerd@gnu.org>
13415
13416 * replace.el (occur): Make line-number-width 1 smaller for the
13417 colon following the line number.
13418
13419 * startup.el (fancy-splash-text, command-line-1):
13420 Use `File' for the menu name instead of `Files'.
13421
13422 * tmm.el: Update copyright.
13423
13424 * cus-start.el: Add entry for even-window-heights.
13425
13426 2000-12-06 Miles Bader <miles@gnu.org>
13427
13428 * faces.el (frame-set-background-mode): Avoid stomping on
13429 locally modified faces.
13430
13431 2000-12-06 Kenichi Handa <handa@etl.go.jp>
13432
13433 * international/fontset.el: Correct the font registries for
13434 japanese-jisx0213-1 and japanese-jisx0213-2.
13435
13436 2000-12-05 Gerd Moellmann <gerd@gnu.org>
13437
13438 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
13439
13440 * iswitchb.el: Update customization commentary.
13441
13442 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
13443
13444 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
13445 (tpu-search-highlight): Fixed comparison of overlay end positions.
13446 (tpu-trim-line-ends): Implemented trimming logic locally.
13447
13448 * emulation/tpu-extras.el (tpu-write-file-hook)
13449 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
13450
13451 2000-12-05 Kenichi Handa <handa@etl.go.jp>
13452
13453 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
13454 to cn-gb.
13455 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
13456
13457 2000-12-04 Dave Love <fx@gnu.org>
13458
13459 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
13460
13461 2000-12-04 Gerd Moellmann <gerd@gnu.org>
13462
13463 * mail/rmailsum.el (rmail-summary-expunge)
13464 (rmail-summary-expunge-and-save): Ask for confirmation with
13465 rmail-expunge-confirmed.
13466
13467 * mail/rmail.el (rmail-expunge-confirmed): New function.
13468 (rmail-expunge): Use it.
13469
13470 2000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
13471
13472 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
13473 (etags-recognize-tags-table, find-tag-in-order):
13474 New functionality: interpret file names as tags.
13475
13476 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
13477
13478 * info.el (Info-scroll-prefer-subnodes): New defcustom.
13479 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
13480 the first subnode until the bottom of the current node is visible.
13481
13482 2000-12-04 Gerd Moellmann <gerd@gnu.org>
13483
13484 * format.el (format-decode): Don't change buffer's undo list.
13485
13486 2000-12-04 Kenichi Handa <handa@etl.go.jp>
13487
13488 * faces.el (face-font-registry-alternatives): Add entries for CJK
13489 fonts. Doc-string adjusted for the actual usage of this data.
13490
13491 * international/fontset.el: Change the font registries for CJK
13492 fonts in the default fontset. Don't append '*' to registries.
13493
13494 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
13495
13496 * emacs-lisp/easy-mmode.el (define-derived-mode)
13497 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
13498
13499 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
13500 (derived-mode-p): New function.
13501 (derived-mode-make-docstring): Add `docstring' argument.
13502 Use it if available and complete it if necessary.
13503
13504 2000-12-03 Andreas Schwab <schwab@suse.de>
13505
13506 * type-break.el (type-break): Don't make parent of itself.
13507
13508 2000-12-03 Miles Bader <miles@gnu.org>
13509
13510 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
13511
13512 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
13513
13514 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
13515 (tex-main-file, tex-file): Simplify.
13516 (tex-generate-zap-file-name): Use subst-char-in-string.
13517 (tex-strip-dots): Remove.
13518
13519 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
13520
13521 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
13522 to check if the match succeeded.
13523
13524 2000-12-02 Gerd Moellmann <gerd@gnu.org>
13525
13526 * startup.el (use-fancy-splash-screens-p): New function.
13527 (command-line-1): Use it to determine whether or not to use
13528 a fancy splash screen.
13529
13530 2000-12-02 Andreas Schwab <schwab@suse.de>
13531
13532 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
13533
13534 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
13535
13536 * international/mule.el (make-char): Fix last change.
13537
13538 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
13539 New defcustoms.
13540 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
13541 autoloading tex-mode; instead, do the same manually.
13542 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
13543 with numeric argument. Docstring fix.
13544 (toplevel): Require cl when compiling.
13545
13546 * international/mule.el (make-char): Doc fix.
13547
13548 2000-12-02 Jason Rumney <jasonr@gnu.org>
13549
13550 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
13551 the Emacs Lisp manual)
13552
13553 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
13554
13555 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
13556
13557 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
13558 the Emacs Lisp manual).
13559
13560 2000-12-02 Gerd Moellmann <gerd@gnu.org>
13561
13562 * simple.el (next-line-add-newlines): Change default to nil.
13563
13564 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
13565
13566 * files.el (revert-buffer, recover-file):
13567 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
13568
13569 2000-12-01 Gerd Moellmann <gerd@gnu.org>
13570
13571 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
13572
13573 2000-12-01 Miles Bader <miles@gnu.org>
13574
13575 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
13576
13577 2000-12-01 Kenichi Handa <handa@etl.go.jp>
13578
13579 * international/mule-diag.el (describe-char-after): Fix typo.
13580 (describe-character-set, non-iso-charset-alist): Fix typo.
13581
13582 2000-12-01 Miles Bader <miles@gnu.org>
13583
13584 * image-file.el (image-file-name-regexp): Automatically add
13585 upper-case variants of each filename extension in
13586 `image-file-name-extensions', since they seem to be common.
13587
13588 * simple.el (minibuffer-contents)
13589 (minibuffer-contents-no-properties, delete-minibuffer-contents):
13590 New functions.
13591 * filecache.el (file-cache-directory-name)
13592 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
13593
13594 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
13595
13596 * filecache.el (file-cache-minibuffer-complete): Don't try to
13597 delete the minibuffer prompt.
13598
13599 2000-11-30 Dave Love <fx@gnu.org>
13600
13601 * cus-start.el: Fix read-buffer-function type.
13602
13603 2000-11-30 Gerd Moellmann <gerd@gnu.org>
13604
13605 * md5.el: Removed. There's a built-in function, now.
13606
13607 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
13608
13609 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
13610 as dummy 0-th char of rmail-deleted-vector.
13611
13612 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
13613
13614 * ps-print.el (ps-end-job): Bind case-fold-search only after
13615 switching to ps-spool-buffer.
13616
13617 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13618
13619 * ps-print.el: Line number font customization. PostScript: Lines and
13620 PageCount are initialized on each page. Doc Fix.
13621 (ps-print-version): New version number (6.3.2).
13622 (ps-lpr-switches, ps-font-info-database, ps-font-size)
13623 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
13624 (ps-right-header): Customization fix.
13625 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
13626 Fix code.
13627 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
13628 New vars.
13629
13630 2000-11-30 Gerd Moellmann <gerd@gnu.org>
13631
13632 * bs.el: Fix typos and spelling errors.
13633 (bs-appearance) <defgroup>: Renamed from bs-appearence.
13634 (bs-configuration): Doc fix.
13635
13636 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
13637
13638 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
13639
13640 * emulation/tpu-edt.el (tpu-version): New version.
13641 (tpu-search-overlay, tpu-replace-overlay): New initial range.
13642 (tpu-original-mode-line): Variable deleted.
13643 (tpu-mark-flag): New initial value.
13644 (tpu-set-mode-line): Don't redefine mode-line-format.
13645 Add tpu-mark-flag to minor-mode-alist.
13646 (tpu-update-mode-line): New mark flag logic.
13647 (tpu-get): Use find-file-wildcards.
13648 (tpu-search-highlight): Move overlay less, reset overlay properly.
13649 (tpu-unselect): Deactivate mark.
13650 (tpu-lm-replace): Reset overlay properly.
13651 (tpu-forward-line): Use forward-visible-line.
13652 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
13653
13654 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
13655
13656 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
13657
13658 * cus-edit.el (custom-face-value-create): Always emphasize tag.
13659
13660 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13661
13662 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
13663 and skip whitespace and newlines.
13664
13665 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
13666
13667 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
13668
13669 2000-11-29 Gerd Moellmann <gerd@gnu.org>
13670
13671 * help.el (describe-function-1): Regexp-quote function name
13672 when used as part of a regexp.
13673
13674 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
13675 Use face-attribute instead of face-foreground and face-background.
13676 (tool-bar-add-item): Likewise, and handle unspecified colors.
13677
13678 * enriched.el (enriched-face-ans): Use face-attribute instead
13679 of face-foreground and face-background.
13680
13681 * faces.el (face-foreground, face-background, face-stipple):
13682 Return nil if attribute is unspecified, for backward compatibility.
13683
13684 * files.el (auto-mode-alist): Add an entry for antlr-mode.
13685
13686 * play/5x5.el: Remove version info.
13687
13688 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
13689
13690 * frame.el (blink-cursor-mode): Doc fix.
13691
13692 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
13693
13694 * antlr-mode.el: New commands to run ANTLR from within Emacs and
13695 to create Makefile rules.
13696 (antlr-tool-command): New user option.
13697 (antlr-ask-about-save): New user option.
13698 (antlr-makefile-specification): New user option.
13699 (antlr-file-formats-alist): New variable.
13700 (antlr-special-file-formats): New variable.
13701 (antlr-unknown-file-formats): New user option.
13702 (antlr-help-unknown-file-text): New variable.
13703 (antlr-help-rules-intro): New variable.
13704 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
13705 (antlr-mode-menu): Add entries.
13706 (antlr-file-dependencies): New function.
13707 (antlr-directory-dependencies): New function.
13708 (antlr-superclasses-glibs): New function.
13709 (antlr-run-tool): New command.
13710 (antlr-makefile-insert-variable): New function.
13711 (antlr-insert-makefile-rules): New function.
13712 (antlr-show-makefile-rules): New command.
13713
13714 * antlr-mode.el: More Emacs/XEmacs stuff.
13715 (antlr-no-action-keywords): New constant with value nil.
13716 (antlr-font-lock-keywords-alist): Use it. Old value would break
13717 syntax highlighting in Emacs-21.0.
13718 (antlr-default-directory): Emacs/XEmacs dependend function.
13719 (antlr-read-shell-command): Ditto.
13720 (antlr-with-displaying-help-buffer): Ditto.
13721
13722 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
13723
13724 * antlr-mode.el: imenu, parsing and highlighting changes.
13725 (antlr-imenu-create-index-function): Don't create extra submenus
13726 for definitions in different grammar classes. It is not necessary
13727 for the menu and would make command `imenu' awkward to use.
13728 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
13729 header actions and more than one.
13730 (antlr-font-lock-tokendef-face): Changed color.
13731 (antlr-font-lock-tokenref-face): Changed color.
13732 (antlr-font-lock-additional-keywords): Also highlight lowercase.
13733 (antlr-mode-syntax-table): New variable.
13734 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
13735 (antlr-with-syntax-table): Don't copy syntax table.
13736
13737 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
13738
13739 * antlr-mode.el: Minor changes: language setting.
13740 (antlr-language-alist): The value for file option "language" can
13741 be both an identifier and a string.
13742 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
13743 (antlr-language-limit-n-regexp): Change accordingly.
13744
13745 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
13746
13747 * antlr-mode.el: Minor changes: tabs, hiding.
13748 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
13749 (antlr-action-visibility): Also allow value nil to also hide the
13750 braces. Renamed from `antlr-tiny-action-length'.
13751 Suggested by Jay@aol.com.
13752 (antlr-hide-actions): Change accordingly. Hide line if completely
13753 hidden action is on a line of its own.
13754
13755 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
13756
13757 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
13758
13759 * sort.el (sort-columns): Don't concat strings with numbers.
13760
13761 2000-11-29 Dave Love <fx@gnu.org>
13762
13763 * cus-edit.el (face): Fix :format.
13764
13765 * mail/feedmail.el: Require smtpmail when compiling.
13766 (mail-do-fcc): Autoload.
13767 (feedmail) <defgroup>: Fix :link.
13768 (feedmail-nuke-body-in-fcc): Fix :type.
13769 (feedmail-send-it): Add autoload cookie.
13770
13771 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
13772
13773 * newcomment.el (comment-indent): Save excursion around call to
13774 comment-indent-function.
13775
13776 2000-11-29 Miles Bader <miles@gnu.org>
13777
13778 * subr.el (member-ignore-case): Return the tail of the list who's
13779 car matches, like `member', not the matching element itself.
13780
13781 2000-11-29 Kenichi Handa <handa@etl.go.jp>
13782
13783 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
13784 should not contain `\n'.
13785
13786 2000-11-28 Gerd Moellmann <gerd@gnu.org>
13787
13788 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
13789
13790 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
13791
13792 * dired-aux.el (dired-do-create-files): Construct default file
13793 name for dired-mark-read-file-name so that when the user enters
13794 just RET, the target file will end up in the target directory.
13795
13796 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
13797 local-abbrev-table before changing buffers because it might
13798 have a buffer-local binding.
13799
13800 2000-11-28 Miles Bader <miles@gnu.org>
13801
13802 * simple.el (delete-horizontal-space): Handle fields more generally.
13803
13804 2000-11-28 Gerd Moellmann <gerd@gnu.org>
13805
13806 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
13807
13808 2000-11-28 Dave Love <fx@gnu.org>
13809
13810 * progmodes/ps-mode.el (ps-mode): Set comment-start and
13811 comment-start-skip locally.
13812
13813 * progmodes/fortran.el (fortran-mode): Don't set
13814 fortran-comment-line-start-skip. Set comment-start to
13815 fortran-comment-line-start.
13816 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
13817 (fortran-comment-line-start-skip): Simplify slightly.
13818
13819 2000-11-28 Gerd Moellmann <gerd@gnu.org>
13820
13821 * play/5x5.el: Remove RCS keyword.
13822
13823 * bs.el: Mistaken commit, undone 2000-11-30.
13824
13825 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
13826
13827 * textmodes/tildify.el (tildify-string-alist):
13828 Add `plain-tex-mode' here.
13829
13830 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
13831
13832 * chistory.el (Command-history-setup): Remove extraneous `keymap'
13833 reference.
13834
13835 2000-11-28 Miles Bader <miles@gnu.org>
13836
13837 * cus-face.el (custom-face-attributes): Add post-filter function
13838 for :box. Make pre-filter function for :box handle all cases.
13839
13840 * wid-edit.el (widget-choose): Make sure pop-up window is large
13841 enough to display all the choices, as there's no way to scroll it.
13842
13843 2000-11-28 Kenichi Handa <handa@etl.go.jp>
13844
13845 * international/mule-conf.el: Make the coding system no-conversion
13846 safe for all characters.
13847
13848 2000-11-27 Dave Love <fx@gnu.org>
13849
13850 * net/ldap.el (ldap) <defgroup>: Add :version.
13851
13852 * tooltip.el (tooltip-use-echo-area): Doc fix.
13853
13854 * cus-start.el <minibuffer-prompt-properties>: Add version.
13855 <read-buffer-function>: Add.
13856
13857 * apropos.el (apropos-print): Add help-echo to active text.
13858
13859 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
13860
13861 2000-11-27 Gerd Moellmann <gerd@gnu.org>
13862
13863 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
13864 type, group and version.
13865
13866 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
13867
13868 * select.el (x-get-selection): Docstring fix.
13869
13870 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
13871
13872 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
13873
13874 2000-11-27 Andrew Innes <andrewi@gnu.org>
13875
13876 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
13877
13878 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
13879
13880 2000-11-27 Miles Bader <miles@gnu.org>
13881
13882 * dired.el (dired-get-filename): Return filename verbatim if
13883 LOCALP is `verbatim'.
13884 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
13885 `verbatim' so that we don't inadvertently delete a non-existant
13886 directory name.
13887
13888 2000-11-27 Kenichi Handa <handa@etl.go.jp>
13889
13890 * international/characters.el: Specify cases and syntaxes for
13891 mule-unicode-0100-24ff.
13892
13893 2000-11-27 Gerd Moellmann <gerd@gnu.org>
13894
13895 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
13896 that foreground and/or background colors of the face `tool-bar'
13897 are unspecified.
13898
13899 2000-11-27 Miles Bader <miles@gnu.org>
13900
13901 * wid-edit.el (widget-field-buffer, widget-field-start)
13902 (widget-field-end): Handle widget field `pseudo-overlays'.
13903 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
13904 if it's there instead of in `widget-field-list'.
13905
13906 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
13907 (help-make-xrefs): Delete extraneous newlines at the end of the
13908 docstring.
13909
13910 2000-11-25 Jason Rumney <jasonr@gnu.org>
13911
13912 * startup.el (command-line): Call set-locale-environment after
13913 Window System init file is read, as it can result in a call to
13914 redraw-frame.
13915
13916 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
13917
13918 * simple.el (shell-command): Mention the effect of the prefix
13919 argument in the doc string.
13920
13921 2000-11-25 Miles Bader <miles@gnu.org>
13922
13923 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
13924
13925 * wid-edit.el (widget-field-value-delete): Don't try to delete
13926 overlay when it's the `pseudo-overlay' that exists at some points.
13927
13928 2000-11-24 Jason Rumney <jasonr@gnu.org>
13929
13930 * international/mule-cmds.el (locale-language-names): Add "jp" as
13931 a non-standard alternative for Japanese.
13932
13933 2000-11-24 Andre Spiegel <spiegel@gnu.org>
13934
13935 * vc-hooks.el: Require 'cl during compilation.
13936
13937 2000-11-24 Gerd Moellmann <gerd@gnu.org>
13938
13939 * faces.el (face-set-after-frame-default): Let face attributes
13940 specified for new frames override frame parameters.
13941
13942 * startup.el (command-line): Fix computation of the source file
13943 for user-init-file when user-init-file is a compiled file.
13944
13945 2000-11-24 Miles Bader <miles@gnu.org>
13946
13947 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
13948 (custom-post-filter-face-spec): New functions.
13949 (custom-face-set, custom-face-value-create): Filter the face spec
13950 before and after customization.
13951 (custom-face-set): If VALUE specifies a null face, pass a
13952 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
13953 * cus-face.el (custom-face-attributes): Remove SET and GET
13954 functions. Add some IN-FILTER and OUT-FILTER functions in the few
13955 cases they're needed.
13956
13957 * wid-edit.el (checkbox): Add a small `X' to the :on-glyph, so
13958 that it's distinguishable from the :off-glyph on dark-background
13959 displays. Set its background color too.
13960
13961 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
13962 so that people can easily turn it off.
13963
13964 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
13965
13966 * ediff-diff.el: Moved variables around to have it compile under NT.
13967
13968 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
13969
13970 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
13971
13972 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
13973 redundant skip-small-frames test.
13974
13975 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
13976 (viper-downgrade-to-insert): Protect against errors in hooks.
13977
13978 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
13979 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
13980 (viper-restore-cursor-type,viper-set-insert-cursor-type):
13981 New functions.
13982
13983 * viper-util.el (viper-memq-char): Bug fixes.
13984
13985 * viper.el (viper-mode): Fix cursor handling.
13986
13987 2000-11-24 Kenichi Handa <handa@etl.go.jp>
13988
13989 * international/mule-diag.el (list-iso-charset-chars):
13990 For two-byte charset, fix the `while' condition.
13991 (list-non-iso-charset-chars): Fix the `while' condition.
13992
13993 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
13994
13995 * subr.el (add-hook, remove-hook): Don't call make-local-hook
13996 if the variable is make-variable-buffer-local.
13997
13998 * progmodes/ada-stmt.el (ada-template-map):
13999 Initialize and bind it to C-c t in ada-mode-map.
14000 (ada-stmt-mode-hook): New function extracted from old code.
14001 Only change the buffer-local side of skeleton-*.
14002 (ada-mode-hook): Use it.
14003
14004 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
14005
14006 * iswitchb.el (iswitchb-minibuf-depth): New variable.
14007 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
14008 we expect to be returned by minibuffer-depth once we prompt the
14009 user in the minibuffer.
14010 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
14011 as recorded in iswitchb-minibuf-depth, return non-nil.
14012
14013 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
14014
14015 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
14016 (hscroll-window-maybe): Docstring fix.
14017
14018 2000-11-23 Dave Love <fx@gnu.org>
14019
14020 * rect.el (string-rectangle): Don't test delete-selection-mode.
14021
14022 2000-11-23 Gerd Moellmann <gerd@gnu.org>
14023
14024 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
14025 is in the tool bar.
14026
14027 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
14028 with `no-dir'; we want the directory part to be able to remove it.
14029
14030 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
14031
14032 * textmodes/outline.el (outline-flag-region):
14033 Don't bind inhibit-read-only since we don't modify the buffer.
14034 (outline-isearch-open-invisible): Don't jump to overlay-start
14035 since we're trying to unhide text around point.
14036 (outline-discard-overlays): Use dolist.
14037
14038 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
14039
14040 2000-11-22 Gerd Moellmann <gerd@gnu.org>
14041
14042 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
14043
14044 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
14045
14046 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
14047 Fix ARG regexp to skip quoted braces.
14048 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
14049 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
14050 are (correctly) handled separately).
14051 Remove `caption' and `footnote' from `citations': they contain text.
14052 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
14053 (latex-skeleton-end-hook): New function.
14054 (latex-mode): Use it.
14055 (tex-start-tex-marker): Remove.
14056 (tex-send-tex-command): Don't set tex-start-tex-marker.
14057 (tex-error-parse-syntax-table): New var.
14058 (tex-compilation-parse-errors): Use it.
14059 Ignore tex-start-tex-marker. Don't bother with marker-position.
14060 (tex-validate-buffer): Don't bother with marker-position.
14061
14062 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
14063 (flyspell-generic-progmode-verify): Use it.
14064
14065 2000-11-22 Sam Steingold <sds@gnu.org>
14066
14067 * simple.el (delete-trailing-whitespace): New interactive function.
14068
14069 * progmodes/ada-mode.el (ada-mode): Use it instead of
14070 `ada-remove-trailing-spaces'.
14071 (ada-remove-trailing-spaces): Removed.
14072
14073 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
14074
14075 * textmodes/picture.el (picture-clean): Removed.
14076 (picture-mode-exit): Call it instead of `picture-clean'.
14077
14078 2000-11-22 Gerd Moellmann <gerd@gnu.org>
14079
14080 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
14081
14082 * hi-lock.el (hi-lock-refontify): Don't call non-existent
14083 jit-lock-fontify-buffer; it should anyway be unneccessary to
14084 do anything special when jit-lock is active.
14085 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
14086
14087 2000-11-22 Dave Love <fx@gnu.org>
14088
14089 * calendar/todo-mode.el (todo-top-priorities): Use
14090 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
14091
14092 * language/chinese.el, language/cyrillic.el:
14093 * language/devanagari.el, language/ethiopic.el, language/greek.el:
14094 * language/hebrew.el, language/indian.el, language/japanese.el:
14095 * language/korean.el, language/lao.el, language/misc-lang.el:
14096 * language/thai.el, language/tibetan.el, language/vietnamese.el:
14097 Use provide.
14098
14099 * cus-edit.el (custom-buffer-create-internal): Save some consing.
14100 (custom-variable-set): Improve validation error mesage.
14101
14102 * rect.el (string-rectangle): Revert last change.
14103 (string-rectangle-line): New arg DELETE.
14104 (string-rectangle): Check delete-selection-mode.
14105
14106 * emacs-lisp/edebug.el (edebug-version)
14107 (edebug-maintainer-address): Deleted.
14108 (edebug-submit-bug-report): Just alias to report-emacs-bug.
14109 (edebug-read-function): Account for other `'#' read forms.
14110 (edebug-mode-menus): Make some items toggles.
14111 (edebug-outside-unread-command-event, unread-command-event):
14112 Remove these to avoid warnings.
14113
14114 2000-11-22 David Ponce <david@dponce.com>
14115
14116 * recentf.el (recentf-menu-items-for-commands)
14117 (recentf-make-menu-items, recentf-make-menu-item)
14118 (recentf-filter-changer): Added :help and :active menu-item properties.
14119
14120 (recentf-build-dir-rules, recentf-dump-variable)
14121 (recentf-edit-list, recentf-open-files-item)
14122 (recentf-open-files): Replaced unnecessary `mapcar' with new
14123 built-in `mapc'.
14124
14125 2000-11-23 Miles Bader <miles@gnu.org>
14126
14127 * faces.el (menu): Make inverse-video on ttys too.
14128
14129 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
14130
14131 * simple.el (comment-line-break-function): Use the new name
14132 indent-new-comment-line -> comment-indent-new-line.
14133 (clone-indirect-buffer): Don't ignore NORECORD.
14134 (next-completion): Properly handle the case where items are adjacent.
14135
14136 * mouse.el (popup-menu): Stupid typo.
14137
14138 2000-11-22 Gerd Moellmann <gerd@gnu.org>
14139
14140 * emacs-lisp/authors.el: Remove autoload cookies, add author,
14141 maintainer, keywords tags.
14142
14143 * rect.el (replace-rectangle): Don't call string-rectangle-line
14144 with too many arguments.
14145
14146 2000-11-22 Andre Spiegel <spiegel@gnu.org>
14147
14148 * ediff-util.el (ediff-file-checked-out-p)
14149 (ediff-file-checked-in-p): Call vc-state instead of
14150 vc-locking-user, which no longer exists.
14151
14152 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
14153
14154 2000-11-22 Dave Love <fx@gnu.org>
14155
14156 * md5.el (md5): Provide.
14157 (md5): Fix error call.
14158
14159 2000-11-22 Miles Bader <miles@gnu.org>
14160
14161 * textmodes/refill.el (refill-adjust-ignorable-overlay)
14162 (refill-fill-paragraph-at): Remove debugging code.
14163
14164 * calendar/calendar.el (generate-calendar-window): When we don't
14165 call `fit-window-to-buffer', make sure the top line is fully visible.
14166
14167 * image-file.el (insert-image-file): Don't make `read-only'
14168 property rear-nonsticky.
14169
14170 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
14171 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
14172 stashing away its original value.
14173 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
14174 in the recursive edit.
14175 Bind `isearch-original-minibuffer-message-timeout' to protect it.
14176 (isearch-done): Restore `minibuffer-message-timeout'.
14177
14178 * cus-start.el: Remove entry for `mode-line-inverse-video'.
14179
14180 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
14181
14182 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
14183
14184 * find-lisp.el (find-lisp-find-files-internal):
14185 Use dolist, when and file-name-as-directory.
14186
14187 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
14188 (define-derived-mode, define-minor-mode): Add specs.
14189
14190 * window.el: General comment and spacing fixes.
14191 (save-selected-window): Use backquotes.
14192 (window-safely-shrinkable-p): New function.
14193 (shrink-window-if-larger-than-buffer): Use it.
14194
14195 * subr.el (make-local-hook): Docstring fix.
14196
14197 * shell.el (shell-mode): Use define-derived-mode.
14198
14199 * newcomment.el (comment-indent): Insert comment before calling
14200 comment-indent-function. Don't insert in column 0.
14201 (comment-dwim): Indent before inserting comment.
14202
14203 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
14204 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
14205 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
14206 Use mapc rather than map.
14207
14208 * files.el (find-buffer-visiting): Compare all attributes before
14209 declaring two files identical (rather than just their inode-no).
14210 (auto-mode-alist): Use \' rather than $.
14211
14212 * which-func.el: Update maintainer line.
14213
14214 * pcvs.el (uniquify-buffer-file-name): Remove advice.
14215 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
14216 (uniquify-buffer-file-name): Use it.
14217
14218 2000-11-22 Miles Bader <miles@gnu.org>
14219
14220 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
14221 * simple.el (minibuffer-avoid-prompt): New function.
14222
14223 2000-11-21 Gerd Moellmann <gerd@gnu.org>
14224
14225 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
14226
14227 2000-11-21 Miles Bader <miles@gnu.org>
14228
14229 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
14230 inclusion of `track-mouse'.
14231
14232 * textmodes/refill.el (refill-ignorable-overlay): New variable.
14233 (refill-adjust-ignorable-overlay): New function.
14234 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
14235 only the paragraph's tail if possible.
14236 Update `refill-ignorable-overlay'.
14237 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
14238
14239 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
14240 point inside the fill-prefix.
14241
14242 * textmodes/refill.el (refill-post-command-function): Don't reset
14243 refill-doit in the case where a self-insertion command doesn't
14244 case a refill. Use `refill-fill-paragraph-at', getting position
14245 from `refill-doit'.
14246 (refill-after-change-function): Set `refill-doit' to END.
14247 (refill-fill-paragraph-at): New function, mostly from old
14248 refill-fill-paragraph.
14249 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
14250 (refill-pre-command-function): New function.
14251 (refill-mode): Add it to `pre-command-hook'.
14252
14253 2000-11-20 Gerd Moellmann <gerd@gnu.org>
14254
14255 * textmodes/artist.el (artist-mode): Fix autoload cookie.
14256
14257 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
14258 javadoc tags.
14259
14260 2000-11-20 Andre Spiegel <spiegel@gnu.org>
14261
14262 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
14263 vc.el).
14264
14265 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
14266 require vc.
14267
14268 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
14269 checkouts.
14270
14271 2000-11-20 Dave Love <fx@gnu.org>
14272
14273 * Makefile.in (DONTCOMPILE): Omit bindings.el.
14274
14275 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
14276
14277 * calculator.el (calculator-paste): Use `if' instead of `and'
14278 and `or'.
14279 (calculator-help): Don't use electric-describe-mode for XEmacs.
14280
14281 2000-11-19 Gerd Moellmann <gerd@gnu.org>
14282
14283 * info.el (info-menu-5): Doc fix.
14284
14285 * textmodes/artist.el: New file.
14286
14287 2000-11-19 Andre Spiegel <spiegel@gnu.org>
14288
14289 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
14290 and differentiate according to checkout model.
14291 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
14292 since this function is only concerned with master state.
14293
14294 * vc-hooks.el (vc-workfile-unchanged-p)
14295 (vc-default-workfile-unchanged-p): Moved here from vc.el.
14296
14297 * vc.el (vc-workfile-unchanged-p)
14298 (vc-default-workfile-unchanged-p): See above.
14299
14300 2000-11-19 Miles Bader <miles@gnu.org>
14301
14302 * image-file.el (insert-image-file): Make `intangible' and
14303 `read-only' properties rear-nonsticky too.
14304
14305 2000-11-18 Gerd Moellmann <gerd@gnu.org>
14306
14307 * ps-print.el: Update copyright notice.
14308
14309 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
14310 (tooltip-show): Use the offsets.
14311
14312 * bindings.el (mode-line-modified): Fix a typo.
14313 (mode-line-toggle-modified, mode-line-widen)
14314 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
14315
14316 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14317
14318 * ps-print.el (toplevel): Test for find-coding-system being
14319 fboundp before calling ps-x-find-coding-system.
14320
14321 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
14322
14323 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
14324 (vc-version-backup-file): Docstring fix.
14325
14326 2000-11-16 Gerd Moellmann <gerd@gnu.org>
14327
14328 * files.el (basic-save-buffer): Don't add a newline if
14329 find-file-literally is non-nil.
14330 (find-file-literally): Extend doc string.
14331
14332 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
14333 sort(1) with the `-f' argument.
14334
14335 2000-11-16 Andre Spiegel <spiegel@gnu.org>
14336
14337 * vc.el: Updated backend documentation.
14338 (vc-default-check-headers): New function.
14339
14340 * vc-{cvs,rcs,sccs}.el: Functions reordered.
14341
14342 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
14343 up-to-date.
14344 (vc-do-command): In the asynchronous case, output messages only if
14345 the minibuffer is not active.
14346
14347 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
14348 `vc-cvs-use-edit' is on.
14349 (vc-cvs-checkout): When this is used for reverting the workfile,
14350 make a backup of the original contents and revert to that in case
14351 of error.
14352 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
14353 remote repositories.
14354
14355 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
14356 for both version and ratio in the minibuffer.
14357
14358 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
14359 Use vc-do-command to perform the annotation, not call-process.
14360
14361 2000-11-16 Kenichi Handa <handa@etl.go.jp>
14362
14363 * international/quail.el (quail-start-translation): Don't call
14364 `message' before reading key sequence.
14365
14366 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
14367
14368 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
14369
14370 2000-11-16 Kenichi Handa <handa@etl.go.jp>
14371
14372 * window.el (fit-window-to-buffer): Be sure to acquire at least
14373 one text line even if the buffer is empty.
14374
14375 2000-11-16 Gerd Moellmann <gerd@gnu.org>
14376
14377 * net/ange-ftp.el (ange-ftp-file-writable-p)
14378 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
14379 Bind ange-ftp-process-verbose to nil.
14380
14381 2000-11-15 Dave Love <fx@gnu.org>
14382
14383 * wid-edit.el (widget-specify-field, widget-specify-button):
14384 If :help-echo is a function, set help-echo of overlay to
14385 widget-mouse-help.
14386 (widget-mouse-help): New function.
14387 (widget-echo-help): Rewritten for :help-echo functions only taking
14388 a widget arg.
14389
14390 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
14391 Use display-graphic-p.
14392 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
14393 and that JPEG is available.
14394 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
14395
14396 * international/mule-cmds.el (locale-charset-language-names):
14397 Match @euro.
14398
14399 2000-11-15 Gerd Moellmann <gerd@gnu.org>
14400
14401 * faces.el (face-set-after-frame-default):
14402 If `inhibit-default-face-x-resources' is bound, don't intialize the
14403 default face from X resources.
14404
14405 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
14406
14407 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
14408 Don't set EMACSLOADPATH.
14409
14410 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
14411
14412 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
14413 texinfo-insert-@url.
14414 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
14415 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
14416
14417 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
14418
14419 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
14420 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
14421 (checkdoc-minor-keymap): Backward compatibility.
14422 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
14423 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
14424 (checkdoc-this-string-valid-engine): Be a bit more strict
14425 to avoid matching substrings of `...' quoted vars/funs.
14426 (checkdoc-defun-info): Only look for `interactive' if alone.
14427 (debug-ignored-errors): Add "arg doesn't appear in docstring".
14428
14429 * progmodes/compile.el (grep): `tag-default' can be nil.
14430
14431 * newcomment.el (comment-indent): Paren typo.
14432
14433 2000-11-14 Dave Love <fx@gnu.org>
14434
14435 * calculator.el: New maintainer version.
14436
14437 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
14438
14439 * cmuscheme.el: Doc fixes.
14440 (cmuscheme) <defgroup>: Use `scheme' as parent.
14441 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
14442
14443 * xscheme.el (scheme-program-name): Don't define here.
14444
14445 * progmodes/scheme.el (scheme-program-name): New variable
14446 (originally in cmuscheme).
14447
14448 2000-11-14 Miles Bader <miles@gnu.org>
14449
14450 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
14451 Handle header-lines. Don't loop forever if we can't enlarge the
14452 window anymore. Simplify a bit.
14453
14454 2000-11-14 Kenichi Handa <handa@etl.go.jp>
14455
14456 * window.el (fit-window-to-buffer): Don't check
14457 window-text-height. Assure that the last line is fully visible.
14458
14459 * international/quail.el (quail-show-guidance-buf):
14460 Call fit-window-to-buffer to assure the enough height of the guidance
14461 buffer.
14462 (quail-update-guidance): Avoid making the guidance buffer shorter.
14463
14464 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
14465
14466 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
14467 rather than `prepend' and add an interesting comment.
14468 (tex-math-face, tex-font-lock-syntactic-face-function):
14469 New face and function to use it.
14470 (tex-define-common-keys, tex-mode-map): Use menu-item rather
14471 than `menu-enable' symbol property.
14472 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
14473 (tex-mode): Add some latex-mode commands for auto-selection.
14474 Use tex-font-lock-syntactic-face-function.
14475 (tex-insert-quote): Simplify.
14476 (tex-shell): New mode.
14477 (tex-start-shell): Use it.
14478 (tex-shell-proc, tex-shell-buf): New functions.
14479 (tex-send-command): Use it.
14480 (tex-main-file): Fix the meaning of the new arg REALFILE.
14481 (tex-send-tex-command): New function split from `tex-start-tex'.
14482 Set compilation-last-buffer and compilation-parsing-end.
14483
14484 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
14485 when it follows non-comment text on the line.
14486
14487 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
14488 Set font-lock-defaults.
14489 (lisp-mode-shared-map): Init inside the defvar.
14490 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
14491 Use define-derived-mode.
14492
14493 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
14494
14495 * faces.el (header-line): Use `:box nil' for color/gs displays too.
14496
14497 2000-11-14 Gerd Moellmann <gerd@gnu.org>
14498
14499 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
14500 Don't recursively optimize body because that can lead to infinite
14501 recursion; see comment there.
14502
14503 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
14504
14505 * faces.el (face-spec-set-match-display): Revert the change from
14506 2000-10-24. Add a FIXME for after v21.1.
14507
14508 2000-11-13 Miles Bader <miles@gnu.org>
14509
14510 * textmodes/fill.el (skip-line-prefix): New function.
14511 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
14512 (fill-paragraph): Don't leave point inside the fill-prefix.
14513 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
14514 point inside the fill-prefix.
14515
14516 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
14517
14518 * calendar/calendar.el (generate-calendar-window):
14519 Use `fit-window-to-buffer'.
14520
14521 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
14522
14523 * gud.el (gud-minor-mode): New var.
14524 (gud-symbol, gud-val): New functions.
14525 (gud-find-file): Copy gud-minor-mode to the new buffer.
14526 (gud-menu-map): Include entries for commands that are not always
14527 available, using :enable to (de)activate them.
14528 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
14529 (gud-mode-map): New map.
14530 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
14531 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
14532 Don't set up gud's menu (it's done by the minor-mode).
14533 (gud-minibuffer-local-map): New.
14534 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
14535 (gud-query-cmdline): New function.
14536 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
14537 (gud-mode): Use define-derived-mode.
14538 Don't set up gud's menu (it's done by the minor-mode).
14539 (gud-chop-words): Remove.
14540 (gud-common-init): Use split-string instead.
14541 (gud-new-keymap, gud-make-debug-menu): Eradicate.
14542
14543 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
14544 Add keyword arg :name.
14545
14546 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
14547 (diff-count-matches, diff-split-hunk): New functions.
14548 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
14549
14550 * pcvs-info.el (cvs-fi-conflict-face): New var.
14551
14552 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
14553 Make it into a simple syntax-table, shared among all submodes.
14554 (sh-heredoc-face): Re-introduce.
14555 (sh-font-lock-syntactic-face-function): New function.
14556 (sh-mode): Use it. Also use define-derived-mode.
14557 Remove old bogus setting of indent-region-function.
14558 (sh-set-shell): Don't set the syntax-table any more.
14559 (sh-mode-syntax-table) <defun>: Remove.
14560
14561 2000-11-12 Miles Bader <miles@gnu.org>
14562
14563 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
14564 message if interactive.
14565
14566 2000-11-12 Dave Love <fx@gnu.org>
14567
14568 * mail/feedmail.el: Fix header,
14569 (feedmail) <defgroup>: Add :link.
14570
14571 * view.el: Use local-map property, not keymap on mode-line string.
14572
14573 * scroll-all.el (scroll-all-mode): Customize variable.
14574 Add autoload cookie to function.
14575
14576 * lazy-lock.el: Remove compatibility code.
14577
14578 * finder.el (finder-known-keywords): Add `files', remove `vms'.
14579 (finder-help-echo): New variable.
14580 (finder-mouse-face-on-line): Add help-echo stuff.
14581 (finder-list-keywords, finder-list-matches): Use mapc.
14582
14583 * faces.el (face-font-registry-alternatives): Add :version.
14584
14585 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
14586 tags-table-list.
14587
14588 * net/browse-url.el (browse-url-browser-function): Update :version.
14589
14590 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
14591 (mail-mode): Use [:alnum:] in some regexps.
14592
14593 2000-11-10 Dave Love <fx@gnu.org>
14594
14595 * ediff.el (ediff-regions-internal, ediff-documentation):
14596 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
14597 fundamental mode.
14598
14599 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
14600 buffer into fundamental mode.
14601 (ediff-set-difference): Use copy-sequence if available.
14602
14603 * ediff-ptch.el (ediff-dispatch-file-patching-job):
14604 Check ediff-patch-map non-nil.
14605 (ediff-fixup-patch-map, ediff-fixup-patch-map)
14606 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
14607 buffer into fundamental mode.
14608
14609 * ediff-merg.el (state-or-merge): Defvar when compiling.
14610
14611 2000-11-10 Jason Rumney <jasonr@gnu.org>
14612
14613 * w32-fns.el (w32-add-charset-info): New function.
14614 (w32-charset-info-alist): Use it.
14615
14616 2000-11-10 Gerd Moellmann <gerd@gnu.org>
14617
14618 * faces.el (face-font-registry-alternatives): New user-option.
14619
14620 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
14621
14622 * textmodes/texinfo.el (texinfo-block-default): New var.
14623 (texinfo-insert-block): Use it. Insert a newline if needed.
14624
14625 * textmodes/fill.el (fill-indent-according-to-mode): New var.
14626 (fill-region-as-paragraph): Use it.
14627
14628 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
14629 (latex-mode): Tweak tex-*-(head|trail)er regexps.
14630 Tweak paragraph regexps to allow a leading [ \t]*.
14631 (tex-latex-block): Insert a newline if necessary.
14632 (latex-insert-item): Only insert a newline if necessary.
14633 (tex-guess-main-file): New function.
14634 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
14635 Set tex-main-file if TeX-master is provided.
14636 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
14637
14638 2000-11-10 Gerd Moellmann <gerd@gnu.org>
14639
14640 * startup.el (command-line): Set the default tooltip-mode
14641 to t for graphical displays which implement x-show-tip.
14642
14643 * tooltip.el (tooltip-mode): Add a comment about startup.el
14644 setting the default value of this user-option.
14645
14646 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
14647
14648 * font-lock.el (font-lock-*-face) <defvar>: Move.
14649 (font-lock-defaults-alist): Mark obsolete.
14650 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
14651 (font-lock-mode): Use define-minor-mode.
14652 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
14653 (font-lock-turn-off-thing-lock): Be more explicit.
14654 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
14655 (font-lock-syntactic-face-function): New var.
14656 (font-lock-fontify-syntactically-region): Use it.
14657 (font-lock-doc-face): New.
14658
14659 * pcvs.el (cvs-enabledp): Ignore errors.
14660 (cvs-commit-filelist): Never query.
14661 (cvs-mode-insert): Always add a terminating / in the initial prompt.
14662 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
14663 (cvs-do-removal): Use cvs-partition rather than delete-if.
14664 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
14665 cvs-bury-buffer.
14666
14667 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
14668 Allow `next' to jump to after the end of the last match.
14669
14670 2000-11-09 Gerd Moellmann <gerd@gnu.org>
14671
14672 * simple.el (byte-compiling-files-p): New function.
14673
14674 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
14675 if it is there.
14676
14677 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
14678 nil again.
14679
14680 * textmodes/ispell.el (ispell-library-path): Don't call
14681 check-ispell-version when byte-compiling because that starts
14682 an ispell process, and ispell might not be installed.
14683 (toplevel): Don't set up a menu when byte-compiling.
14684
14685 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
14686 it, so that a boundp test can be used to determine if we're
14687 currently byte-compiling.
14688
14689 2000-11-09 Dave Love <fx@gnu.org>
14690
14691 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
14692
14693 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14694
14695 * ps-print.el: Patch for variable initialization when spooling.
14696 Doc fix.
14697 (ps-output-list): Fun eliminated.
14698 (ps-begin-file, ps-begin-job): Code fix.
14699
14700 2000-11-08 Dave Love <fx@gnu.org>
14701
14702 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
14703
14704 2000-11-08 Gerd Moellmann <gerd@gnu.org>
14705
14706 * simple.el (shell-command, display-message-or-buffer)
14707 (shell-command-on-region): Mention resize-mini-windows in the doc
14708 string.
14709 (display-message-or-buffer): Take the value of resize-mini-windows
14710 into account.
14711
14712 2000-11-07 Gerd Moellmann <gerd@gnu.org>
14713
14714 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
14715
14716 * dired.el (dired-between-files): Add `^. find' as an alternative
14717 to the regular expression, for find-dired.
14718
14719 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
14720
14721 * textmodes/texnfo-upd.el: Require texinfo.
14722 (defmacro, defgroup): Remove.
14723 (texinfo-section-to-generic-alist): Remove.
14724 Use texinfo-section-list instead (i.e. level is changed string->int).
14725 (texinfo-filter): New function.
14726 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
14727 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
14728 Use it. And use regexp-opt.
14729 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
14730 (texinfo-update-menu-region-beginning)
14731 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
14732 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
14733 (texinfo-update-menu-same-level-regexps): Update.
14734 (texinfo-update-node, texinfo-every-node-update)
14735 (texinfo-sequential-node-update): Remove autoload cookie.
14736
14737 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
14738 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
14739 (texinfo-chapter-level-regexp): Remove.
14740 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
14741
14742 2000-11-06 Dave Love <fx@gnu.org>
14743
14744 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
14745
14746 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
14747 Match defun*.
14748
14749 2000-11-06 Kenichi Handa <handa@etl.go.jp>
14750
14751 * composite.el (composition-function-table): Variable declaration
14752 moved to src/composite.c.
14753 (compose-chars-after): New optional arg object.
14754
14755 2000-11-06 Gerd Moellmann <gerd@gnu.org>
14756
14757 * bindings.el (mode-line-toggle-read-only)
14758 (mode-line-toggle-modified, mode-line-widen)
14759 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
14760 (make-mode-line-mouse2-map): Rewritten.
14761 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
14762 functions so that C-h k can show something with a doc string.
14763
14764 * startup.el (fancy-splash-delay): Set to 10 seconds.
14765 (fancy-splash-max-time): New user-option.
14766 (fancy-splash-stop-time): New variable.
14767 (fancy-splash-screens): Set it. Catch `stop-splashing'.
14768 (fancy-splash-screens-1): Throw `stop-splashing' when current
14769 time is greater than fancy-splash-stop-time.
14770
14771 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
14772
14773 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
14774
14775 * pcvs.el (cvs-mode-marked): New arg `noquery'.
14776 Prompt user for a file rather than raising an error.
14777 (cvs-enabledp): Fix call to cvs-mode-marked.
14778 (cvs-insert-file): New function (extracted from cvs-mode-insert).
14779 (cvs-mode-insert): Use it. Change the init prompt' value.
14780 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
14781
14782 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
14783 Don't pass default arg to ewoc-locate.
14784 (ewoc-collect): Return result in the right order.
14785
14786 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
14787
14788 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
14789 (cvs-status-get-tags): Fix regexp.
14790 (cvs-status-trees, cvs-status-cvstrees):
14791 Combine after change hooks and don't sit-for.
14792 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
14793 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
14794 Use make-char rather than hard-coded cryptic data.
14795 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
14796
14797 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
14798
14799 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
14800 (cvs-insert-strings): New function.
14801
14802 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
14803
14804 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
14805 `mwheel-scroll-amount'.
14806 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
14807 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
14808 string-matching against the version string.
14809
14810 2000-11-06 Kenichi Handa <handa@etl.go.jp>
14811
14812 * language/thai.el ("Thai"): Set a lisp form that produces
14813 composed string in `sample-text' language info.
14814
14815 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
14816 composed string in `sample-text' language info.
14817
14818 * international/mule-cmds.el (describe-language-environment):
14819 Eval `sample-text' data and insert the result.
14820
14821 * international/mule-conf.el (compound-text): Define this coding
14822 system here. Make x-ctext and ctext aliases of it.
14823
14824 * language/european.el (compound-text, ctext): Moved to
14825 international/mule-conf.el.
14826
14827 2000-11-05 Andrew Innes <andrewi@gnu.org>
14828
14829 * w32-fns.el (w32-version): New function.
14830
14831 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
14832
14833 * progmodes/awk-mode.el: Update copyright.
14834 (awk-mode-abbrev-table): Remove.
14835 (awk-font-lock-keywords): Use regexp-opt.
14836 (awk-mode): Use define-derived-mode.
14837
14838 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
14839 when extracting a suffix.
14840
14841 2000-11-04 Andre Spiegel <spiegel@gnu.org>
14842
14843 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
14844 auto-save-mode.
14845
14846 2000-11-04 Jason Rumney <jasonr@gnu.org>
14847
14848 * language/european.el (decode-mac-roman): Test against r1 not r0.
14849
14850 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
14851
14852 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
14853 (icon-mode): Define indent-line-function.
14854 (icon-comment-indent): Simplify.
14855 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
14856
14857 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
14858
14859 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
14860 Bind change-log-default-mode to defeat the caching done on it.
14861 Don't bother saving excursion any more.
14862
14863 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
14864
14865 * frame.el (after-setting-font-hook): Rename hooks -> hook.
14866 (set-frame-font): Use the new name (and the old for compatibility).
14867
14868 * toolbar/tool-bar.el (tool-bar-mode):
14869 * time.el (display-time-mode):
14870 * recentf.el (recentf-mode):
14871 * paren.el (show-paren-mode):
14872 * mwheel.el (mouse-wheel-mode):
14873 * msb.el (msb-mode):
14874 * jka-compr.el (auto-compression-mode):
14875 * image-file.el (auto-image-file-mode):
14876 * hl-line.el (hl-line-mode):
14877 * delsel.el (delete-selection-mode):
14878 * autoinsert.el (auto-insert-mode):
14879 * complete.el (partial-completion-mode): Drop unneeded positional args.
14880
14881 * info.el (Info-mode):
14882 * comint.el (comint-mode): Don't bother with make-local-hook.
14883
14884 * log-edit.el (log-edit-menu): New menu.
14885
14886 2000-11-03 Miles Bader <miles@gnu.org>
14887
14888 * wid-edit.el (widget-end-of-line): Reinstate, with a new
14889 definition, so that trailing spaces are handled properly.
14890 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
14891
14892 2000-11-03 Gerd Moellmann <gerd@gnu.org>
14893
14894 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
14895 tab character.
14896 (fancy-splash-screens): Set tab-width to 20.
14897
14898 2000-11-03 Dave Love <fx@gnu.org>
14899
14900 * comint.el (comint-completion-addsuffix): Fix custom type.
14901
14902 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
14903
14904 * font-lock.el (font-lock-buffers): Remove.
14905 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
14906 (font-lock-change-major-mode): Remove.
14907 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
14908 (font-lock-default-fontify-region): Extend the multiline
14909 fontification to whole lines.
14910 (font-lock-fontify-anchored-keywords)
14911 (font-lock-fontify-keywords-region): If matching just one
14912 line (with \n) only mark the \n as multiline.
14913
14914 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
14915 Correctly handle the case where several :group args are supplied.
14916 Allow :extra-args.
14917 (easy-mmode-define-global-mode): Allow :extra-args.
14918 Correctly handle the case where several :group args are supplied.
14919
14920 2000-11-02 Miles Bader <miles@gnu.org>
14921
14922 * calendar/calendar.el (diary-face, calendar-today-face)
14923 (holiday-face): Remove dependency on `window-system'.
14924
14925 2000-11-02 Ken Raeburn <raeburn@gnu.org>
14926
14927 * Makefile.in (emacs): Set EMACSLOADPATH always.
14928 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
14929 (compile-files): Bomb out if compilation of a file fails.
14930
14931 2000-11-02 Dave Love <fx@gnu.org>
14932
14933 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
14934
14935 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
14936
14937 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
14938 punctuation in the warning inserted into the *mail* buffer.
14939
14940 2000-11-02 Gerd Moellmann <gerd@gnu.org>
14941
14942 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
14943 (authors-public-domain-p): New function.
14944 (authors-print): Use it.
14945
14946 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
14947
14948 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
14949
14950 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14951
14952 * ps-print.el: Extension for even/odd printing. Doc fix.
14953 (ps-print-version): New version number (6.3.1).
14954 (ps-even-or-odd-pages): Customization fix.
14955 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
14956 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
14957 (ps-page-count): Var replaced by `ps-page-column'.
14958 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
14959 (ps-print-sheet-p): New fun.
14960
14961 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
14962
14963 * tooltip.el (tooltip-gud-tips-setup): New function.
14964 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
14965 (tooltip-mode): Call tooltip-gud-tips-setup.
14966 (tooltip-gud-tips): Use `gud-basic-call' instead of
14967 process-send-string, so the prompt gets frobbed appropriately.
14968 Handle nil return value from `tooltip-gud-print-command'.
14969
14970 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
14971
14972 * comint.el (comint-add-to-input-history): New function.
14973 (comint-send-input): Use `comint-add-to-input-history'.
14974
14975 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
14976
14977 * info.el (info-menu-header): New face.
14978 (Info-fontify-menu-headers): New function.
14979 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
14980
14981 * info.el (Info-insert-dir): Don't include blank lines at
14982 beginning of additional dir files (one is added automatically).
14983
14984 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
14985
14986 * emacs-lisp/easy-mmode.el (define-minor-mode):
14987 Revert the latest changes.
14988 Allow the three positional arguments to be skipped and replaced
14989 by keyword arguments.
14990 Add a :toggle argument to determine whether a nil arg means toggle
14991 or means turn-on. The default is unchanged.
14992 Add a call to force-mode-line-update.
14993
14994 2000-11-01 Dave Love <fx@gnu.org>
14995
14996 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
14997
14998 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
14999
15000 * calendar/calendar.el (diary-face, holiday-face):
15001 Add dark-background variants.
15002
15003 2000-10-31 Sam Steingold <sds@gnu.org>
15004
15005 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
15006 `tex-main-file' does not have directory in it.
15007
15008 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
15009
15010 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
15011
15012 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
15013
15014 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
15015 functional change.
15016
15017 2000-10-31 Gerd Moellmann <gerd@gnu.org>
15018
15019 * files.el (find-file-noselect): When we expand a wildcard, return
15020 a list of buffers, as we should do according to the doc string.
15021
15022 2000-10-31 Ken Raeburn <raeburn@gnu.org>
15023
15024 * loadup.el (top level): Adjust load path if program name is
15025 "../src/bootstrap-emacs", in case it's not dumped and thus the
15026 load path adjustment hasn't already been done.
15027
15028 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15029
15030 * ps-print.el: Fix bug on selected pages for printing.
15031 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
15032 is on. Try to avoid warning messages when compiling. Doc Fix.
15033 (ps-print-version): New version number (6.3).
15034 (ps-color-device): Use `color-values' to determine if device
15035 supports color.
15036 (ps-color-values): Try to use `x-color-values' when using XEmacs.
15037 (ps-print-page-p): Changed from defsubst to defun.
15038 (ps-page-number): Changed from defmacro to defun.
15039 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
15040 printing.
15041 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
15042 (ps-end-file, ps-dummy-page): Funs eliminated.
15043 (ps-print-color-scale): Changed default value.
15044 (ps-page-n-up, ps-print-page-p): New internal vars.
15045 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
15046 (ps-plot-region, ps-generate, ps-end-job): Code fix.
15047
15048 * delim-col.el: Little programming improvement.
15049 (delimit-columns-str): New macro.
15050 (delimit-columns-region, delimit-columns-rectangle): Code fix.
15051
15052 2000-10-31 Kenichi Handa <handa@etl.go.jp>
15053
15054 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
15055 Moved to european.el.
15056 (ccl-encode-mac-roman-font, fontset-mac): Modified for
15057 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
15058 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
15059 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
15060
15061 2000-10-30 Dave Love <fx@gnu.org>
15062
15063 * progmodes/cc-menus.el (imenu-generic-expression)
15064 (imenu-progress-message): Only defvar when compiling.
15065
15066 * emacs-lisp/elp.el (elp-unload-hook): New function.
15067
15068 * loadhist.el (unload-feature): Call elp-restore-function,
15069 checking for symbols; don't use elp-restore-all.
15070 (loadhist-hook-functions): Doc fix.
15071
15072 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
15073
15074 * log-edit.el (log-edit-confirm): Fix the default.
15075
15076 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15077
15078 * delim-col.el: Little fix: replace delimit-columns-align-columns by
15079 delimit-columns-format.
15080 (delimit-columns-region, delimit-columns-rectangle): Code fix.
15081
15082 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
15083
15084 * comint.el (comint-replace-by-expanded-history): Don't use
15085 comint-get-old-input (we're not looking at *old* input).
15086 (comint-get-old-input-default): If using fields, signal an error
15087 when the point is not in an input field.
15088
15089 2000-10-30 Kenichi Handa <handa@etl.go.jp>
15090
15091 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
15092 and mule-unicode-e000-ffff.
15093
15094 * international/mule.el (decode-char, encode-char): New functions.
15095 (make-coding-system): Accept a symbol of translation table as a
15096 value of property `safe-chars'.
15097
15098 * international/mule-cmds.el (encode-coding-char): Check property
15099 safe-chars instead of safe-charsets.
15100
15101 * international/fontset.el (fontset-default): Modified for
15102 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
15103 (x-font-name-charset-alist): Likewise.
15104 (ccl-encode-unicode-font): New CCL program. Record it in
15105 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
15106
15107 * language/european.el (mac-roman-decoder, mac-roman-encoder):
15108 New translation tables.
15109 (decode-mac-roman, encode-mac-roman): Definition of these CCL
15110 programs are modified and moved from mac-win.el.
15111 (mac-roman): Definition of this coding system is modified and
15112 moved from mac-win.el.
15113
15114 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
15115
15116 * ediff-wind.el (ediff-setup-control-frame): Enclose
15117 face-attribute in condition-case to avoid errors in older emacsen.
15118
15119 2000-10-29 Miles Bader <miles@gnu.org>
15120
15121 * custom.el (custom-add-to-group): Allow multiple entries for a
15122 given value OPTION, as long as their widget types are different.
15123 * cus-edit.el (custom-face-value-create): If face name doesn't end
15124 with "face", add such here (similar to custom group widgets).
15125
15126 * comint.el (comint-highlight-prompt): Add :type.
15127
15128 2000-10-28 John Wiegley <johnw@gnu.org>
15129
15130 * calendar/timeclock.el (timeclock-log): Doc fix.
15131 (timeclock-last-event): Doc fix.
15132 (timeclock-log): Kill the timelog buffer after appending a new event.
15133 (timeclock-find-discrep): Use a temp buffer to read in the
15134 timelog, instead of visiting the file.
15135 (timeclock-log-data): A new function, along with a host of helper
15136 functions, for the purpose of making timelog data accessible to
15137 programmers.
15138
15139 * eshell/esh-mode.el (window-height test): Make certain that
15140 `eshell-stringify-t' is non-nil.
15141 (eshell-password-prompt-regexp): Changed to a much simpler
15142 password regexp.
15143 (eshell-send-input): If `eshell-invoke-directly' returns t,
15144 directly invoke the parsed command using `eval'. This improves
15145 turn-around time on simple commands by a factor of three or
15146 greater, such as cd, ls, pwd, etc. -- which get used very often.
15147 It also conserves thousands of cons cells per call (since
15148 `eshell-do-eval' consumes memory like a Cookie Monster set loose
15149 in the Pacific Cookie Company).
15150
15151 * eshell/esh-test.el (eshell-test): Whitespace fix.
15152
15153 * eshell/em-ls.el (eshell-ls-insert-directory):
15154 Make `eshell-ls-initial-args' nil when inserting directory contents.
15155
15156 * eshell/em-script.el (eshell-script-initialize): Add names to
15157 `eshell-complex-commands, since `source' and `.' are complex.
15158
15159 * eshell/esh-cmd.el (eshell-rewrite-for-command)
15160 (eshell-rewrite-while-command): Use `eshell-protect' instead of
15161 `eshell-copy-handles'.
15162 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
15163 bodies.
15164 (eshell-separate-commands): Whitespace fix.
15165 (eshell-complex-commands): Added a new list of names, for
15166 determining whether a given command is as simple as it looks.
15167 (eshell-invoke-directly): New function. Returns t if a command
15168 should be invoked directly (using `eval'), rather than indirectly
15169 using `eshell-do-eval'.
15170 (eshell-do-eval): Whitespace fix.
15171
15172 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
15173 which provides an emulation of the DOS shell behavior of assuming
15174 that cp/mv/ln should copy/move/link to the current directory.
15175 (eshell-remove-entries): Added a doc string.
15176 (eshell-shuffle-files): Removed the check for `target' being null.
15177 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
15178 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
15179 it to do a smarter check of whether a destination was provided.
15180 (eshell/mv, eshell/cp): Enable `:preserve-args'.
15181 (eshell/ln): Enable `:preserve-args', and use
15182 `eshell-mvcpln-template' to implement the body of the function.
15183 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
15184 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
15185 list after flattening it. This makes it possible to cat files
15186 with numerical names.
15187 (eshell-unix-initialize): Added several names to
15188 `eshell-complex-commands.
15189 (eshell-unix-command-complex-p): Return t if a given command name
15190 may result in external processes being invoked.
15191
15192 * eshell/em-glob.el (eshell-glob-show-progress): Make this
15193 variable nil by default, since it slows down glob processing by a
15194 factor of two or more, and increases memory consumption.
15195
15196 * eshell/em-smart.el: Added a note about how memory consumptive
15197 smart display mode can be (at least this is true in Emacs 21).
15198 (eshell-smart-initialize): Whitespace fix.
15199 (eshell-refresh-windows): Use `if' instead of `when'.
15200 (eshell-smart-scroll-window): Calling `save-current-buffer' was
15201 not necessary.
15202 (eshell-currently-handling-window): Added a missing global variable.
15203
15204 * eshell/em-ls.el (eshell-do-ls): Code simplification.
15205 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
15206 Whitespace fix.
15207 (eshell-ls-exclude-hidden): Added this variable in addition to
15208 `eshell-ls-exclude-regexp'. This one prevents files beginning
15209 with . from even being read, which can improve memory consumption
15210 quite a bit.
15211 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
15212 read file entries beginning with a dot. In home directories with
15213 lots of hidden files, fully two-thirds of the time spent in ls is
15214 used to read directory entries that are immediately thrown away.
15215 (eshell-ls-initial-args): Added back this configuration variable,
15216 for specifying default initial arguments to every call to ls.
15217 Much faster than using an alias to do the same thing.
15218 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
15219 (eshell-ls-dir): Whitespace change.
15220
15221 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
15222
15223 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
15224 (eshell-stringify-t): Added a customization variable, to indicate
15225 whether `t' should be rendered as a string at all. If not, one
15226 can still determine if the result of an expression is true using
15227 "file-exists-p FILE && echo true".
15228 (eshell-stringify): If `eshell-stringify-t' is nil, don't
15229 stringify t!
15230
15231 * eshell/esh-module.el: Whitespace fix.
15232
15233 * eshell/em-alias.el (eshell-alias-initialize):
15234 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
15235 (eshell-command-aliased-p): New function that returns t if a
15236 command name names an aliased.
15237
15238 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
15239
15240 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
15241 redrawing the screen when changing cursor color.
15242 (viper-insert-state-pre-command-sentinel)
15243 (viper-replace-state-pre-command-sentinel)
15244 (viper-replace-state-post-command-sentinel):
15245 Use viper-preserve-cursor-color.
15246 Many functions changed to use viper= instead of = when comparing
15247 characters.
15248 * viper-util.el (viper-memq-char,viper=): New functions for
15249 working with characters.
15250 (viper-change-cursor-color): Fixed buglet.
15251 Many functions changed to use viper= instead of = when comparing
15252 characters.
15253 * viper.el (viper-insert-state-mode-list): Added eshell.
15254
15255 * ediff-init.el (ediff-before-setup-hook): New hook.
15256 Several typos fixed in various docstrings.
15257 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
15258 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
15259 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
15260 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
15261 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
15262 (ediff-get-selected-buffers): New function.
15263 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
15264 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
15265 Use save-window-excursion.
15266 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
15267 termination check in while loop.
15268 * ediff.el (ediff-get-default-file-name): Better defaults when in
15269 dired buffer.
15270 (ediff-files,ediff-merge-files,ediff-files3)
15271 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
15272
15273 2000-10-28 Dave Love <fx@gnu.org>
15274
15275 * info.el (Info-fontify-node): Add help-echo for menu items.
15276
15277 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
15278
15279 * startup.el (normal-top-level): If the value of $TERM indicates
15280 we are running from xterm or one of its work-alikes, default to a
15281 light background mode.
15282
15283 Support for -fg, -bg, and -rv command-line arguments for TTYs:
15284 * faces.el (tty-handle-reverse-video): New function.
15285 (tty-create-frame-with-faces): Call it.
15286
15287 * frame.el (frame-notice-user-settings): Don't apply
15288 default-frame-alist and initial-frame-alist to MS-DOS frames.
15289 Call tty-handle-reverse-video, frame-set-background-mode, and
15290 face-set-after-frame-default for non-MS-DOS frames.
15291
15292 * startup.el (tty-long-option-alist): New variable.
15293 (tty-handle-args): New function.
15294 (command-line): Call tty-handle-args.
15295
15296 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
15297 startup.el now does that for all character-terminal frames.
15298
15299 2000-10-28 Miles Bader <miles@gnu.org>
15300
15301 * emacs-lisp/easy-mmode.el (define-minor-mode):
15302 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
15303 is global. If :global is followed by a non-nil but non-t value,
15304 make the mode buffer-local, but also generate a `global-MODE'
15305 version using `easy-mmode-define-global-mode'.
15306 Add :conditional-turn-on keyword argument.
15307
15308 2000-10-28 Dave Love <fx@gnu.org>
15309
15310 * international/latin1-disp.el (latin1-char-displayable-p):
15311 Don't use window-system.
15312
15313 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
15314
15315 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
15316 Don't call find-buffer-file-type-coding-system. Instead, just
15317 set eol-type to -unix if inhibit-eol-conversion is in effect, or
15318 if the file is on an untranslated filesystem.
15319 (add-untranslated-filesystem): Use "D" instead of "f" inside
15320 interactive.
15321
15322 2000-10-27 Dave Love <fx@gnu.org>
15323
15324 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
15325 (refill-mode): Use it.
15326
15327 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
15328
15329 * international/quail.el (quail-activate): Don't make-local-hook.
15330
15331 2000-10-27 Andre Spiegel <spiegel@gnu.org>
15332
15333 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
15334 manual backups and file.~<rev>.~ for automatic ones.
15335 (vc-make-version-backup): Don't do it on MS-DOS without long file
15336 names.
15337
15338 * vc.el (vc-version-other-window): If an automatic backup of the
15339 desired version exists, rename it instead of copying it.
15340
15341 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
15342 after command. If there's an unexpected error, signal it instead
15343 of being silent.
15344 (vc-cvs-merge-news): Be prepared for no news at all.
15345
15346 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
15347
15348 * shell.el (shell): Add BUFFER argument.
15349 * comint.el (make-comint-in-buffer): New function.
15350 (make-comint): Use it.
15351
15352 * faces.el (face-spec-choose): Change syntax so that the list of
15353 attribute-value pairs is now the cdr of each clause, not the cadr.
15354 Detect old-style entries, and handle them. Use pop.
15355
15356 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
15357
15358 * cus-edit.el (custom-mode-map): Use a sparse map.
15359 (custom-mode): Don't bother with make-local-hook.
15360
15361 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
15362
15363 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
15364
15365 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15366
15367 * ps-print.el: Avoid compilation gripes.
15368 (ps-print-version): New version number (6.2.1).
15369
15370 2000-10-26 Dave Love <fx@gnu.org>
15371
15372 * menu-bar.el: Modify some menu item help strings.
15373 (menu-bar-help-menu): Add link to MORE.STUFF.
15374
15375 * cus-edit.el (custom-mode): Add `special' mode-class property.
15376
15377 * wid-browse.el (widget-browse-mode): Likewise.
15378
15379 * wid-edit.el (widget-specify-field): Revert to using local-map
15380 property, not keymap.
15381
15382 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
15383
15384 * wid-edit.el (widget-field-end): When checking for a `boundary'
15385 field, do so in the correct buffer.
15386
15387 * simple.el (undo): Correctly distinguish between numeric and
15388 non-numeric prefix args in non-transient-mark-mode, as per the doc
15389 string. When in transient-mark-mode, treat all prefix-args as
15390 numeric.
15391
15392 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
15393 Position point on match. Handle N == 0 correctly.
15394
15395 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
15396 (comint-mode-map): Reverse order of `comint-write-output' and
15397 `comint-append-output-to-file'.
15398 (comint-append-output-to-file): Reinstate this function, for the
15399 benefit of the menu.
15400
15401 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
15402
15403 * vc.el (vc-version-other-window): Bind `file'.
15404
15405 2000-10-25 Gerd Moellmann <gerd@gnu.org>
15406
15407 * Makefile.in (update-authors): New target for maintenance purposes.
15408
15409 * emacs-lisp/authors.el (batch-update-authors): New function.
15410 (authors-fixed-entries): New defconst.
15411 (authors-add-fixed-entries): New function.
15412 (authors): Call it.: Don't process lispref/.
15413
15414 2000-10-25 Jason Rumney <jasonr@gnu.org>
15415
15416 * cus-edit.el (custom-button-face, custom-button-pressed-face):
15417 Merge x w32 and mac definitions.
15418
15419 2000-10-25 Gerd Moellmann <gerd@gnu.org>
15420
15421 * menu-bar.el (menu-bar-options-menu): Add a help string for
15422 `uniquify'.
15423
15424 2000-10-25 Stephen Gildea <gildea@stop.mail-abuse.org>
15425
15426 * time-stamp.el (time-stamp-string-preprocess):
15427 Fix a wrong type argument error.
15428
15429 2000-10-25 Miles Bader <miles@gnu.org>
15430
15431 * recentf.el (recentf-mode): Variable removed.
15432 (recentf-mode): Use `define-minor-mode'.
15433
15434 * mwheel.el (mouse-wheel-mode): New global minor mode.
15435 (mwheel-install): Use `mouse-wheel-mode'.
15436
15437 2000-10-25 Dave Love <fx@gnu.org>
15438
15439 * progmodes/cperl-mode.el (cperl-mode):
15440 Set normal-auto-fill-function correctly.
15441
15442 * wid-edit.el (widget-field-keymap, widget-text-keymap):
15443 Don't inherit from global-map and don't nullify menu-bar and tool-bar
15444 bindings.
15445
15446 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
15447
15448 * wid-edit.el (widget-field-at): New function.
15449 (widget-at, widget-field-activate): Use it.
15450 (widget-tabable-at): Use `widget-at'.
15451 (widget-specify-field): If the terminating character of the widget
15452 field (which is read-only) is a newline, put it into a special
15453 `boundary' field so that C-n/C-p act more naturally.
15454 (widget-field-end): Also don't subtract one if a special
15455 `boundary' field has been added after the widget field.
15456
15457 * comint.el (comint-output-filter, comint-send-input):
15458 Don't bother adding stickiness fields to overlays to fool the field
15459 code, since it should notice the overlay insertion-types now.
15460
15461 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
15462 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
15463 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
15464
15465 2000-10-24 Gerd Moellmann <gerd@gnu.org>
15466
15467 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
15468 (authors): Set file coding system to iso-2022-7bit.
15469 Add file-local variables to output buffer.
15470
15471 * files.el (after-find-file): Don't print any warnings if
15472 WARN is nil.
15473
15474 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15475
15476 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
15477
15478 * delim-col.el: Now there is a column formatting mechanism.
15479 Modified to customization mechanisms convention. Doc fix.
15480 (columns): New group for delim-col.
15481 (delimit-columns-before, delimit-columns-after)
15482 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
15483 (delimit-columns-end): New vars.
15484 (delimit-columns-customize, delimit-columns-format): New funs.
15485 (delimit-columns-region, delimit-columns-rectangle)
15486 (delimit-columns-rectangle-line): Modified to support column
15487 formatting.
15488
15489 2000-10-24 Dave Love <fx@gnu.org>
15490
15491 * log-edit.el (log-edit): Add :version and a :group for vc.
15492
15493 2000-10-24 Gerd Moellmann <gerd@gnu.org>
15494
15495 * files.el (after-find-file): Don't print a message ``New file''
15496 if WARN is nil.
15497
15498 * wid-edit.el (widget-field-keymap, widget-text-keymap):
15499 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
15500 get duplicate tool-bar entries because we'll see the global ones
15501 on more than one path through keymaps.
15502
15503 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
15504
15505 * progmodes/cmacexp.el: Change Francesco's email address.
15506
15507 2000-10-24 Kenichi Handa <handa@etl.go.jp>
15508
15509 * window.el (fit-window-to-buffer): Adjust point of the window
15510 buffer, not that of the current buffer.
15511
15512 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
15513
15514 * progmodes/cmacexp.el: Update the euthor's email address.
15515
15516 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
15517
15518 * faces.el (face-spec-set-match-display): Add `graphic' display
15519 type (the inverse of `tty'). Use `display-graphic-p' instead of
15520 the window-system variable.
15521
15522 2000-10-24 Kenichi Handa <handa@etl.go.jp>
15523
15524 * international/isearch-x.el (isearch-with-input-method):
15525 Call input-method-function with the first event in
15526 unread-command-events.
15527
15528 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
15529
15530 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
15531
15532 2000-10-24 Andrew Choi <akochoi@i-cable.com>
15533
15534 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
15535 New charsets.
15536
15537 * term/mac-win.el: Remove definitions of mac-roman-lower and
15538 mac-roman-upper, require dired, and define instead of set
15539 mac-ready-for-drag-n-drop to avoid compilation error.
15540
15541 2000-10-23 Andrew Innes <andrewi@gnu.org>
15542
15543 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
15544 Remove superfluous calls to subst-char-in-string; instead apply
15545 expand-file-name after convert-standard-filename to ensure
15546 expected directory separators are used.
15547
15548 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
15549
15550 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
15551
15552 2000-10-23 Dave Love <fx@gnu.org>
15553
15554 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
15555 (tool-bar-add-item): Set foreground and background for XBM icons.
15556
15557 * international/latin1-disp.el (latin1-char-displayable-p):
15558 New function (from Handa).
15559 (latin1-display-check-font): Use it.
15560
15561 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
15562 using :key-sequence, making it much more usable.
15563 Use nconc, not append.
15564 (imenu--create-keymap-1): Avoid append.
15565
15566 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
15567
15568 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
15569
15570 [the following changes fix a bug where `define-minor-mode' didn't
15571 correctly generate :require clauses for defcustoms in compiled files]
15572 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
15573 (byte-compile-log-file, byte-compile-log-1): Don't set
15574 `byte-compile-current-file' to nil. Instead set
15575 `byte-compile-last-logged-file' to it. Test whether
15576 byte-compile-current-file equals byte-compile-last-logged-file
15577 instead of whether its nil.
15578 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
15579
15580 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
15581
15582 * textmodes/refill.el: Fix var names in doc.
15583 (refill-mode): Don't bother with make-local-hook anymore.
15584
15585 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
15586
15587 * faces.el (face-user-default-spec, face-default-spec): New functions.
15588 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
15589 (frame-set-background-mode, face-set-after-frame-default):
15590 Use `face-user-default-spec'. Simplify code slightly.
15591
15592 * woman.el (woman-italic-face, woman-bold-face)
15593 (woman-unknown-face): Add dark-background variants.
15594 (woman-default-faces): Renamed from `woman-colour-faces'.
15595 Set using the stored defaults, rather than using hard-wired colors.
15596 (woman-monochrome-faces): Renamed from `woman-black-faces'.
15597 Just make the foreground `unspecified' rather than "black".
15598 (woman-menu): Rename menu entries accordingly.
15599
15600 * faces.el (header-line): Make more reasonable on mono/grayscale
15601 displays.
15602
15603 2000-10-23 Andrew Choi <akochoi@i-cable.com>
15604
15605 * cus-edit.el (custom-button-face): Use 3D look for mac.
15606 (custom-button-pressed-face): Likewise.
15607
15608 * faces.el (set-face-attributes-from-resources): Handle mac frames
15609 in the same way as x and w32 frames.
15610 (face-valid-attribute-values): Likewise.
15611 (read-face-attribute): Likewise.
15612 (defined-colors): Likewise.
15613 (color-defined-p): Likewise.
15614 (color-values): Likewise.
15615 (display-grayscale-p): Likewise.
15616 (face-set-after-frame-default): Likewise.
15617 (mode-line): Same default face as for x and w32.
15618 (tool-bar): Likewise.
15619
15620 * frame.el: Remove call to frame-notice-user-settings at end of
15621 the file.
15622
15623 * info.el (Info-fontify-node): Make underlines invisible for mac
15624 as for x, pc, and w32 frame types.
15625
15626 * term/mac-win.el: New file.
15627
15628 2000-10-22 Dave Love <fx@gnu.org>
15629
15630 * textmodes/refill.el: New file.
15631
15632 2000-10-22 Andre Spiegel <spiegel@gnu.org>
15633
15634 * vc-hooks.el (vc-version-backup-file-name): New optional args
15635 MANUAL and REGEXP.
15636 (vc-delete-automatic-version-backups, vc-make-version-backup):
15637 New functions.
15638 (vc-before-save): Use the latter.
15639 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
15640 confusion.
15641
15642 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
15643 expected by vc[-hooks].el.
15644
15645 * vc.el (vc-checkout): Added `-p' suffix in call to
15646 vc-make-version-backups-p; use vc-make-version-backup to actually
15647 make the backup.
15648 (vc-version-other-window, vc-version-backup-file): Handle both
15649 automatic and manual backups.
15650 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
15651 of all of them.
15652
15653 2000-10-22 Miles Bader <miles@gnu.org>
15654
15655 * comint.el (comint-highlight-input, comint-highlight-prompt):
15656 Renamed, `-face' at end removed.
15657 (comint-send-input, comint-output-filter): Use renamed faces.
15658
15659 * window.el (fit-window-to-buffer): Change defaulting of
15660 MAX-HEIGHT slightly.
15661
15662 * faces.el (color-values, color-defined-p): Use `member', not
15663 `memq', because it works correctly for strings.
15664 (frame-set-background-mode): Actually, "unspecified-fg" and
15665 "unspecified-bg" *are* strings. Use `member', not `memq', and
15666 `equal', not `eq', when a string value is possible.
15667
15668 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
15669
15670 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
15671
15672 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
15673
15674 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
15675 sh-electric-rparen, sh-electric-less and sh-electric-hash.
15676 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
15677 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
15678 (sh-font-lock-syntactic-keywords): Use them.
15679 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
15680 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
15681 (sh-mode): Don't override font-lock-unfontify-region-function.
15682 Use a copy of sh-font-lock-syntactic-keywords.
15683 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
15684 Don't call sh-scan-buffer since font-lock does it on the fly.
15685 (sh-get-indent-info): Use `face' rather than `syntax-table'
15686 text-property to detect here-documents.
15687 Replace sh-special-syntax with sh-st-punc.
15688 (sh-prev-line): Use `face' rather than `syntax-table'
15689 text-property to skip over here-documents.
15690 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
15691 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
15692 (sh-electric-less, sh-set-here-doc-region)
15693 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
15694 (sh-scan-buffer, sh-rescan-buffer): Remove.
15695
15696 2000-10-21 Andrew Innes <andrewi@gnu.org>
15697
15698 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
15699 remote (ange-ftp) file names.
15700
15701 2000-10-21 Miles Bader <miles@gnu.org>
15702
15703 * window.el (fit-window-to-buffer): New function.
15704 (shrink-window-if-larger-than-buffer): Use it.
15705 (window-text-height): Don't expect minibuffers to have mode-lines.
15706
15707 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
15708 * international/quail.el (quail-update-guidance):
15709 Use `fit-window-to-buffer' instead of `set-window-text-height'.
15710
15711 * international/quail.el (quail-show-guidance-buf): Make sure
15712 guidance window really has enough room.
15713 (quail-update-guidance): If quail-guidance-win is already shown,
15714 make sure its height is OK.
15715
15716 * window.el (window-text-height, set-window-text-height):
15717 New functions.
15718 (shrink-window-if-larger-than-buffer): Use `window-text-height'
15719 instead of `window-height' & `mode-line-window-height-fudge'.
15720 (mode-line-window-height-fudge): Add FACE parameter.
15721 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
15722 instead of `enlarge-window' & `mode-line-window-height-fudge'.
15723
15724 2000-10-20 Miles Bader <miles@gnu.org>
15725
15726 * window.el (height-affecting-face-attributes): Use `defconst'.
15727
15728 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
15729 New function, conditionally aliased to `mode-line-window-height-fudge'.
15730 (ispell-help): Use it.
15731 (ispell-choices-win-default-height): Don't include mode-line fudge.
15732 (ispell-choices-win-default-height): New function.
15733 (ispell-show-choices, ispell-command-loop): Use function
15734 `ispell-choices-win-default-height' instead of variable.
15735
15736 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
15737
15738 * window.el (mode-line-window-height-fudge): New variable.
15739 (height-affecting-face-attributes): New variable.
15740 (mode-line-window-height-fudge): New function.
15741 (shrink-window-if-larger-than-buffer): Use it.
15742 * help.el (resize-temp-buffer-window): Likewise.
15743
15744 * info.el (Info-fontify-node): Add support for @subsubsection
15745 titles, which use `Info-title-4-face'.
15746 (Info-title-4-face): New face.
15747 (Info-title-3-face): Inherit from Info-title-4-face instead of
15748 variable-pitch.
15749
15750 2000-10-19 Jason Rumney <jasonr@gnu.org>
15751
15752 * dired.el (dired-insert-directory): Do not let errors signalled by
15753 attempt to run dired-free-space-program prevent dired from working.
15754
15755 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
15756
15757 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
15758
15759 2000-10-19 Gerd Moellmann <gerd@gnu.org>
15760
15761 * dirtrack.el (dirtrack): Fix call to run-hooks.
15762
15763 * cmuscheme.el (cmuscheme-program-name): Renamed from
15764 scheme-program-name because xscheme.el contains a defcustom with
15765 the same name. As a consequence, customizing group `cmuscheme'
15766 loaded `xscheme' which redefined run-scheme.
15767 (run-scheme): Use cmuscheme-program-name.
15768
15769 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
15770
15771 * play/doctor.el (doctor-death): Update the Samaritans'
15772 anonymous address, and add a website for Befrienders International.
15773
15774 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15775
15776 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
15777 Avoid compilation gripes. Doc fix.
15778 (ps-print-version): New version number (6.2).
15779 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
15780 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
15781 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
15782 (ps-x-extent-priority, ps-x-extent-start-position)
15783 (ps-x-face-font-instance, ps-x-find-coding-system)
15784 (ps-x-font-instance-properties, ps-x-make-color-instance)
15785 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
15786 avoid compilation gripes without defining functions.
15787 (ps-e-find-composition): Alias for function find-composition, to have a
15788 suitable function depending on Emacs version.
15789 (ps-color-device, ps-color-values, ps-face-foreground-name)
15790 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
15791 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
15792 (ps-print-ensure-fontified): Function definitions surrounded by
15793 `eval-and-compile' to avoid compilation gripes.
15794 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
15795 by symbol-value to avoid compilation gripes.
15796 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
15797 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
15798
15799 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
15800
15801 * startup.el (normal-top-level): Call `frame-set-background-mode'
15802 after `frame-notice-user-settings' because the latter doesn't call
15803 the former on a tty.
15804
15805 * faces.el (frame-set-background-mode): `unspecified' &c are
15806 symbols, not strings.
15807
15808 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
15809
15810 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
15811 why some "light*" colors are deliberately absent from the alist.
15812
15813 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
15814 Change colors for tty's, as suggested by Miles Bader.
15815
15816 2000-10-19 Kenichi Handa <handa@etl.go.jp>
15817
15818 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
15819 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
15820 for ISO10646-1 fonts.
15821 (x-font-name-charset-alist): Add an entry for "iso10646-1".
15822
15823 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
15824
15825 * faces.el (frame-set-background-mode): If a tty frame defines a
15826 background color, use that to compute the background mode, instead
15827 of always defaulting to "dark".
15828
15829 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
15830
15831 * comint.el (comint-write-output): New function.
15832 (comint-mode-map): Add it to the menu.
15833 Bind `C-c C-s' to comint-write-output.
15834
15835 2000-10-18 Gerd Moellmann <gerd@gnu.org>
15836
15837 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
15838 Use fancy-splash-delay.
15839
15840 2000-10-18 Alex Schroeder <alex@gnu.org>
15841
15842 * progmodes/sql.el (sql-sybase-options): New option.
15843 (sql-sybase): Use it. Add sql-database to the list of parameters
15844 provided for login. The options -w 2048 -n are not used any more.
15845
15846 * comint.el (comint-read-input-ring): Bugfix such that the first
15847 and the last entry of the input ring file are not lost.
15848
15849 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15850
15851 * ps-print.el: Internal variable changes to defcustom,
15852 make-local-hook changes to defvar. Doc fix.
15853 (ps-print-version): New version number (6.1).
15854 (ps-setup, ps-do-despool): Code fix.
15855 (ps-printer-name): Customization fix.
15856 (ps-printer-name-option): Now is a defcustom instead of an
15857 internal variable.
15858 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
15859 (ps-print-begin-column-hook): Now are defvar instead of
15860 make-local-hook.
15861
15862 2000-10-18 Miles Bader <miles@gnu.org>
15863
15864 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
15865 (comint-kill-output): Changed into an alias for `comint-delete-output',
15866 and made obsolete.
15867 (comint-mode-map): Rename references to comint-kill-output.
15868
15869 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
15870
15871 * diff-mode.el (diff-header-face, diff-file-header-face)
15872 (diff-changed-face): Add bold and italic attributes to tty faces.
15873 (diff-function-face): New face.
15874 (diff-font-lock-keywords): Use it.
15875
15876 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
15877
15878 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
15879 Remove commented-out call to force-mode-line-update.
15880 (comint-kill-output): Use `forward-line 0' instead of
15881 beginning-of-line to make sure we get past the prompt.
15882
15883 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
15884
15885 * diff-mode.el (diff-header-face, diff-file-header-face):
15886 Add specific setting for dark background.
15887 (diff-context-face): Renamed from diff-comment-face.
15888 Set explicitly rather than inheriting from font-lock-comment-face.
15889
15890 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
15891
15892 * startup.el (command-line): Move the code which sets the default
15893 TTY colors to before before-init-hook.
15894
15895 2000-10-17 Gerd Moellmann <gerd@gnu.org>
15896
15897 * jit-lock.el (jit-lock-stealth-time): Doc fix.
15898
15899 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
15900
15901 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
15902 extensions, for MS-DOS.
15903
15904 * diff-mode.el (diff-header-face, diff-file-header-face)
15905 (diff-changed-face): Define tty-specific colors.
15906
15907 2000-10-17 Gerd Moellmann <gerd@gnu.org>
15908
15909 * startup.el (fancy-splash-text): Realign the text.
15910
15911 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
15912
15913 * font-lock.el (font-lock-comment-face): Define a separate default
15914 for dark-background tty's.
15915
15916 2000-10-17 Miles Bader <miles@gnu.org>
15917
15918 * help.el (resize-temp-buffer-window): Add hack to avoid last line
15919 being obscured by whizzy mode-lines on graphics displays.
15920
15921 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
15922
15923 * info.el (Info-title-1-face, Info-title-2-face)
15924 (Info-title-3-face): Define colors for tty's.
15925 (info-header-node): Remove unneeded tty-specific definition.
15926
15927 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
15928
15929 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
15930 reverse from the frame parameters, and don't invert foreground and
15931 background colors.
15932
15933 2000-10-16 Miles Bader <miles@gnu.org>
15934
15935 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
15936 string "*Info*". Call propertized-buffer-identification to spruce
15937 up the result.
15938
15939 2000-10-16 Gerd Moellmann <gerd@gnu.org>
15940
15941 * help.el: Provide `help' for the sake of define-minor-mode
15942 which generates defcustoms with requires.
15943
15944 * jit-lock.el (jit-lock-after-change): If we're in text that
15945 matches a multi-line font-lock pattern, make sure the whole text
15946 will be redisplayed.
15947
15948 * emacs-lisp/authors.el (authors-add): Don't add an entry if
15949 author's name is unknown.
15950
15951 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
15952 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
15953 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
15954 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
15955 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
15956 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
15957 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
15958 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
15959 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
15960 Add author information.
15961
15962 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
15963
15964 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
15965 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
15966 full-color version (using the Gimp) to eliminate dithering artifacts.
15967
15968 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
15969
15970 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
15971
15972 * simple.el (syntax-flag-table, string-to-syntax): Remove.
15973
15974 2000-10-15 Dave Love <fx@gnu.org>
15975
15976 * progmodes/sh-script.el: Require skeleton and comint when compiling.
15977
15978 * pcomplete.el (pcomplete) <defgroup>: Add :version.
15979
15980 * whitespace.el: Doc fixes.
15981 (top-level): Don't add hooks here.
15982 (whitespace-running-emacs): Deleted.
15983 (timer): Don't require.
15984 (whitespace): Add back :version conditional on xemacs test.
15985 (whitespace-spacetab-regexp, whitespace-indent-regexp)
15986 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
15987 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
15988 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
15989 Avoid specific xemacs test.
15990 (whitespace-global-mode): New option.
15991 (whitespace-global-mode): New command.
15992 (whitespace-unload-hook): New function.
15993
15994 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
15995 (Info-fontify-node, Info-goto-node, Info-mode-menu)
15996 (Info-fontify-node): `Goto' goes to `Go to'.
15997 (Info-fontify-node): Add help-echo to xref links.
15998
15999 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
16000
16001 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
16002
16003 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
16004
16005 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
16006 Use plist-get and allow :inherit.
16007
16008 * emacs-lisp/cl-macs.el (cl-do-arglist):
16009 Use plist-get and plist-member instead of memq.
16010
16011 * emacs-lisp/ewoc.el (ewoc-location): New function.
16012 (ewoc-enter-after, ewoc-enter-before): Document return value.
16013 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
16014 Don't need make-local-hook any more.
16015 (cvs-addto-collection): Return the new tin.
16016 (cvs-mode-insert): Jump to the new line.
16017
16018 * jit-lock.el (jit-lock-fontify-buffer): Remove.
16019
16020 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
16021
16022 * font-lock.el (font-lock-syntactically-fontified): New var.
16023 (font-lock-fontify-syntactic-keywords-region): Use it.
16024 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
16025
16026 * diff-mode.el (diff-find-file-name): Fix regexp.
16027
16028 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
16029 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
16030
16031 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
16032 (sh-mode-syntax-table): Add punctuation syntax for < and >.
16033 (sh-mode): Don't make all vars local here.
16034 (sh-kw): Reformat.
16035 (sh-set-shell): Use dolist. Don't set indent-region-function.
16036 (sh-mode-syntax-table): Use pop.
16037 (sh-remember-variable): Use push.
16038 (sh-help-string-for-variable): Use memq.
16039 (sh-safe-backward-sexp): Remove.
16040 (sh-safe-forward-sexp): Add ARG.
16041 (sh-get-indent-info, sh-prev-stmt): Use it.
16042 (sh-prev-line): Simplify by using forward-comment.
16043 (sh-this-is-a-continuation): Simplify.
16044 (sh-learn-buffer-indent): Use dolist.
16045 (sh-do-nothing): Remove.
16046 (sh-set-char-syntax, sh-set-here-doc-region):
16047 Use inhibit-modification-hooks.
16048 (sh-name-style): Use mapcar and push.
16049 (sh-load-style): Use dolist.
16050 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
16051 (sh-case, sh-while-getopts): Use propertize directly rather
16052 than sh-electric-rparen.
16053
16054 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
16055
16056 * textmodes/tex-mode.el: Require CL when compiling.
16057 (tex-mode-syntax-table): Init immediately.
16058 (tex-mode-map): Bind M-RET to latex-insert-item.
16059 (latex-mode): Set indent-line-function to latex-indent.
16060 (tex-common-initialization): Don't setup the syntax-table any more.
16061 (latex-insert-item): New skeleton.
16062 (tex-next-unmatched-end): Fix copy/paste braino.
16063 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
16064 (latex-indent, latex-find-indent): New functions.
16065 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
16066 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
16067 (tex-compilation-parse-errors): Use with-syntax-table.
16068
16069 2000-10-15 Miles Bader <miles@gnu.org>
16070
16071 * font-lock.el (font-lock-comment-face): Change dark-background,
16072 color, non-tty, default to `chocolate1'.
16073
16074 2000-10-13 John Wiegley <johnw@gnu.org>
16075
16076 * eshell/esh-util.el (require): Added a missing `require' form,
16077 needed when compiling (for an ange-ftp macro definition).
16078
16079 2000-10-13 Dave Love <fx@gnu.org>
16080
16081 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
16082
16083 2000-10-13 Gerd Moellmann <gerd@gnu.org>
16084
16085 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
16086
16087 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
16088 transparent -colors 8).
16089
16090 2000-10-13 Stephen Gildea <gildea@stop.mail-abuse.org>
16091
16092 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
16093 that breaks with old list format timestamps.
16094 (time-stamp-warn-inactive, time-stamp-old-format-warn)
16095 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
16096
16097 2000-10-13 John Wiegley <johnw@gnu.org>
16098
16099 * align.el, pcomplete.el, calendar/timeclock.el,
16100 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
16101
16102 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16103 faulty math, where holiday hours were being computing as seconds.
16104
16105 2000-10-13 John Wiegley <johnw@gnu.org>
16106
16107 * desktop.el (desktop-buffer-modes-to-save): Added a global for
16108 specifying what "other" kinds of buffers should be saved.
16109 This used to be hard-coded.
16110 (desktop-buffer-misc-functions): A global for specifying how
16111 auxiliary data should be determined for special buffer types.
16112 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
16113 instead of hard-coding the special buffer types.
16114 (desktop-save): Run `desktop-buffer-misc-functions' to gather
16115 auxiliary data, instead of hard-coding for Info buffers and dired.
16116 (desktop-buffer-info-misc-data): Aux function for determining Info
16117 buffer auxiliary info.
16118 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
16119 (desktop-buffer-info): Changed this function to use the info
16120 gathered above.
16121 (desktop-create-buffer): Be a little more careful about what
16122 `minor-mode' means before calling it. This is important for some
16123 buffer types.
16124
16125 2000-10-13 John Wiegley <johnw@gnu.org>
16126
16127 * eshell/esh-util.el: Added a global form which declares an
16128 autoload for `parse-time-string', if that function is not already
16129 defined, and if parse-time.el is available on the user's system.
16130
16131 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
16132 to be aware of ange-ftp user info.
16133 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
16134 (eshell-ls-annotate): Use `eshell-file-attributes'.
16135 (eshell-ls-file): Made the user-id printing code a bit smarter.
16136
16137 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
16138 allow identification of alias user ids in remote directories.
16139 It's manual, but there's no other way to know when the current user
16140 on the local machine, is also the owning user on the remote machine.
16141 (fboundp): Bind `ange-cache'.
16142 (eshell-directory-files-and-attributes): Re-organized the logic a
16143 bit to use `eshell-file-attributes' instead of `file-attributes'.
16144 The former is more sensitive to directories that are read via FTP,
16145 and knows how to use ange-ftp to determine full attribute
16146 information, instead of just the name and last modtime.
16147 (eshell-current-ange-uids): Return the current user id when in a
16148 remote directory.
16149 (eshell-parse-ange-ls): Parse a full directory listing that has
16150 been returned by ange-ftp.
16151 (eshell-file-attributes): This beefed up version of
16152 `file-attributes' is only special if the user is currently in a
16153 remote directory, in which case it does a lot of work to find out
16154 what the real attributes of a file are, as they appear on the
16155 remote machine. This makes usage of remote directories (i.e.,
16156 ange-ftp pathnames) much more useful. You can now use Eshell as a
16157 full-fledged FTP client, with much more manipulation ability than
16158 most other clients.
16159
16160 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
16161 variable, which means that Eshell's du should always be preferred
16162 in remote directories.
16163 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
16164 just `file-attributes'.
16165 (eshell-mvcp-template): Bind `ange-cache', to improve performance
16166 when reading remote directories. This is an Eshell-specific
16167 variable (not part of ange-ftp).
16168 (eshell/ln): Bind `ange-cache'.
16169 (eshell/du): Added some extra logic for determining when to use
16170 Eshell's du (which is slow), and when to use the external version
16171 (which may or may not exist).
16172
16173 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
16174 Call `eshell-interactive-process', rather than using
16175 `get-buffer-process', since backgrounded processes don't count in
16176 the context of this function's logic.
16177
16178 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
16179 `forward-char', so that null strings are parsed correctly.
16180
16181 2000-09-13 John Wiegley <johnw@gnu.org>
16182
16183 * eshell/em-pred.el (eshell-pred-file-type)
16184 (eshell-pred-file-links, eshell-pred-file-size):
16185 Use `eshell-file-attributes'. This is more correct over ange-ftp.
16186
16187 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
16188 that remote file globbing is more efficient.
16189
16190 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
16191 gathering the files and attributes within a directory.
16192
16193 * eshell/em-unix.el (eshell/cat): If any of the files passed on
16194 the command line is a special file (not a regular file, directory
16195 or symlink), always attempt to call the external version of cat.
16196
16197 2000-09-13 John Wiegley <johnw@gnu.org>
16198
16199 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
16200 Eshell-friendly version of find-tag.
16201
16202 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
16203
16204 * image-file.el (image-file-name-extensions)
16205 (image-file-name-regexps): Add autoload cookies.
16206
16207 2000-10-13 Kenichi Handa <handa@etl.go.jp>
16208
16209 * international/mule-cmds.el (select-safe-coding-system): If FROM
16210 is string, show it in *Warning* buffer.
16211
16212 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
16213
16214 * startup.el (normal-top-level): Use display-popup-menus-p instead
16215 of window-system.
16216 (command-line): Use display-graphic-p instead of window-system.
16217 (command-line-1): Use display-popup-menus-p and display-mouse-p
16218 instead of window-system.
16219
16220 2000-10-12 Sam Steingold <sds@gnu.org>
16221
16222 * tooltip.el (tooltip-use-echo-area): New user variable.
16223 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
16224
16225 2000-10-12 Dave Love <fx@gnu.org>
16226
16227 * recentf.el: Maintainer's checkdoc fixes.
16228
16229 * startup.el (normal-top-level-add-subdirs-to-load-path):
16230 Use character class, not ASCII when matching file names.
16231 (fancy-splash-head): Add trailing slash to URL.
16232 (command-line): Don't require XPM support for toolbar.
16233
16234 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
16235 (cperl-invalid-face): Revert last change.
16236 (cperl-init-faces): Quote cperl-invalid-face.
16237
16238 2000-10-12 Kenichi Handa <handa@etl.go.jp>
16239
16240 * startup.el (fancy-splash-text): Remove superfluous quote.
16241
16242 2000-10-12 Gerd Moellmann <gerd@gnu.org>
16243
16244 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
16245 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
16246 (command-line-1): Don't use fancy-splash-pending-command.
16247 (fancy-splash-screens-1): Goto point-min after inserting text.
16248
16249 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
16250
16251 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
16252 instead of shared-lisp-mode-map.
16253
16254 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
16255
16256 * faces.el (header-line): Change tty-variant to use underlining.
16257
16258 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
16259 (isearch-highlight): Restore lazy-isearch face properties at old
16260 position, and suppress them at new position.
16261 (isearch-dehighlight): Restore lazy-isearch face properties.
16262 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
16263 over the real isearch overlay, but in that case, don't give it a
16264 face property. Use `push'.
16265
16266 2000-10-12 Kenichi Handa <handa@etl.go.jp>
16267
16268 * man.el (Man-getpage-in-background): Fix previous change.
16269 Decode the process output only when we are in multibyte mode.
16270
16271 2000-10-11 Dave Love <fx@gnu.org>
16272
16273 * info.el (Info-mode-menu): Fix some help.
16274 (info-tool-bar-map): Add entry for Info-last.
16275
16276 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
16277 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
16278 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
16279 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
16280 * toolbar/search-replace.xpm, toolbar/exit.xpm:
16281 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
16282 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
16283 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
16284 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
16285 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
16286 Reduce colour requirements to 25 overall. (Probably wants
16287 revisiting from the originals to reduce further.)
16288
16289 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
16290
16291 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
16292 buffer-file-coding-system, instead of raw-text.
16293 (dehexlify-buffer): Bind coding-system-for-read to
16294 buffer-file-coding-system, instead of raw-text.
16295
16296 2000-10-11 Sam Steingold <sds@gnu.org>
16297
16298 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
16299 `underline' - fixes the bug introduced on 2000-09-21.
16300
16301 2000-10-11 Dave Love <fx@gnu.org>
16302
16303 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
16304 Avoid compiler warnings.
16305 (scheme-mode): Doc fix.
16306 (scheme-font-lock-keywords-1): Match `define-syntax'.
16307
16308 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
16309
16310 * faces.el (frame-set-background-mode): Pay attention to saved
16311 face specs as well as default ones. Only do anything if the
16312 bg-mode or display-type has actually changed. Use `dolist'.
16313 (region): Make dark-background `region' face less in-your-face.
16314
16315 2000-10-10 Sam Steingold <sds@gnu.org>
16316
16317 * chistory.el, ielm.el, ledit.el:
16318 * progmodes/inf-lisp.el, progmodes/scheme.el:
16319 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
16320
16321 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
16322
16323 * textmodes/texinfo.el: Update copyright and fix typo.
16324
16325 * desktop.el (desktop-modes-not-to-save): New var.
16326 (desktop-save-buffer-p): Use it.
16327 Also, obey desktop-buffers-not-to-save even for non-file buffers.
16328 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
16329
16330 2000-10-10 Dave Love <fx@gnu.org>
16331
16332 * toolbar/tool-bar.el (tool-bar-add-item)
16333 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
16334
16335 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
16336 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
16337 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
16338 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
16339 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
16340 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
16341 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
16342 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
16343 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
16344 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
16345 the .xpms; probably need retouching.
16346
16347 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
16348
16349 * subr.el (add-to-list): Add optional argument APPEND.
16350 * battery.el (display-battery): Use `add-to-list'.
16351
16352 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
16353
16354 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
16355 properties.
16356 (zone, zone-when-idle, zone-leave-me-alone)
16357 (zone-pgm-whack-chars): Use new symbol properties.
16358
16359 * battery.el (display-battery): Doc spelling fix.
16360
16361 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
16362 property.
16363
16364 2000-10-09 Dave Love <fx@gnu.org>
16365
16366 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
16367 has been initialized before calling tool-bar-setup.
16368 (tool-bar-add-item-from-menu): Add autoload cookie.
16369
16370 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
16371
16372 * menu-bar.el (send-mail-item-name): New function.
16373 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
16374 of mail-user-agent in the menu. Don't display the "Send Mail"
16375 item if mail-user-agent is nil or its value is ignore.
16376 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
16377 if read-mail-command is nil or its value is ignore.
16378
16379 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
16380
16381 2000-10-09 Miles Bader <miles@gnu.org>
16382
16383 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
16384 Correct image size.
16385 * toolbar/left_arrow.xpm: Correct image size.
16386
16387 * jka-compr.el: Don't call `jka-compr-install' when loading (it
16388 will be done by the definition of `auto-compression-mode' if
16389 necessary. Move code to uninstall existing file-name handler
16390 before definition of `auto-compression-mode'.
16391
16392 * image-file.el (auto-image-file-mode): Move to the end of the
16393 file, because `define-minor-mode' actually calls the mode-function
16394 if the associated variable is non-nil, which requires that all
16395 needed functions be already defined.
16396
16397 * mouse.el (popup-menu): Balance parens.
16398
16399 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
16400
16401 * mouse.el (popup-menu): Move the command call outside the loop
16402 so that popup-menu returns whatever the command returns.
16403
16404 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
16405 (initialize-new-tags-table): Use run-hook-with-args-until-success.
16406 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
16407 (tags-table-format-functions): Renamed from tags-table-format-hooks.
16408
16409 * vc.el (vc-version-diff): diff-switches can be a list.
16410 Use relative filenames for prettier output.
16411
16412 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
16413 (vc-post-command-functions): Remove old-VC compatibility code.
16414
16415 * newcomment.el (comment-indent-default): Autoload.
16416
16417 * font-lock.el (font-lock-defaults): Make buffer-local.
16418 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
16419 (font-lock-choose-keywords):
16420 Ignore LEVEL unless KEYWORDS is a list of syms.
16421 (c-keywords, c++-keywords, objc-keywords, java-keywords):
16422 Don't wrap regexp-opt things in \(...\) unnecessarily.
16423
16424 * jit-lock.el: Don't require font-lock any more.
16425 (jit-lock-functions): Make buffer-local.
16426 (jit-lock-saved-fontify-buffer-function): Remove.
16427 (jit-lock-mode): Remove autoload cookie.
16428 Remove font-lock specific code.
16429 (jit-lock-unregister): Don't bother handling complex hooks any more.
16430 (jit-lock-refontify): New function.
16431 (jit-lock-fontify-buffer): Use it.
16432 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
16433 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
16434 Add optional args START and END.
16435 Never call font-lock-fontify-region directly.
16436 (jit-lock-function, jit-lock-stealth-fontify): Use it.
16437
16438 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
16439
16440 2000-10-08 Dave Love <fx@gnu.org>
16441
16442 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
16443
16444 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
16445
16446 * play/studly.el (studlify-region, studlify-word): Add autoload
16447 cookie.
16448
16449 * play/morse.el (morse-region, unmorse-region): Add autoload
16450 cookie.
16451
16452 * play/spook.el (spook-phrases-file): Use expand-file-name, not
16453 concat.
16454
16455 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
16456 insist on symbols starting with word syntax.
16457 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
16458 (eval-defun-1): Doc fix.
16459 (indent-sexp): Use nconc to build up indent-stack.
16460
16461 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
16462 Gnus with little use.
16463 (mail-setup-hook): Add mail-abbrevs-setup to options.
16464
16465 * recentf.el: Doc fixes.
16466
16467 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
16468 Clean up remainder.
16469
16470 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
16471 without timezone and (8) with timezone to enforce some whitespace.
16472 Simplify code somewhat.
16473
16474 * options.el (list-options): Doc that you should use customize.
16475
16476 * iswitchb.el (iswitchb-mode): Add :require.
16477
16478 * info.el (Info-goto-node, Info-menu): Doc fix.
16479 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
16480 (info-tool-bar-map): New variable.
16481 (Info-mode): Use it.
16482 (Info-edit-map): Define all in defvar.
16483 (speedbar-attached-frame): Avoid compiler warning.
16484
16485 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
16486 (global-map): Bind [tool-bar] to a filtered map.
16487 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
16488 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
16489 Allow PBM icons.
16490 (tool-bar-setup): Adjust calls of tool-bar-add-item.
16491
16492 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
16493 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
16494 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
16495 icons, except up_arrow, which is left-arrow rotated.
16496
16497 * imenu.el (imenu-add-to-menubar): Fix last change.
16498
16499 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
16500
16501 * generic-x.el (rul-generic-mode): Remove eval-when-compile
16502 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
16503
16504 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
16505
16506 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
16507 typos in doc strings.
16508
16509 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
16510 the doc strings how to customize Font Lock faces.
16511
16512 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
16513 computing growth when dragging the header line.
16514
16515 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
16516
16517 * simple.el (kill-line): Doc fix.
16518
16519 2000-10-08 Miles Bader <miles@gnu.org>
16520
16521 * faces.el (secondary-selection): Make foreground visible on tty.
16522
16523 * jka-compr.el (auto-compression-mode): Move to the end of the
16524 file, because `define-minor-mode' actually calls the mode-function
16525 if the associated variable is non-nil, which requires that all
16526 needed functions be already defined.
16527 (with-auto-compression-mode): Add autoload cookie.
16528
16529 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
16530
16531 * files.el (find-backup-file-name) [ms-dos]: If support for long
16532 file names is not available, behave as if version-control were set
16533 to never.
16534
16535 2000-10-07 Dave Love <fx@gnu.org>
16536
16537 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
16538 (browse-url-gnome-moz): New function.
16539 (browse-url-browser-function): Use it.
16540 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
16541
16542 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
16543
16544 * indent.el (tab-always-indent): New var.
16545 (indent-for-tab-command): Use it.
16546
16547 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
16548 raise an error. This way it can still default to a sane value.
16549
16550 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
16551
16552 * startup.el (fancy-splash-screens): Use local rather than global map.
16553 Don't use `update-menu-bindings' any more.
16554 Get rid of assumptions about keymap representation.
16555
16556 2000-10-06 Dave Love <fx@gnu.org>
16557
16558 * textmodes/fill.el (sentence-end-double-space)
16559 (sentence-end-without-period): Doc fix.
16560 (adaptive-fill-regexp): Purecopy.
16561 (unjustify-current-line): Use line-end-position.
16562 (fill-individual-paragraphs-prefix): Use line-beginning-position.
16563
16564 * net/eudc-vars.el (eudc): Add :version, :link.
16565
16566 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
16567
16568 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
16569 Fix for define-minor-mode.
16570 (function-at-point): Alias to function-called-at-point.
16571
16572 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
16573
16574 * simple.el (backward-word): Doc fix.
16575
16576 * image-file.el (image-file-name-regexp): image-file-regexps ->
16577 image-file-name-regexps.
16578 (image-file-name-extensions): Add pbm.
16579
16580 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
16581
16582 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
16583 and add filename to the names so that diff-mode can jump to source.
16584
16585 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
16586 (tex-font-lock-keywords, tex-font-lock-keywords-2)
16587 (tex-font-lock-keywords-1): Remove.
16588 (font-lock-turn-on-thing-lock): Use jit-lock-register.
16589 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
16590 (font-lock-default-fontify-region):
16591 Expand beg..end correctly when just following a multiline region.
16592 (font-lock-fontify-anchored-keywords):
16593 Include the anchor text as part of the multiline.
16594
16595 2000-10-06 Gerd Moellmann <gerd@gnu.org>
16596
16597 * loadup.el (toplevel): Load `loaddefs' before `help' because the
16598 latter needs the autoloaded define-minor-mode macro during the
16599 bootstrap.
16600
16601 * startup.el (command-line): For now, activate tool-bar-mode only
16602 if XPM images are supported.
16603
16604 * mouse.el (mouse-drag-header-line): Don't allow resizing a
16605 window by dragging a header-line at the top of the frame; that's
16606 confusing because the header-line doesn't move.
16607 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
16608 of treating the event as a list. Some cleanup.
16609
16610 2000-10-06 Miles Bader <miles@gnu.org>
16611
16612 * simple.el (display-message-or-buffer): New function.
16613 (shell-command-on-region): Use `display-message-or-buffer'.
16614
16615 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
16616 docstring parts.
16617
16618 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
16619 (smbclient-prompt-regexp): Add usage note to doc string.
16620 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
16621 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
16622 Use add-hook for adding the comint filter function, and only do so
16623 if it's not already in the global hook list.
16624 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
16625 to `make-local-variable'.
16626 (nslookup-font-lock-keywords): Remove prompt entry.
16627 (nslookup): Don't set the process-filter.
16628 (finger): Exit the loop correctly when the regexps list runs out.
16629 (ftp, smbclient, smbclient-list-shares):
16630 Set the real major mode immediately, not after execing.
16631 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
16632
16633 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
16634
16635 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
16636
16637 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
16638
16639 * which-func.el (which-func-format): Remove spurious space.
16640 (which-func-mode): Don't make it permanent-local.
16641 (which-func-ff-hook): Allow which-func-maxout to be nil.
16642 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
16643 (which-func-mode): Simplify.
16644 Use post-command-idle-hook rather than post-command-hook.
16645 Go through all buffers and update their state.
16646 (which-function): Also try add-log-current-defun-function.
16647
16648 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
16649 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
16650 Update call to with-vc-properties accordingly.
16651 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
16652 (vc-revert-buffer): More careful about window selection and deletion.
16653 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
16654
16655 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
16656 (cvs-retrieve-revision): Reuse a pre-existing buffer.
16657 (cvs-dired-action): Change the default to quickdir.
16658
16659 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
16660 if comment-indent-function returns nil.
16661 (comment-indent-default): New function.
16662 (comment-indent-function): Use it and document the new semantics.
16663
16664 * image-file.el: Docstring fixes.
16665
16666 * help.el (help-xref-on-pp): Use match-string.
16667 (describe-variable): New arg BUFFER.
16668 Store the current buffer in the help-xref-stack.
16669 (temp-buffer-resize-mode): Use define-minor-mode.
16670
16671 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
16672 consistently with its docstring.
16673 Set jit-lock-first-unfontify-pos in an idempotent way.
16674 (jit-lock-register): Autoload and add arg CONTEXTUAL.
16675
16676 2000-10-05 Alex Schroeder <alex@gnu.org>
16677
16678 * sql.el (sql-mysql-options): New variable.
16679 (sql-mysql): Use it.
16680
16681 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
16682
16683 * image.el (image): New group.
16684
16685 * smerge-mode.el (smerge-mine-face, smerge-other-face)
16686 (smerge-base-face, smerge-markers-face): Add dark-background variants.
16687
16688 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
16689
16690 * net/net-utils.el (nslookup-font-lock-keywords)
16691 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
16692 Ignore the value of wqindow-system; always define keywords
16693
16694 2000-10-05 Kenichi Handa <handa@etl.go.jp>
16695
16696 * startup.el (fancy-splash-screens): Remove the code for
16697 debugging; `(trace-to-stderr "EXITTT\n")'.
16698
16699 2000-10-05 Miles Bader <miles@gnu.org>
16700
16701 * diff-mode.el (diff-goto-source): Update call to
16702 `diff-hunk-status-msg' to reflect new REV variable.
16703
16704 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
16705
16706 * progmodes/icon.el (icon-mode):
16707 Don't gratuitously override the default for comment-column.
16708
16709 * vc-hooks.el (vc-mode-line): Fix interactive spec.
16710
16711 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
16712 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
16713 (jit-lock-functions): New var.
16714 (jit-lock-function-1): Use it if non-nil.
16715 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
16716 Set the `fontified' property before doing the fontification to avoid
16717 repeatedly going through the same error.
16718 Don't turn errors into messages.
16719 (jit-lock-register, jit-lock-unregister): New functions.
16720
16721 * dired.el (dired-mark-pop-up): Turn comment into docstring.
16722 Use with-current-buffer.
16723
16724 * dired-aux.el (dired-do-create-files, dired-kill-tree):
16725 Turn comment into docstring.
16726
16727 * apropos.el (apropos-mode): Use define-derived-mode.
16728
16729 2000-10-04 Gerd Moellmann <gerd@gnu.org>
16730
16731 * startup.el (fancy-splash-pending-command): New variable.
16732 (fancy-splash-pre-command): New function.
16733 (fancy-splash-screens): Rewritten.
16734 (command-line-1): If fancy-splash-pending-command is set, call it
16735 interactively.
16736
16737 2000-10-04 Dave Love <fx@gnu.org>
16738
16739 * toolbar/tool-bar.el (tool-bar-setup): New function.
16740 (tool-bar-mode): Use it.
16741
16742 * subr.el (substitute-key-definition): Doc fix.
16743 (play-sound-file): New command.
16744
16745 2000-10-04 Andre Spiegel <spiegel@gnu.org>
16746
16747 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
16748 vc-version-backup-file-name): New functions.
16749
16750 * files.el (basic-save-buffer): Call vc-before-save before saving.
16751
16752 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
16753 vc-cvs-stay-local-p.
16754
16755 * vc.el (vc-revert-buffer): Handle empty diff properly.
16756 (vc-version-backup-file): New function.
16757 (vc-checkout): Create a version backup if necessary.
16758 (vc-checkin): If a version backup file exists, delete it.
16759 (vc-version-diff): Diff locally using version backups, if available.
16760 (vc-revert-file): If there's a version backup, revert locally.
16761 (vc-transfer-file): Use version backup for base version, if
16762 available. If not, ask for confirmation whether to get it from the
16763 server. Update mode line before check-in.
16764
16765 2000-10-04 Dave Love <fx@gnu.org>
16766
16767 * toolbar/tool-bar.el (tool-bar-setup): New function.
16768 (tool-bar-mode): Use it.
16769
16770 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
16771
16772 * net/net-utils.el (nslookup-font-lock-keywords)
16773 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
16774 Only set if window-system is non-nil
16775 (net-utils-run-program): Returns buffer.
16776 (network-connection-reconnect): Added this function.
16777
16778 * generic.el:
16779 Incorporates extensive cleanup and docfixes by
16780 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
16781 Uses cl compile-time macros.
16782 (generic-mode-name, generic-comment-list)
16783 (generic-keywords-list, generic-font-lock-expressions)
16784 (generic-mode-function-list, generic-mode-syntax-table):
16785 Removed variables.
16786 (generic-mode-alist): Renamed to generic-mode-list.
16787 (generic-find-file-regexp): Default changed to "^#".
16788 (generic-read-type): Uses completing read on generic-mode-list.
16789 (generic-mode-sanity-check): removed this function.
16790 (generic-add-to-auto-mode): Removed this function
16791 (generic-mode-internal): Bind mode-specific definitions
16792 into function instead of putting them in alist.
16793 (generic-mode-set-comments): Reworked extensively.
16794 (generic-mode-find-file-hook): Simplified regexp searching
16795 (generic-make-keywords-list): Omit extra pair of parens
16796
16797 * find-lisp.el (find-lisp-find-files-internal):
16798 Make sure directory name ends with "/".
16799
16800 * generic-x.el (apache-conf-generic-mode):
16801 Regexp now allows leading whitespace.
16802 (rc-generic-mode): Added eval-when-compile
16803 around generic-make-keywords-list.
16804 Deleted duplicate regexp
16805 (rul-generic-mode): Added eval-when-compile
16806 around generic-make-keywords-list.
16807 (etc-fstab-generic-mode): New generic mode.
16808 (rul-generic-mode): Removed one eval-when-compile
16809 which caused a max-specpdl-size exceeded error.
16810
16811 2000-10-04 Miles Bader <miles@gnu.org>
16812
16813 * simple.el (minibuffer-temporary-goal-position): New variable.
16814 (next-history-element): Try to keep the position of point in the
16815 input string constant.
16816
16817 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
16818 (dired-do-create-files): If there's only one file, pass it in as
16819 the DEFAULT arg to dired-mark-read-file-name.
16820
16821 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
16822
16823 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
16824 (diff-goto-source): Be smarter when choosing REVERSE or not.
16825
16826 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
16827 (texinfo-mode-menu): Add an explicit shortcut for update all.
16828
16829 2000-10-03 Andre Spiegel <spiegel@gnu.org>
16830
16831 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
16832 factorize backend-specific code cleanly (this was essentially
16833 conceived by Stefan Monnier).
16834 (vc-unregister): Function removed.
16835 (vc-revert-file): New function.
16836 (vc-revert-buffer): Delegate some of the work to it.
16837
16838 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
16839 default branch unconditionally.
16840 (vc-rcs-set-default-branch): New function.
16841 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
16842 (vc-rcs-checkin): If an appropriate default branch has been set,
16843 force creation of that branch.
16844 (vc-rcs-receive-file): Rewritten to contain only backend-specific
16845 code (as suggested by Stefan Monnier).
16846
16847 2000-10-02 Gerd Moellmann <gerd@gnu.org>
16848
16849 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
16850 highlighting overlay with a different face over the overlay
16851 isearch uses to highlight the current match because that can lead
16852 to bad face combinations.
16853
16854 * loadup.el (toplevel): Load faces before isearch.
16855
16856 * isearch.el (isearch-faces): New custom group.
16857 (isearch): New defface; was already tested for in the code.
16858 (isearch-lazy-highlight-face): Changed to defface from defcustom.
16859 (isearch-highlight): Always use face `isearch'.
16860
16861 2000-10-02 Dave Love <fx@gnu.org>
16862
16863 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
16864 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
16865 comparison of opcode with operand.
16866
16867 2000-10-03 Miles Bader <miles@gnu.org>
16868
16869 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
16870 buffer, since the echo area will now grow to accommodate them.
16871
16872 2000-10-02 Andre Spiegel <spiegel@gnu.org>
16873
16874 * vc-hooks.el (vc-registered): If FILE used to be registered under
16875 a certain backend, try that one first.
16876
16877 * vc.el (vc-responsible-backend): Undo the previous change in the
16878 argument list. Handle multiple backends correctly.
16879 (vc-find-new-backend): Function removed.
16880 (vc-register): Use vc-responsible-backend, as before.
16881 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
16882
16883 2000-10-02 Gerd Moellmann <gerd@gnu.org>
16884
16885 * startup.el (fancy-splash-head): Change message below the
16886 logo.
16887
16888 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
16889
16890 * diff-mode.el (diff-goto-source): Emit a status message.
16891 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
16892 (diff-test-hunk): Fix doc string.
16893 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
16894 (diff-advance-after-apply-hunk): New variable.
16895 (diff-apply-hunk): Don't return a value.
16896
16897 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
16898
16899 * vc.el (vc-editable-p): Minor optimization.
16900 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
16901 (vc-find-new-backend): New function split from vc-responsible-backend.
16902 (vc-register): Use it.
16903 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
16904 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
16905 (vc-default-unregister, vc-revert-buffer): Docstring fix.
16906 (vc-clear-headers): Don't use find-file.
16907 (vc-revert-buffer): Use `and' again (must have been a braino).
16908 (vc-switch-backend): Only prompt if requested.
16909 Short circuit if nothing is to be done.
16910 Don't use vc-resynch-buffer which could lose unsaved editing.
16911 (vc-default-receive-file): Update call to vc-unregister.
16912 (with-vc-file, vc-next-action-on-file):
16913 Use vc-backend rather than vc-registered.
16914 (vc-next-action-on-file): Use intern-soft.
16915 Deal with read-only *vc-diff* buffer.
16916 (vc-transfer-file): Docstring fix.
16917
16918 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
16919 (vc-rcs-receive-file): Avoid with-vc-properties.
16920 Update call to vc-unregister.
16921 Use constant `RCS' rather than (dynamically bound) var `backend'.
16922
16923 2000-10-01 Andre Spiegel <spiegel@gnu.org>
16924
16925 * vc.el (vc-next-action-on-file): Update mode line only if file
16926 is visited.
16927 (vc-start-entry): New argument initial-contents. Don't visit the file
16928 if it isn't already visited. Brought documentation up-to-date.
16929 (vc-next-action, vc-register): Updated calls to vc-start-entry.
16930 (vc-checkin): New optional arg initial-contents, which is passed to
16931 vc-start-entry.
16932 (vc-finish-logentry): Make sure to bury log buffer only if there
16933 really is one. Call `vc-resynch-buffer' on log-file, not
16934 buffer-file-name.
16935 (vc-default-comment-history, vc-default-wash-log): New functions.
16936 (vc-index-of): Removed.
16937 (vc-transfer-file): Make do without the above.
16938 (vc-default-receive-file): Call comment-history unconditionally. Pass
16939 the resulting string to vc-checkin, instead of inserting it into the
16940 comment ring.
16941
16942 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
16943 unconditionally. Use the comments as initial contents of the log
16944 entry buffer. Document the trick to force branch creation with no
16945 changes.
16946
16947 2000-10-01 Miles Bader <miles@gnu.org>
16948
16949 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
16950 `recenter' with an arg to prevent redrawing the display.
16951
16952 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
16953
16954 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
16955
16956 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
16957
16958 * progmodes/c-mode.el (c-mode):
16959 Don't gratuitously override the default for comment-column.
16960
16961 * textmodes/tex-mode.el (latex-metasection-list): New var.
16962 (latex-imenu-create-index): Use it.
16963 Move the regexp construction outside loops (and use push).
16964 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
16965 (tex-font-lock-keywords): Moved from font-lock.el.
16966 (tex-comment-indent): Remove.
16967 (tex-common-initialization): Don't set comment-indent-function.
16968 (latex-block-default): New var.
16969 (tex-latex-block): Use it to provide a default choice.
16970 Add any unknown choice to latex-block-names.
16971 Insert [...] after {...}.
16972 (tex-last-unended-begin): Simplify regexp.
16973 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
16974 (latex-forward-sexp-1, latex-forward-sexp): New functions.
16975 (latex-mode): Set forward-sexp-function.
16976
16977 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
16978 Add regexp for @ignore ... @end ignore.
16979 (texinfo-heading-face): New face.
16980 (texinfo-font-lock-keywords): Use it.
16981 (texinfo-mode-menu): New menu.
16982 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
16983 New functions.
16984 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
16985 (texinfo-section-types-regexp, texinfo-section-level-regexp)
16986 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
16987 Remove declaration.
16988 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
16989
16990 * delsel.el (delete-selection-mode): Use define-minor-mode.
16991
16992 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
16993
16994 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
16995
16996 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
16997
16998 2000-09-30 Gerd Moellmann <gerd@gnu.org>
16999
17000 * replace.el (keep-lines-read-args): New function.
17001 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
17002 read arguments interactively. Add parameters RSTART and REND.
17003 Operate on the active region in Transient Mark mode.
17004
17005 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
17006
17007 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
17008 (authors-obsolete-files-regexps): New variable.
17009 (authors-add): Don't record changes in obsolete files.
17010
17011 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
17012
17013 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
17014
17015 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
17016 (comment-indent): Make sure there's a space between code and comment.
17017 Shift comments left to avoid going past fill-column.
17018
17019 2000-09-29 Gerd Moellmann <gerd@gnu.org>
17020
17021 * startup.el (startup-echo-area-message): New function.
17022 (display-startup-echo-area-message): Use it.
17023 (fancy-splash-screens): Rewritten to use keymaps and a timer.
17024 (fancy-splash-default-action): New function.
17025 (fancy-splash-screens-1): New function.
17026 (fancy-splash-head): Put a help-echo and a keymap under the image.
17027
17028 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
17029
17030 * diff-mode.el (diff-add-log-file-name): Remove.
17031 (diff-mode): Use add-log-buffer-file-name-function.
17032
17033 * add-log.el (find-change-log): New arg BUFFER-FILE.
17034 (add-log-file-name): Obey add-log-file-name-function.
17035 (add-log-buffer-file-name-function): New var.
17036 (add-change-log-entry): Use it.
17037
17038 2000-09-29 Miles Bader <miles@gnu.org>
17039
17040 * image-file.el (image-file-name-extensions): New variable.
17041 (image-file-name-regexps): Renamed from `image-file-regexps'.
17042 New default value is nil. Call `auto-image-file-mode'.
17043 (image-file-name-regexp): New function.
17044 (auto-image-file-mode): New minor mode.
17045 (insert-image-file): Don't make conditional on the image-file
17046 handler being enabled.
17047 (image-file-handler): Make the call here conditional instead.
17048 (set-image-file-handler-enabled, enable-image-file-handler)
17049 (disable-image-file-handler): Functions removed.
17050
17051 * emacs-lisp/authors.el (authors-print): Rephrase many-files
17052 string.
17053
17054 2000-09-29 Gerd Moellmann <gerd@gnu.org>
17055
17056 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
17057 it's a function from CL.
17058 (latex-imenu-create-index): Replace eval-when-compile with progn
17059 because latex-section-alist is not bound while compiling.
17060
17061 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
17062
17063 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
17064 (outline-mode): Use define-derived-mode.
17065
17066 * progmodes/perl-mode.el (perl-mode):
17067 * progmodes/awk-mode.el (awk-mode):
17068 * progmodes/asm-mode.el (asm-mode):
17069 Don't gratuitously override the default for comment-column.
17070
17071 * emacs-lisp/lisp.el (lisp-complete-symbol):
17072 Distinguish the let-binding case from the funcall case.
17073 (forward-sexp-function): New variable.
17074 (forward-sexp): Use it.
17075
17076 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
17077 (easy-mmode-defmap): Remove the now useless autoload.
17078
17079 * time.el (display-time-mode): Use define-minor-mode.
17080
17081 * subr.el (add-minor-mode): Don't eval NAME.
17082 Don't depend on the presence of TOGGLE-FUN for any special behavior.
17083 Use if rather than cond.
17084
17085 * simple.el (read-expression-map): Define more properly.
17086 (comment-indent-hook): Remove.
17087 (string-to-syntax): Bug fix.
17088
17089 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
17090 (cvs-ediff-diff): Fix typo.
17091 (cvs-revert-if-needed): Don't bother preserving read-only.
17092
17093 * paren.el (show-paren-mode): Use define-minor-mode.
17094
17095 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
17096 (toggle-auto-compression): Remove.
17097 (jka-compr-build-file-regexp): Remove useless grouping.
17098
17099 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
17100 Avoid user-reserved bindings.
17101 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
17102 (diff-header-face): Revert to grey85.
17103
17104 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
17105
17106 * complete.el (partial-completion-mode) <defcustom>: Remove.
17107 (partial-completion-mode): Use define-minor-mode.
17108 (PC-do-completion): Understand `completion-auto-help = delay'
17109 to mean to popup the completion buffer only the second time.
17110 (PC-include-file-all-completions, PC-include-file-all-completions)
17111 (PC-include-file-all-completions): Don't quote lambda.
17112
17113 * comint.el (comint-mode-hook): Docstring fix.
17114 (comint-mode): Use define-derived-mode.
17115 (comint-mode-map): Remove obsolete comment.
17116 (make-comint): Minor stylistic change.
17117 (comint-insert-clicked-input): Be more careful to find the overlay.
17118 Use this-command-keys rather than hardcoding mouse-2.
17119
17120 * font-lock.el: Replace confusing (,@ with ,
17121 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
17122 Don't use regexp-opt-depth. Spice up the regexp for args.
17123 Don't distinguish between cmds that can take an opt arg or not.
17124 Use `append' and `prepend' rather than `keep'.
17125
17126 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
17127 (latex-outline-regexp): New var.
17128 (latex-outline-level): New fun.
17129 (latex-section-alist): New var.
17130 (latex-imenu-create-index): Use it. Use `push' as well.
17131 (tex-shell-map): Initialize it properly.
17132 (tex-mode): Minor stylistic change.
17133 (plain-tex-mode): Use define-derived-mode.
17134 (latex-mode): Use define-derived-mode.
17135 Construct the paragraph regexps in a more readable way.
17136 Set the buffer-local outline-{level,regexp} vars.
17137 (slitex-mode): Derive from latex-mode.
17138 (tex-common-initialization): Don't kill-all-vars anymore.
17139 Add setting for comment-add and font-lock-defaults.
17140 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
17141 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
17142 (tex-start-tex): New arg DIR (and send a chdir command for it).
17143 Also display the shell buffer and save it in tex-last-buffer-texed.
17144 (tex-region): Use expand-file-name rather than concat.
17145 Remove code made useless by changes in tex-start-tex.
17146 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
17147
17148 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
17149
17150 2000-09-28 Dave Love <fx@gnu.org>
17151
17152 * eshell/eshell.el (eshell) <defgroup>: Add :version.
17153
17154 2000-09-28 Gerd Moellmann <gerd@gnu.org>
17155
17156 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
17157 `append'.
17158
17159 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
17160
17161 * info.el (Info-extract-pointer): Undo last change.
17162 Instead, fix the position of the `bound' arg to re-search-backward.
17163
17164 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
17165
17166 * info.el (Info-extract-pointer):
17167 Widen more carefully, to avoid finding pointers in other nodes.
17168 (Info-index): Use push.
17169
17170 2000-09-27 Gerd Moellmann <gerd@gnu.org>
17171
17172 * frame.el (set-frame-font): Remove call to obsolete function
17173 frame-update-faces.
17174 (set-foreground-color, set-background-color): Likewise for
17175 frame-update-face-colors.
17176
17177 2000-09-27 Miles Bader <miles@gnu.org>
17178
17179 * image-file.el: New file.
17180
17181 2000-09-27 Gerd Moellmann <gerd@gnu.org>
17182
17183 * frame.el (frame-notice-user-settings): Don't call
17184 frame-update-faces, which is a no-op now.
17185
17186 * ediff-wind.el (ediff-control-frame-parameters): Add zero
17187 tool-bar-lines.
17188
17189 2000-09-27 Dave Love <fx@gnu.org>
17190
17191 * mouse.el: Fix last change.
17192
17193 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
17194
17195 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
17196
17197 2000-09-22 Kenichi Handa <handa@etl.go.jp>
17198
17199 * international/quail.el (quail-help): The output message is
17200 improved.
17201
17202 2000-09-26 Dave Love <fx@gnu.org>
17203
17204 * mouse.el (popup-menu): If POSITION is nil, set it using
17205 mouse-position.
17206
17207 2000-09-25 Sam Steingold <sds@gnu.org>
17208
17209 * net/browse-url.el (browse-url-file-url): Check for null maps.
17210
17211 2000-09-26 Gerd Moellmann <gerd@gnu.org>
17212
17213 * frame.el (frame-notice-user-settings): Don't add a
17214 tool-bar-lines frame parameter to default-frame-alist in batch mode.
17215
17216 * frame.el (frame-notice-user-settings):
17217 Make tool-bar-mode and default-frame-alist consistent.
17218
17219 * toolbar/tool-bar.el (tool-bar-help): New function.
17220
17221 2000-09-25 Gerd Moellmann <gerd@gnu.org>
17222
17223 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
17224 current-load-list in top-level forms. Else this leaks a cons cell
17225 every time a defun is called.
17226
17227 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
17228
17229 2000-09-25 Dave Love <fx@gnu.org>
17230
17231 * startup.el (fancy-splash-head): Check XPM is available.
17232
17233 * autoinsert.el (auto-insert): Doc fix.
17234 (auto-insert-alist): Following GNU notices, don't say `copyright
17235 _by_'. Use line-beginning-position.
17236 (auto-insert): Check buffer-file-name is non-nil before use.
17237
17238 2000-09-25 Gerd Moellmann <gerd@gnu.org>
17239
17240 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
17241 starting with `@def' or `@multitable', in addition to ones
17242 specified by the user in auto-fill-inhibit-regexp.
17243
17244 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
17245
17246 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
17247 rmail-dont-reply-to-names matches the empty string.
17248
17249 2000-09-25 Gerd Moellmann <gerd@gnu.org>
17250
17251 * startup.el (command-line-1, fancy-splash-text): Change the
17252 text to sound more friendly.
17253
17254 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
17255
17256 * progmodes/hideshow.el: Update author email address.
17257 Generally, sync w/ maintainer version 5.22.
17258 (hs-hide-all-non-comment-function): New var.
17259 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
17260 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
17261 (hs-show-region): Delete this command.
17262 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
17263
17264 2000-09-22 Dave Love <fx@gnu.org>
17265
17266 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
17267 (hl-line-highlight): Specify buffer when moving overlay.
17268
17269 * progmodes/fortran.el (fortran-mode): Locally set
17270 normal-auto-fill-function.
17271 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
17272 (fortran-mode-map): Adjust auto-fill menu entry.
17273
17274 2000-09-22 Gerd Moellmann <gerd@gnu.org>
17275
17276 * vc-rcs.el (toplevel): Require `vc' when compiling.
17277
17278 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
17279
17280 2000-09-22 Andre Spiegel <spiegel@gnu.org>
17281
17282 * vc.el (vc-switch-backend): Signal an error if the file is not
17283 registered under the new backend.
17284
17285 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
17286 without explicit revision number.
17287
17288 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
17289
17290 * diff-mode.el (diff-file-header-face): Reset to its previous value.
17291 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
17292 (diff-xor): New function.
17293 (diff-find-source-location): Use it. Fix a stupid name clash.
17294 (diff-hunk-status-msg): New function.
17295 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
17296 (diff-test-hunk): Use diff-find-source-location.
17297 (diff-goto-source): Favor the `reverse'.
17298 (diff-hunk-text): Properly handle one-sided context diffs.
17299 (diff-apply-hunk): When done, advance to the next hunk.
17300
17301 2000-09-21 Gerd Moellmann <gerd@gnu.org>
17302
17303 * startup.el (command-line): If frame was created with a non-zero
17304 tool-bar-lines parameter, switch tool-bar-mode on.
17305
17306 * add-log.el (change-log-date-face, change-log-name-face)
17307 (change-log-email-face, change-log-file-face)
17308 (change-log-list-face, change-log-conditionals-face)
17309 (change-log-function-face, change-log-acknowledgement-face):
17310 New faces, inheriting from font-lock faces.
17311 (change-log-font-lock-keywords): Use them.
17312
17313 2000-09-21 Dave Love <fx@gnu.org>
17314
17315 * progmodes/cperl-mode.el (top-level): Clean up
17316 `eval-when-compile's and assorted defvars.
17317 (cperl-invalid-face): Don't double-quote value. Change custom
17318 type.
17319 (cperl-mode): Set normal-auto-fill-function and don't zap
17320 auto-fill-function.
17321 (cperl-imenu--function-name-regexp-perl): Renamed from
17322 imenu-example--function-name-regexp-perl.
17323 (cperl-imenu--create-perl-index): Renamed from
17324 imenu-example--create-perl-index.
17325 (cperl-xsub-scan): Don't require cl.
17326
17327 * msb.el (msb-mode-map): Use substitute-key-definition.
17328 (msb-mode): Use msb-mode-map.
17329
17330 2000-09-21 Andre Spiegel <spiegel@gnu.org>
17331
17332 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
17333 New functions.
17334 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
17335 (vc-switch-backend): New function.
17336 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
17337 (vc-register): Fix prompt.
17338 (vc-unregister, vc-default-unregister): New functions.
17339 (vc-version-diff): Handle empty buffer in sentinel.
17340
17341 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
17342 (vc-rcs-state-heuristic): Use it to guess the state of files with
17343 non-strict locking.
17344 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
17345 been set with -b, but not created yet.
17346 (vc-rcs-fetch-master-state): With non-strict locking, compare file
17347 contents in order to find the state.
17348 (vc-rcs-checkin): Allow creation of branches with no changes.
17349 (vc-rcs-unregister, vc-rcs-receive-file)
17350 (vc-rcs-set-non-strict-locking): New functions.
17351
17352 * vc-hooks.el (vc-name): Force correct computation of the value
17353 in case it is missing.
17354
17355 2000-09-21 Gerd Moellmann <gerd@gnu.org>
17356
17357 * startup.el (fancy-splash-tail): Use a different foreground
17358 color on a dark frame background.
17359
17360 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
17361
17362 * info.el: Use the correct capitalization when making Info-mode
17363 and Info-edit-mode `special' modes.
17364
17365 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
17366
17367 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
17368 (diff-mode): Add support for add-log.el.
17369 (diff-hunk-text): Use char offsets rather than line offsets.
17370 (diff-find-source-location): Replace LINE with line-offset (nil
17371 if not found) and always set POS to a meaningful position.
17372 Adapt to the new char-offsets.
17373 (diff-apply-hunk): Drop support for the unused `select' POPUP.
17374 Adapt to the new diff-find-source-location.
17375 (diff-goto-source): Adapt to the new diff-find-source-location.
17376
17377 * add-log.el (add-log-file-name): New function (split out of
17378 add-change-log-entry).
17379 (add-change-log-entry): Use it.
17380 Call add-log-file-name-function with the changelog file name if
17381 the current buffer is not associated with any file.
17382 Avoid find-file if the selected window is dedicated.
17383
17384 * diff-mode.el (diff-find-source-location):
17385 Move code from diff-apply-hunk. Return buffer rather than file.
17386 (diff-apply-hunk): Use the new result from diff-find-source-location.
17387 (diff-goto-source): Use the new diff-find-source-location.
17388
17389 2000-09-20 Dave Love <fx@gnu.org>
17390
17391 * iswitchb.el: Some doc fixes.
17392 (iswitchb-mode-map): Define completely initially. Inherit
17393 minibuffer-local-map.
17394 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
17395 fundamental-mode.
17396 (iswitchb-global-map): New variable.
17397 (iswitchb-summaries-to-end): Amalgamate regexps.
17398 (iswitchb-mode): New.
17399 (iswitchb-mode-hook): New variable.
17400 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
17401 `extensions'.
17402
17403 2000-09-20 Gerd Moellmann <gerd@gnu.org>
17404
17405 * ehelp.el (electric-help): New defgroup.
17406 (electric-help-shrink-window): New user-option.
17407 (with-electric-help): Use it.
17408
17409 * window.el (shrink-window-if-larger-than-buffer): If face
17410 `mode-line' has a :box, and we're on a graphical frame, add 1
17411 to the needed window height.
17412
17413 * frame.el (frame-notice-user-settings): Add a last parameter nil
17414 to a call to `append', because the last list passed to `append' is
17415 not copied, and so subsequent calls to assq-delete-all will modify
17416 default-frame-alist.
17417
17418 * startup.el (fancy-splash-image): Change :type.
17419 (fancy-splash-head): Use an XBM image if appropriate.
17420 (command-line-1): Show splash screens in more cases.
17421
17422 * startup.el (fancy-splash-text): Don't quote faces.
17423
17424 * dired.el (dired-font-lock-keywords): Undo last change.
17425 (dired-readin): Bind indent-tabs-mode to nil.
17426
17427 * startup.el (fancy-splash-head): If frame's background mode
17428 is `dark', change the black background of the image to gray.
17429 (fancy-splash-screens): Display startup echo area message.
17430 (display-startup-echo-area-message): New function.
17431
17432 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
17433
17434 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
17435
17436 * info.el (info-header-node): Tweak for color ttys.
17437
17438 * faces.el (face-valid-attribute-values): Make sure directories we
17439 search for stipples both exist and are readable before trying to
17440 search them.
17441
17442 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
17443 in the dry-run case.
17444
17445 * jka-compr.el (with-auto-compression-mode): New macro.
17446
17447 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
17448 (custom-group-tag-face, custom-variable-tag-face): Use relative
17449 :height and inherit from `variable-pitch' face instead of
17450 hardwiring :family.
17451 * hi-lock.el (hi-black-hb): Likewise.
17452
17453 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
17454 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
17455 toolbar-add-item, if image doesn't have a mask add a `:mask
17456 heuristic'.
17457
17458 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
17459
17460 * diff-mode.el: Docstring fixes.
17461 (diff-header-face, diff-comment-face): New faces.
17462 (diff-font-lock-keywords): Highlight a bit differently.
17463 (diff-find-source-location): Don't return SPAN any more.
17464 (diff-hunk-text): Don't bother erasing the temp buffer.
17465 (diff-find-text): Drop argument LINE.
17466 (diff-apply-hunk): Update calls to diff-find-text.
17467 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
17468
17469 * calendar/calendar.el: Docstring fixes.
17470 (calendar-make-alist): Don't quote lambda.
17471 (calendar-star-date): Use make-local-variable.
17472
17473 2000-09-19 Dave Love <fx@gnu.org>
17474
17475 * toolbar/tool-bar.el: Renamed from toolbar.el.
17476 Change `toolbar' to `tool-bar' generally in symbols.
17477 Make some items invisible in `special' major modes.
17478 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
17479 Add arg PROPS.
17480
17481 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
17482 Add :version here.
17483 (fancy-splash-delay, fancy-splash-image): Remove :version here.
17484
17485 2000-09-19 Gerd Moellmann <gerd@gnu.org>
17486
17487 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
17488
17489 * files.el (find-file-suppress-same-file-warnings): New user-option.
17490 (find-file-noselect): Use it.
17491
17492 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
17493 (fancy-splash-screen): Defgroup.
17494
17495 * add-log.el (change-log-font-lock-keywords): Match names
17496 more exactly for the case that font-lock-constant-face is
17497 underlined.
17498
17499 2000-09-19 Richard M. Stallman <rms@gnu.org>
17500
17501 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
17502
17503 2000-09-19 Andre Spiegel <spiegel@gnu.org>
17504
17505 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
17506
17507 2000-09-19 Gerd Moellmann <gerd@gnu.org>
17508
17509 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
17510 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
17511 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
17512 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
17513 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
17514 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
17515 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
17516 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
17517 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
17518 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
17519 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
17520 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
17521
17522 * startup.el (fancy-splash-text): New variable.
17523 (fancy-splash-delay, fancy-splash-image): New user-options.
17524 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
17525 (fancy-splash-screens): New functions.
17526 (command-line-1): If display has a `display' frame parameter, has
17527 colors, and we have XPM support, show more fancy splash screens.
17528
17529 2000-09-19 Dave Love <fx@gnu.org>
17530
17531 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
17532 with null `help'. Use modern backquote syntax.
17533
17534 2000-09-19 Gerd Moellmann <gerd@gnu.org>
17535
17536 * font-lock.el (font-lock-mode): Change message telling the user
17537 that ``the buffer is too big''.
17538
17539 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
17540 for instance for the case that tab-width is 2.
17541
17542 2000-09-18 Gerd Moellmann <gerd@gnu.org>
17543
17544 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
17545 toolbar-add-item, if image doesn't have a mask add a `:mask
17546 heuristic'.
17547
17548 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
17549
17550 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
17551 and return a cons if it's non-nil.
17552 (diff-apply-hunk): Try to jump to the line in the source text
17553 corresponding to the position of point in the in the hunk.
17554
17555 * info.el (Info-title-3-face, Info-title-2-face)
17556 (Info-title-1-face): Use face inheritance and relative sizes
17557 instead of hard-wiring things.
17558
17559 * faces.el (secondary-selection): Make dark-background variant sane.
17560
17561 2000-09-16 Andrew Innes <andrewi@gnu.org>
17562
17563 * makefile.w32-in (compile-files-CMD): No need to make .elc files
17564 read-only, since they aren't under VC now.
17565
17566 2000-09-17 Dave Love <fx@gnu.org>
17567
17568 * tmm.el: Replace mapcar with mapc in several places.
17569
17570 * loadhist.el (unload-feature): Maybe call elp-restore-list and
17571 ad-unadvise.
17572
17573 * international/latin1-disp.el: New file.
17574
17575 * calendar/cal-move.el (scroll-calendar-left)
17576 (scroll-calendar-right): Make arg optional (for active mode line).
17577
17578 * calendar/calendar.el (calendar-mode-line-format): Make fields
17579 mouse-sensitive.
17580 (calendar-read-date, calendar-read-date, calendar-window-list):
17581 Unquote lambda.
17582 (calendar-month-name): Use aref, not sref.
17583
17584 * view.el (minor-mode-alist): Propertize the string.
17585
17586 * international/characters.el (standard-case-table): Add entries
17587 for Greek.
17588
17589 2000-09-18 Miles Bader <miles@gnu.org>
17590
17591 * info.el (info-node, info-xref): Add dark-background variants.
17592
17593 * faces.el (header-line): Change defaults to be less confusing
17594 when mixed with mode-lines.
17595
17596 * info.el (Info-fontify-node): Make a few cleanups.
17597 Add extra `help-echo' and `local-map' props to node xrefs.
17598 Use header-specific faces for node-names & xrefs.
17599 (Info-use-header-line): New variable.
17600 (info-header-xref, info-header-node): New faces.
17601 (Info-setup-header-line): New function.
17602 (Info-select-node): Call Info-setup-header-line when enabled.
17603 (Info-extract-pointer): Work even if the header line is hidden.
17604 (Info-header-line): New variable.
17605
17606 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
17607
17608 * vms-patch.el (print-region-function): Don't quote lambda.
17609
17610 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
17611
17612 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
17613 (lm-get-header-re): Allow spaces between the header and the colon.
17614 (lm-header): Allow $ in non-RCS headers.
17615 (lm-header-multiline): Put the strings back into order.
17616 Stop at an empty line. Don't require two space chars if the
17617 line is clearly not another header line.
17618
17619 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
17620 (popup-menu-popup): Remove.
17621
17622 2000-09-15 Gerd Moellmann <gerd@gnu.org>
17623
17624 * toolbar/toolbar.el (toolbar-add-item): Use the same image
17625 specification if or if not tool-bar item contains an `:enabled'
17626 property.
17627
17628 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
17629 current buffer has no file name.
17630
17631 2000-09-15 Dave Love <fx@gnu.org>
17632
17633 * strokes.el: Sync with maintainer's current version with changes
17634 for Emacs, but avoid runtime cl and levents.
17635 (toplevel): Change autoloads and compilation requires.
17636 (strokes-version, strokes-bug-address, strokes-lift): Values
17637 changed.
17638 (strokes-xpm-header, strokes-insinuated): New variable.
17639 (strokes): Add :link.
17640 (strokes-mode): Customized.
17641 (strokes-while-inhibiting-garbage-collector): New macro.
17642 (strokes-remassoc): Avoid remove-if.
17643 (strokes-fix-button2-command): Don't use ad-do-it.
17644 (strokes-insinuate): New function.
17645 (strokes-button-press-event-p, strokes-button-release-event-p):
17646 New functions, used instead of non-`strokes-' versions..
17647 (strokes-mouse-event-p): Rewritten.
17648 (strokes-event-closest-point): Avoid event-point.
17649 (strokes-get-grid-position): Avoid cdadr, caadr
17650 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
17651 functions.
17652 (strokes-help): Use with-output-to-temp-buffer.
17653 (strokes-window-configuration-changed-p): New function.
17654 (strokes-update-window-configuration): Use buffer-live-p,
17655 strokes-window-configuration-changed-p.
17656 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
17657 (strokes-char-face): New face.
17658 (strokes-char-table, strokes-base64-chars): New variable.
17659 (strokes-xpm-for-stroke, strokes-list-strokes)
17660 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
17661 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
17662 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
17663 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
17664 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
17665 functions.
17666
17667 2000-09-15 Gerd Moellmann <gerd@gnu.org>
17668
17669 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
17670
17671 * image.el (create-image): Doc fix.
17672
17673 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
17674 instead of `:heuristic-mask t'.
17675
17676 2000-09-14 Andrew Innes <andrewi@gnu.org>
17677
17678 * makefile.w32-in: Revert to Unix line endings.
17679
17680 2000-09-14 Andrew Innes <andrewi@gnu.org>
17681
17682 * makefile.w32-in: Add bootstrap support. Also copy lisp source
17683 when installing.
17684
17685 * makefile.nt (DONTCOMPILE): Fix typo.
17686
17687 * shell.el (shell-write-history-on-exit): New function.
17688 (shell-dumb-shell-regexp): New custom variable.
17689 (shell-mode): Make shell-write-history-on-exit the process
17690 sentinel if shell name matches shell-dumb-shell-regexp.
17691
17692 * w32-fns.el: Comment out before-init-hook function which resets
17693 source-directory based; this breaks bootstrap.
17694
17695 2000-09-14 Dave Love <fx@gnu.org>
17696
17697 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
17698 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
17699 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
17700 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
17701 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
17702 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
17703 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
17704 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
17705 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
17706
17707 * toolbar/toolbar.el: New.
17708
17709 * subdirs.el: Add toolbar.
17710
17711 2000-09-14 Gerd Moellmann <gerd@gnu.org>
17712
17713 * indent.el (indent-for-tab-command): Doc fix.
17714
17715 2000-09-14 Alex Schroeder <alex@gnu.org>
17716
17717 * ansi-color.el (ansi-colors): Doc change.
17718 (ansi-color-get-face): Simplified regexp.
17719 (ansi-color-faces-vector): Added more faces, doc change.
17720 (ansi-color-names-vector): Doc change.
17721 (ansi-color-regexp): Simplified regexp.
17722 (ansi-color-parameter-regexp): New regexp.
17723 (ansi-color-filter-apply): Doc change.
17724 (ansi-color-filter-region): Doc change.
17725 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
17726 deal with zero length parameters.
17727 (ansi-color-apply-on-region): Doc change.
17728 (ansi-color-map): Doc change.
17729 (ansi-color-map-update): Removed debugging message.
17730 (ansi-color-get-face-1): Added condition-case to trap
17731 args-out-of-range errors.
17732 (ansi-color-get-face): Doc change.
17733 (ansi-color-make-face): Removed.
17734 (ansi-color-for-shell-mode): New option.
17735
17736 2000-09-13 Kenichi Handa <handa@etl.go.jp>
17737
17738 * international/quail.el (quail-start-translation): Translate KEY
17739 if necessary even if it doesn't have any mapping in the current
17740 input method.
17741 (quail-start-conversion): Likewise.
17742 (quail-help): The output message is improved.
17743
17744 2000-09-13 Miles Bader <miles@gnu.org>
17745
17746 * comint.el (comint-output-filter): Revert to using
17747 `insert-before-markers'. Add bletcherous hack to undo damage
17748 caused by `insert-before-markers'. Put `front-sticky' property on
17749 overlays created here so that the field code understands how the
17750 overlay works. Use a let when making comint-last-prompt-overlay,
17751 so that the code is easier to read.
17752
17753 2000-09-13 Dave Love <fx@gnu.org>
17754
17755 * wid-edit.el (widget-default-format-handler): DTRT when
17756 doc-property is a function.
17757
17758 2000-09-12 Francesco Potorti` <pot@gnu.org>
17759
17760 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
17761 filed name if it's not there.
17762
17763 2000-09-12 Dave Love <fx@gnu.org>
17764
17765 * simple.el (read-mail-command): Doc fix.
17766 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
17767
17768 * vc.el (vc-dired-listing-switches): Fix :version.
17769
17770 * vc-hooks.el: Doc fixes.
17771
17772 * subr.el (add-minor-mode): Use toggle-fun arg.
17773
17774 * speedbar.el: Add :version to several defcustoms.
17775
17776 * imenu.el (imenu--truncate-items, imenu--cleanup)
17777 (imenu--generic-function): Avoid mapcar.
17778 (imenu--replace-spaces): Function removed.
17779 (imenu--completion-buffer): Use subst-char-in-string.
17780 (imenu-add-to-menubar): Use keymap inheritance.
17781
17782 2000-09-12 Miles Bader <miles@gnu.org>
17783
17784 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
17785 (diff-mode-map): Bind `diff-test-hunk'.
17786 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
17787
17788 2000-09-11 Gerd Moellmann <gerd@gnu.org>
17789
17790 * bytecomp.el (byte-compile-defvar): Undo last change
17791 because it breaks '(make-variable-buffer-local (defvar ...)'
17792 which is used at least in dired.
17793
17794 2000-09-12 Kenichi Handa <handa@etl.go.jp>
17795
17796 * international/quail.el (quail-define-package): Docstring
17797 modified.
17798
17799 2000-09-12 Kenichi Handa <handa@etl.go.jp>
17800
17801 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
17802 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
17803 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
17804 docstring of "chinese-py".
17805
17806 * international/quail.el (quail-translation-docstring): New
17807 variable.
17808 (quail-show-keyboard-layout): Docstring modified.
17809 (quail-select-current): Likewise.
17810 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
17811 infinite recursive call.
17812 (quail-help): Check quail-translation-docstring. Format of the
17813 output changed.
17814 (quail-help-insert-keymap-description): Adjusted for the above
17815 change.
17816
17817 2000-09-11 Gerd Moellmann <gerd@gnu.org>
17818
17819 * bytecomp.el (byte-compile-defvar): Only cons onto
17820 current-load-list in top-level forms. Else this leaks a cons cell
17821 every time a defun is called.
17822
17823 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
17824
17825 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
17826 Now understands non-unified diffs. Some functionality moved into
17827 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
17828 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
17829 modify anything. Only reposition point in the patched file if the
17830 patch succeeds. Only pop up another window if POPUP is true.
17831 Emit a message describing what happened if successful, and at what
17832 line-offset. Automatically detect reversed hunks and do something
17833 appropriate.
17834 (diff-hunk-text, diff-find-text): New functions.
17835 (diff-filter-lines): Function removed.
17836 (diff-test-hunk): New function.
17837 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
17838
17839 2000-09-10 Dave Love <fx@gnu.org>
17840
17841 * textmodes/tildify.el: Minor doc/commentary fixes.
17842 (tildify) <defgroup>: Add :version.
17843
17844 * faces.el (face-x-resources): Make custom type more specific.
17845 (frame-background-mode): Use mapc.
17846 (region) <defcustom>: Add :version.
17847
17848 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
17849
17850 * vc-sccs.el (vc-sccs-register):
17851 * vc-rcs.el (vc-rcs-register):
17852 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
17853 * vc.el (vc-register): Clear file's properties.
17854
17855 2000-09-08 Gerd Moellmann <gerd@gnu.org>
17856
17857 * faces.el (face-spec-set): Only face-spec-reset-face when
17858 ATTRS is non-nil.
17859
17860 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
17861
17862 * help.el (help-insert-xref-button): Fix a typo in doc string.
17863
17864 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
17865
17866 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
17867 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
17868 methods.
17869
17870 * menu-bar.el (read-mail-item-name): New function.
17871 (menu-bar-tools-menu): Use it to compute and display the package
17872 used to read email.
17873 (menu-bar-tools-menu): Fix typo in GUD's help string.
17874
17875 2000-09-07 Dave Love <fx@gnu.org>
17876
17877 * diff-mode.el (diff-mouse-goto-source): New function.
17878
17879 * vc-sccs.el: Doc fixes.
17880 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
17881
17882 * vc-rcs.el: Doc fixes.
17883 (vc-rcs-register-switches, vc-rcs-checkin-switches)
17884 (vc-rcs-checkout-switches, vc-rcs-header)
17885 (vc-rcs-master-templates): Add or change :version.
17886
17887 * vc-cvs.el: Doc fixes.
17888 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
17889 (vc-cvs-stay-local): Add :version.
17890
17891 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
17892
17893 2000-09-07 Kenichi Handa <handa@etl.go.jp>
17894
17895 * international/quail.el (quail-help): Fix previous change.
17896
17897 2000-09-07 Gerd Moellmann <gerd@gnu.org>
17898
17899 * faces.el (color-values): Doc fix.
17900
17901 * faces.el (frame-set-background-mode): Use frame-parameter
17902 instead of frame-parameters.
17903
17904 * frame.el (filtered-frame-list): Reduce consing.
17905 (frames-on-display-list): Call frame-parameter instead of
17906 frame-parameters.
17907
17908 2000-09-07 Kenichi Handa <handa@etl.go.jp>
17909
17910 * language/devan-util.el (devanagari-to-indian-region): In the
17911 loop, change the following char, not preceding char.
17912
17913 2000-09-07 Gerd Moellmann <gerd@gnu.org>
17914
17915 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
17916 instead of frame-parameters.
17917
17918 * faces.el (set-face-attribute): Simplify by calling
17919 internal-set-lisp-face-attribute with FRAME being 0.
17920
17921 * vc.el: Remove `Id' version control keyword.
17922
17923 2000-09-07 Kenichi Handa <handa@etl.go.jp>
17924
17925 * help.el (help-make-xrefs): Adjusted for the change of
17926 help-xref-mule-regexp.
17927 (help-insert-xref-button): New function.
17928
17929 * international/mule-cmds.el (help-xref-mule-regexp-template):
17930 Include the pattern for character set.
17931 (leim): New group.
17932
17933 * international/quail.el: Don't require face.
17934 (quail): New group.
17935 (quail-other-command): Dummy command to make quail-help work better.
17936 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
17937 (quail-keyboard-layout-substitution): New variable.
17938 (quail-update-keyboard-layout): New function.
17939 (quail-keyboard-layout-type): New customizable variable.
17940 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
17941 (quail-keyboard-translate): Pay attention to
17942 quail-keyboard-layout-substitution.
17943 (quail-insert-kbd-layout): New function.
17944 (quail-show-keyboard-layout): New function.
17945 (quail-get-translation): If the definition is a vector of length
17946 1, and the element is a string of length 1, return the character
17947 in that string.
17948 (quail-update-current-translations): Fix the case of
17949 relative-index out of range.
17950 (quail-build-decode-map, quail-insert-decode-map): New Functions.
17951 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
17952 Show key sequences for all available characters.
17953 (quail-help-insert-keymap-description): Don't show such verbose
17954 key bindings as quail-self-insert-command.
17955
17956 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
17957 Format changed, and each element now have extra documentations.
17958 (tit-process-header): Delete invalid characters from TIT-PROMPT.
17959 Adjusted for the change of quail-cxterm-package-ext-info.
17960
17961 2000-09-06 Gerd Moellmann <gerd@gnu.org>
17962
17963 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
17964 requiring it leads to a recursive loading of vc.el and vc-hooks.el
17965 during bootstrap.
17966
17967 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
17968
17969 * vc.el: (toplevel): Don't require `dired' at run-time.
17970 (vc-dired-resynch-file): Remove autoload cookie.
17971
17972 2000-09-05 Andre Spiegel <spiegel@gnu.org>
17973
17974 * vc.el: Made several backend functions optional.
17975 (vc-default-responsible-p): New function.
17976 (vc-merge): Use RET for first version to trigger merge-news, not
17977 prefix arg.
17978 (vc-annotate): Handle backends that do not support annotation.
17979 (vc-default-merge-news): Removed. The existence of a merge-news
17980 implementation is now checked on caller sites.
17981
17982 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
17983 case.
17984
17985 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
17986 special case that has been removed from the default in vc-hooks.el.
17987
17988 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
17989
17990 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
17991
17992 2000-09-05 Andre Spiegel <spiegel@gnu.org>
17993
17994 * vc-hooks.el: Require vc during compilation.
17995 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
17996 macro `with-vc-properties' in vc.el.
17997 (vc-file-getprop): Doc fix.
17998 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
17999
18000 * vc.el: Require dired-aux during compilation.
18001 (vc-name-assoc-file): Moved to vc-sccs.el.
18002 (with-vc-properties): New macro.
18003 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
18004 vc-finish-steal): Use it.
18005 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
18006 to the backend-specific function is now supposed to do the checkout,
18007 too.
18008 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
18009
18010 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
18011 set file properties; that gets done in the generic code now.
18012
18013 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
18014 Changed parameter list, added code from vc.el that does the
18015 checkout, possibly with a double-take.
18016
18017 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
18018 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
18019 the above under the new name.
18020 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
18021 parameter list, added checkout command.
18022 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
18023 properties; that gets done in the generic code now.
18024
18025 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
18026
18027 * vc.el: Docstring fixes (courtesy of checkdoc).
18028
18029 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
18030
18031 * vc.el (vc-checkout-writable-buffer-hook)
18032 (vc-checkout-writable-buffer): Remove.
18033 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
18034 (vc-log-mode): Make it into a clean derived major mode.
18035 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
18036 vc-log-mode if log-edit is not available.
18037 (vc-dired-mode-map): Don't set-keymap-parent yet.
18038 (vc-dired-mode): Do set-keymap-parent here.
18039 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
18040
18041 2000-09-05 Gerd Moellmann <gerd@gnu.org>
18042
18043 * faces.el (set-face-attribute, face-spec-reset-face)
18044 (face-spec-set): Avoid consing by removing calls to `apply'.
18045
18046 * frame.el (frame-parameter): Move to C code.
18047
18048 2000-09-05 Dave Love <fx@gnu.org>
18049
18050 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
18051 insert-before-markers-and-inherit. Now checked systematically!
18052
18053 2000-09-05 Alex Schroeder <alex@gnu.org>
18054
18055 * sql.el (sql-postgres): Use sql-postgres-options.
18056 (sql-postgres-options): New variable.
18057
18058 2000-09-05 Alex Schroeder <alex@gnu.org>
18059
18060 * sql.el (sql-mode-menu): Work around missing variable mark-active
18061 in XEmacs.
18062 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
18063 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
18064 compatibility.
18065
18066 2000-09-04 Gerd Moellmann <gerd@gnu.org>
18067
18068 * vc.el (vc-dired-resynch-file): Add autoload cookie.
18069
18070 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
18071
18072 * Makefile.in (DONTCOMPILE): Fix typo in file name.
18073
18074 2000-09-04 Andre Spiegel <spiegel@gnu.org>
18075
18076 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
18077 don't support anything else under SCCS yet.
18078
18079 * vc-hooks.el: Minor doc fixes.
18080
18081 2000-09-04 Andre Spiegel <spiegel@gnu.org>
18082
18083 * vc.el (vc-next-action-on-file): Do not visit the file if it's
18084 not necessary. If verbose in state `needs-patch', do the same as
18085 under `up-to-date'. When NOT verbose and `needs-patch', check out
18086 latest version instead of `merge-news'.
18087 (vc-next-action-dired): Don't mess with default-directory here; it
18088 breaks other parts of dired. It is the job of the
18089 backend-specific functions to adjust it temporarily if they need it.
18090 (vc-next-action): Remove a special CVS case.
18091 (vc-clear-headers): New optional arg FILE.
18092 (vc-checkin, vc-checkout): Set properties vc-state and
18093 vc-checkout-time properly.
18094 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
18095 (vc-print-log): Use new backend function `show-log-entry'.
18096 (vc-cancel-version): Do the checks in a different order. Added a
18097 FIXME concerning RCS-only code.
18098
18099 * vc-rcs.el (vc-rcs-show-log-entry): New function.
18100 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
18101
18102 * vc-cvs.el (vc-cvs-show-log-entry): New function.
18103
18104 * vc-hooks.el (vc-default-mode-line-string): Show state
18105 `needs-patch' as a `-' too.
18106
18107 2000-09-04 Andre Spiegel <spiegel@gnu.org>
18108
18109 * vc.el (vc-responsible-backend): New optional arg REGISTER.
18110 (vc-default-could-register): New function.
18111 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
18112 (vc-resynch-buffer): Call vc-dired-resynch-file.
18113 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
18114 vc-resynch-buffer instead of vc-resynch-window.
18115 (vc-next-action-dired): Don't redisplay here, that gets done as a
18116 result of the individual file operations.
18117 (vc-retrieve-snapshot): Corrected prompt order.
18118
18119 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
18120
18121 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
18122 as well.
18123 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
18124 hostname regexps. Updated all callers.
18125 (vc-cvs-responsible-p): Handle directories as well.
18126 (vc-cvs-could-register): New function.
18127 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
18128 properties up-to-date.
18129
18130 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
18131 user whether to create one.
18132
18133 2000-09-04 Andre Spiegel <spiegel@gnu.org>
18134
18135 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
18136 check out a non-existing file.
18137
18138 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
18139 workfile does not exist.
18140
18141 * vc.el (vc-version-diff): Use `require' to check for existence of
18142 diff-mode.
18143
18144 2000-09-04 Andre Spiegel <spiegel@gnu.org>
18145
18146 * vc-cvs.el (vc-cvs-registered): Use new function
18147 vc-cvs-parse-entry to do the actual work.
18148
18149 2000-09-04 Andre Spiegel <spiegel@gnu.org>
18150
18151 * vc-hooks.el (vc-find-backend-function): If function doesn't
18152 exist, return nil instead of error.
18153 (vc-call-backend): Doc fix.
18154
18155 * vc.el (vc-do-command): Doc fix.
18156 (vc-finish-logentry): When checking in from vc-dired, choose the
18157 right backend for logentry check.
18158 (vc-dired-mode-map): Inherit from dired-mode-map.
18159 (vc-dired-mode): Local value of dired-move-to-filename-regexp
18160 simplified.
18161 (vc-dired-state-info): Removed, updated caller.
18162 (vc-default-dired-state-info): Use parentheses instead of hyphens.
18163 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
18164 (vc-dired-listing-switches): New variable.
18165 (vc-directory): Use it, instead of dired-listing-switches.
18166
18167 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
18168 (vc-cvs-dir-state): New function.
18169 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
18170 (vc-cvs-parse-entry): New function, also to be used in
18171 vc-cvs-registered.
18172
18173 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18174
18175 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
18176 *or* single-window-frames.
18177
18178 2000-09-04 Andre Spiegel <spiegel@gnu.org>
18179
18180 * vc.el (vc-update-changelog): Split into generic part and default
18181 implementation. Doc string adapted.
18182 (vc-default-update-changelog): New function. Call the `rcs2log'
18183 script in exec-directory, to fix a long-standing nuisance.
18184
18185 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
18186 simply signals an error.
18187
18188 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18189
18190 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
18191 control-flow more clear and to avoid running `cvs' twice.
18192
18193 * vc.el (vc-next-action-on-file): Doc fix.
18194 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
18195 (vc-print-log): Eval `file' before constructing the continuation.
18196
18197 2000-09-04 Andre Spiegel <spiegel@gnu.org>
18198
18199 * vc.el (vc-next-action-on-file): Corrected several messages.
18200 (vc-merge): Add prefix arg `merge-news'; handle it.
18201
18202 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
18203 is not reached. It is.
18204 (vc-cvs-merge): Set state to 'edited after merge.
18205 (vc-cvs-merge-news): Set workfile version to nil if not known.
18206 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
18207
18208 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
18209 via stdout. (Merge from main line.)
18210
18211 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18212
18213 * vc.el (vc-finish-logentry): Thinko in the "same comment"
18214 detection.
18215
18216 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18217
18218 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
18219 against kill-all-local-variables.
18220 (vc-log-edit): Don't save vc-parent-buffer any more.
18221 (vc-last-comment-match): Initialize to an empty string.
18222 (vc-post-command-functions): New hook.
18223 (vc-do-command): Run it.
18224 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
18225 (vc-finish-logentry): Only add the comment to the ring if it's
18226 different from the last comment entered.
18227 (vc-new-comment-index): New function.
18228 (vc-previous-comment): Use it. Make the minibuffer message
18229 slightly less terse.
18230 (vc-comment-search-reverse): Make it work forward as well. Don't
18231 set vc-comment-ring-index if no match is found. Use
18232 vc-new-comment-index.
18233 (vc-comment-search-forward): Use vc-comment-search-reverse.
18234 (vc-dired-mode-map): Don't inherit from dired-mode-map since
18235 define-derived-mode will do it for us. Bind `v' to a keymap that
18236 inherits from vc-prefix-map so that we can bind `vt' without
18237 binding C-x v t.
18238 (vc-retrieve-snapshot): Parenthesis typo.
18239
18240 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
18241 to 1. Make sure to switch to *vc* before looking for an error
18242 message. Use vc-parse-buffer.
18243
18244 2000-09-04 Andre Spiegel <spiegel@gnu.org>
18245
18246 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
18247 and NAME.
18248 (vc-retrieve-snapshot): Split into two parts.
18249 (vc-default-retrieve-snapshot): New function.
18250
18251 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
18252 (vc-cvs-retrieve-snapshot): New function (untested).
18253 (vc-cvs-stay-local): Default to t.
18254 (vc-cvs-remote-p): New function and property.
18255 (vc-cvs-state): Stay local only if the above is t.
18256 (vc-handle-cvs): Removed.
18257 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
18258 done via vc-handled-backends now.
18259 (vc-cvs-header): Escape Id.
18260
18261 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18262
18263 * vc.el (vc-do-command): Remove unused commands.
18264 (vc-version-diff): Make sure default-directory ends with a slash.
18265 Move the window commands into a vc-exec-after.
18266 (vc-print-log): Move more of the code into the `vc-exec-after'.
18267
18268 2000-09-04 Andre Spiegel <spiegel@gnu.org>
18269
18270 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
18271 (vc-print-log): Search current revision from beginning of buffer.
18272 (vc-revert-buffer): Clear echo area after the diff is finished.
18273 (vc-prefix-map): Removed definition of "t" for terse display in vc
18274 dired.
18275 (vc-dired-mode-map): Inherit from dired-mode-map. Added
18276 definition of "vt" for terse display.
18277 (vc-dired-mode): Fix dired-move-to-filename-regexp.
18278
18279 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18280
18281 * vc.el (vc-exec-after): Avoid caddr.
18282
18283 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18284
18285 * vc.el (vc-exec-after): New function.
18286 (vc-do-command): Use it to add a termination message for async
18287 procs.
18288 (vc-checkout): Try to handle a missing-backend situation.
18289 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
18290 of a directory with a backend using async diffs.
18291 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
18292 present.
18293
18294 * vc-sccs.el (vc-sccs-state-heuristic): Use
18295 file-ownership-preserved-p.
18296
18297 * vc-rcs.el (vc-rcs-state-heuristic): Use
18298 file-ownership-preserved-p.
18299 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
18300
18301 2000-09-04 Andre Spiegel <spiegel@gnu.org>
18302
18303 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
18304 vc-do-command.
18305
18306 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
18307 when there are no changes.
18308
18309 2000-09-04 Andre Spiegel <spiegel@gnu.org>
18310
18311 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
18312
18313 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
18314
18315 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18316
18317 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
18318
18319 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
18320 the `fset' outside of the defvar so that it works even if
18321 vc-prefix-map was already defined.
18322 (vc-setup-buffer): New function, split out of vc-do-command.
18323 (vc-do-command): Allow BUFFER to be t to mean `just use the
18324 current buffer without any fuss'.
18325 (vc-version-diff): Change the `diff' backend operation to just put
18326 the diff in the current buffer without erasing it. Always use
18327 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
18328 shrink-window-if-larger-than-buffer.
18329 (vc-print-log): Change the `print-log' backend operation to just
18330 put the log in the current buffer without erasing it. Protect
18331 shrink-window-if-larger-than-buffer.
18332 (vc-update-change-log): Fix setd typo.
18333
18334 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
18335 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
18336
18337 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
18338 (vc-rcs-diff): Insert in the current buffer and remove unused arg
18339 CMP.
18340
18341 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
18342 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
18343 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
18344
18345 2000-09-04 Andre Spiegel <spiegel@gnu.org>
18346
18347 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
18348 not possible, use vc-BACKEND-workfile-unchanged-p.
18349 (vc-default-workfile-unchanged-p): New function. Delegates to a
18350 full vc-BACKEND-diff.
18351
18352 * vc-hooks.el (vc-simple-command): Removed.
18353
18354 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
18355 instead of vc-simple-command.
18356 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
18357 avoid doing a diff when opening a file.
18358 (vc-rcs-state): Added check for unlocked-changes.
18359 (vc-rcs-header): Escape Id.
18360 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
18361 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
18362 version.
18363
18364 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
18365 (vc-sccs-diff): Remove optional arg CMP.
18366 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
18367 SCCS-specific function.
18368
18369 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
18370 vc-simple-command.
18371
18372 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18373
18374 * vc.el (vc-editable-p): Renamed from vc-writable-p.
18375 (with-vc-file, vc-merge): Use vc-editable-p.
18376 (vc-do-command): Remove unused var vc-file and fix the
18377 doubly-defined `status' var. Add a user message when starting an
18378 async command.
18379 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
18380 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
18381 Use with-current-buffer.
18382 (vc-buffer-sync): Use unless.
18383 (vc-next-action-on-file): If the file is 'edited by read-only,
18384 make it read-write instead of trying to commit.
18385 (vc-version-diff, vc-update-change-log): Use `setq
18386 default-directory' rather than `cd'.
18387 (vc-log-edit): Don't forget to set default-directory in the
18388 buffer.
18389
18390 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
18391 (vc-sccs-state-heuristic): Use file-writable-p instead of
18392 comparing userids.
18393 (vc-sccs-checkout): Use `unless'.
18394
18395 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
18396 of comparing userids.
18397 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
18398 Simplify the logic by eliminating unreachable code.
18399 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
18400 just do a recursive call if we need to retry.
18401 (vc-rcs-checkout): Handle the case where rcs is missing by making
18402 the buffer read-write if requested and re-signalling the error.
18403
18404 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
18405
18406 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18407
18408 * vc-hooks.el (vc-handled-backends): Docstring change.
18409 (vc-ignore-vc-files): Mark obsolete.
18410 (vc-registered): Check vc-ignore-vc-files.
18411 (vc-find-file-hook, vc-file-not-found-hook): Don't check
18412 vc-ignore-vc-files.
18413
18414 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
18415
18416 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18417
18418 * vc.el (vc-checkout): Don't do anything special for ange-ftp
18419 files since ange-ftp already has vc-registered return nil.
18420
18421 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
18422 (vc-sccs-workfile-version): Use with-temp-buffer and new
18423 vc-parse-buffer and don't bother setting the property.
18424 (vc-sccs-add-triple): Use with-current-buffer and
18425 find-file-noselect.
18426 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
18427
18428 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
18429 derives from the old vc-parse-buffer but uses the revision number
18430 rather than the date (much easier to compare robustly).
18431 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
18432 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
18433 locking-user more directly. Check strict locking and set
18434 checkout-model appropriately.
18435 (vc-rcs-parse-locks): Remove.
18436 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
18437 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
18438 (vc-rcs-system-release): Use with-current-buffer and
18439 vc-parse-buffer.
18440 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
18441
18442 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
18443 (vc-simple-command): Docstring fix.
18444 (vc-registered): Align the way the file-handler is called with the
18445 way the function itself works.
18446 (vc-file-owner): Remove.
18447
18448 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
18449 extraction of fields and call to file-attributes because of a
18450 temporary bug in rcp.el.
18451 (vc-cvs-fetch-status): Use with-current-buffer.
18452
18453 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18454
18455 * vc.el (vc-do-command): Use file-relative-name.
18456 (vc-responsible-backend): Use vc-backend if possible.
18457 (vc-create-snapshot): Improve the `interactive' spec. Add support
18458 for branches and dispatch to backend-specific `create-snapshot'.
18459 (vc-default-create-snapshot): New function, containing the bulk of
18460 the old vc-create-snapshot.
18461 (vc-retrieve-snapshot): Improve the interactive spec.
18462
18463 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
18464 (vc-backend-hook-functions): Remove.
18465 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
18466 (vc-backend): Reintroduce the test for `file = nil' now that I
18467 know why it was there (and added a comment to better remember).
18468
18469 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
18470 code from vc-sccs-hooks.el.
18471 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
18472 'vc anymore.
18473 (vc-sccs-responsible-p): Use expand-file-name instead of concat
18474 and file-directory-p instead of file-exists-p.
18475 (vc-sccs-check-headers): Simplify the regexp.
18476
18477 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
18478 from vc-rcs-hooks.el. Don't require 'vc anymore.
18479 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
18480 file-directory-p instead of file-exists-p.
18481
18482 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
18483 from vc-cvs-hooks.el.
18484 (proto vc-cvs-registered): Require 'vc-cvs instead of
18485 'vc-cvs-hooks. Don't require 'vc anymore.
18486 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
18487 file-directory-p instead of file-exists-p.
18488 (vc-cvs-create-snapshot): New function, replacing
18489 vc-cvs-assign-name.
18490 (vc-cvs-assign-name): Remove.
18491
18492 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18493
18494 * vc-cvs.el (vc-cvs-header): New var.
18495
18496 * vc-rcs.el (vc-rcs-exists): Remove.
18497 (vc-rcs-header): New var.
18498
18499 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
18500 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
18501 (vc-sccs-header): New var.
18502
18503 * vc.el (vc-do-command): Get rid of the `last' argument.
18504 (vc-header-alist): Remove, replaced by vc-X-header.
18505 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
18506 (vc-dired-hook): Use expand-file-name instead of concat.
18507 (vc-directory): Use file-name-as-directory.
18508 (vc-snapshot-precondition, vc-create-snapshot)
18509 (vc-retrieve-snapshot): Allow the command to operate on any
18510 directory.
18511
18512 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
18513 just removing the 'WORKFILE argument or by removing the 'MASTER
18514 argument and replacing `file' with (vc-name file).
18515
18516 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18517
18518 * vc.el: Update Copyright and add a crude list of backend funs.
18519 (vc-writable-p): New function.
18520 (with-vc-file): Use vc-writable-p.
18521 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
18522 (vc-register): Avoid vc-name.
18523 (vc-locking-user): Remove.
18524 (vc-steal-lock): Make the `owner' arg non-optional.
18525 (vc-merge): Use vc-writable-p instead of vc-locking-user and
18526 vc-checkout-model.
18527 (vc-default-dired-state-info): Use vc-state instead of
18528 vc-locking-user and return special strings for special states.
18529 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
18530 and get rid of one of the special CVS cases.
18531 (vc-cancel-version): prettify error message with \\[...].
18532 (vc-rename-master): New function.
18533 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
18534 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
18535 the CVS special case generic.
18536 (vc-default-record-rename): Remove.
18537 (vc-file-tree-walk-internal): Only call FUNC for files that are
18538 under control of some VC backend and replace `concat' with
18539 expand-file-name.
18540 (vc-file-tree-walk): Update docstring.
18541 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
18542 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
18543
18544 * vc-sccs.el (vc-sccs-rename-file): Renamed from
18545 vc-sccs-record-rename. Use `find-file-noselect' rather than
18546 `find-file' and call `vc-rename-master' to do the actual move.
18547 (vc-sccs-diff): Remove unused `backend' variable.
18548
18549 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
18550 to delay loading of vc-sccs until it is really used.
18551 (vc-sccs-master-templates): Preload.
18552 (vc-sccs-state): Update call to vc-sccs-parse-locks.
18553 (vc-sccs-project-dir): Remove (merged into
18554 vc-sccs-search-project-dir).
18555 (vc-sccs-search-project-dir): Rewrite using file name handling ops
18556 rather than `concat', make sure it is preloaded and don't bother
18557 to check that the file actually exists.
18558 (vc-sccs-parse-locks): Remove unused `file' argument, remove
18559 `locks' argument (use buffer's content instead) and eliminate n^2
18560 behavior.
18561
18562 * vc-rcs.el: Update Copyright.
18563 (vc-rcs-rename-file): New function.
18564 (vc-rcs-diff): Remove unused `backend' variable.
18565
18566 * vc-hooks.el: Update Copyright.
18567 (vc-backend): Don't accept a nil argument any more.
18568 (vc-up-to-date-p): Turn into a defsubst.
18569 (vc-possible-master): New function.
18570 (vc-check-master-templates): Use `vc-possible-master' and allow
18571 funs in vc-X-master-templates to return a non-existent file.
18572
18573 * vc-cvs.el: Update Copyright.
18574 (vc-cvs-diff): Remove unused `backend' variable.
18575 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
18576
18577 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
18578
18579 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18580
18581 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
18582 since it can be called from vc-rcs.el.
18583 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
18584
18585 2000-09-04 Andre Spiegel <spiegel@gnu.org>
18586
18587 * vc.el (vc-version-diff): Expand file name read from the
18588 minibuffer. Handle the case when a previous version number can't
18589 be guessed. Give suitable messages when there were no differences
18590 found.
18591 (vc-clear-headers): Call backend-specific implementation, if one
18592 exists.
18593 (vc-cancel-version): Made error checks generic. When done, clear
18594 headers generically, too.
18595
18596 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
18597 from vc-clear-headers in vc.el.
18598
18599 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
18600 correctly.
18601 (vc-rcs-latest-on-branch-p): Made second argument VERSION
18602 optional. Handle the case when it's not there.
18603
18604 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18605
18606 * vc.el (vc-locking-user): Moved from vc-hooks.el.
18607
18608 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18609
18610 * vc-hooks.el (vc-loadup): Remove.
18611 (vc-find-backend-function): Use `require'. Also, handle the case
18612 where vc-BACKEND-hooks.el doesn't exist.
18613 (vc-call-backend): Cleanup.
18614
18615 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18616
18617 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
18618 vc-rcs-grab-templates)
18619 (vc-rcs-registered): Remove. The default function works as well.
18620 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
18621 vc-sccs-grab-templates)
18622 (vc-sccs-registered): Remove. The default function works as well.
18623
18624 * vc.el (vc-version-diff): Left out a vc- in call to
18625 vc-call-backend.
18626 (vc-default-dired-state-info, vc-default-record-rename)
18627 (vc-default-merge-news): Update for the new backend argument.
18628
18629 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
18630 using the default function.
18631 (vc-call-backend): If calling the default function, pass it the
18632 backend as first argument. Update the docstring accordingly.
18633 (vc-default-state-heuristic, vc-default-mode-line-string): Update
18634 for the new backend argument.
18635 (vc-make-backend-sym): Renamed from vc-make-backend-function.
18636 (vc-find-backend-function): Use the new name.
18637 (vc-default-registered): New function.
18638
18639 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18640
18641 * vc.el (vc-merge): Use vc-find-backend-function.
18642
18643 * vc-hooks.el (vc-backend-functions): Remove.
18644 (vc-loadup): Don't setup 'vc-functions.
18645 (vc-find-backend-function): New function.
18646 (vc-call-backend): Use above fun and populate 'vc-functions
18647 lazily.
18648 (vc-backend-defines): Remove.
18649
18650 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18651
18652 * vc.el (vc-register): Put a FIXME note for a newly found bug.
18653 Call vc-call-backend without the leading vc-.
18654 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
18655 (vc-check-headers): Call vc-call-backend without the leading vc-.
18656 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
18657 (vc-annotate-display): Replace confusing use of `cond' with `or'.
18658 Call vc-call-backend without the leading vc-.
18659
18660 * vc-cvs.el (tail): Provide vc-cvs.
18661 * vc-sccs.el (tail): Provide vc-sccs.
18662 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
18663
18664 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
18665 (vc-make-backend-function, vc-call): Pass names without leading
18666 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
18667 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
18668 (vc-call-backend): Always try to load vc-X-hooks.
18669 (vc-registered): Remove vc- in call to vc-call-backend.
18670
18671 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18672
18673 * vc.el (vc-process-filter): New function.
18674 (vc-do-command): Setup `vc-process-filter' for the async process.
18675 (vc-maybe-resolve-conflicts): New function to reduce
18676 code-duplication. Additionally, it puts the buffer in
18677 `smerge-mode' if applicable.
18678 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
18679 calling `merge-news'.
18680 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
18681 (vc-log-edit): New function. Replacement for `vc-log-mode' by
18682 interfacing to log-edit.el.
18683 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
18684 log-edit is available.
18685 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
18686
18687 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18688
18689 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
18690 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
18691 defvar and the initialization.
18692 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
18693
18694 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
18695 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
18696
18697 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
18698
18699 2000-09-04 Andre Spiegel <spiegel@gnu.org>
18700
18701 * vc.el (vc-file-clear-masterprops): Removed.
18702 (vc-checkin, vc-revert-buffer): Removed calls to the above.
18703 (vc-version-diff): Use buffer-size without argument.
18704 (vc-register): Heed vc-initial-comment.
18705
18706 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
18707 default branch.
18708
18709 * vc-rcs.el (vc-rcs-register): Parse command output to find master
18710 file name and workfile version.
18711 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
18712
18713 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
18714 vc-file-clear-masterprops.
18715
18716 * vc-sccs.el (vc-sccs-checkout): Removed call to
18717 vc-file-clear-masterprops. If writable, set vc-state to 'edited
18718 rather than user login name.
18719
18720
18721 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18722
18723 * vc.el (vc-workfile-unchanged-p): Remove unused argument
18724 `want-differences-if-changed' and simplify.
18725 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
18726 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
18727 output (which is invalid for async vc-diff) to decide whether to
18728 do the revert silently or not.
18729
18730 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18731
18732 * vc-hooks.el (vc-loadup): Load files quietly.
18733 (vc-call-backend): Oops, brain fart.
18734
18735 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18736
18737 * vc-cvs.el (vc-cvs-state): Typo.
18738 (vc-cvs-merge-news): Return the status code rather than the error msg.
18739
18740 2000-09-04 Andre Spiegel <spiegel@gnu.org>
18741
18742 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
18743 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
18744 vc-state or vc-up-to-date-p.
18745 (vc-merge): Use vc-backend-defines to check whether merging is
18746 possible. Set state to 'edited after successful merge.
18747
18748 * vc-hooks.el (vc-locking-user): If locked by the calling user,
18749 return that name. Redocumented.
18750
18751 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18752
18753 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
18754 new `vc-state' semantics.
18755 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
18756 'vc-locking-user to the current user.
18757 (vc-merge): Inline vc-backend-merge. Comment out code that I
18758 don't understand and hence can't adapt to the new `vc-state' and
18759 `vc-locking-user' semantics.
18760 (vc-backend-merge): Remove.
18761
18762 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
18763 rather than 'vc-locking-user.
18764
18765 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
18766
18767 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
18768 (vc-state): Don't use 'reserved any more. Just use the same
18769 convention as the one used for vc-<backend>-state where the
18770 locking user (as a string) is returned.
18771 (vc-locking-user): Update, based on the above convention. The
18772 'vc-locking-user property has disappeared.
18773 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
18774
18775 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
18776 with a heuristic one.
18777 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
18778 (vc-cvs-checkin): Do a trivial parse to set the state in case of
18779 error. That allows us to get to 'needs-merge even in the
18780 stay-local case. There's still no way to detect 'needs-patch in
18781 such a setup (or to force an update for that matter).
18782 (vc-cvs-logentry-check): Remove, the default works as well.
18783
18784 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18785
18786 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
18787
18788 * vc.el (vc-do-command): kill-all-local-variables, to reset any
18789 major-mode in which the buffer might have been put earlier. Use
18790 `remove' and `when'. Allow `okstatus' to be `async' and use
18791 `start-process' in this case.
18792 (vc-version-diff): Handle the case where the diff looks empty
18793 because of the use of an async process.
18794
18795 2000-09-04 Andre Spiegel <spiegel@gnu.org>
18796
18797 * vc.el (vc-next-action-on-file): Removed optional parameter
18798 `simple'. Recompute state unconditionally.
18799 (vc-default-toggle-read-only): Removed.
18800
18801 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
18802 (vc-toggle-read-only): Undid prev change.
18803
18804 * vc-cvs.el (vc-cvs-stay-local): Renamed from
18805 vc-cvs-simple-toggle. Redocumented.
18806 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
18807 (vc-cvs-toggle-read-only): Removed.
18808
18809 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18810
18811 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
18812 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
18813 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
18814 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
18815 still is. So maybe it should be removed.
18816 (vc-head-version, vc-find-binary): Remove.
18817 (vc-recompute-state): Move from vc-hooks.el.
18818 (vc-next-action-on-file): Add a `simple' argument to allow
18819 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
18820 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
18821 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
18822 (vc-dired-mode-map): Properly defvar it.
18823 (vc-print-log): Call log-view-mode if available.
18824 (small-temporary-file-directory): defvar instead of use boundp.
18825 (vc-merge-news): Moved to vc-cvs.el.
18826 (vc-default-merge-news): New function.
18827
18828 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
18829 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
18830 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
18831 unknown `vc-latest-version' function. It should probably refer to
18832 vc-workfile-version or somesuch, but it's very unclear to me and I
18833 don't have SCCS to test things.
18834
18835 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
18836 (vc-sccs-state-heuristic): Fix typo.
18837 (vc-sccs-workfile-unchanged-p): Add missing argument.
18838
18839 * vc-rcs.el: Require vc and vc-rcs-hooks.
18840 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
18841 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
18842 (vc-release-greater-or-equal-p): Move from vc.
18843 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
18844 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
18845 (vc-rcs-checkout): Add a missing `new-version' argument in the
18846 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
18847
18848 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
18849 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
18850 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
18851 than the apparently unbound `workfile-version'.
18852
18853 * vc-hooks.el (vc-master-templates): Def the obsolete var.
18854 (vc-file-prop-obarray): Use `make-vector'.
18855 (vc-backend-functions): Add new hookable functions
18856 vc-toggle-read-only, vc-record-rename and vc-merge-news.
18857 (vc-loadup): If neither backend nor default functions exist, use
18858 the backend function rather than nil.
18859 (vc-call-backend): If the function if not bound yet, try to load
18860 the non-hook file to see if it provides it.
18861 (vc-call): New macro plus use it wherever possible.
18862 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
18863 nor `vc-find-binary' since it's only called from
18864 vc-mistrust-permission which is only used once the backend is known.
18865 (vc-checkout-model): Fix parenthesis.
18866 (vc-recompute-state, vc-prefix-map): Move to vc.el.
18867
18868 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
18869 (vc-cvs-release, vc-cvs-system-release): Remove.
18870 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
18871 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
18872 status symbols.
18873 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
18874 (vc-cvs-toggle-read-only): First cut at a function to allow a
18875 cvs-status-free vc-toggle-read-only.
18876 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
18877 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
18878 vc-cvs-status. Also set vc-state rather than vc-locking-user.
18879 (vc-cvs-checkout): Modify access rights directly if the user
18880 requested not to use `cvs edit'. And refresh the mode line.
18881
18882 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
18883 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
18884
18885 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18886
18887 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
18888 workfile' that got lost when the code was extracted from vc.el.
18889 And merged the tail with the rest of the code (not possible in the
18890 old vc.el where the tail was shared among all backends). And
18891 explicitly set the state to 'edited if `writable' is set.
18892
18893 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
18894 (vc-cvs-state): Be careful to return the value from
18895 vc-cvs-parse-state.
18896 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
18897 property but return it instead. Also be careful to handle a nil
18898 or "" `rev' when workfile is non-nil (it was handled properly when
18899 workfile was nil).
18900
18901 * vc.el: Removed those pesky unnecessary `(function' quotes.
18902 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
18903 directly in the defvar.
18904 (vc-do-command): Bind inhibit-read-only so as to properly handle
18905 the case where the destination buffer has been made read-only.
18906 (vc-diff): Delegate to vc-version-diff in all cases.
18907 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
18908 (vc-annotate-mode-variables): Removed (code moved partly to
18909 defvars and partly to vc-annotate-add-menu).
18910 (vc-annotate-mode): Turned into a derived-mode.
18911 (vc-annotate-add-menu): Moved in code in
18912 vc-annotate-mode-variables.
18913 (vc-update-change-log): Use make-temp-file if available.
18914
18915 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
18916
18917 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
18918 `vc-checkout-model' updated to `vc-cvs-update-model'.
18919
18920 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18921
18922 * vc.el (vc-next-action-on-file): Added handling of state
18923 `unlocked-changes'.
18924 (vc-checkout-carefully): Is now practically obsolete, unless the
18925 above is too slow to be enabled unconditionally.
18926 (vc-update-change-log): Fixed typo.
18927
18928 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
18929
18930 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
18931 Now handles state `unlocked-changes'.
18932 (vc-sccs-workfile-unchanged-p): New function, to support the above.
18933
18934 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
18935
18936 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
18937 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
18938 `unlocked-changes'.
18939 (vc-rcs-workfile-unchanged-p): Renamed from
18940 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
18941 function yet, but supposed to become one soon.
18942
18943 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
18944 `vc-steal-lock'.
18945 (vc-call-backend): Changed error message.
18946 (vc-state): Added description of state `unlocked-changes'.
18947
18948 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18949
18950 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
18951 always return t in CVS-controlled directories.
18952
18953 * vc.el (vc-responsible-backend): New function.
18954 (vc-register): Largely rewritten.
18955 (vc-admin): Removed (implementation moved into vc-register).
18956 (vc-checkin): Redocumented.
18957 (vc-finish-logentry): If no backend defined yet (because we are in
18958 the process of registering), use the responsible backend.
18959
18960 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
18961 Updated function lists.
18962 (vc-call-backend): Fixed typo.
18963
18964 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
18965 New functions.
18966 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
18967 Removed query option. Redocumented.
18968
18969 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18970
18971 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
18972
18973 * vc.el: Updated callers of `vc-checkout-required' to use
18974 `vc-checkout-model'.
18975
18976 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18977
18978 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
18979 stuff updated to reference this function instead of the old
18980 `vc-backend-release-p'.
18981
18982 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18983
18984 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
18985 vc-checkout-model. Return appropriate values. Updated callers.
18986
18987 2000-09-04 Martin Lorentzson <martinl@gnu.org>
18988
18989 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
18990 (vc-backend-revert): Function moved into `vc-revert';
18991 `vc-next-action' must be updated to accomodate this change.
18992 (vc-backend-steal): Function moved into `vc-finish-steal'.
18993 (vc-backend-logentry-check): Function moved into
18994 `vc-finish-logentry'.
18995 (vc-backend-printlog): Function moved into `vc-print-log'.
18996 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
18997 (vc-backend-assign-name): Function moved into
18998 `vc-create-snapshot'.
18999
19000 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
19001
19002 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
19003 Rename to vc-checkout-model. Return appropriate values.
19004 Update callers.
19005
19006 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
19007 to vc-checkout-model.
19008 (vc-checkout-required): Rename to vc-checkout-model.
19009 Re-implement and re-comment.
19010 (vc-after-save): Use vc-checkout-model.
19011
19012 2000-09-04 Martin Lorentzson <martinl@gnu.org>
19013
19014 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
19015 Update to use the vc-BACKEND-diff functions instead.
19016 `vc-diff' is now working.
19017
19018 * vc-rcs.el (vc-rcs-logentry-check): New function.
19019
19020 * vc-cvs.el (vc-cvs-logentry-check): New function.
19021
19022 * vc-sccs.el (vc-sccs-diff): Function changed name from
19023 `vc-backend-diff'. This makes `vc-diff' work.
19024
19025 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
19026 of functions possibly implemented in a vc-BACKEND library.
19027 (vc-checkout-required): Fix bug that caused an error to be
19028 signaled during `vc-after-save'.
19029
19030 * vc.el: Fix typo.
19031 This checkin is made with our new VC code base for the very first time.
19032 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
19033
19034 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
19035 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
19036
19037 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
19038 updated to `vc-uses-locking'.
19039 (vc-checkout-required): Call to backend function.
19040 `vc-checkout-required' updated to `vc-uses-locking' instead.
19041
19042 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
19043 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
19044
19045 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
19046 to match the split into various backends.
19047 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
19048 (vc-retrieve-snapshot): Bug fix.
19049
19050 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
19051
19052 * vc-sccs.el (vc-sccs-release): Doc fix.
19053
19054 2000-09-04 Martin Lorentzson <martinl@gnu.org>
19055
19056 * vc.el (vc-next-action-on-file): Bug found and fixed.
19057 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
19058 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
19059
19060 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
19061 (vc-rcs-checkout): Name space cleaned up. No more revision number
19062 crunching function names that are not prefixed with vc-rcs.
19063 (vc-rcs-checkout-model): Function added. References to
19064 `vc-checkout-model' replaced.
19065
19066 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
19067
19068 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
19069 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
19070 still need to be split, and implemented for RCS).
19071
19072 2000-09-04 Martin Lorentzson <martinl@gnu.org>
19073
19074 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
19075
19076 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
19077 required by the vc.el file.
19078
19079 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
19080 required by the vc.el file.
19081 (vc-rcs-exists): Function added.
19082
19083 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
19084 required by the vc.el file.
19085
19086 * vc.el (vc-admin): Updated to handle selection of appropriate
19087 backend. Current implementation is crufty and need re-thinking.
19088
19089 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
19090
19091 2000-09-04 Martin Lorentzson <martinl@gnu.org>
19092
19093 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
19094 beginning of annotate buffers correctly.
19095
19096 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
19097 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
19098 functionality updated quite a lot to support multiple backends.
19099 Variables `vc-annotate-mode', `vc-annotate-buffers',
19100 `vc-annotate-backend' added.
19101
19102 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
19103 `vc-annotate-difference' added to supported backend functions.
19104
19105 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
19106
19107 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
19108 Use with-temp-file instead of /bin/sh. Merged from mainline
19109
19110 2000-09-04 Martin Lorentzson <martinl@gnu.org>
19111
19112 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
19113
19114 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
19115
19116 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
19117
19118 2000-09-04 Martin Lorentzson <martinl@gnu.org>
19119
19120 * vc-hooks.el: vc-state-heuristic added to
19121 vc-backend-hook-functions.
19122
19123 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
19124
19125 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
19126
19127 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
19128 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
19129 state to `reserved'.
19130
19131 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
19132 `vc-checkout-required'. Rename the `locked' state to `reserved'.
19133
19134 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
19135
19136 * vc-rcs-hooks.el: Implement new state model. Hardly anything
19137 untouched.
19138
19139 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
19140
19141 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
19142 if defined. (Merged from main line, slightly adapted.)
19143
19144 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
19145 millenium problem (merged from mainline).
19146
19147 2000-09-04 Martin Lorentzson <martinl@gnu.org>
19148
19149 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
19150 part and moved the non-BACKEND stuff to vc.el.
19151
19152 * vc.el: Split the annotate feature into a BACKEND specific part
19153 and moved it from the vc-cvs.el file to this one.
19154
19155 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
19156
19157 * vc-hooks.el: Implement new state model.
19158 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
19159 (vc-locking-user): Simplify. Now only needed if the file is
19160 locked by somebody else.
19161 (vc-lock-from-permissions): Remove. Functionality is in
19162 vc-sccs-hooks.el and vc-rcs-hooks.el now.
19163 (vc-mode-line-string): New name for former vc-status. Adapted.
19164 (vc-mode-line): Adapt to use the above. Remove optional parameter.
19165
19166 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
19167 Various simplifications and adaptations all over the place.
19168
19169 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
19170 Simplify and adapt the rest.
19171
19172 * vc.el (vc-resynch-window): Add TODO comment: check for
19173 interaction with view mode according to recent RCS change.
19174 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
19175
19176 2000-09-04 Martin Lorentzson <martinl@gnu.org>
19177
19178 * vc.el: Convert the remaining function comments to docstrings.
19179
19180 2000-09-04 Martin Lorentzson <martinl@gnu.org>
19181
19182 * vc.el (vc-backend-release, vc-release-greater-or-equal)
19183 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
19184 (vc-minor-part, vc-previous-version): Functions that operate and
19185 compare revision numbers got proper documentation. Comments added
19186 about their possible removal.
19187
19188 2000-09-04 Martin Lorentzson <martinl@gnu.org>
19189
19190 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
19191 the vc-backend.el files.
19192
19193 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
19194
19195 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
19196 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
19197 (vc-rcs-previous-version): Functions added.
19198
19199 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
19200
19201 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
19202
19203 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
19204
19205 * vc-hooks.el (vc-master-templates): Is really obsolete.
19206 Comment out the definition for now. What is the right procedure
19207 to get rid of it?
19208 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
19209 rewritten.
19210 (vc-default-registered): Remove.
19211 (vc-check-master-templates): New function; does mostly what the
19212 above did before.
19213 (vc-locking-user): Don't rely on the backend to set the property.
19214
19215 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
19216 Rewrite documentation.
19217 (vc-rcs-templates-grabbed): New variable.
19218 (vc-rcs-grab-templates): New function.
19219 (vc-rcs-registered): Rewrite to use above mechanism.
19220
19221 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
19222 Rewrite documentation.
19223 (vc-sccs-templates-grabbed): New variable.
19224 (vc-sccs-grab-templates): New function.
19225 (vc-sccs-registered): Rewrite to use above mechanism.
19226 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
19227 Don't throw the result, simply return it.
19228
19229 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
19230 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
19231 (vc-cvs-registered): Does the check itself now. Simplify.
19232
19233 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
19234 from main line.
19235
19236 2000-09-04 Martin Lorentzson <martinl@gnu.org>
19237
19238 * vc-cvs.el (vc-cvs-diff): New function.
19239
19240 * vc-sccs.el (vc-sccs-diff): New function.
19241
19242 * vc-rcs.el (vc-rcs-diff): New function.
19243 (vc-rcs-checkout): Bug (typo) found and fixed.
19244 (vc-rcs-register-switches): New variable.
19245
19246 * vc.el (vc-backend-diff): Function removed and placed in the
19247 backend files.
19248
19249 2000-09-04 Martin Lorentzson <martinl@gnu.org>
19250
19251 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
19252
19253 * vc.el (vc-backend-checkout): Function removed and replaced in
19254 the vc-backend.el files.
19255
19256 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
19257
19258 * vc.el (vc-backend-admin): Removed and replaced in the
19259 vc-backend.el files.
19260
19261 * vc.el (Martin): Removed all the annotate functionality since it
19262 is CVS backend specific.
19263
19264 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
19265
19266 * spec.txt: Added specification of vc-state.
19267
19268 * vc-sccs-hooks.el (vc-sccs-master-properties):
19269 Remove handling of vc-latest-version and
19270 vc-your-latest-version. What used to be vc-latest-version, is now
19271 returned as vc-workfile-version.
19272 (vc-sccs-workfile-version): Adapt.
19273
19274 2000-09-04 Dave Love <fx@gnu.org>
19275
19276 * vc.el: [Merged from mainline.]
19277 (vc-dired-mode): Make the dired-move-to-filename-regexp
19278 regexp match the date, to avoid treating date as file size.
19279 Add YYYY S option to WESTERN/
19280
19281 2000-09-04 Dave Love <fx@gnu.org>
19282
19283 * vc.el: Require `compile' when compiling.
19284 (vc-logentry-check-hook): New option.
19285 (vc-steal-lock): Use compose-mail.
19286 (vc-dired-mode-map): Defvar when compiling.
19287 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
19288 vc-sccs.el and renamed. Callers changed.
19289 (vc-backend-checkout, vc-backend-logentry-check)
19290 (vc-backend-merge-news): Doc fix.
19291 (vc-default-logentry-check): New function.
19292 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
19293 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
19294 (vc-backend-merge): Doc fix. Use backend functions.
19295 (vc-check-headers): Use backend functions.
19296
19297 * vc-cvs.el: Require vc when compiling.
19298 (vc-cvs-register-switches): Doc fix.
19299 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
19300 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
19301 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
19302 New functions (code from vc.el).
19303 (vc-annotate-display-default): Fix interactive spec.
19304 (vc-annotate-time-span): Doc fix.
19305
19306 * vc-rcs.el: Require vc when compiling.
19307 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
19308 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
19309 (vc-rcs-checkin): New functions (code from vc.el).
19310 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
19311 Doc fix.
19312 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
19313
19314 * vc-sccs.el: Require vc when compiling.
19315 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
19316 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
19317 (vc-sccs-revert)
19318 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
19319 from vc.el).
19320 (vc-sccs-add-triple, vc-sccs-record-rename)
19321 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
19322 (vc-sccs-admin): Doc fix.
19323
19324 2000-09-04 Martin Lorentzson <martinl@gnu.org>
19325
19326 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
19327 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
19328 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
19329 from vc.el.
19330
19331 * vc-sccs.el (vc-admin-sccs): Added from vc.el
19332
19333 * vc-cvs.el: Moved the annotate functionality from vc.el.
19334 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
19335
19336 2000-09-04 Dave Love <fx@gnu.org>
19337
19338 * vc.el (vc-backend-release): Call vc-system-release.
19339
19340 * vc-sccs.el (vc-sccs-system-release):
19341 Renamed from vc-sccs-backend-release.
19342
19343 * vc-rcs.el (vc-rcs-system-release):
19344 Renamed from vc-rcs-backend-release.
19345
19346 * vc-cvs.el (vc-cvs-system-release):
19347 Renamed from vc-cvs-backend-release.
19348
19349 2000-09-04 Dave Love <fx@gnu.org>
19350
19351 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
19352 backend files.
19353 (vc-backend-release): Dispatch to backend functions.
19354 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
19355 probably needs attention.]
19356
19357 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
19358 (vc-sccs-backend-release): New function.
19359
19360 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
19361 (vc-cvs-backend-release): New function.
19362
19363 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
19364 Doc fix.
19365 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
19366 (vc-default-dired-state-info): New function.
19367 (vc-dired-state-info): Dispatch to backends.
19368 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
19369
19370 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
19371 from vc.el and renamed.
19372
19373 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
19374
19375 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
19376 (vc-version-other-window, vc-backend-assign-name): Removed
19377 references to vc-latest-version; sometimes changed into
19378 vc-workfile-version.
19379
19380 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
19381 vc-rcs-master-workfile-version.
19382 (vc-rcs-workfile-version): Use the above. Don't call
19383 vc-latest-version (that was unreachable code, anyway).
19384 (vc-rcs-fetch-master-properties): Doc fix.
19385
19386 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
19387 (vc-backend-hook-functions): Removed them from this list, too.
19388 (vc-fetch-properties): Removed.
19389 (vc-workfile-version): Doc fix.
19390
19391 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
19392 (vc-rcs-workfile-version, vc-rcs-locking-user)
19393 (vc-rcs-uses-locking): Use it.
19394
19395 * vc-hooks.el (vc-consult-rcs-headers):
19396 Moved into vc-rcs-hooks.el, under the name
19397 vc-rcs-consult-headers.
19398
19399 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
19400 headers.
19401 (vc-cvs-find-master): Use this name only; correct different
19402 versions of the name.
19403
19404 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
19405 New functions.
19406 (vc-sccs-locking-user): Use the latter.
19407
19408 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
19409 New functions.
19410
19411 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
19412 Moved into both
19413 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
19414 functions are implementation details of those two backends.
19415
19416 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
19417
19418 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
19419 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
19420
19421 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
19422 (vc-sccs-parse-locks): SCCS-specific code moved here from
19423 vc-hooks.
19424
19425 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
19426 code moved here from vc-hooks.
19427
19428 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
19429 into back-end specific parts and removed. Callers not updated
19430 yet; because I guess these callers will disappear into back-end
19431 specific files anyway.
19432
19433 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
19434
19435 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
19436 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
19437 `vc-uses-locking'.
19438
19439 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
19440 Store yes/no in the property, and return t/nil. Updated all
19441 callers.
19442
19443 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
19444 vc-sccs-uses-locking. Don't set property.
19445 (vc-sccs-locking-user): Don't set property.
19446
19447 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
19448 vc-cvs-uses-locking. Don't set property here; leave that to
19449 vc-hooks.
19450 (vc-cvs-locking-user): Reflect above change. Streamlined.
19451
19452 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
19453 vc-rcs-uses-locking.
19454 (vc-rcs-locking-user): Reflect above change.
19455
19456 2000-09-04 Dave Love <fx@gnu.org>
19457
19458 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
19459
19460 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
19461
19462 * vc-hooks.el (vc-checkout-model): Punt to backends.
19463
19464 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
19465
19466 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
19467
19468 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
19469 New functions.
19470
19471 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
19472 New functions.
19473
19474 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
19475 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
19476
19477 * vc-hooks.el (vc-default-locking-user): New function.
19478 (vc-locking-user, vc-workfile-version): Punt to backends.
19479
19480 2000-09-04 Dave Love <fx@gnu.org>
19481
19482 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
19483 (vc-master-workfile-version): Moved from vc-hooks.
19484
19485 * vc-rcs-hooks.el: Fix duplicate code in last change.
19486
19487 * vc-rcs-hooks.el: Require vc-hooks when compiling.
19488 (vc-rcs-master-templates): Improve :type.
19489 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
19490 vc-master-workfile-version): Moved from vc-hooks.
19491
19492 * vc-sccs-hooks.el: Require vc-hooks when compiling.
19493 (vc-sccs-master-templates): Improve :type.
19494 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
19495
19496 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
19497
19498 * vc-cvs-hooks.el: Require vc-hooks when compiling.
19499 (vc-cvs-master-templates): Improve :type. Use
19500 vc-cvs-find-cvs-master.
19501 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
19502 from vc-hooks.
19503 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
19504
19505 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
19506 Moved to vc-cvs-hooks.
19507
19508 * vc-hooks.el: Add doc strings in various places. Simplify the
19509 minor mode setup.
19510 (vc-handled-backends): New user variable.
19511 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
19512 simplification.
19513
19514 2000-09-04 Dave Love <fx@gnu.org>
19515
19516 * vc.el: Some doc fixes for autoloaded and interactive functions.
19517 Fix compilation warnings from ediff stuff.
19518 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
19519
19520 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
19521
19522 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
19523
19524 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
19525
19526 2000-09-04 Dave Love <fx@gnu.org>
19527
19528 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
19529 New variable.
19530 (vc-make-backend-function, vc-loadup, vc-call-backend)
19531 (vc-backend-defines): New functions.
19532
19533 * vc-hooks.el: Various doc fixes.
19534 (vc-default-back-end, vc-follow-symlinks): Custom fix.
19535 (vc-match-substring): Function removed. Callers changed to use
19536 match-string.
19537 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
19538 Simplify.
19539
19540 2000-09-04 Dave Love <fx@gnu.org>
19541
19542 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
19543 type.
19544 (vc-sccs-project-dir, vc-search-sccs-project-dir)
19545 (vc-sccs-registered): Doc fix.
19546
19547 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
19548 (vc-cvs-registered): Doc fix.
19549
19550 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
19551 (vc-rcs-registered): Doc fix.
19552
19553 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
19554
19555 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
19556
19557 * vc-hooks.el: vc-registered has been renamed
19558 vc-default-registered. Some functions have been moved to the
19559 backend specific files. they all support the
19560 vc-BACKEND-registered functions.
19561
19562 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
19563
19564 * vc-hooks.el: This is 1.113 from the emacs sources
19565
19566 * vc.el: This is 1.244 from the emacs sources
19567
19568 2000-09-04 Dave Love <fx@gnu.org>
19569
19570 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
19571 menu-bar-update-hook.
19572
19573 * help.el (help-manyarg-func-alist): Add
19574 find-operation-coding-system.
19575
19576 * wid-edit.el (widget-sexp-validate): Fix garbled code.
19577
19578 * custom.el (custom-set-variables): Print message about errors in
19579 setting.
19580
19581 2000-09-03 Andrew Innes <andrewi@gnu.org>
19582
19583 * makefile.w32-in: Change to DOS line endings.
19584
19585 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
19586
19587 * mouse.el (mouse-popup-menubar): Supply the prompt string for
19588 minor-mode keymaps, if they don't have one.
19589
19590 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
19591
19592 * eshell/esh-module.el (eval-when-compile): Don't lose if
19593 esh-module.el's file name is truncated to DOS 8+3 limits.
19594
19595 2000-09-01 John Wiegley <johnw@gnu.org>
19596
19597 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
19598 predicate, which caused entries in the completion list to be
19599 doubled.
19600
19601 2000-08-30 John Wiegley <johnw@gnu.org>
19602
19603 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
19604 sending to subprocesses. Also, hook pre-command-hook if
19605 `eshell-send-direct-to-subprocesses' is non-nil.
19606 (eshell-send-direct-to-subprocesses): New config variable. If t,
19607 subprocess input is send immediately.
19608 (eshell-toggle-direct-send): New function.
19609 (eshell-self-insert-command): New function.
19610 (eshell-intercept-commands): New function.
19611 (eshell-send-input): If direct subprocess sending is enabled,
19612 don't echo any input to the Eshell buffer. Let the subprocess
19613 handle that. This requires "stty echo" in bash, for example.
19614
19615 2000-08-28 John Wiegley <johnw@gnu.org>
19616
19617 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
19618 completion function for Eshell's implementation of `unset'.
19619
19620 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
19621
19622 * info.el (Info-directory-list): Doc fix.
19623
19624 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
19625
19626 * filecache.el (file-cache-add-directory-using-find): Don't quote
19627 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
19628
19629 2000-08-31 Kenichi Handa <handa@etl.go.jp>
19630
19631 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
19632 coding systems.
19633
19634 2000-08-30 Andrew Innes <andrewi@gnu.org>
19635
19636 * timer.el (run-with-idle-timer): Undo last change, so that timer
19637 is not activated immediately if Emacs is already idle. Some
19638 existing code relies on this behaviour.
19639
19640 2000-08-30 Miles Bader <miles@gnu.org>
19641
19642 * frame.el (set-frame-font): Do completion of font-name for
19643 interactive use.
19644
19645 2000-08-30 Kenichi Handa <handa@etl.go.jp>
19646
19647 * international/quail.el (quail-start-translation): Bind locally
19648 last-command-event, last-command, and this-command.
19649 (quail-start-conversion): Likewise.
19650 (quail-self-insert-command): Fix docstring.
19651
19652 2000-08-29 Gerd Moellmann <gerd@gnu.org>
19653
19654 * progmodes/executable.el
19655 (executable-make-buffer-file-executable-if-script-p): Check that
19656 buffer contains at least 2 characters.
19657
19658 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
19659
19660 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
19661
19662 2000-08-29 Dave Love <fx@gnu.org>
19663
19664 * diff-mode.el (diff-mode) <defgroup>: Add :version.
19665 (diff-mode-shared-map): Bind mouse-2.
19666 (diff-imenu-generic-expression): New variable.
19667 (diff-mode): Use it.
19668
19669 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
19670 (mouse-popup-menubar): Add minor mode menus.
19671 (popup-menu): Check for lookup-key returning number.
19672
19673 2000-08-29 Miles Bader <miles@gnu.org>
19674
19675 * comint.el (comint-send-input): Create overlays using the proper
19676 front/read-advance arguments.
19677
19678 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19679
19680 * ps-print.el: Even/odd pages printing. Doc fix.
19681 (ps-print-version): New version number (6.0).
19682 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
19683 (ps-background, ps-begin-file, ps-begin-job): Code fix.
19684 (ps-print-duplex-feature): Variable eliminated.
19685 (ps-even-or-odd-pages): New variable.
19686
19687 * progmodes/ebnf2ps.el: Doc fix.
19688 (ebnf-version): New version (3.3).
19689 (ebnf-user-arrow): Change variable customization to sexp.
19690 (ebnf-user-arrow): Function eliminated.
19691 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
19692
19693 2000-08-29 Kenichi Handa <handa@etl.go.jp>
19694
19695 * help.el (help-xref-mule-regexp): New variable.
19696 (help-make-xrefs): Handle help-xref-mule-regexp.
19697
19698 * international/mule-cmds.el (help-xref-mule-regexp-template): New
19699 variable.
19700 (describe-input-method): Temporarily activate the specfied input
19701 method to display the information.
19702 (describe-language-environment): Hyperlinks to mule related items.
19703
19704 * international/mule-diag.el (charset-multibyte-form-string): New
19705 function.
19706 (list-character-sets-1): Use charset-multibyte-form-string.
19707 (describe-character-set): New function.
19708 (describe-coding-system): Hyperlinks to safe character sets.
19709
19710 * international/quail.el (quail-help): New arg PACKAGE.
19711 Hyperlinks to mule related items.
19712 (quail-help-insert-keymap-description): Use
19713 substitute-command-keys instead of describe-bindings.
19714 (quail-translation-help): Hyperlinks to mule related items.
19715
19716 2000-08-28 John Wiegley <johnw@gnu.org>
19717
19718 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
19719 have a defsubst call itself. Made `eshell-flatten-list' back into
19720 a function again.
19721
19722 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
19723 catch, in case re-centering point at bottom messes up the display.
19724 This happens frequently in Emacs 21, due I believe to variable
19725 line heights.
19726
19727 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
19728 to call `find-tag-interactive'.
19729
19730 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
19731 the list of remember directories.
19732
19733 2000-08-28 John Wiegley <johnw@gnu.org>
19734
19735 * align.el: Test align-region-separate to see if it's a symbol.
19736
19737 2000-08-28 John Wiegley <johnw@gnu.org>
19738
19739 * eshell/esh-util.el (eshell-flatten-list): Made this function
19740 into a defsubst form. It gets used very frequently, although
19741 calls don't occur all that often.
19742
19743 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
19744 examining it.
19745
19746 * eshell/esh-cmd.el (eshell-rewrite-while-command):
19747 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
19748 `eshell-protect'.
19749 (eshell-copy-handles): Created a new macro for duplicating the
19750 current set of open handles. This is needed by the looping
19751 functions.
19752 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
19753 is not incorrectly stomped on.
19754
19755 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
19756 declaration for pcomplete-use-paring.
19757 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
19758 value of eshell-cmpl-use-paring.
19759 * pcomplete.el (pcomplete-use-paring): New config variable, to
19760 indicate whether paring should be used.
19761 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
19762 completion alternatives that have already been used.
19763
19764 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
19765 bound to C-c C-y, which will repeat the previous N arguments
19766 (based on prefix argument).
19767 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
19768
19769 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
19770 if there is no *Help* buffer. This is for XEmacs, which renames
19771 its help buffers uniquely. TODO: Find out what the current buffer
19772 name to delete is.
19773
19774 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
19775 first entry that correlates to a passwd/group number. Later
19776 entries (used for group/user name aliasing to multiple IDs) are
19777 ignored.
19778
19779 * eshell/em-xtra.el (eshell/expr):
19780 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
19781 (eshell-grep, eshell/diff, eshell/locate):
19782 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
19783 argument list, before passing it to the system command.
19784
19785 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
19786 `find-tag' for use at final position in Eshell buffers (which
19787 otherwise triggers an error on Emacs 21).
19788 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
19789 buffer, if it is currently bound to `find-tag'.
19790
19791 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
19792 in the list of matched Makefile names.
19793 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
19794 directory, prefer its contents to Makefile.
19795
19796 * eshell/em-dirs.el (eshell/cd): cd commands that look up
19797 directory parts (like "cd old new", or "cd =regexp"), are now case
19798 sensitive on non-Windows/DOS platforms.
19799
19800 * eshell/esh-mode.el (eshell-parse-command-input): When a user
19801 types RET after an open delimiter (like "), display a message
19802 indicating that Eshell is waiting for the closing delimiter.
19803
19804 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
19805 environment variables.
19806
19807 * eshell/em-unix.el (eshell/diff): Added logic to fail more
19808 gracefully if the user enters incorrect arguments.
19809
19810 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
19811 Eshell buffers.
19812
19813 * eshell/esh-var.el (eshell-interpolate-variable):
19814 * eshell/esh-mode.el (eshell-move-argument):
19815 * eshell/em-unix.el (eshell-du-sum-directory):
19816 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
19817 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
19818 (not (= ...)).
19819
19820 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
19821 to ensure the `preserve' flag gets propagated when doing recursive
19822 directory copies.
19823
19824 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
19825
19826 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
19827 Don't convert \n into \0177 in memory.
19828 (eshell-read-history, eshell-write-history): Convert \n to \0177,
19829 and back again, when reading and writing.
19830
19831 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
19832
19833 * eshell/esh-util.el (eshell-processp): Added to relieve constant
19834 testing of `fboundp' on `processp'.
19835
19836 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
19837 (eshell/jobs): Don't call process-list if it is not bound.
19838 (eshell-gather-process-output): Support systems where async
19839 subprocesses aren't supported.
19840 (eshell-scratch-buffer, eshell-last-sync-output-start): New
19841 variables.
19842
19843 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
19844 eshell-do-eval returns t.
19845 (eshell-do-pipelines-synchronously): New defmacro.
19846 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
19847 when async subprocesses aren't supported.
19848 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
19849 if async subprocesses aren't supported.
19850 (eshell-resume-command): Don't assume STATUS is a string.
19851
19852 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
19853
19854 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
19855 (eshell-close-target, eshell-get-target): Use eshell-processp.
19856 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
19857 fix.
19858 (eshell-get-target, eshell-create-handles): Doc fix.
19859
19860 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
19861
19862 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
19863 criterion to include commands that output something, as long as it
19864 leaves both the command and the end-of-buffer visible when the
19865 command has exited.
19866 (eshell-review-quick-commands): Adjust the help doc string
19867 accordingly.
19868
19869 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
19870
19871 * locate.el (locate): Cleaned up locate command's interactive prompting
19872 Thanks to Fran,Ag(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
19873
19874 * filecache.el (file-cache-case-fold-search): New variable
19875 (file-cache-assoc-function): New variable
19876 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
19877 Use file-cache-case-fold-search variable
19878 (file-cache-add-file): Use file-cache-assoc-function
19879 (file-cache-delete-file): likewise
19880 (file-cache-directory-name): likewise
19881 (file-cache-debug-read-from-minibuffer): likewise
19882
19883 2000-08-28 Gerd Moellmann <gerd@gnu.org>
19884
19885 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
19886 (abbrev-table-name): New function.
19887 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
19888 If non-nil list local abbrev, only.
19889
19890 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
19891
19892 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
19893 from Gnus support code, and use special article copy buffer
19894 `(gnus-original-article-buffer)' instead. This allows to get rid
19895 of article-hide-headers usage (which breaks in the latest Gnus
19896 version). Thanks to Detlev Zundel.
19897
19898 2000-08-28 Kenichi Handa <handa@etl.go.jp>
19899
19900 * international/quail.el (quail-use-package): Hide "... loaded"
19901 message.
19902 (quail-start-translation, quail-start-conversion): Likewise.
19903
19904 * international/kkc.el (kkc-region): Hide "... loaded" message.
19905
19906 2000-08-27 Dave Love <fx@gnu.org>
19907
19908 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
19909
19910 2000-08-27 Miles Bader <miles@gnu.org>
19911
19912 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
19913
19914 2000-08-27 Kenichi Handa <handa@etl.go.jp>
19915
19916 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
19917 'ja-dic-cnv), not (require 'skkdic-cnv).
19918
19919 2000-08-26 Miles Bader <miles@gnu.org>
19920
19921 * faces.el (face-x-resources): Add entry for :inherit.
19922 * cus-face.el (custom-face-attributes): Add support for :inherit
19923 attribute. Add support for relative face heights.
19924 (custom-face-attributes-get): Treat `nil' as being a default value
19925 for :inherit (as well as `unspecified').
19926
19927 * faces.el (set-face-attribute): Update doc string.
19928 (face-attribute-name-alist): Add :inherit.
19929 (face-valid-attribute-values): Handle :inherit.
19930 (face-read-string): Rephrase prompt to be less confusing.
19931 Assume that DEFAULT is a string, since we must return a string.
19932 (face-read-integer): Use `format' to turn DEFAULT into an
19933 acceptable default for face-read-string. Match NEW-VALUE against
19934 the string "unspecified", not the symbol `unspecified', since
19935 that's what face-read-string returns.
19936 (read-face-attribute): Lookup a name for old-value in valid, and
19937 use it as a default if we find one. Treat all values from
19938 face-read-string as strings. If the default is used, don't do any
19939 more processing on the value, just use the old value directly.
19940 (read-face-and-attribute, modify-face): Tweak prompt.
19941 (read-face-name): Don't assume prompt ends with a space.
19942
19943 * faces.el (describe-face): Add support for :inherit attribute.
19944
19945 2000-08-25 Kenichi Handa <handa@etl.go.jp>
19946
19947 * terminal.el (terminal-emulator): Fix args to `concat'. Now
19948 concat doesn't accept interger.
19949
19950 * international/kkc.el: Remove SKK from Keywords. Require
19951 ja-dic-utl instead of skkdic-utl.
19952
19953 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
19954 Provide ja-dic-cnv instead of skkdic-cnv.
19955 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
19956 (iso-2022-7bit-short): Add safe-charsets property.
19957 (skkdic-convert-postfix): Search Japanese chou-on character in
19958 addition to Hiragana character.
19959 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
19960 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
19961 (batch-skkdic-convert): Likewise.
19962
19963 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
19964 Provide ja-dic-utl instead of skkdic-utl.
19965 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
19966
19967 2000-08-24 Dave Love <fx@gnu.org>
19968
19969 * disp-table.el (standard-display-default): Make the test of `l'
19970 useful.
19971
19972 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
19973 mod sample text.
19974
19975 * international/iso-ascii.el: Make pilcrow convenient string
19976 consistent with section.
19977 (iso-ascii-display): Set up multibyte characters as well as
19978 unibyte.
19979
19980 2000-08-24 Kenichi Handa <handa@etl.go.jp>
19981
19982 * international/mule-cmds.el (reset-language-environment): Set
19983 default-process-coding-system to '(undecided . iso-latin-1), which
19984 makes process I/O almost consistent with file I/O. Call this
19985 function when mule-cmds.el[c] is loaded.
19986
19987 2000-08-22 Andrew Innes <andrewi@gnu.org>
19988
19989 * makefile.w32-in: New file.
19990
19991 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
19992
19993 * comint.el (comint-output-filter): Compare end of
19994 comint-last-output-overlay with the start of the newly inserted
19995 text, not the end, when deciding whether to extend it.
19996 Set saved-point's insertion type to advance after insertion.
19997
19998 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
19999 since this is now done independently of font-lock mode.
20000
20001 2000-08-21 Gerd Moellmann <gerd@gnu.org>
20002
20003 * server.el (server-kill-new-buffers): New user option.
20004 (server-existing-buffer): New buffer-local variable.
20005 (server-visit-files): When using an existing buffer, set
20006 server-existing-buffer to t.
20007 (server-buffer-done): If server-kill-new-buffers is t, kill the
20008 buffer, unless it was already present before visiting it with
20009 Emacs server.
20010
20011 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
20012
20013 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
20014 even if the display doesn't support colors: some displays will
20015 support bold/underline faces.
20016
20017 2000-08-21 Gerd Moellmann <gerd@gnu.org>
20018
20019 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
20020
20021 * startup.el (command-line): If user's init file had an error,
20022 add explanatory text to *Messages*.
20023
20024 2000-08-21 Kenichi Handa <handa@etl.go.jp>
20025
20026 * man.el (Man-getpage-in-background): Decode the process output by
20027 the system locale coding system.
20028
20029 2000-08-20 Dave Love <fx@gnu.org>
20030
20031 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
20032 Don't test x-popup-menu.
20033 (function) <complete-function>: Complete only fbound symbols.
20034 <validate, value>: New.
20035 (variable) <complete-function>: Complete only bound symbols.
20036 (coding-system): Add :base-only, :complete-function, :validate,
20037 :value, :prompt-match.
20038 (widget-coding-system-prompt-value): Use read-coding-system and
20039 act on :base-only.
20040 (editable-field): Add :help-echo.
20041 (widget-push-button-gui, widget-push-button-cache)
20042 (widget-gui-action, widget-editable-list-gui): COmment out, along
20043 with uses.
20044 (widget-at): Make arg optional.
20045 (widget-echo-help): Adjust for current help-echo calling sequence.
20046 (widget-specify-field, widget-specify-button)
20047 (widget-specify-insert, widget-get-sibling, widget-image-find)
20048 (widget-convert, widget-insert, widget-leave-text)
20049 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
20050 (widget-setup, widget-field-find, widget-before-change)
20051 (widget-after-change, widget-default-complete)
20052 (widget-default-create, widget-default-delete)
20053 (widget-push-button-value-create, editable-field)
20054 (widget-field-prompt-value, widget-field-validate)
20055 (widget-choice-value-create, widget-choice-action)
20056 (widget-choice-validate, widget-checklist-add-item)
20057 (widget-radio-add-item, widget-radio-chosen)
20058 (widget-radio-value-inline, widget-editable-list-value-create)
20059 (widget-editable-list-entry-create)
20060 (widget-documentation-link-add)
20061 (widget-documentation-string-value-create)
20062 (widget-regexp-validate, widget-file-complete)
20063 (widget-sexp-validate, widget-plist-convert-widget)
20064 (widget-plist-convert-widget, widget-alist-convert-widget)
20065 (widget-alist-convert-widget, widget-color-complete): Simplify,
20066 particularly to avoid bindings which aren't optimized out.
20067
20068 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
20069 Doc fix.
20070 (down-list, backward-up-list, up-list, kill-sexp)
20071 (backward-kill-sexp, mark-sexp): Make arg optional.
20072 (lisp-complete-symbol): Add optional arg PREDICATE.
20073
20074 * cus-start.el: Add display-buffer-reuse-frames,
20075 file-coding-system-alist.
20076
20077 2000-08-20 Gerd Moellmann <gerd@gnu.org>
20078
20079 * startup.el (command-line): Clear realized faces after
20080 modifying TTY color mappings.
20081
20082 2000-08-20 Miles Bader <miles@gnu.org>
20083
20084 * faces.el (face-attr-match-p): Don't return true if ATTRS are
20085 merely a subset of FACE's attributes.
20086
20087 2000-08-19 Miles Bader <miles@gnu.org>
20088
20089 * comint.el (comint-output-filter): Save the point with a marker,
20090 not just a buffer position.
20091
20092 * international/mule.el (set-buffer-process-coding-system): Make
20093 interactive prompt less confusing.
20094
20095 2000-08-19 Gerd Moellmann <gerd@gnu.org>
20096
20097 * hilit-chg.el: General cleanup of doc strings, comments and
20098 code formatting.
20099
20100 2000-08-19 Miles Bader <miles@gnu.org>
20101
20102 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
20103 Compiler macro removed; beginning-of-line is no longer always
20104 equivalent to forward-line, in the presence of fields.
20105
20106 * comint.el (comint-output-filter): Remove ad-hoc saving of
20107 restriction, and just use save-restriction, now that it works
20108 correctly. Don't adjust comint-last-input-start to account for
20109 our insertion; it shouldn't have moved because we don't use
20110 insert-before-markers anymore. Comment out call to
20111 `force-mode-line-update'; why is it here?
20112
20113 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
20114 while checking for prompt to delete. Use `forward-line 0'
20115 instead of beginning-of-line.
20116 (gud-filter): Temporarily widen gud comint buffer while
20117 examining output.
20118
20119 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
20120
20121 * progmodes/sh-script.el: Big bag of typos.
20122
20123 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
20124 check since ispell-process is not bound when ispell is not yet loaded.
20125
20126 2000-08-18 Dave Love <fx@gnu.org>
20127
20128 * image.el (find-image): Copy `spec' before using plist-put.
20129
20130 2000-08-18 Gerd Moellmann <gerd@gnu.org>
20131
20132 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
20133 `portugues'.
20134
20135 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
20136 backward-kill-sexp, analogous to kill-sexp.
20137
20138 * progmodes/icon.el (icon-indent-line)
20139 (icon-is-continuation-line): Handle comments specially.
20140
20141 2000-08-17 Ken Stevens <k.stevens@ieee.org>
20142
20143 * ispell.el: Set to standard author/maintainer/keyword fields.
20144 Fine tuning to menu map appearance and operation, and added help.
20145 Remove `start' and `end' error messages when compiling.
20146 (ispell-choices-win-default-height): Fixed comment string.
20147 (ispell-dictionary-alist-1): Fixed regexp in castellano and
20148 castellano8 dictionaries.
20149 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
20150 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
20151 dictionary, added italiano dictionary.
20152 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
20153 word character
20154 (ispell-tex-skip-alists): Added psfig support.
20155 (ispell-skip-html): Renamed from ispell-skip-sgml.
20156 (ispell-begin-skip-region-regexp, ispell-skip-region)
20157 (ispell-minor-check): Improved html skipping support to skip across
20158 code, and recognize `&' commands without propper `;' syntax;
20159 (ispell-process-line): Fix alignment error when manually
20160 correcting spelling.
20161 (ispell): Fix comment string.
20162 (ispell-add-per-file-word-list): Always put word list on new line.
20163
20164 2000-08-17 Gerd Moellmann <gerd@gnu.org>
20165
20166 * format.el (format-encode-run-method): Fix error message to say
20167 `encode' instead of `decode'. Use save-window-excursion around
20168 shell-command-on-region as in format-decode-run-method because
20169 shell-command-on-region can display a buffer with error output.
20170 (format-decode): Don't record undo information for the decoding.
20171 (format-annotate-function): Add parameter FORMAT-COUNT. Make
20172 that number part of the temporary buffer name so that more than
20173 one decoding using a temporary buffer can happen safely.
20174
20175 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
20176 of `A-z' in the regexp.
20177
20178 * hilit-chg.el: Fix typos in commentary.
20179
20180 * help.el (view-emacs-news): Rewritten for new naming scheme
20181 for old NEWS files.
20182
20183 * startup.el (command-line): Pop to *Messages* in case an error
20184 is signaled while loading user-init-file.
20185
20186 2000-08-17 Andreas Schwab <schwab@suse.de>
20187
20188 * files.el (insert-directory): Don't lose original file name,
20189 undoing an undocumented change.
20190
20191 2000-08-17 Alex Schroeder <alex@gnu.org>
20192
20193 * sql.el (sql-magic-go): Use comint-bol.
20194 (sql-copy-column): Use comint-line-beginning-position.
20195 (comint-line-beginning-position): Define a replacement for
20196 comint-line-beginning-position if it is not fboundp.
20197
20198 2000-08-17 Alex Schroeder <alex@gnu.org>
20199
20200 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
20201 it didn't have any effect anyway.
20202
20203 2000-08-17 Alex Schroeder <alex@gnu.org>
20204
20205 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
20206 --pset and pager=off instead of sending \\o|cat at the beginning
20207 of the session.
20208
20209 2000-08-17 Miles Bader <miles@gnu.org>
20210
20211 * progmodes/octave-inf.el: Add compatibility definition of
20212 comint-line-beginning-position.
20213
20214 2000-08-17 Kenichi Handa <handa@etl.go.jp>
20215
20216 * startup.el (normal-top-level): Look in each dir in load-path for
20217 a leim-list.el file too. This assures of loading leim-list.el
20218 that is created at Emacs installation time even if a user have his
20219 own leim-list.el.
20220
20221 2000-08-17 Miles Bader <miles@gnu.org>
20222
20223 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
20224 foreground color to black if the background is dark.
20225
20226 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
20227
20228 * loadhist.el (unload-feature): Typo.
20229
20230 * finder.el (finder-compile-keywords):
20231 * cus-dep.el (custom-make-dependencies): Add local-variable settings
20232 to the generated file.
20233
20234 * mail/mh-e.el (mh-make-local-vars):
20235 Replace make-variable-buffer-local with make-local-variable.
20236
20237 * play/landmark.el:
20238 * options.el (Edit-options-{set,toggle,t,nil}):
20239 * mail/mailabbrev.el (mail-abbrevs-mode):
20240 * textmodes/tex-mode.el (tex-expand-files):
20241 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
20242
20243 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
20244
20245 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
20246 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
20247 Allow going past the last element.
20248 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
20249 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
20250 (cvs-mouse-toggle-mark): Don't move point.
20251 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
20252
20253 * progmodes/compile.el (grep): Provide a default set of files.
20254 (next-error): Docstring fix.
20255 (compilation-find-file): Avoid find-file (fails in a dedicated window).
20256
20257 * emacs-lisp/easy-mmode.el (define-minor-mode):
20258 Use `symbol-value' to keep the byte-compiler quiet.
20259
20260 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
20261 (diff-find-source-location): New fun, extracted from diff-goto-source.
20262 (diff-goto-source): Use it.
20263 (diff-next-complex-hunk, diff-filter-lines): New function.
20264 (diff-apply-hunk): New command.
20265
20266 * smerge-mode.el (smerge-mode-menu): Doc fix.
20267
20268 * msb.el (msb-mode): Define it in terms of define-minor-mode.
20269
20270 2000-08-16 Dave Love <fx@gnu.org>
20271
20272 * windmove.el (windmove) <defgroup>: Add :version.
20273
20274 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
20275 (goto-address-fontify-p, goto-address-highlight-p)
20276 (goto-address-url-face, goto-address-url-mouse-face)
20277 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
20278 (goto-address-url-regexp): Use thing-at-point-url-regexp.
20279 (goto-address-fontify, goto-address-at-mouse): Simplify,
20280 (goto-address-at-point): browse-url-url-at-point,
20281 goto-address-find-address-at-point can return nil.
20282 (goto-address-find-address-at-point): Return nil on failure.
20283
20284 * align.el (align) <defgroup>: Add :version.
20285
20286 * calculator.el (calculator): Add :version.
20287 (calculator): Use two lines for calculator window if `modeline'
20288 face is boxed.
20289
20290 * play/5x5.el: Doc fixes.
20291 (5x5) <defgroup>: Add :version.
20292
20293 * play/fortune.el (fortune) <defgroup>: Add :version.
20294 (fortune-append): Fix error message.
20295 (fortune-from-region): Doc fix.
20296
20297 * play/pong.el (pong): Doc fix.
20298
20299 * play/morse.el: Keywords, commentary, autoloads.
20300
20301 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
20302
20303 * desktop.el (desktop-save): Don't look at symbol-value of a
20304 member of minor-mode-alist, unless it is boundp.
20305
20306 2000-08-16 Sam Steingold <sds@gnu.org>
20307
20308 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
20309 `while'; use `with-current-buffer' instead of `save-excursion'.
20310 Removed unnecessary kludges now that "*Buffer List*" is excluded.
20311
20312 2000-08-16 Kenichi Handa <handa@etl.go.jp>
20313
20314 * international/ccl.el (declare-ccl-program): Docstring modified.
20315 (ccl-execute-with-args): Likewise.
20316
20317 2000-08-16 Miles Bader <miles@gnu.org>
20318
20319 * progmodes/sql.el: Add compatibility definition of
20320 comint-line-beginning-position.
20321
20322 2000-08-15 Gerd Moellmann <gerd@gnu.org>
20323
20324 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
20325 'buffer-menu' property.
20326 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
20327 fails.
20328 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
20329 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
20330 wasn't killed.
20331
20332 * buff-menu.el (list-buffers-noselect): Don't display the
20333 *Buffer List* buffer.
20334
20335 * font-lock.el: Require jit-lock to prevent a very late
20336 `Loading jit-lock' message.
20337
20338 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
20339 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
20340 mail address.
20341
20342 2000-08-15 Miles Bader <miles@gnu.org>
20343
20344 * textmodes/ispell.el (ispell-graphic-p): New constant.
20345 (ispell-choices-win-default-height, ispell-help): Use
20346 `ispell-graphic-p' instead of `xemacsp'.
20347
20348 2000-08-15 Dave Love <fx@gnu.org>
20349
20350 * simple.el: Autoload widget-convert when compiling.
20351 (mail-user-agent): Doc fix.
20352
20353 * help.el (function-called-at-point, variable-at-point): Use
20354 with-syntax-table.
20355 (help-manyarg-func-alist): Add insert-and-inherit.
20356
20357 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
20358
20359 * delsel.el (delsel-unload-hook): New function.
20360
20361 * find-file.el: Doc fixes. Move provide to end.
20362 (ff) <defgroup>: Add :link.
20363 (ff-goto-click): Deleted.
20364 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
20365 Use mouse-set-point.
20366
20367 * textmodes/tildify.el: Doc fixes.
20368 (tildify) <defgroup>: Add:version.
20369
20370 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
20371 (glasses-custom-set): Use set-default, not set.
20372 (minor-mode-alist): Propertize the lighter.
20373 (glasses-mode): Provide optional arg.
20374
20375 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
20376 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
20377 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
20378 option. Provide :type.
20379 (cwarn-configuration): Provide :type.
20380 (cwarn-mode): Doc fix.
20381
20382 * add-log.el (change-log-merge): Doc fix.
20383 (change-log-redate): New command.
20384
20385 * net/browse-url.el (browse-url-filename-alist): Add a clause for
20386 Doze and Dog.
20387 (browse-url): Use dolist, not mapcar.
20388 (browse-url-at-point): Check for null url.
20389 (browse-url-event-buffer, browse-url-event-point): Functions
20390 deleted.
20391 (browse-url-at-mouse, browse-url-netscape): Simplify.
20392
20393 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
20394 modes.
20395 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
20396 Fix previous change to mapcan.
20397 (msb--init-file-alist, msb--add-separators)
20398 (msb--make-keymap-menu): Simplify.
20399 (msb--choose-file-menu): Use copy-sequence.
20400 (msb-mode-map): Add title to keymap.
20401 (msb-unload-hook): New function.
20402
20403 * bs.el: Fix indentation.
20404 (bs) <defgroup>: Add :links.
20405 (bs-show): Doc fix.
20406 (bs-apply-sort-faces): Don't use window-system.
20407 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
20408
20409 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
20410
20411 * calendar/timeclock.el (timeclock-file): Run .timelog through
20412 convert-standard-filename.
20413
20414 2000-08-14 Gerd Moellmann <gerd@gnu.org>
20415
20416 * emacs-lisp/authors.el: New file.
20417
20418 * paren.el (show-paren-priority): New user option.
20419 (show-paren-function): Set overlay priorities to
20420 show-paren-priority.
20421
20422 2000-08-14 Miles Bader <miles@gnu.org>
20423
20424 * comint.el (comint-bol): Use `forward-line 0' instead of calling
20425 beginning-of-line with inhibit-field-text-motion bound.
20426
20427 2000-08-14 Gerd Moellmann <gerd@gnu.org>
20428
20429 * calendar/timeclock.el: New file.
20430
20431 2000-08-14 David Ponce <david@dponce.com>
20432
20433 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
20434 `widget-button-click'. so that one can use left mouse button to
20435 click on dialog buttons.
20436
20437 2000-08-14 Emmanuel Briot <briot@gnat.com>
20438
20439 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
20440 identifiers, since XML is case sensitive
20441
20442 2000-08-12 Miles Bader <miles@gnu.org>
20443
20444 * comint.el (comint-output-filter): Don't bother frobbing
20445 window-start, it doesn't seem to be necessary.
20446
20447 * comint.el (comint-send-string, comint-send-region): Make into
20448 real functions. Snapshot the prompt before sending.
20449
20450 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
20451
20452 * info.el (Info-find-emacs-command-nodes): Rewrite to use
20453 technique similar to Info-index, instead of relying on specific
20454 names of relevant Index nodes.
20455 (Info-goto-emacs-command-node): Bind Info-history to nil when
20456 going to the first node found by Info-find-emacs-command-nodes.
20457
20458 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
20459
20460 * menu-bar.el (menu-bar-help-menu): Add a :help string.
20461
20462 2000-08-10 Miles Bader <miles@gnu.org>
20463
20464 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
20465
20466 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
20467
20468 * info.el (Info-file-list-for-emacs): More elements for the
20469 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
20470 and woman manuals.
20471
20472 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
20473
20474 * comint.el (comint-send-input): Make the newline boundary overlay
20475 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
20476 (comint-output-filter): Use `insert' instead of
20477 `insert-before-markers'. Extend comint-last-output-overlay when
20478 necessary since we can't rely on insert-before-markers to do it.
20479 * gud.el (gud-filter): Use `with-current-buffer' instead of
20480 save-excursion when inserting the output, so that point gets
20481 updated correctly; the old method relied on a rather dodgy
20482 side-effect of comint-output-filter to avoid the effect of
20483 save-excursion.
20484
20485 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
20486
20487 * files.el (recover-file): Call insert-directory instead of
20488 invoking `ls' directly.
20489
20490 2000-08-10 Miles Bader <miles@gnu.org>
20491
20492 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
20493 (comint-last-prompt-overlay): New variables.
20494 (comint-output-filter): Implement prompt highlighting.
20495 (comint-snapshot-last-prompt): New function.
20496 (comint-send-input): Snapshot the last prompt.
20497 Use comint-highlight-input-face.
20498 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
20499 Use defface instead of defcustom.
20500 (send-invisible, comint-send-eof): Snapshot the last prompt.
20501 (comint-delchar-or-maybe-eof): Use comint-send-eof.
20502 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
20503
20504 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
20505
20506 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
20507 (regexp-opt-group): Use a list of chars for `letters'.
20508 (regexp-opt-charset): `chars' is now a list of chars.
20509 Use a char-table rather than a vector so it works for multibyte chars.
20510
20511 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
20512 Set cvs-minor-current-files to the selected fileinfo.
20513 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
20514 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
20515
20516 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
20517
20518 * files.el (insert-directory): Don't call access-file on
20519 directories on DOS and Windows.
20520
20521 2000-08-09 Kenichi Handa <handa@etl.go.jp>
20522
20523 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
20524 longer if necessary.
20525 (ccl-embed-code): Call ccl-embed-data to store CODE in
20526 ccl-program-vector.
20527
20528 2000-08-09 Miles Bader <miles@gnu.org>
20529
20530 * comint.el (comint-output-filter): Properly handle the case where
20531 the text surrounded by comint-last-output-overlay was deleted.
20532
20533 2000-08-08 Gerd Moellmann <gerd@gnu.org>
20534
20535 * info.el (Info-insert-dir): Use Info-additional-directory-list if
20536 non-nil.
20537 (Info-file-list-for-emacs): Remove "info" from the list because
20538 that leads to trying to use the documentation from file `info'
20539 in various situations where it isn't appropriate, for instance
20540 C-h C-k C-h i.
20541
20542 * ffap.el (ffap-read-file-or-url-internal): Handle case that
20543 DIR and/or STRING are nil.
20544
20545 * progmodes/compile.el (compilation-setup): Make variable
20546 compilation-error-screen-columns buffer-local, as some comment
20547 in the code suggests it should be.
20548
20549 * files.el (auto-mode-interpreter-regexp): New variable.
20550 (set-auto-mode): Use it.
20551
20552 * indent.el (indent-for-tab-command): Doc fix.
20553
20554 * mouse-sel.el (mouse-sel-mode): Doc fix.
20555
20556 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
20557 labels.
20558
20559 * help.el (print-help-return-message): When
20560 display-buffer-reuse-frames is set, let the help window been quit,
20561 instead of deleting it, which might delete a reused frame.
20562
20563 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
20564
20565 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
20566 rename a directory to a name that differs only by its letter case.
20567
20568 2000-08-08 Kenichi Handa <handa@etl.go.jp>
20569
20570 * international/quail.el (quail-define-rules): Handle Quail decode
20571 map correctly. Add code for supporting annotations.
20572 (quail-install-decode-map): New function.
20573 (quail-defrule-internal): New optional arguments decode-map and
20574 props.
20575 (quail-advice): New function.
20576
20577 2000-08-07 Sam Steingold <sds@gnu.org>
20578
20579 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
20580 `defconst', `define-condition', `with-slots'.
20581 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
20582
20583 2000-08-03 Miles Bader <miles@gnu.org>
20584
20585 * comint.el (comint-use-prompt-regexp-instead-of-fields):
20586 New variable.
20587 (comint-prompt-regexp, comint-get-old-input): Document dependence on
20588 comint-use-prompt-regexp-instead-of-fields.
20589 (comint-send-input): Add `input' field property to stuff we send to
20590 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
20591 (comint-output-filter): Add `output' field property to process
20592 output, if comint-use-prompt-regexp-instead-of-fields is nil.
20593 (comint-replace-by-expanded-history)
20594 (comint-get-old-input-default, comint-show-output)
20595 (comint-backward-matching-input, comint-forward-matching-input)
20596 (comint-next-prompt, comint-previous-prompt): Use field
20597 properties if comint-use-prompt-regexp-instead-of-fields is nil.
20598 (comint-line-beginning-position): New function.
20599 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
20600 (comint-replace-by-expanded-history-before-point): Use
20601 comint-line-beginning-position and line-end-position.
20602 (comint-last-output-overlay): New variable.
20603 (comint-mode): Make `comint-last-output-overlay' buffer-local.
20604
20605 * shell.el (shell-prompt-pattern): Doc change.
20606 (shell-backward-command): Use line-beginning-position.
20607
20608 * gud.el (gud-gdb-complete-command): Use
20609 comint-line-beginning-position.
20610
20611 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
20612 comint-bol doesn't actually go to the beginning of the line.
20613
20614 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
20615 if comint-use-prompt-regexp-instead-of-fields is non-nil.
20616 (try-expand-line-all-buffers): Likewise.
20617
20618 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
20619 explicitly matching comint-prompt-regexp.
20620 (sql-copy-column): Use comint-line-beginning-position instead of
20621 explicitly matching comint-prompt-regexp.
20622
20623 * progmodes/octave-inf.el (inferior-octave-complete): Use
20624 comint-line-beginning-position.
20625
20626 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
20627
20628 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
20629 looking for a prompt, use `forward-line 0' instead of
20630 `beginning-of-line', to avoid getting caught by an input field.
20631
20632 2000-08-07 Gerd Moellmann <gerd@gnu.org>
20633
20634 * files.el (shell-quote-wildcard-pattern): Make sure to return
20635 PATTERN, in the Unix case.
20636
20637 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
20638
20639 * play/zone.el (zone): Discard any pending input before running
20640 the randomly-chosen pgm.
20641
20642 2000-08-07 Kenichi Handa <handa@etl.go.jp>
20643
20644 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
20645 checking the existence of any multibyte characters.
20646
20647 2000-08-06 Gerd Moellmann <gerd@gnu.org>
20648
20649 * help.el (describe-mode): Test minor-mode symbol for being
20650 bound before testing its value for being nil.
20651
20652 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
20653 `first', `second', and `third'.
20654
20655 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
20656 (second): Make it an alias for `cadr'.
20657
20658 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
20659
20660 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
20661 types of display support faces now.
20662
20663 2000-08-05 Gerd Moellmann <gerd@gnu.org>
20664
20665 * pcvs.el (require): Require `cl' during compilation, only.
20666
20667 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
20668 (toplevel): Remove `remq' and `remove' from autoloads.
20669 (cl-fake-autoloads): New variable. If set, arrange for an error
20670 when CL functions etc. are autoloaded.
20671
20672 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
20673
20674 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
20675
20676 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
20677 popped up, but the user clicks outside the menu, return an empty
20678 regexp (that causes unhighlight-regexp to have no effect).
20679
20680 * menu-bar.el (menu-bar-games-menu): Add Zone.
20681
20682 * hi-lock.el (toplevel): Require font-lock.
20683
20684 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20685
20686 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
20687 (ebnf-8-bit-chars): New var for bug fix.
20688 (ebnf-string): Bug fix.
20689
20690 2000-08-03 Sam Steingold <sds@gnu.org>
20691
20692 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
20693 instead of `buffer-string'.
20694 (require 'cl): Always, not just when compiling.
20695 `ignore-errors' in `interactive', `list*', `defun*' &c make this
20696 necessary.
20697
20698 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
20699
20700 * international/mule-cmds.el (select-safe-coding-system): Make
20701 the message text about selecting a safe coding system more clear.
20702
20703 2000-08-02 Gerd Moellmann <gerd@gnu.org>
20704
20705 * hi-lock.el: New file.
20706
20707 * play/zone.el: New file.
20708
20709 * replace.el (occur): Set tab-width in the *Occur* buffer to the
20710 value of tab-width in the original buffer. Choose a line number
20711 format that's a multiple of the original buffer's tab width, so
20712 that lines appear right.
20713
20714 * textmodes/ispell.el (ispell): New function, replacing an alias.
20715 Spell-check active region if in transient-mark-mode and mark
20716 is active; otherwise spell-check buffer.
20717
20718 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20719
20720 * ps-mule.el: Fix a customization problem on
20721 ps-mule-font-info-database-default.
20722
20723 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
20724
20725 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
20726 display-mouse-p instead of window-system.
20727 (ebrowse-member-mode-map): Ditto.
20728
20729 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20730
20731 * progmodes/ebnf2ps.el: Update ps-print functions call.
20732 Indentation fix. Doc fix.
20733 (ebnf-version): New version number (3.2).
20734 (ebnf-format-color, ebnf-begin-job): Code fix.
20735
20736 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
20737
20738 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
20739 font lock support on window-system.
20740 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
20741
20742 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
20743 display-color-p, if fboundp, instead of window-system.
20744
20745 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
20746
20747 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
20748 instead of window-system.
20749
20750 * wid-edit.el (widget-choose): Use display-mouse-p instead of
20751 window-system.
20752 (widget-choice-mouse-down-action): Use display-popup-menus-p
20753 instead of window-system.
20754
20755 * strokes.el (strokes-file): Run the file name through
20756 convert-standard-filename.
20757 (strokes-mode): Call display-mouse-p instead of looking at
20758 window-system. Change the error message accordingly.
20759
20760 * progmodes/cpp.el (toplevel): Support faces on tty's.
20761
20762 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
20763 (lm-plot-square, lm-init-display): Don't use window-system.
20764
20765 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
20766 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
20767
20768 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
20769 instead of looking at window-system.
20770
20771 2000-07-30 Gerd Moellmann <gerd@gnu.org>
20772
20773 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
20774 of testing if iswitchb-prepost-hooks is bound, because the
20775 latter will always be true when invoking a recursive minibuffer
20776 from an active Iswitchb buffer.
20777
20778 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
20779
20780 * files.el (shell-quote-wildcard-pattern): New function.
20781 (insert-directory): Call it. Only prepend "\" to command on Unix
20782 and GNU/Linux systems.
20783
20784 2000-07-30 Gerd Moellmann <gerd@gnu.org>
20785
20786 * eshell/esh-groups.el: Change custom :link file names
20787 from `eshell.info' to `eshell'.
20788
20789 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
20790
20791 * dired.el (dired-build-subdir-alist): Expand subdirectory names
20792 correctly in recursive ange-ftp listings.
20793
20794 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20795
20796 * ps-print.el: Fix bug 1: if ps-font-size-internal,
20797 ps-header-font-size-internal and
20798 ps-header-title-font-size-internal variables are not set,
20799 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
20800 face text property is (foreground-color . COLOR) or
20801 `(background-color . COLOR)', ps-print crashes. Doc fix.
20802 (ps-print-version): New version number (5.2.4).
20803 (ps-plot-region): Code fix.
20804 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
20805 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
20806 Bug fix 2.
20807
20808 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
20809
20810 * glasses.el (glasses-make-readable): Fix uncapitalization of
20811 identifiers like `myXMLDocument'.
20812
20813 2000-07-28 Karl Fogel <kfogel@red-bean.com>
20814
20815 * mail/mail-hist.el (mail-hist-previous-input)
20816 (mail-hist-next-input): Do the obvious code factorization.
20817 (mail-hist-retrieve-and-insert): New func, contains common
20818 code of above two.
20819 If inserting a message body, leave point at top.
20820
20821 2000-07-28 Sam Steingold <sds@gnu.org>
20822
20823 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
20824 Use `<=', not `<' to compare times!
20825 (ange-ftp-ls): Remove.
20826
20827 2000-07-27 Gerd Moellmann <gerd@gnu.org>
20828
20829 * play/cookie1.el: Add explanation of how to make cookie.el
20830 compatible with strfile(1) to comment.
20831
20832 * subr.el (remove, remq): New functions.
20833
20834 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
20835 escape `*' in regexps.
20836 (midnight-find): Reverse order of arguments in the funcall of
20837 TEST.
20838
20839 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
20840 and `.class'.
20841
20842 * play/meese.el: Add Commentary section.
20843
20844 2000-07-27 Alex Schroeder <alex@gnu.org>
20845
20846 * sql.el (sql-ms): Added autoload cookie.
20847 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
20848 (sql-oracle): Ditto.
20849 (sql-help): Doc change.
20850
20851 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
20852 types and exceptions.
20853
20854 2000-07-27 Alex Schroeder <alex@gnu.org>
20855
20856 * sql.el (sql-placeholder-history): New variable.
20857 (sql-query-placeholders-and-send): New function that will query
20858 the user and replace placeholders with user input.
20859 (sql-oracle): If running on NT, set comint-input-sender to
20860 sql-query-placeholders-and-send.
20861
20862 (sql-stop): If in the SQLi buffer, insert stop notification, else
20863 present it as a message.
20864
20865 2000-07-27 Alex Schroeder <alex@gnu.org>
20866
20867 * sql.el (sql-input-ring-separator): Doc change.
20868 (sql-input-ring-file-name): Doc change.
20869 (sql-interactive-mode): Use `sql-input-ring-separator' and
20870 `sql-input-ring-file-name' to set the comint-mode equivalents
20871 without making them local variables.
20872 (sql-stop): Don't bind `sql-input-ring-separator' and
20873 `sql-input-ring-file-name' dynamically to their comint-mode
20874 equivalents.
20875
20876 2000-07-27 Kenichi Handa <handa@etl.go.jp>
20877
20878 * international/mule.el (register-char-codings): New function.
20879 (make-coding-system): Handle `safe-chars' specification in the arg
20880 PROPERTY.
20881
20882 * international/mule-cmds.el
20883 (find-coding-systems-region-subset-p): This function deleted.
20884 (sort-coding-systems-predicate): New variable.
20885 (sort-coding-systems): New function.
20886 (find-coding-systems-region): Use
20887 find-coding-systems-region-internal.
20888 (find-coding-systems-string): Use find-coding-systems-region.
20889 (find-coding-systems-for-charsets): Check
20890 char-coding-system-table.
20891 (select-safe-coding-system-accept-default-p): New variable.
20892 (select-safe-coding-system): Mostly rewritten. New argument
20893 ACCEPT-DEFAULT-P.
20894 (select-message-coding-system): Call select-safe-coding-system
20895 with ACCEPT-DEFAULT-P arg.
20896 (reset-language-environment): Reset default-sendmail-coding-system
20897 to the default value iso-latin-1.
20898 (set-language-environment): Don't set the obsolete variable
20899 charset-origin-alist.
20900
20901 * international/codepage.el (cp-coding-system-for-codepage-1):
20902 Give `safe-chars' property to make-coding-system.
20903
20904 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
20905 calling select-message-coding-system twice.
20906
20907 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
20908 instead of `safe-charsets'.
20909 (cyrillic-alternativnyj): Likewise.
20910 (ccl-encode-alternativnyj): Don't check the charset
20911 cyrillic-iso8859-5.
20912
20913 2000-07-27 Kenichi Handa <handa@etl.go.jp>
20914
20915 * composite.el (compose-chars-after): Preserve match data.
20916
20917 2000-07-26 Sam Steingold <sds@gnu.org>
20918
20919 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
20920 (ange-ftp-real-file-newer-than-file-p): New function.
20921 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
20922 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
20923
20924 * tooltip.el (tooltip-float-time): Removed (use `float-time').
20925 * midnight.el (midnight-float-time): Ditto.
20926
20927 2000-07-26 Andreas Schwab <schwab@suse.de>
20928
20929 * files.el (normal-backup-enable-predicate): Correct
20930 interpretation of the return value of compare-strings.
20931
20932 2000-07-26 Gerd Moellmann <gerd@gnu.org>
20933
20934 * isearch.el (isearch-resume): New function.
20935 (isearch-done): Add something to command-history to resume
20936 the search.
20937 (isearch-yank-line, isearch-yank-word): Use
20938 buffer-substring-no-properties instead of buffer-substring.
20939
20940 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
20941 of flyspell-mouse-map.
20942
20943 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
20944 duplicate definition.
20945 (makefile-mode): Remove duplicate setting of local-abbrev-table.
20946
20947 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
20948 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
20949
20950 2000-07-25 Sam Steingold <sds@gnu.org>
20951
20952 * net/ange-ftp.el: Get modtime over the net.
20953 (ange-ftp-file-modtime): New function.
20954 (ange-ftp-write-region, ange-ftp-insert-file-contents)
20955 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
20956 Use it.
20957 (ange-ftp-dot-to-slash): New function.
20958 (ange-ftp-fix-name-for-vms): Use it.
20959
20960 * midnight.el (midnight-buffer-display-time): Use
20961 `with-current-buffer'.
20962
20963 2000-07-25 Gerd Moellmann <gerd@gnu.org>
20964
20965 * find-dired.el: Update copyright notice.
20966 (find-dired): Offer to kill a running `find'.
20967
20968 * enriched.el (enriched-face-ans): For a `foreground-color'
20969 property, return '(("x-color" COLOR))' so that COLOR will be
20970 output as a parameter of the x-color annotation. Likewise for the
20971 `background-color' property. In the case of normal face
20972 properties, don't return annotations for unspecified foreground
20973 and background face attributes.
20974
20975 2000-07-25 Kenichi Handa <handa@etl.go.jp>
20976
20977 * language/japan-util.el (japanese-katakana-region): Fix handling
20978 HANKAKU argument.
20979
20980 2000-07-25 Miles Bader <miles@gnu.org>
20981
20982 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
20983 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
20984 constrain-to-field.
20985
20986 2000-07-24 Andrew Innes <andrewi@gnu.org>
20987
20988 * timer.el (timer-activate-when-idle): Add optional parameter
20989 DONT-WAIT. Update docstring.
20990 (run-with-idle-timer): Specify extra parameter to
20991 timer-activate-when-idle, so that timer will be activated
20992 immediately if Emacs is already idle.
20993
20994 * w32-fns.el (w32-using-nt): Fix docstring.
20995
20996 2000-07-24 Dave Love <fx@gnu.org>
20997
20998 * mouse.el (popup-menu): Set last-command-event.
20999 (mouse-major-mode-menu-prefix): Declare.
21000
21001 2000-07-24 Gerd Moellmann <gerd@gnu.org>
21002
21003 * textmodes/flyspell.el: Update to author's version 1.5d.
21004
21005 * progmodes/hideshow.el: Update copyright notice.
21006
21007 * vcursor.el: Set maintainer to FSF, since author cannot
21008 be reached.
21009
21010 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
21011
21012 * info.el (Info-goto-emacs-key-command-node): Leave a space after
21013 the prompt.
21014
21015 * mouse.el (popup-menu): Run the keymap through indirect-function,
21016 in case it was defined with define-prefix-key. If the menu is a
21017 list of keymaps, look up the binding of user's choice in each one
21018 of the keymaps.
21019 (mouse-popup-menubar): If the global and local menu-bar keymaps
21020 don't have a prompt string, create one and insert it into the
21021 keymap. Don't barf if current-local-map returns nil.
21022
21023 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
21024
21025 * dired.el (dired-sort-R-check): Added to allow recursive listing
21026 to be undone.
21027 (dired-sort-other): Use it.
21028
21029 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
21030
21031 * Release of cc-mode 5.27
21032
21033 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
21034
21035 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
21036 c-beginning-of-statement-1 that caused a bad case of recursion
21037 which could consume a lot of CPU in large classes in languages
21038 that have in-expression classes (i.e. Java and Pike).
21039
21040 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
21041 statements before top level constructs (i.e. case 6 is moved
21042 before case 5 and is now case 4) to catch in-expression
21043 classes in top level expressions correctly.
21044
21045 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
21046
21047 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
21048 objc-method-intro. Case 4 removed and case 5I added.
21049
21050 * cc-langs.el (c-append-paragraph-start): New variable used by
21051 c-common-init to get paragraph-start correct.
21052 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
21053 initialize paragraph-start to make it correct both with and
21054 without the javadoc special case.
21055
21056 * cc-mode.el (java-mode): Use c-append-paragraph-start to
21057 initialize paragraph-start for javadoc markup.
21058
21059 * cc-vars.el (c-style-variables-are-local-p): Incompatible
21060 change by defaulting this to t. It's motivated by the
21061 confusing behavior that otherwise arise from the style system
21062 when editing both java and non-java files at the same time
21063 (see the comments about style setting in c-common-init).
21064
21065 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
21066
21067 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
21068 similar to the one in c-fill-paragraph to check the fill
21069 prefix from the adaptive fill function for sanity.
21070
21071 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
21072
21073 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
21074 defun block.
21075
21076 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
21077
21078 * cc-align.el (c-lineup-multi-inher): Handle lines with
21079 leading comma nicely. Extended to handle member initializers
21080 too.
21081
21082 * cc-engine.el: (c-beginning-of-inheritance-list,
21083 c-guess-basic-syntax): Fixed recognition of inheritance lists
21084 when the lines begins with a comma.
21085
21086 * cc-vars.el (c-offsets-alist): Changed default for
21087 member-init-cont to c-lineup-multi-inher since it now handles
21088 member initializers and indents better for leading commas.
21089
21090 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
21091
21092 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
21093 handling that caused class open lines to be recognized as
21094 statement-conts in some cases.
21095
21096 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
21097 guessed by the adaptive fill function unless point is on the
21098 first line of a block comment.
21099
21100 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
21101 when the buffer ends with a macro continuation char.
21102
21103 * cc-engine.el (c-guess-basic-syntax): Added support for
21104 function definitions as statements in Pike. The first
21105 statement in a lambda block is now labeled defun-block-intro
21106 instead of statement-block-intro.
21107
21108 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
21109 so that the class surrounding point is selected, not the one
21110 innermost in the state.
21111
21112 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
21113 recognition of switch labels having hanging multiline
21114 statements.
21115
21116 * cc-engine.el (c-beginning-of-member-init-list): Broke out
21117 some code in c-guess-basic-syntax to a separate function.
21118 * cc-engine.el (c-just-after-func-arglist-p): Fixed
21119 recognition of member inits with multiple line arglists.
21120 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
21121 member-init-cont when the commas are in funny places.
21122
21123 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
21124
21125 * cc-defs.el (c-auto-newline): Removed this macro since it's
21126 not used anymore.
21127
21128 * cc-engine.el (c-looking-at-bos): New helper function.
21129 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
21130 inexpr and toplevel classes apart in Pike.
21131
21132 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
21133 of case 9A.
21134
21135 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
21136 constant, since "class" can introduce an in-expression class
21137 in Pike nowadays.
21138
21139 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
21140
21141 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
21142 indentation on cpp-macro lines.
21143
21144 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
21145 a syntax modifier like comment-intro, to make it possible to
21146 get syntactic indentation for preprocessor directives. It's
21147 incompatible wrt to lineup functions on cpp-macro, but it has
21148 no observable effect in the 99.9% common case where cpp-macro
21149 is set to -1000.
21150
21151 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
21152
21153 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
21154 member-init-cont when the preceding arglist is several lines.
21155
21156 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
21157
21158 * cc-styles.el (c-style-alist): The basic offset for the BSD
21159 style corrected to 8.
21160
21161 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
21162
21163 * cc-styles.el (c-style-alist): Adjusted the indentation of
21164 brace list openers in the gnu style.
21165
21166 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
21167
21168 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
21169
21170 * cc-cmds.el (c-electric-brace, c-electric-slash,
21171 c-electric-star, c-electric-semi&comma, c-electric-colon,
21172 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
21173 when c-syntactic-indentation is nil.
21174
21175 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
21176 we were left at comments preceding the first statement when
21177 reaching the beginning of the buffer.
21178
21179 * cc-vars.el (c-syntactic-indentation): New variable to turn
21180 off all syntactic indentation.
21181
21182 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
21183
21184 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
21185 between the text and the block comment ender when it hangs,
21186 depending on how many there are before the fill.
21187
21188 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
21189
21190 * cc-engine.el (c-beginning-of-closest-statement): New helper
21191 function to go back to the closest preceding statement start,
21192 which could be inside a conditional statement.
21193 * cc-engine.el (c-guess-basic-syntax): Use
21194 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
21195
21196 * cc-engine.el (c-guess-basic-syntax): Better handling of
21197 arglist-intro, arglist-cont-nonempty and arglist-close when
21198 the arglist is nested inside parens. Cases 7A, 7C and 7F
21199 changed.
21200
21201 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
21202 up-to-date with javadoc 1.2.
21203
21204 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
21205
21206 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
21207 multiline Pike type decls.
21208
21209 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
21210
21211 * cc-cmds.el (c-indent-new-comment-line): Always break
21212 multiline comments in multiline mode, regardless of
21213 comment-multi-line.
21214
21215 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
21216
21217 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
21218 fully::qualified::names in C++ member init lists. Preamble in
21219 case 5D changed.
21220
21221 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
21222
21223 * cc-langs.el (c-common-init): Handling of obsolete variables
21224 moved to c-initialize-cc-mode. More compatible style override
21225 when using global style variables.
21226 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
21227 variables moved here.
21228
21229 * cc-styles.el (c-make-styles-buffer-local): Flag style
21230 variable localness in c-style-variables-are-local-p to make
21231 the compatibility measure in c-common-init work well.
21232
21233 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
21234 longer contain set-from-style.
21235 * cc-styles.el (c-initialize-builtin-style): Don't check for
21236 set-from-style on c-special-indent-hook.
21237 * cc-styles.el (c-copy-tree): Obsolete. The standard function
21238 copy-alist is sufficient now.
21239
21240 * cc-styles.el (c-set-style, c-set-style-1,
21241 c-get-style-variables): Fixes to variable initialization so
21242 that duplicate entries in styles have the same effect
21243 regardless of DONT-OVERRIDE.
21244
21245 * cc-styles.el (c-set-style-2): Fixed bug where the
21246 initialization of inheriting styles failed when the
21247 dont-override flag is set.
21248
21249 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
21250 on this.
21251
21252 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
21253
21254 * cc-defs.el (c-forward-comment): Removed the workaround
21255 introduced in 5.38 since it had worse side-effects. If a line
21256 contains the string "//\"", it regarded the // as a comment
21257 start since the \ temporarily doesn't have escape syntax.
21258
21259 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
21260
21261 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
21262 ada-xref.el before ada-prj.el, so that the Project menu is created
21263 when ada-prj tries to add to it.
21264 (ada-activate-keys-for-case): Suppress the characters that are not
21265 part of the Ada syntax. Better compatibility with else-mode
21266 (ada-adjust-case-interactive): When auto-casing is not active,
21267 correctly insert newlines (used to insert only ^M). Prevent the
21268 syntax table from being changed in case of an error
21269 (or '_' becomes part of a word and some commands are confused).
21270 Do nothing if ada-auto-case is nil.
21271 (ada-after-keyword-p): Ignore keywords that are also attributes
21272 (ada-batch-reformat): Update usage comment
21273 (ada-call-from-contextual-menu): New function
21274 (ada-case-read-exceptions): Reinitialize the casing exception list
21275 first to nil first, so that the casing exception file can be
21276 shared.
21277 (ada-check-defun-name): Handles "configure" keyword for gnatdist
21278 files.
21279 (ada-compile-goto-error): Fix regexp used to detect a file:line
21280 anywhere in the error message
21281 (ada-contextual-menu-last-point): New variable
21282 (ada-create-keymap): If the variable delete-key-deletes-forward is
21283 t on XEmacs, it means that DEL should delete one character
21284 forward.
21285 (ada-create-menu): Use :included instead of :visible for XEmacs.
21286 New submenu "Options".
21287 (ada-end-stmt-re): Correctly indent "select ... then abort"
21288 statements.
21289 (ada-fill-comment-paragraph): Correctly delete all leading '--'
21290 even if they don't match ada-fill-comment-prefix Fix handling of
21291 paragraphs on the first or last line of a file.
21292 (ada-format-paramlist): Fix handling of default parameter values.
21293 (ada-get-body-name): New function.
21294 (ada-get-current-indent): Optimized by searchling directly for an
21295 existing generic part or a statement outside of it. Handle
21296 ada-indent-align-comments when indenting comments Replaced some
21297 regexps by testing directly the next character. This results in a
21298 huge speedup on some files. New indentation scheme for renames
21299 statements. Stop looking for the 'while' or 'for' associated with
21300 a 'loop' at the first semicolon encountered. A "return" can also
21301 match an anonymous access subprogram declaration.
21302 (ada-get-indent-noindent): Ignore strings and comments when
21303 looking for the keywords "record" and "private".
21304 (ada-goto-matching-decl-start): When matching "if", make sure we
21305 are not in fact seeing "end if". Ignore "when" statements except
21306 when initial keyword was "begin". Fix handling of nested
21307 procedures. Add a recursive call to this function to skip over
21308 other 'end' statmts. Fix indentation for "when .. => begin"
21309 (ada-in-open-paren-p): Fix indentation for complex boolean
21310 expressions, where 'and then', 'or else' and parenthesis
21311 statements are mixed up.
21312 (ada-in-paramlist-p): Skip comments while searching for the
21313 beginning Fix handling of operator declarations.
21314 (ada-indent-align-comments): New variable
21315 (ada-indent-current): Change the syntax table only in the
21316 protected section, so that we are sure it is restored correctly.
21317 (ada-indent-on-previous-lines): Use ada-use-indent and
21318 ada-with-indent Correctly indent "select ... then"
21319 (ada-indent-region): Slight speedup.
21320 (ada-indent-renames): New variable.
21321 (ada-last-which-function-subprog, ada-last-which-function-line):
21322 New variables
21323 (ada-looking-at-semi-private): Correctly indent the 'private'
21324 keyword when it is the first word in a package declaration.
21325 (ada-loose-case-word): Stop searching if at the end of the buffer.
21326 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
21327 even if point is not initially at the end of the word.
21328 (ada-matching-decl-start-re): Add "when".
21329 (ada-mode): Add support for abbrev-mode, outline-mode and
21330 which-func-mode Override the old find-file.el entry in
21331 ff-special-constructs since it is using the obsolete
21332 ada-spec-suffix variable
21333 (ada-no-auto-case): New function
21334 (ada-scan-paramlist): When parsing the argument type, accept
21335 spaces (as in "X 'Class", generated by Rational Rose).
21336 (ada-other-file-name): No longer loads the other file.
21337 (ada-popup-menu): Save and restore the current buffer and cursor
21338 position before and after displaying the menu.
21339 (ada-search-ignore-complex-boolean): New function.
21340 (ada-uncomment-region): Emacs21 already knows how to delete
21341 comments not starting in the first column.
21342 (ada-use-indent): New variable
21343 (ada-which-function): New function.
21344 (ada-with-indent): New variable
21345 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
21346 can be batch-compiled from the command line.
21347
21348 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
21349 Add to the menu when the file is loaded, not in ada-mode-hook.
21350 Add -toolbar to the default ddd command Switches moved from
21351 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
21352 ada-prj-default-comp-opt
21353 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
21354 Reference Manual to the menu
21355 (ada-check-current): rewritten as a call to ada-compile-current
21356 (ada-compile): Removed.
21357 (ada-compile-application, ada-compile-current, ada-check-current):
21358 Set the compilation-search-path so that compile.el automatically
21359 finds the sources in src_dir. Automatic scrollong of the
21360 compilation buffer. C-uC-cC-c asks for confirmation before
21361 compiling
21362 (ada-compile-current): New parameter, prj-field
21363 (ada-complete-identifier): Load the .ali file before doing
21364 processing
21365 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
21366 conform to gnatmake's behavior.
21367 (ada-find-file-in-dir): New function
21368 (ada-find-references): Set the environment variables for gnatfind
21369 (ada-find-src-file-in-dir): New function.
21370 (ada-first-non-nil): Removed
21371 (ada-gdb-application): Add support for jdb, the java debugger.
21372 (ada-get-ada-file-name): Load the original-file first if not done
21373 yet.
21374 (ada-get-all-references): Handles the new ali syntax (parent types
21375 are found between <>).
21376 (ada-initialize-runtime-library): New function
21377 (ada-mode-hook): Always load a project file when a file is opened,
21378 so that the casing exceptions are correctly read.
21379 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
21380 (ada-parse-prj-file): Use find-file-noselect instead of find-file
21381 to open the project file, since the latter does not work with
21382 speedbar Get default values before loading the prj file, or the
21383 default executable file name is wrong. Use the absolute value of
21384 src_dir to initialize ada-search-directories and
21385 compilation-search-path,... Add the standard runtime library to
21386 the search path for find-file.
21387 (ada-prj-default-debugger): Was missing an opening '{'
21388 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
21389 variables.
21390 (ada-prj-default-gnatmake-opt): New variable
21391 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
21392 buffers, the project file is the default one Save the windows
21393 configuration before displaying the menu.
21394 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
21395 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
21396 ...) regexp-quote identifiers names to support operators +,
21397 -,... in regexps.
21398 (ada-remote): New function.
21399 (ada-run-application): Erase the output buffer before starting the
21400 run Support remote execution of the application. Use
21401 call-process, or the arguments are incorrectly parsed
21402 (ada-set-default-project-file): Reread the content of the active
21403 project file, not the one from the current buffer When a project
21404 file is set as the default project, all directories are
21405 automatically associated with it.
21406 (ada-set-environment): New function
21407 (ada-treat-cmd-string): New special variable ${current}
21408 (ada-treat-cmd-string): Revised. The substitution is now done for
21409 any ${...} substring
21410 (ada-xref-current): If no body was found, compiles the spec
21411 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
21412 compiler to get rid of command line length limitations.
21413 (ada-xref-get-project-field): New function
21414 (ada-xref-project-files): New variable
21415 (ada-xref-runtime-library-specs-path)
21416 (ada-xref-runtime-library-ali-path): New variables
21417 (ada-xref-set-default-prj-values): Default run command now does a
21418 cd to the build directory. New field: main_unit Provide a default
21419 file name even if the current buffer has no prj file.
21420
21421 * ada-prj.el:
21422 Rewritten to show a tabbed-dialog.
21423 (ada-prj-add-ada-menu): Remove the map and name parameters.
21424 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
21425 New function
21426 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
21427 (ada-prj-load-from-file): New function
21428 (ada-prj-save): Always save fields that depend on the current buffer
21429 (ada-prj-show-value): New function
21430
21431 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
21432 Ada mode. This will allow us to display the Ada menu in any buffer
21433 we want (for project items).
21434 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
21435 number of spaces in the header.
21436
21437 2000-07-24 Dave Love <fx@gnu.org>
21438
21439 * ediff-init.el (ediff-region-help-echo): Bind face-help.
21440
21441 2000-07-23 Noah Friedman <friedman@splode.com>
21442
21443 * type-break.el (type-break): perform autosave.
21444 Suggested by Stephen Gildea <gildea@stop.mail-abuse.org>.
21445 (type-break-do-query): Cancel query schedule while performing
21446 actual query, to avoid possibility of a second query being made
21447 while first one is already in progress.
21448 (type-break-time-stamp-format): New variable.
21449 (type-break-time-stamp): New function.
21450 (type-break-time-warning): Use it.
21451 (type-break-keystroke-warning): Use it.
21452 (type-break-noninteractive-query): Use it.
21453
21454 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
21455 cookie.
21456 Use add-minor-mode to set minor-mode-alist, if available.
21457 (eldoc-echo-area-use-multiline-p): New user option.
21458 (eldoc-echo-area-multiline-supported-p): New variable.
21459 (eldoc-docstring-format-sym-doc): Use them.
21460 (eldoc-mode): If not using idle timers, append to local post and
21461 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
21462 (eldoc-display-message-no-interference-p): Don't interfere with
21463 edebug.
21464 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
21465 (eldoc-function-arglist): New function.
21466 (eldoc-function-argstring): Use it.
21467
21468 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
21469 auto save directory exists before calling directory-files.
21470
21471 2000-07-23 Dave Love <fx@gnu.org>
21472
21473 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
21474 ^o, ^u.
21475
21476 2000-07-21 Dave Love <fx@gnu.org>
21477
21478 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
21479 now passed to the function. It now works properly.
21480
21481 * smerge-mode.el (smerge-mode-menu): Fill it out.
21482
21483 2000-07-20 Gerd Moellmann <gerd@gnu.org>
21484
21485 * info-look.el (info-lookup): If *info* is shown in another frame
21486 on the same display, select that frame, instead of switching to
21487 the Info buffer in another window of the selected frame.
21488
21489 * simple.el (universal-argument-map): Bind numeric keypad keys
21490 kp-0 to kp-9 and kp-subtract.
21491 (digit-argument): Handle these keys.
21492
21493 2000-07-20 Dave Love <fx@gnu.org>
21494
21495 * net/goto-addr.el (goto-address-fontify): Don't bother with
21496 buffer-modified and read-only stuff -- irrelevant with overlays.
21497 Put an extra property on the overlays and use it to clean up in
21498 case goto-address is re-run.
21499
21500 2000-07-19 Richard M. Stallman <rms@gnu.org>
21501
21502 * timer.el (run-with-idle-timer): Doc fix.
21503
21504 * mail/mail-utils.el (mail-strip-quoted-names):
21505 Handle case where <...> appears inside "...".
21506 Use replace-match to edit the string more simply.
21507 (rmail-dont-reply-to): Cope with an unmatched ".
21508
21509 2000-07-19 Dave Love <fx@gnu.org>
21510
21511 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
21512 implementation.
21513
21514 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
21515 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
21516 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
21517
21518 2000-07-19 Gerd Moellmann <gerd@gnu.org>
21519
21520 * textmodes/refer.el: Correct maintainer's email address.
21521
21522 * progmodes/hideif.el: Correct author's email address.
21523 Fix typo in comment.
21524
21525 * xml.el: New file.
21526
21527 * mail/mailheader.el: Correct author's mail address.
21528
21529 * gnus/parse-time.el: Correct author's mail address.
21530
21531 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
21532
21533 * comint.el (comint-highlight-input, comint-highlight-face):
21534 New user options.
21535 (comint-input-ring-file-name): Change custom type.
21536 (comint-mode-map): Bind mouse-2.
21537 (comint-insert-clicked-input): New function.
21538 (comint-send-input): Handle input highlighting.
21539
21540 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
21541
21542 * mouse.el (popup-menu): New function.
21543 (mouse-major-mode-menu): Use it.
21544
21545 2000-07-18 Dave Love <fx@gnu.org>
21546
21547 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
21548 improvements.
21549
21550 2000-07-18 Gerd Moellmann <gerd@gnu.org>
21551
21552 * faces.el (face-font-selection-order)
21553 (face-font-family-alternatives): Add custom type.
21554
21555 2000-07-18 Dave Love <fx@gnu.org>
21556
21557 * cus-edit.el (custom-variable-reset-saved)
21558 (custom-variable-reset-standard): Remove unused bindings.
21559
21560 * rect.el (open-rectangle-line): Remove unused let.
21561
21562 * hl-line.el (hl-line-highlight): Check hl-line-mode.
21563
21564 2000-07-18 Gerd Moellmann <gerd@gnu.org>
21565
21566 * cdl.el: Fix `Maintainer' keyword.
21567
21568 * play/pong.el: Add author's email address.
21569
21570 2000-07-17 Sam Steingold <sds@gnu.org>
21571
21572 * files.el (insert-directory): Call `split-string' instead of
21573 re-implementing it.
21574
21575 2000-07-18 Gerd Moellmann <gerd@gnu.org>
21576
21577 * mail/vms-pmail.el: Change maintainer to FSF.
21578
21579 * net/goto-addr.el: Change maintainer to FSF.
21580
21581 * info.el (Info-title-face-alist): Removed.
21582
21583 2000-07-18 David Ponce <david@dponce.com>
21584
21585 * recentf.el (recentf-open-files): New command that works like
21586 `recentf-open-more-files', but shows the whole list of files (not just
21587 those omitted from the menu). Useful if you don't use a menu-bar!
21588 (recentf-open-more-files) Modified to use `recentf-open-files'.
21589
21590 (recentf-open-files, recentf-open-more-files)
21591 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
21592
21593 (recentf-dialog-mode): New mode for dialogs. You can now just type
21594 "q" to cancel the dialogs.
21595
21596 2000-07-18 David Ponce <david@dponce.com>
21597
21598 * recentf.el: This is a major update of recentf.el. It adds new
21599 features to better organize the recentf menu and "More..." buffer.
21600
21601 Using new provided menu filtering functions you can now organize the
21602 recent files list:
21603
21604 - by major modes
21605 - by directories
21606 - by user defined rules
21607
21608 Finally, with the new `recentf-filter-changer' customizable filter you
21609 can define a ring of filters and dynamically (via the menu) cycle on
21610 each menu organization in the ring (a la msb).
21611
21612 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
21613
21614 * eshell/eshell.el (eshell): Replace links to eshell.info with
21615 links to eshell, to avoid problems on systems where the manual is
21616 installed as `eshell'.
21617 * eshell/esh-cmd.el (eshell-cmd): Ditto.
21618 * eshell/em-smart.el (eshell-smart): Ditto.
21619 * eshell/em-banner.el (eshell-banner): Ditto.
21620 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
21621
21622 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
21623 same-file check in the MS-DOS version (it does support inodes).
21624
21625 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
21626
21627 * eshell/eshell.el (eshell-directory-name):
21628 Run default directory name through convert-standard-filename.
21629
21630 2000-07-18 Kenichi Handa <handa@etl.go.jp>
21631
21632 * international/mule-cmds.el (select-safe-coding-system):
21633 Fix typo in the comment.
21634
21635 * language/european.el (compound-text):
21636 Force katakana-jisx0201 to be designated to G1.
21637
21638 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
21639 Don't translate some national variant characters of latin-jisx0201.
21640 (x-ctext): Force katakana-jisx0201 to be designated to G1.
21641
21642 * international/kkc.el (kkc-after-update-conversion-functions):
21643 New variable.
21644 (kkc-update-conversion): Run functions in it at the tail.
21645
21646 2000-07-16 John Wiegley <johnw@gnu.org>
21647
21648 * lisp/align.el (align-newline-and-indent):
21649 Adding new function. for auto-aligning blocks of code on RET.
21650 (align-region): Fixed badly formatted minibuffer message.
21651
21652 2000-07-17 Kenichi Handa <handa@etl.go.jp>
21653
21654 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
21655 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
21656 the conversion list at first if appropriate.
21657 (kkc-next): Don't update kkc-next-count here.
21658 (kkc-prev): Don't update kkc-prev-count here.
21659 (kkc-show-conversion-list-update): Fix setting up of conversion
21660 list message.
21661
21662 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
21663
21664 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
21665
21666 2000-07-16 Dave Love <fx@gnu.org>
21667
21668 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
21669 function to be more specific.
21670
21671 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
21672 non-string help-echo.
21673 (widget-types-convert-widget): Defsubst it.
21674 (widget-echo-help): Try to cope with a help-echo function of two
21675 possible sorts.
21676
21677 2000-07-15 Jason Rumney <jasonr@gnu.org>
21678
21679 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
21680 Declare as obsolete.
21681
21682 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
21683
21684 2000-07-14 Gerd Moellmann <gerd@gnu.org>
21685
21686 * hilit-chg.el: Fix typo.
21687
21688 2000-07-14 Dave Love <fx@gnu.org>
21689
21690 * info.el (Info-mode-menu): Fix use of :help, :enable.
21691
21692 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
21693
21694 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
21695
21696 2000-07-13 Dave Love <fx@gnu.org>
21697
21698 * emacs-lisp/easymenu.el: Doc fixes.
21699 (easy-menu-remove): Defalias to ignore.
21700
21701 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
21702 Call throw correctly.
21703
21704 2000-07-13 Gerd Moellmann <gerd@gnu.org>
21705
21706 * faces.el (frame-background-mode): Doc fix.
21707
21708 * simple.el (eval-expression-print-length): Change custom type to
21709 allow entering nil as value.
21710
21711 2000-07-13 Dave Love <fx@gnu.org>
21712
21713 * progmodes/fortran.el (fortran-imenu-generic-expression):
21714 Change definition layout.
21715 (fortran-mode-menu): Reinstate customize entries.
21716
21717 * cus-edit.el (custom-group-menu-create, customize-menu-create):
21718 Use :filter, per old XEmacs code.
21719
21720 2000-07-12 Gerd Moellmann <gerd@gnu.org>
21721
21722 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
21723 event when deciding what to send to the terminal.
21724
21725 2000-07-12 Dave Love <fx@gnu.org>
21726
21727 * cus-start.el: Add optional version as 4th element of specs and
21728 use it for several things new in v21. Remove load-path. Fix type
21729 of line-number-display-limit.
21730
21731 2000-07-11 Dave Love <fx@gnu.org>
21732
21733 * progmodes/fortran.el: Don't require easymenu.
21734 Use repeat counts in various regexps.
21735 (fortran-mode-syntax-table): Defvar directly.
21736 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
21737 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
21738 Use defvar, not defconst.
21739 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
21740 (fortran-mode): Set fortran-comment-line-start-skip,
21741 fortran-comment-line-start-skip, dabbrev-case-fold-search.
21742 (fortran-comment-indent): Use defsubst.
21743 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
21744 Use fortran-comment-indent, not fortran-comment-indent-function.
21745 (fortran-comment-region, fortran-electric-line-number): Simplify.
21746 (fortran-auto-fill): New function.
21747 (fortran-do-auto-fill): Deleted.
21748 (fortran-find-comment-start-skip):
21749 Check for non-null comment-start-skip.
21750 (fortran-auto-fill-mode, fortran-fill-statement):
21751 Use fortran-auto-fill.
21752 (fortran-fill): Use fortran-auto-fill. Check for null
21753 comment-start-skip. Simplify final clause and use end-of-line finally.
21754
21755 * widget.el (widget-plist-member): New alias.
21756
21757 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
21758
21759 * eshell/esh-module.el (toplevel): Reference
21760 byte-compile-current-file only if it is bound.
21761
21762 2000-07-10 Gerd Moellmann <gerd@gnu.org>
21763
21764 * dired.el: Don't require `dired-aux'.
21765
21766 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
21767
21768 * dired-aux.el (dired-show-file-type): New function.
21769 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
21770 (dired-show-file-type): Add autoload.
21771
21772 2000-07-10 Kenichi Handa <handa@etl.go.jp>
21773
21774 * international/mule-diag.el (describe-font): Adjusted for the
21775 change of fontset-info.
21776 (print-fontset): Likewise.
21777
21778 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
21779
21780 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
21781
21782 2000-07-07 Gerd Moellmann <gerd@gnu.org>
21783
21784 * bindings.el: Bind `[delete]' to delete-char.
21785
21786 * dired.el (dired-find-alternate-file): New function.
21787 (dired-mode-map): Bind `a' to dired-find-alternate-file.
21788 (toplevel): Require dired-aux when compiling.
21789 (dired-buffers): Move defvar within file to avoid compiler warning.
21790
21791 * info.el (Info-last-search): Variable removed.
21792 (Info-search-history): New variable.
21793 (Info-search): New Info-search-history.
21794
21795 * battery.el, info-look.el: Change author's mail address.
21796
21797 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
21798
21799 * mail/rmail.el (rmail-clear-headers): Don't throw an error
21800 if rmail-ignored-headers is nil.
21801 (rmail-retry-failure): Bind rmail-ignored-headers and
21802 rmail-displayed-headers to nil.
21803
21804 2000-07-06 Gerd Moellmann <gerd@gnu.org>
21805
21806 * lpr.el (lpr-page-header-switches): Add `-h' switch.
21807 (print-region-1): Don't hard code `-h' here.
21808
21809 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
21810
21811 2000-07-01 Francesco Potorti` <pot@gnu.org>
21812
21813 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
21814 exim can use "your message" instead of "the message".
21815
21816 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
21817
21818 * facemenu.el: Docstrings fixes.
21819 (facemenu-get-face): Don't use internal-find-face.
21820 (facemenu-iterate): Rename arg to match the docstring.
21821
21822 * newcomment.el (uncomment-region): Be more careful when skipping
21823 backwards over `=' not to bump into BOBP.
21824
21825 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
21826
21827 * ediff-diff.el (ediff-wordify): Use syntax table.
21828 * ediff-init.el (ediff-has-face-support-p): Use
21829 ediff-color-display-p.
21830 (ediff-color-display-p): Use display-color-p, changed to defun
21831 from defsubst.
21832 Got rid of special cases for NeXT and OS/2.
21833 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
21834 face.
21835
21836 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
21837
21838 * emacs-lisp/lucid.el: Require CL.
21839 (copy-tree, remprop): Remove, it's provided by CL.
21840 (map-keymap): Define in terms of cl-map-keymap.
21841 (extent-property, set-extent-end-glyph): New functions.
21842
21843 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
21844
21845 2000-07-05 Gerd Moellmann <gerd@gnu.org>
21846
21847 * Makefile.in (DONTCOMPILE): Add comment that the name may
21848 not be changed without changing the make-dist script.
21849
21850 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
21851 (cl-mapc): Use mapc instead of cl-old-mapc.
21852
21853 2000-07-05 Andrew Innes <andrewi@gnu.org>
21854
21855 * makefile.nt: Add support for `bootstrap' and related targets.
21856
21857 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
21858
21859 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
21860 (easy-menu-do-define): Use `menu-item' format.
21861 Handle case where easy-menu-create-menu returns a symbol.
21862 Manually call the potential top-level filter in the function binding.
21863 (easy-menu-filter-return): New arg NAME.
21864 Convert to a keymap if MENU is an XEmacs menu.
21865 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
21866 (easy-menu-converted-items-table, easy-menu-convert-item):
21867 New var and fun to memoize easy-menu-convert-item-1.
21868 (easy-menu-do-add-item): Use it.
21869 (easy-menu-create-menu): Use easy-menu-convert-item.
21870 Wrap easy-menu-filter-return around any :filter specification.
21871 Don't convert the menu if a filter was specified.
21872 Tell easy-menu-make-symbol not to check for MENU being an expression.
21873 (easy-menu-make-symbol): New arg NOEXP.
21874
21875 2000-07-05 Gerd Moellmann <gerd@gnu.org>
21876
21877 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
21878 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
21879 (eval-defun): If called with prefix arg, instrument code for
21880 Edebug.
21881
21882 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
21883 similar to that of eval-defun.
21884
21885 2000-07-04 Dave Love <fx@gnu.org>
21886
21887 * hl-line.el (hl-line-overlay): Make it permanent-local.
21888
21889 * calendar/todo-mode.el: Replaced with a working version, based on
21890 revision 1.34 tidied up.
21891
21892 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
21893
21894 * paths.el (prune-directory-list): New function.
21895 (Info-default-directory-list): Rewritten to more methodically
21896 enumerate a big list of possible info directories (based on the
21897 list used by the standalone info reader).
21898
21899 * info.el (info-initialize): Use prune-directory-list to remove
21900 non-existent directories from Info-directory-list.
21901
21902 * paths.el (Info-default-directory-list): Try a list of possible
21903 info-directories instead of a single one. Add the possible
21904 info directory "/usr/share/info".
21905
21906 * woman.el (woman-man.conf-path): Explicitly include the debian
21907 man-db config file "/etc/manpath.config".
21908 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
21909 are present in `manpath.config'.
21910 (woman-manpath): Include "/usr/share/man".
21911
21912 2000-07-03 Gerd Moellmann <gerd@gnu.org>
21913
21914 * frame.el (blink-cursor-mode): Don't hide cursor initially.
21915
21916 * startup.el (command-line): Initialize blink-cursor based
21917 on window-system.
21918
21919 * frame.el (blink-cursor): Default to nil if not running under
21920 a window-system.
21921
21922 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
21923 (face-x-resources): Remove duplicate entry for :font.
21924
21925 * textmodes/refer.el (refer-find-entry-internal): Use some-window
21926 instead of cycling through windows with next-window.
21927
21928 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
21929 of cycling through windows with next-window.
21930
21931 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
21932 of cycling through windows with next-window.
21933
21934 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
21935 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
21936 instead of cycling through windows with next-window.
21937
21938 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
21939 instead of cycling through windows with next-window.
21940
21941 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
21942 of cycling through windows with next-window.
21943
21944 * terminal.el (te-process-output): Use walk-windows instead of
21945 cycling through windows with next-window.
21946
21947 * server.el (server-switch-buffer): Use some-window instead of
21948 cycling through windows with next-window.
21949
21950 * window.el (some-window): New function.
21951 (walk-windows): Remove reference to walk-windows-start.
21952
21953 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
21954
21955 2000-07-03 Richard Stallman <rms@gnu.org>
21956
21957 * window.el (walk-windows): Guarantee termination by keeping a list
21958 of all the windows already handled.
21959
21960 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
21961
21962 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
21963 window-system.
21964
21965 * man.el (Man-notify-when-ready): Don't use window-system. If
21966 Man-notify-method is newframe, and the display is not
21967 multi-frame, select the frame created for the man page.
21968 (Man-init-defvars): Doc fix.
21969
21970 2000-06-28 Gerd Moellmann <gerd@gnu.org>
21971
21972 * faces.el (region): Change background color for light background.
21973
21974 * ediff-wind.el (ediff-setup-control-frame): Remove :box
21975 attribute from mode-line face of Ediff control frame.
21976
21977 * replace.el (query-replace-map): Bind `e' like `E'.
21978
21979 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
21980
21981 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
21982 Change name to "Select All".
21983
21984 * dos-fns.el (convert-standard-filename): Fix last change.
21985
21986 2000-06-27 Gerd Moellmann <gerd@gnu.org>
21987
21988 * help.el (describe-variable): Don't insert a second `'s' in front
21989 of the string `value is shown below'. Since the syntax-table is
21990 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
21991 an existing `'s', so that this won't be deleted.
21992
21993 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
21994 * pcmpl-unix.el: New files.
21995
21996 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
21997
21998 * wid-edit.el (widget-member): Use the new plist-member.
21999
22000 2000-06-26 Gerd Moellmann <gerd@gnu.org>
22001
22002 * replace.el (perform-replace): Undo change of 2000-04-04.
22003 Instead, move backward 1 character at the end of the loop when
22004 necessary.
22005
22006 * faces.el (fringe): Change face for different backgrounds.
22007
22008 * eshell/esh-module.el (toplevel): Load defgroup's differently;
22009 patch from John.
22010
22011 * eshell/*.el: Change spelling of the Free Software Foundation.
22012
22013 * eshell/esh-toggle.el: Removed.
22014
22015 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
22016
22017 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
22018 interactively.
22019
22020 2000-06-26 Alex Schroeder <alex@gnu.org>
22021
22022 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
22023 `define-key'; instead of checking `(emacs-version)' check for
22024 `set-keymap-parent' and `set-keymap-name' directly. Add entries
22025 for `;' and `o' which might be electric.
22026
22027 (sql-electric-stuff): New user option.
22028 (sql-magic-go): New function which uses `sql-electric-stuff'.
22029 (sql-magic-semicolon): New function which uses
22030 `sql-electric-stuff'.
22031
22032 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
22033 is not fboundp.
22034
22035 (sql-oracle-options): New variable.
22036 (sql-oracle): Use it.
22037
22038 (sql-imenu-generic-expression): Doc change.
22039 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
22040 is used.
22041
22042 (sql-informix): Added command line parameter "-" to force
22043 sql-informix-program to use stdout.
22044
22045 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
22046
22047 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
22048 (cp864-decode-table): Doc fix.
22049 (cp720-decode-table): New variable, supports the Arabic OEM
22050 codepage used by Windows.
22051 (cp737-decode-table): New, Greek OEM codepage used by Windows.
22052
22053 2000-06-23 Dave Love <fx@gnu.org>
22054
22055 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
22056 (font-lock-fontify-anchored-keywords): Use
22057 line-beginning-position.
22058 (global-font-lock-mode): Use mapc.
22059
22060 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
22061
22062 * eshell/esh-module.el: Require CL when compiling.
22063
22064 2000-06-23 Gerd Moellmann <gerd@gnu.org>
22065
22066 * comint.el (comint-substitute-in-file-name): Call replace-match
22067 with second and third arg t.
22068
22069 * cus-edit.el (custom-button-face, custom-button-pressed-face):
22070 Specify foreground color.
22071
22072 * faces.el (tool-bar, mode-line, header-line): Specify foreground
22073 color.
22074
22075 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
22076
22077 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
22078 cddr instead of cdddr.
22079
22080 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
22081 instead of copy-list.
22082
22083 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
22084 of copy-list.
22085
22086 * subdirs.el: Add eshell subdirectory.
22087
22088 * eshell: New subdirectory containing the Eshell package.
22089
22090 * pcomplete.el: New file.
22091
22092 2000-06-23 Paul Eggert <eggert@twinsun.com>
22093
22094 * mail/mailpost.el (post-mail-send-it): Make sure file has
22095 proper permissions from birth.
22096
22097 * files.el (basic-save-buffer-2): When temporarily setting
22098 file modes, set them to current modes plus 0200, not to 0777.
22099
22100 * emerge.el (emerge-make-temp-file): Make sure file has proper
22101 permissions from birth.
22102
22103 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
22104
22105 * files.el (make-backup-file-name-1): On DOS/Windows, run the
22106 backup file name through convert-standard-filename.
22107
22108 * dos-fns.el (convert-standard-filename): Convert leading
22109 directories as well. When long file names are supported, convert
22110 characters that are invalid in Windows file names.
22111
22112 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22113
22114 * ps-print.el: Fix bug: if ^L is the very first buffer character,
22115 ps-print crashes. New feature: page selection for printing. Create
22116 raw-text-unix coding system for XEmacs. Doc fix.
22117 (ps-print-version): New version number (5.2.3).
22118 (ps-plot-region): Bug fix.
22119 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
22120 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
22121 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
22122 funs.
22123 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
22124 (ps-last-page): New vars.
22125
22126 2000-06-21 Gerd Moellmann <gerd@gnu.org>
22127
22128 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
22129 empty option string.
22130
22131 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
22132
22133 * man.el (man): Doc fix.
22134
22135 2000-06-21 Kenichi Handa <handa@etl.go.jp>
22136
22137 * international/mule-cmds.el (set-language-info-alist): Docstring
22138 fixed.
22139
22140 2000-06-20 Gerd Moellmann <gerd@gnu.org>
22141
22142 * version.el (emacs-version): Use ISO date format.
22143
22144 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
22145 instead of `M-backspace'.
22146
22147 * simple.el (turn-off-auto-fill): New function.
22148
22149 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
22150
22151 * jit-lock.el (with-buffer-prepared-for-jit-lock):
22152 Renamed from with-buffer-prepared-for-font-lock and use
22153 inhibit-modification-hooks rather than setting *-change-functions.
22154 Update all functions to use the new name.
22155 (jit-lock-first-unfontify-pos): New semantics (and doc).
22156 (jit-lock-mode): Make non-interactive.
22157 Don't automatically turn on font-lock.
22158 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
22159 Always use jit-lock-after-change.
22160 Remove and restore font-lock-after-change-function.
22161 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
22162 (jit-lock-after-unfontify-buffer): Remove.
22163 (jit-lock-stealth-fontify):
22164 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
22165 (jit-lock-after-change): Set the `fontified' text-prop to nil.
22166
22167 2000-06-20 Sam Steingold <sds@gnu.org>
22168
22169 * emacs-lisp/cl-indent.el (toplevel): Indent
22170 `print-unreadable-object' properly. Untabify.
22171
22172 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
22173
22174 * textmodes/reftex.el (reftex-find-citation-regexp-format):
22175 Support for bibentry.
22176 (reftex-compile-variables): Fixed problem with end of section-re.
22177
22178 * texmodes/reftex-dcr.el (reftex-view-crossref,
22179 reftex-view-crossref-from-bibtex):
22180 Deal with changed `reftex-find-citation-regexp-format'.
22181 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
22182 Replaced `remprop' with `put'.
22183 (reftex-view-crossref, reftex-view-crossref-when-idle):
22184 Support for bibentry.
22185
22186 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
22187 New entry for bibentry package.
22188
22189 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
22190 Regexp also matches "\nobibliography".
22191
22192 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
22193 Call `reftex-ensure-write-access' before doing anything.
22194 (reftex-ensure-write-access): New function.
22195
22196 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
22197
22198 * progmodes/idlwave.el: File re-installed (update to version 4.2)
22199
22200 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
22201
22202 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
22203
22204 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
22205
22206
22207 2000-06-20 Dave Love <fx@gnu.org>
22208
22209 * faces.el (frame-background-mode): Use set-default, not set, in
22210 setter.
22211 (frame-update-faces, frame-update-face-colors): Define with
22212 defalias.
22213
22214 * enriched.el (enriched-decode-foreground)
22215 (enriched-decode-background): Don't use internal-find-face.
22216
22217 * apropos.el: Doc fixes.
22218
22219 * cus-edit.el (customize-changed-options): Check arg.
22220 (customize-version-lessp): Don't require decimal point.
22221
22222 * custom.el (defcustom, defgroup): Doc fix.
22223
22224 * newcomment.el (comment) <defgroup>: Add :version.
22225 (comment-multi-line): Doc fix.
22226
22227 * emulation/mlsupport.el (define-hooked-local-abbrev,
22228 define-hooked-global-abbrev): Fix, using define-abbrev.
22229
22230 2000-06-19 Gerd Moellmann <gerd@gnu.org>
22231
22232 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
22233 the whole buffer.
22234
22235 2000-06-19 Dave Love <fx@gnu.org>
22236
22237 * menu-bar.el (menu-bar-options-save): New function.
22238 (menu-bar-options-menu): Use it.
22239 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
22240 Simplify.
22241
22242 2000-06-19 Andreas Schwab <schwab@suse.de>
22243
22244 * progmodes/etags.el (tags-query-replace): Put new parameters
22245 START and END at the end, for backward compatibility.
22246
22247 2000-06-19 Kenichi Handa <handa@etl.go.jp>
22248
22249 * international/codepage.el:
22250 (cp-coding-system-for-codepage-1): Delete special codes for
22251 generating xxx-dos coding system because now a CCL based coding
22252 system can handle EOL conversion by default.
22253
22254 * international/mule.el (make-coding-system): Generate subsidiary
22255 coding systems for EOL handling variants even for a CCL based
22256 coding system.
22257
22258 2000-06-19 Kenichi Handa <handa@etl.go.jp>
22259
22260 * international/isearch-x.el (isearch-minibuffer-input-method)
22261 (isearch-minibuffer-input-method-function): These variables
22262 deleted.
22263 (isearch-with-input-method): Don't use the above variables.
22264 (isearch-process-search-multibyte-characters): Likewise. Call
22265 read-string with the arg INHERIT-INPUT-METHOD t.
22266
22267 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
22268
22269 * font-lock.el (font-lock-after-fontify-buffer)
22270 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
22271
22272 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
22273 Use consistent make-local-variable style for font-lock-fontified.
22274 (jit-lock-fontify-buffer):
22275 Don't bother checking for font-lock-mode and jit-lock-mode.
22276
22277 * time.el: Remove trailing ^M that prevent CVS-merging.
22278
22279 2000-06-16 Gerd Moellmann <gerd@gnu.org>
22280
22281 * Makefile.in (distclean): New target.
22282
22283 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
22284
22285 * Makefile.in (srcdir): Define for update-subdirs.
22286
22287 2000-06-16 Gerd Moellmann <gerd@gnu.org>
22288
22289 * find-lisp.el: New file.
22290
22291 2000-06-16 Andrew Innes <andrewi@gnu.org>
22292
22293 * time.el (display-time-mail-function): New variable, to allow
22294 external packages to indicate when new mail is available.
22295 (display-time-update): Use it.
22296
22297 2000-06-16 Kenichi Handa <handa@etl.go.jp>
22298
22299 * international/mule.el (mule-version): Change version name to
22300 SAKAKI. AOI has already been used by Meadow.
22301
22302 * international/quail.el (quail-show-guidance-buf): To find the
22303 bottom window (but minibuffer), pay attention to the height of
22304 minibuffer.
22305
22306 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
22307
22308 * arc-mode.el (archive-mode-map): Use the new menu-item format for
22309 menu-bar menus. Add help strings. Don't remove the Edit menu
22310 from the menu bar, as the menu bar has enough space now.
22311
22312 * Makefile.in (SHELL): Make sure /bin/sh is used.
22313
22314 * woman.el (woman-man-buffer): Fix bold and underlined CJK
22315 characters, which use series of two ^H characters instead of one.
22316
22317 2000-06-15 Gerd Moellmann <gerd@gnu.org>
22318
22319 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
22320 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
22321 functions.
22322 (Info-find-node-2): Try a case-sensitive search first, then
22323 do a case-insensitive search.
22324
22325 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
22326 tutorials.
22327
22328 * complete.el (PC-env-vars-alist): New variable.
22329 (PC-complete-as-file-name): New function.
22330 (partial-completion-mode): Initialize PC-env-vars-alist from
22331 process-environment.
22332 (PC-do-completion): Handle completion of env vars.
22333
22334 * info.el (Info-set-mode-line): Show file name in mode line,
22335 use `*Info*' instead of `Info:'.
22336
22337 * startup.el (command-line-1): Change copyright messages to year
22338 2000.
22339
22340 2000-06-15 Dave Love <fx@gnu.org>
22341
22342 * net/goto-addr.el (goto-address-fontify): Use keymap property,
22343 not local-map.
22344
22345 2000-06-15 Kenichi Handa <handa@etl.go.jp>
22346
22347 * international/mule.el (set-buffer-file-coding-system): Almost
22348 rewritten to handle `undecided' as no-op.
22349
22350 2000-06-14 Gerd Moellmann <gerd@gnu.org>
22351
22352 * Makefile.in: New file.
22353
22354 * Makefile: Removed.
22355
22356 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
22357 (goto-address-highlight-keymap): Bind C-c RET.
22358
22359 2000-06-14 Kenichi Handa <handa@etl.go.jp>
22360
22361 * mail/sendmail.el (sendmail-send-it): The temporary buffer
22362 inherits buffer-file-coding-system of the current buffer.
22363
22364 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
22365 0. Give correct argument to set-auto-coding-function.
22366 (tar-expunge): For goto-char, use (point-min), not 0.
22367 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
22368 (tar-subfile-save-buffer): Likewize.
22369
22370 * international/mule.el
22371 (after-insert-file-set-buffer-file-coding-system): Call
22372 set-buffer-file-coding-system with the arg FORCE t.
22373
22374 2000-06-13 Gerd Moellmann <gerd@gnu.org>
22375
22376 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
22377 nil. Contemporary sendmails issue an X-Authentication-Warning if
22378 the sender is set with `-f'.
22379
22380 2000-06-13 Dave Love <fx@gnu.org>
22381
22382 * help.el (describe-function-1): Kluge around cases of functions
22383 fset to subrs whose doc doesn't match their symbol-name.
22384
22385 * image.el (insert-image): Default STRING to a space.
22386
22387 * info.el Doc fixes.
22388 (Info-build-node-completions): Match Ref tags.
22389
22390 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
22391
22392 * frame.el (display-multi-frame-p, display-multi-font-p): New
22393 defaliases for display-graphic-p.
22394
22395 * hl-line.el: Fixed a typo in commentary.
22396
22397 2000-06-13 Kenichi Handa <handa@etl.go.jp>
22398
22399 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
22400 fixed.
22401
22402 2000-06-12 Dave Love <fx@gnu.org>
22403
22404 * image.el (insert-image): Save a little consing.
22405
22406 2000-06-12 Kenichi Handa <handa@etl.go.jp>
22407
22408 * language/tibet-util.el: Convert all tibetan-1-column characters
22409 to the corresponding tibetan characters.
22410 (tibetan-add-components): Delete code for the special treatment of
22411 'a chung.
22412
22413 * language/tibetan.el (tibetan-composable-pattern): Fix previous
22414 change.
22415 (tibetan-vowel-transcription-alist): More rules added.
22416 (tibetan-composite-vowel-alist): New variable.
22417 (tibetan-precomposition-rule-alist): More rules added.
22418
22419 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
22420
22421 * startup.el (command-line): Only call menu-bar-mode if interactive.
22422
22423 * thingatpt.el (toplevel symbol-properties):
22424 * textmodes/makeinfo.el (makeinfo-compile):
22425 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
22426 * progmodes/hideif.el (hif-compress-define-list)
22427 (hide-ifdef-use-define-alist):
22428 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
22429 (ange-ftp-vms-add-file-entry):
22430 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
22431 * man.el (Man-build-man-command):
22432 * mail/rnewspost.el (news-reply-header-hook):
22433 * info.el (Info-insert-dir):
22434 * emulation/mlconvert.el (backward-word, forward-word, setq):
22435 * emacs-lisp/gulp.el (gulp-send-requests):
22436 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
22437 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
22438 (byte-optimize-apply, end of file):
22439 * emacs-lisp/advice.el (ad-advice-class-completion-table)
22440 (ad-make-freeze-definition):
22441 * startup.el (command-line, command-line-1): Don't quote lambdas.
22442
22443 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
22444 (cvs-cleanup-removed): New function.
22445 (cvs-cleanup-functions): New var.
22446 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
22447 some flexibility in specifying additional entries to auto-cleanup.
22448 (cvs-quickdir): New function.
22449 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
22450 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
22451 (cvs-mode-find-file): Check that we are on a filename or dirname
22452 when invoked through a mouse-click.
22453 (cvs-full-path): Remove.
22454 (cvs-dired-action): Re-introduced.
22455 (cvs-dired-noselect): Use it.
22456 (vc-post-command-functions): use this new hook if available.
22457
22458 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
22459 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
22460 (cvs-filename-map, cvs-dirname-map): Remove.
22461 (cvs-default-action): Remove.
22462 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
22463 if the arg is really a keymap.
22464 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
22465 Don't hardcode the mapping from state (aka type) to face, but check
22466 the var cvs-fi-<type>-face instead.
22467 (cvs-fileinfo-from-entries): New function.
22468
22469 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
22470 Docstring fix.
22471 (cvs-find-file-and-jump): Change default to be safer.
22472 (cvs-mode-diff-map): Define it as a function as well.
22473 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
22474 Bind mouse-2 in this global map rather than with text-properties.
22475
22476 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
22477 file to resolve the ambiguity between C(conflict) and C(need-merge).
22478
22479 2000-06-12 Kenichi Handa <handa@etl.go.jp>
22480
22481 * international/mule.el (set-buffer-file-coding-system): If
22482 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
22483 unconditionally.
22484
22485 2000-06-12 Dave Love <fx@gnu.org>
22486
22487 * wid-edit.el (widget-specify-button): Really suppress the face if
22488 required.
22489
22490 2000-06-11 Gerd Moellmann <gerd@gnu.org>
22491
22492 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
22493
22494 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
22495
22496 * imenu.el (imenu-generic-expression): Docstring fix.
22497
22498 * composite.el (composition-function-table): Move the `put'
22499 below the autoload cookie so we can load the file before loaddefs.
22500
22501 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
22502
22503 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
22504 Handle easy-mmode-define-global-mode.
22505 For complex macros like define-minor-mode that can generate
22506 several autoload entries, try to autoload entries in the
22507 macroexpanded code.
22508
22509 * emacs-lisp/easy-mmode.el (define-minor-mode):
22510 If KEYMAP is a symbol, just use it.
22511 Use byte-compile-current-file and load-file-name to infer the
22512 proper :require to pass to defcustom.
22513 Wrap the hook var into `progn' so as not to autoload it.
22514 Add a :autoload-end cookie.
22515 Be more careful about the evaluation of KEYMAP.
22516 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
22517 (define-derived-mode): Move define-abbrev-table outside of defvar.
22518
22519 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
22520
22521 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
22522 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
22523 (backup-compiled-files): Ignore errors during `tar'.
22524 (bootstrap): Make autoloads before elc files.
22525
22526 2000-06-10 Kenichi Handa <handa@etl.go.jp>
22527
22528 * international/mule.el (set-buffer-file-coding-system): If one of
22529 undecided-XXX is specified, change only EOL conversion.
22530
22531 * international/mule-conf.el (unix): New alias for the coding
22532 system undecided-unix.
22533
22534 2000-06-09 Dave Love <fx@gnu.org>
22535
22536 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
22537
22538 * progmodes/executable.el: Byte compile dynamic.
22539 (executable-insert): Change custom type.
22540 (executable-find): Add autoload cookie.
22541 (executable-make-buffer-file-executable-if-script-p): New
22542 function. After Noah Friedman.
22543
22544 * files.el (after-save-hook): Customize, with
22545 executable-make-buffer-file-executable-if-script-p as an option.
22546
22547 2000-06-09 Kenichi Handa <handa@etl.go.jp>
22548
22549 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
22550 "tib24p-mule.bdf" for Tibetan.
22551
22552 * composite.el (decompose-composite-char): Declare it as obsolete.
22553
22554 * man.el (Man-fontify-manpage): Pay attention to underline and
22555 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
22556
22557 2000-06-08 Gerd Moellmann <gerd@gnu.org>
22558
22559 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
22560 Set maintainer to FSF since author isn't reachable.
22561
22562 2000-06-08 Dave Love <fx@gnu.org>
22563
22564 * international/mule-cmds.el (select-safe-coding-system): If
22565 DEFAULT-CODING-SYSTEM is not specified, also check the most
22566 preferred coding-system if buffer-file-coding-system is
22567 `undecided'. From Handa.
22568
22569 2000-06-08 Kenichi Handa <handa@etl.go.jp>
22570
22571 * international/mule.el
22572 (after-insert-file-set-buffer-file-coding-system): If the buffer
22573 size is greater than INSERTED, judget that we are not visiting.
22574
22575 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
22576
22577 * whitespace.el (defgroup whitespace): Comment out `:version'.
22578 XEmacs 20.4 has problems defining the group with this present.
22579 We'll have this commented out till get resolve the problem.
22580
22581 2000-06-07 John Wiegley <johnw@gnu.org>
22582
22583 * align.el (align-dq-string-modes, align-sq-string-modes)
22584 (align-open-comment-modes): Add pyhton-mode.
22585 (align-rules-list): Use get-text-property instead of
22586 text-properties-at.
22587 (align-rules-list): Add python-assignment.
22588 (align-rules-list): Change perl-comma-delimiter to
22589 basic-comma-delimiter. Use if for Perl modes and python-mode.
22590 (align-rules-list): Add python-chain-logic and
22591 basic-line-continuation.
22592
22593 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
22594
22595 * apropos.el (apropos-mode-hook): New user variable.
22596 (apropos-mode): Run apropos-mode-hook.
22597
22598 2000-06-07 David Ponce <david@dponce.com>
22599
22600 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
22601 commands. Require `wid-edit' at run-time.
22602
22603 2000-06-07 David Ponce <david@dponce.com>
22604
22605 * recentf.el: Added some "Commentary".
22606 (recentf-open-more-files, recentf-edit-list): Minor changes to
22607 move the point at the top of the file list. This behaviour is
22608 consistent with the menu one when the list contains a lot of
22609 files.
22610 (recentf-cleanup): Now displays the number of items removed from
22611 the list.
22612 (recentf-relative-filter) New menu filter to show filenames
22613 relative to `default-directory'.
22614
22615 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22616
22617 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
22618 with/without giving an error if PostScript printer doesn't have this
22619 kind of page size. Zebra Stripe continues or restarts on next page.
22620 Manual/automatic paper feeding. Switch or not the header.
22621 (ps-print-version): New version number (5.2.2).
22622 (ps-windows-system): Include emx as a Windows system.
22623 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
22624 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
22625 (ps-background-text): Code fix.
22626 (ps-error-handler-message, ps-user-defined-prologue)
22627 (ps-print-prologue-header, ps-printer-name)
22628 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
22629 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
22630 (ps-use-face-background): Customization fix.
22631 (ps-n-up-database): Data fix.
22632 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
22633 (ps-switch-header): New vars.
22634 (ps-xemacs-color-name, ps-face-foreground-name)
22635 (ps-face-background-name, ps-boolean-constant): New funs.
22636
22637 2000-06-07 Dave Love <fx@gnu.org>
22638
22639 * allout.el: New version from Manheimer.
22640
22641 2000-06-07 Kenichi Handa <handa@etl.go.jp>
22642
22643 * textmodes/fill.el (fill-find-break-point): Check the validity of
22644 charset.
22645
22646 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
22647
22648 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
22649 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
22650 Call display-color-p and display-mouse-p instead of looking at
22651 window-system.
22652
22653 2000-06-06 Dave Love <fx@gnu.org>
22654
22655 * image.el (find-image): Doc fix. Return nil if image not found.
22656 (put-image, insert-image): Make STRING arg optional.
22657
22658 2000-06-06 Kenichi Handa <handa@etl.go.jp>
22659
22660 * language/vietnamese.el: Remove eval-when-compile.
22661 (viet-viscii-nonascii-translation-table): Define it as a
22662 translation table made from viet-viscii-decode-table.
22663 (viet-viscii-encode-table): Define it as a translation table made
22664 from the reverse map of above.
22665 (viet-vscii-nonascii-translation-table): Define it as a
22666 translation table made from viet-vscii-decode-table.
22667 (viet-vscii-encode-table): Define it as a translation table made
22668 from the reverse map of above.
22669 (ccl-decode-viscii): Use translate-character.
22670 (ccl-encode-viscii, ccl-encode-viscii-font)
22671 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
22672 Likewize.
22673
22674 * language/cyrillic.el: Remove eval-when-compile.
22675 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
22676 translation table made from cyrillic-koi8-r-decode-table.
22677 (cyrillic-koi8-r-encode-table): Define it as a translation table
22678 made from the reverse map of above.
22679 (ccl-decode-koi8): Use translate-character.
22680 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
22681 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
22682 a translation table made from cyrillic-alternativnyj-decode-table.
22683 (cyrillic-alternativnyj-encode-table): Define it as a translation
22684 table made from the reverse map of above.
22685 (ccl-decode-alternativnyj): Use translate-character.
22686 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
22687 Likewize
22688
22689 * international/mule-diag.el (non-iso-charset-alist): Specify
22690 translation table symbol instead of translation table itself.
22691 (list-block-of-chars): CHARSET may be a translation table symbol.
22692
22693 * international/mule.el (make-coding-system): If CODING-SYSTEM
22694 already exists, override it.
22695
22696 * international/fontset.el: Use family `proportional' for Tibetan
22697 fonts.
22698
22699 * international/ccl.el (ccl-compile-translate-character): Don't
22700 check if Rrr has property translation-table.
22701 (ccl-compile-map-multiple): Modified to avoid compiler warning.
22702
22703 2000-06-05 Gerd Moellmann <gerd@gnu.org>
22704
22705 * info.el: Bind case-fold-search to t when searching in case
22706 a user sets it to nil in a hook.
22707
22708 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
22709
22710 * autoarg.el (autoarg-mode, autoarg-kp-mode):
22711 * hl-line.el (hl-line-mode): Use the new :global key argument.
22712
22713 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
22714 (tar-clip-time-string): Prepend a space.
22715 (tar-grind-file-mode): Construct a string rather than modifying one.
22716 (tar-header-block-summarize): Fix docstring.
22717 Use `format' rather than an error-prone set of copy-loops.
22718
22719 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
22720 (diff-goto-source, diff-unified->context, diff-context->unified)
22721 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
22722 understand the format output by the `-p' argument to diff.
22723
22724 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
22725 (sh-re-done): Use defconst.
22726 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
22727 (sh-help-string-for-variable, sh-guess-basic-offset):
22728 Don't quote lambdas.
22729 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
22730 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
22731
22732 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
22733 (mh-letter-mode): Derive from text-mode.
22734 This implicitly means that it now calls kill-all-local-variables.
22735 Also remove the Emacs-18 compatibility code.
22736
22737 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
22738 Make use of symbol-property doc-string-elt.
22739 Use memq rather than a sequence of eq.
22740 (doc-string-elt): Fix the wrong or missing previously unused values.
22741 (autoload-print-form): New function extracted from
22742 generate-file-autoloads to allow recursion when handling progn
22743 so that defvar's and defun's docstrings are properly printed.
22744 (generate-file-autoloads): Use it.
22745
22746 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
22747 Use find-file-hooks in the minor-mode function.
22748 Be careful not to loop indefinitely in the post-command-hook function.
22749
22750 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
22751
22752 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
22753 tty's.
22754 * ediff-diff.el (ediff-exec-process): Use --binary for fine
22755 differences whenever appropriate.
22756 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
22757 * viper.el (find-file, find-file-other-window): Get viper to do
22758 wildcards.
22759
22760 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
22761
22762 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
22763 (jit-lock-fontify-buffer): New function for JIT refontification.
22764 (jit-lock-mode): Fix docstring.
22765 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
22766 Remove jit-lock-after-change from the _local_ hook.
22767 (jit-lock-function-1): Fix docstring.
22768
22769 * info.el (Info-on-current-buffer): Initialize info.
22770
22771 * newcomment.el (comment-indent): Ignore comment-indent-hook.
22772
22773 * progmodes/tcl.el (tcl-indent-for-comment):
22774 Ignore comment-indent-hook.
22775
22776 * emacs-lisp/easy-mmode.el: Require CL during compilation.
22777 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
22778 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
22779 and improve to use the lighter to guess the capitalization.
22780 (define-minor-mode): Inline code from easy-mmode-define-toggle.
22781 Add keyword arguments to specify global-ness or the custom group.
22782 Add local-map and help-echo properties to the lighter.
22783 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
22784 (easy-mmode-define-global-mode): New macro.
22785
22786 2000-06-02 Dave Love <fx@gnu.org>
22787
22788 * wid-edit.el: byte-compile-dynamic since we typically don't use
22789 all the widgets. Don't require cl or widget. Remove
22790 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
22791 (widget-read-event): Removed. Callers changed to use read-event.
22792 (widget-button-release-event-p): Renamed from
22793 button-release-event-p.
22794 (widget-field-add-space, widget-field-use-before-change):
22795 Uncustomize.
22796 (widget-specify-field): Use keymap property, not local-map.
22797 (widget-specify-button): Obey :suppress-face.
22798 (widget-specify-insert): Use modern backquote syntax.
22799 (widget-image-directory): Renamed from widget-glyph-directory.
22800 (widget-image-enable): Renamed from widget-glyph-enable.
22801 (widget-image-find): Replaces widget-glyph-find.
22802 (widget-button-pressed-face): Move defvar.
22803 (widget-image-insert): Replaces widget-glyph-insert.
22804 (widget-convert): Use keywordp.
22805 (widget-leave-text, widget-children-value-delete): Use mapc.
22806 (widget-keymap): Remove XEmacs stuff.
22807 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
22808 (widget-button-click): Don't set point at the click, but re-centre
22809 if we scroll out of window. Rewritten for images v. glyphs &c.
22810 (widget-tabable-at): Use POS arg, not point.
22811 (widget-beginning-of-line, widget-end-of-line)
22812 (widget-item-value-create, widget-sublist, widget-princ-to-string)
22813 (widget-sexp-prompt-value, widget-echo-help): Simplify.
22814 (widget-default-create): Use widget-image-insert; some rewriting.
22815 (widget-visibility-value-create)
22816 (widget-push-button-value-create, widget-toggle-value-create): Use
22817 widget-image-insert.
22818 (checkbox): Create on and off images dynamically.
22819 (documentation-link): Change :help-echo.
22820 (widget-documentation-link-echo-help): Remove.
22821
22822 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
22823
22824 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
22825
22826 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
22827 (easy-mmode-define-toggle, define-minor-mode): Use it.
22828 (easy-mmode-define-keymap): Docstring fix.
22829 (define-derived-mode): Default PARENT to fundamental-mode.
22830 Add the derived-mode-parent symbol-property.
22831 (easy-mmode-derived-mode-p): New function.
22832
22833 2000-06-02 Dave Love <fx@gnu.org>
22834
22835 * files.el (convert-standard-filename): Doc fix.
22836 (normal-backup-enable-predicate): New function.
22837 (backup-enable-predicate): Use it to replace the lambda form.
22838
22839 * calendar/todo-mode.el: [This needs more work on the outline
22840 stuff.] Doc fixes.
22841 (todo) <defgroup>: Add :version.
22842 (todo-add-category): Don't use pushnew.
22843 (todo-cmd-raise): Fix typo.
22844 (todo-top-priorities): Change temp buffer name.
22845 (todo-category-alist): Avoid redundant lambda.
22846 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
22847 Use outline-next-heading.
22848
22849 * autoarg.el: Rewritten to use define-minor-mode.
22850 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
22851 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
22852
22853 2000-06-02 Kenichi Handa <handa@etl.go.jp>
22854
22855 * isearch.el (isearch-other-meta-char): Fix previous change.
22856
22857 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
22858
22859 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
22860 (log-edit-done): Only add the comment to the ring if it's different
22861 from the last comment entered.
22862
22863 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
22864
22865 2000-06-01 Dave Love <fx@gnu.org>
22866
22867 * hl-line.el: Rewritten using define-minor-mode.
22868
22869 * help.el (describe-function-1): Distinguish special form from
22870 builtin function. Sanity-check presence of arglist for builtins.
22871
22872 2000-06-01 Kenichi Handa <handa@etl.go.jp>
22873
22874 * international/characters.el: Fix syntax/category setting of
22875 Tibetan characters.
22876
22877 * language/tibet-util.el (tibetan-add-components): Fixes for new
22878 encoding of Tibetan characters.
22879 (tibetan-decompose-precomposition-alist): New variable.
22880 (tibetan-decompose-region): Convert precomposed characters to
22881 non-precomposed characters.
22882 (tibetan-decompose-string): Likewise.
22883 (tibetan-composition-function): Fix args to
22884 thibetan-compose-string.
22885
22886 * language/tibetan.el (tibetan-composable-pattern): More
22887 characters included.
22888 (tibetan-consonant-transcription-alist): Rule for "R" added.
22889 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
22890 "+R" added.
22891 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
22892
22893 * language/lao-util.el (lao-composition-function): Fix args to
22894 compose-string.
22895
22896 * language/thai-util.el (thai-composition-function): Fix args to
22897 compose-string.
22898
22899 * isearch.el (isearch-update): Set disable-point-adjustment to t
22900 to prevent the point moving to the end of a composition when a
22901 part of a composition is searched.
22902 (isearch-other-meta-char): If the key invoking this command can be
22903 mapped by function-key-map to a printing char, call
22904 isearch-process-search-char directly.
22905
22906 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
22907
22908 * emacs-lisp/bytecomp.el:
22909 * frame.el:
22910 * international/mule-cmds.el:
22911 * international/mule-util.el:
22912 * international/mule.el:
22913 * mouse.el:
22914 * subr.el:
22915 * faces.el: Update calls to make-obsolete with a WHEN argument.
22916
22917 * byte-run.el (make-obsolete, make-obsolete-variable):
22918 Add an optional WHEN argument and change the format of the
22919 symbol-property information.
22920 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
22921 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
22922 new obsolete-symbol-property format and print WHEN if it is provided.
22923
22924 2000-05-31 Dave Love <fx@gnu.org>
22925
22926 * loadhist.el (loadhist-hook-functions): Remove
22927 before-change-function, after-change-function.
22928 (unload-feature): Deal with symbols which are both bound and
22929 fbound.
22930
22931 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
22932 before-change-function, after-change-function.
22933
22934 * simple.el (newline): Don't bind before-change-function,
22935 after-change-function.
22936
22937 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
22938
22939 * whitespace.el (whitespace-rescan-timer-time): Update interval
22940 set to 600 seconds (10 minutes) instead of 60 seconds since
22941 a large number of whitespace buffers causes emacs to `freeze'
22942 for a considerable amount of time.
22943
22944 * whitespace.el: Updated email address
22945
22946 2000-05-31 Dave Love <fx@gnu.org>
22947
22948 * add-log.el (change-log-font-lock-keywords) <function>: Add
22949 pattern for function of change.
22950 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
22951 acknowledgements patterns.
22952
22953 2000-05-31 Kenichi Handa <handa@etl.go.jp>
22954
22955 * isearch.el (isearch-printing-char): If keyboard coding system is
22956 being used, call isearch-process-search-multibyte-characters.
22957
22958 * international/isearch-x.el: Mostly rewritten.
22959
22960 * international/quail.el (quail-start-conversion): Don't include
22961 unhandled events in the returned events, but set them in
22962 unread-command-events. Exit if all inputs are deleted.
22963
22964 2000-05-30 Jason Rumney <jasonr@gnu.org>
22965
22966 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
22967
22968 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
22969 Reenable code to create initial fontsets.
22970 Use set-fontset-font in place of put-charset-property.
22971
22972 2000-05-30 Gerd Moellmann <gerd@gnu.org>
22973
22974 * progmodes/perl-mode.el (perl-indent-line): When looking for a
22975 label, ensure that the first colon isn't followed by another.
22976
22977 * paths.el (Info-default-directory-list): Doc fix.
22978
22979 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
22980 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
22981 send a query containing USER only, not USER@HOST.
22982
22983 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
22984 and rmail-msgend to compute the restriction at the end, instead of
22985 computing it.
22986
22987 2000-05-29 Gerd Moellmann <gerd@gnu.org>
22988
22989 * dabbrev.el (dabbrev-expand): Don't display messages in the
22990 echo area if the minibuffer window is active.
22991
22992 * jit-lock.el (jit-lock-mode): Add after change function to
22993 local hook.
22994
22995 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
22996
22997 * antlr-mode.el: New commands: hide/unhide actions,
22998 upcase/downcase literals.
22999 (antlr-tiny-action-length): New user option.
23000 (antlr-hide-actions): New command. Suggested by
23001 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
23002 (antlr-mode-map): New binding [C-c C-v].
23003 (antlr-mode-menu): New entries.
23004 (antlr-downcase-literals): New command.
23005 (antlr-upcase-literals): Ditto.
23006
23007 * antlr-mode.el: Minor changes: indendation, mode-name.
23008 (antlr-indent-line): Indent cpp directive at column 0.
23009 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
23010
23011 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
23012 (antlr-font-lock-additional-keywords): Workaround for intentional
23013 bug in XEmacs version of font-lock.
23014 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
23015 be used by a smarter version of `buffers-menu-grouping-function'.
23016
23017 2000-05-29 Gerd Moellmann <gerd@gnu.org>
23018
23019 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
23020 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
23021
23022 2000-05-29 Kenichi Handa <handa@etl.go.jp>
23023
23024 * international/encoded-kb.el
23025 (encoded-kbd-iso2022-designation-map): Pay attention to that
23026 charset-iso-final-char return -1 for eight-bit-control and
23027 eight-bit-graphic.
23028
23029 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
23030
23031 * speedbar.el (speedbar-use-images, speedbar-update-flag)
23032 (speedbar-easymenu-definition-base): Use display-graphic-p where
23033 available, instead of window-system.
23034
23035 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
23036
23037 * international/codepage.el (cp-coding-system-for-codepage-1): Add
23038 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
23039 coding systems.
23040
23041 2000-05-26 Dave Love <fx@gnu.org>
23042
23043 * disp-table.el (standard-display-underline): Don't use
23044 internal-find-face.
23045
23046 * mail/reporter.el: Maintainer change. Doc fixes.
23047 (reporter-version): Deleted.
23048
23049 * emacs-lisp/elp.el: Maintainer change.
23050 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
23051
23052 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
23053
23054 * add-log.el (add-change-log-entry): Merge the current entry with the
23055 previous one if the previous one is empty.
23056
23057 2000-05-26 Dave Love <fx@gnu.org>
23058
23059 * loadhist.el (unload-feature): Fix interactive spec [from
23060 lijnzaad@ebi.ac.uk].
23061
23062 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
23063 subr-arity to check primitives.
23064 (byte-compile-flush-pending, byte-compile-file-form-progn)
23065 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
23066 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
23067 mapcar.
23068
23069 2000-05-26 Kenichi Handa <handa@etl.go.jp>
23070
23071 * international/fontset.el: Set family names of non-latin charsets
23072 in default fontset to "*".
23073
23074 * international/mule-diag.el (print-fontset): Combine family part
23075 and registry part of the fontname by "-*-" instead of "-".
23076
23077 * international/mule-cmds.el (encode-coding-char): Make strings
23078 multibyte before calling encode-coding-string.
23079
23080 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
23081
23082 * derived.el: Fix keywords.
23083 (define-derived-mode): Only define if needed.
23084
23085 * simple.el (fill-comment, comment-column, comment-start)
23086 (comment-start-skip, comment-end, comment-indent-function)
23087 (block-comment-start, block-comment-end, indent-for-comment)
23088 (set-comment-column, kill-comment, comment-padding, comment-region)
23089 (comment-multi-line, indent-new-comment-line): Remove.
23090
23091 * bindings.el (esc-map): Change ; to comment-dwim and use the new
23092 function names for comment operations.
23093
23094 * newcomment.el: Add abundant autoload cookies.
23095 (comment-style): Don't depend on runtime data at compile-time.
23096 (comment-indent-hook): Remove.
23097 (comment-indent): Check if comment-indent-hook is bound.
23098 (comment-region): Docstring fix.
23099
23100 2000-05-25 Dave Love <fx@gnu.org>
23101
23102 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
23103 byte-code-function-p.
23104
23105 * mail/rmailsum.el: Add provide.
23106
23107 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
23108
23109 * smerge-mode.el (smerge-diff-switches): Don't use list* in
23110 defcustom.
23111
23112 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
23113
23114 * ediff-diff.el (ediff-exec-process): delete --binary option from
23115 non-buffer ediff jobs.
23116
23117 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
23118
23119 * hilit-chg.el (highlight-changes-mode): Ask about color or
23120 grayscale support, not about window-system.
23121
23122 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
23123 window-system.
23124 (ffap-highlight): Always default to t.
23125
23126 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
23127 display-popup-menus-p instead of looking at window-system.
23128
23129 * disp-table.el (standard-display-g1, standard-display-graphic):
23130 Only refuse to use string glyphs on X and MS-Windows.
23131
23132 * avoid.el: Remove window-system from commentary, suggest to use
23133 display-*-p instead.
23134
23135 * apropos.el (apropos-print): Use display-mouse-p instead of
23136 window-system.
23137
23138 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
23139
23140 * international/codepage.el (cp-decoding-vector-for-codepage):
23141 Fill up unsupported characters with their own codes. From Kenichi
23142 Handa.
23143
23144 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
23145
23146 * international/mule-diag.el (describe-char-after): Use
23147 display-graphic-p instead of window-system, so that this function
23148 works on MS-DOS.
23149
23150 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
23151
23152 * international/codepage.el (cp-make-coding-systems-for-codepage):
23153 Remove the eight-bit-graphic and eight-bit-control charsets from
23154 the list of charsets which we convert into `?'.
23155
23156 2000-05-25 Kenichi Handa <handa@etl.go.jp>
23157
23158 * international/mule-conf.el: Specify CHARSET-ID explicitely for
23159 private charsets.
23160 (mule-unicode-0100-24ff, japanese-jisx0213-1,
23161 japanese-jisx0213-2): New charsets.
23162
23163 * international/fontset.el: Setup default fontset for new charsets.
23164
23165 2000-05-24 Dave Love <fx@gnu.org>
23166
23167 * info.el (Info-find-node-2): Restructure [following "Vadim
23168 S. Solomin" <sovs@uic.nnov.ru>].
23169
23170 * icomplete.el: Fix header for Finder.
23171
23172 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
23173
23174 * rmailout.el (rmail-output-to-rmail-file): Added optional param
23175 STAY.
23176
23177 * rmail.el (rmail-automatic-folder-directives): New user variable.
23178 (rmail-show-message): Add call to `rmail-auto-file' during
23179 display.
23180 (rmail-auto-file): New function.
23181
23182 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
23183
23184 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
23185 account.
23186 (ediff-test-utility,ediff-diff-mandatory-option)
23187 (ediff-reset-diff-options): Utilities for proper initialization of
23188 ediff-diff-options and ediff-diff3-options on Windows.
23189
23190 * ediff-init.el (ediff-merge-filename-prefix): New customizable
23191 variable.
23192
23193 * ediff-mult.el (ediff-filegroup-action): Use
23194 ediff-merge-filename-prefix.
23195
23196 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
23197
23198 * viper-ex.el (ex-write): Set selective display to nil.
23199
23200 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
23201
23202 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
23203 aliases for hebrew-iso-8bit.
23204
23205 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
23206
23207 * woman.el: New version from Francis J. Wright
23208 <F.J.Wright@Maths.QMW.ac.uk>.
23209 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
23210 names in environment variables regardless of the path separator.
23211 (woman-topic-all-completions-1): Don't call file-name-directory-p
23212 on all files, since woman-file-regexp already filters out any
23213 directories.
23214
23215 2000-05-24 Kenichi Handa <handa@etl.go.jp>
23216
23217 * international/quail.el (quail-start-translation): Don't change
23218 modified-p of the current buffer.
23219 (quail-start-conversion): Likewise.
23220
23221 * international/kkc.el (kkc-region): Don't change modified-p of
23222 the current buffer.
23223
23224 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
23225 conform to RFC1468.
23226 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
23227
23228 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
23229
23230 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
23231 (speedbar-insert-button): Invisible text property fix.
23232 (speedbar-directory-plus): Renamed from speedbar-directory-+
23233 (speedbar-directory-minus): Renamed from speedbar-directory--
23234 (speedbar-page-plus): Renamed from speedbar-file-+
23235 (speedbar-page-minus): Renamed from speedbar-file--
23236 (speedbar-page): Renamed from speedbar-file-
23237 (speedbar-tag): Renamed from speedbar-tag-
23238 (speedbar-tag-plus): Renamed from speedbar-tag-+
23239 (speedbar-tag-minus): Renamed from speedbar-tag--
23240 (speedbar-expand-image-button-alist): Use above renames.
23241
23242 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
23243 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
23244 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
23245 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
23246 * sb-pg.xpm: Renamed from sb-file.xpm
23247 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
23248 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
23249
23250 2000-05-24 Kenichi Handa <handa@etl.go.jp>
23251
23252 * international/quail.el (quail-show-guidance-buf): Set
23253 current-input-method of the guidance buffer to the name of the
23254 curren input method.
23255
23256 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
23257
23258 * progmodes/compile.el (compile-internal): Style typo.
23259
23260 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
23261 quote vars and functions in the docstring.
23262
23263 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
23264
23265 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
23266 Don't quote lambdas.
23267
23268 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
23269
23270 2000-05-23 Gerd Moellmann <gerd@gnu.org>
23271
23272 * startup.el (command-line): Determine source file of compiled
23273 user init file differently. Warn if compiled user init file
23274 is older than its source file.
23275
23276 * ffap.el (ffap-url-regexp): Add `https'.
23277
23278 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
23279
23280 * files.el (make-backup-file-name-1): Replace slashes with `!'
23281 rather than `|' (which is not allowed on Windows). Replace the
23282 drive letters with a string "drive_X".
23283
23284 2000-05-23 Gerd Moellmann <gerd@gnu.org>
23285
23286 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
23287
23288 * files.el (interpreter-mode-alist): Add `bash2'.
23289
23290 2000-05-22 Dave Love <fx@gnu.org>
23291
23292 * loadhist.el (feature-symbols, file-provides, file-requires): Use
23293 mapc.
23294 (feature-file): Avoid calling symbol-name. Doc fix.
23295 (file-set-intersect, file-dependents): Use dolist, not mapcar.
23296 (loadhist-hook-functions): Add mouse-position-function.
23297 (unload-feature): Change uses of mapcar.
23298
23299 * files.el (parse-colon-path): Doc fix.
23300 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
23301 (set-auto-mode): Use mapc.
23302
23303 * complete.el (PC-look-for-include-file): Use :alnum: character
23304 class.
23305 (partial-completion-mode): Add autoload cookie.
23306
23307 2000-05-22 Sam Steingold <sds@gnu.org>
23308
23309 * info.el (Info-fontify-node): Fixed the call to
23310 `add-text-properties' (bug introduced on 2000-05-18).
23311
23312 2000-05-22 Dave Love <fx@gnu.org>
23313
23314 * bindings.el: Remove debug-ignored-errors set in other files.
23315
23316 * progmodes/etags.el: Add to debug-ignored-errors.
23317 (visit-tags-table-buffer): Clear out buffers holding old tables
23318 when making a new list.
23319 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
23320 mapc.
23321
23322 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
23323 quote keywords.
23324 (cmpl-string-case-type): Use character classes.
23325
23326 * comint.el:
23327 * textmodes/ispell.el:
23328 * imenu.el:
23329 * mail/mh-e.el:
23330 * progmodes/compile.el: Add to debug-ignored-errors.
23331
23332 * dabbrev.el: Add to debug-ignored-errors.
23333 (dabbrev-completion): Use mapc.
23334
23335 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
23336
23337 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
23338 (woman-mapcan, woman-parse-man.conf)
23339 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
23340 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
23341 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
23342 path syntax better.
23343 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
23344 (woman-manpath): Call woman-parse-man.conf.
23345 (woman-emulation): New defcustom, defaults to nroff.
23346 (woman-font-support): New defconst.
23347 (woman-use-symbol-font): New defcustom.
23348 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
23349 "Emulation".
23350 Many functions: Doc fix.
23351
23352 2000-05-22 Kenichi Handa <handa@etl.go.jp>
23353
23354 * international/quail.el (quail-simple-translation-keymap): Map
23355 128..255 to quail-self-insert-command.
23356 (quail-keyboard-layout-alist): Add definition for "pc102-de".
23357
23358 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
23359
23360 * help.el (help-manyarg-func-alist): Typo.
23361
23362 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
23363 intervals which makes it heaps simpler.
23364
23365 * newcomment.el (comment-region-internal): Go back to BEG after quoting
23366 the nested comment markers.
23367
23368 * subr.el (remove-hook): Don't turn the hook's value into a list.
23369
23370 2000-05-21 Dave Love <fx@gnu.org>
23371
23372 * edmacro.el (edmacro-parse-keys): Return vector if any elements
23373 are invalid characters.
23374
23375 * international/mule-util.el (detect-coding-with-priority): Use
23376 mapc. Remove redundant lambda.
23377
23378 * international/mule-diag.el (list-non-iso-charset-chars)
23379 (describe-fontset): Remove redundant lambda.
23380
23381 * emulation/crisp.el (brief-mode): New alias.
23382
23383 * emacs-lisp/ring.el (ring-elements): New function.
23384
23385 * emacs-lisp/easymenu.el (easy-menu-create-menu)
23386 (easy-menu-do-add-item): Use keywordp.
23387
23388 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
23389
23390 * replace.el: Doc and error message fixes.
23391 (replace-highlight): Use facep, not internal-find-face.
23392
23393 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
23394
23395 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
23396
23397 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
23398 (log-edit-insert-changelog): Drop `:' as well.
23399
23400 * log-view.el: Fix file description.
23401 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
23402 available.
23403 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
23404 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
23405
23406 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
23407 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
23408 Print a status message if the toggle is called interactively.
23409 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
23410 for global minor modes and use `defcustom' for them.
23411 Use add-minor-mode.
23412 (easy-mmode-define-derived-mode): Remove.
23413 (define-derived-mode): Fancier default docstring.
23414 (easy-mmode-define-navigation): Signal an error rather than (ding).
23415
23416 * newcomment.el (comment-styles): New `box-multi'.
23417 (comment-normalize-vars): Better default for comment-continue to
23418 avoid whitespace-only continuations.
23419 (comment-search-forward): Always move even in the no-syntax case.
23420 (comment-padright): Only obey N if it's only obeyed for padleft.
23421 (comment-make-extra-lines): Better handling of empty continuations.
23422 Use `=' for the filler if comment-start has only one character.
23423 (uncomment-region): Try handling the special `=' filler.
23424 (comment-region): Allow LINES even if MULTI is nil.
23425 (comment-box): Choose box style based on comment-style.
23426
23427 2000-05-20 Kenichi Handa <handa@etl.go.jp>
23428
23429 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
23430 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
23431
23432 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
23433
23434 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
23435 and insert, not subst-char-in-region.
23436
23437 * international/mule-diag.el (list-character-sets-1): Handle
23438 charsets eight-bit-control and eight-bit-graphic.
23439 (list-iso-charset-chars): Likewise.
23440 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
23441 charactes as is. Use indent-to to align characters.
23442
23443 * international/mule-cmds.el (find-multibyte-characters): Never
23444 exclude charsets eight-bit-control and eight-bit-graphic.
23445
23446 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
23447
23448 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
23449 Don't quote lambdas.
23450
23451 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
23452
23453 2000-05-19 Gerd Moellmann <gerd@gnu.org>
23454
23455 * gud.el (gud-jdb-directories): Doc fix.
23456
23457 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
23458
23459 * newcomment.el: New file.
23460
23461 2000-05-19 Gerd Moellmann <gerd@gnu.org>
23462
23463 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
23464
23465 2000-05-18 Andreas Schwab <schwab@suse.de>
23466
23467 * dired.el (dired-between-files): Also skip lines beginning with
23468 `used'.
23469
23470 2000-05-18 Gerd Moellmann <gerd@gnu.org>
23471
23472 * msb.el (msb-menu-cond): Add choice `user'.
23473
23474 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
23475
23476 * ps-print.el: Compatibility, customization and doc fix.
23477 (ps-printer-name-option): Replace defconst by defvar.
23478 (ps-postscript-code-directory): XEmacs compatibility.
23479 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
23480 fix.
23481 (ps-user-defined-prologue, ps-print-prologue-header)
23482 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
23483 compatibility and code fix.
23484 (ps-print-background-image, ps-print-background-text):
23485 Customization fix.
23486 (ps-line-number-start, ps-n-up-on): New vars.
23487
23488 2000-05-18 Espen Skoglund <esk@ira.uka.de>
23489
23490 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
23491 the indent-comment function to just return the appropriate indent.
23492
23493 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
23494
23495 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
23496 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
23497 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
23498
23499 2000-05-18 Dave Love <fx@gnu.org>
23500
23501 * info.el (Info-fontify-node): Add intangible property as well as
23502 invisible.
23503
23504 * calendar/appt.el (appt-make-list): Match all lines of entry.
23505 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
23506
23507 2000-05-18 Kenichi Handa <handa@etl.go.jp>
23508
23509 * international/mule-diag.el (describe-char-after): Call
23510 internal-char-font, not char-font. If internal-char-font returns
23511 nil, display "-- none --".
23512
23513 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
23514
23515 * image.el (image-type-available-p): Don't reference image-types
23516 if it isn't bound.
23517
23518 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
23519
23520 * autoarg.el (autoarg-mode): Typo in the :set argument.
23521
23522 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
23523
23524 * startup.el (command-line-1): Don't signal an error if the
23525 directory for auto-save-list files does not yet exist.
23526
23527 2000-05-17 Kenichi Handa <handa@etl.go.jp>
23528
23529 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
23530
23531 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
23532
23533 * subr.el (remove-hook): `setq' hook-value, not `set'.
23534
23535 2000-05-16 Sam Steingold <sds@gnu.org>
23536
23537 * info.el (debug-ignored-errors): More errors to ignore.
23538
23539 2000-05-16 Dave Love <fx@gnu.org>
23540
23541 * cus-edit.el: Don't require cl or easymenu.
23542 (custom-variable-prompt): Test standard-value property, not
23543 user-variable-p.
23544
23545 2000-05-16 Sam Steingold <sds@gnu.org>
23546
23547 * subr.el (add-hook): `setq' hook-value, not `set'.
23548
23549 2000-05-16 Gerd Moellmann <gerd@gnu.org>
23550
23551 * startup.el (command-line-1): Mention the FAQ in the startup
23552 message.
23553
23554 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
23555
23556 * progmodes/compile.el (compilation-parse-errors): Collect
23557 `nomessage' regexps last.
23558
23559 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
23560
23561 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
23562 to the function name.
23563
23564 2000-05-15 Dave Love <fx@gnu.org>
23565
23566 * speedbar.el (speedbar-recenter): Typo.
23567 (speedbar-expand-line): Make arg optional.
23568 (speedbar-mode): Avoid a compiler warning.
23569
23570 2000-05-15 Gerd Moellmann <gerd@gnu.org>
23571
23572 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
23573 user-specified option string is empty.
23574
23575 * mouse.el (mouse-yank-at-click): Doc fix.
23576
23577 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
23578
23579 * term/internal.el (IT-character-translations): More updates of
23580 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
23581 documents.
23582
23583 2000-05-15 Gerd Moellmann <gerd@gnu.org>
23584
23585 * env.el (getenv): New function, interactively callable.
23586 (setenv, getenv): Remove autoload cookies.
23587
23588 * loadup.el: Load `env'.
23589
23590 * progmodes/f90.el: Change author's mail address.
23591
23592 2000-05-14 Dave Love <fx@gnu.org>
23593
23594 * mail/rmail.el (rmail-show-message-hook): Customize and offer
23595 goto-addr as an option.
23596
23597 * help.el (help-xref-stack): Doc fix.
23598 (help-xref-following): New variable.
23599 (help-make-xrefs): Use it.
23600 (help-xref-go-back): Use position information from stack element.
23601 (help-follow): Make position in stack element a pair. Use
23602 help-xref-following.
23603
23604 * autoarg.el: New file.
23605
23606 * faces.el: Declare more functions obsolete.
23607
23608 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
23609 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
23610 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
23611 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
23612 Remove all the setup-...-environment functions.
23613
23614 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
23615
23616 * speedbar.el: Updated the commentary section. xemacs20p now uses
23617 >= when detecting. Require `defimage' safely.
23618 (speedbar-easymenu-definition-base): Add toggle for images.
23619 (speedbar-easymenu-definition-special): Add flush cache & expand.
23620 (speedbar-visiting-tag-hook): Set new defaults. Added options.
23621 (speedbar-reconfigure-keymaps-hook): New variable.
23622 (speedbar-frame-parameters): Updated documentation.
23623 (speedbar-use-imenu-flag): Updated custom tag
23624 (speedbar-dynamic-tags-function-list): New variable.
23625 (speedbar-tag-hierarchy-method): Updated doc & custom.
23626 (speedbar-indentation-width, speedbar-indentation-width) New
23627 variables.
23628 (speedbar-hide-button-brackets-flag): Customizable.
23629 (speedbar-vc-indicator): Doc update.
23630 (speedbar-ignored-path-expressions): Updated default value.
23631 (speedbar-supported-extension-expressions): Updated default value.
23632 (speedbar-syntax-table): Remove {} paren status.
23633 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
23634 as "+". Added overlay aliases.
23635 (speedbar-mode): Use `speedbar-mode-line-update' instead of
23636 `force-mode-line-update'.
23637 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
23638 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
23639 `mouse-set-point'
23640 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
23641 (speedbar-item-info-tag-helper): Revamped to handle a wider range
23642 of arbitrary text, and new helper functions.
23643 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
23644 filename finder.
23645 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
23646 (speedbar-directory-buttons): Update path search/expansion.
23647 (speedbar-make-tag-line): Pay attention to
23648 `speedbar-indentation-width'. Use more care w/ invisible
23649 properties.
23650 (speedbar-change-expand-button-char): Call
23651 `speedbar-insert-image-button-maybe'.
23652 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
23653 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
23654 (speedbar-trim-words-tag-hierarchy)
23655 (speedbar-simple-group-tag-hierarchy): New functions
23656 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
23657 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
23658 functions.
23659 (speedbar-mouse-set-point): New function
23660 (speedbar-power-click): Updated documentation.
23661 (speedbar-line-token, speedbar-goto-this-file): Handle more types
23662 of tag prefix text.
23663 (speedbar-expand-line, speedbar-contract-line): Make more robust
23664 to strange text.
23665 (speedbar-expand-line): Takes universal argument to flush the
23666 cache.
23667 (speedbar-flush-expand-line): New function.
23668 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
23669 Use new generator insertion method.
23670 (speedbar-fetch-dynamic-tags): New function.
23671 (speedbar-fetch-dynamic-imenu): Removed code now handled in
23672 `speedbar-fetch-dynamic-imenu'.
23673 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
23674 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
23675 "Revert Buffer" menu items.
23676 (speedbar-buffer-buttons-engine): Be smarter when creating a
23677 filename tag (for expansion purposes.).
23678 (speedbar-highlight-one-tag-line,
23679 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
23680 (speedbar-recenter): New functions.
23681 (defimage-speedbar): Image loading abstraction.
23682 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
23683 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
23684 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
23685 (speedbar-tag-type, speedbar-tag-mail): New images.
23686 (speedbar-expand-image-button-alist): New variable.
23687 (speedbar-insert-image-button-maybe): Insert an image over some
23688 buttons.
23689
23690 2000-05-13 Kenichi Handa <handa@etl.go.jp>
23691
23692 * international/mule-cmds.el (encode-coding-char): An ASCII
23693 character is always encodable.
23694
23695 * international/mule-conf.el: Add more information in descriptions
23696 of character sets.
23697
23698 * international/mule-diag.el (describe-char-after): New function.
23699 (describe-font-internal): Adjusted for the change of font-info.
23700 (describe-font): Likewise.
23701 (print-fontset): Rewritten for the new fontset implementation.
23702 (describe-fontset): Include fontset alias names in completion.
23703 (list-fontsets): Adjusted for the change of print-fontset.
23704
23705 * simple.el (what-cursor-position): If DETAIL is non-nil, call
23706 describe-char-after instead of displaying the detail in the echo
23707 area.
23708 (syntax-code-table): Format changed.
23709 (string-to-syntax): Adjusted for the above change.
23710
23711 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
23712
23713 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
23714
23715 2000-05-12 Dave Love <fx@gnu.org>
23716
23717 * calendar/todo-mode.el: Remove some compatibility stuff and CL
23718 dependence. Use line-{beginning,end}-position, not
23719 point-at{b,e}ol. Some doc fixes.
23720 (todo-position): New function. Fix callers of position to use it.
23721 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
23722
23723 2000-05-12 Gerd Moellmann <gerd@gnu.org>
23724
23725 * time.el (display-time-mail-icon): Use `:ascent center'.
23726
23727 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
23728 handling FTP security extensions.
23729
23730 2000-05-11 Dave Love <fx@gnu.org>
23731
23732 * calendar/todo-mode.el: New file.
23733
23734 2000-05-11 Gerd Moellmann <gerd@gnu.org>
23735
23736 * comint.el (comint-read-input-ring): Move reference to
23737 comint-input-ring-size outside of the save-excursion. It was
23738 causing the default value to be the only one ever seen.
23739
23740 * font-lock.el: Update copyright. Remove Simon Marshall's email
23741 address on request from him.
23742
23743 * subr.el (substitute-key-definition): Add comment describing
23744 the meaning of PREFIX.
23745
23746 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
23747
23748 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
23749
23750 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
23751 (add-minor-mode): Don't make the variable buffer-local and add a
23752 reference to define-minor-mode in the docstring.
23753
23754 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
23755 HEADER/FOOTER and fix bug with trailing empty directory.
23756 (cvs-append-to-ignore): Use vc-editable-p if available.
23757 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
23758 (vc-do-command): Tweak advice to handle the new VC.
23759
23760 * log-view.el (log-view-goto-rev): New function for the new VC.
23761 (log-view-minor-wrap): Use mark-active.
23762
23763 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
23764 (log-edit-changelog-full-paragraphs): New var.
23765 (log-edit-insert-changelog): Remove a lonely leading `* file'.
23766 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
23767 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
23768 (log-edit-changelog-ours-p, log-edit-changelog-entries)
23769 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
23770 Replace the `cvs' prefix with `log-edit'.
23771
23772 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
23773
23774 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
23775 (diff-font-lock-defaults): Explicitly turn off multiline.
23776 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
23777 (diff-ediff-patch): Fix call to ediff-patch-file.
23778 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
23779 Handle comments.
23780
23781 * frame.el (automatic-hscrolling): Typo.
23782
23783 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
23784
23785 2000-05-09 Sam Steingold <sds@goems.com>
23786
23787 * apropos.el (apropos-print): use `describe-face' instead of
23788 `customize-face-other-window'.
23789
23790 2000-05-09 Dave Love <fx@gnu.org>
23791
23792 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
23793
23794 * help.el (describe-variable): Have customize button pop the
23795 help-xref stack when invoked.
23796 (help-xref-symbol-regexp): Add `face'.
23797 (help-make-xrefs): Check for quoted face names and adapt regexp
23798 submatch numbers to cope.
23799 (help-xref-interned): Maybe insert face doc too. Separate
23800 sections with a line of hyphens.
23801
23802 * faces.el: Some doc fixes. Declare some functions obsolete.
23803 (describe-face): Add customize button. Return the help
23804 text. Fix prompt.
23805
23806 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
23807
23808 * term/internal.el (IT-character-translations): Fix last change.
23809
23810 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
23811
23812 * woman.el: New file
23813 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
23814
23815 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
23816
23817 * term/internal.el (IT-character-translations): Update ASCII
23818 simulations for greek-iso8859-7, add latin-iso8859-14 and
23819 latin-iso8859-15.
23820
23821 * international/mule-cmds.el (set-language-info-alist): Call
23822 define-prefix-command with 3 arguments, to make the map suitable
23823 for a menu.
23824
23825 2000-05-07 Dave Love <fx@gnu.org>
23826
23827 * time.el: Small doc fixes from Pavel Jan,Am(Bk ml.
23828
23829 2000-05-05 Dave Love <fx@gnu.org>
23830
23831 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
23832 list in doc string. Don't quote keyword symbols.
23833 * emacs-lisp/cl.el: Likewise
23834 * emacs-lisp/cl-seq.el: Likewise
23835
23836 2000-05-05 Gerd Moellmann <gerd@gnu.org>
23837
23838 * abbrev.el (abbrev-mode): Make ARG optional.
23839
23840 2000-05-04 Gerd Moellmann <gerd@gnu.org>
23841
23842 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
23843
23844 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
23845
23846 * subr.el (substitute-key-definition): Clarify documentation.
23847
23848 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
23849
23850 * glasses.el (glasses-convert-to-unreadable): Use
23851 `glasses-separator' instead of the hard-wired "_".
23852 (glasses-mode): Call `glasses-make-unreadable' only in a single
23853 place.
23854
23855 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
23856
23857 * term/internal.el (cjk-codepages-alist): Add associations for
23858 Chinese and Korean codepages. Remove FIXME comment.
23859
23860 2000-05-03 Dave Love <fx@gnu.org>
23861
23862 * time.el (display-time-mail-face, display-time-use-mail-icon):
23863 New option.
23864 (display-time-mail-icon): New variable.
23865 (display-time-string-forms): Use the above. Fix the local-map.
23866
23867 2000-05-03 Gerd Moellmann <gerd@gnu.org>
23868
23869 * replace.el (query-replace-map): Add binding for `E'.
23870 (query-replace-help): Extend help text.
23871 (perform-replace): Allow editing the replacement string.
23872
23873 * make-mode.el (makefile-mode-abbrev-table): New variable.
23874 (makefile-mode): Set local abbrev table to
23875 makefile-mode-abbrev-table.
23876 (makefile-font-lock-keywords): Fontify includes and conditionals.
23877
23878 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
23879 set TOGGLE's value.
23880
23881 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
23882 mail-interactive-insert-alias.
23883 (mail-abbrev-complete-alias): New command.
23884 (mail-mode-map): Bind it to `M-TAB'.
23885
23886 2000-05-03 Kenichi Handa <handa@etl.go.jp>
23887
23888 * language/lao-util.el (lao-compose-region): New function.
23889
23890 2000-05-02 Gerd Moellmann <gerd@gnu.org>
23891
23892 * files.el (recover-session): Make directories as necessary
23893 if they don't exist yet.
23894
23895 * calendar/cal-french.el
23896 (french-calendar-multibyte-special-days-array)
23897 (french-calendar-special-days-array): Change French text.
23898 (calendar-french-date-string): Change output.
23899 (calendar-goto-french-date): Likewise.
23900
23901 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
23902
23903 * wid-edit.el (widget-default-active): Obey `:always-active'.
23904 (widget-documentation-string-value-create): Set `:always-active'.
23905
23906 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
23907
23908 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
23909 default prefix to `~/_emacs.d/auto-save.list/_s'.
23910 (normal-top-level): Create the directory for auto-save files, if
23911 it doesn't already exist (in the ms-dos case only).
23912
23913 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
23914
23915 * international/mule-cmds.el (set-language-environment): Don't
23916 concat an integer (dos-codepage), use format instead.
23917
23918 2000-05-02 Dave Love <fx@gnu.org>
23919
23920 * help.el (help-xref-on-pp): Check for constant symbols.
23921
23922 2000-04-29 Gerd Moellmann <gerd@gnu.org>
23923
23924 * startup.el (normal-top-level): Put a condition-case around
23925 the code loading subdirs.el.
23926
23927 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
23928
23929 * ps-print.el: Upside-down and face background color printing,
23930 line number step, doc fix.
23931 (ps-print-version): New version number (5.2).
23932 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
23933 (ps-face-attribute-list, ps-plot-with-face): Code fix.
23934 (ps-spool-config): Var fix.
23935 (ps-printer-name-option): Const fix.
23936 (ps-print-upside-down, ps-use-face-background)
23937 (ps-line-number-step): New vars.
23938 (ps-window-system, ps-lp-system): New consts.
23939 (ps-face-background): New fun.
23940
23941 2000-04-28 Richard Stallman <rms@gnu.org>
23942
23943 * files.el (make-auto-save-file-name):
23944 Apply auto-save-file-name-transforms to visited file name
23945 before generating auto save file name.
23946 (auto-save-file-name-transforms): New variable.
23947
23948 * files.el (backup-enable-predicate):
23949 Correctly test for a file under a temporary directory.
23950
23951 2000-04-28 Gerd Moellmann <gerd@gnu.org>
23952
23953 * subr.el (add-minor-mode): Rewritten.
23954
23955 2000-04-28 Kenichi Handa <handa@etl.go.jp>
23956
23957 * mail/sendmail.el (sendmail-send-it): Set
23958 buffer-file-coding-system to the selected coding system for MIME
23959 header.
23960
23961 2000-04-27 Gerd Moellmann <gerd@gnu.org>
23962
23963 * dired.el (dired-move-to-filename-regexp): Allow format where
23964 YYYY is followed by two spaces.
23965
23966 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
23967 in the second character class of the regexp.
23968
23969 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
23970 mh-etc, too.
23971
23972 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
23973 nil.
23974
23975 * subr.el (add-minor-mode): Use `set' instead of `setq'.
23976
23977 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
23978 argument.
23979
23980 2000-04-27 Sen Nagata <sen@eccosys.com>
23981
23982 * emacs-lisp/crm.el (crm-completion-table): New variable.
23983 (crm-collection-fn, crm-test-completion)
23984 (completing-read-multiple): Use it.
23985
23986 2000-04-27 Dave Love <fx@gnu.org>
23987
23988 * help.el (locate-library): Use mapc.
23989 (help-manyarg-func-alist): Add call-process-region.
23990
23991 2000-04-26 Gerd Moellmann <gerd@gnu.org>
23992
23993 * subr.el (add-minor-mode): Make argument MAP optional.
23994
23995 * desktop.el (desktop-save): Save list of minor modes.
23996 (desktop-create-buffer): Restore minor modes.
23997 (desktop-minor-mode-table): New user-option.
23998
23999 * subr.el (add-minor-mode): New function.
24000
24001 * image.el (find-image): New function.
24002 (defimage): Rewritten to find image at load time.
24003
24004 * startup.el (normal-top-level-add-to-load-path): Handle
24005 case that the default directory is not in load-path.
24006
24007 * help.el: Old patch from Stefan Monnier.
24008 (help-xref-on-pp): New function.
24009 (describe-variable): Use it to display xrefs in a symbol's value.
24010
24011 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
24012
24013 * cus-edit.el (custom-face): Fix parenthesis.
24014
24015 2000-04-26 Kenichi Handa <handa@etl.go.jp>
24016
24017 * mail/rmail.el (rmail-expunge): When there are no deleted
24018 messages, do nothing.
24019
24020 2000-04-26 Dave Love <fx@gnu.org>
24021
24022 * international/mule-cmds.el (locale-translation-file-name):
24023 Defvar to nil.
24024 (set-locale-environment): Set it here (at runtime).
24025
24026 2000-04-25 Gerd Moellmann <gerd@gnu.org>
24027
24028 * replace.el (perform-replace): Add parameters START and END. Use
24029 them instead of the check for a region in Transient Mark mode.
24030 (query-replace-read-args): Return two more list elements for the
24031 start and end of the region in Transient Mark mode.
24032 (query-replace, query-replace-regexp, query-replace-regexp-eval)
24033 (map-query-replace-regexp, replace-string, replace-regexp): Add
24034 optional last arguments START and END and pass them to
24035 perform-replace.
24036
24037 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
24038 form with additional arguments for perform-replace.
24039
24040 * progmodes/etags.el (tags-query-replace): Add parameters START
24041 and END. Construct a form with additional arguments for
24042 perform-replace.
24043
24044 * simple.el (shell-command): Set default directory for "*Shell
24045 Command Output" buffer.
24046
24047 * language/european.el (iso-latin-4): Fix typo.
24048
24049 * emacs-lisp/crm.el: New file.
24050
24051 2000-04-24 Dave Love <fx@gnu.org>
24052
24053 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
24054 (Custom-reset-saved, Custom-reset-standard)
24055 (custom-group-value-create, custom-group-set, custom-group-save)
24056 (custom-group-reset-current, custom-group-reset-saved)
24057 (custom-group-reset-standard): Use mapc.
24058 (custom-buffer-create-internal): Disable undo when creating items.
24059 Use mapc.
24060 (custom-face): Avoid redundant lambda.
24061
24062 2000-04-24 Gerd Moellmann <gerd@gnu.org>
24063
24064 * startup.el (auto-save-list-file-prefix): Set default to
24065 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
24066
24067 2000-04-24 Sam Steingold <sds@gnu.org>
24068
24069 * time-stamp.el (time-stamp-string-preprocess): Always convert
24070 `field-result' to a string.
24071
24072 2000-04-24 Gerd Moellmann <gerd@gnu.org>
24073
24074 * frame.el (scrolling): New group.
24075 (automatic-hscrolling): New user-option.
24076
24077 * startup.el (command-line-x-option-alist): Add `-lsp' and
24078 `--line-spacing'.
24079
24080 2000-04-19 Dave Love <fx@gnu.org>
24081
24082 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
24083 (cl-mapc): Rename from mapc. Fix the funcall.
24084
24085 2000-04-19 Gerd Moellmann <gerd@gnu.org>
24086
24087 * simple.el (clone-indirect-buffer-other-window): New command.
24088 (clone-indirect-buffer): Add optional arg NORECROD.
24089 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
24090
24091 * help.el (resize-temp-buffer-window): Use count-screen-lines.
24092
24093 * window.el (count-screen-lines): New function.
24094 (shrink-window-if-larger-than-buffer): Use count-screen-lines
24095 instead of window-buffer-height.
24096
24097 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
24098 non-existing variable comint-input-sentinel.
24099 (inferior-lisp-args-to-list): Removed.
24100 (inferior-lisp): Use split-string instead of
24101 inferior-lisp-args-to-list.
24102
24103 * hexl.el (hexl-insert-hex-string): New command.
24104
24105 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
24106 instead of concat.
24107
24108 2000-04-18 Gerd Moellmann <gerd@gnu.org>
24109
24110 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
24111 at the start of an existing but empty folder.
24112
24113 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
24114
24115 * ps-mule.el: Customization fix, doc fix.
24116 (ps-multibyte-buffer): Customization fix.
24117
24118 2000-04-17 Richard M. Stallman <rms@gnu.org>
24119
24120 * subr.el (read-passwd): Use read-char-exclusive.
24121
24122 2000-04-17 Gerd Moellmann <gerd@gnu.org>
24123
24124 * textmodes/texinfo.el (texinfo-insert-@email)
24125 (texinfo-insert-@emph, texinfo-insert-@quotation)
24126 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
24127 (texinfo-mode-map): Add key bindings for them.
24128
24129 * files.el (basic-save-buffer-2): Use a template with `$'
24130 instead of `#' for VMS.
24131
24132 * simple.el (clone-indirect-buffer): New function.
24133
24134 2000-04-16 Stephen Eglen <stephen@gnu.org>
24135
24136 * iswitchb.el (iswitchb-case): New function. If the user input
24137 contains any upper-case characters, the search is made
24138 case-sensitive.
24139
24140 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
24141
24142 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
24143 comment-end.
24144 (texinfo-font-lock-syntactic-keywords): New var.
24145 (texinfo-font-lock-keywords): Remove comment regexp.
24146 (texinfo-insert-block): New function.
24147 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
24148 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
24149 and font-lock-defaults. Use regexp-opt for outline-regexp.
24150 (texinfo-environments): New var.
24151 (texinfo-environment-regexp): Use regexp-opt and
24152 texinfo-environments.
24153
24154 * textmodes/ispell.el (ispell-menu-map-needed): Check that
24155 ispell-process is bound since this might be eval'd before ispell
24156 is loaded.
24157 (ispell-message): Use a tiny bit less magic and a bit more hard
24158 data to figure out what kind of sc-cite-regexp to use.
24159
24160 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
24161
24162 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
24163 (insert-cyclic-diary-entry): Unquote the lambda.
24164
24165 * gud.el (gud-jdb-build-source-files-list): Fix typo.
24166
24167 * files.el (backup-enable-predicate): Unquote the lambda.
24168
24169 * cus-edit.el (custom-face, face): Unquote the lambda.
24170
24171 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
24172
24173 * ps-print.el: Check for line-beginning-position definition.
24174
24175 * ps-print.el: Fix counting lines in a region.
24176 (ps-print-version): New version number (5.1.5).
24177 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
24178 (ps-printing-region): Fun code fix.
24179
24180 2000-04-15 Gerd Moellmann <gerd@gnu.org>
24181
24182 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
24183 to file-directory-p.
24184
24185 2000-04-14 Gerd Moellmann <gerd@gnu.org>
24186
24187 * gud.el (gud-jdb-build-source-files-list): Check that directory
24188 exists before calling directory-files.
24189
24190 2000-04-13 Dave Love <fx@gnu.org>
24191
24192 * emacs-lisp/trace.el: Change maintainer. Use new backquote
24193 syntax.
24194
24195 * emacs-lisp/cl-specs.el: Remove when, unless.
24196
24197 * emacs-lisp/cl-extra.el: Don't quote keywords.
24198 (cl-old-mapc): New variable.
24199 (mapc): Use it.
24200 (cl-map-intervals): Use with-current-buffer. Don't check for
24201 next-property-change.
24202 (cl-map-overlays): Use with-current-buffer.
24203 (cl-expt): Remove.
24204 (copy-tree, remprop): Define unconditionally.
24205
24206 * emacs-lisp/cl-compat.el (keywordp): Remove.
24207
24208 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
24209 to use keywordp.
24210 (edebug-spec): Enable keywordp.
24211
24212 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
24213 string-lessp.
24214
24215 * cus-start.el: Use keywordp.
24216
24217 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
24218
24219 * diary-lib.el (include-other-diary-files): Fix the fix of
24220 2000-02-18 by doing a save-excursion.
24221
24222 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
24223
24224 * ps-print.el: Customization fix, doc fix.
24225 (ps-print-version): New version number (5.1.4).
24226 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
24227 (ps-print-preprint): Adjust code.
24228 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
24229 (ps-print-prologue-header, ps-print-control-characters)
24230 (ps-spool-config): Customization fix.
24231
24232 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
24233
24234 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
24235 converted to the new menu-item format, names silightly changed,
24236 help strings added.
24237
24238 Support for spelling without async subprocesses:
24239
24240 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
24241 (ispell-session-buffer): New variables.
24242 (ispell-start-process, ispell-process-status,
24243 ispell-accept-output, ispell-send-string): New functions, for
24244 Ispell invocation when async subprocesses aren't supported.
24245 (ispell-word, ispell-pdict-save, ispell-command-loop,
24246 ispell-process-line, ispell-buffer-local-parsing): Replace calls
24247 to process-send-string with calls to ispell-send-string, and
24248 accept-process-output with ispell-accept-output.
24249 (ispell-init-process): Call ispell-process-status instead of
24250 process-status with.
24251 (ispell-init-process): Call ispell-start-process. Call
24252 ispell-accept-output and ispell-send-string. Don't call
24253 process-kill-without-query and kill-process if they are unbound.
24254 (ispell-async-processp): New function.
24255
24256 2000-04-12 Dave Love <fx@gnu.org>
24257
24258 * info.el: Add debug-ignored-errors.
24259 (Info-mode-menu): Add some items.
24260 (Info-directory): Add autoload cookie.
24261
24262 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
24263 Modify `truncate-lines'. Make `describe-language-environment'
24264 always visible and add help. Modify `describe-key' help. Invoke
24265 Info-directory from `info'. New entry `emacs-manual'.
24266
24267 2000-04-10 Gerd Moellmann <gerd@gnu.org>
24268
24269 * progmodes/ebrowse.el (ebrowse-tree-mode):
24270 Use propertized-buffer-identification.
24271 (ebrowse-update-member-buffer-mode-line): Likewise.
24272 (ebrowse--mode-strings): Removed.
24273 (ebrowse--mode-line-props): Removed.
24274
24275 * files.el (auto-mode-alist): Add `EBROWSE'.
24276
24277 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
24278 space before testing for end of buffer.
24279 (ebrowse-load): Removed.
24280 (ebrowse-revert-tree-buffer-from-file): Rewritten.
24281 (ebrowse-create-tree-buffer): Rewritten.
24282 (ebrowse-tree-mode): Read tree from buffer.
24283
24284 * progmodes/ebrowse-ffh.el: Removed.
24285
24286 2000-04-10 Kenichi Handa <handa@etl.go.jp>
24287
24288 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
24289
24290 2000-04-10 Gerd Moellmann <gerd@gnu.org>
24291
24292 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
24293 at the wrong place.
24294
24295 2000-04-09 Dave Love <fx@gnu.org>
24296
24297 * files.el (backup-enable-predicate):
24298 Use temporary-file-directory, small-temporary-file-directory.
24299 (make-backup-file-name-function, backup-directory-alist): New vars.
24300 (make-backup-file-name-1): New function.
24301 (make-backup-file-name): Use it.
24302 (find-backup-file-name): Likewise. Use format for clarity, not concat.
24303 (file-newest-backup): Use make-backup-file-name.
24304
24305 2000-04-09 Gerd Moellmann <gerd@gnu.org>
24306
24307 * progmodes/ebrowse-ffh.el: New file.
24308
24309 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
24310 Moved to ebrowse-ffh.el.
24311 (ebrowse-load): Add autoload.
24312
24313 * finder.el (finder-commentary): Add autoload cookie.
24314
24315 * mail/rfc2368.el: Correct author's email address.
24316
24317 * progmodes/ebrowse.el: New file.
24318
24319 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
24320 item help string.
24321 (easy-menu-do-add-item): Ditto.
24322 (easy-menu-define): Extend doc string.
24323
24324 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
24325 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
24326 (jit-lock-function, jit-lock-stealth-fontify): Don't use
24327 with-buffer-unmodified.
24328
24329 2000-04-08 Dave Love <fx@gnu.org>
24330
24331 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
24332 unless, when.
24333
24334 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
24335
24336 * viper-util.el (viper-put-on-search-overlay): New subroutine.
24337 (viper-flash-search-pattern): No operation when using Emacs
24338 doesn't support face.
24339 Use `viper-put-on-search-overlay'.
24340
24341 2000-04-04 Gerd Moellmann <gerd@gnu.org>
24342
24343 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
24344 like C-r.
24345
24346 * progmodes/make-mode.el: Some doc fixes.
24347 (makefile-mode-abbrev-table): New variable.
24348 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
24349 (makefile-font-lock-keywords): Fontify includes and conditionals.
24350 (toplevel): Require `dabbrev' and `add-log' when compiling.
24351
24352 * replace.el (perform-replace): Don't move forward one char
24353 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
24354 to do that because it leaves point 1 position after the last
24355 replacement, after everything has been replaced.
24356
24357 * jit-lock.el (with-buffer-unmodified): New macro.
24358 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
24359 modified state.
24360 (jit-lock-function-1): Extracted from jit-lock-function; not
24361 preserving buffer's modified state.
24362 (jit-lock-function, jit-lock-stealth-fontify):
24363 Call jit-lock-function-1.
24364
24365 * mail/rfc2368.el: Remove supernumerary copyright line.
24366
24367 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
24368
24369 * glasses.el: Provide facilities for inserting space before left
24370 parentheses and uncapitalization of identifiers.
24371 (glasses-mode): Try to remove old overlays in all cases.
24372
24373 2000-04-03 Gerd Moellmann <gerd@gnu.org>
24374
24375 * progmodes/compile.el (compile-internal): Display the compilation
24376 buffer in a different frame, if it's already displayed there.
24377
24378 * mail/rfc2368.el: New file.
24379
24380 * simple.el (sendmail-user-agent-compose): Recognize a `body'
24381 header and insert its value as mail body.
24382
24383 * subr.el (member-ignore-case): New function.
24384
24385 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
24386 (dabbrev--find-expansion): Ignore buffers matching a regexp
24387 from dabbrev-ignored-regexps.
24388
24389 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
24390 to extensions handled by gzip.
24391
24392 2000-04-03 Richard M. Stallman <rms@gnu.org>
24393
24394 * files.el (insert-directory): List the total free space
24395 along with the used space.
24396
24397 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
24398 line is followed by one that matches CITATION-REGEXP, end the
24399 paragraph.
24400
24401 2000-04-03 Markus Rost <rost@delysid.gnu.org>
24402
24403 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
24404 (rmail-make-basic-summary-line): Use that option.
24405
24406 2000-04-03 Kenichi Handa <handa@etl.go.jp>
24407
24408 * international/mule-cmds.el (encoded-string-description):
24409 Rewritten. Try pretty description for ISO 2022 escape sequences
24410 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
24411 for hexadecimal format.
24412
24413 2000-04-01 Dave Love <fx@gnu.org>
24414
24415 * cpp.el: Change customization group to `c' from `C'.
24416
24417 * vcursor.el (vcursor-move): Use display-color-p.
24418
24419 * international/mule-util.el: Provide mule-utils.
24420 (string-to-sequence): Simplify and speed up.
24421
24422 * international/mule.el (make-coding-system): Purecopy doc-string.
24423
24424 * international/mule-cmds.el: Various menu changes.
24425 (describe-specified-language-support): Handle `Default'.
24426 (set-language-info): Purecopy `info'.
24427
24428 2000-03-31 Andrew Innes <andrewi@gnu.org>
24429
24430 * vc.el (vc-backend-diff): Return the correct status if we had to
24431 retry the rcsdiff command without the --brief option.
24432
24433 2000-03-31 Dave Love <fx@gnu.org>
24434
24435 * help.el (help-manyarg-func-alist): Correct several omissions.
24436
24437 * add-log.el: Don't require cl, fortran.
24438 (add-log-current-defun-function): Doc fix.
24439 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
24440 (change-log-version-rcs): Function deleted.
24441 (change-log-version-number-search): Doc fix.
24442 Use vc-workfile-version. Avoid CL dolist.
24443 (add-change-log-entry): Just call add-log-current-defun to get
24444 defun. Simplify somewhat.
24445 (change-log-get-method-definition-1): Likewise.
24446 (add-log-current-defun): Return nil if calling
24447 add-log-current-defun-function does so. Move Fortran stuff to
24448 fortran.el. Return string without properties.
24449
24450 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
24451 and :alpha: char classes.
24452
24453 * mail/supercite.el: Defvar curline when compiling.
24454 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
24455 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
24456 rather than a-zA-Z0-9 to allow non-ASCII characters.
24457
24458 2000-03-31 Gerd Moellmann <gerd@gnu.org>
24459
24460 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
24461
24462 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
24463 Re-enable new code.
24464
24465 * lpr.el (print-region-1): Use -d to specify printer name for
24466 systems `usg-unix-v*, `dgux', `hpux', `irix'.
24467
24468 2000-03-31 Dave Love <fx@gnu.org>
24469
24470 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
24471 Look for function definition in symbol's function value slot first
24472 instead of first consulting byte-compile-function-environment.
24473
24474 2000-03-31 Kenichi Handa <handa@etl.go.jp>
24475
24476 * language/european.el ("Polish"): New language environment.
24477 (setup-polish-environment): New function.
24478
24479 2000-03-30 Gerd Moellmann <gerd@gnu.org>
24480
24481 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
24482 Disable new code.
24483
24484 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
24485 trying to `load' the symbol of an autoload instead of the file
24486 recorded in the autoload. Fix error messages.
24487
24488 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
24489
24490 * ps-print.el: PostScript programming fix for ghostview, doc fix.
24491 (ps-print-version): New version number (5.1.3).
24492 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
24493 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
24494 (ps-generate-postscript-with-faces): Code fix.
24495 (ps-color-values): XEmacs compatibility.
24496 (ps-print-background-image, ps-print-background-text, ps-printer-name)
24497 (ps-default-fg, ps-default-bg): Adjust customization.
24498 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
24499 (ps-color-scale): Renaming old ps-color-value fun.
24500 (ps-print-headers): Replace ps-print-header group to avoid conflict
24501 with ps-print-header variable.
24502 (ps-print-miscellany): New group.
24503 (ps-format-color, ps-rgb-color): New funs.
24504 (ps-default-foreground): New var.
24505 (ps-printer-name-option): New const.
24506
24507 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
24508
24509 * net/net-utils.el:
24510 (network-connection-host, network-connection-service): New variables
24511 (network-connection-mode): New mode, derived from comint-mode
24512 (network-connection-mode-setup): New function, saves host and
24513 service information in local variables.
24514
24515 * lisp/locate.el:
24516 (locate-word-at-point): Added this function
24517 (locate): Default to using locate-word-at-point as input
24518 Run dired-mode-hook
24519
24520 2000-03-29 Dave Love <fx@gnu.org>
24521
24522 * calendar/appt.el: Doc fixes.
24523 (appt-check): Convert min-to-app to a string before passing to
24524 appt-disp-window-function or concat.
24525 (appt-delete-window): Remove test for frame-root-window.
24526 (appt-select-lowest-window, appt-convert-time): Simplify.
24527
24528 * emacs-lisp/bytecomp.el: Doc fixes.
24529 (byte-compile-file-form-autoload):
24530 Update byte-compile-function-environment.
24531
24532 2000-03-29 Andreas Schwab <schwab@suse.de>
24533
24534 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
24535
24536 * dired.el (dired-insert-directory): If dired-free-space-program
24537 failed just delete its output.
24538
24539 2000-03-29 Dave Love <fx@gnu.org>
24540
24541 * international/iso-cvt.el: Move provide to end. Doc fixes.
24542 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
24543 (iso-iso2sgml, iso-sgml2iso): New functions.
24544 (iso-cvt-define-menu): Fix some entries and use backquote for
24545 clarity.
24546
24547 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
24548
24549 2000-03-28 Gerd Moellmann <gerd@gnu.org>
24550
24551 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
24552 ISO-DATE. If non-nil, return date in ISO 8601 format.
24553
24554 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
24555
24556 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
24557 if it ever becomes used.
24558 (log-edit-mode-hook): Default to vc-log-mode-hook.
24559 (log-edit-mode): Fix the docstring.
24560
24561 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
24562 the code.
24563
24564 2000-03-26 Dave Love <fx@gnu.org>
24565
24566 * net/browse-url.el (browse-url): Re-fix case of
24567 browse-url-browser-function being an alist.
24568 (browse-url): Add :link to defgroup.
24569
24570 * files.el: Doc fixes.
24571 (file-truename): Include `[' in wildcard characters.
24572 (automount-dir-prefix): Customize.
24573 (find-file-wildcards): Add :version.
24574 (find-file-noselect): Simplify a mapcar call.
24575
24576 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
24577 compatible with inf-lisp version.
24578 (eval-defun-1): Fix custom-declare-variable case.
24579
24580 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
24581
24582 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
24583
24584 2000-03-24 Gerd Moellmann <gerd@gnu.org>
24585
24586 * Makefile (COMPILE_FIRST): New macro.
24587 (compile-files): Compile files from COMPILE_FIRST first.
24588
24589 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
24590
24591 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
24592 matching open parenthesis in column 0 to defun-prompt-regexp
24593 only if open-paren-in-column-0-is-defun-start is set.
24594
24595 * sun-curs.el: Require CL at compile-time only.
24596
24597 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
24598 instead of copy-list which is a function from CL.
24599 (msb--choose-menu, msb--mode-menu-cond)
24600 (msb--create-buffer-menu-2): Use dolist instead of mapc.
24601 (msb--init-file-alist): Use mapcar instead of mapcan.
24602 (msb--aggregate-alist): Use mapcar instead of mapcan.
24603 Fix `(' in column 0 in doc string.
24604 (msb--add-separators): Use mapcar instead of mapcan.
24605
24606 * cus-dep.el: Require CL at compile-time only.
24607
24608 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
24609
24610 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
24611 (byte-compile-warnings): New warning `noruntime'.
24612 (byte-compile-constants, byte-compile-variables): Fix docstring.
24613 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
24614 execute `eval-whenc-compile's body.
24615 (byte-compile-unresolved-functions): Fix docstring.
24616 (byte-compile-eval): New function.
24617 (byte-compile-callargs-warn): Check if the function will be available
24618 at runtime (via property `byte-compile-noruntime').
24619 (byte-compile-print-syms): New function.
24620 (byte-compile-warn-about-unresolved-functions): Also warn about
24621 `noruntime' functions (and use `byte-compile-print-syms').
24622 (byte-compile-file): Capitalize the message.
24623
24624 2000-03-24 Gerd Moellmann <gerd@gnu.org>
24625
24626 * mail/rmail.el (rmail-confirm-expunge): New user-option.
24627 (rmail-expunge): Ask for confirmation depending on the setting
24628 of rmail-confirm-expunge.
24629
24630 2000-03-23 Gerd Moellmann <gerd@gnu.org>
24631
24632 * Makefile (bootstrap-clean): If $(emacs) exists, build
24633 loaddefs.el first. A loaddefs.el that's not up-to-date might
24634 cause a bootstrap failure because things don't autoload as expected.
24635
24636 2000-03-23 Dave Love <fx@gnu.org>
24637
24638 * net/browse-url.el: Restore previous use of
24639 browse-url-maybe-new-window.
24640
24641 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
24642
24643 * ps-print.el: Skip banner page fix.
24644 (ps-print-version): New version number (5.1.2).
24645 (ps-begin-file, ps-end-file, ps-generate): Code fix.
24646
24647 2000-03-23 Dave Pearson <davep@davep.org>
24648
24649 * net/quickurl.el Changed the type of parameter passed to the
24650 function defined by `quickurl-format-function'. Before only the
24651 text of the URL was passed. Now the whole URL structure is passed
24652 and the function is responsible for extracting the parts it requires.
24653 Changed the default of `quickurl-format-function' accordingly.
24654 (quickurl-insert): Changed the `funcall' of
24655 `quickurl-format-function' to match the above change.
24656 (quickurl-list-insert): Changed the `url' case so that it makes
24657 use of `quickurl-format-function', previous to this the format was
24658 hard wired.
24659
24660 2000-03-22 Gerd Moellmann <gerd@gnu.org>
24661
24662 * startup.el: Change some spellings for the X Window System.
24663
24664 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
24665
24666 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
24667 Clean up the code and the regexp and make sure the cursor is
24668 temporarily moved to the suspicious line while querying the user.
24669
24670 2000-03-22 Jason Rumney <jasonr@gnu.org>
24671
24672 * w32-fns.el (w32-charset-info-alist): Initialize.
24673
24674 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
24675
24676 * ps-print.el: N-up last page fix.
24677 (ps-print-version): New version number (5.1.1).
24678 (ps-end-file, ps-end-job, ps-generate): Code fix.
24679
24680 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
24681
24682 * files.el (find-file-run-dired): Update docstring.
24683 (find-directory-functions): New hook.
24684 (find-file-noselect): Run find-directory-functions rather than
24685 calling dired directly.
24686
24687 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
24688
24689 * pcvs.el: Add a minimal leading commentary.
24690 (cvs-make-cvs-buffer): Change the header part by removing the startup
24691 message and adding a `Module' entry. Also replace the FOOTER and
24692 HEADER special fileinfos with the new support in ewoc for updating
24693 its own footer and header.
24694 (cvs-update-header): Update to use the header/footer of the ewoc.
24695 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
24696 (cvs-is-within-p): New function.
24697 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
24698 to only examine some subset of the buffers.
24699
24700 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
24701 `format' instead of our own ad-hoc functions.
24702 Remove HEADER and FOOTER cases, now handled in the EWOC.
24703 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
24704
24705 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
24706 output to avoid scaring the user.
24707 (cvs-parse-table): Catch message for non-up-to-date commits.
24708
24709 * pcvs-defs.el (cvs-startup-message): Remove.
24710 (cvs-global-menu): New autoloaded menu.
24711
24712 * pcvs-util.el (cvs-string-fill): Remove.
24713
24714 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
24715 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
24716 PP part of it and also make it work for footers and headers.
24717 (ewoc-create): Drop POS and BUFFER arguments.
24718 Use the DLL's dummy node to store the end-of-footer position.
24719 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
24720 (ewoc-refresh): Remove unused `header' variable.
24721 (ewoc-(get|set)-hf): New functions.
24722
24723 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
24724 log-view-*-(message|file) and use easy-mmode-define-navigation.
24725 (log-view-message-re): Match SCCS format as well.
24726 And match the revision line rather than the dashed separator line.
24727 (log-view-mode): Use the new define-derived-mode.
24728 (log-view-current-tag): Fill in with an actual implementation.
24729
24730 * cvs-status.el (cvs-status-(prev|next)): Rename from
24731 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
24732 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
24733 to let the output "breathe" a little more (more readable).
24734 (cvs-status-mode): Use the new define-derived-mode.
24735
24736 * smerge-mode.el (smerge-auto-leave): New function and variable.
24737 (smerge-basic-map): Rename from smerge-basic-keymap.
24738 Change the bindings for smerge-diff-*.
24739 (smerge-*-map): Use easy-mmode-defmap.
24740 (smerge-(next|prev)): Use easy-mmode-define-navigation.
24741 (smerge-keep-*): Use smerge-auto-leave.
24742
24743 2000-03-21 Jason Rumney <jasonr@gnu.org>
24744
24745 * cus-edit.el (custom-button-face): Use 3D look for w32.
24746 (custom-button-pressed-face): Likewise.
24747
24748 2000-03-21 Gerd Moellmann <gerd@gnu.org>
24749
24750 * progmodes/etags.el (tags-case-fold-search): New user-option.
24751 (tags-loop-eval): New function. Bind case-fold-search around eval
24752 depending on the value of tags-case-fold-search.
24753 (tags-loop-continue): Use tags-loop-eval.
24754 (find-tag-in-order): Bind case-fold-search depending on the value
24755 of tags-case-fold-search.
24756
24757 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
24758
24759 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
24760 (diff-end-of-hunk): Return the end position for use in
24761 `easy-mmode-define-navigation'.
24762 (diff-recenter): Remove.
24763 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
24764 of `easy-mmode-define-navigation'.
24765 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
24766 previous renaming) and fix to use new names.
24767 (diff-merge-strings): Use \n as separator: simpler, faster.
24768 (diff-mode): Use `define-derived-mode'.
24769
24770 * derived.el (define-derived-mode): Don't autoload anymore.
24771 Prefer the macro-only version provided by easy-mmode.el.
24772
24773 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
24774 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
24775 (easy-mmode-define-navigation): New macro.
24776
24777 * subr.el (combine-run-hooks): New function.
24778
24779 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
24780
24781 * term/x-win.el: Fontsets related initialization is simplified.
24782
24783 * international/mule-diag.el (describe-font): Don't refer to
24784 global-fontset-alist, instead call font-list.
24785 (describe-fontset, list-fontsets, mule-diag): Likewise.
24786 (print-fontset): Adjusted for the change of fontset implementation.
24787
24788 * international/fontset.el (x-charset-registries): Variable removed,
24789 instead the corresponding data is stored in the default fontset.
24790 (register-alternate-fontnames): Function removed.
24791 (resolved-ascii-font): Variable removed.
24792 (x-compose-font-name): Ignore the second argument REDOCE.
24793 (x-complement-fontset-spec): Complement only an ASCII font and
24794 element for those charsets than can use that ASCII font.
24795 (generate-fontset-menu): Don't refer to global-fontset-alist,
24796 instead call fontset-list.
24797 (uninstantiated-fontset-alist): Variable removed.
24798 (x-style-funcs-alist): Likewise.
24799 (fontset-default-styles): Likewise.
24800 (x-modify-font-name): Function removed.
24801 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
24802 (create-fontset-from-ascii-font): Docsting adjusted for the above
24803 change.
24804 (instantiate-fontset, resolve-fontset-name): Functions removed.
24805 (fontset-list): Now implemented by C code.
24806
24807 * faces.el (read-face-font): Fix TABLE arg to completing-read.
24808 (describe-face): Include `font' attribute in the description.
24809
24810 2000-03-21 Kenichi Handa <handa@etl.go.jp>
24811
24812 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
24813
24814 2000-03-20 Gerd Moellmann <gerd@gnu.org>
24815
24816 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
24817 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
24818 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
24819
24820 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
24821 about behavior of set-buffer-modified-p wrt redisplay.
24822
24823 2000-03-19 Richard M. Stallman <rms@gnu.org>
24824
24825 * view.el (view-mode-disable): Kill local binding of view-read-only.
24826
24827 2000-03-18 Gerd Moellmann <gerd@gnu.org>
24828
24829 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
24830 is a string, convert it to a syntax cell using string-to-syntax.
24831
24832 * simple.el (syntax-code-table, syntax-flag-table): New variables.
24833 (string-to-syntax): New function.
24834
24835 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
24836 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
24837 try to use passive ftp mode.
24838
24839 2000-03-17 Gerd Moellmann <gerd@gnu.org>
24840
24841 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
24842
24843 * simple.el (append-to-buffer): Update point of windows after
24844 insertion.
24845
24846 * abbrev.el (inverse-add-abbrev): Identify word by first moving
24847 forward then moving backward. Reindent.
24848
24849 * frame.el (other-frame): Call x-focus-frame only if
24850 focus-follows-mouse is off.
24851
24852 2000-03-17 Dave Love <fx@gnu.org>
24853
24854 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
24855
24856 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
24857
24858 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
24859 regexp for labels cannot span several lines.
24860
24861 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
24862 `(setq :<key> ':<key>)' to the macro expansion.
24863
24864 2000-03-16 Dave Love <fx@gnu.org>
24865
24866 * progmodes/f90.el (f90): Put custom group under `languages', not
24867 `fortran'.
24868 (f90-mode-hook): Customize.
24869 (f90-mode): Set add-log-current-defun-function.
24870 (f90-current-defun): New function.
24871
24872 2000-03-16 Gerd Moellmann <gerd@gnu.org>
24873
24874 * cus-edit.el (custom-variable-tag-face): Handle case that
24875 default face's height is not a number.
24876 (custom-face-tag-face, custom-group-tag-face-1)
24877 (custom-group-tag-face): Ditto.
24878 (custom-group-tag-face-1): Add :group.
24879
24880 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
24881
24882 2000-03-15 Gerd Moellmann <gerd@gnu.org>
24883
24884 * pcvs-defs.el (toplevel): Remove autoload cookie for form
24885 requiring easymenu.
24886
24887 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
24888
24889 * ps-print.el: PostScript user-defined prologue, PostScript error
24890 handler, doc fix.
24891 (ps-print-version): New version number (5.1).
24892 (ps-user-defined-prologue, ps-error-handler-message)
24893 (ps-print-prologue-0, ps-error-handler-alist): New vars.
24894 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
24895 (ps-insert-string): New function.
24896
24897 2000-03-15 Kenichi Handa <handa@etl.go.jp>
24898
24899 * international/ccl.el (ccl-compile-expression): Don't generate
24900 invalid self-assignment code.
24901
24902 2000-03-14 Dave Love <fx@gnu.org>
24903
24904 * subr.el (replace-regexp-in-string): Renamed from
24905 replace-regexps-in-string. Doc fix.
24906
24907 2000-03-12 Dave Love <fx@gnu.org>
24908
24909 * cus-edit.el: Doc fixes.
24910 (customize-set-variable, customize-save-variable): Rename args for doc.
24911 (custom-variable-tag-face, custom-face-tag-face)
24912 (custom-group-tag-face-1, custom-group-tag-face): Modify from
24913 style which user identify as hyperlink.
24914 (hook): Don't add undefined functions to the hook.
24915 (debug-ignored-errors): Transfer message from bindings.el.
24916
24917 2000-03-12 Gerd Moellmann <gerd@gnu.org>
24918
24919 * recentf.el (recentf-keep-non-readable-files-p):
24920 Remove double/nested definition.
24921
24922 2000-03-12 Dave Love <fx@gnu.org>
24923
24924 * facemenu.el (facemenu-get-face): Use display-color-p.
24925 * enriched.el (enriched-decode-foreground): Likewise.
24926 (enriched-decode-background): Likewise.
24927 * isearch.el (isearch-highlight): Likewise.
24928 * info-look.el (info-lookup): Likewise.
24929 * simple.el (completion-setup-function): Likewise.
24930
24931 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
24932 :options.
24933
24934 * bindings.el (mode-line-format): Fix line-number and
24935 column-number items. Add help-echo for the background.
24936 (mode-line-mule-info): Modify help-echo.
24937
24938 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
24939
24940 * files.el (load-file): Allow completion to .elc.
24941
24942 * man.el: Doc fixes.
24943 (Man-init-defvars): Use display-color-p to set fontification.
24944
24945 * play/hanoi.el (hanoi-internal): Don't use oddp.
24946
24947 2000-03-12 Gerd Moellmann <gerd@gnu.org>
24948
24949 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
24950
24951 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
24952
24953 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
24954
24955 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
24956 Fix comment.
24957
24958 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
24959
24960 * font-lock.el (font-lock-keywords): Fix the doc now that
24961 regexp-opt-depth is unnecessary.
24962 (save-buffer-state): Set an edebug spec.
24963 (font-lock-fontify-anchored-keywords): Properly handle the case when
24964 the matcher goes past the limit.
24965
24966 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
24967 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
24968
24969 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
24970 dll.el and cookie.el (from Elib) with heavy renaming and other
24971 massaging.
24972
24973 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
24974 Autoload the functions used.
24975 (easy-mmode-define-syntax): Fix CL typo.
24976 (easy-mmode-define-derived-mode): Improve the docstring generation.
24977
24978 2000-03-10 Gerd Moellmann <gerd@gnu.org>
24979
24980 * textmodes/texinfo.el (texinfo-version): Variable and function
24981 removed.
24982
24983 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
24984
24985 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
24986 allow more flexibility.
24987 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
24988 (easy-mmode-defmap, easy-mmode-defsyntax)
24989 (easy-mmode-define-derived-mode): New macros.
24990
24991 2000-03-09 Didier Verna <didier@xemacs.org>
24992
24993 * rect.el (replace-rectangle): New function.
24994
24995 2000-03-09 Dave Love <fx@gnu.org>
24996
24997 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
24998 (fortran-comment-line-start-skip): Don't match cpp stuff.
24999 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
25000 (fortran-mode-map): Remove over-eager custom-menu-create for now.
25001 (fortran-mode): Don't set fortran-comment-line-start-skip,
25002 fortran-comment-line-start here. Set comment-start,
25003 add-log-current-defun.
25004 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
25005 (fortran-current-defun): New function.
25006
25007 2000-03-09 Gerd Moellmann <gerd@gnu.org>
25008
25009 * emacs-lisp/re-builder.el: New file.
25010
25011 * mouse.el (mouse-drag-region): Don't run up-event handler
25012 if hscroll has changed.
25013
25014 * octave-mod.el (octave-font-lock-keywords): To font-lock the
25015 builtin operators, use `font-lock-builtin-face' for Emacs and
25016 `font-lock-preprocessor-face' otherwise.
25017
25018 * font-lock.el (lisp-font-lock-keywords-1): Highlight
25019 `(defun (setf foo)' differently.
25020
25021 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
25022
25023 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
25024 (regexp-opt): Update comment and adapt the code the new meaning of
25025 the `paren' argument of regex-opt-group for shy-groups.
25026 (regexp-opt-depth): Handle shy groups as well as backslashed
25027 backslashes.
25028 (regexp-opt-group): Turn the leading comment into a docstring.
25029 Allow `paren' to be a string (the string to use to open a group).
25030 Remove open-presuf and close-presuf. Instead of checking for `all
25031 one-char' and then later on check for `several one-char', handle
25032 both cases close together. Also apply a more generic algorithm
25033 for suffixes (the mirror image of the algorithm used for
25034 prefixes). Use shy-groups. Use nreverse rather than reverse.
25035 (regexp-opt-try-suffix): Removed.
25036
25037 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
25038 from comint-mode-map, so we can just inherit from it. Also, move
25039 the initialization into the `defvar' since there's no docstring
25040 anyway and it's fairly short.
25041 (inferior-scheme-mode): Define it as derived-mode: the code is
25042 shorter and this way we inherit from comint-mode-map rather than
25043 copying it.
25044
25045 * subr.el (replace-regexps-in-string): Properly handle the case
25046 where we match an empty string.
25047
25048 * comint.el (comint-exec-1): Add the current-dir to the exec-path
25049 when the command has a directory component (such as "./testml").
25050 Also fix a typo in the comment.
25051
25052 2000-03-08 Gerd Moellmann <gerd@gnu.org>
25053
25054 * Makefile (compile-files): Compile files one by one because
25055 that's the only way to ensure a clean compilation environment for
25056 each individual file.
25057
25058 * frame.el (other-frame): Call x-focus-frame.
25059
25060 2000-03-07 Dave Love <fx@gnu.org>
25061
25062 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
25063 :require to defcustom.
25064
25065 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
25066
25067 * files.el (auto-mode-alist): Add configure.in.
25068
25069 * progmodes/autoconf.el: New file.
25070
25071 2000-03-07 Gerd Moellmann <gerd@gnu.org>
25072
25073 * mail/mh-e.el: Change maintainer to `none'.
25074
25075 * recentf.el (recentf-keep-non-readable-files-p): Quote args
25076 to remove-hook and add-hook.
25077
25078 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
25079
25080 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
25081 it as the default.
25082 (mail-send): Test mail-send-nonascii also for the new `mime' value.
25083 (sendmail-send-it): Conditionally add MIME headers specifying the
25084 used character set.
25085
25086 2000-03-07 Dave Love <fx@gnu.org>
25087
25088 * winner.el: Fix keywords, autoload cookies.
25089 Split eval-when-compile form to avoid compilation failure.
25090
25091 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
25092
25093 * international/mule.el: Modify comment about coding system
25094 property `coding-category'.
25095 (make-coding-system): New argument EOL-TYPE. Pay attention to
25096 coding-category property of PROPERTIES.
25097
25098 * international/mule-conf.el (coding-category-utf-8)
25099 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
25100 categories. Include them in the argument for set-coding-priority.
25101
25102 * international/mule-cmds.el (reset-language-environment):
25103 Include coding-category-utf-8, coding-category-utf-16-be, and
25104 coding-category-utf-16-le in the argument for set-coding-priority.
25105 (reset-language-environment): Initialize coding-category-utf-8,
25106 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
25107
25108 2000-03-06 Karl Fogel <kfogel@red-bean.com>
25109
25110 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
25111 code abstracted out of `bookmark-jump-noselect'. Now tries info
25112 extensions as well as compression extensions.
25113 (bookmark-jump-noselect): Use above new func.
25114
25115 2000-03-03 Gerd Moellmann <gerd@gnu.org>
25116
25117 * strokes.el: Change maintainer's mail address.
25118
25119 2000-03-03 Kenichi Handa <handa@etl.go.jp>
25120
25121 * international/mule-diag.el (list-character-sets): Make help-echo
25122 string by substitute-command-keys.
25123 (list-character-sets): Likewise.
25124 (sort-listed-character-sets): Call help-setup-xref.
25125
25126 2000-03-02 Gerd Moellmann <gerd@gnu.org>
25127
25128 * time.el (display-time-mail-file): Add `none' to the list of choices.
25129
25130 2000-03-01 Dave Love <fx@gnu.org>
25131
25132 * help.el (help-xref-go-back): Don't try to set position.
25133
25134 * international/mule-diag.el (list-character-sets):
25135 Call help-setup-xref. Add help-echo to xrefs.
25136 (list-character-sets-1): Add help-echo to xrefs.
25137
25138 2000-03-02 Gerd Moellmann <gerd@gnu.org>
25139
25140 * frame.el (blink-cursor-mode): Switch cursor on when turning
25141 the mode off.
25142
25143 * add-log.el (add-log-current-defun): Add support for
25144 Autoconf mode.
25145
25146 * mail/rmail.el (rmail-quit-hook): New variable.
25147
25148 2000-03-01 Dave Love <fx@gnu.org>
25149
25150 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
25151
25152 * help.el (help-xref-button): Add help-echo arg.
25153 (describe-function-1, describe-variable, help-make-xrefs): Use it.
25154
25155 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
25156
25157 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
25158
25159 2000-03-01 Gerd Moellmann <gerd@gnu.org>
25160
25161 * image.el (defimage): Look for image files in load-path.
25162
25163 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
25164
25165 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
25166
25167 * recentf.el (recentf): Added version tag to the defgroup of recentf.
25168
25169 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
25170
25171 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
25172 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
25173 action to select/unselect a file.
25174 (recentf-edit-list): Code cleanup and improvement.
25175 (recentf-open-more-files-action): `recentf-open-more-files' button
25176 widget action to open a file.
25177 (recentf-open-more-files): No more use standard completion but widgets.
25178 (recentf-more-collection): Deleted.
25179 (recentf-more-history): Deleted.
25180 (recentf-setup-more-completion): Deleted.
25181
25182 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
25183
25184 * recentf.el (recentf-mode): No more needs that Emacs is running
25185 under a window-system.
25186
25187 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
25188
25189 * recentf.el (recentf-edit-list): New command to edit the recent
25190 list which allow the user to remove files.
25191 (recentf-edit-selected-items): New global variable, used by
25192 `recentf-edit-list' to hold the list of files to be removed from
25193 the recent list.
25194 (recentf-make-menu-items): Updated to display a "Edit list..."
25195 menu item. Minor code cleanup.
25196
25197 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
25198
25199 * recentf.el (recentf-open-more-files): New command to open files
25200 that are not displayed in the menu.
25201 (recentf-more-collection): New global variable holding the set of
25202 permissible completions used by `recentf-open-more-files'.
25203 (recentf-more-history): New global variable holding the history list
25204 used by `recentf-open-more-files' completion.
25205 (recentf-setup-more-completion): New function to setup completion for
25206 `recentf-open-more-files'.
25207 (recentf-make-menu-items): Updated to display a "More..." menu item.
25208
25209 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
25210
25211 * recentf.el (recentf-menu-action): Doc fixed.
25212
25213 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
25214
25215 * recentf.el (recentf-menu-filter): Doc updated.
25216 (recentf-update-menu-hook): Allow menu filters to force menu update.
25217 (recentf-make-menu-items): New menu filter handling.
25218 (recentf-make-menu-item): New helper function.
25219 (recentf-menu-elements): New menu handling function.
25220 (recentf-sort-ascending): Updated to new menu filter handling.
25221 (recentf-sort-descending): Updated to new menu filter handling.
25222 (recentf-sort-basenames-ascending): New menu filter function.
25223 (recentf-sort-basenames-descending): New menu filter function.
25224 (recentf-show-basenames): New menu filter function.
25225 (recentf-show-basenames-ascending): New menu filter function.
25226 (recentf-show-basenames-descending): New menu filter function.
25227
25228 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
25229
25230 * diary-lib.el (list-diary-entries): Don't try to go forward at
25231 the end of the buffer.
25232
25233 2000-02-29 Kenichi Handa <handa@etl.go.jp>
25234
25235 * international/mule-diag.el (list-character-sets):
25236 Completely rewritten.
25237 (sort-listed-character-sets): New function.
25238 (list-character-sets-1): Completely rewritten.
25239 (list-character-sets-2): New function.
25240 (non-iso-charset-alist): New variable.
25241 (decode-codepage-char): New function.
25242 (charset-history): New variable.
25243 (read-charset) (list-block-of-chars)
25244 (list-iso-charset-chars)
25245 (list-non-iso-charset-chars)
25246 (list-charset-chars): New functions.
25247 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
25248 (dump-charsets): Likewise.
25249
25250 2000-02-29 Gerd Moellmann <gerd@gnu.org>
25251
25252 * dired-x.el (dired-filename-at-point): Add `@' to valid
25253 file name characters.
25254 (dired-filename-at-point): Handle ange-ftp file names.
25255
25256 * frame.el (frame-notice-user-settings): Use assq-delete-all
25257 instead of assoc-delete-all.
25258 (frame-notice-user-settings): Ditto.
25259
25260 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
25261 Don't copy alist.
25262
25263 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
25264
25265 * calculator.el (calculator-use-menu): New option.
25266 (calculator-initial-bindings): Changed some bindings to work as macros.
25267 (calculator-forced-input): Removed.
25268 (calculator-restart-other-mode): New variable.
25269 (calculator-mode-map): Set up menu.
25270
25271 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
25272
25273 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
25274
25275 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
25276
25277 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
25278 translate all ESC key sequences.
25279 (viper-goto-mark-subr): Restore markers for files for which
25280 they were saved.
25281 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
25282 * viper-util.el (viper-set-replace-overlay-glyphs)
25283 (viper-set-replace-overlay): Always check if the replacement
25284 overlay is live.
25285 * viper.el (viper-vi-state-mode-list): Add major modes.
25286 * ediff-wind.el: Minor comment changes.
25287 * ediff.el: Copyright notice date fix.
25288
25289 2000-02-27 Jason Rumney <jasonr@gnu.org>
25290
25291 * faces.el (face-font-family-alternatives): Add arial to helv.
25292 (mode-line, header-line, tool-bar): Same default as x for w32.
25293 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
25294 face-font-family-alternatives from working.
25295 * term/w32-win.el (mouse-set-font): Do not build fontset from
25296 chosen font.
25297
25298 2000-02-25 Sam Steingold <sds@goems.com>
25299
25300 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
25301 properly.
25302
25303 2000-02-25 Richard M. Stallman <rms@gnu.org>
25304
25305 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
25306
25307 2000-02-25 Gerd Moellmann <gerd@gnu.org>
25308
25309 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
25310
25311 * frame.el (busy-cursor-delay-seconds): New option.
25312
25313 2000-02-24 Gerd Moellmann <gerd@gnu.org>
25314
25315 * frame.el (show-cursor-in-non-selected-windows): New option.
25316
25317 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
25318
25319 * diary-lib.el (include-other-diary-files): Undo the selective
25320 display in any included file and don't kill it.
25321
25322 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
25323
25324 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
25325 Menu items converted to (menu-item format, help strings added.
25326 [downcase, upcase]: Don't enable on MS-DOS.
25327 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
25328 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
25329
25330 2000-02-23 Dave Love <fx@gnu.org>
25331
25332 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
25333 (backward-kill-word): Revert addition of * to interactive spec --
25334 it's a feature.
25335
25336 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
25337 (backward-kill-sentence, kill-sentence): Likewise.
25338
25339 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
25340 scratch buffer name.
25341 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
25342
25343 * term/w32-win.el (internal-face-interactive): Update prompt for
25344 new read-face-name.
25345
25346 * mail/footnote.el (footnote): Add :version to defgroup.
25347 (footnote-section-tag-regexp): Customize.
25348 (footnote-start-tag, footnote-end-tag): New option.
25349 (footnote-latin-regexp): New variable.
25350 (Footnote-latin): New function.
25351 (footnote-style-alist): Add element for latin style.
25352 (footnote-style): Moved.
25353 (Footnote-goto-footnote): Use eq to test arg.
25354
25355 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
25356
25357 * emacs-lisp/byte-opt.el: Change old backquote syntax.
25358 (byte-compile-trueconstp): Include keywords.
25359 (byte-optimize-quote, byte-optimize-lapcode):
25360 Use byte-compile-const-symbol-p.
25361 (byte-optimize-char-before): New optimization.
25362
25363 * emacs-lisp/bytecomp.el: Change old backquote syntax.
25364 (byte-compile-const-symbol-p): New function.
25365 (byte-compile-constp, byte-compile-out-toplevel)
25366 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
25367 Use it.
25368
25369 * subr.el (define-key-after): Default AFTER to t. Doc fix.
25370
25371 2000-02-23 Kenichi Handa <handa@etl.go.jp>
25372
25373 * international/encoded-kb.el: Be sure to update minor-mode-alist
25374 and minor-mode-map-alist.
25375 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
25376 codes SS2 and SS3 correctly.
25377 (encoded-kbd-self-insert-ccl): New function.
25378 (encoded-kbd-setup-keymap): New function.
25379 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
25380 by calling encoded-kbd-setup-keymap.
25381
25382 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
25383 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
25384
25385 2000-02-22 Dave Love <fx@gnu.org>
25386
25387 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
25388 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
25389 (lisp-mode-syntax-table): Set up for #|...|# comments.
25390 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
25391 classes. Match `defface'.
25392 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
25393 (eval-defun-1): Fix for defcustom.
25394 (lisp-indent-region): Doc fix.
25395
25396 * subr.el (when, unless, split-string): Doc fix.
25397 (read-passwd): Move call of clear-this-command-keys to the right place.
25398 (replace-regexps-in-string): New function.
25399
25400 2000-02-22 Gerd Moellmann <gerd@gnu.org>
25401
25402 * help.el (describe-variable): Set syntax table to
25403 emacs-lisp-mode-syntax-table when moving forward over the
25404 symbol's name.
25405
25406 2000-02-22 Dave Love <fx@gnu.org>
25407
25408 * xt-mouse.el: Doc fixes.
25409 (xterm-mouse-position-function): New function, replacing advice of
25410 mouse-position.
25411 (xterm-mouse-mode): Use it. Don't turn on under a window system.
25412
25413 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
25414
25415 2000-02-21 Gerd Moellmann <gerd@gnu.org>
25416
25417 * format.el (format-annotate-single-property-change):
25418 Handle properties with dotted-list values.
25419 (format-proper-list-p): New function.
25420
25421 * enriched.el (enriched-face-ans): Handle '(foreground-color
25422 . COLOR) and (background-color . COLOR).
25423
25424 2000-02-20 Dave Love <fx@gnu.org>
25425
25426 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
25427 and assignments to it.
25428 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
25429 current local map.
25430 (make-flyspell-overlay): Use it.
25431 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
25432
25433 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
25434 (lm-get-header-re): Defun, not defsubst.
25435 (lm-get-package-name): Defun, not defsubst. Simplify.
25436 (lm-version): Doc fix. Simplify.
25437 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
25438 (lm-crack-address, lm-last-modified-date, lm-commentary)
25439 (lm-verify, lm-synopsis): Simplify.
25440 (lm-report-bug): Require emacsbug. Use compose-mail.
25441
25442 2000-02-20 Gerd Moellmann <gerd@gnu.org>
25443
25444 * dired.el (dired-mode): Call propertized-buffer-identification
25445 to set mode-line-buffer-identification to something having
25446 the right text properties.
25447
25448 * bindings.el (propertized-buffer-identification): New function.
25449
25450 2000-02-20 Dave Love <fx@gnu.org>
25451
25452 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
25453 check for t-mouse too.
25454
25455 * cus-start.el: Make echo-keystrokes `number'.
25456
25457 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
25458
25459 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
25460 Don't call ring-empty-p unless tags-location-ring is bound.
25461 From Noah Friedman <friedman@splode.com>.
25462
25463 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
25464
25465 * progmodes/hideshow.el (hs-flag-region): No longer use
25466 `intangible' overlay property.
25467
25468 (hs-toggle-hiding): New command.
25469 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
25470
25471 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
25472 Fix omission bug: Run `hs-minor-mode-hook' for both activation
25473 and deactivation.
25474
25475 2000-02-18 Gerd Moellmann <gerd@gnu.org>
25476
25477 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
25478
25479 2000-02-17 Gerd Moellmann <gerd@gnu.org>
25480
25481 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
25482
25483 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
25484 of `*' to handle `(* ... *)' comments.
25485
25486 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
25487
25488 * faces.el (list-faces-display): Use display-mouse-p instead of
25489 window-system.
25490
25491 * menu-bar.el (global-map): Menu-bar items converted to the new
25492 format (menu-item..., rearranged for better CUA compliance, and
25493 their names changed for better clarity. Help strings added.
25494
25495 * international/mule-cmds.el (mule-menu-keymap)
25496 (describe-language-environment-map, set-coding-system-map)
25497 (setup-language-environment-map): Convert to new (menu-item...
25498 form, add help strings. Change names of menu items for better clarity.
25499 "Mule" menu-bar item removed (it's now in the "Options" submenu).
25500
25501 2000-02-17 Gerd Moellmann <gerd@gnu.org>
25502
25503 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
25504 within the code.
25505
25506 2000-02-16 Dave Love <fx@gnu.org>
25507
25508 * faces.el: Don't require custom. Add more specific :groups to
25509 various deffaces.
25510 (set-face-attribute): Purecopy args.
25511 (read-face-name): Default to name at point and use it in prompt.
25512 Remove colon from arg in all callers.
25513 (list-faces-display): Hyperlink to face descriptions and customize
25514 buffers.
25515
25516 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
25517
25518 * wid-edit.el (widget-match-inline): An atom never matches a list.
25519
25520 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
25521
25522 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
25523 at ':' characters by call to split-string.
25524
25525 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
25526
25527 * textmodes/bibtex.el: Added RCS version identification.
25528
25529 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
25530
25531 * textmodes/bibtex.el: Some temporary comments removed.
25532 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
25533 (bibtex-field-const): Allow capital letters.
25534 (bibtex-start-of-string): Deleted because unused.
25535
25536 * textmodes/bibtex.el: Unified some nomenclature. We no longer
25537 use the term 'reference' to describe a bibtex entry as a whole.
25538 Further, reference keys are no longer called 'labels'.
25539 (bibtex-keys): Renamed to bibtex-reference-keys.
25540 (bibtex-reformat-previous-labels): Renamed to
25541 bibtex-reformat-previous-reference-keys.
25542 (bibtex-reference-type): Renamed to bibtex-entry-type.
25543 (bibtex-reference-head): Renamed to bibtex-entry-head.
25544 (bibtex-reference-maybe-empty-head): Renamed to
25545 bibtex-entry-maybe-empty-head.
25546 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
25547 (bibtex-search-reference): Renamed to bibtex-search-entry.
25548 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
25549 bibtex-enclosing-entry-maybe-empty-head.
25550 (bibtex-entry-field-alist, bibtex-entry-head)
25551 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
25552 (bibtex-map-entries, bibtex-search-entry)
25553 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
25554 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
25555 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
25556 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
25557 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
25558 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
25559 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
25560
25561 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
25562
25563 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
25564 comment.
25565 (bibtex-format-field-delimiters): New function, functionality
25566 extracted from bibtex-format-entry.
25567 (bibtex-autokey-get-yearfield-digits): New function, functionality
25568 extracted from bibtex-autokey-get-yearfield.
25569
25570 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
25571 entries in order to avoid stack overflow in the regexp matcher if
25572 field contents become large.
25573 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
25574 (bibtex-field-string-part-not-braced)
25575 (bibtex-field-string-part-no-inner-braces)
25576 (bibtex-field-string-part-1-inner-brace)
25577 (bibtex-field-string-part-2-inner-braces)
25578 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
25579 (bibtex-field-string-quoted, bibtex-field-string)
25580 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
25581 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
25582 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
25583 Deleted as parsing is now performed by the following functions.
25584 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
25585 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
25586 (bibtex-parse-field-string, bibtex-search-forward-field-string)
25587 (bibtex-parse-association, bibtex-field-name-for-parsing)
25588 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
25589 (bibtex-search-forward-field, bibtex-search-backward-field)
25590 (bibtex-start-of-field, bibtex-end-of-field)
25591 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
25592 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
25593 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
25594 (bibtex-parse-string, bibtex-search-forward-string)
25595 (bibtex-search-backward-string, bibtex-start-of-string)
25596 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
25597 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
25598 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
25599 entries. Instead of reporting the results of the parsing by
25600 match-beginning or match-end, these functions return data structures
25601 that hold the corresponding positions.
25602 (bibtex-enclosing-field): Changed to also report field boundaries by
25603 return values rather than by match-beginning or match-end.
25604 The following functions have been adapted to use the new
25605 parsing functions.
25606 (bibtex-skip-to-valid-entry, bibtex-search-reference)
25607 (bibtex-enclosing-field, bibtex-format-entry)
25608 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
25609 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
25610 (bibtex-print-help-message, bibtex-end-of-entry)
25611 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
25612 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
25613 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
25614 Use the new method for parsing.
25615 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
25616 (bibtex-map-entries, bibtex-flash-head)
25617 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
25618 (bibtex-autokey-change, bibtex-autokey-get-namefield)
25619 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
25620 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
25621 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
25622 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
25623 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
25624 order to make the new binding of case-fold-search immediately visible.
25625
25626 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
25627
25628 * textmodes/bibtex.el: Copyright notice is up to date.
25629 Added constant 'bibtex-maintainer-salutation.
25630
25631 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
25632 than make-temp-name, use match-string-no-properties and eliminate
25633 a quadratic behavior when building bibtex-strings.
25634
25635 * bibtex.el (bibtex-reference-key): Accept string entries whose
25636 reference key contains upper case letters.
25637
25638 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
25639
25640 * bibtex.el (bibtex-reference-head): Allow entries to start with
25641 a new line.
25642
25643 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
25644
25645 * bibtex.el: Hiding of entry bodies is not longer provided by
25646 bibtex.el directly. Instead the hideshow package can be used.
25647 Added a special bibtex entry to hs-special-modes-alist.
25648 (bibtex-hs-forward-sexp): Added for hideshow.el.
25649
25650 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
25651
25652 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
25653 proceedings entry type (for cross referencing). Thanks to Wagner
25654 Toledo Correa for the suggestion.
25655
25656 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
25657
25658 2000-02-14 Kenichi Handa <handa@etl.go.jp>
25659
25660 * international/characters.el: Setup case table for Vietnamese.
25661
25662 2000-02-12 Gerd Moellmann <gerd@gnu.org>
25663
25664 * uniquify.el (toplevel): Require CL at compile time.
25665 (uniquify-push): Removed.
25666
25667 * shadowfile.el (shadow-when): Removed.
25668
25669 * tempo.el (tempo-dolist, tempo-mapc): Removed.
25670 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
25671
25672 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
25673 regexp for paragraph-start.
25674
25675 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
25676 commas as well.
25677
25678 2000-02-10 Dave Love <fx@gnu.org>
25679
25680 * wid-edit.el: (widgets) [defgroup]: Remove url link.
25681 (widget-color-choice-list, widget-color-history, widget-mouse-help):
25682 Deleted.
25683 (widget-specify-field, widget-specify-button): Don't use
25684 widget-mouse-help as help-echo property.
25685 (default): Use #'ignore for :validate and :mouse-down-action.
25686 (checkbox): Add help-echo.
25687 (widget-sexp-validate): Rewritten to clarify error messages.
25688 (character): Use char-valid-p in :match function.
25689 (widget-color-complete): Use facemenu-color-alist.
25690 (widget-color-action): Use facemenu-read-color.
25691
25692 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
25693 set up `caar' &c that we now have.
25694
25695 2000-02-09 Ray Blaak <blaak@gnu.org>
25696
25697 * delphi.el: Make resourcestring a declaration region, like const
25698 and var.
25699
25700 2000-02-09 Dave Love <fx@gnu.org>
25701
25702 * bindings.el (mode-line-input-method-map): New variable.
25703 (mode-line-mule-info): Use it; fix last change.
25704 (mode-line-mode-menu): Move definition.
25705 (mode-line-mouse-sensitive-p): Deleted.
25706 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
25707 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
25708
25709 * startup.el (command-line-1): Don't call
25710 make-mode-line-mouse-sensitive.
25711
25712 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
25713
25714 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
25715 before rmail-toggle-header, because the former toggles headers.
25716
25717 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
25718
25719 * diff-mode.el (diff-kill-junk): New interactive function.
25720 (diff-reverse-direction): Use delete-and-extract-region.
25721 (diff-post-command-hook): Restrict the area so that the hook also works
25722 outside of any diff hunk. This is necessary for the minor-mode.
25723 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
25724 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
25725
25726 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
25727 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
25728 so that it can be used more easily in <foo>-mode-hook. Also make sure
25729 to avoid duplicate entries.
25730 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
25731 (font-lock-remove-keywords): Just as was done for `add', allow it to
25732 work even if font-lock-mode is nil. Also make sure we don't modify
25733 any pre-existing list by forcing a copy-sequence. Finally rename
25734 `major-mode' to `mode'.
25735 (font-lock-fontify-syntactic-anchored-keywords)
25736 (font-lock-fontify-anchored-keywords)
25737 (font-lock-fontify-keywords-region): Use line-end-position.
25738 Don't make `font-lock-multiline' local (it's now done in
25739 font-lock-set-defaults).
25740 (font-lock-set-defaults): Make `font-lock-multiline' local.
25741 Move the `font-lock-fontified' creation to inside the `unless'.
25742
25743 2000-02-06 Andrew Innes <andrewi@gnu.org>
25744
25745 * term/w32-win.el (x-handle-args): Comment out call to message,
25746 which occurs before window system is initialized.
25747
25748 * makefile.nt: Add support for recompiling lisp code.
25749
25750 2000-02-04 Dave Love <fx@gnu.org>
25751
25752 * bindings.el (mode-line-mule-info): Fix/extend last change.
25753
25754 * completion.el: Replace completion-dolist with dolist.
25755
25756 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
25757
25758 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
25759
25760 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
25761 environment names before they go into the section regexp.
25762
25763 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
25764 char class in regexp.
25765
25766 * textmodes/reftex-parse.el (reftex-with-special-syntax):
25767 Bind `case-fold-search' to nil.
25768
25769 * progmodes/idlwave.el (idlwave-template):
25770 Respect `idlwave-abbrev-change-case'.
25771 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
25772 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
25773 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
25774 (idlwave-rw-case): New function.
25775 (idlwave-statement-match): Fixed problem with assignment regexp.
25776 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
25777 (idlwave-surround): New argument LENGTH to support padding of
25778 operators longer than 1 char.
25779
25780 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
25781 idlwave-shell-expression-overlay. Implemented printing of
25782 expressions on higher levels of the calling stack.
25783 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
25784 (idlwave-retrieve-expression-from-level): New function.
25785 (idlwave-shell-last-calling-stack): Variable removed.
25786 (idlwave-shell-reset): Argument action reversed (`visible' to
25787 `hidden'). Also remove stop-line overlay.
25788 (idlwave-shell-calling-stack-routine): New variable.
25789 (idlwave-shell-parse-stack-and-display): Messages now display
25790 negative level numbers.
25791 (idlwave-shell-mode): Set `modeline-format'.
25792 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
25793 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
25794 (idlwave-shell-print-expression-function): New option.
25795
25796 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
25797 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
25798 `tool-bar' instead of `toolbar'.
25799
25800 2000-02-02 Dave Love <fx@gnu.org>
25801
25802 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
25803 emacs-lisp-mode-hook. Don't check for defalias being defined.
25804
25805 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
25806 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
25807 Use the new builtins directly.
25808
25809 * whitespace.el (whitespace): Add :version to defgroup.
25810
25811 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
25812 Doc fix.
25813
25814 * thingatpt.el (sexp-at-point, symbol-at-point)
25815 (number-at-point, list-at-point): Add autoload cookie.
25816
25817 * recentf.el (recentf): Add :version to defgroup.
25818
25819 * quickurl.el (quickurl): Add :version to defgroup.
25820
25821 * elide-head.el (elide-head): Use point-marker more.
25822
25823 * bs.el (bs): Add :version to defgroup.
25824
25825 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
25826
25827 * progmodes/delphi.el (delphi): Add :version to defgroup.
25828
25829 2000-02-02 Gerd Moellmann <gerd@gnu.org>
25830
25831 * ange-ftp.el (ange-ftp-write-region): Handle case that
25832 succeeding process operation sets a different coding system.
25833
25834 * calculator.el: New file.
25835
25836 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
25837
25838 * frame.el (frames-on-display-list, framep-on-display): New functions.
25839 (display-mouse-p, display-popup-menus-p, display-graphic-p)
25840 (display-selections-p, display-screens, display-pixel-width)
25841 (display-pixel-height, display-mm-width, display-mm-height)
25842 (display-backing-store, display-save-under, display-planes)
25843 (display-color-cells, display-visual-class): New functions.
25844
25845 * term/tty-colors.el (tty-color-gray-shades): New function.
25846
25847 * faces.el (display-color-p): Use framep-on-display.
25848 (display-grayscale-p): New function.
25849
25850 2000-01-31 Dave Love <fx@gnu.org>
25851
25852 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
25853 (create-fontset-from-x-resource): Don't concat integers.
25854
25855 2000-01-31 Inge Frick <inge@nada.kth.se>
25856
25857 * view.el: Some changes in documentation. Removed some trailing
25858 whitespace. Changed some parameter names to agree with documentation.
25859 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
25860 window is not deleted. Modifies change 1998-04-26.
25861
25862 2000-01-31 Gerd Moellmann <gerd@gnu.org>
25863
25864 * windmove.el: New file.
25865
25866 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
25867 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
25868 progmodes/ebnf-yac.el: Update copyright and license info.
25869
25870 * jit-lock.el (jit-lock-function): Widen before calculating
25871 end position.
25872 (jit-lock-stealth-chunk-start): Rewritten.
25873
25874 * info.el (Info-title-face-alist): Removed.
25875 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
25876 (Info-fontify-node): Use these faces.
25877
25878 2000-01-30 Gerd Moellmann <gerd@gnu.org>
25879
25880 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
25881 (cl-macro-list1): Recognize `&allow-other-keys' instead of
25882 `&allow-other-keywords'.
25883
25884 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
25885 the list of directories scanned heuristically.
25886
25887 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
25888
25889 2000-01-30 Jason Rumney <jasonr@gnu.org>
25890
25891 * w32-fns.el: Define w32-tty-standard-colors.
25892
25893 * startup.el (command-line): Use w32-tty-standard-colors when in
25894 w32 console mode.
25895
25896 2000-01-30 Dave Love <fx@gnu.org>
25897
25898 * jka-compr.el (jka-compr-load): Fix up load-history.
25899
25900 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
25901
25902 * emacs-lisp/cl-macs.el: Revert previous change.
25903
25904 2000-01-29 Dave Love <fx@gnu.org>
25905
25906 * facemenu.el: Purecopy various strings.
25907
25908 * timezone.el (timezone-fix-time): Window against 69 for two-digit
25909 years. Deal with three-digit years.
25910
25911 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
25912 Use defconst, purecopy.
25913 (help-back-label): Purecopy it.
25914
25915 2000-01-18 Gerd Moellmann <gerd@gnu.org>
25916
25917 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
25918 variable. If non-nil, order the buffer list according to the
25919 currently selected frame.
25920 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
25921 non-nil, pass the selected frame to function buffer-list.
25922
25923 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
25924
25925 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
25926
25927 2000-01-28 Dave Love <fx@gnu.org>
25928
25929 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
25930
25931 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
25932 Don't use lisp-indent-hook property.
25933 (cl-abs): Remove.
25934
25935 * subr.el: Move out indent and edebug specs for when and unless.
25936
25937 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
25938 when, unless.
25939
25940 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
25941 unless, when.
25942
25943 2000-01-28 Gerd Moellmann <gerd@gnu.org>
25944
25945 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
25946 `collecting' as synonym for `collect'.
25947
25948 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
25949 for the case it contains spaces.
25950
25951 * simple.el (what-cursor-position): Change formatting of messages.
25952
25953 * frame.el (delete-other-frames): New function.
25954 (toplevel): Bind it to C-x 5 1.
25955
25956 * sort.el (sort-numeric-base): New option.
25957 (sort-numeric-fields): If number starts with `0' or `0[xX[',
25958 interpret it as octal or hexadecimal. Use sort-numeric-base
25959 as default base.
25960
25961 * progmodes/glasses.el: New file.
25962
25963 2000-01-27 Gerd Moellmann <gerd@gnu.org>
25964
25965 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
25966 userids differently.
25967
25968 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
25969 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
25970 progmodes/ebnf-yac.el: New files.
25971
25972 2000-01-26 Dave Love <fx@gnu.org>
25973
25974 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
25975 on a function with an empty body. [From Eric Ludlam.]
25976
25977 2000-01-25 Andre Spiegel <spiegel@gnu.org>
25978
25979 * vc.el (vc-version-diff): Make sure file name is expanded.
25980
25981 2000-01-25 Gerd Moellmann <gerd@gnu.org>
25982
25983 * scroll-bar.el (scroll-bar-timer): Variable removed.
25984 (scroll-bar-toolkit-scroll): Don't use a timer.
25985
25986 2000-01-25 Kenichi Handa <handa@etl.go.jp>
25987
25988 * language/thai-util.el (thai-composition-function):
25989 Delete superfluous `a'.
25990
25991 2000-01-24 Dave Love <fx@gnu.org>
25992
25993 * fortran.el (fortran-mode): Use beginning-of-defun-function,
25994 end-of-defun-function.
25995
25996 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
25997
25998 2000-01-22 Jason Rumney <jasonr@gnu.org>
25999
26000 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
26001 conflicts with new face support.
26002
26003 2000-01-22 Richard M. Stallman <rms@gnu.org>
26004
26005 * replace.el (query-replace): Rename last arg to DELIMITED.
26006 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
26007 (query-replace-regexp): Likewise.
26008
26009 2000-01-20 Richard M. Stallman <rms@gnu.org>
26010
26011 * subr.el (with-syntax-table): Use make-symbol, not gensym.
26012
26013 * emacs-lisp/lisp.el (beginning-of-defun-function):
26014 Variable renamed from beginning-of-defun.
26015 Do not call make-variable-buffer-local.
26016 (beginning-of-defun-raw): Use new variable name; doc fix.
26017 (beginning-of-defun): Doc fix.
26018 (end-of-defun-function): Variable renamed from end-of-defun.
26019 Do not call make-variable-buffer-local.
26020 (end-of-defun): Use new variable name; doc fix.
26021
26022 * subr.el (dolist, dotimes): Copied from cl-macs.el
26023 and made to work.
26024
26025 * mail/undigest.el (rmail-digest-end-regexps):
26026 Variable replaces rmail-digest-end-regexp.
26027 Allows multiple regexps for detecting the end line.
26028 (undigestify-rmail-message): Corresponding changes.
26029
26030 2000-01-19 Dave Love <fx@gnu.org>
26031
26032 * files.el (user-init-file): Don't declare here -- is primitive.
26033
26034 * startup.el (command-line): Check for compiled user-init-file and
26035 set to uncompiled version if necessary.
26036
26037 2000-01-18 Gerd Moellmann <gerd@gnu.org>
26038
26039 * mail/undigest.el (rmail-digest-end-regexp): New user option.
26040 (undigestify-rmail-message): Use it.
26041
26042 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
26043
26044 2000-01-17 Gerd Moellmann <gerd@gnu.org>
26045
26046 * tmm.el (tmm-goto-completions): Adapt to prompt being part
26047 of mini-buffer.
26048
26049 2000-01-14 Gerd Moellmann <gerd@gnu.org>
26050
26051 * emacs-lisp/copyright.el (copyright-update): Removed the
26052 requirement for a trailing space from `copyright-regexp', to
26053 support copyrights with owner specified on a separate line..
26054
26055 * align.el: New file.
26056
26057 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
26058
26059 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
26060
26061 2000-01-13 Dave Love <fx@gnu.org>
26062
26063 * ph.el: Removed. (Obsoleted by EUDC.)
26064
26065 2000-01-13 Gerd Moellmann <gerd@gnu.org>
26066
26067 * net/eudc.el (toplevel): Remove autoloaded code installing
26068 menu with easymenu, because that causes build problems.
26069
26070 * frame.el (frame-notice-user-settings): New variable.
26071 (frame-notice-user-settings): Don't modify frame parameters
26072 if called a second time.
26073
26074 2000-01-13 Richard M. Stallman <rms@gnu.org>
26075
26076 * frame.el (frame-notice-user-settings):
26077 Notice default-frame-parameters even for non-window frames.
26078
26079 2000-01-13 Gerd Moellmann <gerd@gnu.org>
26080
26081 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
26082 for Emacs.
26083 (eudc-bob-can-display-inline-images): Extend for Emacs.
26084 (eudc-bob-toggle-inline-display): Ditto.
26085 (eudc-bob-display-jpeg): Ditto.
26086
26087 2000-01-12 Gerd Moellmann <gerd@gnu.org>
26088
26089 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
26090 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
26091 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
26092
26093 * add-log.el (add-change-log-entry): Fix error trying an
26094 `(insert nil)'.
26095
26096 * subdirs.el: Add `net' directory.
26097
26098 * net: New directory.
26099
26100 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
26101 eval-last-sexp. Don't bind debug-on-error here.
26102 (eval-last-sexp): New function. Bind debug-on-error if
26103 eval-expression-debug-on-error is non-nil.
26104 (eval-defun-2, eval-defun): Likewise.
26105
26106 * simple.el (eval-expression): Don't bind debug-on-error if
26107 eval-expression-debug-on-error is nil. Detect changed
26108 debug-on-error, and propagate new value to global binding, if
26109 eval-expression-debug-on-error is non-nil,
26110 (eval-expression-debug-on-error): Change doc string.
26111
26112 2000-01-11 Richard M. Stallman <rms@gnu.org>
26113
26114 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
26115
26116 * emacs-lisp/lisp-mode.el (with-syntax-table):
26117 Set up lisp-indent-function property.
26118
26119 * subr.el (with-syntax-table): Moved from simple.el.
26120
26121 * simple.el (with-syntax-table): Moved to subr.el.
26122
26123 2000-01-11 Gerd Moellmann <gerd@gnu.org>
26124
26125 * tmm.el (tmm-shortcut): Delete region after prompt instead
26126 of erasing buffer.
26127
26128 * textmodes/fill.el (fill-common-string-prefix): New function.
26129 (fill-context-prefix): Use the longest common prefix of first
26130 and second line fill prefix, if there is one.
26131
26132 2000-01-11 Richard M. Stallman <rms@gnu.org>
26133
26134 * array.el (array-mode): Don't use make-variable-buffer-local.
26135 Use make-local-variable for `truncate-lines'.
26136
26137 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
26138
26139 * add-log.el (add-log-current-defun): Handle user-defined
26140 add-log-current-function returning nil,
26141
26142 * add-log.el (add-change-log-entry): Insert version number
26143 if having found a current function
26144
26145 * add-log.el (add-log-current-defun):
26146 Call `add-log-current-defun-function'. Try matches at level 0 and
26147 level 1. Strip whitespace from defun found.
26148
26149 2000-01-10 John Wiegley <johnw@gnu.org>
26150
26151 * allout.el (isearch-done/outline-provisions): Added `edit'
26152 argument to correspond with the current definition of `isearch-done'.
26153
26154 2000-01-10 Dave Love <fx@gnu.org>
26155
26156 * elide-head.el (elide-head): Use point-marker, not point.
26157
26158 2000-01-10 Gerd Moellmann <gerd@gnu.org>
26159
26160 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
26161 before and after the year 2000.
26162
26163 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
26164 Add ispell- prefix.
26165
26166 2000-01-10 Ken Stevens <k.stevens@ieee.org>
26167
26168 * ispell.el: Only define dictionaries in menus when they exist.
26169 (version18p): New variable.
26170 (version20p): New variable.
26171 (xemacsp): New variable.
26172 (ispell-choices-win-default-height): Fix for XEmacs visibility.
26173 (ispell-dictionary-alist1): Added Brasileiro dictionary.
26174 (ispell-dictionary-alist6): Russian command lines no longer accept
26175 run-together words.
26176 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
26177 (ispell-dictionary-alist): Add koi8-r to customize definition.
26178 (check-ispell-version): Added documentation string. Return library
26179 path when called non-interactively.
26180 (ispell-menu-map-needed): Uses new variables.
26181 (ispell-library-path): New variable.
26182 (ispell-decode-string): XEmacs fix for bogus variable bindings.
26183 (ispell-word): Improved documentation string. Test for valid
26184 character mappings. Correctly check typed in word changes that can
26185 result in single words split into multiple words.
26186 Return replacement word.
26187 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
26188 replace in recursive query replace mode. Help message for
26189 recursive edit mode.
26190 (ispell-show-choices): Protect against bad framepop bindings.
26191 (ispell-help): Fix to work with XEmacs.
26192 (ispell-highlight-spelling-error): Use new variables.
26193 (ispell-overlay-window): Fix to work with XEmacs.
26194 (ispell-parse-output): Passed and returns location information
26195 tracking spelling corrections. Doesn't recheck same word on
26196 current line.
26197 (ispell-init-process): Protect against bogus XEmacs variable binding.
26198 Fix call to single argument in sleep-for. Use new variables.
26199 (ispell-region): Passed and returns location information tracking
26200 spelling corrections. Doesn't check same word on current line.
26201 Improved documentation string. Doesn't resend a line already
26202 checked to the ispell process - fixes bug in LaTeX parsing.
26203 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
26204 (ispell-skip-region): No longer skips <TT> in SGML.
26205 (ispell-process-line): Tracks location information with spelling
26206 corrections. Added documentation string. Accounts for words
26207 already accepted on this line. Don't allow query-replace on line
26208 starting with math characters. Doesn't resend a line already sent
26209 to ispell process. Fixes alignment error bug.
26210
26211 2000-01-10 Richard M. Stallman <rms@gnu.org>
26212
26213 * dired-x.el (dired-guess-shell-alist-default):
26214 Suggest xloadimage, which is free, not xv, which isn't.
26215
26216 * ange-ftp.el (ange-ftp-file-name-nondirectory):
26217 Don't ever include the host name or user name in the value.
26218
26219 2000-01-09 Gerd Moellmann <gerd@gnu.org>
26220
26221 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
26222 of a real newline.
26223
26224 2000-01-09 Stephen Eglen <stephen@gnu.org>
26225
26226 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
26227 for .png files.
26228
26229 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
26230
26231 * cus-edit.el (custom-hook-convert-widget): Fix comment.
26232
26233 2000-01-09 Gerd Moellmann <gerd@gnu.org>
26234
26235 * progmodes/cperl-mode.el: Replace ^F with ^L.
26236
26237 * sendmail.el (toplevel): Provide `sendmail' when compiling before
26238 `require'ing rmail and mailalias to prevent infinite recursion.
26239
26240 2000-01-08 Dave Love <fx@gnu.org>
26241
26242 * emacs-lisp/backquote.el: Remove inappropriate customization
26243 (allowing custom.el to use backquote).
26244
26245 2000-01-07 Dave Love <fx@gnu.org>
26246
26247 * add-log.el (add-log-debugging): Deleted.
26248 (add-change-log-entry): Treat a backup FILE-NAME as its parent
26249 file. Remove debugging code.
26250 (change-log-get-method-definition, change-log-name): Add doc.
26251 (change-log-sortable-date-at): New function.
26252 (change-log-merge): New command.
26253
26254 * time.el (display-time-string-forms): Make the Mail string active.
26255 (display-time-update): Provide help-echo for load average.
26256
26257 * bindings.el (make-mode-line-mouse2-map): New function.
26258 (mode-line-modified): Use it and simplify.
26259 (mode-line-mule-info): Provide help-echo info.
26260 (minor-mode-alist): Activate the strings.
26261 (make-mode-line-mouse-sensitive): Simplify for
26262 mode-line-buffer-identification.
26263
26264 2000-01-07 Gerd Moellmann <gerd@gnu.org>
26265
26266 * play/pong.el: New file.
26267
26268 2000-01-06 Dave Love <fx@gnu.org>
26269
26270 * array.el: Assorted cleanups for compiler warnings, doc strings,
26271 `array-' prefix for symbols.
26272
26273 2000-01-05 Dave Love <fx@gnu.org>
26274
26275 * textmodes/outline.el (outline-mode-menu-bar-map):
26276 Add outline-headers-as-kill.
26277 (outline-mode): Define imenu-generic-expression.
26278 (outline-headers-as-kill): New command.
26279
26280 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
26281 from paragraph-start.
26282 (paragraph-indent-minor-mode): New command.
26283
26284 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
26285 M-C-e, M-C-h, C-j, C-xnd, TAB.
26286 (fortran-mode): Set beginning-of-defun, end-of-defun.
26287 (fortran-column-ruler): Simplify.
26288 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
26289 (fortran-with-subprogram-narrowing): Likewise.
26290 (fortran-indent-subprogram): Call mark-defun.
26291 (fortran-check-for-matching-do): Change narrowing.
26292
26293 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
26294 (cl-lucid-hash-tag): Delete.
26295 (cl-hash-table-p): Correct test for native table.
26296 (cl-hash-table-count): Use hash-table-count.
26297
26298 * browse-url.el (browse-url): Fix case of
26299 browse-url-browser-function being an alist.
26300
26301 2000-01-05 Carsten Dominik <cd@gnu.org>
26302
26303 * textmodes/reftex-vars.el (reftex-parse-file-extension)
26304 (reftex-index-phrase-file-extension): New options.
26305
26306 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
26307 Use new option `reftex-index-phrase-file-extension'.
26308
26309 * textmodes/reftex.el (reftex-access-parse-file): Use new option
26310 `reftex-parse-file-extension'.
26311
26312 2000-01-05 Dave Love <fx@gnu.org>
26313
26314 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
26315 (beginning-of-defun-raw): Use it.
26316 (end-of-defun): New variable.
26317 (end-of-defun): Use it.
26318 (check-parens): New command.
26319
26320 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
26321
26322 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
26323 (hs-show-block): Don't use `mapcar' when not accumulating.
26324
26325 Fix buglet in local variables initialization.
26326
26327 2000-01-05 Andreas Schwab <schwab@suse.de>
26328
26329 * hscroll.el (hscroll): Doc fix.
26330
26331 2000-01-05 Carsten Dominik <cd@gnu.org>
26332
26333 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
26334 Require idlw-toolbar.
26335
26336 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
26337 file idlw-rinfo.el.
26338 (idlwave-customize): Load must read file idlw-shell.el.
26339 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
26340
26341 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
26342
26343 * progmodes/idlw-shell.el: Also provide idlwave-shell
26344 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
26345 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
26346
26347 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
26348 both reftex-dcr and reftex-vcr.
26349
26350 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
26351
26352 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
26353
26354 * ps-print.el: PostScript code now is in separate files, doc fix.
26355 (ps-print-version): New version number (5.0.3).
26356 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
26357 local.
26358 (ps-spool-config): Initialization fix.
26359 (ps-print-prologue-1, ps-print-prologue-2)
26360 (ps-print-duplex-feature): PostScript code moved to separated file.
26361 (ps-background-image): Little code reformating.
26362 (ps-begin-file, ps-begin-job): Fix code.
26363 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
26364 (ps-prologue-file): New fun.
26365
26366 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
26367
26368 * ps-vars.el: Eliminated.
26369
26370 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
26371 `;;;###autoload'.
26372
26373 * ps-print.el: ps-vars eliminated, doc fix.
26374 (ps-print-version): New version number (5.0.2).
26375 (ps-spool-config): Initialization fix.
26376 (ps-print-customize): New fun.
26377
26378 2000-01-04 Gerd Moellmann <gerd@gnu.org>
26379
26380 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
26381
26382 2000-01-04 Dave Love <fx@gnu.org>
26383
26384 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
26385 menu items.
26386
26387 2000-01-03 Dave Love <fx@gnu.org>
26388
26389 * elide-head.el (elide-head) [defgroup]: Add :version.
26390
26391 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
26392 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
26393 Use `cl-hash-table-p', not `hash-table-p'.
26394 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
26395
26396 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
26397
26398 * faces.el (face-read-integer, read-face-attribute)
26399 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
26400
26401 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
26402
26403 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
26404 at comment end, and re-insert them after filling.
26405
26406 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
26407
26408 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
26409 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
26410 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
26411
26412 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
26413
26414 * term/x-win.el (xw-defined-colors): Call color-supported-p,
26415 the new name of face-color-supported-p.
26416
26417 * term/w32-win.el (xw-defined-colors): Likewise.
26418
26419 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
26420
26421 * simple.el (completion-setup-function): Count completion-size
26422 from minibuffer-prompt-end, not from point-min.
26423
26424 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
26425
26426 * faces.el (read-face-attribute, defined-colors, color-defined-p):
26427 Pass the frame to tty-color-* functions.
26428 (display-color-p, frame-set-background-mode): Pass the frame to
26429 tty-display-color-p.
26430
26431 * term/tty-colors.el (tty-defined-color-alist): Renamed from
26432 tty-color-alist.
26433 (tty-color-alist, tty-modify-color-alist): New functions.
26434 (tty-color-define, tty-color-clear, tty-color-approximate)
26435 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
26436 optional parameter FRAME.
26437
26438 2000-01-01 Gerd Moellmann <gerd@gnu.org>
26439
26440 * image.el (create-image, defimage): Don't assume image data is
26441 a string.
26442
26443 * image.el (defimage): Handle specifications containing :data
26444 instead of :file.
26445 (image-type-from-data): New function.
26446 (image-type-from-file-header): Use it.
26447 (create-image): Add parameter DATA-P.
26448
26449 See ChangeLog.8 for earlier changes.
26450
26451 ;; Local Variables: 749 ;; Local Variables:
26452 ;; coding: iso-2022-7bit 750 ;; coding: iso-2022-7bit
26453 ;; End: 751 ;; End:
26454 752
26455 Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc. 753 Copyright (C) 2002 Free Software Foundation, Inc.
26456 Copying and distribution of this file, with or without modification, 754 Copying and distribution of this file, with or without modification,
26457 are permitted provided the copyright notice and this notice are preserved. 755 are permitted provided the copyright notice and this notice are preserved.