]> code.delx.au - gnu-emacs/log
gnu-emacs
21 years agoRemove stray text at the end of the file.
Eli Zaretskii [Sat, 10 May 2003 09:30:24 +0000 (09:30 +0000)]
Remove stray text at the end of the file.

21 years ago(fancy-splash-default-action): Fix docstring.
Juanma Barranquero [Fri, 9 May 2003 22:52:41 +0000 (22:52 +0000)]
(fancy-splash-default-action): Fix docstring.

21 years ago(smtpmail-send-queued-mail): Use point-at-bol instead of forward-line.
Juanma Barranquero [Fri, 9 May 2003 22:51:21 +0000 (22:51 +0000)]
(smtpmail-send-queued-mail): Use point-at-bol instead of forward-line.

21 years agoRemove annoying $Id$ tag.
Stefan Monnier [Fri, 9 May 2003 22:37:44 +0000 (22:37 +0000)]
Remove annoying $Id$ tag.

21 years ago(comment-indent): Be more careful when inserting
Stefan Monnier [Fri, 9 May 2003 20:09:04 +0000 (20:09 +0000)]
(comment-indent): Be more careful when inserting
the space, and insert it before setting `begpos'.

21 years ago(vc-mcvs-stay-local): Remove unused var.
Stefan Monnier [Fri, 9 May 2003 17:05:40 +0000 (17:05 +0000)]
(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.

21 years ago(vc-svn-rename-file): New fun.
Stefan Monnier [Fri, 9 May 2003 16:41:19 +0000 (16:41 +0000)]
(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.

21 years agoNew backend functions `delete-file' and `repository-hostname'.
Stefan Monnier [Fri, 9 May 2003 16:33:10 +0000 (16:33 +0000)]
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.

21 years ago(cvs-mode-find-file): Fixed the last patch's logic.
Sam Steingold [Fri, 9 May 2003 15:59:02 +0000 (15:59 +0000)]
(cvs-mode-find-file): Fixed the last patch's logic.

21 years ago(vc-mcvs-stay-local): Remove unused var.
Stefan Monnier [Fri, 9 May 2003 14:35:51 +0000 (14:35 +0000)]
(vc-mcvs-stay-local): Remove unused var.

21 years ago(vc-cvs-mode-line-string): Use vc-default-mode-line-string.
Stefan Monnier [Fri, 9 May 2003 14:32:01 +0000 (14:32 +0000)]
(vc-cvs-mode-line-string): Use vc-default-mode-line-string.
(vc-cvs-delete-file, vc-cvs-rename-file): New functions.

21 years ago(vc-svn-rename-file): New fun.
Stefan Monnier [Fri, 9 May 2003 14:13:40 +0000 (14:13 +0000)]
(vc-svn-rename-file): New fun.
(vc-svn-diff): Correctly check svn's return status.

21 years ago(Fprin1_to_string): Instead of gcpro, set abort_on_gc.
Richard M. Stallman [Fri, 9 May 2003 14:03:51 +0000 (14:03 +0000)]
(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'.

21 years ago(specpdl_ptr): Declare volatile.
Richard M. Stallman [Fri, 9 May 2003 14:01:12 +0000 (14:01 +0000)]
(specpdl_ptr): Declare volatile.
(unbind_to): Copy the whole binding and decrement specpdl_ptr
before doing the work of unbinding it.

21 years ago(struct specbinding): Declare elements volatile.
Richard M. Stallman [Fri, 9 May 2003 13:58:38 +0000 (13:58 +0000)]
(struct specbinding): Declare elements volatile.
(specpdl_ptr): Declare volatile.

21 years ago(alloca.o): Specify -DDO_BLOCK_INPUT in compiling.
Richard M. Stallman [Fri, 9 May 2003 13:54:51 +0000 (13:54 +0000)]
(alloca.o): Specify -DDO_BLOCK_INPUT in compiling.

21 years agoTest DO_BLOCK_INPUT rather than `emacs'
Richard M. Stallman [Fri, 9 May 2003 13:54:14 +0000 (13:54 +0000)]
Test DO_BLOCK_INPUT rather than `emacs'
for use of BLOCK_INPUT and inclusion of lisp.h and blockinput.h.

21 years agoUse the original buffer-name as `base' in place of the
Stefan Monnier [Fri, 9 May 2003 13:21:05 +0000 (13:21 +0000)]
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.

21 years ago(smtpmail-send-queued-mail): Don't use kill-line.
Juanma Barranquero [Thu, 8 May 2003 22:16:39 +0000 (22:16 +0000)]
(smtpmail-send-queued-mail): Don't use kill-line.

21 years ago*** empty log message ***
Stefan Monnier [Thu, 8 May 2003 20:52:23 +0000 (20:52 +0000)]
*** empty log message ***

21 years ago(vc-cvs-register, vc-cvs-checkin, vc-cvs-find-version, vc-cvs-diff)
Stefan Monnier [Thu, 8 May 2003 20:44:50 +0000 (20:44 +0000)]
(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.

21 years ago(vc-cvs-dired-state-info): Typo.
Stefan Monnier [Thu, 8 May 2003 20:08:12 +0000 (20:08 +0000)]
(vc-cvs-dired-state-info): Typo.

21 years ago(diary-mail-entries): Use call-interactively.
Glenn Morris [Thu, 8 May 2003 19:52:47 +0000 (19:52 +0000)]
(diary-mail-entries): Use call-interactively.

21 years ago*** empty log message ***
Glenn Morris [Thu, 8 May 2003 19:51:49 +0000 (19:51 +0000)]
*** empty log message ***

21 years ago(uniquify-after-kill-buffer-p): Fix misleading docstring.
Stefan Monnier [Thu, 8 May 2003 19:39:32 +0000 (19:39 +0000)]
(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.

21 years ago(diary-pull-attrs): Make `ret-attr', `attr' local.
Glenn Morris [Thu, 8 May 2003 19:34:49 +0000 (19:34 +0000)]
(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.

21 years ago(vc-rcs-register, vc-rcs-checkin, vc-rcs-checkout)
Stefan Monnier [Thu, 8 May 2003 19:24:56 +0000 (19:24 +0000)]
(vc-rcs-register, vc-rcs-checkin, vc-rcs-checkout)
(vc-rcs-find-version, vc-rcs-diff): Use vc-switches.

21 years ago(vc-sccs-register, vc-sccs-checkin)
Stefan Monnier [Thu, 8 May 2003 19:18:33 +0000 (19:18 +0000)]
(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 `|'.

21 years ago(vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-find-version)
Stefan Monnier [Thu, 8 May 2003 19:01:04 +0000 (19:01 +0000)]
(vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-find-version)
(vc-mcvs-checkout, vc-mcvs-diff, vc-mcvs-diff-tree): Use vc-switches.

21 years ago(vc-svn-dired-state-info): Use `added' for added files and
Stefan Monnier [Thu, 8 May 2003 18:31:21 +0000 (18:31 +0000)]
(vc-svn-dired-state-info): Use `added' for added files and
don't use `concat' unnecessarily.  Remove impossible cases.
(vc-svn-register, vc-svn-find-version, vc-svn-diff-tree):
Use vc-switches.
(vc-svn-checkin): Use vc-switches.  Fix up regexp.
(vc-svn-diff): Use vc-switches.
Don't return 0 for newly added empty files.
Don't use svn's return status.
(vc-svn-parse-status): Recognize copied files as well.
Use the last-modified revision for workfile-version.

21 years ago(vc-mcvs-read): Don't require `file' to exist.
Stefan Monnier [Thu, 8 May 2003 18:25:09 +0000 (18:25 +0000)]
(vc-mcvs-read): Don't require `file' to exist.
(vc-mcvs-diff): Don't return 0 for newly added empty files.

21 years ago(vc-cvs-dired-state-info): Use `added' for added files and
Stefan Monnier [Thu, 8 May 2003 18:23:53 +0000 (18:23 +0000)]
(vc-cvs-dired-state-info): Use `added' for added files and
don't use `concat' unnecessarily.  Remove impossible cases.
(vc-cvs-diff): Don't return 0 for newly added empty files.
(vc-cvs-stay-local-p): Simplify.

21 years ago*** empty log message ***
Dave Love [Thu, 8 May 2003 17:54:14 +0000 (17:54 +0000)]
*** empty log message ***

21 years ago(Vlast_coding_system_used): Doc fix.
Dave Love [Thu, 8 May 2003 17:49:05 +0000 (17:49 +0000)]
(Vlast_coding_system_used): Doc fix.

21 years ago(vc-default-workfile-unchanged-p): Pass nil
Stefan Monnier [Thu, 8 May 2003 17:45:08 +0000 (17:45 +0000)]
(vc-default-workfile-unchanged-p): Pass nil
rather than (vc-workfile-version file) to diff.

21 years ago(with-vc-properties, with-vc-file, edit-vc-file):
Stefan Monnier [Thu, 8 May 2003 17:41:16 +0000 (17:41 +0000)]
(with-vc-properties, with-vc-file, edit-vc-file):
Add `declare's for debugging and indentation.
(vc-do-command): Use `remq'.
(vc-buffer-context): Remove unused var `curbuf'.
(vc-next-action-dired): Remove unused var `dired-dir'.
(vc-switches): New fun.
(vc-diff-switches-list): Use it.
(vc-dired-hook): Remove unused var `cvs-dir'.
(vc-dired-purge): Remove unused var `subdir'.
(vc-cancel-version): Remove unused var `config'.
(vc-rename-master): Use dolist iso mapcar.
(vc-rename-file): Remove redundant tests.
Clear the properties of the old file name.
(vc-annotate): Pass the complete filename to `annotate-command'.
(vc-annotate-lines): Remove unused var `overlay'.

21 years agotest in trunc
Rudy Gevaert [Thu, 8 May 2003 14:29:59 +0000 (14:29 +0000)]
test in trunc

21 years agobleh
Rudy Gevaert [Thu, 8 May 2003 14:24:17 +0000 (14:24 +0000)]
bleh

21 years agotesting -r
Rudy Gevaert [Thu, 8 May 2003 14:14:54 +0000 (14:14 +0000)]
testing -r

21 years agoblah
Rudy Gevaert [Thu, 8 May 2003 14:07:10 +0000 (14:07 +0000)]
blah

21 years agotesting
Rudy Gevaert [Thu, 8 May 2003 14:03:14 +0000 (14:03 +0000)]
testing

21 years agotesting log_accum script
Rudy Gevaert [Thu, 8 May 2003 14:01:40 +0000 (14:01 +0000)]
testing log_accum script

21 years ago(Ffile_symlink_p): Let handlers handle symlinks even
Jason Rumney [Wed, 7 May 2003 22:14:01 +0000 (22:14 +0000)]
(Ffile_symlink_p): Let handlers handle symlinks even
when system does not support them.

21 years ago*** empty log message ***
Juanma Barranquero [Wed, 7 May 2003 22:12:02 +0000 (22:12 +0000)]
*** empty log message ***

21 years ago(insert-file-contents-literally): Allow it to be called within a magic file name
Juanma Barranquero [Wed, 7 May 2003 21:58:24 +0000 (21:58 +0000)]
(insert-file-contents-literally): Allow it to be called within a magic file name
handler.

21 years ago(uniquify-rationalize-file-buffer-names):
Stefan Monnier [Wed, 7 May 2003 21:56:43 +0000 (21:56 +0000)]
(uniquify-rationalize-file-buffer-names):
Don't uniquify if there is no filename.

21 years ago(rfc2047-header-encoding-alist): Add Followup-To.
Dave Love [Wed, 7 May 2003 17:27:31 +0000 (17:27 +0000)]
(rfc2047-header-encoding-alist): Add Followup-To.
(rfc2047-encode-message-header): Fold when encoding not necessary.
(rfc2047-encode-region): Skip \n as whitespace.
(rfc2047-fold-region): Fix whitespace regexps.  Don't break just
after the header name.
(rfc2047-unfold-region): Fix regexp and whitespace-skipping.

21 years ago(find-file-hook, find-file-not-found-hook): Don't use the old ...-hooks.
Stefan Monnier [Wed, 7 May 2003 17:22:28 +0000 (17:22 +0000)]
(find-file-hook, find-file-not-found-hook): Don't use the old ...-hooks.

21 years agoConsistently use buffer-file-name variable rather than function.
Stefan Monnier [Wed, 7 May 2003 17:20:29 +0000 (17:20 +0000)]
Consistently use buffer-file-name variable rather than function.
(vc-handled-backends): Add SVN and MCVS.
(vc-mode-line): Call vc-backend only once.

21 years ago*** empty log message ***
Stefan Monnier [Wed, 7 May 2003 16:18:06 +0000 (16:18 +0000)]
*** empty log message ***

21 years ago(uniquify-rationalize): New fun. Store the fix-list in uniquify-managed.
Stefan Monnier [Wed, 7 May 2003 16:03:14 +0000 (16:03 +0000)]
(uniquify-rationalize): New fun.  Store the fix-list in uniquify-managed.
(uniquify-rationalize-file-buffer-names): Use it and make the args
non-optional (i.e. don't support "re-rationalize all" any more).
(uniquify-rerationalize-w/o-cb): New fun.
(uniquify-maybe-rerationalize-w/o-cb): Use it to rerationalize
immediately and only the relevant buffers.
Merged from uniquify-delay-rationalize-file-buffer-names and
uniquify-delayed-rationalize-file-buffer-names.
(kill-buffer-hook, rename-buffer): Use it.

21 years ago(uniquify-item, uniquify-get-proposed-name)
Stefan Monnier [Wed, 7 May 2003 15:53:08 +0000 (15:53 +0000)]
(uniquify-item, uniquify-get-proposed-name)
(uniquify-rationalize-conflicting-sublist): Rename filename -> dirname.

21 years agoRegenerated.
Markus Rost [Tue, 6 May 2003 18:47:39 +0000 (18:47 +0000)]
Regenerated.

21 years ago*** empty log message ***
Juanma Barranquero [Tue, 6 May 2003 17:57:43 +0000 (17:57 +0000)]
*** empty log message ***

21 years ago(setenv): Don't quote nil and t in docstrings.
Juanma Barranquero [Tue, 6 May 2003 17:54:41 +0000 (17:54 +0000)]
(setenv): Don't quote nil and t in docstrings.

21 years ago(mouse-wheel-scroll-amount): Don't quote nil and t in docstrings.
Juanma Barranquero [Tue, 6 May 2003 17:54:12 +0000 (17:54 +0000)]
(mouse-wheel-scroll-amount): Don't quote nil and t in docstrings.

21 years ago(ps-zebra-stripe-follow): Don't quote nil and t in docstrings.
Juanma Barranquero [Tue, 6 May 2003 17:53:37 +0000 (17:53 +0000)]
(ps-zebra-stripe-follow): Don't quote nil and t in docstrings.

21 years ago(newline): Don't quote nil and t in docstrings.
Juanma Barranquero [Tue, 6 May 2003 17:52:20 +0000 (17:52 +0000)]
(newline): Don't quote nil and t in docstrings.

21 years ago(skeleton-autowrap, skeleton-untabify, skeleton-newline-indent-rigidly)
Juanma Barranquero [Tue, 6 May 2003 17:51:08 +0000 (17:51 +0000)]
(skeleton-autowrap, skeleton-untabify, skeleton-newline-indent-rigidly)
(skeleton-insert, skeleton-read): Don't quote nil and t in docstrings.

21 years ago(type-break-good-rest-interval, type-break-query-mode)
Juanma Barranquero [Tue, 6 May 2003 17:50:17 +0000 (17:50 +0000)]
(type-break-good-rest-interval, type-break-query-mode)
(type-break-query-function, type-break-mode-line-message-mode): Don't quote nil
and t in docstrings.

21 years ago(popup-dialog-box): Don't quote nil and t in docstrings.
Juanma Barranquero [Tue, 6 May 2003 17:49:24 +0000 (17:49 +0000)]
(popup-dialog-box): Don't quote nil and t in docstrings.

21 years ago(buffer-syntactic-context): Don't quote nil and t in docstrings.
Juanma Barranquero [Tue, 6 May 2003 17:48:39 +0000 (17:48 +0000)]
(buffer-syntactic-context): Don't quote nil and t in docstrings.

21 years ago(mail-directory-function, mail-directory-requery, mail-directory): Don't quote
Juanma Barranquero [Tue, 6 May 2003 17:48:06 +0000 (17:48 +0000)]
(mail-directory-function, mail-directory-requery, mail-directory): Don't quote
nil and t in docstrings.

21 years ago(rmail-primary-inbox-list): Don't quote nil and t in docstrings.
Juanma Barranquero [Tue, 6 May 2003 17:47:18 +0000 (17:47 +0000)]
(rmail-primary-inbox-list): Don't quote nil and t in docstrings.

21 years ago(rlogin-process-connection-type): Don't quote nil and t in docstrings.
Juanma Barranquero [Tue, 6 May 2003 17:46:28 +0000 (17:46 +0000)]
(rlogin-process-connection-type): Don't quote nil and t in docstrings.

21 years ago(decipher-ignore-spaces): Don't quote nil and t in docstrings.
Juanma Barranquero [Tue, 6 May 2003 17:45:50 +0000 (17:45 +0000)]
(decipher-ignore-spaces): Don't quote nil and t in docstrings.

21 years ago(mpuz-silent): Don't quote nil and t in docstrings.
Juanma Barranquero [Tue, 6 May 2003 17:45:00 +0000 (17:45 +0000)]
(mpuz-silent): Don't quote nil and t in docstrings.

21 years ago(c-lineup-argcont, c-lineup-gcc-asm-reg): Don't quote nil and t in docstrings.
Juanma Barranquero [Tue, 6 May 2003 17:44:11 +0000 (17:44 +0000)]
(c-lineup-argcont, c-lineup-gcc-asm-reg): Don't quote nil and t in docstrings.

21 years ago(cperl-lineup): Don't quote nil and t in docstrings.
Juanma Barranquero [Tue, 6 May 2003 17:43:22 +0000 (17:43 +0000)]
(cperl-lineup): Don't quote nil and t in docstrings.

21 years ago(cpp-edit-list): Don't quote nil and t in docstrings.
Juanma Barranquero [Tue, 6 May 2003 17:41:48 +0000 (17:41 +0000)]
(cpp-edit-list): Don't quote nil and t in docstrings.

21 years ago(idlwave-complete-special): Don't quote nil and t in docstrings.
Juanma Barranquero [Tue, 6 May 2003 17:40:52 +0000 (17:40 +0000)]
(idlwave-complete-special): Don't quote nil and t in docstrings.

21 years ago(tcl-explain-indentation): Don't quote nil and t in docstrings.
Juanma Barranquero [Tue, 6 May 2003 17:39:21 +0000 (17:39 +0000)]
(tcl-explain-indentation): Don't quote nil and t in docstrings.

21 years ago(allout-auto-activation, allout-use-mode-specific-leader)
Juanma Barranquero [Tue, 6 May 2003 17:38:32 +0000 (17:38 +0000)]
(allout-auto-activation, allout-use-mode-specific-leader)
(allout-reindent-bodies, allout-unprotected): Don't quote nil and t in
docstrings.

21 years ago(case, typecase): Don't quote nil and t in docstrings.
Juanma Barranquero [Tue, 6 May 2003 17:37:04 +0000 (17:37 +0000)]
(case, typecase): Don't quote nil and t in docstrings.

21 years ago(eldoc-echo-area-use-multiline-p): Don't quote nil and t in docstrings.
Juanma Barranquero [Tue, 6 May 2003 17:36:16 +0000 (17:36 +0000)]
(eldoc-echo-area-use-multiline-p): Don't quote nil and t in docstrings.

21 years ago(compile-internal): Don't quote nil and t in docstrings.
Juanma Barranquero [Tue, 6 May 2003 17:35:37 +0000 (17:35 +0000)]
(compile-internal): Don't quote nil and t in docstrings.

21 years ago(gnus-article-mime-match-handle-function): Don't quote nil and t in docstrings.
Juanma Barranquero [Tue, 6 May 2003 17:33:21 +0000 (17:33 +0000)]
(gnus-article-mime-match-handle-function): Don't quote nil and t in docstrings.

21 years ago(gnus-score-lower-thread): Don't quote nil and t in docstrings.
Juanma Barranquero [Tue, 6 May 2003 17:31:31 +0000 (17:31 +0000)]
(gnus-score-lower-thread): Don't quote nil and t in docstrings.

21 years ago(gnus-group-parameters): Don't quote nil and t in docstrings.
Juanma Barranquero [Tue, 6 May 2003 17:30:13 +0000 (17:30 +0000)]
(gnus-group-parameters): Don't quote nil and t in docstrings.

21 years agoRemoved an erroneous comment.
Lute Kamstra [Tue, 6 May 2003 15:35:58 +0000 (15:35 +0000)]
Removed an erroneous comment.
(hl-line-mode): Use buffer local hooks.
(global-hl-line-mode): Turn local modes on unconditionally.
(hl-line-highlight): Comment fix.

21 years ago(imenu--generic-function): Use font-lock-defaults
Stefan Monnier [Tue, 6 May 2003 15:16:27 +0000 (15:16 +0000)]
(imenu--generic-function): Use font-lock-defaults
case setting if imenu-case-fold-search is not locally set.

21 years ago(comment-normalize-vars): Add docstring.
Stefan Monnier [Tue, 6 May 2003 14:55:56 +0000 (14:55 +0000)]
(comment-normalize-vars): Add docstring.

21 years ago(uniquify-managed): New var.
Stefan Monnier [Tue, 6 May 2003 14:29:39 +0000 (14:29 +0000)]
(uniquify-managed): New var.
(uniquify-rationalize-file-buffer-names, rename-buffer): Use it and set
it to prevent accidental renaming of unrelated buffers.
(uniquify-delay-rationalize-file-buffer-names): Use it to avoid
the cost of uniquify when killing unrelated buffers.

21 years ago(comment-set-column, comment-kill, comment-or-uncomment-region):
Stefan Monnier [Tue, 6 May 2003 14:06:34 +0000 (14:06 +0000)]
(comment-set-column, comment-kill, comment-or-uncomment-region):
Call comment-normalize-vars since these functions are autoloaded.

21 years ago(ad-make-advised-docstring): Adjust usage for new help-add-fundoc-usage.
Stefan Monnier [Tue, 6 May 2003 13:58:30 +0000 (13:58 +0000)]
(ad-make-advised-docstring): Adjust usage for new help-add-fundoc-usage.

21 years ago(help-add-fundoc-usage): Use t for "no arglist".
Stefan Monnier [Tue, 6 May 2003 13:54:21 +0000 (13:54 +0000)]
(help-add-fundoc-usage): Use t for "no arglist".

21 years ago(comment-search-forward): Delete autoload cookie.
Richard M. Stallman [Tue, 6 May 2003 10:40:35 +0000 (10:40 +0000)]
(comment-search-forward): Delete autoload cookie.

21 years ago(byte-compile-file): Fix comment
Kenichi Handa [Tue, 6 May 2003 05:10:59 +0000 (05:10 +0000)]
(byte-compile-file): Fix comment

21 years ago(revert-buffer): Comment fixed.
Kenichi Handa [Tue, 6 May 2003 05:08:57 +0000 (05:08 +0000)]
(revert-buffer): Comment fixed.

21 years ago(archive-set-buffer-as-visiting-file): Use
Kenichi Handa [Tue, 6 May 2003 05:08:32 +0000 (05:08 +0000)]
(archive-set-buffer-as-visiting-file): Use
after-insert-file-set-coding, not
after-insert-file-set-buffer-file-coding-system.

21 years ago*** empty log message ***
Kenichi Handa [Tue, 6 May 2003 04:37:49 +0000 (04:37 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Kenichi Handa [Tue, 6 May 2003 02:50:01 +0000 (02:50 +0000)]
*** empty log message ***

21 years ago(dired-find-file): Bind find-file-run-dired around the call to find-file.
Richard M. Stallman [Mon, 5 May 2003 21:22:13 +0000 (21:22 +0000)]
(dired-find-file): Bind find-file-run-dired around the call to find-file.

21 years ago*** empty log message ***
Stefan Monnier [Mon, 5 May 2003 19:13:41 +0000 (19:13 +0000)]
*** empty log message ***

21 years ago(Qwrite_region_annotate_functions): New var.
Stefan Monnier [Mon, 5 May 2003 18:13:08 +0000 (18:13 +0000)]
(Qwrite_region_annotate_functions): New var.
(build_annotations): Use it to process the global part of the hook.
(syms_of_fileio): Init and staticpro it.

21 years ago(map_keymap): Doc fix.
Stefan Monnier [Mon, 5 May 2003 18:06:03 +0000 (18:06 +0000)]
(map_keymap): Doc fix.

21 years ago*** empty log message ***
Stefan Monnier [Mon, 5 May 2003 17:07:28 +0000 (17:07 +0000)]
*** empty log message ***

21 years ago(uniquify-buffer-name-style, uniquify-after-kill-buffer-p)
Stefan Monnier [Mon, 5 May 2003 16:55:38 +0000 (16:55 +0000)]
(uniquify-buffer-name-style, uniquify-after-kill-buffer-p)
(uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
(uniquify-min-dir-content, uniquify-separator, uniquify-trailing-separator-p):
Remove redundant group specification.
(uniquify-file-name-nondirectory): Delete.
(uniquify-rationalize-file-buffer-names): Simplify.
Use directory names as `filename' component of uniquify-item.
(uniquify-get-proposed-name): Adjust now that `filename' does not
include `base'.

21 years agoNo font-lock warning for parentheses in column zero in 21.3
Glenn Morris [Mon, 5 May 2003 16:39:58 +0000 (16:39 +0000)]
No font-lock warning for parentheses in column zero in 21.3

21 years ago--color not available in version 21.3
Glenn Morris [Mon, 5 May 2003 16:34:16 +0000 (16:34 +0000)]
--color not available in version 21.3