Dan Nicolaescu
7db924c06a
(vc-hg-extra-fileinfo): New defstruct.
...
(vc-hg-status-printer): New function.
(vc-hg-after-dir-status): Deal with copied and renamed files.
(vc-hg-dir-status): Add flag to show copied files.
2008-05-01 06:35:09 +00:00
Dan Nicolaescu
97c66ed8cd
(vc-dir-mode-map): Don't bind "r".
2008-05-01 06:33:24 +00:00
John Paul Wallington
59f13c2a44
*** empty log message ***
2008-05-01 01:25:24 +00:00
Jason Rumney
7041a99a5e
(w32-charset-info-alist): Map vietnamese to windows-1258.
2008-05-01 00:53:35 +00:00
John Paul Wallington
e9e198332b
(define-ibuffer-filter filename): When the major mode is `vc-dir-mode'
...
use the buffer's default directory as filename.
2008-05-01 00:08:38 +00:00
John Paul Wallington
b4c5fc9ff1
(define-ibuffer-column filename): When the major mode is `vc-dir-mode'
...
show the buffer's default directory.
2008-04-30 23:55:05 +00:00
Sam Steingold
97e089f64d
(vc-dir-mode-map): Bind "r" to vc-dir-delete-file, like in PCL-CVS.
2008-04-30 19:03:54 +00:00
Sam Steingold
775237d3a1
(vc-dir-mode-map): Bind "d" to vc-dir-delete-file.
...
(vc-dir-delete-file): Add.
(vc-delete-file): Do not barf when the file has been already deleted.
2008-04-30 16:58:15 +00:00
Dan Nicolaescu
458c4642c5
(lisp-mode-map): Add menu.
2008-04-30 16:10:05 +00:00
Stefan Monnier
5d8137abac
* progmodes/octave-mod.el (octave-help): New function.
...
* progmodes/octave-hlp.el: Delete.
* info-look.el (octave-mode): Add operator index.
2008-04-30 08:48:02 +00:00
Stefan Monnier
af36f8ed1f
(vc-checkout): Typo.
2008-04-30 08:13:09 +00:00
Stefan Monnier
bb6da2f86f
(compilation-error-regexp-alist-alist) <gnu>:
...
Rule out trailing spaces in file and directory names as well.
2008-04-30 08:12:20 +00:00
Dan Nicolaescu
9a3558cbeb
(menu-bar-tools-menu): Reorder, place Games last.
...
Add "..." in the appropriate places.
2008-04-30 05:48:32 +00:00
Dan Nicolaescu
703b961194
(epa-key-list-mode-map): Add more menu entries.
...
Add ... in the appropriate places.
2008-04-30 05:44:17 +00:00
Dan Nicolaescu
4b33a64a24
(dired-mode-map): Add :help.
2008-04-30 05:41:52 +00:00
Dan Nicolaescu
5bd20ee694
(vc-deduce-fileset): Add new parameter.
...
(vc-dir-marked-only-files): New function.
(vc-next-action): Don't ignore directories, look at the files
inside them.
(vc-dir-mode): Document how the mark/unmark commands work.
2008-04-30 05:40:25 +00:00
Stefan Monnier
81ff94589d
(completion--do-completion): Move point even if the completion makes no change.
...
(completion-pcm-try-completion): Fix computation of new point.
2008-04-30 03:41:39 +00:00
Stefan Monnier
2f0adb0b8c
Require 'cl.
2008-04-30 03:40:37 +00:00
Nick Roberts
fe3769a60e
*** empty log message ***
2008-04-30 02:24:56 +00:00
Stefan Monnier
e0607aaa2c
Make `checkout-model' apply to filesets.
...
* vc-hooks.el (vc-checkout-model): Rewrite.
(vc-before-save, vc-after-save): Adjust callers accordingly.
* vc.el (vc-editable-p, vc-next-action, vc-checkout, vc-update)
(vc-transfer-file): Adjust callers accordingly.
* vc-rcs.el (vc-rcs-checkout-model): Adjust arg.
(vc-rcs-state, vc-rcs-state-heuristic, vc-rcs-receive-file)
(vc-rcs-checkout, vc-rcs-fetch-master-state): Use vc-rcs-checkout-model
instead of vc-checkout-model.
* vc-mcvs.el (vc-mcvs-revert):
Use vc-mcvs-checkout-model i.s.o vc-checkout-model.
* vc-cvs.el (vc-cvs-checkout-model): Adjust arg.
(vc-cvs-revert): Use vc-cvs-checkout-model i.s.o vc-checkout-model.
* vc-svn.el (vc-svn-checkout-model):
* vc-hg.el (vc-hg-checkout-model):
* vc-git.el (vc-git-checkout-model):
* vc-bzr.el (vc-bzr-checkout-model): Adjust arg.
2008-04-29 15:32:56 +00:00
Stefan Monnier
b95ced6bee
(dired-read-dir-and-switches): Replace last change with
...
a new approach that mixes read-file-name and read-directory-name.
2008-04-29 14:48:57 +00:00
Stefan Monnier
28bb43e10f
(read-buffer-to-switch): Avoid making assumptions about `other-buffer'.
2008-04-29 14:47:45 +00:00
Sam Steingold
ac2c49f4e9
(vc-dir-mode-hook): Add normal hook.
...
(vc-dir-mode): Run it.
2008-04-29 13:42:15 +00:00
Nick Roberts
0715a53151
*** empty log message ***
2008-04-29 11:00:31 +00:00
Stefan Monnier
3e9db557b8
(uniquify-rationalize-a-list): Beware of side-effects.
2008-04-29 07:11:36 +00:00
Glenn Morris
dc9b613eef
Daiki Ueno <ueno at unixuser.org>
...
(epa-key-list-mode-map): Add menu.
(epa-delete-keys, epa-import-keys): Fix typo.
2008-04-29 07:10:55 +00:00
Glenn Morris
5bd8042b82
(top-level): Does not need cl when compiling.
...
Add arch-tag and footer.
2008-04-29 07:05:39 +00:00
Stefan Monnier
6dfcbe31b5
New file.
2008-04-29 06:09:32 +00:00
Stefan Monnier
7372b09caf
(completion-hilit-commonality): Remove leftover code.
...
(completion-pcm--pattern->regex): Let `group' be a list of symbols.
(completion-pcm--hilit-commonality): New function.
(completion-pcm-all-completions): Use it.
2008-04-29 06:00:21 +00:00
Stefan Monnier
6138158d86
* minibuffer.el (completion-common-substring): Mark obsolete.
...
(completions-first-difference, completions-common-part): Move from simple.el.
(completion-hilit-commonality): New fun.
(display-completion-list, completion-emacs21-all-completions)
(completion-emacs22-all-completions): Use it.
* simple.el (completions-first-difference, completions-common-part):
Move to minibuffer.el.
(choose-completion-string): Use field functions and minibufferp.
(completion-setup-function): Don't set completions faces.
2008-04-29 05:36:55 +00:00
Glenn Morris
51d16e07bb
(check-declare-errmsg): Fix counting in the `full' case.
2008-04-29 03:40:00 +00:00
Miles Bader
e983096bb6
Merge from emacs--rel--22
...
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1132
2008-04-29 01:03:43 +00:00
Jason Rumney
20d4381e4b
(battery-status-function): Use w32-battery-status on Windows.
...
(battery-echo-area-format): Make apm format the general case.
(battery-mode-line-format): Merge apm and pmset formats as the
general case.
2008-04-29 00:59:37 +00:00
Nick Roberts
4b23c5eb69
*** empty log message ***
2008-04-29 00:39:06 +00:00
Chong Yidong
6593e735a3
* doc-view.el (doc-view-new-window-function): Avoid using WINDOW
...
argument to get-char-property, in case the current buffer hasn't
been assigned to that window yet.
(doc-view-display): Default to selected window if the current
buffer hasn't been assigned to a window yet.
2008-04-28 23:48:35 +00:00
Vinicius Jose Latorre
385da4e7cd
whitespace-trailing-regexp docstring fix.
2008-04-28 23:12:09 +00:00
Sam Steingold
bfd5773194
(vc-hg-rename-file): Fix argument order.
2008-04-28 19:56:43 +00:00
Michael Albinus
76f31f7683
* net/tramp.el (tramp-replace-environment-variables): Remove it.
...
There is a more simple solution.
(tramp-file-name-handler): Apply `substitute-in-file-name' w/o
Tramp file name handlers.
2008-04-28 19:32:41 +00:00
Bastien Guerry
f5c063418b
* whitespace.el (whitespace-trailing): Fix typo.
2008-04-28 16:27:37 +00:00
Sam Steingold
c5de0a1704
(diary-make-entry): Update the autoload.
2008-04-28 15:05:45 +00:00
Stefan Monnier
602f074a51
(completion-pcm--all-completions): Don't pass nil to all-completions.
2008-04-28 13:57:20 +00:00
Juanma Barranquero
fb8a632653
(desktop-minor-mode-table): Add `savehist-mode'.
2008-04-28 08:06:51 +00:00
Glenn Morris
96cfaafc9c
*** empty log message ***
2008-04-28 07:21:58 +00:00
Nick Roberts
ce31e57251
*** empty log message ***
2008-04-28 03:22:23 +00:00
Juanma Barranquero
90fce9106c
*** empty log message ***
2008-04-27 23:15:22 +00:00
Dan Nicolaescu
dc062440cc
(epa-file-handler): Comment out, does not compile.
2008-04-27 20:53:34 +00:00
Dan Nicolaescu
6e61fbe177
(vc-dir-mode-map): Change bindings for unmark all and revert.
...
(vc-dir-parent-marked-p, vc-dir-children-marked-p): Implement.
(vc-dir-mark-file): Add an optional argument.
(vc-dir-mark-all-files, vc-dir-unmark-all-files): Deal with directories.
2008-04-27 19:52:13 +00:00
Dan Nicolaescu
bfeee9d151
* epa-file.el (auto-encryption-mode): Rename from epa-file-mode.
...
(epa-file-handler): Put 'safe-magic and 'operations properties.
* epa.el (epa-global-minor-modes, epa-mode, epa-menu)
(epa-menu-items): Remove.
* epa-dired.el (epa-dired-do-decrypt, epa-dired-do-verify)
(epa-dired-do-sign, epa-dired-do-encrypt): Add autoload cookie.
(epa-dired-mode, epa-global-dired-mode): Remove.
* dired.el (dired-mode-map): Bind encryption/decryption commands.
* menu-bar.el (menu-bar-encryption-decryption-menu): New menu item.
* files.el (insert-file-contents-literally): Inhibit epa-file-handler.
2008-04-27 19:49:15 +00:00
Glenn Morris
b576c5808a
(reftex-isearch-switch-to-next-file): Remove un-needed local `orig-list'.
...
Replace cl `copy-list'.
2008-04-27 18:44:16 +00:00
Carsten Dominik
176b6c0364
*** empty log message ***
2008-04-27 18:32:26 +00:00