1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-07 15:21:46 +00:00
Commit Graph

81563 Commits

Author SHA1 Message Date
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
Dan Nicolaescu
21f3a27763 (vc-status-mark-buffer-changed): Better deal with files in
the 'added state.
(vc-status-remove-up-to-date): New function.
(vc-status-mode-map, vc-status-menu-map): Bind it.
(vc-status-printer): Use a different face up-to-date files.
(vc-resynch-buffer): Update the vc-status buffer if it exists.
(Todo): Remove solved entries.
2008-03-21 06:02:51 +00:00
Dan Nicolaescu
6a3f9bb72d * vc-hg.el (vc-hg-state):
* vc-git.el (vc-git-state):
* vc-cvs.el (vc-cvs-parse-status):
* vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
state.
2008-03-21 05:53:48 +00:00
Stefan Monnier
5371d722ec (enlarge_buffer_text): Fix int -> EMACS_INT. 2008-03-21 01:49:18 +00:00
Juanma Barranquero
1816387a04 *** empty log message *** 2008-03-21 00:32:13 +00:00
Stefan Monnier
29b465e1e3 (read-shell-command): Other typo. 2008-03-20 21:30:29 +00:00
Stefan Monnier
286d4b3b7d * progmodes/compile.el (compile):
* progmodes/grep.el (grep, grep-find): Use read-shell-command.
2008-03-20 19:56:58 +00:00
Stefan Monnier
7c6d20657f (read-shell-command): Typo. 2008-03-20 19:52:30 +00:00
Stefan Monnier
e5c4079cc4 (minibuffer-local-shell-command-map): New var.
(minibuffer-complete-shell-command, read-shell-command): New funs.
(shell-command, shell-command-on-region): Use them.
2008-03-20 19:48:07 +00:00
Stefan Monnier
6ba7f443e9 * intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.
(set_point, set_point_both): Use EMACS_INT.  Remove `buffer' arg,
work on current_buffer only instead (that was already the case
for some of the code anyway).
* buffer.h (set_point, set_point_both): Remove buffer arg, use long int.
(temp_set_point, temp_set_point_both): Use EMACS_INT.
(SET_PT, SET_PT_BOTH): Adjust.
* intervals.h (set_point, temp_set_point, set_point_both)
(temp_set_point_both): Remove redundant declarations.
2008-03-20 18:38:34 +00:00
Stefan Monnier
bf1c0f2730 * fileio.c (Finsert_file_contents):
* lread.c (Feval_buffer): Use BUF_TEMP_SET_PT.
* buffer.h (BUF_SET_PT): Remove.  set_point_both doesn't work right
when buffer != current_buffer anyway.
2008-03-20 18:13:12 +00:00
Andreas Schwab
acab783e7f (Fcall_interactively) [case 'B']: Use other-buffer
as default.
2008-03-20 17:21:16 +00:00
Dan Nicolaescu
9f7ddd67c0 (vc-status-mark-buffer-changed): New function to implement
updating of the *vc-status* buffer when a buffer is saved.
(vc-status-mode): Use it for after-change-hook.
(vc-add-to-vc-status-buffer): Rename to ...
(vc-status-add-entry): ... this.
(Todo): Add new entry.
2008-03-20 15:51:45 +00:00
Stefan Monnier
61dc89b03c (mm-copy-to-buffer): Use mm-set-buffer-multibyte. 2008-03-20 15:49:10 +00:00
Stefan Monnier
df06dd59a6 (mm-set-buffer-multibyte): New function. 2008-03-20 15:47:15 +00:00
Stefan Monnier
b813166ace (gnus-configure-frame, gnus-all-windows-visible-p):
Prefer fboundp to functionp so it works with macros as well.
2008-03-20 15:42:57 +00:00
Stefan Monnier
1fa85ea8cf (sort-reorder-buffer): Preserve the buffer's multibyteness. 2008-03-20 15:41:44 +00:00
Stefan Monnier
cdd44874a7 Fix up encoding. 2008-03-20 13:42:38 +00:00