comparison lisp/ChangeLog @ 83552:d3099204c799

Merged from emacs@sv.gnu.org Patches applied: * emacs@sv.gnu.org/emacs--devo--0--patch-585 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-586 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-587 Update from erc--emacs--22 * emacs@sv.gnu.org/emacs--devo--0--patch-588 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-589 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-590 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-591 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-592
author Karoly Lorentey <lorentey@elte.hu>
date Sat, 06 Jan 2007 15:25:16 +0000
parents 17e0dd217877 d6061490a94c
children 32073cbc5eb6
comparison
equal deleted inserted replaced
83551:d9dc7e67ad3f 83552:d3099204c799
1 2007-01-05 Takaaki Ota <Takaaki.Ota@am.sony.com>
2
3 * textmodes/table.el (table--warn-incompatibility):
4 Use display-warning instead of momentary-string-display.
5
6 2007-01-05 Richard Stallman <rms@gnu.org>
7
8 * image.el (image-type-header-regexps): Recognize xbm more strictly.
9
10 * simple.el (backward-kill-word): Doc fix.
11
12 2007-01-05 Romain Francoise <romain@orebokech.com>
13
14 * international/mule.el (sgml-html-meta-auto-coding-function):
15 Ensure that the buffer contains a HTML document.
16
17 2007-01-05 Dan Nicolaescu <dann@ics.uci.edu>
18
19 * faces.el (momentary): Move here ...
20 * subr.el (momentary): ... from here.
21
22 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
23
24 * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
25 (gdb-speedbar-expand-node): Ask user for confirmation before expanding
26 large structures/arrays.
27
28 2007-01-04 Juanma Barranquero <lekktu@gmail.com>
29
30 * files.el (find-file-noselect-1, set-visited-file-name):
31 Allow backup-enable-predicate to be nil.
32
33 2007-01-04 Kevin Rodgers <kevin.d.rodgers@gmail.com>
34
35 * subr.el (momentary): New face.
36 (momentary-string-display): Display the string via a temporary
37 overlay using the new face, instead of inserting it in the buffer.
38
39 2007-01-04 Andreas Schwab <schwab@suse.de>
40
41 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
42 last change.
43
44 2007-01-03 Richard Stallman <rms@gnu.org>
45
46 * woman.el (woman-decode-buffer): Clarify error message.
47
48 2007-01-03 Alan Mackenzie <acm@muc.de>
49
50 * progmode/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy
51 patch.
52
53 2007-01-03 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
54
55 * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
56
57 2007-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
58
59 * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
60
61 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
62
63 * emulation/viper.el (viper-custom-file-name, viper-mode):
64 Fix typos in docstrings.
65
66 * subr.el (momentary-string-display): After moving point, set POS
67 variable to it to avoid later errors once the buffer is modified.
68 Doc fix.
69
70 2007-01-02 Alan Mackenzie <acm@muc.de>
71
72 * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
73 check that the "*/" is present before trying to manipulate it.
74
75 2007-01-02 Richard Stallman <rms@gnu.org>
76
77 * wid-edit.el (widget-choose): Avoid ugly error for function keys.
78
79 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
80 Fix format of value.
81
82 * cus-edit.el (customize-unsaved): Rename from customize-customized.
83 Change messages accordingly.
84 (customize-customized): Now alias.
85
86 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
87
88 * files.el (version-control): Doc fix.
89
90 2007-01-01 Alan Mackenzie <acm@muc.de>
91
92 * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
93 Check the format of c-state-cache is valid for an optimisation before
94 using it.
95
96 * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
97 are at a statement within a macro". Other changes so that only
98 the first continuation line in a macro gets the symbol
99 `cpp-define-intro', the others getting `statement', or whatever.
100
101 * progmodes/cc-cmds.el (c-context-line-break): When invoked within
102 a string, preserve whitespace. Add a backslash only when also in
103 a macro.
104
105 * progmodes/cc-defs.el: Correct typos.
106
107 * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
108 new line after an escaped EOL in a string.
109
110 * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
111 label when it directly follows "else", "do", ....
112
113 * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
114 angle brackets (as seen in "explicit specialisations" of C++
115 templates).
116
117 * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
118 in the doc-string.
119
120 * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
121 when the comment ender looks like "=========*/" and is alone on
122 its line.
123
124 * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
125 spelling of c-opt-op-identiTier-prefix, t -> f. Leave an alias
126 for the old name.
127
128 * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
129 c-\(beginning\|end\)-of-defun by default.
130
131 * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
132 New line-up function, for the DEFUN macro in the Emacs C sources.
133 Only used in "gnu" style.
134
135 * progmodes/cc-styles.el (c-style-alist): Use this new function in
136 the "gnu" style.
137
138 * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
139 clean-up comment-close-slash also to work when there's a comment
140 terminator on the line.
141 (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
142 these for large arg - only take account of top level {..}, except
143 for initial and final adjustments. M-- C-M-[ae] now go to the
144 right defuns when the starting point is between defuns. They use
145 the four new functions:
146 (c-in-function-trailer-p, c-where-wrt-brace-construct)
147 (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
148 support c-\(beginning\|end\)-of-defun.
149
150 * progmodes/cc-engine.el (c-forward-label): Analyze ":"
151 expressions more rigorously, to exclude bit-field specifiers from
152 being classed as labels.
153 (c-forward-label): When analyzing a ":" within a macro, be careful
154 about using c-forward-syntactic-ws at the macro beginning.
155 (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
156 stmt boundary, check for "operator=", etc.
157
158 * progmodes/cc-mode.el (c-postprocess-file-styles):
159 Bind inhibit-read-only to t, around the call to
160 c-remove-any-local-eval-or-mode-variables, so that it works on a
161 RO file.
162
163 * progmodes/cc-defs.el (c-version): Update the version number to
164 "5.31.4".
165
166 2007-01-01 Richard Stallman <rms@gnu.org>
167
168 * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
169 only if we restored isearch-window-configuration.
170
1 2006-12-31 Romain Francoise <romain@orebokech.com> 171 2006-12-31 Romain Francoise <romain@orebokech.com>
2 172
3 * net/tramp.el (tramp-default-method): Don't use `symbol-function'. 173 * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
4 174
5 2006-12-31 Kim F. Storm <storm@cua.dk> 175 2006-12-31 Kim F. Storm <storm@cua.dk>
163 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type 333 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
164 LF. 334 LF.
165 335
166 2006-12-25 Michael R. Mauger <mmaug@yahoo.com> 336 2006-12-25 Michael R. Mauger <mmaug@yahoo.com>
167 337
168 * progmodes/sql.el (sql-mode-abbrev-table): Corrected initialization. 338 * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
169 (sql-mode-syntax-table): Disable double quoted strings. 339 (sql-mode-syntax-table): Disable double quoted strings.
170 (sql-mode-font-lock-object-name): Added TYPE and TYPE BODY. 340 (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
171 341
172 2006-12-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 342 2006-12-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
173 343
174 * startup.el (fancy-splash-last-input-event): New variable. 344 * startup.el (fancy-splash-last-input-event): New variable.
175 (fancy-splash-special-event-action): New function. 345 (fancy-splash-special-event-action): New function.
2214 2384
2215 * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el. 2385 * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
2216 2386
2217 2006-10-19 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 2387 2006-10-19 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2218 2388
2219 * select.el (ccl-check-utf-8, string-utf-8-p): New functions 2389 * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
2220 (by Kenichi Handa). 2390 Kenichi Handa).
2221 (xselect-convert-to-string): Decline requests for UTF8_STRING if 2391 (xselect-convert-to-string): Decline requests for UTF8_STRING if
2222 the selection is not UTF-8. 2392 the selection is not UTF-8.
2223 2393
2224 2006-10-18 Juanma Barranquero <lekktu@gmail.com> 2394 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
2225 2395