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
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
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
Stefan Monnier
d011ca0f9b
(vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-find-version)
...
(vc-mcvs-checkout, vc-mcvs-diff, vc-mcvs-diff-tree): Use vc-switches.
2003-05-08 19:01:04 +00:00
Stefan Monnier
fd14074395
(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.
2003-05-08 18:31:21 +00:00
Stefan Monnier
1207c9d254
(vc-mcvs-read): Don't require `file' to exist.
...
(vc-mcvs-diff): Don't return 0 for newly added empty files.
2003-05-08 18:25:09 +00:00
Stefan Monnier
7837647476
(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.
2003-05-08 18:23:53 +00:00
Dave Love
347003be13
*** empty log message ***
2003-05-08 17:54:14 +00:00
Stefan Monnier
2a3897f5cc
(vc-default-workfile-unchanged-p): Pass nil
...
rather than (vc-workfile-version file) to diff.
2003-05-08 17:45:08 +00:00
Stefan Monnier
b4e4e3a832
(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'.
2003-05-08 17:41:16 +00:00
Juanma Barranquero
81404d64b3
*** empty log message ***
2003-05-07 22:12:02 +00:00
Juanma Barranquero
cdec2ad721
(insert-file-contents-literally): Allow it to be called within a magic file name
...
handler.
2003-05-07 21:58:24 +00:00
Stefan Monnier
ad599c1193
(uniquify-rationalize-file-buffer-names):
...
Don't uniquify if there is no filename.
2003-05-07 21:56:43 +00:00
Dave Love
c6e26ce2e4
(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.
2003-05-07 17:27:31 +00:00
Stefan Monnier
be4d6a6fb6
(find-file-hook, find-file-not-found-hook): Don't use the old ...-hooks.
2003-05-07 17:22:28 +00:00
Stefan Monnier
5232a436d6
Consistently use buffer-file-name variable rather than function.
...
(vc-handled-backends): Add SVN and MCVS.
(vc-mode-line): Call vc-backend only once.
2003-05-07 17:20:29 +00:00
Stefan Monnier
766f275a71
*** empty log message ***
2003-05-07 16:18:06 +00:00
Stefan Monnier
518e35e6d1
(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.
2003-05-07 16:03:14 +00:00
Stefan Monnier
bf0e40d484
(uniquify-item, uniquify-get-proposed-name)
...
(uniquify-rationalize-conflicting-sublist): Rename filename -> dirname.
2003-05-07 15:53:08 +00:00
Markus Rost
0c72a1a22d
Regenerated.
2003-05-06 18:47:39 +00:00
Juanma Barranquero
64dc28b0c7
*** empty log message ***
2003-05-06 17:57:43 +00:00
Juanma Barranquero
b71038b25c
(setenv): Don't quote nil and t in docstrings.
2003-05-06 17:54:41 +00:00
Juanma Barranquero
41bbbdce51
(mouse-wheel-scroll-amount): Don't quote nil and t in docstrings.
2003-05-06 17:54:12 +00:00
Juanma Barranquero
d730a5ac5f
(ps-zebra-stripe-follow): Don't quote nil and t in docstrings.
2003-05-06 17:53:37 +00:00
Juanma Barranquero
6688f85fc7
(newline): Don't quote nil and t in docstrings.
2003-05-06 17:52:20 +00:00
Juanma Barranquero
4ba4c353a7
(skeleton-autowrap, skeleton-untabify, skeleton-newline-indent-rigidly)
...
(skeleton-insert, skeleton-read): Don't quote nil and t in docstrings.
2003-05-06 17:51:08 +00:00
Juanma Barranquero
ee6258ff77
(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.
2003-05-06 17:50:17 +00:00
Juanma Barranquero
74dfa72fa3
(popup-dialog-box): Don't quote nil and t in docstrings.
2003-05-06 17:49:24 +00:00
Juanma Barranquero
89a5038d51
(buffer-syntactic-context): Don't quote nil and t in docstrings.
2003-05-06 17:48:39 +00:00
Juanma Barranquero
25345117c2
(mail-directory-function, mail-directory-requery, mail-directory): Don't quote
...
nil and t in docstrings.
2003-05-06 17:48:06 +00:00
Juanma Barranquero
23a7c49510
(rmail-primary-inbox-list): Don't quote nil and t in docstrings.
2003-05-06 17:47:18 +00:00
Juanma Barranquero
5199cf98c8
(rlogin-process-connection-type): Don't quote nil and t in docstrings.
2003-05-06 17:46:28 +00:00
Juanma Barranquero
e7f32a7551
(decipher-ignore-spaces): Don't quote nil and t in docstrings.
2003-05-06 17:45:50 +00:00
Juanma Barranquero
8101c2f2e2
(mpuz-silent): Don't quote nil and t in docstrings.
2003-05-06 17:45:00 +00:00
Juanma Barranquero
8df8710233
(c-lineup-argcont, c-lineup-gcc-asm-reg): Don't quote nil and t in docstrings.
2003-05-06 17:44:11 +00:00
Juanma Barranquero
15ca56993e
(cperl-lineup): Don't quote nil and t in docstrings.
2003-05-06 17:43:22 +00:00
Juanma Barranquero
d7e170b3d2
(cpp-edit-list): Don't quote nil and t in docstrings.
2003-05-06 17:41:48 +00:00
Juanma Barranquero
33b522e057
(idlwave-complete-special): Don't quote nil and t in docstrings.
2003-05-06 17:40:52 +00:00
Juanma Barranquero
dccab430bb
(tcl-explain-indentation): Don't quote nil and t in docstrings.
2003-05-06 17:39:21 +00:00
Juanma Barranquero
24190da583
(allout-auto-activation, allout-use-mode-specific-leader)
...
(allout-reindent-bodies, allout-unprotected): Don't quote nil and t in
docstrings.
2003-05-06 17:38:32 +00:00
Juanma Barranquero
a8ea72a078
(case, typecase): Don't quote nil and t in docstrings.
2003-05-06 17:37:04 +00:00
Juanma Barranquero
66d0d12c98
(eldoc-echo-area-use-multiline-p): Don't quote nil and t in docstrings.
2003-05-06 17:36:16 +00:00
Juanma Barranquero
08815e25e5
(compile-internal): Don't quote nil and t in docstrings.
2003-05-06 17:35:37 +00:00
Juanma Barranquero
f20b2f5cf3
(gnus-article-mime-match-handle-function): Don't quote nil and t in docstrings.
2003-05-06 17:33:21 +00:00
Juanma Barranquero
03c1a35efa
(gnus-score-lower-thread): Don't quote nil and t in docstrings.
2003-05-06 17:31:31 +00:00
Juanma Barranquero
a4f5043f63
(gnus-group-parameters): Don't quote nil and t in docstrings.
2003-05-06 17:30:13 +00:00
Lute Kamstra
9df382fe16
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.
2003-05-06 15:35:58 +00:00
Stefan Monnier
95e60ff984
(imenu--generic-function): Use font-lock-defaults
...
case setting if imenu-case-fold-search is not locally set.
2003-05-06 15:16:27 +00:00
Stefan Monnier
0f21c5a0a6
(comment-normalize-vars): Add docstring.
2003-05-06 14:55:56 +00:00
Stefan Monnier
6b09e9c8da
(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.
2003-05-06 14:29:39 +00:00
Stefan Monnier
2abd030673
(comment-set-column, comment-kill, comment-or-uncomment-region):
...
Call comment-normalize-vars since these functions are autoloaded.
2003-05-06 14:06:34 +00:00
Stefan Monnier
824c61ddc6
(ad-make-advised-docstring): Adjust usage for new help-add-fundoc-usage.
2003-05-06 13:58:30 +00:00
Stefan Monnier
f8daddcffb
(help-add-fundoc-usage): Use t for "no arglist".
2003-05-06 13:54:21 +00:00
Richard M. Stallman
be5d837275
(comment-search-forward): Delete autoload cookie.
2003-05-06 10:40:35 +00:00
Kenichi Handa
844da0ff4c
(byte-compile-file): Fix comment
2003-05-06 05:10:59 +00:00
Kenichi Handa
e9cc41c898
(revert-buffer): Comment fixed.
2003-05-06 05:08:57 +00:00
Kenichi Handa
a38ac4c2d8
(archive-set-buffer-as-visiting-file): Use
...
after-insert-file-set-coding, not
after-insert-file-set-buffer-file-coding-system.
2003-05-06 05:08:32 +00:00
Kenichi Handa
590ef566ad
*** empty log message ***
2003-05-06 04:37:49 +00:00
Richard M. Stallman
59d18288fe
(dired-find-file): Bind find-file-run-dired around the call to find-file.
2003-05-05 21:22:13 +00:00
Stefan Monnier
b72cc2c3ba
*** empty log message ***
2003-05-05 17:07:28 +00:00
Stefan Monnier
54547ff5bf
(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'.
2003-05-05 16:55:38 +00:00
Stefan Monnier
02610d0eee
(vc-svn-merge): Forgot quotes.
2003-05-05 16:13:39 +00:00
Stefan Monnier
c217cb0452
(vc-svn-merge): First attempt.
2003-05-05 16:13:04 +00:00
Stefan Monnier
1468d75485
(vc-svn-merge-news): Adjust for subversion.
2003-05-05 16:06:10 +00:00
Stefan Monnier
478e7df5d0
(vc-svn-registered): Missing paren.
...
(vc-svn-diff-tree): Missing renaming.
2003-05-05 15:49:23 +00:00
Stefan Monnier
1fd3454a34
First cut at vc-svn.el.
2003-05-05 15:42:27 +00:00
John Paul Wallington
375d5635f9
(batch-update-autoloads): Call `update-directory-autoloads'.
2003-05-05 00:25:11 +00:00
Stefan Monnier
df05087018
Move provide to end of file.
...
(uniquify-ref-base, uniquify-ref-filename, uniquify-ref-buffer)
(uniquify-ref-proposed, uniquify-set-proposed): Remove.
(uniquify-item): New struct. Update users of uniquify-ref-*.
(uniquify-get-proposed-name, uniquify-rationalize-a-list):
Make `depth' optional.
(uniquify-non-file-buffer-names): Remove.
(uniquify-rationalize-file-buffer-names): Don't set it up.
Use uniquify-make-item and don't pass the now-optional depth.
(uniquify-rationalize-conflicting-sublist): Check the new buffer
name directly instead of relying on uniquify-non-file-buffer-names.
(uniquify-rename-buffer): Use with-current-buffer and pass
the `unique' arg to rename-buffer.
2003-05-04 21:30:25 +00:00
Juanma Barranquero
f33d0485dd
*** empty log message ***
2003-05-04 20:24:33 +00:00
Juanma Barranquero
6f9a2614e7
(ada-xemacs): Variable removed, since it's better to use (featurep 'xemacs).
...
Removed warnings generated with Emacs 21.3.x (mostly by adding needed `require'
statements).
2003-05-04 19:55:38 +00:00
Juanma Barranquero
7abe197c30
(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'.
2003-05-04 19:54:00 +00:00
Nick Roberts
cff5bea0e5
*** empty log message ***
2003-05-04 19:30:19 +00:00
Nick Roberts
63d9d51cc5
Correct size for cleaner bitmaps.
2003-05-04 19:21:03 +00:00
Stefan Monnier
4a97caca5b
(vc-mcvs-mode-line-string): Fix thinko.
...
(vc-mcvs-rename-file): New function.
2003-05-04 18:38:31 +00:00
Richard M. Stallman
56eebc2963
(update-directory-autoloads): Renamed from
...
update-autoloads-from-directories.
2003-05-04 13:08:58 +00:00
Stefan Monnier
09dae035eb
(cl-map-keymap): Redefine as alias.
...
(cl-map-keymap-recursively): Use map-keymap.
(cl-macroexpand-all): Don't quote functions.
2003-05-04 00:44:25 +00:00
Stefan Monnier
0d7a020af5
(cl-map-keymap): Be careful with aliases.
2003-05-04 00:34:16 +00:00
Stefan Monnier
24c22ecf5a
(ad-get-enabled-advices, ad-special-forms)
...
(ad-arglist, ad-subr-arglist): Use push and match-string.
(ad-make-advised-docstring): Extract & reinsert the usage info.
2003-05-04 00:32:46 +00:00
Stefan Monnier
95734598cd
(help-add-fundoc-usage): Allow arglist to be a string.
2003-05-04 00:30:34 +00:00
Nick Roberts
d408a783f8
(breakpoint-enabled-icon, breakpoint-disabled-icon):
...
Include bitmap data for monochrome display.
(breakpoint-enabled-pbm-data, breakpoint-disabled-pbm-data):
New constants.
2003-05-03 22:20:57 +00:00
Nick Roberts
93e36c9cbf
*** empty log message ***
2003-05-03 21:55:09 +00:00
Richard M. Stallman
3f146b61a3
Updated page for dired.el.
2003-05-03 14:06:09 +00:00
Richard M. Stallman
c73fce9a2c
(cperl-nonoverridable-face): Doc fix.
2003-05-03 13:53:41 +00:00
Richard M. Stallman
8451b5e9c5
(mail-dont-send, mail-bury): Make ARG optional.
2003-05-03 13:52:57 +00:00
Richard M. Stallman
0d63ba8cd9
(Helper-return-blurb): Add defvar. (Also rearrange defuns.)
2003-05-03 13:52:17 +00:00
Richard M. Stallman
1f9d00ca8a
(uniquify-ignore-buffers-re): Change default to match some Gnus buffers.
2003-05-03 13:51:00 +00:00
Richard M. Stallman
78e4fe6980
(comment-search-forward): Add autoload cookie.
2003-05-03 13:50:14 +00:00
Richard M. Stallman
3ae4c5094b
(isearch-complete): Update isearch-message.
2003-05-03 13:49:47 +00:00
Richard M. Stallman
9f243b0d3d
(filesets-data): Add another defvar.
...
(filesets-verbosity): Doc fix.
2003-05-03 13:48:39 +00:00
Stefan Monnier
51241d96ea
Add a link to Meta-CVS home page.
2003-05-02 18:31:55 +00:00
Juanma Barranquero
46a75c30d0
(recentf-cleanup): Swap tests for exclusion and accessibility.
2003-05-02 12:16:46 +00:00
Richard M. Stallman
62cbacdefd
*** empty log message ***
2003-05-01 20:15:04 +00:00
Juanma Barranquero
74070f4c5e
Fix braino.
2003-05-01 11:36:31 +00:00
Juanma Barranquero
fa9ed3c573
*** empty log message ***
2003-05-01 11:21:58 +00:00
Juanma Barranquero
a3723f134b
(ls-lisp-format-file-size): New function to implement "-h" switch.
...
(ls-lisp-format): Use it.
2003-05-01 11:16:21 +00:00
Kenichi Handa
2bf07f07f7
(utf-translate-cjk-mode): Update the
...
second extra slot of the translation table
utf-translation-table-for-encode.
(mule-utf-8): Set the property translation-table-for-encode.
2003-05-01 04:39:07 +00:00
Stefan Monnier
6145460516
(cvs-mode-find-file): Don't complain if bound to a non-mouse event.
...
(cvs-vc-command-advice): Don't parse "cvs update -p" output.
2003-05-01 00:46:41 +00:00
Richard M. Stallman
ee0708734b
No longer has a maintainer.
2003-05-01 00:00:25 +00:00
Stefan Monnier
e3d2084cb1
(text-property-default-nonsticky): Add fill-space.
...
(fill-delete-newlines): Respect the new property.
(fill-newline): Use the property instead of leaving "spurious" spaces.
2003-04-30 21:01:05 +00:00
Stefan Monnier
dca6b77cab
(easy-menu-get-map): Correctly handle non-submap bindings.
2003-04-30 20:53:04 +00:00
Juanma Barranquero
d7acd77436
*** empty log message ***
2003-04-30 00:13:34 +00:00
Juanma Barranquero
85a2313482
(ada-stmt-add-to-ada-menu): Moved to ada-mode.el.
...
(ada-template-map): Merged with the keymap handling in ada-mode.el.
2003-04-29 23:44:43 +00:00
Juanma Barranquero
ce20e709a2
(ada-prj-add-keymap): Moved to ada-mode.el directly. Add dependency on
...
ada-xref.el to avoid compilation warnings.
(ada-prj-get-prj-dir): Removed, no longer needed.
2003-04-29 23:43:00 +00:00
Juanma Barranquero
c94ca9e0b3
(ada-gnatls-args): New variable. Add support for specifying arguments to
...
gnatls.
(ada-initialize-runtime-library): Properly parse "." in the output of gnatls.
(ada-add-keymap): Removed, since this is now done in ada-mode.el itself.
(ada-add-ada-menu): Likewise.
(ada-set-default-project-file): New parameter KEEP-EXISTING.
(ada-prj-find-prj-file): New parameter FILE.
(ada-parse-prj-file): Take into account the ADA_INCLUDE_PATH and
ADA_OBJECTS_PATH environment variables. Minor reorganization of the code
(ada-get-all-references): Add support for GNAT 3.16 cross-references.
2003-04-29 23:40:08 +00:00
Juanma Barranquero
f7a8090935
(ada-search-directories): Take into account ADA_INCLUDE_PATH for better
...
compatibility with GNAT.
(ada-contextual-menu): Menu defined through `easy-menu-define' instead. Various
adjustments to the indentation engine (handling of subtypes, begin blocks,
etc.).
(ada-create-menu): Major rewrite of the handling of menus to use
`easy-menu-define' for cleaner code and better compatibility with XEmacs. All
menus that were previously in ada-xref.el and ada-prj.el are now defined in this
package, which makes it easier to edit menus.
(ada-narrow-to-defun): Add support for `narrow-to-region'. No longer
explicitely load ada-xref.el and ada-prj.el. Use autoload statements instead.
2003-04-29 23:35:40 +00:00
Juanma Barranquero
f62ebc65ab
Added a comment explaining the various ways to save a game score on POSIX
...
systems.
(gamegrid-add-score-with-update-game-score): Use `cond' instead of `if'.
Provide for the case that FILE is an absolute filename. Create the directory
"$HOME/.emacs.d/games", if necessary.
2003-04-29 23:06:50 +00:00
Stefan Monnier
c789e60809
(isearch-complete1): Don't allocate unnecessarily.
...
(isearch-complete-edit): Adjust to Emacs-21's new minibuffer handling.
(isearch-update-ring): Use push.
2003-04-29 20:38:53 +00:00
Richard M. Stallman
fb09209524
*** empty log message ***
2003-04-29 05:36:19 +00:00
John Paul Wallington
6640c250eb
(byte-compile-cl-warn): Use `string-match'.
2003-04-29 02:56:25 +00:00
Dave Love
118861dfa8
(byte-compile-cl-warn): Avoid cl warnings
...
from caaar & al.
2003-04-28 22:05:17 +00:00
Karl Berry
dc1cc0f639
use Jan in ChangeLog entry header per rms
2003-04-28 14:07:13 +00:00
Kenichi Handa
60ec936706
Set coding-category-utf-16-be to
...
mule-utf-16-be-with-signature, coding-category-utf-16-le to
mule-utf-16-le-with-signature. Raise the priority of
coding-category-utf-8, coding-category-utf-16-be, and
coding-category-utf-16-le
2003-04-28 09:17:25 +00:00
Kenichi Handa
370bd9cfdb
(reset-language-environment): Raise the priority of mule-utf-8,
...
mule-utf-16-be-with-signature and mule-utf-16-le.-with-signature.
2003-04-28 09:16:19 +00:00
Juanma Barranquero
1b7a835ba3
*** empty log message ***
2003-04-27 11:24:59 +00:00
Juanma Barranquero
9d7ab3f0ee
(scroll-bar-drag-1): Replace beginning-of-line with vertical-motion.
2003-04-27 11:09:53 +00:00
Juanma Barranquero
1d1d1b1fe3
*** empty log message ***
2003-04-26 23:53:00 +00:00
Juanma Barranquero
be9e7056da
Major rewrite. The code is reordered, cleaner and faster.
...
Introduced new options to automatically cleanup the recent list,
and to handle filename transformation (for example to use true
filenames).
(recentf-version): New constant.
(recentf-save-file-header): Moved.
(recentf-data-cache): New variable.
(recentf-update-menu-p, recentf-initialized-p): Removed.
(recentf-menu-customization-changed): Moved. Doc fix.
(recentf-max-saved-items): Doc fix.
(recentf-save-file): Doc fix. No more expand filename here.
(recentf-exclude, recentf-menu-action)
(recentf-menu-filter): Doc fix.
(recentf-menu-append-commands-flag): Renamed from...
(recentf-menu-append-commands-p): Made obsolete.
(recentf-keep-non-readable-files-flag): Renamed from...
(recentf-keep-non-readable-files-p): Made obsolete.
(recentf-auto-cleanup, recentf-filename-handler): New options.
(recentf-string-equal, recentf-string-lessp)
(recentf-string-member): New functions.
(recentf-trunc-list): Moved.
(recentf-dump-variable): Moved. Better code and output format.
(recentf-auto-cleanup-timer): New variable.
(recentf-auto-cleanup): New function.
(recentf-push, recentf-expand-file-name): New functions.
(recentf-add-file): In-lined. Use above functions.
(recentf-remove-if-non-readable): In-lined. Expand file name.
(recentf-find-file): Use `recentf-remove-if-non-readable'.
(recentf-directory-compare): Moved. Use `recentf-string-equal'
and `recentf-string-lessp' to do comparisons.
(recentf-menu-items-for-commands)
(recentf-menu-filter-commands): Moved.
(recentf-elements, recentf-make-menu-element)
(recentf-menu-element-item, recentf-menu-element-value)
(recentf-set-menu-element-item, recentf-set-menu-element-value)
(recentf-sub-menu-element-p, recentf-make-default-menu-element)
(recentf-menu-elements): In-lined. Some doc fix.
(recentf-apply-menu-filter): Better code.
(recentf-make-menu-items): Doc fix. Use
`recentf-menu-append-commands-flag'.
(recentf-make-menu-item): In-lined. Better code.
(recentf-clear-data): New function.
(recentf-sort-ascending, recentf-sort-descending)
(recentf-sort-basenames-ascending)
(recentf-sort-basenames-descending)
(recentf-sort-directories-ascending)
(recentf-sort-directories-descending)
(recentf-show-basenames-ascending)
(recentf-show-basenames-descending: In-lined. Better code. Some
doc fix.
(recentf-show-basenames)
(recentf-relative-filter): Better code. Doc fix.
(recentf-arrange-by-rule-subfilter): Doc fix. Improved :set code.
(recentf-match-rule-p): Use filename instead of file-path.
(recentf-arrange-by-rule, recentf-build-mode-rules)
(recentf-arrange-by-mode, recentf-build-dir-rules)
(recentf-file-name-nondir)
(recentf-filter-changer-alist): Some doc fix and code cleanup.
(recentf-filter-changer-goto-next): Doc fix. Call
`recentf-clear-data'.
(recentf-filter-changer-get-current)
(recentf-filter-changer-get-next): In-lined. Doc fix and better
code.
(recentf-filter-changer): Doc fix and better code.
(recentf-cancel-dialog): Doc fix.
(recentf-dialog-mode-map): Initialized in defvar.
(recentf-dialog-mode): Doc fix.
(recentf-track-opened-file): Renamed from...
(recentf-add-file-hook): Removed.
(recentf-track-closed-file): Renamed from...
(recentf-remove-file-hook): Removed.
(recentf-update-menu-hook): Removed. Replaced by...
(recentf-update-menu): New. Better catch unnecessary updates.
Display a message on error.
(recentf-used-hooks): New constant.
(recentf-enabled-p): New function.
(recentf-edit-selected-items)
(recentf-open-files-action)
(recentf-open-files-item-shift): Doc fix.
(recentf-edit-list-action)
(recentf-open-files-item): Doc fix. Code cleanup.
(recentf-edit-list, recentf-open-files)
(recentf-open-more-files): Likewise. Removed autoload cookie.
(recentf-save-list, recentf-cleanup): Likewise. Moved.
(recentf-load-list): New command.
(recentf-mode): Better code. Does nothing if enabling the already
enabled mode.
2003-04-26 23:41:59 +00:00
Juanma Barranquero
59b2ee6929
(regexp-opt-depth): Don't count a "//(" which appears inside a character set.
...
(regexp-opt-not-groupie*-re): New constant.
2003-04-26 23:29:45 +00:00
Bill Wohler
8aa2fe7742
Undid last check-in.
2003-04-26 05:23:50 +00:00
John Paul Wallington
acf8889775
(ibuffer-name-map, ibuffer-mode-name-map)
...
(ibuffer-mode-filter-group-map): Initialize in `defvar'.
(ibuffer-do-view-1): Use `make-frame' instead of `new-frame'.
2003-04-26 02:04:09 +00:00
Karl Berry
ec9b13721d
new image display support, from janneke
2003-04-25 23:17:06 +00:00
Bill Wohler
aed6ee3840
(mh-version): Set to 7.3+cvs.
2003-04-25 17:18:24 +00:00
Kai Großjohann
c8df97026c
(file-relative-name): Recognize "c:/foo" as absolute
...
file name. Tiny change from David PONCE <david.ponce@wanadoo.fr>.
2003-04-25 14:14:31 +00:00
Bill Wohler
03954a42ce
Regenerated.
2003-04-25 06:17:02 +00:00
Bill Wohler
924df20809
Upgraded to MH-E version 7.3.
...
See etc/MH-E-NEWS and lisp/mh-e/ChangeLog for details.
2003-04-25 05:52:00 +00:00
Sam Steingold
10b97bf735
symbol-macrolet' is similar to
let', not `multiple-value-bind'.
2003-04-25 02:00:17 +00:00
Sam Steingold
4e80f517a9
(fancy-diary-display-mode): Bind "q" to `quit-window'
...
in the fancy diary buffer.
2003-04-25 01:58:49 +00:00
Richard M. Stallman
d87a4a45db
(assq-delete-all): Ignore non-cons elememts.
2003-04-24 23:14:23 +00:00
John Paul Wallington
043dcdee03
(help-make-xrefs): Remove extra paren.
2003-04-24 08:37:02 +00:00