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
Glenn Morris
ae2a7459ff
Another new file, another license notice to update.
2008-04-29 07:01:01 +00:00
Glenn Morris
20202f5ecb
Fix typo in previous.
2008-04-29 06:59:58 +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
62a918cab4
Fix comment typo.
2008-04-29 03:42:15 +00:00
Glenn Morris
ff2c14fc12
(Sexp Diary Entries): Clarify diary-float.
2008-04-29 03:40:45 +00:00
Glenn Morris
51d16e07bb
(check-declare-errmsg): Fix counting in the `full' case.
2008-04-29 03:40:00 +00:00
Glenn Morris
f6aafbed90
(calendar-iso-from-absolute): Fix declaration.
2008-04-29 03:38:22 +00:00
Glenn Morris
bf9f6f0399
(calendar-absolute-from-iso, calendar-iso-from-absolute): Fix declarations.
2008-04-29 03:37:54 +00:00
Glenn Morris
5d595461b4
(holiday-float): Doc fix.
2008-04-29 03:35:08 +00:00
Glenn Morris
a478b7bc2f
(diary-list-sexp-entries, diary-float): Doc fix.
2008-04-29 03:34:40 +00:00
Glenn Morris
e705756857
(calendar-nth-named-absday, calendar-nth-named-day): Doc fix.
2008-04-29 03:34:17 +00:00
Jason Rumney
2660a9da32
Add Windows battery support.
2008-04-29 01:16:45 +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
Miles Bader
8336c96249
Merge from gnus--devo--0
...
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1131
2008-04-29 01:03:33 +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
Jason Rumney
2c2279c6c2
(Fw32_battery_status): New defun.
...
(syms_of_w32fns): Defsubr it.
2008-04-29 00:51:07 +00:00
Nick Roberts
1f38de120d
(gud-display-line): Only consider visible
...
frames when looking for source buffer.
2008-04-29 00:44:47 +00:00
Nick Roberts
72ba4f36c6
(gdb-info-stack-custom): Use
...
gud-tool-bar-item-visible-no-fringe.
(gdb-display-buffer): Don't pop new buffer if gud-comint-buffer
is already visible in frame. Remove optional size parameter
and add optional frame parameter.
2008-04-29 00:41:23 +00:00
Nick Roberts
4b23c5eb69
*** empty log message ***
2008-04-29 00:39:06 +00:00
Chong Yidong
10b6e7c189
(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:49:02 +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
Miles Bader
88ac7b5093
Add arch tagline
2008-04-28 23:24:24 +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
586b90f1ff
* tramp.texi (Frequently Asked Questions): Explain, how to disable
...
Tramp via `tramp-mode'.
2008-04-28 19:40: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
Michael Albinus
2e27119583
* net/tramp.el (tramp-mode): New defcustom.
...
(tramp-file-name-handler, tramp-completion-file-name-handler): Use
it.
(tramp-replace-environment-variables): Handle "$$".
2008-04-28 19:07:26 +00:00
Andreas Schwab
fb4a622af4
(file_name_completion): Fix another mixing of encoded
...
and decoded names.
2008-04-28 18:33:06 +00:00
Eric S. Raymond
1a93c12fb8
Explain how to work awound an error case.
2008-04-28 17:59:38 +00:00
Juanma Barranquero
23f250f4e1
(Fw32_define_rgb_color): Fix typo in docstring.
2008-04-28 16:44:15 +00:00
Bastien Guerry
f5c063418b
* whitespace.el (whitespace-trailing): Fix typo.
2008-04-28 16:27:37 +00:00
Juanma Barranquero
c385aa1a13
(url-load-hook): Fix typo in docstring.
2008-04-28 16:27:17 +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
05a27ce5cc
(gdb-info-breakpoints-custom): Fix mismatched parentheses.
2008-04-28 07:18:03 +00:00
Glenn Morris
dbc9f96d82
Daiki Ueno <ueno at unixuser.org>
...
(epa-file-handler): Restore 2008-03-16T04:04:15Z!mwolson@gnu.org version; previous change was buggy
patch.
2008-04-28 07:16:36 +00:00
Nick Roberts
841b19a0a0
(gdb-info-breakpoints-custom): Make breakpoint
...
icons work for assembler, i.e. FILE.s, FILE.S (not disassembly).
(gdb-goto-breakpoint): Likewise for visiting breakpoints.
(gdb-assembler-custom): Be careful not to match other addresses.
2008-04-28 03:24:43 +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
Juanma Barranquero
d8d30dffc2
*** empty log message ***
2008-04-27 22:03:05 +00:00
Juanma Barranquero
6b72791f2f
(Fdefine_fringe_bitmap): Doc fix.
2008-04-27 21:51:50 +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