aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorJoakim Verona2011-11-22 15:39:42 +0100
committerJoakim Verona2011-11-22 15:39:42 +0100
commit40bb789236e486a3f36eefb2840c293369ce2af3 (patch)
tree8e81d3aa5f232ec7f2c5187c683cb0998d2dc4e2 /lisp/ChangeLog
parent62318aed495a48e24ff73fe79e420dd801df3189 (diff)
parenta8e1496d750ab0f571b3412ff61aaa4da640a036 (diff)
downloademacs-40bb789236e486a3f36eefb2840c293369ce2af3.tar.gz
emacs-40bb789236e486a3f36eefb2840c293369ce2af3.zip
upstream
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog298
1 files changed, 281 insertions, 17 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d0a50366eff..45a115ec566 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,8 +1,273 @@
12011-11-17 Glenn Morris <rgm@gnu.org>
2
3 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
4 Ignore buffer-local generated-autoload-file if it is the same
5 as the global value. (Bug#10049)
6
72011-11-17 Juanma Barranquero <lekktu@gmail.com>
8
9 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
10 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
11 (reftex-toc-previous-heading, reftex-toc-max-level)
12 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
13 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
14 (reftex-toc-do-promote, reftex-toc-promote-prepare)
15 (reftex-toc-promote-action, reftex-toc-extract-section-number)
16 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
17 (reftex-toc-rename-label, reftex-toc-visit-location)
18 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
19 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
20 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
21 leaving "*toc*" only for references to the buffer.
22
232011-11-17 Martin Rudalics <rudalics@gmx.at>
24
25 * window.el (window-resize, delete-window, split-window):
26 Replace window-splits by window-combination-resize.
27 * cus-start.el (window-splits): Replace by
28 window-combination-resize.
29
302011-11-17 Glenn Morris <rgm@gnu.org>
31
32 * progmodes/sh-script.el (sh-font-lock-keywords-var):
33 Make bash entry derive from sh entry, not shell entry.
34
352011-11-16 Michael Albinus <michael.albinus@gmx.de>
36
37 * net/tramp.el (tramp-handle-file-truename): Cache only the local
38 file name.
39
40 * net/tramp-cache.el (tramp-flush-file-property): Flush also
41 properties of linked files. (Bug#9879)
42
432011-11-16 Juanma Barranquero <lekktu@gmail.com>
44
45 * menu-bar.el (menu-bar-file-menu):
46 * printing.el (pr-ps-utility):
47 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
48 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
49 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
50 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
51 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
52 (icalendar--convert-cyclic-to-ical)
53 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
54 (icalendar--convert-ical-to-diary)
55 (icalendar--convert-recurring-to-diary)
56 (icalendar--convert-non-recurring-all-day-to-diary)
57 (icalendar-import-format-sample):
58 * progmodes/idlw-shell.el (idlwave-shell-mode):
59 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
60 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
61 (vhdl-ps-print-init): Fix typos.
62
632011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
64
65 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
66 FSF and collapse date sequence, obscure author/maintainer email address
67 better, remove extra version line, track relocation of author's webpage.
68
69 * progmodes/python.el (python-pdbtrack-input-prompt)
70 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
71 regular python pdb prompts. Adjustments shamelessly taken exactly as
72 suggested in EmacsWiki page (tiny change):
73 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
74
752011-11-16 Juanma Barranquero <lekktu@gmail.com>
76
77 * expand.el (expand-pos, expand-index, expand-point):
78 Remove redundant info from docstring.
79 (expand-add-abbrevs): Doc fix.
80 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
81 (expand-sample-perl-mode-expand-list): Fix typos.
82
83 * net/dbus.el (dbus-event-member-name):
84 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
85 * term/pc-win.el (msdos-create-frame-with-faces):
86 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
87
882011-11-16 Martin Rudalics <rudalics@gmx.at>
89
90 * window.el (split-window, window-state-get-1)
91 (window-state-put-1, window-state-put-2): Rename occurrences of
92 window-nest to window-combination-limit.
93 * cus-start.el (window-nest): Rename to
94 window-combination-limit.
95
962011-11-16 Chong Yidong <cyd@gnu.org>
97
98 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
99 regexp (Bug#10033).
100
1012011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
102
103 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
104 `completing-read' will remove *Completions* and will preserve
105 current-buffer for us.
106 (tmm-add-prompt): Users of *Completions* will always (re)set its
107 major mode.
108 (tmm-old-comp-map): Remove.
109
1102011-11-16 Glenn Morris <rgm@gnu.org>
111
112 * mail/rmailedit.el: Require rmailmm when compiling.
113 (rmail-old-mime-state): New declaration.
114 (rmail-edit-current-message): If editing a mime message,
115 edit the "raw" message from the mbox buffer.
116 (rmail-cease-edit): Handle mime messages. (Bug#9840)
117
1182011-11-15 Glenn Morris <rgm@gnu.org>
119
120 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
121 which wasn't being used. Add optional arg to force given state.
122 (rmail-mime): Add optional arg to force given state.
123
1242011-11-15 Juanma Barranquero <lekktu@gmail.com>
125
126 * allout.el (allout-encryption-plaintext-sanitization-regexps):
127 * frame.el (display-mm-dimensions-alist):
128 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
129 (outline-move-subtree-down):
130 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
131 (newsticker--treeview-do-get-node):
132 * net/quickurl.el (quickurl-list-buffer-name):
133 * progmodes/dcl-mode.el (dcl-mode):
134 * progmodes/gdb-mi.el (gdb-mapcar*):
135 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
136
1372011-11-15 Glenn Morris <rgm@gnu.org>
138
139 * mail/rmail.el (rmail-file-coding-system): It's only ever used
140 in a boolean sense, so just make it a boolean, and fix the doc.
141 (rmail-show-mime-function, rmail-mime-feature)
142 (rmail-require-mime-maybe): Doc fixes.
143 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
144
145 * mail/rmailmm.el (rmail-show-mime): Doc fix.
146
1472011-11-15 Juanma Barranquero <lekktu@gmail.com>
148
149 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
150 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
151 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
152 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
153
1542011-11-15 Glenn Morris <rgm@gnu.org>
155
156 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
157 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
158 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
159 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
160 (rmail-mime, rmail-show-mime): Doc fixes.
161
162 * term/ns-win.el (mode-line-frame-identification):
163 Leave it alone. (Bug#10051)
164
165 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
166
167 * mail/rmailout.el (rmail-output-to-rmail-buffer):
168 Handle empty buffers. (Bug#9978)
169
1702011-11-14 Juanma Barranquero <lekktu@gmail.com>
171
172 * international/mule.el (define-charset):
173 * mail/rmailmm.el (rmail-mime-find-header-encoding):
174 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
175 * progmodes/verilog-mode.el (verilog-backward-token):
176 * textmodes/ispell.el (lookup-words):
177 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
178
1792011-11-14 Glenn Morris <rgm@gnu.org>
180
181 * progmodes/executable.el
182 (executable-make-buffer-file-executable-if-script-p):
183 Handle file-modes returning nil.
184
185 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
186 message - not necessary, and causes problems. (Bug#9831)
187
188 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
189
190 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
191
192 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
193 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
194 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
195
1962011-11-12 Martin Rudalics <rudalics@gmx.at>
197
198 * window.el (window-resize, delete-window): Use window-splits
199 variable instead of function.
200 (window-state-get-1, window-state-put-2, window-state-put):
201 Don't deal with windows' splits status.
202
2032011-11-12 Glenn Morris <rgm@gnu.org>
204
205 * apropos.el (apropos-do-all, apropos-library, apropos-value)
206 (apropos-documentation): Doc fixes.
207
2082011-11-11 Juanma Barranquero <lekktu@gmail.com>
209
210 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
211 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
212
2132011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
214
215 * electric.el (electric-indent-post-self-insert-function): Make it
216 possible for a char to only indent in some circumstances.
217 (electric-indent-mode): Simplify.
218
2192011-11-11 Martin Rudalics <rudalics@gmx.at>
220
221 * window.el (windows-with-parameter): Remove unused function.
222 (windows-at-side): Rename to window-at-side-list.
223 (window-check, window-atom-check, window-atom-check-1)
224 (window-side-check, window-size-ignore, window-size-fixed-1)
225 (window-in-direction-2): Prefix with "window--".
226 (window-tree-1): Rename to window--subtree, fix doc-string.
227
2282011-11-11 Glenn Morris <rgm@gnu.org>
229
230 * subr.el (eval-after-load): If FILE is already loaded,
231 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
232
2332011-11-10 Glenn Morris <rgm@gnu.org>
234
235 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
236 Call svn via vc-svn-command rather than vc-do-command.
237 (vc-svn-command): Add --non-interactive. (Bug#9993)
238 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
239
240 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
241 Add toggle-read-only. (Bug#7292)
242 * files.el (toggle-read-only): Mention that it should only
243 be used interactively. (Bug#10006)
244
2452011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
246
247 * progmodes/compile.el (compilation-error-regexp-alist-alist):
248 Adjust regexp for OCaml warnings.
249
250 * electric.el (electric-pair-post-self-insert-function): Let user
251 turn it off buffer-locally (bug#9932).
252
253 * progmodes/python.el (python-beginning-of-statement):
254 Rewrite (bug#2703).
255
256 * progmodes/compile.el: Better handle TABs (bug#9749).
257 (compilation-internal-error-properties)
258 (compilation-next-error-function): Obey the target buffer's
259 compilation-error-screen-columns.
260
2612011-11-09 Juanma Barranquero <lekktu@gmail.com>
262
263 * progmodes/meta-mode.el: Remove obsolete comments.
264 (meta-right-comment-regexp, meta-ignore-comment-regexp):
265 Fix typos in docstrings.
266
12011-11-09 Martin Rudalics <rudalics@gmx.at> 2672011-11-09 Martin Rudalics <rudalics@gmx.at>
2 268
3 * window.el (window-size-fixed-p): Rewrite doc-string. 269 * window.el (window-size-fixed-p): Rewrite doc-string.
4 (window-resizable-p): Rename to window--resizable-p. Update 270 (window-resizable-p): Rename to window--resizable-p. Update callers.
5 callers.
6 (window--resizable): New function. Make all callers of 271 (window--resizable): New function. Make all callers of
7 window-resizable call window--resizable instead. 272 window-resizable call window--resizable instead.
8 (window-resizable): Rewrite in terms of window--resizable. 273 (window-resizable): Rewrite in terms of window--resizable.
@@ -90,7 +355,7 @@
90 (window-size-ignore, window-state-get): Callers changed. 355 (window-size-ignore, window-state-get): Callers changed.
91 (window-normalize-window): Rename from window-normalize-any-window. 356 (window-normalize-window): Rename from window-normalize-any-window.
92 New arg LIVE-ONLY, replacing window-normalize-live-window. 357 New arg LIVE-ONLY, replacing window-normalize-live-window.
93 (window-normalize-live-window): Deleted. 358 (window-normalize-live-window): Delete.
94 (window-combination-p, window-combined-p, window-combinations) 359 (window-combination-p, window-combined-p, window-combinations)
95 (walk-window-subtree, window-atom-root, window-min-size) 360 (walk-window-subtree, window-atom-root, window-min-size)
96 (window-sizable, window-sizable-p, window-size-fixed-p) 361 (window-sizable, window-sizable-p, window-size-fixed-p)
@@ -286,11 +551,10 @@
286 * progmodes/cc-defs.el: Update "virtual semicolon" comments. 551 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
287 552
288 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): 553 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
289 Recode to scan one line at at time rather than having \n and \r 554 Recode to scan one line at a time rather than having \n and \r
290 explicitly in c-stmt-delim-chars 555 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
291 (for some modes, e.g. AWK).
292 (c-forward-label): Amend for virtual semicolons. 556 (c-forward-label): Amend for virtual semicolons.
293 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions 557 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
294 558
295 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account 559 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
296 of the new C macros. 560 of the new C macros.
@@ -307,7 +571,7 @@
307 571
308 * progmodes/cc-vars.el (c-macro-with-semi-re): 572 * progmodes/cc-vars.el (c-macro-with-semi-re):
309 (c-macro-names-with-semicolon): New variables. 573 (c-macro-names-with-semicolon): New variables.
310 (c-make-macro-with-semi-re): New function 574 (c-make-macro-with-semi-re): New function.
311 575
3122011-10-28 Stefan Monnier <monnier@iro.umontreal.ca> 5762011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
313 577
@@ -362,7 +626,7 @@
3622011-10-26 Michael Albinus <michael.albinus@gmx.de> 6262011-10-26 Michael Albinus <michael.albinus@gmx.de>
363 627
364 * ido.el (ido-file-name-all-completions-1): Do not require 628 * ido.el (ido-file-name-all-completions-1): Do not require
365 tramp.el explicitely. (Bug#7583) 629 tramp.el explicitly. (Bug#7583)
366 630
3672011-10-26 Stefan Monnier <monnier@iro.umontreal.ca> 6312011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
368 632
@@ -2380,13 +2644,13 @@
2380 2644
23812011-08-20 Alan Mackenzie <acm@muc.de> 26452011-08-20 Alan Mackenzie <acm@muc.de>
2382 2646
2383 * Fontify CPP expressions correctly when starting in the middle of 2647 Fontify CPP expressions correctly when starting in the middle of
2384 such a construct. Mainly for when jit-lock etc. starts a chunk 2648 such a construct. Mainly for when jit-lock etc. starts a chunk
2385 here. 2649 here.
2386 2650
2387 * progmodes/cc-fonts.el (c-font-lock-context): new buffer local 2651 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
2388 variable. 2652 variable.
2389 (c-make-font-lock-search-form): new function, extracted from 2653 (c-make-font-lock-search-form): New function, extracted from
2390 c-make-font-lock-search-function. 2654 c-make-font-lock-search-function.
2391 (c-make-font-lock-search-function): Use the above function. 2655 (c-make-font-lock-search-function): Use the above function.
2392 (c-make-font-lock-context-search-function): New function. 2656 (c-make-font-lock-context-search-function): New function.
@@ -2717,7 +2981,7 @@
2717 2981
2718 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the 2982 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
2719 QT keyword "more" to prevent "more slots: ...." being spuriously 2983 QT keyword "more" to prevent "more slots: ...." being spuriously
2720 parsed as a bitfield declaraion. 2984 parsed as a bitfield declaration.
2721 2985
2722 * progmodes/cc-engine.el (c-beginning-of-statement-1): 2986 * progmodes/cc-engine.el (c-beginning-of-statement-1):
2723 Refactor and enhance to handle bitfield declarations. 2987 Refactor and enhance to handle bitfield declarations.
@@ -3416,7 +3680,7 @@
3416 Also clean up the code slightly. 3680 Also clean up the code slightly.
3417 3681
3418 * progmodes/grep.el (rgrep): Don't bind `process-connection-type', 3682 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
3419 because that makes the colours go away. 3683 because that makes the colors go away.
3420 3684
3421 * mail/sendmail.el (send-mail-function): Change the default to 3685 * mail/sendmail.el (send-mail-function): Change the default to
3422 `sendmail-query-once'. 3686 `sendmail-query-once'.
@@ -3789,7 +4053,7 @@
3789 for list)" (bug#6475). 4053 for list)" (bug#6475).
3790 4054
3791 * files.el (file-expand-wildcards): Ignore non-readable 4055 * files.el (file-expand-wildcards): Ignore non-readable
3792 sub-directories while trying to find matches instead of signalling 4056 sub-directories while trying to find matches instead of signaling
3793 an error (bug#6297). 4057 an error (bug#6297).
3794 4058
3795 * man.el (Man-reference-regexp): Allow matching possible 4059 * man.el (Man-reference-regexp): Allow matching possible
@@ -5462,7 +5726,7 @@
5462 5726
5463 * image-mode.el (image-toggle-display-image): Ensure that the 5727 * image-mode.el (image-toggle-display-image): Ensure that the
5464 image spec passed to the animate timer is the same object as in 5728 image spec passed to the animate timer is the same object as in
5465 the the buffer's display property (Bug#6981). 5729 the buffer's display property (Bug#6981).
5466 (image-transform-properties): Doc fix. 5730 (image-transform-properties): Doc fix.
5467 5731
5468 * image.el (image-animate-max-time): Default to nil. 5732 * image.el (image-animate-max-time): Default to nil.
@@ -5544,7 +5808,7 @@
55442011-05-28 Stefan Monnier <monnier@iro.umontreal.ca> 58082011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
5545 5809
5546 * minibuffer.el (completion--capf-wrapper): Check applicability before 5810 * minibuffer.el (completion--capf-wrapper): Check applicability before
5547 retuning non-nil for non-exclusive completion data. 5811 returning non-nil for non-exclusive completion data.
5548 * progmodes/etags.el (tags-completion-at-point-function): 5812 * progmodes/etags.el (tags-completion-at-point-function):
5549 * info-look.el (info-lookup-completions-at-point): Mark as 5813 * info-look.el (info-lookup-completions-at-point): Mark as
5550 non-exclusive. 5814 non-exclusive.