Commit graph

46740 commits

Author SHA1 Message Date
Juanma Barranquero
a8feaa041d Fix typo. 2003-05-12 22:20:26 +00:00
Stefan Monnier
6a26cf4a72 (cvs-minor-current-files): Move before first use.
(defun-cvs-mode): Remove unused var `restdoc'.
(cvs-edit-log-revision, ediff-after-quit-hook-internal): Declare.
(cvs-mode-diff-backup): Remove unused var `filter'.
(cvs-mode-run): Remove unused var `cvs-buf'.
(cvs-mode-do): Remove unused arg `parse'.
2003-05-12 18:16:43 +00:00
Stefan Monnier
277e1cb381 (cvs-parse-table): `New directory' messages include the full path. 2003-05-12 18:14:51 +00:00
Stefan Monnier
6adf3f60e4 (cvs-retrieve-revision): Make sure HEAD gets you the head of the branch. 2003-05-12 17:49:22 +00:00
Stefan Monnier
b00453052c (sgml-namespace-re): New const.
(sgml-namespace-face): New face.
(sgml-font-lock-keywords-1): Use them.
2003-05-12 15:46:02 +00:00
Glenn Morris
228bea3353 Update VM version.
Change reference to Gnus FAQ.
2003-05-12 15:06:18 +00:00
Stefan Monnier
c65e95028e *** empty log message *** 2003-05-12 14:44:21 +00:00
Stefan Monnier
6dbeb3d8de (vc-mcvs-command): Filter output of `status'.
(vc-mcvs-state, vc-mcvs-dir-state, vc-mcvs-print-log, vc-mcvs-diff):
Change dir so that the filtered output of `mcvs makes sense.
(vc-mcvs-mode-line-string): Handle the case where CVS is desync'd.
(vc-mcvs-diff-tree): Don't bother with the local-diff code.
(vc-mcvs-create-snapshot): Use `branch' and `switch'.
2003-05-11 23:55:07 +00:00
Juanma Barranquero
bdb0f2d551 (info-lookup-make-completions): Allow colons in index entries by looking for ":
" to terminate, as per latest info.el.
2003-05-11 15:30:12 +00:00
Stefan Monnier
9465a86c76 (adjust_point_for_property): Be more careful about termination. 2003-05-11 15:06:41 +00:00
Stefan Monnier
5279cf1687 *** empty log message *** 2003-05-11 00:16:14 +00:00
Stefan Monnier
bfe6e13f54 (comment-indent): Try to align to adjacent comments.
(comment-with-narrowing): Actually use the arguments.
(comment-valid-prefix-p): Rename from comment-valid-prefix
and fix to actually use its argument.
2003-05-10 22:54:35 +00:00
Stefan Monnier
1c4001a1df (uniquify-rationalize-file-buffer-names): Thinko. 2003-05-10 22:46:10 +00:00
Stefan Monnier
fe5b94c53a (follow_key): Remove dead variable `did_meta'.
(access_keymap_keyremap, keyremap_step): New funs, extracted from the
duplicated handling of function-key-map and key-translation-map
in read_key_sequence.
(read_key_sequence): Use them.
2003-05-10 22:15:35 +00:00
Stefan Monnier
bca7a08bf6 (tex-mode-syntax-table): ~ is not whitespace.
(tex-guess-mode): Add `renewcommand'.
(tex-mode): Move the autoload so we get the correct docstring and usage.
2003-05-10 18:54:13 +00:00
Stefan Monnier
aa74499543 (uniquify-rationalize-file-buffer-names):
Refresh the dirname in the case that rename-buffer was skipped.
(uniquify-buffer-file-name): Return a dirname with no trailing slash.
2003-05-10 18:16:19 +00:00
Stefan Monnier
0bbdffbdfc (adjust_point_for_property): Try harder to move point
to the non-sticky end of an invisible property.
2003-05-10 16:36:02 +00:00
Stefan Monnier
6cd83a9a85 (single_display_prop_intangible_p): Make `space' display
property intangible as well.
2003-05-10 16:27:35 +00:00
Andreas Schwab
780379b1f9 . 2003-05-10 16:14:50 +00:00
Andreas Schwab
aea448d23c (single_menu_item): Change last parameter to void* to
avoid warning.
2003-05-10 16:14:35 +00:00
Juanma Barranquero
933dcf49eb Fix typo in comment. 2003-05-10 13:58:56 +00:00
Juanma Barranquero
7ecf251bbf (message-buffer-naming-style): Fix typo. 2003-05-10 13:50:04 +00:00
Eli Zaretskii
dbbf4bc793 Remove stray text at the end of the file. 2003-05-10 09:30:24 +00:00
Juanma Barranquero
732950b1d6 (fancy-splash-default-action): Fix docstring. 2003-05-09 22:52:41 +00:00
Juanma Barranquero
95754b9f0f (smtpmail-send-queued-mail): Use point-at-bol instead of forward-line. 2003-05-09 22:51:21 +00:00
Stefan Monnier
1647ff5c46 Remove annoying $Id$ tag. 2003-05-09 22:37:44 +00:00
Stefan Monnier
07f10bab2b (comment-indent): Be more careful when inserting
the space, and insert it before setting `begpos'.
2003-05-09 20:09:04 +00:00
Stefan Monnier
d699c8e2cf (vc-mcvs-stay-local): Remove unused var.
(vc-mcvs-state, vc-mcvs-dir-state, vc-mcvs-print-log, vc-mcvs-diff)
(vc-mcvs-diff-tree, vc-mcvs-annotate-command)
(vc-mcvs-make-version-backups-p): Use vc-stay-local-p.
(vc-mcvs-checkin): Disallow commits to a numbered rev.
(vc-mcvs-repository-hostname): New function.
(vc-mcvs-stay-local-p): Remove.
2003-05-09 17:05:40 +00:00
Stefan Monnier
7ffc77d367 (vc-svn-rename-file): New fun.
(vc-svn-diff): Correctly check svn's return status.
(vc-svn-state, vc-svn-dir-state, vc-svn-print-log, vc-svn-diff)
(vc-svn-diff-tree): Use vc-stay-local-p.
(vc-svn-register-switches, vc-svn-diff-switches, vc-svn-header)
(vc-svn-use-edit): Fix the :version property.
(vc-svn-stay-local): Remove unused var.
(vc-svn-mode-line-string): Remove, use the default instead.
(vc-svn-repository-hostname): New fun taken from vc-svn-stay-local-p.
(vc-svn-stay-local-p): Remove.
2003-05-09 16:41:19 +00:00
Stefan Monnier
a36319a462 New backend functions delete-file' and repository-hostname'.
(vc-stay-local): New var.  Mostly taken from vc-cvs-stay-local.
(vc-stay-local-p): New fun.  Adapted from vc-cvs-stay-local-p.
(vc-diff-switches-list): Revert to the Emacs-21.[123] semantics.
Mark as obsolete.
(vc-delete-file): New command.
(vc-default-rename-file): New function.
(vc-rename-file): Use it.
Be careful to disallow renaming if the file is locked or out-of-date.
(vc-ensure-vc-buffer, vc-next-action-on-file, vc-insert-headers)
(vc-cancel-version, vc-annotate): Use buffer-file-name variable.
2003-05-09 16:33:10 +00:00
Sam Steingold
7b33268a39 (cvs-mode-find-file): Fixed the last patch's logic. 2003-05-09 15:59:02 +00:00
Stefan Monnier
89c52be24c (vc-mcvs-stay-local): Remove unused var. 2003-05-09 14:35:51 +00:00
Stefan Monnier
a0688443cc (vc-cvs-mode-line-string): Use vc-default-mode-line-string.
(vc-cvs-delete-file, vc-cvs-rename-file): New functions.
2003-05-09 14:32:01 +00:00
Stefan Monnier
2766aaafdc (vc-svn-rename-file): New fun.
(vc-svn-diff): Correctly check svn's return status.
2003-05-09 14:13:40 +00:00
Richard M. Stallman
ca2de34225 (Fprin1_to_string): Instead of gcpro, set abort_on_gc.
Bind Qinhibit_modification_hooks to t so there will be no GC.
Rename local `tem' to `save_deactivate_mark'.
2003-05-09 14:03:51 +00:00
Richard M. Stallman
611a8f8c1f (specpdl_ptr): Declare volatile.
(unbind_to): Copy the whole binding and decrement specpdl_ptr
before doing the work of unbinding it.
2003-05-09 14:01:12 +00:00
Richard M. Stallman
4e91a530f9 (struct specbinding): Declare elements volatile.
(specpdl_ptr): Declare volatile.
2003-05-09 13:58:38 +00:00
Richard M. Stallman
ecc4e8e0b5 (alloca.o): Specify -DDO_BLOCK_INPUT in compiling. 2003-05-09 13:54:51 +00:00
Richard M. Stallman
46158a353b Test DO_BLOCK_INPUT rather than `emacs'
for use of BLOCK_INPUT and inclusion of lisp.h and blockinput.h.
2003-05-09 13:54:14 +00:00
Stefan Monnier
75e2fcb63a Use the original buffer-name as `base' in place of the
nondirectory part of the file name.
(uniquify-rationalize-file-buffer-names):
Split the `newbuffile' arg into `base' and `dirname'.
Reuse old uniquify-items to avoid recomputing their base&dirname.
(uniquify-buffer-file-name): Only return the directory part.
(uniquify-rerationalize-w/o-cb): Don't bother reseting proposed names.
(rename-buffer): Use the `newname' arg as base.
(create-file-buffer): Split the file name into base and dirname.
2003-05-09 13:21:05 +00:00
Juanma Barranquero
9b60c729b4 (smtpmail-send-queued-mail): Don't use kill-line. 2003-05-08 22:16:39 +00:00
Stefan Monnier
568ec71d65 *** empty log message *** 2003-05-08 20:52:23 +00:00
Stefan Monnier
f153cb52f8 (vc-cvs-register, vc-cvs-checkin, vc-cvs-find-version, vc-cvs-diff)
(vc-cvs-diff-tree, vc-cvs-checkout): Use vc-switches.
(vc-cvs-revert): Undo patch committed 2003-05-08T20:08:12Z!monnier@iro.umontreal.ca.
2003-05-08 20:44:50 +00:00
Stefan Monnier
cc47c6c183 (vc-cvs-dired-state-info): Typo. 2003-05-08 20:08:12 +00:00
Glenn Morris
f0aa2e2187 (diary-mail-entries): Use call-interactively. 2003-05-08 19:52:47 +00:00
Glenn Morris
72702c85fb *** empty log message *** 2003-05-08 19:51:49 +00:00
Stefan Monnier
c3c140d6f3 (uniquify-after-kill-buffer-p): Fix misleading docstring.
(uniquify-make-item): Make `proposed' optional.
(uniquify-rationalize-file-buffer-names): Don't compute the
initial proposed name.
(uniquify-buffer-file-name): Remove dead code.
(uniquify-strip-common-suffix): New var.
(uniquify-rationalize): Always recompute initial proposed name.
Strip common suffix if requested.
2003-05-08 19:39:32 +00:00
Glenn Morris
61d094deb5 (diary-pull-attrs): Make ret-attr', attr' local.
(list-diary-entries): Make `temp' local.
(fancy-diary-display): Make `marks', `temp-face', `faceinfo' local.
(diary-mail-entries): There is no fancy-diary-buffer if there are
no diary entries.
(mark-diary-entries): Make `temp' local.
(mark-sexp-diary-entries): Make `marks' local, remove `temp'.
(list-sexp-diary-entries): Make `temp' local.
(add-to-diary-list): Make `prefix' local.
2003-05-08 19:34:49 +00:00
Stefan Monnier
3e6bab6512 (vc-rcs-register, vc-rcs-checkin, vc-rcs-checkout)
(vc-rcs-find-version, vc-rcs-diff): Use vc-switches.
2003-05-08 19:24:56 +00:00
Stefan Monnier
dc0f87c9f5 (vc-sccs-register, vc-sccs-checkin)
(vc-sccs-find-version, vc-sccs-checkout, vc-sccs-diff): Use vc-switches.
(vc-sccs-register): Remove unused var `|'.
2003-05-08 19:18:33 +00:00