Miles Bader [Thu, 24 Apr 2008 04:30:42 +0000 (04:30 +0000)]
Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1125
Stefan Monnier [Thu, 24 Apr 2008 02:02:40 +0000 (02:02 +0000)]
(easy-menu-make-symbol): Don't wrap keyboard macros within lambdas.
Stefan Monnier [Wed, 23 Apr 2008 21:01:31 +0000 (21:01 +0000)]
(completion-try-completion): Add `point' argument. Change return value.
(completion-all-completions): Add `point' argument.
(minibuffer-completion-help): Pass the new `point' argument.
(completion--do-completion): Pass the whole field to try-completion.
(completion--try-word-completion): Rewrite, making fewer assumptions.
(completion-emacs21-try-completion, completion-emacs21-all-completions)
(completion-emacs22-try-completion, completion-emacs22-all-completions)
(completion-basic-try-completion, completion-basic-all-completions): New funs.
(completion-styles-alist): Use them.
Stefan Monnier [Wed, 23 Apr 2008 20:39:10 +0000 (20:39 +0000)]
* ispell.el (ispell-set-spellchecker-params): New function to make sure
right params and dictionary alists are used after spellchecker changes.
(ispell-aspell-dictionary-alist, ispell-last-program-name)
(ispell-initialize-spellchecker-hook): New variables and hook.
(ispell-find-aspell-dictionaries): Use ispell-aspell-dictionary-alist.
(ispell-maybe-find-aspell-dictionaries): Remove.
Calls replaced by (ispell-set-spellchecker-params) calls.
(ispell-have-aspell-dictionaries): Remove.
* flyspell.el: Replace ispell-maybe-find-aspell-dictionaries by
ispell-set-spellchecker-params.
Stefan Monnier [Wed, 23 Apr 2008 18:39:22 +0000 (18:39 +0000)]
(PC-do-completion): Be more robust in the presence of
unexpected values in minibuffer-completion-predicate.
Stefan Monnier [Wed, 23 Apr 2008 18:37:50 +0000 (18:37 +0000)]
(read-file-name): Don't let-bind default-directory.
Only abbreviate default-filename if it's a file.
Stefan Monnier [Wed, 23 Apr 2008 18:19:57 +0000 (18:19 +0000)]
* lisp/minibuffer.el (read-file-name-function, read-file-name-predicate)
(read-file-name-completion-ignore-case, insert-default-directory):
New vars, moved from fileio.c.
(read-file-name): New fun, moved from fileio.c.
* lisp/cus-start.el: Remove insert-default-directory and
read-file-name-completion-ignore-case.
* src/fileio.c (Vread_file_name_function, Vread_file_name_predicate)
(read_file_name_completion_ignore_case, insert_default_directory)
(Qdefault_directory): Move to minibuffer.el.
(Fread_file_name): Call the new `read-file-name' instead.
Stefan Monnier [Wed, 23 Apr 2008 18:01:46 +0000 (18:01 +0000)]
(emacs-deps): Leave it empty.
Stefan Monnier [Wed, 23 Apr 2008 16:47:45 +0000 (16:47 +0000)]
Replace table-cell-horizontal-char -> table-cell-horizontal-chars.
Magnus Henoch [Wed, 23 Apr 2008 16:46:57 +0000 (16:46 +0000)]
(tar-untar-buffer): If the entry has directory link type, extract it
as a directory even if its file name doesn't end with a slash. Fixes
extraction of NetBSD tar archives.
Stefan Monnier [Wed, 23 Apr 2008 15:37:07 +0000 (15:37 +0000)]
(server-start): Also don't get confused by CRs since we
don't quote them.
Miles Bader [Wed, 23 Apr 2008 08:54:31 +0000 (08:54 +0000)]
Add .arch-inventory files in lisp/calc and lisp/calendar
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1123
Miles Bader [Wed, 23 Apr 2008 05:55:42 +0000 (05:55 +0000)]
Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1121
Juanma Barranquero [Wed, 23 Apr 2008 05:15:42 +0000 (05:15 +0000)]
*** empty log message ***
Juanma Barranquero [Wed, 23 Apr 2008 04:46:10 +0000 (04:46 +0000)]
(speedbar-use-tool-tips-flag, speedbar-ignored-directory-regexp,
speedbar-file-unshown-regexp, speedbar-file-regexp, speedbar-message,
speedbar-item-info, speedbar-files-item-info,
speedbar-maybe-add-localized-support, speedbar-insert-files-at-point,
speedbar-dynamic-tags-function-list, speedbar-generic-list-positioned-group-p,
speedbar-insert-generic-list, speedbar-fetch-replacement-function,
speedbar-extract-one-symbol, speedbar-separator-face): Fix typos in docstrings.
(speedbar-stealthy-function-list, speedbar-verbosity-level)
(speedbar-supported-extension-expressions, speedbar-update-current-file)
(speedbar-add-indicator, speedbar-tag-expand): Reflow docstring.
(speedbar-use-imenu-flag, speedbar-ignored-directory-expressions)
(speedbar-directory-unshown-regexp, speedbar-handle-delete-frame)
(speedbar-show-info-under-mouse, speedbar-directory-buttons)
(speedbar-check-vc-this-line, speedbar-files-line-directory)
(speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
(speedbar-buffers-line-directory, speedbar-recenter-to-top)
(speedbar-recenter): Doc fixes.
(speedbar-update-speed, speedbar-navigating-speed): Add obsolescence
declaration and remove redundant info in docstring.
Dan Nicolaescu [Wed, 23 Apr 2008 04:07:11 +0000 (04:07 +0000)]
(vc-git-status-printer): Deal with directories.
Dan Nicolaescu [Wed, 23 Apr 2008 04:05:26 +0000 (04:05 +0000)]
(vc-next-action): Look at more than the first file to
determine the state.
Glenn Morris [Wed, 23 Apr 2008 03:27:13 +0000 (03:27 +0000)]
(calendar-other-dates): Revert previous change; absolute-date was
already there (as "RD" date).
Glenn Morris [Wed, 23 Apr 2008 03:07:56 +0000 (03:07 +0000)]
Fix comment typo.
Glenn Morris [Wed, 23 Apr 2008 03:06:37 +0000 (03:06 +0000)]
Add holiday-chinese, diary-remind.
Glenn Morris [Wed, 23 Apr 2008 03:06:11 +0000 (03:06 +0000)]
(diary-list-sexp-entries): Doc fix.
(diary-remind): Allow negative DAYS to represent a range 1:DAYS.
Suggested by Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
Glenn Morris [Wed, 23 Apr 2008 03:03:43 +0000 (03:03 +0000)]
(holiday-chinese-qingming, holiday-chinese-winter-solstice)
(holiday-chinese): New functions.
Glenn Morris [Wed, 23 Apr 2008 03:00:29 +0000 (03:00 +0000)]
(holiday-oriental-holidays): Add more holidays.
Glenn Morris [Wed, 23 Apr 2008 02:59:47 +0000 (02:59 +0000)]
(calendar-chinese-all-holidays-flag): New.
(calendar-other-dates): Add absolute date.
Glenn Morris [Wed, 23 Apr 2008 02:59:15 +0000 (02:59 +0000)]
(holiday-islamic): Doc fix.
Glenn Morris [Wed, 23 Apr 2008 02:58:55 +0000 (02:58 +0000)]
(tree-widget-image-enable): Use display-images-p rather than an Emacs
version test.
Glenn Morris [Wed, 23 Apr 2008 02:58:26 +0000 (02:58 +0000)]
(speedbar-use-tool-tips-flag): Check for tooltip-mode, rather than
using an Emacs version test.
Glenn Morris [Wed, 23 Apr 2008 02:57:57 +0000 (02:57 +0000)]
(ps-color-device): Drop support for XEmacs < 19.12.
Glenn Morris [Wed, 23 Apr 2008 02:57:36 +0000 (02:57 +0000)]
(ediff-check-version): Drop support for very old Emacs versions. Add
doc-string. Mark as obsolete.
Glenn Morris [Wed, 23 Apr 2008 02:57:11 +0000 (02:57 +0000)]
(dframe-have-timer-flag): Drop support for Emacs without timers. Doc fix.
(dframe-update-speed): Drop support for XEmacs < 20.
(dframe-frame-mode): Drop support for Emacs < 20.
(dframe-set-timer-internal): Drop support for Emacs without timers.
(dframe-popup-kludge): Use mouse-menu-major-mode-map if defined.
Nick Roberts [Wed, 23 Apr 2008 02:50:24 +0000 (02:50 +0000)]
(gdb-previous-frame-address): Rename...
(gdb-previous-frame-pc-address): ...to this.
(gdb-get-selected-frame): Use MI command -stack-info-frame instead
of "info frame" with Gdb 6.4+.
(gdb-stack-list-frames-regexp): New regexp.
(gdb-frame-handler-1): Parse output of -stack-info-frame
Nick Roberts [Wed, 23 Apr 2008 02:48:40 +0000 (02:48 +0000)]
*** empty log message ***
Juri Linkov [Tue, 22 Apr 2008 22:51:00 +0000 (22:51 +0000)]
(tar-prefix-offset): New constant.
(tar-header-block-tokenize): Support paths with long names
which use the "ustar" standard.
Juri Linkov [Tue, 22 Apr 2008 22:49:02 +0000 (22:49 +0000)]
(image-dired-track-original-file)
(image-dired-modify-mark-on-thumb-original-file):
Use `dired-goto-file' instead of `search-forward'. This solves
a bug with finding files where the file name is a subset of other
file names. Doc fix.
Juri Linkov [Tue, 22 Apr 2008 20:39:20 +0000 (20:39 +0000)]
(Subdirectories in Dired): Describe using @samp{^}
to return to the parent directory.
Juri Linkov [Tue, 22 Apr 2008 20:36:08 +0000 (20:36 +0000)]
(buffers-menu-max-size): Move its definition down to
the "Buffers Menu" section. Change group name `mouse' to `menu'.
(yank-menu-length): Change group name `mouse' to `menu'.
(buffers-menu-buffer-name-length): New user option.
(menu-bar-update-buffers): Use buffers-menu-buffer-name-length
instead of the hard-coded number 27.
Juri Linkov [Tue, 22 Apr 2008 20:32:56 +0000 (20:32 +0000)]
Isearch help map.
Juri Linkov [Tue, 22 Apr 2008 20:32:23 +0000 (20:32 +0000)]
(eval-when-compile): Require `help-macro'.
(isearch-help-for-help-internal): Isearch specific Help screen
created by `make-help-screen'.
(isearch-help-map): New variable that binds "b", "k", "m" to
isearch-specific commands, and binds other keys to
isearch-other-control-char, thus allowing other Help keys to
exit isearch mode and execute their global definitions.
(isearch-help-for-help, isearch-describe-bindings)
(isearch-describe-key, isearch-describe-mode): New commands.
(isearch-mode-help): Define alias to isearch-describe-mode
and remove its old function definition.
(isearch-mode-map): Bind "\C-h" to isearch-help-map.
Remove old comments because this issue is settled now.
(isearch-forward): Describe three new Help commands in the docstring.
(isearch-mode): Remove \\{isearch-mode-map} from the docstring,
leave the single sentence at the first line of the docstring,
and prepend the word "function" before `isearch-forward'
to make the Help link to the function instead of variable.
Juri Linkov [Tue, 22 Apr 2008 19:57:58 +0000 (19:57 +0000)]
(Info-search): In two similar places that skip
undesired search matches move code to Info-search-success-function,
and call `isearch-success-function' instead.
(Info-search-success-function): New function copied from code
in Info-search. Replace isearch-range-invisible with
text-property-not-all that checks for 'invisible and 'display
properties to skip partially invisible matches (whose display
properties were set by Info-fontify-node).
(Info-mode): Set buffer-local isearch-success-function
to Info-search-success-function.
Juri Linkov [Tue, 22 Apr 2008 19:56:17 +0000 (19:56 +0000)]
(isearch-success-function): New variable with default
to `isearch-success-function-default'.
(isearch-search): Call a function from `isearch-success-function'
instead of calling the hard-coded `isearch-range-invisible'.
(isearch-success-function-default): New function that calls
`isearch-range-invisible' and inverts its return value.
Juri Linkov [Tue, 22 Apr 2008 19:55:21 +0000 (19:55 +0000)]
Mailcap commands for the default list.
Juri Linkov [Tue, 22 Apr 2008 19:54:27 +0000 (19:54 +0000)]
(dired-smart-shell-command): Sync arguments and
interactive spec with changes in `shell-command'.
Use dired-get-filename to get the dired file name at point
as the default value in dired mode.
Juri Linkov [Tue, 22 Apr 2008 19:51:57 +0000 (19:51 +0000)]
(dired-read-shell-command-default): Move it to
gnus/mailcap.el and change its name to more general name
mailcap-file-default-commands.
(minibuffer-default-add-dired-shell-commands): New function.
Use declare-function for mailcap-file-default-commands from "mailcap".
(dired-read-shell-command): Set local minibuffer-default-add-function
to minibuffer-default-add-dired-shell-commands in minibuffer-with-setup-hook
before calling read-shell-command. Remove dired-read-shell-command-default
from the default value arg because default values are not set in
minibuffer-default-add-dired-shell-commands. Doc fix.
Juri Linkov [Tue, 22 Apr 2008 19:51:27 +0000 (19:51 +0000)]
(mailcap-file-default-commands): New function.
Juri Linkov [Tue, 22 Apr 2008 19:50:11 +0000 (19:50 +0000)]
(minibuffer-default-add-shell-commands): New function.
Use declare-function for mailcap-file-default-commands from "mailcap".
(shell-command): Set local minibuffer-default-add-function to
minibuffer-default-add-shell-commands in minibuffer-with-setup-hook
before calling read-shell-command. Set 4th arg default-value of
read-shell-command to relative buffer-file-name in file buffers.
Juri Linkov [Tue, 22 Apr 2008 19:49:26 +0000 (19:49 +0000)]
(Fswitch_to_buffer): Change interactive spec to call
read-buffer-to-switch instead of using the letter "B".
Juri Linkov [Tue, 22 Apr 2008 19:48:02 +0000 (19:48 +0000)]
(read-buffer-to-switch): New function.
(switch-to-buffer-other-window, switch-to-buffer-other-frame):
Change interactive spec to call read-buffer-to-switch instead of
using the letter "B".
Juri Linkov [Tue, 22 Apr 2008 19:47:13 +0000 (19:47 +0000)]
(internal-complete-buffer-except): New function.
Juanma Barranquero [Tue, 22 Apr 2008 15:49:43 +0000 (15:49 +0000)]
(Info-complete-menu-item): Add missing parenthesis.
Stefan Monnier [Tue, 22 Apr 2008 15:36:53 +0000 (15:36 +0000)]
(Info-complete-menu-item): Save point.
Juanma Barranquero [Tue, 22 Apr 2008 10:20:05 +0000 (10:20 +0000)]
(minibuffer-complete-and-exit): Fix last change.
Andreas Schwab [Tue, 22 Apr 2008 09:34:02 +0000 (09:34 +0000)]
(emacs-deps): Define. Use it instead of
$(lisp)/subdirs.el.
Dan Nicolaescu [Tue, 22 Apr 2008 09:00:14 +0000 (09:00 +0000)]
(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.
Andreas Schwab [Tue, 22 Apr 2008 06:53:52 +0000 (06:53 +0000)]
Unbreak bootstrap.
Tassilo Horn [Tue, 22 Apr 2008 06:38:12 +0000 (06:38 +0000)]
(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.
Nick Roberts [Tue, 22 Apr 2008 06:25:15 +0000 (06:25 +0000)]
(gud-watch): Add "$" prefix when in registers buffer.
Nick Roberts [Tue, 22 Apr 2008 06:23:03 +0000 (06:23 +0000)]
*** empty log message ***
Nick Roberts [Tue, 22 Apr 2008 06:03:42 +0000 (06:03 +0000)]
(GDB-UI Layout, Other GDB-UI Buffers): Update for
recent changes.
Nick Roberts [Tue, 22 Apr 2008 06:02:49 +0000 (06:02 +0000)]
*** empty log message ***
Nick Roberts [Tue, 22 Apr 2008 05:57:37 +0000 (05:57 +0000)]
(gdb-locals-header): New variable.
(gdb-locals-mode, gdb-registers-mode): Use it for header line.
Nick Roberts [Tue, 22 Apr 2008 05:57:00 +0000 (05:57 +0000)]
*** empty log message ***
Glenn Morris [Tue, 22 Apr 2008 02:58:19 +0000 (02:58 +0000)]
Add copyright-at-end-flag.
Glenn Morris [Tue, 22 Apr 2008 02:57:26 +0000 (02:57 +0000)]
(gdbmi-invalidate-frames): Declare as function.
Glenn Morris [Tue, 22 Apr 2008 02:55:30 +0000 (02:55 +0000)]
(whitespace-display-table, whitespace-display-table-was-local):
Move definitions before use.
Glenn Morris [Tue, 22 Apr 2008 02:54:59 +0000 (02:54 +0000)]
(top-level): Require 'cl when compiling.
(change-log-mode): Set copyright-at-end-flag.
Glenn Morris [Tue, 22 Apr 2008 02:54:32 +0000 (02:54 +0000)]
(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.
Stefan Monnier [Tue, 22 Apr 2008 02:54:30 +0000 (02:54 +0000)]
($(MH_E_DIR)/mh-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el): Undo last change.
Jason Rumney [Mon, 21 Apr 2008 21:31:53 +0000 (21:31 +0000)]
(success): Print "make" rather than "gmake", as that
is what MingW uses.
Stefan Monnier [Mon, 21 Apr 2008 21:26:02 +0000 (21:26 +0000)]
(Qdefault_directory): New variable.
(Fread_file_name): Use it to pass `dir' to the completion functions.
Stefan Monnier [Mon, 21 Apr 2008 21:18:07 +0000 (21:18 +0000)]
(PC-complete-as-file-name, PC-read-file-name-internal):
Treat minibuffer-completion-predicate as a predicate.
Stefan Monnier [Mon, 21 Apr 2008 21:16:13 +0000 (21:16 +0000)]
(completion--file-name-table): Accept both the old `dir' or the new `pred' arg.
Stefan Monnier [Mon, 21 Apr 2008 21:01:38 +0000 (21:01 +0000)]
(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.
Stefan Monnier [Mon, 21 Apr 2008 20:49:06 +0000 (20:49 +0000)]
(vc-bzr-complete-with-prefix): Remove.
(vc-bzr-revision-completion-table): Use completion-table-with-context instead.
Stefan Monnier [Mon, 21 Apr 2008 20:48:10 +0000 (20:48 +0000)]
(choose-completion-string): Use minibuffer-completion-table.
Stefan Monnier [Mon, 21 Apr 2008 20:40:51 +0000 (20:40 +0000)]
(vc-dir): Use pop-to-buffer, so it can be customized.
Chong Yidong [Mon, 21 Apr 2008 20:28:45 +0000 (20:28 +0000)]
(term-emulate-terminal): Perform redisplay after the process filter
has finished running.
Chong Yidong [Mon, 21 Apr 2008 20:28:20 +0000 (20:28 +0000)]
* term.el (term-emulate-terminal): Perform redisplay after the process
filter has finished running.
Stefan Monnier [Mon, 21 Apr 2008 19:02:54 +0000 (19:02 +0000)]
(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.
Dan Nicolaescu [Mon, 21 Apr 2008 16:18:12 +0000 (16:18 +0000)]
(vc-cvs-status-extra-headers): New function.
Miles Bader [Mon, 21 Apr 2008 07:13:33 +0000 (07:13 +0000)]
Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1118
Dan Nicolaescu [Mon, 21 Apr 2008 05:17:34 +0000 (05:17 +0000)]
*** empty log message ***
Dan Nicolaescu [Mon, 21 Apr 2008 05:11:56 +0000 (05:11 +0000)]
* 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.
Dan Nicolaescu [Mon, 21 Apr 2008 05:02:06 +0000 (05:02 +0000)]
* 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.
Chong Yidong [Mon, 21 Apr 2008 02:02:01 +0000 (02:02 +0000)]
(xselect-convert-to-string): Send a C_STRING only if the polymorphic
target TEXT is requested.
Chong Yidong [Mon, 21 Apr 2008 02:01:44 +0000 (02:01 +0000)]
* select.el (xselect-convert-to-string): Send a C_STRING only if
the polymorphic target TEXT is requested.
Juanma Barranquero [Mon, 21 Apr 2008 00:17:56 +0000 (00:17 +0000)]
(completion-table-dynamic): Fix typo, and reflow docstring.
(completion-setup-hook, display-completion-list, completion--file-name-table):
Fix typos in docstrings.
Juanma Barranquero [Sun, 20 Apr 2008 23:51:53 +0000 (23:51 +0000)]
*** empty log message ***
Chong Yidong [Sun, 20 Apr 2008 22:46:14 +0000 (22:46 +0000)]
(pos_visible_p): Check if iterator stops on a display string.
Chong Yidong [Sun, 20 Apr 2008 22:46:03 +0000 (22:46 +0000)]
* xdisp.c (pos_visible_p): Check if iterator stops on a display
string.
Chong Yidong [Sun, 20 Apr 2008 13:38:19 +0000 (13:38 +0000)]
(Active Keymaps): Clarify role of underlying textprop and overlay
keymaps for display strings.
Chong Yidong [Sun, 20 Apr 2008 13:38:00 +0000 (13:38 +0000)]
(Overlay Properties): Clarify role of underlying textprop and overlay
keymaps for display strings.
Chong Yidong [Sun, 20 Apr 2008 13:37:40 +0000 (13:37 +0000)]
* display.texi (Overlay Properties): Clarify role of underlying
textprop and overlay keymaps for display strings.
* keymaps.texi (Active Keymaps): Ditto.
Andreas Schwab [Sun, 20 Apr 2008 08:32:11 +0000 (08:32 +0000)]
(server-switch-buffer): Also consider clients in the
selected frame.
Nick Roberts [Sat, 19 Apr 2008 23:05:21 +0000 (23:05 +0000)]
(GDB-UI Layout, Breakpoints Buffer)
(Other GDB-UI Buffers): Update for recent thread related changes.
Nick Roberts [Sat, 19 Apr 2008 23:03:56 +0000 (23:03 +0000)]
*** empty log message ***
Nick Roberts [Sat, 19 Apr 2008 22:49:32 +0000 (22:49 +0000)]
(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.
Nick Roberts [Sat, 19 Apr 2008 22:47:40 +0000 (22:47 +0000)]
*** empty log message ***
Stefan Monnier [Sat, 19 Apr 2008 21:53:55 +0000 (21:53 +0000)]
* 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.
Stefan Monnier [Sat, 19 Apr 2008 21:44:46 +0000 (21:44 +0000)]
(syms_of_minibuf) <minibuffer-completing-file-name>: Fix docstring.
Stefan Monnier [Sat, 19 Apr 2008 19:35:46 +0000 (19:35 +0000)]
Update example of complex interactive spec.