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

82580 commits

Author SHA1 Message Date
Dan Nicolaescu
ae67f2d0c0 (vc-next-action): Do not consider directories when
checking for state compatibility.
(vc-transfer-file): Use when not if.
(vc-dir-parent-marked-p, vc-dir-children-marked-p): New functions.
(vc-dir-mark-file): Use them.
(vc-deduce-fileset): Also return the backend.
(vc-diff-internal): Take as argument the value returned by
vc-deduce-fileset instead of just the fileset.
(vc-next-action, vc-finish-logentry, vc-version-diff, vc-diff)
(vc-dir-mark-file, vc-print-log, vc-revert, vc-rollback)
(vc-update): Update the vc-deduce-fileset and vc-diff-internal calls.
2008-04-22 09:00:14 +00:00
Andreas Schwab
c9b96e40c5 Unbreak bootstrap. 2008-04-22 06:53:52 +00:00
Tassilo Horn
d5793be30c (doc-view-scroll-up-or-next-page): Don't use
set-window-vscroll but image-scroll-down.  Fixes a bug where a
command following SPC scrolled up again.
2008-04-22 06:38:12 +00:00
Nick Roberts
01a369030e (gud-watch): Add "$" prefix when in registers buffer. 2008-04-22 06:25:15 +00:00
Nick Roberts
2baa22cf46 *** empty log message *** 2008-04-22 06:23:03 +00:00
Nick Roberts
1a19cb6ac8 (GDB-UI Layout, Other GDB-UI Buffers): Update for
recent changes.
2008-04-22 06:03:42 +00:00
Nick Roberts
4ac1e9b4c6 *** empty log message *** 2008-04-22 06:02:49 +00:00
Nick Roberts
4eb1954463 (gdb-locals-header): New variable.
(gdb-locals-mode, gdb-registers-mode): Use it for header line.
2008-04-22 05:57:37 +00:00
Nick Roberts
af0ca4f217 *** empty log message *** 2008-04-22 05:57:00 +00:00
Glenn Morris
59ba20a2eb Add copyright-at-end-flag. 2008-04-22 02:58:19 +00:00
Glenn Morris
b218f37130 (gdbmi-invalidate-frames): Declare as function. 2008-04-22 02:57:26 +00:00
Glenn Morris
1ed216dbe4 (whitespace-display-table, whitespace-display-table-was-local):
Move definitions before use.
2008-04-22 02:55:30 +00:00
Glenn Morris
8bb4ed88c3 (top-level): Require 'cl when compiling.
(change-log-mode): Set copyright-at-end-flag.
2008-04-22 02:54:59 +00:00
Glenn Morris
b2c7c56d57 (copyright-at-end-flag): New option.
(copyright-limit): Respect copyright-at-end-flag.
(copyright-re-search, copyright-start-point)
(copyright-offset-too-large-p): New functions.
(copyright-update-year): Use copyright-re-search.
(copyright-update, copyright-fix-years): Use copyright-start-point,
and copyright-re-search.
(copyright): Use copyright-offset-too-large-p.
2008-04-22 02:54:32 +00:00
Stefan Monnier
743deb5daf ($(MH_E_DIR)/mh-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el): Undo last change.
2008-04-22 02:54:30 +00:00
Jason Rumney
361823f494 (success): Print "make" rather than "gmake", as that
is what MingW uses.
2008-04-21 21:31:53 +00:00
Stefan Monnier
92ec67e363 (Qdefault_directory): New variable.
(Fread_file_name): Use it to pass `dir' to the completion functions.
2008-04-21 21:26:02 +00:00
Stefan Monnier
c023a34f05 (PC-complete-as-file-name, PC-read-file-name-internal):
Treat minibuffer-completion-predicate as a predicate.
2008-04-21 21:18:07 +00:00
Stefan Monnier
f50e56f0e1 (completion--file-name-table): Accept both the old dir' or the new pred' arg. 2008-04-21 21:16:13 +00:00
Stefan Monnier
984ddcbcef (ffap-read-file-or-url): Do not abuse completing-read's
`predicate' argument to pass non-predicate data.
(ffap-read-url-internal, ffap-read-file-or-url-internal):
Use second arg as proper predicate.
2008-04-21 21:01:38 +00:00
Stefan Monnier
ec50e665d2 (vc-bzr-complete-with-prefix): Remove.
(vc-bzr-revision-completion-table): Use completion-table-with-context instead.
2008-04-21 20:49:06 +00:00
Stefan Monnier
d23734dc17 (choose-completion-string): Use minibuffer-completion-table. 2008-04-21 20:48:10 +00:00
Stefan Monnier
39a7428bf5 (vc-dir): Use pop-to-buffer, so it can be customized. 2008-04-21 20:40:51 +00:00
Chong Yidong
1b242afeb3 (term-emulate-terminal): Perform redisplay after the process filter
has finished running.
2008-04-21 20:28:45 +00:00
Chong Yidong
c7a547f73c * term.el (term-emulate-terminal): Perform redisplay after the process
filter has finished running.
2008-04-21 20:28:20 +00:00
Stefan Monnier
3911966be9 (completion-try-completion): Change magic symbol
property name.  Rename from minibuffer-try-completion.
(completion-all-completions): Rename from minibuffer-all-completions.
Remove hide-spaces argument.
(completion--do-completion): Rename from minibuffer--do-completion.
(minibuffer-complete-and-exit): Call just try-completion rather than
completion-try-completion to fix up the case.
(completion--try-word-completion): Try to add space or hyphen before
making `string' a prefix of `completion'.
(completion--insert-strings): Rename from minibuffer--insert-strings.
2008-04-21 19:02:54 +00:00
Dan Nicolaescu
47302633b2 (vc-cvs-status-extra-headers): New function. 2008-04-21 16:18:12 +00:00
Miles Bader
d55fe5bb3e Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1118
2008-04-21 07:13:33 +00:00
Dan Nicolaescu
d48c50ae86 *** empty log message *** 2008-04-21 05:17:34 +00:00
Dan Nicolaescu
b54462764d * vc-hooks.el (vc-insert-file, vc-state, vc-working-revision)
(vc-check-master-templates, vc-file-not-found-hook)
(vc-kill-buffer-hook):
* vc.el (vc-process-sentinel, vc-exec-after, vc-do-command)
(vc-find-position-by-context, vc-buffer-context)
(vc-restore-buffer-context, vc-responsible-backend)
(vc-expand-dirs, vc-ensure-vc-buffer, vc-buffer-sync)
(vc-next-action, vc-register, vc-register-with, vc-steal-lock)
(vc-finish-logentry, vc-coding-system-for-diff, vc-switches)
(vc-version-diff, vc-diff, vc-insert-headers)
(vc-dired-buffers-for-dir, vc-dired-resynch-file)
(vc-snapshot-precondition, vc-create-snapshot, vc-print-log)
(vc-revert, vc-rollback, vc-version-backup-file)
(vc-rename-master, vc-delete-file, vc-rename-file)
(vc-branch-part, vc-default-retrieve-snapshot)
(vc-annotate-display-autoscale, vc-annotate-display-select)
(vc-annotate, vc-annotate-warp-revision, vc-annotate-difference)
(vc-annotate-lines, vc-file-tree-walk-internal): Use when instead of if.
(vc-dir-update): Handle directories.
(vc-default-status-printer): Simplify.
2008-04-21 05:11:56 +00:00
Dan Nicolaescu
61acee9902 * progmodes/asm-mode.el (asm-mode-map):
* progmodes/hideif.el (hide-ifdef-mode-menu): Add :help.

* progmodes/m4-mode.el (m4-mode-map): Add menu.
2008-04-21 05:02:06 +00:00
Chong Yidong
569ac23f8a (xselect-convert-to-string): Send a C_STRING only if the polymorphic
target TEXT is requested.
2008-04-21 02:02:01 +00:00
Chong Yidong
9ba76e6b5f * select.el (xselect-convert-to-string): Send a C_STRING only if
the polymorphic target TEXT is requested.
2008-04-21 02:01:44 +00:00
Juanma Barranquero
b95c760067 (completion-table-dynamic): Fix typo, and reflow docstring.
(completion-setup-hook, display-completion-list, completion--file-name-table):
Fix typos in docstrings.
2008-04-21 00:17:56 +00:00
Juanma Barranquero
2a2e8de7c0 *** empty log message *** 2008-04-20 23:51:53 +00:00
Chong Yidong
67643d4b86 (pos_visible_p): Check if iterator stops on a display string. 2008-04-20 22:46:14 +00:00
Chong Yidong
a32b2382da * xdisp.c (pos_visible_p): Check if iterator stops on a display
string.
2008-04-20 22:46:03 +00:00
Chong Yidong
0f2ae894c5 (Active Keymaps): Clarify role of underlying textprop and overlay
keymaps for display strings.
2008-04-20 13:38:19 +00:00
Chong Yidong
32c9459805 (Overlay Properties): Clarify role of underlying textprop and overlay
keymaps for display strings.
2008-04-20 13:38:00 +00:00
Chong Yidong
7c42e639bf * display.texi (Overlay Properties): Clarify role of underlying
textprop and overlay keymaps for display strings.

* keymaps.texi (Active Keymaps): Ditto.
2008-04-20 13:37:40 +00:00
Andreas Schwab
a7ce6c7f5d (server-switch-buffer): Also consider clients in the
selected frame.
2008-04-20 08:32:11 +00:00
Nick Roberts
95dbaaea80 (GDB-UI Layout, Breakpoints Buffer)
(Other GDB-UI Buffers): Update for recent thread related changes.
2008-04-19 23:05:21 +00:00
Nick Roberts
b9b3bf2b88 *** empty log message *** 2008-04-19 23:03:56 +00:00
Nick Roberts
b06e477e59 (gdb-mouse-set-clear-breakpoint): Select
window clicked on first (regression in 22.2).
(gdb): Display thread number in mode-line.
(gdb-make-header-line-mouse-map): Move to avoid byte compiler warnings.
(gdb-breakpoints-header): New variable.
(gdb-breakpoints-mode, gdb-threads-mode): Use it for header line.
2008-04-19 22:49:32 +00:00
Nick Roberts
3a43ea21f7 *** empty log message *** 2008-04-19 22:47:40 +00:00
Stefan Monnier
14b114019e * lisp/vc-sccs.el (vc-sccs-do-command): New fun. Use the "sccs" command.
(vc-sccs-register, vc-sccs-checkin, vc-sccs-find-revision)
(vc-sccs-checkout, vc-sccs-rollback, vc-sccs-revert)
(vc-sccs-steal-lock, vc-sccs-modify-change-comment)
(vc-sccs-print-log): Use it.
* lisp/vc-hooks.el (vc-path): Remove SCCS-specific hack.
* lib-src/vcdiff: Use "sccs get" rather than "get"; leave PATH alone.
2008-04-19 21:53:55 +00:00
Stefan Monnier
6ddfc11361 (syms_of_minibuf) <minibuffer-completing-file-name>: Fix docstring. 2008-04-19 21:44:46 +00:00
Stefan Monnier
f51f97dde3 Update example of complex interactive spec. 2008-04-19 19:35:46 +00:00
Stefan Monnier
e80591ba8d * emacs-lisp/lisp-mode.el (lisp-mode-auto-fill): Make it an alias.
* progmodes/scheme.el (scheme-mode-variables): Don't use it.
2008-04-19 19:35:09 +00:00
Stefan Monnier
ece5f84750 * tooltip.el (tooltip-previous-message): New var.
(tooltip-show-help-non-mode): Rewrite to better follow the behavior of the
C code (avoid overwriting a minibuffer, restore previous echo message, ...).
(tooltip-delay, tooltip-process-prompt-regexp, tooltip-strip-prompt): Simplify.
* keyboard.c (Vpre_help_message): Remove.
(show_help_echo): Remove default C code.
2008-04-19 19:30:53 +00:00