1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-14 16:50:58 +00:00
Commit Graph

86691 Commits

Author SHA1 Message Date
Martin Rudalics
3ad8faa7ff (enlarge-window-horizontally, shrink-window-horizontally):
Make argument names follow Elisp manual.
2008-10-19 13:58:11 +00:00
Martin Rudalics
aac0c6e365 (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.
2008-10-19 13:50:25 +00:00
Eli Zaretskii
291703b5c7 (File Local Variables): Document `file-local-variables-alist',
`before-hack-local-variables-hook' and `hack-local-variables-hook'.
2008-10-19 13:01:55 +00:00
Eli Zaretskii
66af33fc8f Mention before-hack-local-variables-hook' and hack-local-variables-hook'. 2008-10-19 13:00:20 +00:00
Eli Zaretskii
583d8b3cfe (Synchronous Processes): Document `process-lines'. 2008-10-19 12:29:22 +00:00
Eli Zaretskii
437706cd52 (Variable Definitions): Document custom-reevaluate-setting. 2008-10-19 12:02:48 +00:00
Eli Zaretskii
e6f174da18 (dos-reevaluate-defcustoms): Fix last change. 2008-10-19 11:20:00 +00:00
Eli Zaretskii
34767325fa (org-publish-timestamp-directory): Run file names that begin with a period thru
`convert-standard-filename'.
2008-10-19 10:21:25 +00:00
Eli Zaretskii
727c1234ab (org-id-locations-file): Run file names that begin with a period thru
`convert-standard-filename'.
2008-10-19 10:20:22 +00:00
Eli Zaretskii
0a50585529 (org-default-notes-file): Run file names that begin with a period thru
`convert-standard-filename'.
2008-10-19 10:19:53 +00:00
Eli Zaretskii
d6ab98408b (remember-data-file): Run file names that begin with a period thru
`convert-standard-filename'.
2008-10-19 10:15:04 +00:00
Eli Zaretskii
b6489a4311 (shadow-initialize) <shadow-info-file, shadow-todo-file>: Run file names
that begin with a period thru `convert-standard-filename'.
2008-10-19 10:13:17 +00:00
Eli Zaretskii
5b9bdd5b85 (savehist-file): Run file names that begin with a period thru
`convert-standard-filename'.
2008-10-19 10:12:01 +00:00
Eli Zaretskii
1bfda12890 (recentf-save-file): Run file names that begin with a period thru
`convert-standard-filename'.
2008-10-19 10:11:20 +00:00
Eli Zaretskii
445978089b (cvs-cvsrc-file): Run file names that begin with a period thru
`convert-standard-filename'.
2008-10-19 10:10:44 +00:00
Eli Zaretskii
8787f54c2f (kkc-init-file-name): Run file names that begin with a period thru
`convert-standard-filename'.
2008-10-19 10:10:00 +00:00
Eli Zaretskii
dee11cd2a6 (ido-save-directory-list-file): Run file names that begin with a period thru
`convert-standard-filename'.
2008-10-19 10:07:39 +00:00
Eli Zaretskii
6d83def6c4 (todo-file-do, todo-file-done, todo-file-top): Run file names that begin with
a period thru `convert-standard-filename'.
2008-10-19 10:06:48 +00:00
Eli Zaretskii
0c5f6acaaf (dos-reevaluate-defcustoms): New function. Add it to before-init-hook. 2008-10-19 09:36:51 +00:00
Eli Zaretskii
95aac6d114 (ediff-exec-process): For buffer jobs, bind coding-system-for-read
to ediff-coding-system-for-write.
2008-10-19 08:27:14 +00:00
Eli Zaretskii
f9fc24a60e (ediff-make-temp-file): Unconditionally bind coding-system-for-write
to ediff-coding-system-for-write.
2008-10-19 08:25:25 +00:00
Eli Zaretskii
595072327a (ediff-coding-system-for-read): Doc fix.
(ediff-coding-system-for-write): Set to emacs-internal.
2008-10-19 08:24:49 +00:00
Chong Yidong
e9f5524eda (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.
2008-10-19 05:00:18 +00:00
Chong Yidong
25597d40a2 * 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.
2008-10-19 04:58:26 +00:00
Chong Yidong
3a8de8dc62 Documented yank-pop-change-selection. 2008-10-19 04:58:14 +00:00
Juri Linkov
66fc722fc3 * 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.
2008-10-18 23:45:05 +00:00
Stefan Monnier
0296a35eeb (emacs-internal): New coding system alias. 2008-10-18 23:13:09 +00:00
Juri Linkov
73bde1a893 (Info-find-node-2): Put initial point below the header line and breadcrumbs line. 2008-10-18 23:05:11 +00:00
Glenn Morris
ca32d854d6 (doc-view-pdf->txt, doc-view-ps->pdf): Give an error if the needed
external programs were not found.
2008-10-18 22:30:55 +00:00
Eli Zaretskii
04d3620369 *** empty log message *** 2008-10-18 22:09:19 +00:00
Eli Zaretskii
da86d54b4c (Choosing Window, Displaying Buffers): Fix last changes. 2008-10-18 20:23:30 +00:00
Eli Zaretskii
2ee797be40 (Text from Minibuffer): Fix description of `read-regexp'. 2008-10-18 19:31:15 +00:00
Eli Zaretskii
1586be929e (Changing Files): Fix last change. 2008-10-18 19:25:13 +00:00
Eli Zaretskii
d334fa1e1a *** empty log message *** 2008-10-18 18:56:00 +00:00
Eli Zaretskii
e240aaa99e (trash-directory): Run thru `convert-standard-filename'.
(file-modes-char-to-who, file-modes-char-to-right)
(file-modes-rights-to-number, file-modes-symbolic-to-number)
(read-file-modes): Doc fixes.
2008-10-18 18:41:32 +00:00
Martin Rudalics
7e51d89b73 *** empty log message *** 2008-10-18 18:10:56 +00:00
Eli Zaretskii
e1fd62893b *** empty log message *** 2008-10-18 18:07:37 +00:00
Martin Rudalics
250959e028 (Choosing Window, Deleting Windows)
(Displaying Buffers): Expand documentation of dedicated windows.
2008-10-18 18:07:09 +00:00
Eli Zaretskii
ea4292503a (Fset_file_modes): Doc fix. 2008-10-18 18:06:19 +00:00
Eli Zaretskii
018a960d04 (Changing Files): Document symbolic input of file modes to `set-file-modes'.
Document `read-file-modes' and `file-modes-symbolic-to-number'.
2008-10-18 17:58:25 +00:00
Martin Rudalics
d653c8cc93 (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".
2008-10-18 17:08:59 +00:00
Eli Zaretskii
26c6145fda (Minibuffer Completion): Fix last change. 2008-10-18 16:33:53 +00:00
Eli Zaretskii
ef5fbab75b (Choosing Window): Fix last change. 2008-10-18 16:33:17 +00:00
Chong Yidong
c23dcd9fa3 Fix typo. 2008-10-18 15:51:35 +00:00
Eli Zaretskii
2c0b814427 (Search and Replace): Document `multi-query-replace-map'. 2008-10-18 14:27:40 +00:00
Eli Zaretskii
cdf17e8619 (Standard Keymaps): Document multi-query-replace-map' and search-map'. 2008-10-18 14:24:56 +00:00
Eli Zaretskii
80120f13ef (Search and Replace): Document `replace-search-function' and
`replace-re-search-function'.
2008-10-18 14:07:36 +00:00
Eli Zaretskii
6d4913f0d3 (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'.
2008-10-18 13:14:59 +00:00
Eli Zaretskii
43c59a3dca (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'.
2008-10-18 11:22:08 +00:00
Eli Zaretskii
3051e4bf2c (Time Parsing, Processor Run Time): Fix last change. 2008-10-18 09:40:45 +00:00