Mercurial > emacs
comparison lisp/ChangeLog @ 97332:7b285e87b6ba
Fix typos.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Wed, 06 Aug 2008 15:55:46 +0000 |
parents | 541ff411cf6f |
children | 701c14eb5b26 |
comparison
equal
deleted
inserted
replaced
97331:3b4f09195a23 | 97332:7b285e87b6ba |
---|---|
41 (xesam-mode-line, xesam-highlight): New deffaces. | 41 (xesam-mode-line, xesam-highlight): New deffaces. |
42 (xesam-objects): New local variable. | 42 (xesam-objects): New local variable. |
43 (xesam-search-engines): Fix error in field list. | 43 (xesam-search-engines): Fix error in field list. |
44 (xesam-mode): Use `xesam-mode-line' instead of | 44 (xesam-mode): Use `xesam-mode-line' instead of |
45 `font-lock-type-face'. Apply `xesam-mode' to a temp buffer, for | 45 `font-lock-type-face'. Apply `xesam-mode' to a temp buffer, for |
46 proper initiatilzaion (why?). | 46 proper initialization (why?). |
47 (xesam-highlight-string, xesam-get-hits) | 47 (xesam-highlight-string, xesam-get-hits) |
48 (xesam-kill-buffer-function): New defuns. | 48 (xesam-kill-buffer-function): New defuns. |
49 (xesam-refresh-entry): Move code to `xesam-get-hits'. Check | 49 (xesam-refresh-entry): Move code to `xesam-get-hits'. Check |
50 result of "hit.fields", it isn't a string only. Wrap an error of | 50 result of "hit.fields", it isn't a string only. Wrap an error of |
51 the strigi search engine ("xesam:size" is returned as string). | 51 the strigi search engine ("xesam:size" is returned as string). |
245 Accept hash notation. Doc fix. | 245 Accept hash notation. Doc fix. |
246 (ucs-insert): Doc fix. Convert to number only when `arg' is | 246 (ucs-insert): Doc fix. Convert to number only when `arg' is |
247 a string. Use separate error message when `arg' is not an integer. | 247 a string. Use separate error message when `arg' is not an integer. |
248 Bind `ucs-insert' to `C-x 8 RET'. | 248 Bind `ucs-insert' to `C-x 8 RET'. |
249 | 249 |
250 2008-07-31 Joachim Nilsson <joachim.nilsson@member.fsf.org> (tiny change) | 250 2008-07-31 Joachim Nilsson <joachim.nilsson@member.fsf.org> (tiny change) |
251 | 251 |
252 * progmodes/cc-styles.el (c-style-alist): For the Ellemtel style, | 252 * progmodes/cc-styles.el (c-style-alist): For the Ellemtel style, |
253 move the (arglist-cont-nonempty) from c-offsets-alist to | 253 move the (arglist-cont-nonempty) from c-offsets-alist to |
254 c-hanging-braces-alist like other styles already have. | 254 c-hanging-braces-alist like other styles already have. |
255 | 255 |