1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-29 11:02:01 +00:00
Commit Graph

81780 Commits

Author SHA1 Message Date
Stefan Monnier
89e2d47661 (finder-mode-syntax-table, finder-font-lock-keywords): New variables.
(finder-mode): Use finder-mode-syntax-table.  Set font-lock-defaults.
(finder-exit): Ignore errors rather than avoiding them.
Kill *Finder-package* buffer also.
2008-03-24 18:43:04 +00:00
Andreas Schwab
318f2a46e0 (xterm-mouse-event): Avoid error with buttons > 5. 2008-03-24 09:28:05 +00:00
Dan Nicolaescu
49546869f3 * vc-hg.el (vc-hg-after-dir-status):
* vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
2008-03-24 08:47:06 +00:00
Dan Nicolaescu
874f31a6f0 (vc-cvs-after-dir-status, vc-cvs-parse-status): Detect
removed files.
2008-03-24 08:36:22 +00:00
Dan Nicolaescu
d6f47dff59 (vc-status-printer): Use a different face for missing files.
(vc-status-hide-up-to-date): Rename from
vc-status-remove-up-to-date.  Update all callers.
(vc-status-mode-map): Bind C-m.
2008-03-24 08:35:33 +00:00
Dan Nicolaescu
75cb52bed9 (vc-git-after-dir-status-stage1): Move state matching
code ...
(vc-git--state-code): ... to this new function.
(vc-git-state): Use it.
2008-03-24 08:21:43 +00:00
Michael Olson
9c92e9136b lisp/Changelog: Update. 2008-03-24 02:54:07 +00:00
Michael Olson
b152c5d366 Remember: Write mbox in a way that works better with Mutt. 2008-03-24 02:53:05 +00:00
Chong Yidong
8e8b72c9fe ** Transient Mark Mode is now on by default. 2008-03-23 22:54:57 +00:00
Chong Yidong
715043a5cb (transient-mark-mode): Turn on by default. 2008-03-23 22:52:20 +00:00
Chong Yidong
4bfee36172 * simple.el (transient-mark-mode): Turn on by default. 2008-03-23 22:51:59 +00:00
Michael Olson
c80d1faba3 lisp/ChangeLog: Update. 2008-03-23 22:03:38 +00:00
Michael Olson
afa29d95ee * saveplace.el: fix a typo in the commentary section.
Signed-off-by: Xavier Maillard <xma@gnu.org>
2008-03-23 22:03:11 +00:00
Dan Nicolaescu
484c309251 (vc-status-mark-buffer-changed): Add an optional file parameter.
(vc-resynch-buffer): Use it.
(vc-delete-file): Expand the file name before using it.  Be
careful to not create a new buffer with the old file contents.
Update the VC state after performing the operation.
2008-03-23 21:05:32 +00:00
Dan Nicolaescu
54bf37044b (vc-bzr-state): Return 'removed for removed files and
'unregistered for unregistered files.
2008-03-23 20:50:52 +00:00
Dan Nicolaescu
5440448eb6 (vc-hg-state): Return 'removed for removed files. 2008-03-23 20:49:29 +00:00
Dan Nicolaescu
3204d06461 (vc-hg-state): Return 'edited for removed files. 2008-03-23 19:31:22 +00:00
Dan Nicolaescu
39d0516b55 (standard-mode-line-modes): Avoid duplicating a string. 2008-03-23 18:54:54 +00:00
Dan Nicolaescu
4e3837816a (vc-cvs-parse-status): Note there are problems with
subdirectories.
2008-03-23 18:15:35 +00:00
Dan Nicolaescu
d39730b895 (vc-status-prepare-status-buffer): Fix thinko.
(vc-status-menu-map): Add binding for
vc-status-kill-dir-status-process.  Add :enable for vc-status-refresh.
(vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
(vc-status-tool-bar-map): Add binding for vc-status-kill-dir-status-process.
Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
(vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
Reset vc-status-process-buffer.
(vc-status-refresh): Don't run two refreshes at a time.
(vc-status): If the buffer is already in vc-status-mode only refresh.
2008-03-23 18:12:18 +00:00
Richard M. Stallman
cc48343f99 *** empty log message *** 2008-03-23 17:13:42 +00:00
Michael Albinus
a8e72f4f9b * dbusbind.c (xd_read_message): Removed extra copying of message
strings.  Check for NULL `interface' or `member'.
2008-03-23 16:46:08 +00:00
Andreas Schwab
3a5b5d148c (menu-bar-showhide-fringe-ind-menu) [customize]: Add radio button. 2008-03-23 11:44:23 +00:00
Andreas Schwab
a08404b7ba (menu-bar-showhide-fringe-ind-menu): Fix radio
button condition.
(menu-bar-showhide-fringe-ind-menu): Likewise.
2008-03-23 11:21:14 +00:00
Jay Belanger
7a2c03a843 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
(calc-gnuplot-default-device, calc-gnuplot-default-output)
(calc-gnuplot-print-device, calc-gnuplot-print-output)
(calc-gnuplot-geometry, calc-graph-default-resolution)
(calc-graph-default-resolution-3d, calc-invocation-macro)
(calc-trail-pointer, calc-trail-overlay, calc-undo-list)
(calc-redo-list, calc-main-buffer, calc-trail-buffer, calc-why)
(calc-last-kill, calc-dollar-values, calc-dollar-used)
(calc-hashes-used, calc-quick-prev-results, calc-said-hello)
(calc-executing-macro, calc-any-selections, calc-help-phase)
(calc-full-help-flag, calc-refresh-count, calc-display-dirty)
(calc-embedded-info, calc-embedded-active, calc-standalone-flag)
(var-EvalRules, math-expr-function-mapping, math-expr-variable-mapping)
(calc-mode-map, calc-digit-map, calc-dispatch-map, calc-do-dispatch)
(calc-read-key-sequence, calc-create-buffer, calc-quit): Add docstrings.
2008-03-23 02:30:04 +00:00
Juanma Barranquero
84c420c3ee *** empty log message *** 2008-03-23 02:02:17 +00:00
Juanma Barranquero
41d7a8541c (WINS_ALMOST): Add org. 2008-03-23 01:54:14 +00:00
Dan Nicolaescu
798dafb411 (vc-cvs-after-dir-status, vc-cvs-dir-status):
New functions to implement vc-status support.
2008-03-23 00:07:33 +00:00
Dan Nicolaescu
e9e065e5b3 (vc-status-prepare-status-buffer): New function.
(vc-status): Use it.
2008-03-22 20:32:10 +00:00
Dan Nicolaescu
935f7c5a64 (emacs-lisp-mode-map): Add ... where
appropriate.
2008-03-22 17:51:17 +00:00
Dan Nicolaescu
8e4e4aefb6 (vc-git--empty-db-p)
(vc-git-after-dir-status-stage1-empty-db): New functions.
(vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
Add support for empty repositories.
2008-03-22 17:33:52 +00:00
Dan Nicolaescu
dd3ffb9a38 (vc-git-annotate-extract-revision-at-line):
Allow "^" in a version name.
2008-03-22 17:21:48 +00:00
Dan Nicolaescu
3281a821f7 (vc-mtn-state): Support the added state. 2008-03-22 17:09:33 +00:00
Eli Zaretskii
b07103dc2b (readdir): If FindFirstFile/FindNextFile return in cFileName a file name that
includes `?' characters, use the 8+3 alias in cAlternateFileName instead.
2008-03-22 11:53:40 +00:00
Carsten Dominik
51ec3f09e4 Move org files to their own directory 2008-03-22 05:55:11 +00:00
Carsten Dominik
ecf185525e *** empty log message *** 2008-03-22 05:54:02 +00:00
Juri Linkov
ec800cf0a2 (lisp-complete-symbol):
Use `minibuffer-message' to display message "No completions of %s"
when this command is called in the minibuffer.
2008-03-22 00:11:53 +00:00
Juri Linkov
df27f31fa6 (debug-ignored-errors): Remove $ from the end of
"^No dynamic expansion for .* found$" to allow error messages like
"No dynamic expansion for \"%s\" found in this buffer".
2008-03-22 00:02:24 +00:00
Juri Linkov
b7fd8c465f (standard-mode-line-modes): Put special help-echo
tooltip on recursive edit %[ %] mode-line constructs.
2008-03-21 23:59:04 +00:00
Juri Linkov
c59a65bdac * comint.el (comint-dynamic-simple-complete):
Use variable `stub' for the second arg `common-substring'
of `comint-dynamic-list-completions'.
(comint-dynamic-list-filename-completions):
Use variable `filenondir' for the second arg `common-substring'
of `comint-dynamic-list-completions'.
(comint-dynamic-list-completions): Add new optional arg
`common-substring'. Add `common-substring' as the
second arg of the call to `display-completion-list'.  Doc fix.
2008-03-21 23:58:06 +00:00
Juri Linkov
c35be7ec90 (shell-dynamic-complete-command)
(shell-dynamic-complete-environment-variable): Don't display
completion messages when command is called in the minibuffer.
2008-03-21 23:52:27 +00:00
Juri Linkov
4b0dc1de40 (comint-dynamic-complete-as-filename)
(comint-dynamic-list-filename-completions)
(comint-dynamic-simple-complete): Use `minibuffer-message'
to display message "No completions of %s" when a command
is called in the minibuffer.
(comint-dynamic-simple-complete): Don't display other
completion messages when a command is called in the minibuffer.
(comint-dynamic-list-completions): Use `minibuffer-message'
to display message " [Type space to flush ...]" when a command
is called in the minibuffer.
2008-03-21 23:51:40 +00:00
Michael Albinus
4a7c4c40fb * dbus.texi (Receiving Method Calls): Mention default D-Bus timeout. 2008-03-21 20:47:48 +00:00
Michael Albinus
12aeeb576a * tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and "psftp". 2008-03-21 18:04:42 +00:00
Michael Albinus
e52196e09a Fix up encoding. 2008-03-21 17:58:33 +00:00
Stefan Monnier
45b24b4de6 * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
* vc.el (vc-default-dired-state-info): Use just "modified".
* vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
(vc-cvs-mode-line-string): Make use of the better default.
(vc-cvs-parse-entry): Use the new `added'.
(vc-cvs-dired-state-info): Remove.
* vc-svn.el (vc-svn-dired-state-info): Remove.
* vc-hg.el (vc-hg-dired-state-info): Remove.
* vc-git.el (vc-git-dired-state-info): Remove.
2008-03-21 17:53:04 +00:00
Dan Nicolaescu
e345c46e56 (vc-git-status-result): New variable.
(vc-git-dir-status): Split out ...
(vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
... these new functions and work asynchronously.
2008-03-21 06:29:04 +00:00
Dan Nicolaescu
12cb746e0a (vc-git-after-dir-status): Remove.
(vc-git-dired-state-info): Reimplement.
2008-03-21 06:24:15 +00:00
Dan Nicolaescu
a22f42ace8 (occur-mode-map): Add :help. 2008-03-21 06:12:35 +00:00
Dan Nicolaescu
175e5186e2 (emacs-lisp-mode-map): Add menu entry for disassemble. 2008-03-21 06:08:21 +00:00