Juri Linkov [Sun, 19 Oct 2008 22:34:35 +0000 (22:34 +0000)]
(query-replace, query-replace-regexp)
(replace-string, replace-regexp, perform-replace): Add "word"
indicatiors to the prompt for word delimited replacements.
Juri Linkov [Sun, 19 Oct 2008 22:33:17 +0000 (22:33 +0000)]
(isearch-query-replace, isearch-query-replace-regexp):
Add arg `delimited' as in `query-replace' for the case when
isearch-allow-scroll=t and the user types C-u M-%. Doc fix.
Add more indicators to the prompt ("word" and "in region").
Chong Yidong [Sun, 19 Oct 2008 19:52:13 +0000 (19:52 +0000)]
Use @key throughout for mouse clicks.
(Creating Frames): Add xref to Init File.
(Frame Commands): Add xref to Exiting.
(Scroll Bars): Document GTK vs toolkit behavior.
Chong Yidong [Sun, 19 Oct 2008 19:52:05 +0000 (19:52 +0000)]
* frames.texi: Use @key throughout for mouse clicks.
(Creating Frames): Add xref to Init File.
(Frame Commands): Add xref to Exiting.
(Scroll Bars): Document GTK vs toolkit behavior.
Martin Rudalics [Sun, 19 Oct 2008 13:50:25 +0000 (13:50 +0000)]
(Fwindow_dedicated_p, Fset_window_dedicated_p):
Mention kill-buffer in doc-string.
(Fset_window_buffer): Reinsert tem check removed in last commit.
(Fenlarge_window, Fshrink_window): Have argument names and
doc-string follow Elisp manual more closely.
Chong Yidong [Sun, 19 Oct 2008 05:00:18 +0000 (05:00 +0000)]
(Cut/Paste Other App): Document yank-pop-change-selection.
(Secondary Selection): Fix modified mouse click syntax.
(Clipboard): Describe Cut, Copy and Paste commands.
(Mouse References): Not all references are in read-only buffers.
Chong Yidong [Sun, 19 Oct 2008 04:58:26 +0000 (04:58 +0000)]
* frames.texi (Cut/Paste Other App): Document
yank-pop-change-selection.
(Secondary Selection): Fix modified mouse click syntax.
(Clipboard): Describe Cut, Copy and Paste commands.
(Mouse References): Not all references are in read-only buffers.
Juri Linkov [Sat, 18 Oct 2008 23:45:05 +0000 (23:45 +0000)]
* info.el (Info-file-supports-index-cookies-list): New variable.
(Info-file-supports-index-cookies): New function.
(Info-find-node-2, Info-index-nodes, Info-index-node): Use it.
(Info-index-nodes): Let-bind Info-point-loc to nil for files
without an index cookie to ignore it when Info-index-nodes is
called during navigating from an index node with line numbers.
(Info-index-node): Set file to Info-current-file if nil. (Bug#1118)
* info.el (Info-breadcrumbs-depth): Move defcustom higher to the
variable definition section.
Martin Rudalics [Sat, 18 Oct 2008 17:08:59 +0000 (17:08 +0000)]
(Fwindow_width, Fset_window_start)
(Fwindow_parameters, Fwindow_parameter, Fset_window_parameter)
(Fdelete_windows_on, Freplace_buffer_in_windows): Make
doc-strings follow code and Elisp manual more closely.
(Fwindow_dedicated_p): Make window argument optional.
(Fset_window_dedicated_p): Rename argument "arg" to "flag".
(Fset_window_buffer): Respect any non-nil dedicated value for
window. Rename "buffer" argument to "buffer_or_name".
Eli Zaretskii [Sat, 18 Oct 2008 13:14:59 +0000 (13:14 +0000)]
(Text from Minibuffer): Document `read-regexp'.
(Completion Commands, Reading File Names): Rename
`minibuffer-local-must-match-filename-map' to
`minibuffer-local-filename-must-match-map'.
(Minibuffer Completion): The `require-match' argument to `completing-read'
can now have the value `confirm-only'.
Eli Zaretskii [Sat, 18 Oct 2008 11:22:08 +0000 (11:22 +0000)]
(Displaying Buffers): Minor wording fix.
(Choosing Window): `split-height-threshold' can now be nil.
Document `split-width-threshold'. `pop-up-frames' can have the value
`graphic-only'.
Eli Zaretskii [Fri, 17 Oct 2008 15:42:34 +0000 (15:42 +0000)]
(Startup Summary): Document `before-init-time' and `after-init-time'.
Document `initial-window-system' and `window-system-initialization-alist'.
Document reading the abbrevs file. Document the call to `server-start'
under --daemon. Rearrange a bit to be consistent with the code flow.
* w32-fns.el (w32-list-locales): Decode output of `w32-get-locale-info'
according to `locale-coding-system'. (This fixes trivial bug reported
as part of bug#1179).
Sort list of valid locale ids (EnumSystemLocales does not guarantee any
particular order). Use `when'.
Paul Reilly [Fri, 17 Oct 2008 02:43:35 +0000 (02:43 +0000)]
(pmail): Remove a redundant message counter reset call; try to
minimize the attempts to show a message (ideally it should be done
once and only once).
(pmail-convert-babyl-to-mbox): Set up the global message variables
after inserting the converted mbox file into the Pmail buffer; avoid
an unecessary message display function call.
(pmail-show-message-maybe): Use the current message number when the
optional argument is not passed.