1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-01 03:11:09 -08:00
Commit graph

82810 commits

Author SHA1 Message Date
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
Stefan Monnier
2a54a229c0 (file_name_completion): Fix up the encoding/decoding issue
some more.  Copy some of the code from Ftry_completions.
Remove special case code that dates back to initial revision when the
slash was only added when necessary and that can't trigger nowadays.
2008-04-30 07:16:08 +00:00
Dan Nicolaescu
15947a4464 Reorder, place things related to version control together. 2008-04-30 05:50:02 +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
b00942d090 (completion-pcm-try-completion): Typo. 2008-04-30 04:48:27 +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
Kenichi Handa
384bc6347c *** empty log message *** 2008-04-30 02:39:04 +00:00
Nick Roberts
37c7234307 (gdb-frame-handler-1): Make overlay arrow
hollow if not in innermost frame.
2008-04-30 02:27:52 +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
56a03d92cf (gud-speedbar-buttons): Raise frame in gdb-speedbar-timer-fn. 2008-04-29 11:03:40 +00:00
Nick Roberts
05dfe89a80 (gdb-display-buffer): Don't pop up GUD buffer.
Always split windows.
(gdb-speedbar-timer-fn): Only raise frame after user input.
(gdb-same-frame): Reverse initial value.
(gdb-display-gdb-buffer): Check for GUD buffer in other frames.
2008-04-29 11:02:22 +00:00
Nick Roberts
0715a53151 *** empty log message *** 2008-04-29 11:00:31 +00:00
Agustín Martín
b224db3868 (flyspell-mode-on): Remove redundant (flyspell-mode-hook) run.
(flyspell-mode): Fix docstring in definition.
2008-04-29 10:55:35 +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
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