Mercurial > emacs
comparison lisp/ChangeLog @ 107271:af8dcc16162f
Merge from mainline.
author | Katsumi Yamaoka <yamaoka@jpl.org> |
---|---|
date | Thu, 04 Feb 2010 22:04:56 +0000 |
parents | 1786f2e6a856 |
children | 392cb4c24760 |
comparison
equal
deleted
inserted
replaced
107270:444ecbd20d25 | 107271:af8dcc16162f |
---|---|
1 2010-02-04 Alan Mackenzie <acm@muc.de> | |
2 | |
3 Change strategy for marking < and > as template delimiters: mark | |
4 them strictly in matching pairs. | |
5 | |
6 * cc-mode.el (c-before-change): Use | |
7 c-get-state-before-change-functions. | |
8 (c-common-init): Adapt to use | |
9 c-get-state-before-change-functions (note plural). | |
10 | |
11 * cc-langs.el (c-no-parens-syntax-table): New syntax table, used | |
12 for searching syntactically for matching <s and >s. | |
13 (c-get-state-before-change-functions): New language variable (note | |
14 the plural) which supersedes c-get-state-before-change-function. | |
15 | |
16 * cc-engine.el (c-clear-<-pair-props, c-clear->-pair-props) | |
17 (c-clear-<>-pair-props, c-clear-<-pair-props-if-match-after) | |
18 (c-clear->-pair-props-if-match-before) | |
19 (c-before-change-check-<>-operators): new functions. | |
20 (c-after-change-check-<>-operators): Use macro | |
21 c-unmark-<->-as-paren. | |
22 | |
23 * cc-defs.el (c-search-backward-char-property): New macro. | |
24 | |
25 * cc-cmds.el (c-electric-lt-gt): Do not set text properties on < | |
26 and > any more. (These will be handled by font locking.) | |
27 | |
28 2010-02-04 Michael Albinus <michael.albinus@gmx.de> | |
29 | |
30 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call | |
31 `dired-uncache' for every elemnt which is an absolute file name. | |
32 | |
33 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a | |
34 directory, handle its directory component. | |
35 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this | |
36 function is called permanently and creates noise, otherwise. | |
37 | |
38 * net/tramp-imap.el (tramp-imap-handle-insert-directory): | |
39 * net/tramp-smb.el (tramp-smb-handle-insert-directory): | |
40 Handle the case, FILENAME is not in `default-directory'. (Bug#5478) | |
41 | |
42 2010-02-04 David Burger <dburger@google.com> (tiny change) | |
43 | |
44 * macros.el (apply-macro-to-region-lines): | |
45 Minor simplification. (Bug#5485) | |
46 | |
47 2010-02-04 Glenn Morris <rgm@gnu.org> | |
48 | |
49 * mail/rmail.el (rmail-show-message-1): Handle malformed | |
50 quoted-printable text. (Bug#5441) | |
51 | |
52 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix. | |
53 | |
54 * simple.el (visual-line-mode): Capitalize lighter. | |
55 | |
1 2010-02-03 John Wiegley <jwiegley@gmail.com> | 56 2010-02-03 John Wiegley <jwiegley@gmail.com> |
2 | 57 |
3 * iswitchb.el (iswitchb-completions): Add bookmark files to the | 58 * iswitchb.el (iswitchb-completions): Add bookmark files to the |
4 list of files considered for "virtual buffer" completions. | 59 list of files considered for "virtual buffer" completions. |
5 | 60 |