diff options
| author | Kenichi Handa | 2010-04-07 15:08:27 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2010-04-07 15:08:27 +0900 |
| commit | 64e692b56e84153d45b2c46d833dce14243f7c69 (patch) | |
| tree | db049db5995f5cfcba3db28dfeb305ef5e04157c /lisp | |
| parent | 86a366f4015868f03bc8399b412ea767e9337072 (diff) | |
| parent | e59c4233e20bfb2b8b50c77a42023a2473405391 (diff) | |
| download | emacs-64e692b56e84153d45b2c46d833dce14243f7c69.tar.gz emacs-64e692b56e84153d45b2c46d833dce14243f7c69.zip | |
merge trunk
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 62 | ||||
| -rw-r--r-- | lisp/cedet/semantic/db-find.el | 2 | ||||
| -rw-r--r-- | lisp/cedet/semantic/imenu.el | 8 | ||||
| -rw-r--r-- | lisp/gnus/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/gnus/mm-uu.el | 6 | ||||
| -rw-r--r-- | lisp/help.el | 7 | ||||
| -rw-r--r-- | lisp/info.el | 69 | ||||
| -rw-r--r-- | lisp/ldefs-boot.el | 97 | ||||
| -rw-r--r-- | lisp/textmodes/artist.el | 2 | ||||
| -rw-r--r-- | lisp/textmodes/tex-mode.el | 2 | ||||
| -rw-r--r-- | lisp/version.el | 2 |
11 files changed, 177 insertions, 85 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7ec8d9ac887..1870690f89b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -8,6 +8,44 @@ | |||
| 8 | (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp. | 8 | (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp. |
| 9 | (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp. | 9 | (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp. |
| 10 | 10 | ||
| 11 | 2010-04-06 Chong Yidong <cyd@stupidchicken.com> | ||
| 12 | |||
| 13 | * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to | ||
| 14 | paragraph-separate (Bug#5821). | ||
| 15 | |||
| 16 | 2010-04-05 Juri Linkov <juri@jurta.org> | ||
| 17 | |||
| 18 | Put breadcrumbs on overlay instead of inserting to buffer (bug#5809). | ||
| 19 | |||
| 20 | * info.el (Info-find-node-2): Comment out code that skips | ||
| 21 | breadcrumbs line. | ||
| 22 | (Info-mouse-follow-link): New command. | ||
| 23 | (Info-link-keymap): New keymap. | ||
| 24 | (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'. | ||
| 25 | Return a string with links instead of inserting breadcrumbs | ||
| 26 | to the Info buffer. | ||
| 27 | (Info-fontify-node): Comment out code that inserts breadcrumbs. | ||
| 28 | Instead of putting the `invisible' text property over the Info | ||
| 29 | header, make an overlay over the Info header with the `invisible' | ||
| 30 | property and `after-string' set to the string returned by | ||
| 31 | `Info-breadcrumbs'. | ||
| 32 | |||
| 33 | 2010-04-03 Chong Yidong <cyd@stupidchicken.com> | ||
| 34 | |||
| 35 | * help.el (help-window-setup-finish): Doc fix (Bug#5830). | ||
| 36 | Reported by monkey@sandpframing.com. | ||
| 37 | |||
| 38 | 2010-04-02 Juanma Barranquero <lekktu@gmail.com> | ||
| 39 | |||
| 40 | * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members) | ||
| 41 | (semantic-create-imenu-directory-index): Fix typos in docstrings. | ||
| 42 | (semantic-imenu-goto-function): Reflow docstring. | ||
| 43 | |||
| 44 | 2010-03-30 Tomas Abrahamsson <tab@lysator.liu.se> | ||
| 45 | |||
| 46 | * textmodes/artist.el (artist-mode): Fix typo in docstring. | ||
| 47 | Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807) | ||
| 48 | |||
| 11 | 2010-03-30 Kenichi Handa <handa@m17n.org> | 49 | 2010-03-30 Kenichi Handa <handa@m17n.org> |
| 12 | 50 | ||
| 13 | * language/sinhala.el (composition-function-table): Fix regexp for | 51 | * language/sinhala.el (composition-function-table): Fix regexp for |
| @@ -15,7 +53,7 @@ | |||
| 15 | 53 | ||
| 16 | * language/indian.el (devanagari-composable-pattern) | 54 | * language/indian.el (devanagari-composable-pattern) |
| 17 | (tamil-composable-pattern, kannada-composable-pattern) | 55 | (tamil-composable-pattern, kannada-composable-pattern) |
| 18 | (malayalam-composable-pattern): Adjusted for the new Unicode | 56 | (malayalam-composable-pattern): Adjust for the new Unicode |
| 19 | specification. | 57 | specification. |
| 20 | (bengali-composable-pattern, gurmukhi-composable-pattern) | 58 | (bengali-composable-pattern, gurmukhi-composable-pattern) |
| 21 | (gujarati-composable-pattern, oriya-composable-pattern) | 59 | (gujarati-composable-pattern, oriya-composable-pattern) |
| @@ -3329,7 +3367,7 @@ | |||
| 3329 | * bookmark.el: Formatting and doc fixes only: | 3367 | * bookmark.el: Formatting and doc fixes only: |
| 3330 | (bookmark-search-delay): Shorten doc string to fit in 80 columns. | 3368 | (bookmark-search-delay): Shorten doc string to fit in 80 columns. |
| 3331 | (bookmark-bmenu-search): Wrap to fit within 80 columns. | 3369 | (bookmark-bmenu-search): Wrap to fit within 80 columns. |
| 3332 | Minor grammar and punctuation fixes in doc string. | 3370 | Minor grammar and punctuation fixes in doc string. |
| 3333 | (bookmark-read-search-input): Adjust to fit within 80 columns. | 3371 | (bookmark-read-search-input): Adjust to fit within 80 columns. |
| 3334 | 3372 | ||
| 3335 | 2009-11-20 Tassilo Horn <tassilo@member.fsf.org> | 3373 | 2009-11-20 Tassilo Horn <tassilo@member.fsf.org> |
| @@ -6084,12 +6122,12 @@ | |||
| 6084 | 2009-10-05 Karl Fogel <kfogel@red-bean.com> | 6122 | 2009-10-05 Karl Fogel <kfogel@red-bean.com> |
| 6085 | 6123 | ||
| 6086 | * bookmark.el (bookmark-handle-bookmark): If bookmark has no file, | 6124 | * bookmark.el (bookmark-handle-bookmark): If bookmark has no file, |
| 6087 | don't do anything related to relocating, just return nil. | 6125 | don't do anything related to relocating, just return nil. |
| 6088 | (bookmark-error-no-filename): New error. | 6126 | (bookmark-error-no-filename): New error. |
| 6089 | (bookmark-default-handler): Signal `bookmark-error-no-filename' if | 6127 | (bookmark-default-handler): Signal `bookmark-error-no-filename' if |
| 6090 | bookmark has no file. Don't even attempt to handle things that | 6128 | bookmark has no file. Don't even attempt to handle things that |
| 6091 | are not files; the whole point of custom handlers is to keep that | 6129 | are not files; the whole point of custom handlers is to keep that |
| 6092 | knowledge elsewhere anyway. Tighten some comments. | 6130 | knowledge elsewhere anyway. Tighten some comments. |
| 6093 | (bookmark-file-or-variation-thereof): Remove now-unused function. | 6131 | (bookmark-file-or-variation-thereof): Remove now-unused function. |
| 6094 | (bookmark-location): Doc string fix. | 6132 | (bookmark-location): Doc string fix. |
| 6095 | (Bug#4250) | 6133 | (Bug#4250) |
| @@ -6119,8 +6157,8 @@ | |||
| 6119 | (bookmark-relocate, bookmark-insert-location, bookmark-rename) | 6157 | (bookmark-relocate, bookmark-insert-location, bookmark-rename) |
| 6120 | (bookmark-insert, bookmark-delete, bookmark-time-to-save-p) | 6158 | (bookmark-insert, bookmark-delete, bookmark-time-to-save-p) |
| 6121 | (bookmark-edit-annotation-mode, bookmark-edit-annotation): | 6159 | (bookmark-edit-annotation-mode, bookmark-edit-annotation): |
| 6122 | Improve doc strings to say whether bookmark can be a string or | 6160 | Improve doc strings to say whether bookmark can be a string or |
| 6123 | a record or both, and make other consistency and clarity fixes. | 6161 | a record or both, and make other consistency and clarity fixes. |
| 6124 | (bookmark-get-handler, bookmark--jump-via, bookmark-write-file) | 6162 | (bookmark-get-handler, bookmark--jump-via, bookmark-write-file) |
| 6125 | (bookmark-default-annotation-text, bookmark-yank-word) | 6163 | (bookmark-default-annotation-text, bookmark-yank-word) |
| 6126 | (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist) | 6164 | (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist) |
| @@ -6128,12 +6166,12 @@ | |||
| 6128 | (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames) | 6166 | (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames) |
| 6129 | (bookmark-bmenu-bookmark): Give these doc strings. | 6167 | (bookmark-bmenu-bookmark): Give these doc strings. |
| 6130 | (bookmark-bmenu-check-position): Give this a doc string, but also | 6168 | (bookmark-bmenu-check-position): Give this a doc string, but also |
| 6131 | add a FIXME comment about how the function may be pointless. | 6169 | add a FIXME comment about how the function may be pointless. |
| 6132 | (bookmark-default-handler): Rework doc string and change a | 6170 | (bookmark-default-handler): Rework doc string and change a |
| 6133 | parameter name, to clarify that this takes a bookmark record | 6171 | parameter name, to clarify that this takes a bookmark record |
| 6134 | not a bookmark name. | 6172 | not a bookmark name. |
| 6135 | (bookmark-set): Change a parameter name to indicate its meaning, | 6173 | (bookmark-set): Change a parameter name to indicate its meaning, |
| 6136 | and improve the doc string a bit. | 6174 | and improve the doc string a bit. |
| 6137 | (Bug#4188) | 6175 | (Bug#4188) |
| 6138 | 6176 | ||
| 6139 | 2009-10-04 Karl Fogel <kfogel@red-bean.com> | 6177 | 2009-10-04 Karl Fogel <kfogel@red-bean.com> |
diff --git a/lisp/cedet/semantic/db-find.el b/lisp/cedet/semantic/db-find.el index 754ba231c37..4c2626ca8bd 100644 --- a/lisp/cedet/semantic/db-find.el +++ b/lisp/cedet/semantic/db-find.el | |||
| @@ -774,7 +774,7 @@ Examines the variable `semanticdb-find-lost-includes'." | |||
| 774 | (buffer-name)) | 774 | (buffer-name)) |
| 775 | 775 | ||
| 776 | (data-debug-new-buffer "*SEMANTICDB lost-includes ADEBUG*") | 776 | (data-debug-new-buffer "*SEMANTICDB lost-includes ADEBUG*") |
| 777 | (data-debug-insert-tag-list lost "*") | 777 | ;; (data-debug-insert-tag-list lost "*") |
| 778 | ))) | 778 | ))) |
| 779 | 779 | ||
| 780 | (defun semanticdb-find-adebug-insert-scanned-tag-cons (consdata prefix prebuttontext) | 780 | (defun semanticdb-find-adebug-insert-scanned-tag-cons (consdata prefix prebuttontext) |
diff --git a/lisp/cedet/semantic/imenu.el b/lisp/cedet/semantic/imenu.el index 3c73b893925..9ce986553aa 100644 --- a/lisp/cedet/semantic/imenu.el +++ b/lisp/cedet/semantic/imenu.el | |||
| @@ -95,7 +95,7 @@ This option is ignored if `semantic-imenu-bucketize-file' is nil." | |||
| 95 | 95 | ||
| 96 | (defcustom semantic-imenu-bucketize-type-members t | 96 | (defcustom semantic-imenu-bucketize-type-members t |
| 97 | "*Non-nil if members of a type should be grouped into buckets. | 97 | "*Non-nil if members of a type should be grouped into buckets. |
| 98 | nil means to keep them in the same order. | 98 | A nil value means to keep them in the same order. |
| 99 | Overriden to nil if `semantic-imenu-bucketize-file' is nil." | 99 | Overriden to nil if `semantic-imenu-bucketize-file' is nil." |
| 100 | :group 'semantic-imenu | 100 | :group 'semantic-imenu |
| 101 | :type 'boolean) | 101 | :type 'boolean) |
| @@ -167,8 +167,8 @@ concoct a combination of file name, and position." | |||
| 167 | 167 | ||
| 168 | (defun semantic-imenu-goto-function (name position &optional rest) | 168 | (defun semantic-imenu-goto-function (name position &optional rest) |
| 169 | "Move point associated with NAME to POSITION. | 169 | "Move point associated with NAME to POSITION. |
| 170 | Used to override function `imenu-default-goto-function' so that we can continue | 170 | Used to override function `imenu-default-goto-function' so that |
| 171 | to use overlays to maintain the current position. | 171 | we can continue to use overlays to maintain the current position. |
| 172 | Optional argument REST is some extra stuff." | 172 | Optional argument REST is some extra stuff." |
| 173 | (require 'pulse) | 173 | (require 'pulse) |
| 174 | (if (semantic-overlay-p position) | 174 | (if (semantic-overlay-p position) |
| @@ -249,7 +249,7 @@ Optional argument STREAM is an optional stream of tags used to create menus." | |||
| 249 | 'semantic-imenu-flush-fcn nil t))) | 249 | 'semantic-imenu-flush-fcn nil t))) |
| 250 | 250 | ||
| 251 | (defun semantic-create-imenu-directory-index (&optional stream) | 251 | (defun semantic-create-imenu-directory-index (&optional stream) |
| 252 | "Create an IMENU tag index based on all files active in semanticdb. | 252 | "Create an imenu tag index based on all files active in semanticdb. |
| 253 | Optional argument STREAM is the stream of tags for the current buffer." | 253 | Optional argument STREAM is the stream of tags for the current buffer." |
| 254 | (if (not semanticdb-current-database) | 254 | (if (not semanticdb-current-database) |
| 255 | (semantic-create-imenu-index-1 stream nil) | 255 | (semantic-create-imenu-index-1 stream nil) |
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 0106e6212c5..8cbee9138c2 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2010-04-01 Andreas Schwab <schwab@linux-m68k.org> | ||
| 2 | |||
| 3 | * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system | ||
| 4 | if set. | ||
| 5 | |||
| 1 | 2010-03-29 Katsumi Yamaoka <yamaoka@jpl.org> | 6 | 2010-03-29 Katsumi Yamaoka <yamaoka@jpl.org> |
| 2 | 7 | ||
| 3 | * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag. | 8 | * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag. |
diff --git a/lisp/gnus/mm-uu.el b/lisp/gnus/mm-uu.el index c690713ef14..5ae9205e2f0 100644 --- a/lisp/gnus/mm-uu.el +++ b/lisp/gnus/mm-uu.el | |||
| @@ -486,9 +486,11 @@ apply the face `mm-uu-extract'." | |||
| 486 | (if (mm-uu-pgp-signed-test) | 486 | (if (mm-uu-pgp-signed-test) |
| 487 | (progn | 487 | (progn |
| 488 | (mml2015-clean-buffer) | 488 | (mml2015-clean-buffer) |
| 489 | (let ((coding-system-for-write (or gnus-newsgroup-charset | 489 | (let ((coding-system-for-write (or buffer-file-coding-system |
| 490 | gnus-newsgroup-charset | ||
| 490 | 'iso-8859-1)) | 491 | 'iso-8859-1)) |
| 491 | (coding-system-for-read (or gnus-newsgroup-charset | 492 | (coding-system-for-read (or buffer-file-coding-system |
| 493 | gnus-newsgroup-charset | ||
| 492 | 'iso-8859-1))) | 494 | 'iso-8859-1))) |
| 493 | (funcall (mml2015-clear-verify-function)))) | 495 | (funcall (mml2015-clear-verify-function)))) |
| 494 | (when (and mml2015-use (null (mml2015-clear-verify-function))) | 496 | (when (and mml2015-use (null (mml2015-clear-verify-function))) |
diff --git a/lisp/help.el b/lisp/help.el index 9fb993e7173..0c231a78b91 100644 --- a/lisp/help.el +++ b/lisp/help.el | |||
| @@ -1046,10 +1046,9 @@ scroll the \"other\" window." | |||
| 1046 | Select WINDOW according to the value of `help-window-select'. | 1046 | Select WINDOW according to the value of `help-window-select'. |
| 1047 | Display message telling how to scroll and eventually quit WINDOW. | 1047 | Display message telling how to scroll and eventually quit WINDOW. |
| 1048 | 1048 | ||
| 1049 | Optional argument REUSE non-nil means WINDOW has been reused \(by | 1049 | Optional argument REUSE non-nil means WINDOW has been reused by |
| 1050 | `display-buffer'\) for displaying help. Optional argument | 1050 | `display-buffer'. Optional argument KEEP-FRAME non-nil means |
| 1051 | KEEP-FRAME non-nil means that quitting must no delete the frame | 1051 | that quitting should not delete WINDOW's frame." |
| 1052 | of WINDOW." | ||
| 1053 | (let ((number-of-windows | 1052 | (let ((number-of-windows |
| 1054 | (length (window-list (window-frame window) 'no-mini window)))) | 1053 | (length (window-list (window-frame window) 'no-mini window)))) |
| 1055 | (cond | 1054 | (cond |
diff --git a/lisp/info.el b/lisp/info.el index a1ce05d6292..c4b942bf8a1 100644 --- a/lisp/info.el +++ b/lisp/info.el | |||
| @@ -1053,8 +1053,8 @@ a case-insensitive match is tried." | |||
| 1053 | (Info-select-node) | 1053 | (Info-select-node) |
| 1054 | (goto-char (point-min)) | 1054 | (goto-char (point-min)) |
| 1055 | (forward-line 1) ; skip header line | 1055 | (forward-line 1) ; skip header line |
| 1056 | (when (> Info-breadcrumbs-depth 0) ; skip breadcrumbs line | 1056 | ;; (when (> Info-breadcrumbs-depth 0) ; skip breadcrumbs line |
| 1057 | (forward-line 1)) | 1057 | ;; (forward-line 1)) |
| 1058 | 1058 | ||
| 1059 | (cond (anchorpos | 1059 | (cond (anchorpos |
| 1060 | (let ((new-history (list Info-current-file | 1060 | (let ((new-history (list Info-current-file |
| @@ -3551,6 +3551,19 @@ If FORK is non-nil, it is passed to `Info-goto-node'." | |||
| 3551 | ((setq node (Info-get-token (point) "Prev: " "Prev: \\([^,\n\t]*\\)")) | 3551 | ((setq node (Info-get-token (point) "Prev: " "Prev: \\([^,\n\t]*\\)")) |
| 3552 | (Info-goto-node node fork))) | 3552 | (Info-goto-node node fork))) |
| 3553 | node)) | 3553 | node)) |
| 3554 | |||
| 3555 | (defun Info-mouse-follow-link (click) | ||
| 3556 | "Follow a link where you click." | ||
| 3557 | (interactive "e") | ||
| 3558 | (let* ((position (event-start click)) | ||
| 3559 | (posn-string (and position (posn-string position))) | ||
| 3560 | (string (car-safe posn-string)) | ||
| 3561 | (string-pos (cdr-safe posn-string)) | ||
| 3562 | (link-args (and string string-pos | ||
| 3563 | (get-text-property string-pos 'link-args string)))) | ||
| 3564 | (when link-args | ||
| 3565 | (Info-goto-node link-args)))) | ||
| 3566 | |||
| 3554 | 3567 | ||
| 3555 | (defvar Info-mode-map | 3568 | (defvar Info-mode-map |
| 3556 | (let ((map (make-keymap))) | 3569 | (let ((map (make-keymap))) |
| @@ -4141,11 +4154,22 @@ the variable `Info-file-list-for-emacs'." | |||
| 4141 | keymap) | 4154 | keymap) |
| 4142 | "Keymap to put on the Up link in the text or the header line.") | 4155 | "Keymap to put on the Up link in the text or the header line.") |
| 4143 | 4156 | ||
| 4144 | (defun Info-insert-breadcrumbs () | 4157 | (defvar Info-link-keymap |
| 4158 | (let ((keymap (make-sparse-keymap))) | ||
| 4159 | (define-key keymap [header-line mouse-1] 'Info-mouse-follow-link) | ||
| 4160 | (define-key keymap [header-line mouse-2] 'Info-mouse-follow-link) | ||
| 4161 | (define-key keymap [header-line down-mouse-1] 'ignore) | ||
| 4162 | (define-key keymap [mouse-2] 'Info-mouse-follow-link) | ||
| 4163 | (define-key keymap [follow-link] 'mouse-face) | ||
| 4164 | keymap) | ||
| 4165 | "Keymap to put on the link in the text or the header line.") | ||
| 4166 | |||
| 4167 | (defun Info-breadcrumbs () | ||
| 4145 | (let ((nodes (Info-toc-nodes Info-current-file)) | 4168 | (let ((nodes (Info-toc-nodes Info-current-file)) |
| 4146 | (node Info-current-node) | 4169 | (node Info-current-node) |
| 4147 | (crumbs ()) | 4170 | (crumbs ()) |
| 4148 | (depth Info-breadcrumbs-depth)) | 4171 | (depth Info-breadcrumbs-depth) |
| 4172 | line) | ||
| 4149 | 4173 | ||
| 4150 | ;; Get ancestors from the cached parent-children node info | 4174 | ;; Get ancestors from the cached parent-children node info |
| 4151 | (while (and (not (equal "Top" node)) (> depth 0)) | 4175 | (while (and (not (equal "Top" node)) (> depth 0)) |
| @@ -4172,15 +4196,25 @@ the variable `Info-file-list-for-emacs'." | |||
| 4172 | (file-name-nondirectory Info-current-file) | 4196 | (file-name-nondirectory Info-current-file) |
| 4173 | ;; Some legacy code can still use a symbol. | 4197 | ;; Some legacy code can still use a symbol. |
| 4174 | Info-current-file))))) | 4198 | Info-current-file))))) |
| 4175 | (insert (if (bolp) "" " > ") | 4199 | (setq line (concat |
| 4176 | (cond | 4200 | line |
| 4177 | ((null node) "...") | 4201 | (if (null line) "" " > ") |
| 4178 | ((equal node Info-current-node) | 4202 | (cond |
| 4179 | ;; No point linking to ourselves. | 4203 | ((null node) "...") |
| 4180 | (propertize text 'font-lock-face 'info-header-node)) | 4204 | ((equal node Info-current-node) |
| 4181 | (t | 4205 | ;; No point linking to ourselves. |
| 4182 | (concat "*Note " text "::")))))) | 4206 | (propertize text 'font-lock-face 'info-header-node)) |
| 4183 | (insert "\n")))) | 4207 | (t |
| 4208 | (propertize text | ||
| 4209 | 'mouse-face 'highlight | ||
| 4210 | 'font-lock-face 'info-header-xref | ||
| 4211 | 'help-echo "mouse-2: Go to node" | ||
| 4212 | 'keymap Info-link-keymap | ||
| 4213 | 'link-args text))))))) | ||
| 4214 | (setq line (concat line "\n"))) | ||
| 4215 | ;; (font-lock-append-text-property 0 (length line) | ||
| 4216 | ;; 'font-lock-face 'header-line line) | ||
| 4217 | line)) | ||
| 4184 | 4218 | ||
| 4185 | (defun Info-fontify-node () | 4219 | (defun Info-fontify-node () |
| 4186 | "Fontify the node." | 4220 | "Fontify the node." |
| @@ -4227,8 +4261,8 @@ the variable `Info-file-list-for-emacs'." | |||
| 4227 | ((string-equal (downcase tag) "next") Info-next-link-keymap) | 4261 | ((string-equal (downcase tag) "next") Info-next-link-keymap) |
| 4228 | ((string-equal (downcase tag) "up" ) Info-up-link-keymap)))))) | 4262 | ((string-equal (downcase tag) "up" ) Info-up-link-keymap)))))) |
| 4229 | 4263 | ||
| 4230 | (when (> Info-breadcrumbs-depth 0) | 4264 | ;; (when (> Info-breadcrumbs-depth 0) |
| 4231 | (Info-insert-breadcrumbs)) | 4265 | ;; (insert (Info-breadcrumbs))) |
| 4232 | 4266 | ||
| 4233 | ;; Treat header line. | 4267 | ;; Treat header line. |
| 4234 | (when Info-use-header-line | 4268 | (when Info-use-header-line |
| @@ -4260,7 +4294,10 @@ the variable `Info-file-list-for-emacs'." | |||
| 4260 | ;; that is in the header, if it is just part. | 4294 | ;; that is in the header, if it is just part. |
| 4261 | (cond | 4295 | (cond |
| 4262 | ((> Info-breadcrumbs-depth 0) | 4296 | ((> Info-breadcrumbs-depth 0) |
| 4263 | (put-text-property (point-min) (1+ header-end) 'invisible t)) | 4297 | (let ((ov (make-overlay (point-min) (1+ header-end)))) |
| 4298 | (overlay-put ov 'invisible t) | ||
| 4299 | (overlay-put ov 'after-string (Info-breadcrumbs)) | ||
| 4300 | (overlay-put ov 'evaporate t))) | ||
| 4264 | ((not (bobp)) | 4301 | ((not (bobp)) |
| 4265 | ;; Hide the punctuation at the end, too. | 4302 | ;; Hide the punctuation at the end, too. |
| 4266 | (skip-chars-backward " \t,") | 4303 | (skip-chars-backward " \t,") |
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el index c60b644753c..d4ccb4ceea7 100644 --- a/lisp/ldefs-boot.el +++ b/lisp/ldefs-boot.el | |||
| @@ -1149,8 +1149,8 @@ Entering array mode calls the function `array-mode-hook'. | |||
| 1149 | 1149 | ||
| 1150 | ;;;*** | 1150 | ;;;*** |
| 1151 | 1151 | ||
| 1152 | ;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (19352 | 1152 | ;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (19378 |
| 1153 | ;;;;;; 21362)) | 1153 | ;;;;;; 33860)) |
| 1154 | ;;; Generated autoloads from textmodes/artist.el | 1154 | ;;; Generated autoloads from textmodes/artist.el |
| 1155 | 1155 | ||
| 1156 | (autoload 'artist-mode "artist" "\ | 1156 | (autoload 'artist-mode "artist" "\ |
| @@ -1319,7 +1319,7 @@ Selecting operation | |||
| 1319 | 1319 | ||
| 1320 | Variables | 1320 | Variables |
| 1321 | 1321 | ||
| 1322 | This is a brief overview of the different varaibles. For more info, | 1322 | This is a brief overview of the different variables. For more info, |
| 1323 | see the documentation for the variables (type \\[describe-variable] <variable> RET). | 1323 | see the documentation for the variables (type \\[describe-variable] <variable> RET). |
| 1324 | 1324 | ||
| 1325 | artist-rubber-banding Interactively do rubber-banding or not | 1325 | artist-rubber-banding Interactively do rubber-banding or not |
| @@ -2963,7 +2963,7 @@ Obsoletes `c-forward-into-nomenclature'. | |||
| 2963 | ;;;*** | 2963 | ;;;*** |
| 2964 | 2964 | ||
| 2965 | ;;;### (autoloads (c-guess-basic-syntax) "cc-engine" "progmodes/cc-engine.el" | 2965 | ;;;### (autoloads (c-guess-basic-syntax) "cc-engine" "progmodes/cc-engine.el" |
| 2966 | ;;;;;; (19352 21360)) | 2966 | ;;;;;; (19367 42950)) |
| 2967 | ;;; Generated autoloads from progmodes/cc-engine.el | 2967 | ;;; Generated autoloads from progmodes/cc-engine.el |
| 2968 | 2968 | ||
| 2969 | (autoload 'c-guess-basic-syntax "cc-engine" "\ | 2969 | (autoload 'c-guess-basic-syntax "cc-engine" "\ |
| @@ -4851,7 +4851,7 @@ Enable CUA selection mode without the C-z/C-x/C-c/C-v bindings. | |||
| 4851 | ;;;;;; customize-mode customize customize-save-variable customize-set-variable | 4851 | ;;;;;; customize-mode customize customize-save-variable customize-set-variable |
| 4852 | ;;;;;; customize-set-value custom-menu-sort-alphabetically custom-buffer-sort-alphabetically | 4852 | ;;;;;; customize-set-value custom-menu-sort-alphabetically custom-buffer-sort-alphabetically |
| 4853 | ;;;;;; custom-browse-sort-alphabetically) "cus-edit" "cus-edit.el" | 4853 | ;;;;;; custom-browse-sort-alphabetically) "cus-edit" "cus-edit.el" |
| 4854 | ;;;;;; (19352 21362)) | 4854 | ;;;;;; (19359 48895)) |
| 4855 | ;;; Generated autoloads from cus-edit.el | 4855 | ;;; Generated autoloads from cus-edit.el |
| 4856 | 4856 | ||
| 4857 | (defvar custom-browse-sort-alphabetically nil "\ | 4857 | (defvar custom-browse-sort-alphabetically nil "\ |
| @@ -5719,7 +5719,7 @@ as well as widgets, buttons, overlays, and text properties. | |||
| 5719 | ;;;### (autoloads (desktop-revert desktop-save-in-desktop-dir desktop-change-dir | 5719 | ;;;### (autoloads (desktop-revert desktop-save-in-desktop-dir desktop-change-dir |
| 5720 | ;;;;;; desktop-load-default desktop-read desktop-remove desktop-save | 5720 | ;;;;;; desktop-load-default desktop-read desktop-remove desktop-save |
| 5721 | ;;;;;; desktop-clear desktop-locals-to-save desktop-save-mode) "desktop" | 5721 | ;;;;;; desktop-clear desktop-locals-to-save desktop-save-mode) "desktop" |
| 5722 | ;;;;;; "desktop.el" (19352 21353)) | 5722 | ;;;;;; "desktop.el" (19370 51420)) |
| 5723 | ;;; Generated autoloads from desktop.el | 5723 | ;;; Generated autoloads from desktop.el |
| 5724 | 5724 | ||
| 5725 | (defvar desktop-save-mode nil "\ | 5725 | (defvar desktop-save-mode nil "\ |
| @@ -10459,7 +10459,7 @@ Turn flymake mode off. | |||
| 10459 | 10459 | ||
| 10460 | ;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off | 10460 | ;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off |
| 10461 | ;;;;;; turn-off-flyspell turn-on-flyspell flyspell-mode flyspell-prog-mode) | 10461 | ;;;;;; turn-off-flyspell turn-on-flyspell flyspell-mode flyspell-prog-mode) |
| 10462 | ;;;;;; "flyspell" "textmodes/flyspell.el" (19352 21362)) | 10462 | ;;;;;; "flyspell" "textmodes/flyspell.el" (19369 7847)) |
| 10463 | ;;; Generated autoloads from textmodes/flyspell.el | 10463 | ;;; Generated autoloads from textmodes/flyspell.el |
| 10464 | 10464 | ||
| 10465 | (autoload 'flyspell-prog-mode "flyspell" "\ | 10465 | (autoload 'flyspell-prog-mode "flyspell" "\ |
| @@ -10782,7 +10782,7 @@ and choose the directory as the fortune-file. | |||
| 10782 | ;;;*** | 10782 | ;;;*** |
| 10783 | 10783 | ||
| 10784 | ;;;### (autoloads (gdb-enable-debug gdb) "gdb-ui" "progmodes/gdb-ui.el" | 10784 | ;;;### (autoloads (gdb-enable-debug gdb) "gdb-ui" "progmodes/gdb-ui.el" |
| 10785 | ;;;;;; (19352 21362)) | 10785 | ;;;;;; (19372 60979)) |
| 10786 | ;;; Generated autoloads from progmodes/gdb-ui.el | 10786 | ;;; Generated autoloads from progmodes/gdb-ui.el |
| 10787 | 10787 | ||
| 10788 | (autoload 'gdb "gdb-ui" "\ | 10788 | (autoload 'gdb "gdb-ui" "\ |
| @@ -13641,8 +13641,8 @@ The main features of this mode are | |||
| 13641 | ;;;;;; ido-find-alternate-file ido-find-file-other-window ido-find-file | 13641 | ;;;;;; ido-find-alternate-file ido-find-file-other-window ido-find-file |
| 13642 | ;;;;;; ido-find-file-in-dir ido-switch-buffer-other-frame ido-insert-buffer | 13642 | ;;;;;; ido-find-file-in-dir ido-switch-buffer-other-frame ido-insert-buffer |
| 13643 | ;;;;;; ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window | 13643 | ;;;;;; ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window |
| 13644 | ;;;;;; ido-switch-buffer ido-mode ido-mode) "ido" "ido.el" (19352 | 13644 | ;;;;;; ido-switch-buffer ido-mode ido-mode) "ido" "ido.el" (19355 |
| 13645 | ;;;;;; 21354)) | 13645 | ;;;;;; 62587)) |
| 13646 | ;;; Generated autoloads from ido.el | 13646 | ;;; Generated autoloads from ido.el |
| 13647 | 13647 | ||
| 13648 | (defvar ido-mode nil "\ | 13648 | (defvar ido-mode nil "\ |
| @@ -14118,7 +14118,7 @@ Example: | |||
| 14118 | ;;;;;; image-dired-jump-thumbnail-buffer image-dired-delete-tag | 14118 | ;;;;;; image-dired-jump-thumbnail-buffer image-dired-delete-tag |
| 14119 | ;;;;;; image-dired-tag-files image-dired-show-all-from-dir image-dired-display-thumbs | 14119 | ;;;;;; image-dired-tag-files image-dired-show-all-from-dir image-dired-display-thumbs |
| 14120 | ;;;;;; image-dired-dired-with-window-configuration image-dired-dired-insert-marked-thumbs) | 14120 | ;;;;;; image-dired-dired-with-window-configuration image-dired-dired-insert-marked-thumbs) |
| 14121 | ;;;;;; "image-dired" "image-dired.el" (19352 21354)) | 14121 | ;;;;;; "image-dired" "image-dired.el" (19367 42949)) |
| 14122 | ;;; Generated autoloads from image-dired.el | 14122 | ;;; Generated autoloads from image-dired.el |
| 14123 | 14123 | ||
| 14124 | (autoload 'image-dired-dired-insert-marked-thumbs "image-dired" "\ | 14124 | (autoload 'image-dired-dired-insert-marked-thumbs "image-dired" "\ |
| @@ -14160,7 +14160,7 @@ you have the dired buffer in the left window and the | |||
| 14160 | With optional argument APPEND, append thumbnail to thumbnail buffer | 14160 | With optional argument APPEND, append thumbnail to thumbnail buffer |
| 14161 | instead of erasing it first. | 14161 | instead of erasing it first. |
| 14162 | 14162 | ||
| 14163 | Option argument DO-NOT-POP controls if `pop-to-buffer' should be | 14163 | Optional argument DO-NOT-POP controls if `pop-to-buffer' should be |
| 14164 | used or not. If non-nil, use `display-buffer' instead of | 14164 | used or not. If non-nil, use `display-buffer' instead of |
| 14165 | `pop-to-buffer'. This is used from functions like | 14165 | `pop-to-buffer'. This is used from functions like |
| 14166 | `image-dired-next-line-and-display' and | 14166 | `image-dired-next-line-and-display' and |
| @@ -15367,7 +15367,7 @@ by `jka-compr-installed'. | |||
| 15367 | 15367 | ||
| 15368 | ;;;*** | 15368 | ;;;*** |
| 15369 | 15369 | ||
| 15370 | ;;;### (autoloads (js-mode) "js" "progmodes/js.el" (19352 21355)) | 15370 | ;;;### (autoloads (js-mode) "js" "progmodes/js.el" (19375 48608)) |
| 15371 | ;;; Generated autoloads from progmodes/js.el | 15371 | ;;; Generated autoloads from progmodes/js.el |
| 15372 | 15372 | ||
| 15373 | (autoload 'js-mode "js" "\ | 15373 | (autoload 'js-mode "js" "\ |
| @@ -16475,7 +16475,7 @@ The mail client is taken to be the handler of mailto URLs. | |||
| 16475 | 16475 | ||
| 16476 | ;;;### (autoloads (makefile-imake-mode makefile-bsdmake-mode makefile-makepp-mode | 16476 | ;;;### (autoloads (makefile-imake-mode makefile-bsdmake-mode makefile-makepp-mode |
| 16477 | ;;;;;; makefile-gmake-mode makefile-automake-mode makefile-mode) | 16477 | ;;;;;; makefile-gmake-mode makefile-automake-mode makefile-mode) |
| 16478 | ;;;;;; "make-mode" "progmodes/make-mode.el" (19352 21355)) | 16478 | ;;;;;; "make-mode" "progmodes/make-mode.el" (19370 15152)) |
| 16479 | ;;; Generated autoloads from progmodes/make-mode.el | 16479 | ;;; Generated autoloads from progmodes/make-mode.el |
| 16480 | 16480 | ||
| 16481 | (autoload 'makefile-mode "make-mode" "\ | 16481 | (autoload 'makefile-mode "make-mode" "\ |
| @@ -16707,7 +16707,7 @@ Returns non-nil if the new state is enabled. | |||
| 16707 | ;;;;;; message-forward-make-body message-forward message-recover | 16707 | ;;;;;; message-forward-make-body message-forward message-recover |
| 16708 | ;;;;;; message-supersede message-cancel-news message-followup message-wide-reply | 16708 | ;;;;;; message-supersede message-cancel-news message-followup message-wide-reply |
| 16709 | ;;;;;; message-reply message-news message-mail message-mode) "message" | 16709 | ;;;;;; message-reply message-news message-mail message-mode) "message" |
| 16710 | ;;;;;; "gnus/message.el" (19352 21361)) | 16710 | ;;;;;; "gnus/message.el" (19374 17766)) |
| 16711 | ;;; Generated autoloads from gnus/message.el | 16711 | ;;; Generated autoloads from gnus/message.el |
| 16712 | 16712 | ||
| 16713 | (define-mail-user-agent 'message-user-agent 'message-mail 'message-send-and-exit 'message-kill-buffer 'message-send-hook) | 16713 | (define-mail-user-agent 'message-user-agent 'message-mail 'message-send-and-exit 'message-kill-buffer 'message-send-hook) |
| @@ -17353,7 +17353,7 @@ Insert file contents of URL using `mm-url-program'. | |||
| 17353 | ;;;*** | 17353 | ;;;*** |
| 17354 | 17354 | ||
| 17355 | ;;;### (autoloads (mm-uu-dissect-text-parts mm-uu-dissect) "mm-uu" | 17355 | ;;;### (autoloads (mm-uu-dissect-text-parts mm-uu-dissect) "mm-uu" |
| 17356 | ;;;;;; "gnus/mm-uu.el" (19352 21355)) | 17356 | ;;;;;; "gnus/mm-uu.el" (19382 2266)) |
| 17357 | ;;; Generated autoloads from gnus/mm-uu.el | 17357 | ;;; Generated autoloads from gnus/mm-uu.el |
| 17358 | 17358 | ||
| 17359 | (autoload 'mm-uu-dissect "mm-uu" "\ | 17359 | (autoload 'mm-uu-dissect "mm-uu" "\ |
| @@ -22562,8 +22562,8 @@ of master file. | |||
| 22562 | 22562 | ||
| 22563 | ;;;*** | 22563 | ;;;*** |
| 22564 | 22564 | ||
| 22565 | ;;;### (autoloads nil "reftex-vars" "textmodes/reftex-vars.el" (19352 | 22565 | ;;;### (autoloads nil "reftex-vars" "textmodes/reftex-vars.el" (19367 |
| 22566 | ;;;;;; 21358)) | 22566 | ;;;;;; 42950)) |
| 22567 | ;;; Generated autoloads from textmodes/reftex-vars.el | 22567 | ;;; Generated autoloads from textmodes/reftex-vars.el |
| 22568 | (put 'reftex-vref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x)))) | 22568 | (put 'reftex-vref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x)))) |
| 22569 | (put 'reftex-fref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x)))) | 22569 | (put 'reftex-fref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x)))) |
| @@ -22815,8 +22815,8 @@ variable. | |||
| 22815 | ;;;;;; rmail-secondary-file-directory rmail-primary-inbox-list rmail-highlighted-headers | 22815 | ;;;;;; rmail-secondary-file-directory rmail-primary-inbox-list rmail-highlighted-headers |
| 22816 | ;;;;;; rmail-retry-ignored-headers rmail-displayed-headers rmail-ignored-headers | 22816 | ;;;;;; rmail-retry-ignored-headers rmail-displayed-headers rmail-ignored-headers |
| 22817 | ;;;;;; rmail-dont-reply-to-names rmail-user-mail-address-regexp | 22817 | ;;;;;; rmail-dont-reply-to-names rmail-user-mail-address-regexp |
| 22818 | ;;;;;; rmail-movemail-variant-p) "rmail" "mail/rmail.el" (19352 | 22818 | ;;;;;; rmail-movemail-variant-p) "rmail" "mail/rmail.el" (19363 |
| 22819 | ;;;;;; 21360)) | 22819 | ;;;;;; 36802)) |
| 22820 | ;;; Generated autoloads from mail/rmail.el | 22820 | ;;; Generated autoloads from mail/rmail.el |
| 22821 | 22821 | ||
| 22822 | (autoload 'rmail-movemail-variant-p "rmail" "\ | 22822 | (autoload 'rmail-movemail-variant-p "rmail" "\ |
| @@ -23783,7 +23783,7 @@ Semantic mode. | |||
| 23783 | ;;;;;; mail-alias-file mail-default-reply-to mail-archive-file-name | 23783 | ;;;;;; mail-alias-file mail-default-reply-to mail-archive-file-name |
| 23784 | ;;;;;; mail-header-separator send-mail-function mail-interactive | 23784 | ;;;;;; mail-header-separator send-mail-function mail-interactive |
| 23785 | ;;;;;; mail-self-blind mail-specify-envelope-from mail-from-style) | 23785 | ;;;;;; mail-self-blind mail-specify-envelope-from mail-from-style) |
| 23786 | ;;;;;; "sendmail" "mail/sendmail.el" (19352 21361)) | 23786 | ;;;;;; "sendmail" "mail/sendmail.el" (19374 15070)) |
| 23787 | ;;; Generated autoloads from mail/sendmail.el | 23787 | ;;; Generated autoloads from mail/sendmail.el |
| 23788 | 23788 | ||
| 23789 | (defvar mail-from-style 'default "\ | 23789 | (defvar mail-from-style 'default "\ |
| @@ -23937,9 +23937,11 @@ File containing the text inserted at end of mail buffer.") | |||
| 23937 | (custom-autoload 'mail-signature-file "sendmail" t) | 23937 | (custom-autoload 'mail-signature-file "sendmail" t) |
| 23938 | 23938 | ||
| 23939 | (defvar mail-default-directory (purecopy "~/") "\ | 23939 | (defvar mail-default-directory (purecopy "~/") "\ |
| 23940 | Directory for mail buffers. | 23940 | Value of `default-directory' for Mail mode buffers. |
| 23941 | Value of `default-directory' for mail buffers. | 23941 | This directory is used for auto-save files of Mail mode buffers. |
| 23942 | This directory is used for auto-save files of mail buffers.") | 23942 | |
| 23943 | Note that Message mode does not use this variable; it auto-saves | ||
| 23944 | in `message-auto-save-directory'.") | ||
| 23943 | 23945 | ||
| 23944 | (custom-autoload 'mail-default-directory "sendmail" t) | 23946 | (custom-autoload 'mail-default-directory "sendmail" t) |
| 23945 | 23947 | ||
| @@ -24660,7 +24662,7 @@ If no conflict maker is found, turn off `smerge-mode'. | |||
| 24660 | ;;;*** | 24662 | ;;;*** |
| 24661 | 24663 | ||
| 24662 | ;;;### (autoloads (smiley-buffer smiley-region) "smiley" "gnus/smiley.el" | 24664 | ;;;### (autoloads (smiley-buffer smiley-region) "smiley" "gnus/smiley.el" |
| 24663 | ;;;;;; (19352 21358)) | 24665 | ;;;;;; (19367 42950)) |
| 24664 | ;;; Generated autoloads from gnus/smiley.el | 24666 | ;;; Generated autoloads from gnus/smiley.el |
| 24665 | 24667 | ||
| 24666 | (autoload 'smiley-region "smiley" "\ | 24668 | (autoload 'smiley-region "smiley" "\ |
| @@ -24670,8 +24672,8 @@ A list of images is returned. | |||
| 24670 | \(fn START END)" t nil) | 24672 | \(fn START END)" t nil) |
| 24671 | 24673 | ||
| 24672 | (autoload 'smiley-buffer "smiley" "\ | 24674 | (autoload 'smiley-buffer "smiley" "\ |
| 24673 | Run `smiley-region' at the buffer, specified in the argument or | 24675 | Run `smiley-region' at the BUFFER, specified in the argument or |
| 24674 | interactively. If there's no argument, do it at the current buffer | 24676 | interactively. If there's no argument, do it at the current buffer. |
| 24675 | 24677 | ||
| 24676 | \(fn &optional BUFFER)" t nil) | 24678 | \(fn &optional BUFFER)" t nil) |
| 24677 | 24679 | ||
| @@ -26678,7 +26680,7 @@ tetris-mode keybindings: | |||
| 26678 | ;;;;;; tex-start-commands tex-start-options slitex-run-command latex-run-command | 26680 | ;;;;;; tex-start-commands tex-start-options slitex-run-command latex-run-command |
| 26679 | ;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp | 26681 | ;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp |
| 26680 | ;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el" | 26682 | ;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el" |
| 26681 | ;;;;;; (19352 21363)) | 26683 | ;;;;;; (19371 46148)) |
| 26682 | ;;; Generated autoloads from textmodes/tex-mode.el | 26684 | ;;; Generated autoloads from textmodes/tex-mode.el |
| 26683 | 26685 | ||
| 26684 | (defvar tex-shell-file-name nil "\ | 26686 | (defvar tex-shell-file-name nil "\ |
| @@ -27673,7 +27675,7 @@ To get complete usage, invoke \"emacs -batch -f batch-titdic-convert -h\". | |||
| 27673 | ;;;*** | 27675 | ;;;*** |
| 27674 | 27676 | ||
| 27675 | ;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm" | 27677 | ;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm" |
| 27676 | ;;;;;; "tmm.el" (19352 21359)) | 27678 | ;;;;;; "tmm.el" (19376 53416)) |
| 27677 | ;;; Generated autoloads from tmm.el | 27679 | ;;; Generated autoloads from tmm.el |
| 27678 | (define-key global-map "\M-`" 'tmm-menubar) | 27680 | (define-key global-map "\M-`" 'tmm-menubar) |
| 27679 | (define-key global-map [menu-bar mouse-1] 'tmm-menubar-mouse) | 27681 | (define-key global-map [menu-bar mouse-1] 'tmm-menubar-mouse) |
| @@ -27923,7 +27925,7 @@ to a tcp server on another machine. | |||
| 27923 | ;;;*** | 27925 | ;;;*** |
| 27924 | 27926 | ||
| 27925 | ;;;### (autoloads (trace-function-background trace-function trace-buffer) | 27927 | ;;;### (autoloads (trace-function-background trace-function trace-buffer) |
| 27926 | ;;;;;; "trace" "emacs-lisp/trace.el" (19352 21359)) | 27928 | ;;;;;; "trace" "emacs-lisp/trace.el" (19367 42950)) |
| 27927 | ;;; Generated autoloads from emacs-lisp/trace.el | 27929 | ;;; Generated autoloads from emacs-lisp/trace.el |
| 27928 | 27930 | ||
| 27929 | (defvar trace-buffer (purecopy "*trace-output*") "\ | 27931 | (defvar trace-buffer (purecopy "*trace-output*") "\ |
| @@ -27936,7 +27938,7 @@ Traces FUNCTION with trace output going to BUFFER. | |||
| 27936 | For every call of FUNCTION Lisp-style trace messages that display argument | 27938 | For every call of FUNCTION Lisp-style trace messages that display argument |
| 27937 | and return values will be inserted into BUFFER. This function generates the | 27939 | and return values will be inserted into BUFFER. This function generates the |
| 27938 | trace advice for FUNCTION and activates it together with any other advice | 27940 | trace advice for FUNCTION and activates it together with any other advice |
| 27939 | there might be!! The trace BUFFER will popup whenever FUNCTION is called. | 27941 | there might be!! The trace BUFFER will popup whenever FUNCTION is called. |
| 27940 | Do not use this to trace functions that switch buffers or do any other | 27942 | Do not use this to trace functions that switch buffers or do any other |
| 27941 | display oriented stuff, use `trace-function-background' instead. | 27943 | display oriented stuff, use `trace-function-background' instead. |
| 27942 | 27944 | ||
| @@ -27960,7 +27962,7 @@ BUFFER defaults to `trace-buffer'. | |||
| 27960 | ;;;### (autoloads (tramp-unload-tramp tramp-completion-handle-file-name-completion | 27962 | ;;;### (autoloads (tramp-unload-tramp tramp-completion-handle-file-name-completion |
| 27961 | ;;;;;; tramp-completion-handle-file-name-all-completions tramp-unload-file-name-handlers | 27963 | ;;;;;; tramp-completion-handle-file-name-all-completions tramp-unload-file-name-handlers |
| 27962 | ;;;;;; tramp-file-name-handler tramp-syntax tramp-mode) "tramp" | 27964 | ;;;;;; tramp-file-name-handler tramp-syntax tramp-mode) "tramp" |
| 27963 | ;;;;;; "net/tramp.el" (19352 21361)) | 27965 | ;;;;;; "net/tramp.el" (19356 59749)) |
| 27964 | ;;; Generated autoloads from net/tramp.el | 27966 | ;;; Generated autoloads from net/tramp.el |
| 27965 | 27967 | ||
| 27966 | (defvar tramp-mode t "\ | 27968 | (defvar tramp-mode t "\ |
| @@ -29183,7 +29185,7 @@ If FILE-NAME is non-nil, save the result to FILE-NAME. | |||
| 29183 | ;;;;;; vc-create-tag vc-merge vc-insert-headers vc-revision-other-window | 29185 | ;;;;;; vc-create-tag vc-merge vc-insert-headers vc-revision-other-window |
| 29184 | ;;;;;; vc-root-diff vc-diff vc-version-diff vc-register vc-next-action | 29186 | ;;;;;; vc-root-diff vc-diff vc-version-diff vc-register vc-next-action |
| 29185 | ;;;;;; vc-before-checkin-hook vc-checkin-hook vc-checkout-hook) | 29187 | ;;;;;; vc-before-checkin-hook vc-checkin-hook vc-checkout-hook) |
| 29186 | ;;;;;; "vc" "vc.el" (19352 21359)) | 29188 | ;;;;;; "vc" "vc.el" (19371 62620)) |
| 29187 | ;;; Generated autoloads from vc.el | 29189 | ;;; Generated autoloads from vc.el |
| 29188 | 29190 | ||
| 29189 | (defvar vc-checkout-hook nil "\ | 29191 | (defvar vc-checkout-hook nil "\ |
| @@ -29270,9 +29272,10 @@ saving the buffer. | |||
| 29270 | \(fn HISTORIC &optional NOT-URGENT)" t nil) | 29272 | \(fn HISTORIC &optional NOT-URGENT)" t nil) |
| 29271 | 29273 | ||
| 29272 | (autoload 'vc-root-diff "vc" "\ | 29274 | (autoload 'vc-root-diff "vc" "\ |
| 29273 | Display diffs between file revisions. | 29275 | Display diffs between VC-controlled whole tree revisions. |
| 29274 | Normally this compares the currently selected fileset with their | 29276 | Normally, this compares the tree corresponding to the current |
| 29275 | working revisions. With a prefix argument HISTORIC, it reads two revision | 29277 | fileset with the working revision. |
| 29278 | With a prefix argument HISTORIC, prompt for two revision | ||
| 29276 | designators specifying which revisions to compare. | 29279 | designators specifying which revisions to compare. |
| 29277 | 29280 | ||
| 29278 | The optional argument NOT-URGENT non-nil means it is ok to say no to | 29281 | The optional argument NOT-URGENT non-nil means it is ok to say no to |
| @@ -29327,12 +29330,20 @@ allowed and simply skipped). | |||
| 29327 | 29330 | ||
| 29328 | (autoload 'vc-print-log "vc" "\ | 29331 | (autoload 'vc-print-log "vc" "\ |
| 29329 | List the change log of the current fileset in a window. | 29332 | List the change log of the current fileset in a window. |
| 29330 | If WORKING-REVISION is non-nil, leave the point at that revision. | 29333 | If WORKING-REVISION is non-nil, leave point at that revision. |
| 29334 | If LIMIT is non-nil, it should be a number specifying the maximum | ||
| 29335 | number of revisions to show; the default is `vc-log-show-limit'. | ||
| 29336 | |||
| 29337 | When called interactively with a prefix argument, prompt for | ||
| 29338 | WORKING-REVISION and LIMIT. | ||
| 29331 | 29339 | ||
| 29332 | \(fn &optional WORKING-REVISION LIMIT)" t nil) | 29340 | \(fn &optional WORKING-REVISION LIMIT)" t nil) |
| 29333 | 29341 | ||
| 29334 | (autoload 'vc-print-root-log "vc" "\ | 29342 | (autoload 'vc-print-root-log "vc" "\ |
| 29335 | List the change log of for the current VC controlled tree in a window. | 29343 | List the change log for the current VC controlled tree in a window. |
| 29344 | If LIMIT is non-nil, it should be a number specifying the maximum | ||
| 29345 | number of revisions to show; the default is `vc-log-show-limit'. | ||
| 29346 | When called interactively with a prefix argument, prompt for LIMIT. | ||
| 29336 | 29347 | ||
| 29337 | \(fn &optional LIMIT)" t nil) | 29348 | \(fn &optional LIMIT)" t nil) |
| 29338 | 29349 | ||
| @@ -31435,7 +31446,7 @@ With arg, turn Winner mode on if and only if arg is positive. | |||
| 31435 | ;;;*** | 31446 | ;;;*** |
| 31436 | 31447 | ||
| 31437 | ;;;### (autoloads (woman-find-file woman-dired-find-file woman woman-locale) | 31448 | ;;;### (autoloads (woman-find-file woman-dired-find-file woman woman-locale) |
| 31438 | ;;;;;; "woman" "woman.el" (19352 21359)) | 31449 | ;;;;;; "woman" "woman.el" (19359 48737)) |
| 31439 | ;;; Generated autoloads from woman.el | 31450 | ;;; Generated autoloads from woman.el |
| 31440 | 31451 | ||
| 31441 | (defvar woman-locale nil "\ | 31452 | (defvar woman-locale nil "\ |
| @@ -31788,8 +31799,8 @@ Zone out, completely. | |||
| 31788 | ;;;;;; "cedet/semantic/edit.el" "cedet/semantic/find.el" "cedet/semantic/format.el" | 31799 | ;;;;;; "cedet/semantic/edit.el" "cedet/semantic/find.el" "cedet/semantic/format.el" |
| 31789 | ;;;;;; "cedet/semantic/fw.el" "cedet/semantic/grammar-wy.el" "cedet/semantic/grammar.el" | 31800 | ;;;;;; "cedet/semantic/fw.el" "cedet/semantic/grammar-wy.el" "cedet/semantic/grammar.el" |
| 31790 | ;;;;;; "cedet/semantic/html.el" "cedet/semantic/ia-sb.el" "cedet/semantic/ia.el" | 31801 | ;;;;;; "cedet/semantic/html.el" "cedet/semantic/ia-sb.el" "cedet/semantic/ia.el" |
| 31791 | ;;;;;; "cedet/semantic/idle.el" "cedet/semantic/java.el" "cedet/semantic/lex-spp.el" | 31802 | ;;;;;; "cedet/semantic/idle.el" "cedet/semantic/imenu.el" "cedet/semantic/java.el" |
| 31792 | ;;;;;; "cedet/semantic/lex.el" "cedet/semantic/mru-bookmark.el" | 31803 | ;;;;;; "cedet/semantic/lex-spp.el" "cedet/semantic/lex.el" "cedet/semantic/mru-bookmark.el" |
| 31793 | ;;;;;; "cedet/semantic/sb.el" "cedet/semantic/scope.el" "cedet/semantic/senator.el" | 31804 | ;;;;;; "cedet/semantic/sb.el" "cedet/semantic/scope.el" "cedet/semantic/senator.el" |
| 31794 | ;;;;;; "cedet/semantic/sort.el" "cedet/semantic/symref.el" "cedet/semantic/symref/cscope.el" | 31805 | ;;;;;; "cedet/semantic/sort.el" "cedet/semantic/symref.el" "cedet/semantic/symref/cscope.el" |
| 31795 | ;;;;;; "cedet/semantic/symref/filter.el" "cedet/semantic/symref/global.el" | 31806 | ;;;;;; "cedet/semantic/symref/filter.el" "cedet/semantic/symref/global.el" |
| @@ -31928,8 +31939,8 @@ Zone out, completely. | |||
| 31928 | ;;;;;; "url/url-expand.el" "url/url-ftp.el" "url/url-history.el" | 31939 | ;;;;;; "url/url-expand.el" "url/url-ftp.el" "url/url-history.el" |
| 31929 | ;;;;;; "url/url-imap.el" "url/url-methods.el" "url/url-nfs.el" "url/url-proxy.el" | 31940 | ;;;;;; "url/url-imap.el" "url/url-methods.el" "url/url-nfs.el" "url/url-proxy.el" |
| 31930 | ;;;;;; "url/url-vars.el" "vc-dav.el" "vcursor.el" "vt-control.el" | 31941 | ;;;;;; "url/url-vars.el" "vc-dav.el" "vcursor.el" "vt-control.el" |
| 31931 | ;;;;;; "vt100-led.el" "w32-fns.el" "w32-vars.el" "x-dnd.el") (19352 | 31942 | ;;;;;; "vt100-led.el" "w32-fns.el" "w32-vars.el" "x-dnd.el") (19382 |
| 31932 | ;;;;;; 23109 108328)) | 31943 | ;;;;;; 35538 347447)) |
| 31933 | 31944 | ||
| 31934 | ;;;*** | 31945 | ;;;*** |
| 31935 | 31946 | ||
diff --git a/lisp/textmodes/artist.el b/lisp/textmodes/artist.el index bc5f29482e7..41145afb766 100644 --- a/lisp/textmodes/artist.el +++ b/lisp/textmodes/artist.el | |||
| @@ -1319,7 +1319,7 @@ Selecting operation | |||
| 1319 | 1319 | ||
| 1320 | Variables | 1320 | Variables |
| 1321 | 1321 | ||
| 1322 | This is a brief overview of the different varaibles. For more info, | 1322 | This is a brief overview of the different variables. For more info, |
| 1323 | see the documentation for the variables (type \\[describe-variable] <variable> RET). | 1323 | see the documentation for the variables (type \\[describe-variable] <variable> RET). |
| 1324 | 1324 | ||
| 1325 | artist-rubber-banding Interactively do rubber-banding or not | 1325 | artist-rubber-banding Interactively do rubber-banding or not |
diff --git a/lisp/textmodes/tex-mode.el b/lisp/textmodes/tex-mode.el index 38698af7885..5fc92a92d37 100644 --- a/lisp/textmodes/tex-mode.el +++ b/lisp/textmodes/tex-mode.el | |||
| @@ -1060,7 +1060,7 @@ subshell is initiated, `tex-shell-hook' is run." | |||
| 1060 | "\\>\\|\\\\[a-z]*" (regexp-opt '("space" "skip" "page") t) | 1060 | "\\>\\|\\\\[a-z]*" (regexp-opt '("space" "skip" "page") t) |
| 1061 | "\\>\\)")) | 1061 | "\\>\\)")) |
| 1062 | (setq paragraph-separate | 1062 | (setq paragraph-separate |
| 1063 | (concat "[\f]\\|[ \t]*\\($\\|" | 1063 | (concat "[\f%]\\|[ \t]*\\($\\|" |
| 1064 | "\\\\[][]\\|" | 1064 | "\\\\[][]\\|" |
| 1065 | "\\\\" (regexp-opt (append | 1065 | "\\\\" (regexp-opt (append |
| 1066 | (mapcar 'car latex-section-alist) | 1066 | (mapcar 'car latex-section-alist) |
diff --git a/lisp/version.el b/lisp/version.el index fbdabd571af..c5c9bfa5fb6 100644 --- a/lisp/version.el +++ b/lisp/version.el | |||
| @@ -32,7 +32,7 @@ | |||
| 32 | (defconst emacs-copyright "Copyright (C) 2010 Free Software Foundation, Inc." "\ | 32 | (defconst emacs-copyright "Copyright (C) 2010 Free Software Foundation, Inc." "\ |
| 33 | Short copyright string for this version of Emacs.") | 33 | Short copyright string for this version of Emacs.") |
| 34 | 34 | ||
| 35 | (defconst emacs-version "23.1.94" "\ | 35 | (defconst emacs-version "23.1.95" "\ |
| 36 | Version numbers of this version of Emacs.") | 36 | Version numbers of this version of Emacs.") |
| 37 | 37 | ||
| 38 | (defconst emacs-major-version (progn (string-match "^[0-9]+" emacs-version) (string-to-number (match-string 0 emacs-version))) "\ | 38 | (defconst emacs-major-version (progn (string-match "^[0-9]+" emacs-version) (string-to-number (match-string 0 emacs-version))) "\ |