comparison lisp/ChangeLog @ 107924:5fd60074a156

merge trunk
author Kenichi Handa <handa@etlken>
date Wed, 07 Apr 2010 15:08:27 +0900
parents 64dd8cad5b43 335c3f4127c4
children 470fef5038b3
comparison
equal deleted inserted replaced
107923:64dd8cad5b43 107924:5fd60074a156
6 (tamil-composable-pattern): Fix typo in the regexp. 6 (tamil-composable-pattern): Fix typo in the regexp.
7 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp. 7 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
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
14 the new Unicode specification. 52 the new Unicode specification.
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)
22 (telugu-composable-pattern): New variables to cope with the new 60 (telugu-composable-pattern): New variables to cope with the new
23 Unicode specification. Use them in composition-function-table. 61 Unicode specification. Use them in composition-function-table.
3327 2009-11-20 Karl Fogel <karl.fogel@red-bean.com> 3365 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
3328 3366
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>
3336 3374
3337 * progmodes/cc-cmds.el (c-forward-into-nomenclature) 3375 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
6082 switch-to-buffer in a dedicated window. 6120 switch-to-buffer in a dedicated window.
6083 6121
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)
6096 6134
6097 2009-10-04 Karl Fogel <kfogel@red-bean.com> 6135 2009-10-04 Karl Fogel <kfogel@red-bean.com>
6117 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump) 6155 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
6118 (bookmark-jump-other-window, bookmark-handle-bookmark) 6156 (bookmark-jump-other-window, bookmark-handle-bookmark)
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)
6127 (bookmark-import-new-list, bookmark-maybe-rename) 6165 (bookmark-import-new-list, bookmark-maybe-rename)
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>
6140 6178
6141 * bookmark.el (bookmark-alist): Document the new `handler' element 6179 * bookmark.el (bookmark-alist): Document the new `handler' element