Add customization data to several built-in variables.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
55a71479
JB
12012-05-02 Juanma Barranquero <lekktu@gmail.com>
2
3 * notifications.el (dbus-debug):
4 * term/linux.el (gpm-mouse-enable):
5 * term/screen.el (xterm-register-default-colors): Declare.
6
7b97c764
CY
72012-05-02 Chong Yidong <cyd@gnu.org>
8
2bc356d7
CY
9 * cus-start.el (gc-cons-percentage, exec-suffixes)
10 (dos-display-scancodes, dos-hyper-key, dos-super-key)
11 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
12 (make-cursor-line-fully-visible, void-text-area-pointer)
13 (font-list-limit): Add customization data.
14
7b97c764
CY
15 * allout.el (allout-exposure-change-functions)
16 (allout-structure-added-functions)
17 (allout-structure-deleted-functions)
18 (allout-structure-shifted-functions): Rename abnormal hooks from
19 *-hook, and convert to defcustoms.
5d3385a0
JB
20 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
21 Convert to defcustoms.
7b97c764
CY
22 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
23
24 * allout-widgets.el: Hook callers changed.
25
90207a15 262012-05-02 Eli Zaretskii <eliz@gnu.org>
91af76bf
EZ
27
28 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
29 the yanked message in preference to the default value of
30 buffer-file-coding-system.
31
90207a15 322012-05-02 Martin Rudalics <rudalics@gmx.at>
d9558cad 33
5d3385a0
JB
34 * window.el (display-buffer--action-function-custom-type):
35 Fix entry.
d9558cad 36
90207a15 372012-05-02 Alan Mackenzie <acm@muc.de>
09affde0
AM
38
39 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
40
d80ac57b
GM
412012-05-01 Glenn Morris <rgm@gnu.org>
42
976f7668
GM
43 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
44
beb83b5a
GM
45 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
46
d80ac57b
GM
47 * cus-edit.el (custom-variable-documentation): Simplify with format.
48
b593d6a9
AH
492012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
50 Stefan Monnier <monnier@iro.umontreal.ca>
51
52 * simple.el (suggest-key-bindings, execute-extended-command):
53 Move from keyboard.c.
54
782fbf2a
CY
552012-05-01 Chong Yidong <cyd@gnu.org>
56
57 * follow.el: Eliminate advice.
58 (set-process-filter, process-filter, sit-for): Advice deleted.
59 (follow-mode-off-hook): Obsolete hook removed.
b593d6a9
AH
60 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
61 Vars deleted.
782fbf2a
CY
62 (follow-auto): Use a :set function.
63 (follow-mode): Rewritten. Don't advise process filters.
64 (follow-switch-to-current-buffer-all, follow-scroll-up)
65 (follow-scroll-down): Assume follow-mode is bound.
66 (follow-comint-scroll-to-bottom)
67 (follow-align-compilation-windows): New functions.
68 (follow--window-sorter): New function.
69 (follow-all-followers): Use it to explicitly sort windows by their
70 positions; don't make assumptions about next-window order.
71 (follow-windows-start-end, follow-delete-other-windows-and-split)
72 (follow-calc-win-start): Doc fix.
73 (follow-windows-aligned-p, follow-select-if-visible): Don't call
74 vertical-motion unnecessarily.
75 (follow-adjust-window): New function.
76 (follow-post-command-hook): Use it.
77 (follow-call-set-process-filter, follow-call-process-filter)
78 (follow-intercept-process-output, follow-tidy-process-filter-alist)
79 (follow-stop-intercept-process-output, follow-generic-filter):
80 Functions deleted.
81 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
b593d6a9
AH
82 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
83 New functions, replacing advice on scroll-bar-* commands.
87233a14 84 (follow-mwheel-scroll): New function (Bug#4112).
782fbf2a
CY
85
86 * comint.el (comint-adjust-point): New function.
b593d6a9
AH
87 (comint-postoutput-scroll-to-bottom): Use it.
88 Call follow-comint-scroll-to-bottom for Follow mode buffers.
782fbf2a 89
290af740
GM
902012-05-01 Glenn Morris <rgm@gnu.org>
91
92 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
93 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
94 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
95 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
96 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
97 Remove no-byte-compile setting.
98
6eac8dc9
SM
992012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
100
101 * minibuffer.el (completion-table-with-quoting): Fix compatibility
102 all-completions code to not return a number in the last cdr.
103
9cc7819c
LL
1042012-04-30 Leo Liu <sdl.web@gmail.com>
105
106 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
107 read-only error.
108
c93b886f
CY
1092012-04-29 Chong Yidong <cyd@gnu.org>
110
111 * follow.el (follow-calc-win-end): Rewrite to handle partial
112 screen lines correctly (Bug#8390).
113 (follow-avoid-tail-recenter): Minor cleanup.
114
8b6c19f4
SM
1152012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
116
117 Avoid the obsolete `assoc' package.
118 * speedbar.el (speedbar-refresh): Avoid adelete.
119 (speedbar-file-lists): Simplify and avoid aput.
120 * man.el (Man--sections, Man--refpages): New vars, replacing
121 Man-sections-alist and Man-refpages-alist.
122 (Man-build-section-alist, Man-build-references-alist):
123 Use them; avoid aput.
124 (Man--last-section, Man--last-refpage): New vars.
125 (Man-follow-manual-reference): Use them.
126 Use the `default' arg of completing-read.
127 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
128
c5bb7569
CY
1292012-04-27 Chong Yidong <cyd@gnu.org>
130
d1d2e2e8
CY
131 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
132
15cd8efd
CY
133 * startup.el (x-apply-session-resources): New function.
134
135 * term/ns-win.el (ns-initialize-window-system):
136 * term/w32-win.el (w32-initialize-window-system):
137 * term/x-win.el (x-initialize-window-system): Use it to properly
138 set menu-bar-mode and other vars from X resources, even if the
139 initial frame is not a window-system frame (Bug#2299).
140
c5bb7569
CY
141 * subr.el (read-key): Avoid running filter function when setting
142 up temporary tool bar entries (Bug#9922).
143
a8e7d6d7 1442012-04-27 Andreas Schwab <schwab@linux-m68k.org>
c4347ab9
AS
145
146 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
147 (Bug#11344)
148
a8e7d6d7 1492012-04-27 Chong Yidong <cyd@gnu.org>
acb71f1d
CY
150
151 * select.el (xselect--encode-string): New function, split from
152 xselect-convert-to-string.
153 (xselect-convert-to-string): Use it.
154 (xselect-convert-to-filename, xselect-convert-to-os)
155 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
156 returned strings are properly encoded (Bug#11315).
157
a8e7d6d7 1582012-04-27 Chong Yidong <cyd@gnu.org>
d55486c7
CY
159
160 * simple.el (delete-active-region): Move to killing custom group.
161
a8e7d6d7 1622012-04-27 Andreas Schwab <schwab@linux-m68k.org>
581b6788
AS
163
164 * progmodes/which-func.el (which-func-current): Quote %
165 characters for mode-line processing.
166
578c1d4b 1672012-04-27 Chong Yidong <cyd@gnu.org>
18edb22d
CY
168
169 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
170 reaching eob (Bug#11286).
171
a8e7d6d7 1722012-04-27 Eli Zaretskii <eliz@gnu.org>
9ee9f470
EZ
173
174 * progmodes/gdb-mi.el (gdb-control-level): New variable.
175 (gdb): Make it buffer-local and init to zero.
176 (gdb-control-commands-regexp): New variable.
177 (gdb-send): Don't wrap in "-interpreter-exec console" if
178 gdb-control-level is positive. Increment gdb-control-level
179 whenever the command matches gdb-control-commands-regexp, and
180 decrement it each time the command is "end". (Bug#11279)
181
a8e7d6d7 1822012-04-27 Martin Rudalics <rudalics@gmx.at>
41cfe0cb
MR
183
184 * window.el (adjust-window-trailing-edge, enlarge-window)
185 (shrink-window, window-resize):
186 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
187 windows (Bug#11276).
188
b3608390
CY
1892012-04-27 Chong Yidong <cyd@gnu.org>
190
191 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
a8e7d6d7 192 fix "missing prefix" warning. All callers changed.
b3608390 193
797e6e88
SM
1942012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
195
196 * emacs-lisp/assoc.el: Move to obsolete/.
197
e95a67dc
SM
1982012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
199
657c21e4 200 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
e95a67dc
SM
201
202 * term/ns-win.el (ns-define-service):
203 * progmodes/pascal.el (pascal-goto-defun):
204 * progmodes/js.el (js--read-tab):
205 * progmodes/etags.el (tags-lazy-completion-table):
206 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
207 * emacs-lisp/ewoc.el (ewoc--wrap):
208 * emacs-lisp/assoc.el (aput, adelete, amake):
209 * doc-view.el (doc-view-convert-current-doc):
210 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
211
cb3e7ae0
CY
2122012-04-26 Chong Yidong <cyd@gnu.org>
213
dce04f7f
CY
214 * image.el (image-type-from-buffer): Only return supported image
215 type (Bug#9045).
216
cb3e7ae0
CY
217 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
218 value, for symmetry with diff-end-of-hunk.
219 (diff-split-hunk, diff-find-source-location)
220 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
221 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
222 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
223 compute the relevant hunk or file properly (Bug#6005).
224 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
225
0d42eb3e
SM
2262012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
227
228 * vc/vc-mtn.el:
229 * vc/vc-hg.el:
230 * vc/vc-git.el:
231 * vc/vc-dir.el:
232 * vc/vc-cvs.el:
233 * vc/vc-bzr.el:
234 * vc/vc-arch.el:
235 * vc/vc.el: Replace lexical-let by lexical-binding.
236 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
237 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
238 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
239
f08ae1c9
CY
2402012-04-26 Chong Yidong <cyd@gnu.org>
241
8b71081d
CY
242 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
243 (diff-mode-shared-map): Bind it to / and [remap undo].
244
f08ae1c9
CY
245 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
246 (ediff-window-setup-function): Use it as the default, to set up
247 windows based on whether the current frame is graphical (Bug#2138).
248 (ediff-choose-window-setup-function-automatically): Make obsolete.
249
250 * vc/ediff-init.el: Always define ediff-pixel-width/height.
251
ef24141c
SM
2522012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
253
cc356a5d
SM
254 * ffap.el: Remove old code for obsolete package.
255 (ffap-complete-as-file-p): Remove.
256
b4ff4f1f
SM
257 Use completion-table-with-quoting for comint and pcomplete.
258 * comint.el (comint--unquote&requote-argument)
259 (comint--unquote-argument, comint--requote-argument): New functions.
260 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
261 (comint-quote-filename): Use regexp-opt-charset.
262 (comint--common-suffix, comint--common-quoted-suffix)
263 (comint--table-subvert): Remove.
264 (comint-unquote-function, comint-requote-function): New vars.
265 (comint--complete-file-name-data): Use them with
266 completion-table-with-quoting.
267 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
268 * pcomplete.el (pcomplete-arg-quote-list)
269 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
270 (pcomplete-unquote-argument-function): Default to non-nil.
271 (pcomplete-unquote-argument): Simplify.
272 (pcomplete--common-quoted-suffix): Remove.
273 (pcomplete-requote-argument-function): New var.
274 (pcomplete--common-suffix): New function.
275 (pcomplete-completions-at-point): Use completion-table-with-quoting
276 and completion-table-subvert.
277
79c4eeb4
SM
278 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
279 (minibuffer--double-dollars): Preserve properties.
280 (completion--sifn-requote): New function.
281 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
282
ef24141c
SM
283 * minibuffer.el: Add support for completion of quoted/escaped data.
284 (completion-table-with-quoting, completion-table-subvert): New funs.
285 (completion--twq-try, completion--twq-all): New functions.
286 (completion--nth-completion): New function.
287 (completion-try-completion, completion-all-completions): Use it.
288
784e7d6e
LL
2892012-04-25 Leo Liu <sdl.web@gmail.com>
290
dd2ac746
SM
291 * progmodes/python.el (python-pdbtrack-get-source-buffer):
292 Use compilation-message if available to find real filename.
784e7d6e 293
07875ee7
CY
2942012-04-25 Chong Yidong <cyd@gnu.org>
295
296 * vc/diff-mode.el (diff-setup-whitespace): New function.
297 (diff-mode): Use it.
298
299 * vc/diff.el (diff-sentinel):
300 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
301 Whitespace mode variables based on diff style (Bug#8612).
302
5055880d
LL
3032012-04-25 Leo Liu <sdl.web@gmail.com>
304
daf75653
LL
305 * progmodes/python.el (python-send-region): Add suffix .py to the
306 temp file.
307
5055880d
LL
308 * files.el (auto-mode-alist): Use javascript-mode instead.
309
db9b177b
AH
3102012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
311
ef24141c 312 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
db9b177b
AH
313
314 * soap-client.el (soap-resolve-references-for-sequence-type)
ef24141c 315 (soap-resolve-references-for-array-type): Hack to prevent self
db9b177b 316 references, see Bug#9.
ef24141c 317 (soap-parse-envelope): Report the contents of the 'detail' node
db9b177b 318 when receiving a fault reply.
ef24141c 319 (soap-parse-envelope): Report the contents of the entire 'detail' node.
db9b177b
AH
320
321 * soap-inspect.el (soap-sample-value-for-simple-type)
ef24141c 322 (soap-inspect-simple-type): New function.
db9b177b 323
ef24141c 324 * soap-client.el (soap-simple-type): New struct.
db9b177b 325 (soap-default-xsd-types, soap-default-soapenc-types)
ef24141c
SM
326 (soap-decode-basic-type, soap-encode-basic-type):
327 support unsignedInt and double basic types.
db9b177b 328 (soap-resolve-references-for-simple-type)
ef24141c
SM
329 (soap-parse-simple-type, soap-encode-simple-type): New function.
330 (soap-parse-schema): Parse xsd:simpleType declarations.
db9b177b
AH
331
332 * soap-client.el (soap-default-xsd-types)
ef24141c
SM
333 (soap-default-soapenc-types): Add integer, byte and anyURI types.
334 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
335 the local name of "soapenc:Array".
336 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
db9b177b
AH
337 decoding integer, byte and anyURI xsd types.
338
1fc6097b
CY
3392012-04-25 Chong Yidong <cyd@gnu.org>
340
341 * cus-edit.el (custom-buffer-create-internal): Update header text.
342
afc6df87
EZ
3432012-04-25 Eli Zaretskii <eliz@gnu.org>
344
345 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
346 settings on 'system-type', not on 'window-system'. On MS-Windows,
347 set interactive-mode on in GDB.
348
dfbd787f
SM
3492012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
350
351 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
352 (ruby-syntax-propertize-regexp): Remove.
353 (ruby-syntax-propertize-function): Split regexp into chunks.
354 Match following code directly.
355
85222d44
DG
3562012-04-24 Dmitry Gutov <dgutov@yandex.ru>
357
51a8ea2a
DG
358 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
359 (ruby-syntax-propertize-regexp): New function.
360 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
361 by a special keyword.
362
85222d44
DG
363 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
364 (ruby-syntax-general-delimiters-goto-beg)
365 (ruby-syntax-propertize-general-delimiters): New functions.
366 (ruby-syntax-propertize-function): Use them to handle GDL.
367 (ruby-font-lock-keywords): Move old handling of GDL...
368 (ruby-font-lock-syntactic-keywords): .. to here.
369 (ruby-calculate-indent): Adjust indentation for GDL.
370
b613912b
MA
3712012-04-24 Michael Albinus <michael.albinus@gmx.de>
372
b5380639
MA
373 * notifications.el (top): Remove unneeded declarations.
374 (notifications-specification-version): Change to "1.2".
e43042fe 375 (notifications-interface, notifications-notify-method)
b613912b
MA
376 (notifications-close-notification-method): Fix docstring.
377 (notifications-get-capabilities-method): New defconst.
e43042fe
MA
378 (notifications-notify): Add :action-items, :resident and
379 :transient hints. Change "image_data" to "image-data" and
380 "image_path" to "image-path".
b613912b
MA
381 (notifications-get-capabilities): New defun.
382
257440aa
LL
3832012-04-24 Leo Liu <sdl.web@gmail.com>
384
385 * progmodes/python.el: Move hideshow setup to the end.
386
b1bac16e
MR
3872012-04-24 Martin Rudalics <rudalics@gmx.at>
388
389 * window.el (handle-select-window): Clear echo area since this is
390 no more done by read_char (Bug#11304).
391
d81bd059
SM
3922012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
393
394 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
395 and `/ M' to filter-derived-mode.
396 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
397 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
398 (ibuffer-mark-by-mode): Use default rather than initial-input.
399 (ibuffer-filter-by-derived-mode): Autoload and require-match.
400
c4cf6d91
IA
4012012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
402
403 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
404 (ibuffer-filter-by-derived-mode): New filter.
405 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
406
7511ded8
CY
4072012-04-23 Andreas Politz <politza@fh-trier.de>
408
409 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
410
775c916b
CY
4112012-04-23 Chong Yidong <cyd@gnu.org>
412
413 * cus-edit.el (customize-apropos, customize-apropos-options):
414 Disable matching of non-option variables (Bug#11176).
415 (customize-option, customize-option-other-window)
416 (customize-changed-options): Doc fix.
417 (customize-apropos-options, customize-apropos-faces)
418 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
419
420 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
922d37d3 421 Fix word list splitting (Bug#11132).
46c71e23
CY
422 (apropos-symbol, apropos-keybinding, apropos-label)
423 (apropos-property, apropos-function-button)
424 (apropos-variable-button, apropos-misc-button): New faces.
425 (apropos-symbol-face, apropos-keybinding-face)
426 (apropos-label-face, apropos-property-face, apropos-match-face):
427 Variables removed (Bug#8396).
428 (apropos-library-button, apropos-format-plist, apropos-print)
429 (apropos-print-doc, apropos-describe-plist): Callers changed.
775c916b 430
2df41f9c
MA
4312012-04-23 Michael Albinus <michael.albinus@gmx.de>
432
433 * net/xesam.el (xesam-mode-map): Use let-bound map in
434 initialization. (Bug#11292)
435
da00640a
AM
4362012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
437
438 Preserve ispell session localwords when switching back to
439 original buffer.
440
441 * ispell.el (ispell-buffer-session-localwords): New buffer-local
442 variable to hold buffer session localwords.
443 (ispell-kill-ispell): add option 'clear to delete session
444 localwords.
445 (ispell-command-loop, ispell-change-dictionary)
446 (ispell-buffer-local-words): Preserve session localwords when
447 needed.
448
449 * flyspell.el (flyspell-process-localwords, flyspell-do-correct):
450 Preserve session localwords when needed.
451
f621ccf5
AM
4522012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
453
454 * ispell.el (ispell-insert-word) Remove unneeded function using
455 obsolete `translation-table-for-input'.
ef24141c
SM
456 (ispell-word, ispell-process-line, ispell-complete-word):
457 Use plain `insert' instead of removed `ispell-insert-word'.
f621ccf5 458
c2d1019e
CY
4592012-04-22 Chong Yidong <cyd@gnu.org>
460
461 * cus-edit.el (custom-variable-menu)
462 (custom-variable-reset-saved, custom-face-menu)
463 (custom-face-reset-saved): If there is no saved value, make the
464 "reset-saved" operation bring back the default (Bug#9509).
465 (custom-face-state): Properly detect themed faces.
466
eeddc531
CY
467 * faces.el (face-spec-set): Stop supporting deprecated form of
468 third arg.
469
dcbf5805
MA
4702012-04-22 Michael Albinus <michael.albinus@gmx.de>
471
472 Move functions from C to Lisp. Make non-blocking method calls
473 the default. Implement further D-Bus standard interfaces.
474
ef24141c
SM
475 * net/dbus.el (dbus-message-internal): Declare function.
476 Remove unneeded function declarations.
dcbf5805
MA
477 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
478 (dbus-message-type-method-return, dbus-message-type-error)
479 (dbus-message-type-signal): Declare variables. Remove local
480 definitions.
481 (dbus-interface-dbus, dbus-interface-peer)
482 (dbus-interface-introspectable, dbus-interface-properties)
483 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
484 Adapt docstring.
485 (dbus-interface-objectmanager): New defconst.
486 (dbus-call-method, dbus-call-method-asynchronously)
487 (dbus-send-signal, dbus-method-return-internal)
488 (dbus-method-error-internal, dbus-register-service)
489 (dbus-register-signal, dbus-register-method): New defuns, moved
490 from dbusbind.c
491 (dbus-call-method-handler, dbus-setenv)
ef24141c
SM
492 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
493 New defuns.
dcbf5805
MA
494 (dbus-call-method-non-blocking): Make it an obsolete function.
495 (dbus-unregister-object, dbus-unregister-service)
496 (dbus-handle-event, dbus-register-property)
497 (dbus-property-handler): Obey the new structure of
498 `bus-registered-objects'.
499 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
500 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
501 Use `dbus-call-method'.
502
cf20dee0
CY
5032012-04-22 Chong Yidong <cyd@gnu.org>
504
505 * cus-edit.el (custom-commands, custom-reset-menu)
506 (Custom-reset-standard): Tweak labels.
507 (custom-reset-button-menu): Change default to t.
508 (custom-buffer-create-internal): For the custom-reset-button-menu
509 case, put the revert button first.
510 (custom-group-subtitle): New face.
511 (custom-group-value-create): Align docstring to a specific column.
512
513 * wid-edit.el (widget-documentation-link-add): Don't handle
514 indentation in this function.
515 (widget-documentation-string-indent-to): New function.
516 (widget-documentation-string-value-create): Use it.
517
518 * autorevert.el (auto-revert):
519 * epg-config.el (epg):
520 * ibuffer.el (ibuffer):
521 * mpc.el (mpc):
522 * ses.el (ses):
523 * eshell/eshell.el (eshell):
524 * net/ange-ftp.el (ange-ftp):
525 * progmodes/ebnf2ps.el (postscript):
526 * progmodes/flymake.el (flymake):
527 * progmodes/prolog.el (prolog):
528 * progmodes/verilog-mode.el (verilog-mode):
529 * progmodes/which-func.el (which-func):
530 * term/xterm.el (xterm):
531 * textmodes/picture.el (picture):
532 * textmodes/tildify.el (tildify):
533 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
534 customization buffers.
535
583e23bd
AM
5362012-04-22 Alan Mackenzie <acm@muc.de>
537
538 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
539 Adding a ) can hide the resulting (..) from searches. Fix it.
540 Bound the backward search to the position of the existing (.
541
7dd51bf1
JB
5422012-04-21 Juanma Barranquero <lekktu@gmail.com>
543
544 * progmodes/verilog-mode.el (verilog-mode): Check whether
545 which-func-modes is t before adding verilog-mode.
546 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
547
d64a438f
LL
5482012-04-21 Leo Liu <sdl.web@gmail.com>
549
7dd51bf1 550 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
d64a438f 551
081e8d65
MV
5522012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
553
554 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
555 filling of the last column of a table (Bug#5635).
556 (woman-find-next-control-line): New arg, specifying an additional
557 regexp component for the control line.
558 (woman2-roff-buffer): Use it.
559 (woman-break-table): New function.
560 (woman2-TS): Use it.
561
5622012-04-21 Chong Yidong <cyd@gnu.org>
563
564 * woman.el (woman-set-buffer-display-table, woman-decode-region)
565 (woman-horizontal-escapes, woman-negative-vertical-space)
566 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
567 (WoMan-warn-ignored): Use ?\s instead of ?\ .
568
ed571ccb
SM
5692012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
570
571 * minibuffer.el (completion-file-name-table): Complete user names.
572
39773899
LL
5732012-04-20 Leo Liu <sdl.web@gmail.com>
574
575 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
576 and pcase-let*.
577
de6ff46d
CY
5782012-04-20 Chong Yidong <cyd@gnu.org>
579
580 * server.el (server-execute): Respect initial-buffer-choice if it
581 is a string and there are no files to open (Bug#2825).
582 (server-create-window-system-frame, server-create-tty-frame):
583 Don't switch buffers here.
2d0e8e61
CY
584 (server-process-filter): Only try to open a window system frame if
585 compiled with graphical support (Bug#8314).
de6ff46d 586
54071013
DN
5872012-04-20 Dan Nicolaescu <dann@gnu.org>
588
589 * battery.el (battery-echo-area-format): Display remaining time
590 for sysfs backend too (Bug#11269).
591 (battery-linux-sysfs): Fix conditional for the charge.
592
f30d612a
CY
5932012-04-20 Chong Yidong <cyd@gnu.org>
594
c07a4c0b 595 * progmodes/gdb-mi.el (gdb): Revert previous change.
f30d612a
CY
596 (gdb-inferior-io--init-proc): New function.
597 (gdb-init-1): Use it.
598 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
599 responsible for allocating a new pty and hooking it to gdb when
600 the old pty gets an EIO due to process exit.
601 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
602 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
603 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
604
2116e93c
EZ
6052012-04-20 Eli Zaretskii <eliz@gnu.org>
606
607 * window.el (window-min-size, window-sizable, window-min-delta)
608 (window-max-delta, window--resizable, window-resizable)
609 (window-total-size, window-full-height-p, window-full-width-p)
610 (window-in-direction, window--resize-mini-window, window-resize)
611 (window--resize-child-windows-normal)
612 (window--resize-child-windows, window--resize-siblings)
613 (window--resize-this-window, adjust-window-trailing-edge)
cd0f830c 614 (enlarge-window, shrink-window): Doc fixes.
2116e93c 615
c07a4c0b 6162012-04-20 Chong Yidong <cyd@gnu.org>
b668fa6e 617
ef24141c
SM
618 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
619 New function to call delete-process on the gdb-inferior buffer's pty.
b668fa6e
CY
620 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
621 pty process (Bug#11273).
622 (gdb-update): New arg to suppress talking to the gdb process.
623 (gdb-done-or-error): Use it.
624 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
625 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
626 sentinel not being called.
627
628 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
629
d02766ab
CY
630 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
631
c07a4c0b 6322012-04-20 Glenn Morris <rgm@gnu.org>
016a35df
GM
633
634 * net/network-stream.el (open-network-stream): Doc fix.
635
c07a4c0b 6362012-04-20 Chong Yidong <cyd@gnu.org>
2c070447
CY
637
638 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
639
c07a4c0b 6402012-04-20 Alan Mackenzie <acm@muc.de>
f0f6bc35
AM
641
642 Ensure searching for keywords is case sensitive.
643
644 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
645 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
646 (c-defun-name, c-mark-function, c-cpp-define-name)
647 (c-comment-indent, c-scan-conditionals, c-indent-defun)
c07a4c0b 648 (c-context-line-break): Bind case-fold-search to nil.
f0f6bc35 649
ef24141c
SM
650 * progmodes/cc-mode.el (c-font-lock-fontify-region):
651 Bind case-fold-search to nil.
f0f6bc35 652
c07a4c0b 6532012-04-20 Chong Yidong <cyd@gnu.org>
4fc2c72a
CY
654
655 * mail/sendmail.el (mail-bury): Call return action with the right
656 Rmail buffer (Bug#11242).
657
9a864fa2
CY
658 * server.el (server-process-filter): Handle corner case where both
659 tty and nowait options are present (Bug#11102).
660
539aa513
EZ
6612012-04-20 Eli Zaretskii <eliz@gnu.org>
662
663 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
6cf2a23e
EZ
664 (top level): Put into the executable the ident-style '$Id:' tag on
665 windows-nt as well.
539aa513 666
cfc7d5da
SM
6672012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
668
669 * electric.el (electric-indent-post-self-insert-function): Check that
670 electric-indent-mode is enabled in current buffer.
671
5b01685c
JB
6722012-04-19 Juanma Barranquero <lekktu@gmail.com>
673
674 * imenu.el (imenu-progress-message): Restore; it is "used" in
675 erc/erc-imenu.el and net/snmp-mode.el.
676
4d6769e1
JB
6772012-04-19 Juanma Barranquero <lekktu@gmail.com>
678
679 * avoid.el (mouse-avoidance-mode): Mark unused arg.
680 (mouse-avoidance-nudge-mouse): Remove unused binding.
681
682 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
683
684 * descr-text.el (describe-char):
685 * progmodes/python.el (python-describe-symbol):
686 Don't call `toggle-read-only', set `buffer-read-only'.
687
688 * imenu.el (imenu-default-goto-function): Mark unused args.
689 (imenu-progress-message): Remove obsolete macro; all callers changed.
690
691 * subr.el (keymap-canonicalize): Remove unused binding.
692 (read-passwd): Mark unused arg.
693
694 * tutorial.el (tutorial--display-changes): Remove unused binding.
695 (tutorial--save-tutorial-to): Remove unused variable.
696
697 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
698 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
699 (package-generate-autoloads, package-menu--generate)
700 (package-menu--find-upgrades): Remove unused bindings.
701
702 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
703 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
704 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
705 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
706 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
707 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
708 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
709 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
710 (cua-delete-char-rectangle): Mark unused args.
711 (cua-align-rectangle): Remove unused binding.
712
713 * mail/rmail.el (compilation--message->loc)
714 (epa--find-coding-system-for-mime-charset): Declare.
715
716 * net/dbus.el (dbus-register-service): Declare.
717 (dbus-name-owner-changed-handler): Remove unused binding.
718
719 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
720 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
721 (nxml-scan-backward-within): Mark unused arg.
722 (nxml-dynamic-markup-word): Remove unused binding.
723
724 * mouse.el (mouse-menu-major-mode-map):
725 * emacs-lisp/authors.el (authors-scan-change-log)
726 (authors-add-to-author-list):
727 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
728 * emacs-lisp/smie.el (smie-auto-fill):
729 * mail/sendmail.el (mail-bury):
730 * mail/unrmail.el (unrmail):
731 * net/tls.el (open-tls-stream):
732 * textmodes/picture.el (picture-mouse-set-point):
733 Remove unused bindings.
734
8c8fc5df
MA
7352012-04-19 Michael Albinus <michael.albinus@gmx.de>
736
737 * net/tramp.el (tramp-action-password): Let-bind
738 `enable-recursive-minibuffers' to t.
739
a77b0ac9
SS
7402012-04-18 Sam Steingold <sds@gnu.org>
741
742 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
743 instead of 'string to accommodate values like [f11].
744 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
745 * progmodes/gdb-mi.el: Likewise.
746
12a106a9
LL
7472012-04-18 Leo Liu <sdl.web@gmail.com>
748
749 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
750 current buffer.
751 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
752 LOCAL is nil.
753
bc6494ef
CY
7542012-04-18 Chong Yidong <cyd@gnu.org>
755
756 * simple.el (line-move): Use forward-line if in batch mode
757 (Bug#11053).
758
c09c46b2
CS
7592012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
760
761 * files.el (after-find-file): Do not try to add a final newline if
762 the buffer is read-only (Bug#11156).
763
5f6530ea
RS
7642012-04-17 Richard Stallman <rms@gnu.org>
765
766 * mail/rmail.el (rmail-start-mail):
767 Pass (rmail-mail-return...) for the return-action.
768 Pass (rmail-yank-current-message...) for the yank-action.
769 (rmail-yank-current-message): New function.
770 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
771 (rmail-reply): Likewise.
772 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
773
774 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
c09c46b2 775 buffer, not the last. Reject temp buffers. Use the rmail-mode
5f6530ea
RS
776 buffer, not newbuf.
777
197b6f3c
JB
7782012-04-17 Juanma Barranquero <lekktu@gmail.com>
779
780 * server.el (server-ensure-safe-dir): Simplify.
781
2311d8e5 7822012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
98fb480e 783
2311d8e5
GM
784 * emacs-lisp/smie.el: Provide smarter auto-filling.
785 (smie-auto-fill): New function.
786 (smie-setup): Use it.
98fb480e 787
2311d8e5
GM
788 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
789
7902012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
8eb5d48f
PH
791
792 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
793 (comment-indent): Use it.
794
2311d8e5 7952012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
4bdf2ad2
VB
796
797 * ses.el: The overall change is to add cell renaming, that is
798 setting fancy names for cell symbols other than name matching
799 "\\`[A-Z]+[0-9]+\\'" regexp .
2311d8e5 800 (ses-localvars): Add ses--renamed-cell-symb-list.
4bdf2ad2 801 (ses-create-cell-variable): New defun.
2311d8e5 802 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
4bdf2ad2
VB
803 (ses-relocate-formula): Relocate formulas only for cells the
804 symbols of which are not renamed, i.e. symbols whose names do not
805 match regexp "\\`[A-Z]+[0-9]+\\'".
806 (ses-relocate-all): Relocate values only for cells the symbols of
807 which are not renamed.
808 (ses-load): Create cells variables as the (ses-cell ...) are read,
809 in order to check row col consistency with cell symbol name only
810 for cells that are not renamed.
811 (ses-replace-name-in-formula): New defun.
812 (ses-rename-cell): New defun.
4bdf2ad2 813
fc72b15c
PO
8142012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
815
816 * progmodes/perl-mode.el (perl-indent-parens-as-block):
817 New option (bug#11118).
818 (perl-calculate-indent): Respect it.
819
12e10e61
GM
8202012-04-17 Glenn Morris <rgm@gnu.org>
821
822 * dired-aux.el (dired-mark-read-string): Doc fix.
823
30009afd
DA
8242012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
825
826 * dired-aux.el (dired-mark-read-string): Offer optional completion.
827 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
828
41f03f4d
GM
8292012-04-17 Glenn Morris <rgm@gnu.org>
830
831 * mouse.el (mouse-drag-track):
832 * speedbar.el (speedbar-frame-mode):
833 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
834
f45f90f3
LL
8352012-04-16 Leo Liu <sdl.web@gmail.com>
836
837 * progmodes/python.el: Trivial cleanup.
838
94ee8db5
GM
8392012-04-16 Glenn Morris <rgm@gnu.org>
840
121b8917
GM
841 * vc/vc.el (vc-string-prefix-p):
842 * vc/pcvs-util.el (cvs-string-prefix-p):
843 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
844 * mpc.el (mpc-string-prefix-p):
845 Make all of these into obsolete aliases for string-prefix-p.
846 Update callers.
847 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
848
1197ecfa
GM
849 * textmodes/two-column.el: Move custom options to the start.
850 (frame-width): Remove compat definition.
851 (2C-associate-buffer, 2C-dissociate):
852 Use with-current-buffer rather than save-excursion.
853 (2C-dissociate): Force a mode-line update.
854 (2C-autoscroll): Use ignore-errors.
855
099e7202
GM
856 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
857 Autoload trivia.
858
bf350d6a
GM
859 * emacs-lisp/cl-extra.el (*random-state*):
860 Remove unnecessary declaration.
861
0e829eab
GM
862 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
863
e3ad7552
GM
864 * play/cookie1.el (cookie-snarf):
865 Give an explicit error if input file cannot be read.
866
68892d27
GM
867 * play/yow.el (yow-file): Use expand-file-name rather than concat.
868
20f0c46d
GM
869 * progmodes/perl-mode.el (c-macro-expand):
870 Remove unnecessary autoload (it is in loaddefs.el).
871
5a0978ce
GM
872 * textmodes/picture.el (picture-desired-column)
873 (picture-update-desired-column): Convert comments to doc-strings.
874 (picture-substitute): Remove function.
875 (picture-mode-map): Initialize in the defvar.
876
6b955486
GM
877 * woman.el: Remove eval-after-load for tar-mode.
878 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
879 (woman-tar-extract-file): Autoload it.
880
94ee8db5
GM
881 * frame.el (automatic-hscrolling): Make this alias obsolete.
882
177eca34
AM
8832012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
884
885 * ispell.el (ispell-set-spellchecker-params): Post-process
4be3075e 886 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
3851314b
AM
887 (ispell-dictionary-base-alist): Revert to original XEmacs
888 friendly version for default. [:alpha:] will be added in
889 `ispell-set-spellchecker-params' if needed
177eca34 890
c505aaeb
CY
8912012-04-16 Chong Yidong <cyd@gnu.org>
892
893 * image.el (imagemagick--extension-regexp): New variable.
894 (imagemagick-register-types): Use it.
895 (imagemagick-types-inhibit): Add :set function. Allow new value
896 of t to inhibit all types.
897
898 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
899 so we can preload it.
900
901 * loadup.el (fboundp): Preload regexp-opt, needed by
902 imagemagick-register-types.
903
60efac0f
CY
9042012-04-15 Chong Yidong <cyd@gnu.org>
905
906 * frame.el (scrolling): Remove nearly unused customization group.
907
908 * scroll-all.el (scroll-all-mode): Move to windows group.
909
5dd1713e
CY
9102012-04-15 Chong Yidong <cyd@gnu.org>
911
912 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
913
e6fd457e
CY
9142012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
915
916 Avoid the use of ((lambda ...) ...) in lexical-binding code.
4d6769e1 917 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
e6fd457e 918
e153c136
GM
9192012-04-15 Glenn Morris <rgm@gnu.org>
920
921 * simple.el (process-file-side-effects): Doc fix.
922
e6fd457e 9232012-04-15 Glenn Morris <rgm@gnu.org>
ca7d96c8
GM
924
925 * international/mule-cmds.el (set-language-environment): Doc fix.
926
3603c3b1
JB
9272012-04-14 Juanma Barranquero <lekktu@gmail.com>
928
929 * server.el (server-auth-key, server-generate-key): Doc fixes.
930 (server-get-auth-key): Doc fix. Use `string-match-p'.
931 (server-start): Reflow docstring.
932
e6de100c
LI
9332012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
934
935 * server.el (server-generate-key): `called-interactively-p'
936 requires a parameter.
937
29734c21
MN
9382012-04-14 Michal Nazarewicz <mina86@mina86.com>
939
940 * server.el (server-auth-key): New variable.
75f1671a 941 (server-generate-key, server-get-auth-key): New function.
29734c21
MN
942 (server-start): Use the new variable and functions to allow
943 setting a permanent server key (bug#9423).
944
d65c9521
LL
9452012-04-14 Leo Liu <sdl.web@gmail.com>
946
947 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
948
5ae255c7
PE
9492012-04-14 Paul Eggert <eggert@cs.ucla.edu>
950
951 Spelling fixes.
952 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
953 Emacs uses American spelling.
954
d5e6342e
JB
9552012-04-14 Juanma Barranquero <lekktu@gmail.com>
956
957 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
958 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
959 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
960 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
961
ab036cd7
SM
9622012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
963
964 * progmodes/which-func.el (which-func-modes): Change default.
965
35dc09a1 9662012-04-14 Kim F. Storm <storm@cua.dk>
9557e2be
CY
967
968 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
969 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
970
35dc09a1 9712012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
972
973 * custom.el (custom-theme-set-variables): Doc fix.
974
35dc09a1 9752012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
976
977 * international/mule.el (set-auto-coding-for-load): Doc fix.
978
35dc09a1 9792012-04-14 Alan Mackenzie <acm@muc.de>
0de3da9f 980
35dc09a1
GM
981 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
982 imenu work again for Objective C Mode. Correct the *-index values,
983 these having been disturbed by a previous change in 2011-08.
57f845ee 984
0de3da9f
AM
985 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
986 Correct two search limits.
987
35dc09a1 9882012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
ede141ac
SM
989
990 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
991
35dc09a1 9922012-04-14 Andreas Schwab <schwab@linux-m68k.org>
d0203d61
AS
993
994 * international/characters.el: Fix sorting.
995
35dc09a1 9962012-04-14 Eli Zaretskii <eliz@gnu.org>
cb80bcd1
EZ
997
998 * international/characters.el: Add more missing Latin case pairs.
999
35dc09a1 10002012-04-14 Glenn Morris <rgm@gnu.org>
4a427f58
GM
1001
1002 * files.el (dir-locals-set-class-variables): Doc fix.
1003
35dc09a1 10042012-04-14 Eli Zaretskii <eliz@gnu.org>
9f847f41 1005
3f1b5bf8
EZ
1006 * international/characters.el: Add set-case-syntax-pair call for
1007 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
1008 counterpart. (Bug#11209)
1009
9f847f41
EZ
1010 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
1011
35dc09a1 10122012-04-14 Glenn Morris <rgm@gnu.org>
0c2014a3
GM
1013
1014 * calendar/holidays.el (calendar-check-holidays): Doc fix.
1015
35dc09a1 10162012-04-14 Eli Zaretskii <eliz@gnu.org>
e2627d21 1017
35dc09a1
GM
1018 * textmodes/ispell.el (ispell-dictionary-base-alist):
1019 Add data for Hebrew.
e2627d21 1020
35dc09a1 10212012-04-14 Chong Yidong <cyd@gnu.org>
5c14e333 1022
35dc09a1
GM
1023 * net/rcirc.el (rcirc-cmd-quit):
1024 Revert 2012-03-18 change (Bug#11192).
5c14e333 1025
35dc09a1 10262012-04-14 Glenn Morris <rgm@gnu.org>
bf6fa423
GM
1027
1028 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
1029
35dc09a1 10302012-04-14 Eli Zaretskii <eliz@gnu.org>
82b24fb2 1031
4517fe3a
SM
1032 * minibuffer.el (completion-in-region-mode-map):
1033 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
82b24fb2 1034
b472a594
VD
10352012-04-13 Vivek Dasmohapatra <vivek@etla.org>
1036
1037 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
1038
09b95ce3
MY
10392012-04-13 Masatake YAMATO <yamato@redhat.com>
1040
1041 * minibuffer.el (minibuffer-local-filename-syntax): New variable
1042 to allow `C-M-f' and `C-M-b' to move to the nearest path
1043 separator (bug#9511).
1044
4b63a9ca
LI
10452012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
1046
1047 * avoid.el: Require cl when compiling. And also move the
1048 `provide' to the end.
1049
7b55b8bf
TV
10502012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1051
1052 * avoid.el (mouse-avoidance-banish-position): New variable.
1053 (mouse-avoidance-banish-destination): Use it (bug#10165).
1054
adedaa1f
LL
10552012-04-13 Leo Liu <sdl.web@gmail.com>
1056
1057 * progmodes/which-func.el (which-func-modes): Add objc-mode.
1058
70e74021
KB
10592012-04-13 Ken Brown <kbrown@cornell.edu>
1060
1061 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
ab036cd7 1062 this is no longer needed now that cygstart understands file:// URLs.
70e74021
KB
1063 (browse-url-filename-alist): For the same reason, don't modify
1064 file:// URLs on Cygwin.
1065
e75e89ba
SM
10662012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
1067
1068 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
1069 the region on shift if the binding is already shifted (bug#11221).
1070
82f289a4
GM
10712012-04-12 Glenn Morris <rgm@gnu.org>
1072
1073 * mail/mailpost.el: Move to obsolete/.
1074
d333dc4c
DA
10752012-04-12 Drew Adams <drew.adams@oracle.com>
1076
1077 * imenu.el (imenu--generic-function): Ignore invisible definitions
1078 (bug#10123).
1079
0d15b5ba
VD
10802012-04-12 Vivek Dasmohapatra <vivek@etla.org>
1081
1082 * hexl.el (hexl-bits): New variable.
1083 (hexl-options): Mention the variable in the doc string.
75f1671a 1084 (hexl-rulerise, hexl-line-displen): New functions.
0d15b5ba 1085 (hexl-mode): Mention the new variable.
75f1671a
JB
1086 (hexl-mode, hexl-current-address, hexl-current-address):
1087 Use the displen.
0d15b5ba
VD
1088 (hexl-ascii-start-column): New function.
1089 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
1090 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
1091
64a440db
AM
10922012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1093
1094 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
1095 '("-i" ENCODING), in 2 separate command-line arguments, to specify
1096 the encoding, as expected by hunspell.
1097
6decb6c2
SM
10982012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
1099
1100 * battery.el (battery--linux-sysfs-regexp): New const.
1101 (battery-status-function): Use it. Remove yeeloong special case.
1102 (battery-yeeloong-sysfs): Remove.
1103 (battery-echo-area-format): Remove yeeloong special case.
1104
088be6fb
SM
11052012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
1106
6622e416
SM
1107 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
1108 Reported by Noah Friedman.
1109
088be6fb
SM
1110 * subr.el (read-passwd): Use read-string.
1111
b49f886e
LMI
11122012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1113
1114 * vcursor.el (vcursor-move): Increase the priority of the overlay
1115 (bug#9663).
1116
a63067fc
DD
11172012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1118
1119 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
1120 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
1121
ac3cf14a
WS
11222012-04-11 William Stevenson <yhvh2000@gmail.com>
1123
1124 * textmodes/artist.el (artist-mode): Convert artist-mode to use
1125 define-minor-mode (bug#10760).
1126
c4fc691b 11272012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
49a2697c 1128
4d6769e1 1129 * progmodes/grep.el (rgrep): Tweak the find command line so
49a2697c
WJ
1130 that directories matching `grep-find-ignored-files' won't be
1131 pruned (bug#10351).
1132
af23e2e5
CY
11332012-04-11 Chong Yidong <cyd@gnu.org>
1134
1135 * startup.el (command-line): Remove support for long-obsolete
1136 variable font-lock-face-attributes.
1137
ab7ce8c1
GM
11382012-04-11 Glenn Morris <rgm@gnu.org>
1139
1140 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
1141
de8c03dc
SM
11422012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
1143
1144 * window.el (window--state-get-1): Obey window-point-insertion-type.
1145
050cc68b
LB
11462012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
1147
1148 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
1149 to previous function when point is on the first character of a
75f1671a 1150 function. Take care of that in `narrow-to-defun' (bug#6157).
050cc68b 1151
a38c310c
GM
11522012-04-11 Glenn Morris <rgm@gnu.org>
1153
effed0c2
GM
1154 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
1155 not just file-errors.
1156
a38c310c
GM
1157 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
1158 (vc-bzr-sha1): Use internal sha1.
1159
0221e323
SM
11602012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
1161
1162 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
1163
43956923
SG
11642012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
1165
1166 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
1167 that start in the middle of the line (bug#10496).
1168
6a8c9eaf
DN
11692012-04-10 Dan Nicolaescu <dann@gnu.org>
1170
1171 * battery.el (battery-linux-proc-acpi): Only one battery is
1172 discharged at a time, but that seems to confuse battery.el when
1173 computing `rate-type' for the battery not being discharged
1174 (bug#10332).
1175
1930bf5d
SM
11762012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
1177
2a718f6f
SM
1178 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
1179
599430d0
SM
1180 * international/quail.el: Use dolist and simplify.
1181 (quail-define-package, quail-update-keyboard-layout)
1182 (quail-define-rules): Use dolist.
1183 (quail-insert-kbd-layout, quail-get-translation): CSE.
1184
a2754b6c
SM
1185 * tmm.el: Use dolist, remove left over hook.
1186 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
1187 Use dolist.
1188 (calendar-load-hook): Don't mess with it.
1189
1930bf5d
SM
1190 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
1191 Use derived-mode-p. Run the diff asynchronously.
1192
9f67961c
LMI
11932012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1194
1195 * obsolete/mouse-sel.el: Add an Obsolete-since header.
1196
2a8ce227
JB
11972012-04-10 Juanma Barranquero <lekktu@gmail.com>
1198
1199 * misc.el: Display absolute path of loaded DLLs (bug#10424).
1200 (list-dynamic-libraries--loaded): New function.
1201 (list-dynamic-libraries--refresh): Use it.
1202
8f33b5f8
NW
12032012-04-10 Nathan Weizenbaum <nweiz@google.com>
1204
1930bf5d
SM
1205 * progmodes/python.el (python-fill-paragraph):
1206 Make python-fill-region in a multiline string work when font-lock is
8f33b5f8
NW
1207 disabled (bug#7018).
1208
b12f0439
L
12092012-04-10 Laimonas VÄ—bra <laimonas.vebra@gmail.com> (tiny change)
1210
1930bf5d 1211 * language/european.el (cp775): Add oem/legacy (en)coding on
75f1671a
JB
1212 DOS/MS Windows for the Baltic languages. There are still plenty
1213 of texts written in this encoding/codepage (bug#6519).
b12f0439 1214
57c3bd01
GM
12152012-04-10 Glenn Morris <rgm@gnu.org>
1216
1217 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
1218 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
1219
6c3eab30
FA
12202012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
1221
1930bf5d 1222 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
6c3eab30
FA
1223 next-line "n" and previous-line "p" in order to make recentf more
1224 consistent with ibuffer, dired or org-mode (bug#9387).
1225
24d78a88
LMI
12262012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1227
bc72b5d9
LMI
1228 * image.el (put-image): Return the overlay created instead of the
1229 optional input string (bug#7834). Note that this may break code
1230 that is (for some reason or other) depending on `put-image'
1231 returning the string.
1232
bd2dba5a
LMI
1233 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
1234
74beb59f
LMI
1235 * simple.el (zap-to-char): Allow zapping using input methods
1236 (bug#1580).
1237
24d78a88
LMI
1238 * textmodes/fill.el (fill-region): Leave point and mark where they
1239 were before filling (bug#5399).
1240
263f20cd
GM
12412012-04-09 Glenn Morris <rgm@gnu.org>
1242
1243 * version.el (emacs-bzr-get-version):
1244 Handle lightweight checkouts of local branches.
1245
58d1f797
AS
12462012-04-09 Andreas Schwab <schwab@linux-m68k.org>
1247
263f20cd 1248 * international/characters.el: Recover lost case pairs. (Bug#11209)
58d1f797 1249
b4d3bc10
CY
12502012-04-09 Chong Yidong <cyd@gnu.org>
1251
1252 * custom.el (custom-variable-p): Return nil for non-symbol
1253 arguments instead of signaling an error.
1254 (user-variable-p): Obsolete alias for custom-variable-p.
1255
1256 * apropos.el (apropos-variable):
1257 * files-x.el (read-file-local-variable):
1258 * simple.el (set-variable):
1259 * woman.el (woman-mini-help):
1260 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
1261
fd06db5d
GM
12622012-04-09 Glenn Morris <rgm@gnu.org>
1263
e5fcdb5e
GM
1264 * startup.el (normal-top-level): Don't look for leim-list.el
1265 in places where it will not be found. (Bug#910)
1266
fd06db5d
GM
1267 * international/mule-cmds.el (set-default-coding-systems):
1268 * files.el (normal-mode):
1269 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
1270 This function was removed with ucs-tables.el in 2008.
1271
b39bb7e1
EZ
12722012-04-08 Eli Zaretskii <eliz@gnu.org>
1273
1274 * textmodes/ispell.el (ispell-check-version): For hunspell, set
1275 ispell-encoding8-command to "-i", without a trailing space.
1276 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
1277 separate command-line arguments, to specify the encoding, since
1278 that's how hunspell expects it.
1279
5c5b8e23
GM
12802012-04-08 Glenn Morris <rgm@gnu.org>
1281
1282 * loadup.el: Load bindings before cus-start.
1283 This reduces somewhat the number of "rogue" settings in emacs -Q.
1284
a1ed8b05
GM
12852012-04-07 Glenn Morris <rgm@gnu.org>
1286
1287 * version.el (emacs-bzr-get-version): New function.
dfae128a 1288 (emacs-bzr-version): New variable.
a1ed8b05
GM
1289 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
1290 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
1291
b142f158
EZ
12922012-04-07 Eli Zaretskii <eliz@gnu.org>
1293
dfae128a
GM
1294 * international/uni-bidi.el, international/uni-category.el:
1295 * international/uni-combining.el, international/uni-decimal.el:
1296 * international/uni-decomposition.el, international/uni-digit.el:
1297 * international/uni-lowercase.el, international/uni-mirrored.el:
1298 * international/uni-name.el, international/uni-numeric.el:
1299 * international/uni-titlecase.el, international/uni-uppercase.el:
1300 Update for Unicode 6.1.
b142f158 1301
9078ead6
EZ
13022012-04-07 Eli Zaretskii <eliz@gnu.org>
1303
1304 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
1305
f23d2c7d
LMI
13062012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1307
1308 * window.el (shrink-window): Mention the `window-min-height'
1309 variable in the doc string.
1310
0a0a3573
BG
13112012-04-05 Bastien Guerry <bzg@altern.org>
1312
1313 * color.el (color-lighten-name): Fix typo.
1314
e5248ac9
SM
13152012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
1316
1317 * server.el (server--on-display-p): New function.
1318 (server--on-display-p): Use it.
1319
b4243e22
GV
13202012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
1321
1322 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
1323 (bug#11145).
1324
305d9f44
SM
13252012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
1326
1327 * comint.el (comint--common-quoted-suffix): Check string boundary
1328 before comparing (bug#11158).
1329 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
1330
3d439cd1
CY
13312012-04-04 Chong Yidong <cyd@gnu.org>
1332
321cc491
CY
1333 * minibuffer.el (completion-extra-properties): Doc fix.
1334
3d439cd1
CY
1335 * subr.el (delayed-warnings-hook): Doc fix.
1336
2d562c0f
DU
13372012-04-04 Daiki Ueno <ueno@unixuser.org>
1338
1339 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
1340 selection (Bug#11159).
1341 (epa-insert-keys): Inform that the default public key will be
1342 exported if no key is selected.
1343
4443f204
RS
13442012-04-04 Richard Stallman <rms@gnu.org>
1345
1346 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
1347
529c06b6
CY
13482012-04-03 Chong Yidong <cyd@gnu.org>
1349
1350 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
1351 mail-insert-file, not its obsolete alias mail-attach-file.
1352
66b907dc
MA
13532012-04-03 Michael Albinus <michael.albinus@gmx.de>
1354
1355 * notifications.el (notifications-notify): Fix docstring.
1356
c0ea195d
GM
13572012-04-02 Glenn Morris <rgm@gnu.org>
1358
1359 * emacs-lisp/authors.el (authors-aliases): Another addition.
1360
5ca64e00
MA
13612012-04-02 Michael Albinus <michael.albinus@gmx.de>
1362
1363 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
1364 `tramp-compat-call-process' instead of `tramp-local-call-process'.
1365 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
1366
42ee526b
CY
13672012-04-01 Chong Yidong <cyd@gnu.org>
1368
1369 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
1370 Handle root directory properly.
1371 (copy-directory): Caller changed.
1372
1373 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
1374 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
1375
0b021094
GM
13762012-03-31 Glenn Morris <rgm@gnu.org>
1377
40f86458
GM
1378 * term/xterm.el (xterm-extra-capabilities): Doc fix.
1379
7019c177
GM
1380 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
1381
a1daddd6
GM
1382 * calendar/calendar.el (calendar-window-list)
1383 (calendar-hide-window): Restore. (Bug#11140)
1384 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
1385
0b021094
GM
1386 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
1387
40311efc
TV
13882012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1389
1390 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
1391 Check if file is a symlink (Bug#10489).
1392
1393 * files.el (copy-directory): Likewise.
1394
5319014e
CY
13952012-03-30 Chong Yidong <cyd@gnu.org>
1396
1397 * image.el (imagemagick-types-inhibit)
1398 (imagemagick-register-types): Doc fix.
1399
935d1290
AM
14002012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1401
ef24141c
SM
1402 * ispell.el (ispell-get-extended-character-mode):
1403 Disable extended-char-mode for hunspell. hunspell does not support it
75f1671a 1404 and treats ~word as ordinary words in pipe mode.
935d1290 1405
61c6e8fd
GM
14062012-03-30 Glenn Morris <rgm@gnu.org>
1407
1408 * tutorial.el (help-with-tutorial): Ensure local variables don't
1409 happen to make the buffer read-only. (Bug#11127)
1410
81fdff00
SM
14112012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
1412
1413 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
1414 (perl-calculate-indent): Return `noindent' in strings.
1415
6e7a6ec0
SS
14162012-03-28 Sam Steingold <sds@gnu.org>
1417
1418 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
1419 instead of the broken adhockery which does not prevent calendar
1420 buffers from being displayed at random after exit.
1421 (calendar-window-list, calendar-hide-window): Remove the broken
1422 adhockery.
1423
fee88ca0
GM
14242012-03-28 Glenn Morris <rgm@gnu.org>
1425
1426 * replace.el (query-replace-map): Doc fix.
1427
38de3354
AS
14282012-03-28 Andreas Schwab <schwab@linux-m68k.org>
1429
1430 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
1431 contents. (Bug#11109)
1432
b973155e
SM
14332012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
1434
1435 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
1436 (bug#11077).
1437 (avl-tree--check, avl-tree--check-node): New funs.
1438
dcb6e7b3
MR
14392012-03-27 Martin Rudalics <rudalics@gmx.at>
1440
1441 * window.el (switch-to-visible-buffer): New option.
b973155e
SM
1442 (switch-to-prev-buffer, switch-to-next-buffer):
1443 Observe switch-to-visible-buffer. Make sure that checking for a window
dcb6e7b3
MR
1444 showing a buffer already is done on the same frame.
1445
b4fa35fa
GM
14462012-03-27 Glenn Morris <rgm@gnu.org>
1447
1448 * startup.el (mail-host-address): Doc fix.
1449
f9210e18
SM
14502012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
1451
1452 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
1453 than 197 variables.
1454
c0bf7753
AF
14552012-03-26 Ami Fischman <ami@fischman.org>
1456
1457 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
1458
33da7b16
GM
14592012-03-26 Glenn Morris <rgm@gnu.org>
1460
02243d9d
GM
1461 * files.el (save-buffers-kill-emacs): Doc fix.
1462
33da7b16
GM
1463 * startup.el (normal-top-level, command-line, command-line-1):
1464 Give them doc strings.
1465
e5a69fd0
EZ
14662012-03-25 Eli Zaretskii <eliz@gnu.org>
1467
1468 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
b973155e 1469 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
e5a69fd0 1470
9a69676a
CY
14712012-03-25 Chong Yidong <cyd@gnu.org>
1472
4125cb8b
CY
1473 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
1474 theme if it was previously enabled before (Bug#11031).
1475
dd470960
CY
1476 * cus-theme.el (custom-theme-write-faces): Retrieve current face
1477 spec with custom-face-get-current-spec if its :shown-value is not
1478 determined yet (Bug#9337).
4125cb8b 1479 (customize-create-theme, custom-theme-revert): Doc fixes.
dd470960 1480
9a69676a
CY
1481 * button.el (button-at): Minor addition to docstring.
1482
6e7e90fa
SL
14832012-03-24 Simon Leinen <simon.leinen@gmail.com>
1484
1485 * vc/vc.el (vc-merge): Fix a prompt.
1486
f06e2758
CY
14872012-03-24 Chong Yidong <cyd@gnu.org>
1488
1489 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
1490 point (Bug#9623).
1491
6e7e90fa
SL
1492 * button.el (button-at): Minor addition to docstring.
1493
b9d0879b
SM
14942012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
1495
1496 * newcomment.el (comment-choose-indent): No space after BOL.
1497
e71cebb3
SS
14982012-03-22 Sam Steingold <sds@gnu.org>
1499
1500 * window.el (switch-to-prev-buffer): Revert last patch because the
1501 bug turned out to be an advertised feature (Elisp manual 28.14).
1502
335aff35
GM
15032012-03-22 Glenn Morris <rgm@gnu.org>
1504
1505 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
1506 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
1507
c676576a
LMI
15082012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
1509
1510 * net/network-stream.el (network-stream-open-starttls): Make error
1511 message under Windows be less misleading.
1512
126f3d39
LW
15132012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
1514
1515 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
1516 understands (bug#9942).
1517
64fee311
CY
15182012-03-22 Chong Yidong <cyd@gnu.org>
1519
1520 * simple.el (end-of-visible-line): Handle return value of
1521 next-single-property-change properly (Bug#9371).
1522
a640d29a
KH
15232012-03-22 Kenichi Handa <handa@m17n.org>
1524
1525 * international/quail.el (quail-insert-kbd-layout): Fix previous
1526 change. To avoid unwanted bidi reordering, use
1527 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
1528
39675016
DG
15292012-03-21 Dmitry Gutov <dgutov@yandex.ru>
1530
1531 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
1532 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
1533 (ruby-beginning-of-indent): Be more careful with the difference
1534 between word-boundary and symbol boundary.
1535 (ruby-mode-syntax-table): Make : a symbol constituent.
1536
0a6934fc 15372012-03-21 Andreas Politz <politza@fh-trier.de>
1acad97c 1538
3d008e4f
SM
1539 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
1540
0a6934fc
SM
15412012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
1542
af67c9d7
SM
1543 * progmodes/etags.el (tags-completion-at-point-function):
1544 Improve last fix.
1545
1acad97c
SM
1546 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
1547
e298b5da
SS
15482012-03-21 Sam Steingold <sds@gnu.org>
1549
1550 * progmodes/etags.el (tags-completion-at-point-function):
1551 Avoid the error when point is inside the pattern.
1552
91d82a70
JY
15532012-03-21 John Yates <john@yates-sheets.org> (tiny change)
1554
1555 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
1556 line (Bug#10855).
1557
69188b79
CY
15582012-03-21 Drew Adams <drew.adams@oracle.com>
1559
1560 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
1561
99fc91fe
AK
15622012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
1563
1564 * ido.el (ido-set-current-directory, ido-read-internal)
1565 (ido-choose-completion-string, ido-completion-help): Handle nil
1566 value of ido-completion-buffer (Bug#11008).
1567
087bbb4c
SS
15682012-03-21 Sam Steingold <sds@gnu.org>
1569
1570 * window.el (switch-to-prev-buffer): Do not switch to a visible
1571 window previous buffer, just like with the frame previous buffers.
1572
fb5b8aca
CY
15732012-03-21 Chong Yidong <cyd@gnu.org>
1574
1575 * faces.el (make-face, make-empty-face, copy-face):
1576 * face-remap.el (face-remap-add-relative, face-remap-set-base):
1577 Doc fixes.
1578
dc9924b8
SM
15792012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
1580
1581 * wid-edit.el (widget-complete-field): Remove (bug#11051).
1582 (widget-complete): Remove broken use of it.
1583
f0bcceb9
CY
15842012-03-20 Chong Yidong <cyd@gnu.org>
1585
dc9924b8
SM
1586 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
1587 Use string-width and truncate-string-width to handle arbitrary
f0bcceb9
CY
1588 characters.
1589
ee52ebf3
TH
15902012-03-20 Tassilo Horn <tassilo@member.fsf.org>
1591
1592 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
1593 to draw rectangles, not squares. (Regression introduced by revno
1594 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
1595
4c5779ab
CY
15962012-03-18 Chong Yidong <cyd@gnu.org>
1597
1598 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
1599 it is not yet defined (for temacs).
1600
15360934
LL
16012012-03-18 Leo Liu <sdl.web@gmail.com>
1602
dc9924b8 1603 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
15360934 1604
d9a8eb66
EZ
16052012-03-17 Eli Zaretskii <eliz@gnu.org>
1606
1607 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
1608 (ispell-choices-win-default-height, ispell-silently-savep)
1609 (ispell-dictionary-alist, ispell-encoding8-command)
1610 (ispell-check-version, ispell-aspell-find-dictionary)
1611 (ispell-valid-dictionary-list, ispell-words-keyword)
1612 (ispell-get-word, ispell-internal-change-dictionary)
1613 (ispell-region, ispell-skip-region-list)
1614 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
1615 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
1616 (ispell-message-text-end, ispell-message)
1617 (ispell-buffer-local-parsing): Doc fix.
1618
f02ff80d
J
16192012-03-13 Jambunathan K <kjambunathan@gmail.com>
1620
1621 * htmlfontify.el: Add support for code block fontification for ODT
1622 export (Bug #9914).
1623 (hfy-optimisations): Define new option
1624 `body-text-only'
1625 (hfy-fontify-buffer): Honor above setting.
1626 (hfy-begin-span, hfy-end-span): New routines factored out form
1627 `hfy-fontify-buffer'.
1628 (hfy-begin-span-handler, hfy-end-span-handler): New variables
1629 that permit insertion of custom tags.
1630 (hfy-fontify-buffer): Use above handlers.
1631 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
1632 (hfy-face-to-css): Re-defined to be a variable.
dc9924b8 1633 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
75f1671a 1634 over multiple runs. This is made possible by having the caller let
f02ff80d
J
1635 bind a special variable `hfy-user-sheet-assoc'.
1636 (htmlfontify-string): New defun.
1637 (hfy-compile-face-map): Make sure that the last char in the
1638 buffer is correctly fontified.
1639 (hfy-face-resolve-face): Whitespace only change.
1640
9ac7a13f
EZ
16412012-03-17 Eli Zaretskii <eliz@gnu.org>
1642
1643 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
1644 message more clear.
1645
e2b5bdd7
LL
16462012-03-16 Leo Liu <sdl.web@gmail.com>
1647
1648 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
1649
2e492df3
AM
16502012-03-16 Alan Mackenzie <acm@muc.de>
1651
1652 Further optimise the handling of large macros.
1653
1654 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
1655 limit to a call of `c-literal-limits'.
1656 (c-determine-+ve-limit): New function.
dc9924b8
SM
1657 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
1658 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
2e492df3
AM
1659 In CASE 5B, restrict a search limit to 500.
1660 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
1661
1662 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
1663 Restrict macro bounds to +-500 from after-change's BEG END.
1664
50e94f0c
LL
16652012-03-16 Leo Liu <sdl.web@gmail.com>
1666
1667 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
1668
6f09f6ed
AH
16692012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
1670
1671 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
dc9924b8 1672 `special-mode' setting of `buffer-read-only'. (Bug#11010)
6f09f6ed 1673
c7e73d51
GM
16742012-03-16 Glenn Morris <rgm@gnu.org>
1675
da986230
GM
1676 * view.el (view-buffer, view-buffer-other-window)
1677 (view-buffer-other-frame): Doc fixes re special mode-class.
1678
0835f01e
GM
1679 * subr.el (eval-after-load): If named feature is provided not from
1680 a file, run after-load forms. (Bug#10946)
1681
c7e73d51
GM
1682 * calendar/calendar.el (calendar-insert-at-column):
1683 Handle non-unit-width characters a bit better. (Bug#10978)
1684
3f2eafd1
CY
16852012-03-15 Chong Yidong <cyd@gnu.org>
1686
1687 * emacs-lisp/ring.el (ring-extend): New function.
1688 (ring-insert+extend): Extend the ring correctly (Bug#11019).
1689
1690 * comint.el (comint-read-input-ring)
1691 (comint-add-to-input-history): Grow comint-input-ring lazily.
1692
103af3fe
SM
16932012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
1694
663b1677
SM
1695 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
1696 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
1697
103af3fe
SM
1698 * imenu.el: Fix multiple inheritance breakage (bug#9199).
1699 (imenu-add-to-menubar): Don't add a redundant index.
1700 (imenu-update-menubar): Handle a dynamically composed keymap.
1701
899cb7cb
KY
17022012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
1703
1704 * mail/sendmail.el (mail-encode-header):
1705 Bind rfc2047-encode-encoded-words to nil.
1706
3809f91d
GM
17072012-03-13 Glenn Morris <rgm@gnu.org>
1708
1709 * calendar/calendar.el (calendar-string-spread):
1710 Handle non-unit-width characters a bit better. (Bug#10978)
1711
9e345a01
LL
17122012-03-13 Leo Liu <sdl.web@gmail.com>
1713
1714 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
1715 directory and file as argument (Bug#10822).
1716
4a07df36
KS
17172012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
1718
1719 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
1720 For dynamically generated code, follow $PC.
1721 (gdb-disassembly-handler-custom): Handle no function name case.
1722
4aaa9356
TL
17232012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
1724
1725 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
1726 * emulation/ws-mode.el (ws-query-replace):
1727 * sort.el (sort-regexp-fields):
1728 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
1729
225979da
SM
17302012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
1731
1732 * dabbrev.el: Fix cycle completion order (bug#10963).
1733 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
1734 (dabbrev-completion): Don't use an obarray; provide
1735 a cycle-sort-function.
1736
e2f1fdab
LL
17372012-03-12 Leo Liu <sdl.web@gmail.com>
1738
dc9924b8 1739 * simple.el (kill-new): Use equal-including-properties for comparison.
e2f1fdab
LL
1740 (kill-do-not-save-duplicates): Doc fix.
1741
b19490ed
SM
17422012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
1743
1744 * dabbrev.el: Fix cycle completion (bug#10963).
1745 Use lexical binding and wrap to 80 columns.
1746 (dabbrev-completion): Delay computing the list of completions.
1747
4b05d722
KH
17482012-03-12 Kenichi Handa <handa@m17n.org>
1749
1750 * international/quail.el (quail-insert-kbd-layout): Surround each
1751 row by LRO and PDF instead of inserting many LRMs. Pad the left
1752 and right of each non-spacing marks. Insert invisible space
1753 between lower and upper characters to prevent composition.
1754
dbbc2e69
SM
17552012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
1756
1757 * minibuffer.el (minibuffer-complete): Don't get confused when the
1758 function is run twice via different commands (bug#10958).
1759 (complete-with-action): Fix docstring.
1760
292112ed
CY
17612012-03-12 Chong Yidong <cyd@gnu.org>
1762
5d1ac394
CY
1763 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
1764 (nxml-completion-at-point-function): New function.
1765 (nxml-mode): Use it.
1766 (nxml-bind-meta-tab-to-complete-flag): Default to t.
1767
292112ed
CY
1768 * emacs-lisp/package.el (package-unpack, package-unpack-single):
1769 Load generated autoloads file before byte compiling (Bug#10970).
1770 (package--make-autoloads-and-compile): New helper fun.
1771
4098f8f7
CS
17722012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
1773
1774 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
1775
8f754691
MA
17762012-03-11 Michael Albinus <michael.albinus@gmx.de>
1777
1778 * autorevert.el (auto-revert-handler): Ensure, that
1779 file-readable-p is applied only for local files or in
1780 auto-revert-tail-mode.
1781
e29ab36b
AS
17822012-03-11 Andreas Schwab <schwab@linux-m68k.org>
1783
dbbc2e69
SM
1784 * server.el (server-eval-at): Handle non-tcp connections.
1785 Decode result string.
ad0bf5b6 1786
e29ab36b
AS
1787 * server.el (server-msg-size): New constant.
1788 (server-reply-print): New function.
1789 (server-eval-and-print): Use it.
1790 (server-eval-at): Use server-quote-arg and server-unquote-arg.
1791 Handle -print-nonl.
1792
de5939ba
CS
17932012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
1794
1795 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
1796 (Bug#10987).
1797
0c93eabf
CY
17982012-03-11 Chong Yidong <cyd@gnu.org>
1799
397a688f
CY
1800 * simple.el (goto-line): Doc fix (Bug#9938).
1801
2cc775f9
CY
1802 * subr.el (save-window-excursion): Doc fix (Bug#9979).
1803
0c93eabf
CY
1804 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
1805 when finished (Bug#10963).
1806
c491fa41
MR
18072012-03-11 Martin Rudalics <rudalics@gmx.at>
1808
1809 * window.el (split-window-below): Fix bug in case where
1810 split-window-keep-point is nil (Bug#10971).
1811
300e8fa5
JL
18122012-03-11 Juri Linkov <juri@jurta.org>
1813
1814 * replace.el (replace-highlight): Set isearch-word to nil
1815 unconditionally. (Bug#10887)
1816
dbf6c5a1
EZ
18172012-03-10 Eli Zaretskii <eliz@gnu.org>
1818
1819 * net/mairix.el (mairix-replace-invalid-chars): Rename from
1820 mairix-replace-illegal-chars; all callers changed. Don't remove
dc9924b8 1821 ^, ~, and = characters: they are meaningful in mairix search specs.
dbf6c5a1
EZ
1822 (mairix-widget-create-query): Add usage information about mairix
1823 search forms: negating words, searching for substrings, etc.
1824
b9e501de
JP
18252012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
1826
1827 * international/fontset.el (font-encoding-alist): Add an entry for
1828 ksx1001 (Bug#5667).
1829
92795c91
RS
18302012-03-10 Richard Stallman <rms@gnu.org>
1831
1694e6c1
RS
1832 * mail/sendmail.el (mail-encode-header):
1833 Set rfc2047-encode-encoded-words.
1834
607e8555
RS
1835 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
1836
de3bc99a
RS
1837 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
1838 view buffer means not swapped.
1839 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
1840 (rmail-write-region-annotate): Error if real text has disappeared.
1841
92795c91
RS
1842 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
1843
699bd04e
CY
18442012-03-10 Chong Yidong <cyd@gnu.org>
1845
1846 * emulation/cua-rect.el (cua--init-rectangles):
dbbc2e69
SM
1847 * emulation/cua-base.el (cua--init-keymaps):
1848 Add delete-forward-char to remappings (Bug#9666).
699bd04e 1849
570a1714
MR
18502012-03-10 Martin Rudalics <rudalics@gmx.at>
1851
dbbc2e69
SM
1852 * speedbar.el (speedbar-unhighlight-one-tag-line):
1853 Avoid unhighlighting due to frame switching (Bug#10275).
570a1714 1854
82dcf4e4
CY
18552012-03-10 Chong Yidong <cyd@gnu.org>
1856
7a2c7ca7
CY
1857 * minibuffer.el (completion-in-region, completion-help-at-point):
1858 Give the completion field overlay a high priority (Bug#6830).
1859
82dcf4e4
CY
1860 * dired.el (dired-goto-file): Recognize absolute file name
1861 listings (Bug#7126).
1862 (dired-goto-file-1): New helper function.
1863 (dired-toggle-read-only): Inhibit warnings.
1864
052e28ac
MA
18652012-03-09 Michael Albinus <michael.albinus@gmx.de>
1866
75f1671a 1867 * net/dbus.el (dbus-property-handler): Return empty array if
052e28ac
MA
1868 there are no properties.
1869
95d5e396
LL
18702012-03-09 Leo Liu <sdl.web@gmail.com>
1871
1872 * savehist.el (savehist-printable): Stricter check for string
1873 value (Bug#10937).
1874
3f018d6d
EZ
18752012-03-09 Eli Zaretskii <eliz@gnu.org>
1876
dbbc2e69
SM
1877 * mail/smtpmail.el (smtpmail-send-it):
1878 Bind coding-system-for-write to *-unix, so that FCC files are kept in
3f018d6d
EZ
1879 valid mbox format.
1880
f7fd3d79
GM
18812012-03-09 Glenn Morris <rgm@gnu.org>
1882
1883 * files.el (dir-locals-find-file):
1884 Don't check result is regular, readable.
1885 (dir-locals-read-from-file): Demote errors.
1886
6ff6e72f
EZ
18872012-03-08 Eli Zaretskii <eliz@gnu.org>
1888
dbbc2e69
SM
1889 * international/quail.el (quail-insert-kbd-layout):
1890 Insert invisible LRM characters before each character in a keyboard
6ff6e72f
EZ
1891 layout cell, to prevent their reordering by bidi display engine.
1892 For details, see the discussion in
1893 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
1894
9cec7834
AM
18952012-03-08 Alan Mackenzie <acm@muc.de>
1896
1897 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
1898 the starting position; make it extend the marked region when
1899 invoked repeatedly - all under appropriate circumstances.
1900 Fixes bugs #5525, #10906.
1901
9a40b8d4
GM
19022012-03-08 Glenn Morris <rgm@gnu.org>
1903
1904 * files.el (locate-dominating-file, dir-locals-find-file):
1905 Undo 2012-03-06 change.
1906
7a08ed35
EZ
19072012-03-07 Eli Zaretskii <eliz@gnu.org>
1908
dbbc2e69
SM
1909 * international/quail.el (quail-help):
1910 Force bidi-paragraph-direction be left-to-right. See discussion in
7a08ed35
EZ
1911 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
1912 for the reason.
1913
5aca4f71 19142012-03-07 Michael Albinus <michael.albinus@gmx.de>
6612a284
MA
1915
1916 Avoid superfluous registering of signals. (Bug#10807)
1917
1918 * notifications.el (notifications-on-action-object)
1919 (notifications-on-close-object): New defvars.
1920 (notifications-on-action-signal, notifications-on-closed-signal):
1921 Unregister the signal if not needed any longer.
1922 (notifications-notify): Register `notifications-action-signal' or
1923 `notifications-closed-signal', if :on-action or :on-close has been
1924 passed as argument.
1925
78e8b10a
CY
19262012-03-07 Chong Yidong <cyd@gnu.org>
1927
1928 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
1929 non-X platforms.
1930
69481eb8
GM
19312012-03-06 Glenn Morris <rgm@gnu.org>
1932
1933 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
1934 (x-disown-selection-internal, x-get-selection-internal):
1935 Doc fix (add arglist signatures). (Bug#10783)
1936
133b8e11
KS
19372012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
1938
1939 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
1940 Handle breakpoints with no "type".
1941
99a83064
GM
19422012-03-06 Glenn Morris <rgm@gnu.org>
1943
1944 * files.el (locate-dominating-file): Add optional predicate argument.
1945 (dir-locals-find-file): Make use of above change.
1946
17798e78
TTN
19472012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
1948
1949 * info.el (Info-insert-dir): Also try "dir.gz".
1950
eb182446
GM
19512012-03-06 Glenn Morris <rgm@gnu.org>
1952
8f2114ee
GM
1953 * files.el (dir-locals-find-file):
1954 Ignore non-readable or non-regular files. (Bug#10928)
1955
eb182446
GM
1956 * files.el (locate-dominating-file): Doc fix.
1957
24679323
AS
19582012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
1959
1960 * calendar/calendar.el (calendar-set-mode-line):
1961 `getenv' returns a string. (Bug#10951)
1962
01d972a9
LL
19632012-03-05 Leo Liu <sdl.web@gmail.com>
1964
109aa8a9
LL
1965 * simple.el (backward-delete-char-untabify): Constrain point to
1966 field (Bug#10939).
1967
01d972a9
LL
1968 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
1969
10607bea
CY
19702012-03-05 Chong Yidong <cyd@gnu.org>
1971
1972 * simple.el (count-words): If called from Lisp, return the word
1973 count, for symmetry with `count-lines'. Arglist changed.
1974 (count-words--message): Args changed. Consolidate counting code
1975 from count-words and count-words-region.
1976 (count-words-region): Caller changed.
1977 (count-lines-region): Make it an obsolete alias.
1978
5dd11cfe
TH
19792012-03-04 Tassilo Horn <tassilo@member.fsf.org>
1980
1981 * saveplace.el (save-place-to-alist)
1982 (save-place-ignore-files-regexp): Allow value nil to disable this
1983 feature.
1984
c349f4e6
CY
19852012-03-04 Chong Yidong <cyd@gnu.org>
1986
1987 * faces.el (face-spec-reset-face): For the default face, reset the
1988 attributes to default values (Bug#10748).
1989
e627be4c
LMI
19902012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1991
1992 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
1993 previous patch: Check `message-send-mail-function', and not the
1994 default function (bug#10897).
1995
ebeabff4
MA
19962012-03-04 Michael Albinus <michael.albinus@gmx.de>
1997
a41a6cf4
MA
1998 * notifications.el (notifications-on-action-signal)
1999 (notifications-on-closed-signal): Check for unique service name of
2000 incoming event. Fix error in removing entry.
ebeabff4 2001 (top): Register for signals with wildcard service name.
a41a6cf4 2002 (notifications-notify): Use daemon unique service name for map entries.
ebeabff4 2003
c1ca42b4
CY
20042012-03-04 Chong Yidong <cyd@gnu.org>
2005
dc9924b8 2006 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
c1ca42b4 2007
ea16568d
GM
20082012-03-04 Glenn Morris <rgm@gnu.org>
2009
2010 * abbrev.el (copy-abbrev-table, abbrev-table-p)
2011 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
2012 (expand-abbrev, define-abbrev-table): Doc fixes.
2013
fbae4637
LMI
20142012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2015
2016 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
2017 `message-default-send-mail-function' and not `send-mail-function'
2018 when doing the prompting for `sendmail-query-once' before sending
2019 in Message buffers (bug#10897).
2020
a1e7225c
LMI
2021 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
2022 This is inconsistent with all the other stream functions, which leave
2023 the setting up to the higher levels (if so wanted) (bug#10931).
2024
56d093a9
AM
20252012-03-02 Alan Mackenzie <acm@muc.de>
2026
2027 Depessimize the handling of very large macros.
2028
2029 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
2030 (c-macro-cache-syntactic): New variables to implement a one
2031 element macro cache.
2032 (c-invalidate-macro-cache): New function.
2033 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
2034 Adapt to use the new cache.
2035 (c-state-safe-place): Use better the cache of safe positions.
2036 (c-state-semi-nonlit-pos-cache)
2037 (c-state-semi-nonlit-pos-cache-limit):
2038 New variables for...
2039 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
2040 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
dbbc2e69
SM
2041 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
2042 Use c-state-semi-safe-place.
56d093a9 2043
dbbc2e69
SM
2044 * progmodes/cc-langs.el (c-get-state-before-change-functions):
2045 Add c-invalidate-macro-cache to the C, C++, Obj entries.
56d093a9 2046
817e5c3d
MA
20472012-03-02 Michael Albinus <michael.albinus@gmx.de>
2048
dbbc2e69
SM
2049 * jka-compr.el (jka-compr-call-process):
2050 Apply `file-accessible-directory-p' only when the default directory is
817e5c3d
MA
2051 not remote.
2052
a032a702
MA
20532012-03-01 Michael Albinus <michael.albinus@gmx.de>
2054
2055 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
2056 access of FILE2, if FILE1 does not exist.
2057
99a54f21
MA
2058 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
2059 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
2060
2061 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
2062 Add "PAGER=" to `process-environment'.
2063
f6561e1f
MM
20642012-03-01 Michael R. Mauger <mmaug@yahoo.com>
2065
2066 * progmodes/sql.el: Bug fix
2067 (sql-get-login-ext): Save login values in globals.
2068 (sql-get-login): Use new version of `sql-get-login-ext'.
2069 (sql-interactive-mode): Set global `sql-connection' to nil.
2070 (sql-connect): Set global values for connection.
2071 (sql-product-interactive): Save global values as buffer local.
2072
2d44d9cc
LL
20732012-02-29 Leo Liu <sdl.web@gmail.com>
2074
2075 * abbrev.el (define-abbrevs): Reset sys to nil.
2076
96b49301 20772012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2078
bf7f9bc5
JB
2079 * files.el (file-equal-p): Rename from `files-equal-p'.
2080 Return nil when one or both files don't exist.
96b49301 2081 (file-subdir-of-p): Now only top directory must exists,
2082 return nil if it doesn't.
bf7f9bc5
JB
2083 (copy-directory): No need to test with `file-subdir-of-p' after
2084 creating dir.
2085 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
2086 to `file-equal-p'.
96b49301 2087
44e97401
GM
20882012-02-28 Glenn Morris <rgm@gnu.org>
2089
2090 * shell.el (shell-mode):
2091 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
2092 * play/landmark.el (landmark-font-lock-face-O):
2093 * play/handwrite.el (handwrite):
2094 * play/gomoku.el (gomoku-O):
2095 * net/browse-url.el (browse-url-browser-display):
2096 * international/mule.el (define-charset):
2097 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
2098 * filesets.el (filesets-find-file-delay):
2099 * eshell/em-xtra.el (eshell-xtra):
2100 * eshell/em-unix.el (eshell-grep):
2101 * emulation/viper.el (viper-mode):
2102 * emacs-lisp/regexp-opt.el (regexp-opt-group):
2103 * emacs-lisp/easymenu.el (easy-menu-define):
2104 * calendar/timeclock.el (timeclock-use-display-time):
2105 * bs.el (bs-mode):
2106 * bookmark.el (bookmark-save-flag):
2107 Doc fix (standardize possessive apostrophe usage).
2108
c98c6276
CY
21092012-02-27 Chong Yidong <cyd@gnu.org>
2110
bf7f9bc5
JB
2111 * emulation/viper-cmd.el (viper-intercept-ESC-key):
2112 Fix key-binding lookup for ESC key (Bug#9146).
ecf5f74e 2113
c98c6276
CY
2114 * font-lock.el (font-lock-specified-p): Rename from
2115 font-lock-spec-present. Callers changed.
2116
9c62cd04 21172012-02-27 Daniel Hackney <dan@haxney.org>
8ac9e529 2118
bf7f9bc5
JB
2119 * emacs-lisp/package.el (package-compute-transaction):
2120 Handle holding a package version to t in package-load-list.
8ac9e529 2121
530739c9
MA
21222012-02-26 Michael Albinus <michael.albinus@gmx.de>
2123
2124 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
2125 (tramp-get-inode, tramp-get-device): Use cached values.
2126
487915d7
AM
21272012-02-26 Alan Mackenzie <acm@muc.de>
2128
2129 Check there is a font-lock specification before doing initial
2130 fontification.
2131
2132 * font-core.el (font-lock-mode): Move the conditional from
2133 :after-hook to font-lock-initial-fontify.
2134 (font-lock-default-function): Move the check for a specification
2135 to font-lock-spec-present.
2136
dc9924b8 2137 * font-lock.el (font-lock-initial-fontify): Call ...
487915d7
AM
2138 (font-lock-spec-present): New function.
2139
4fd96557
JB
21402012-02-26 Jim Blandy <jimb@red-bean.com>
2141
2142 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
2143 (gdb-send): Apply it to the operand of the '-interpreter-exec
2144 console' command, so that we can pass arguments with (say) quotes
2145 in them. Store exact string sent in gdb-debug-log (Bug#10765).
2146
9a4888c0
CY
21472012-02-26 Chong Yidong <cyd@gnu.org>
2148
07498861
CY
2149 * help-fns.el (describe-function-1): Clarify description of
2150 remapping (Bug#10844).
2151
9a4888c0
CY
2152 * files.el (files-equal-p): Doc fix.
2153 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
2154 and quit the loop once a mismatch is found.
2155
ea8fb88d
JB
21562012-02-25 Juanma Barranquero <lekktu@gmail.com>
2157
2158 * bs.el (bs--show-with-configuration): Don't throw an error
2159 if the window cannot be split; otherwise, subsequent calls to
2160 bs-show fail, restoring a stale window config. (Bug#10882)
2161
525795c1
JD
21622012-02-25 Jan Djärv <jan.h.d@swipnet.se>
2163
2164 * term/ns-win.el (global-map): Bind ns-drag-file to
2165 ns-find-file (Bug#5855, Bug#10050).
2166
f008086f
AS
21672012-02-25 Andreas Schwab <schwab@linux-m68k.org>
2168
2169 * calendar/parse-time.el (parse-time-string): Allow extractor to
2170 return nil.
2171
a3fcfa99
MA
21722012-02-25 Michael Albinus <michael.albinus@gmx.de>
2173
91027d08
JB
2174 * net/tramp.el (tramp-file-name-for-operation):
2175 Add `files-equal-p' and `file-subdir-of-p'.
a3fcfa99
MA
2176
2177 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
91027d08
JB
2178 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
2179 Add COPY-CONTENTS argument.
a3fcfa99 2180
67b0de11
CY
21812012-02-25 Chong Yidong <cyd@gnu.org>
2182
2183 Add custom groups for VC backends, for consistency with vc-bzr.
2184
2185 * vc/vc-arch.el (vc-arch):
2186 * vc/vc-cvs.el (vc-cvs):
2187 * vc/vc-git.el (vc-git):
2188 * vc/vc-hg.el (vc-hg):
2189 * vc/vc-mtn.el (vc-mtn):
2190 * vc/vc-rcs.el (vc-rcs):
2191 * vc/vc-sccs.el (vc-sccs):
2192 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
2193 All relevant defcustoms reassigned.
2194
3c9dfce6
CY
21952012-02-25 Chong Yidong <cyd@gnu.org>
2196
1339bf43
CY
2197 * newcomment.el (comment-styles): Add autoload (Bug#10868).
2198
3c9dfce6
CY
2199 * term/x-win.el (x-initialize-window-system): Reduce default for
2200 x-selection-timeout to 5 seconds (Bug#8869).
2201
25b2e303 22022012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2203
ec70a47d
GM
2204 * files.el (files-equal-p, file-subdir-of-p): New functions.
2205 (copy-directory): Error when trying to copy a directory on itself.
25b2e303 2206 Add missing copy-contents arg to tramp handler.
ec70a47d
GM
2207 * dired-aux.el (dired-copy-file-recursive): Same.
2208 (dired-create-files): Modify destination when source is equal to
2209 dest when copying files.
53a46cd0 2210 Return also when dest is a subdir of source. (Bug#10489)
25b2e303 2211
914260cd
MA
22122012-02-24 Michael Albinus <michael.albinus@gmx.de>
2213
2214 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
2215 (Bug#10874)
2216
2cb228f7
AM
22172012-02-23 Alan Mackenzie <acm@muc.de>
2218
2219 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
2220 parameter "after-hook:" to allow the expansion to run code after
2221 the execution of the mode hooks.
2222
2223 * font-lock.el (font-lock-initial-fontify): New function extracted
91027d08 2224 from font-lock-mode-internal.
2cb228f7 2225
91027d08 2226 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
2cb228f7
AM
2227 :after-hook.
2228
8f0fde21
SM
22292012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
2230
3e88618b
SM
2231 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
2232 (completion--cache-all-sorted-completions): New function.
2233 (completion-all-sorted-completions): Use it.
2234 (completion--do-completion, minibuffer-force-complete):
2235 Use it to re-instate the flush hook.
2236
8f0fde21
SM
2237 * icomplete.el (icomplete-completions): Replace last fix with a better
2238 one (bug#10850).
2239
8e911f6f
DG
22402012-02-23 Dmitry Gutov <dgutov@yandex.ru>
2241
2242 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
2243 when it might call us back infinitely (bug#10797).
2244
49fe4321
GM
22452012-02-23 Glenn Morris <rgm@gnu.org>
2246
2247 * minibuffer.el (completion-category-overrides): Doc fix.
2248
b291b572
SM
22492012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
2250
2251 * minibuffer.el (completion-table-with-context): Fix inf-loop.
2252 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
2253
31a9ef2e
GM
22542012-02-23 Glenn Morris <rgm@gnu.org>
2255
5e6e6794 2256 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
31a9ef2e
GM
2257 (authors-obsolete-files-regexps, authors-ignored-files)
2258 (authors-ambiguous-files, authors-renamed-files-alist):
2259 Add more entries.
2260
0bd1e074
JL
22612012-02-23 Juri Linkov <juri@jurta.org>
2262
2263 * isearch.el (isearch-occur): Sync interactive spec with occur's
2264 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
2265
b617673c
JL
2266 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
2267
19e9789e
JL
22682012-02-22 Juri Linkov <juri@jurta.org>
2269
2270 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
2271 (ucs-insert): Doc fix. Check for hex digits in the string.
2272 Don't display `nil' in the error message. (Bug#10857)
2273
f41ce09d
AM
22742012-02-22 Alan Mackenzie <acm@muc.de>
2275
7a71b18d 2276 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
f41ce09d 2277
ac2eceee
GM
22782012-02-22 Glenn Morris <rgm@gnu.org>
2279
2280 * ffap.el (ffap-c-path):
2281 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
2282
abd1f678
CY
22832012-02-22 Chong Yidong <cyd@gnu.org>
2284
2285 * custom.el (load-theme): Doc fix.
2286
f25aef2e
GM
22872012-02-22 Glenn Morris <rgm@gnu.org>
2288
2289 * dired-x.el (dired-guess-shell-alist-default):
2290 Remove escape sequences from nroff output. (Bug#172)
2291
5f8dc2ca
GM
22922012-02-21 Glenn Morris <rgm@gnu.org>
2293
6ff86ec4
GM
2294 * vc/emerge.el (emerge-defvar-local):
2295 Set `permanent-local' property rather than unused `preserved'.
2296
be3223a3 2297 * textmodes/picture.el (picture-delete-char): New alias.
5f8dc2ca
GM
2298 (picture-mode-map): Use it. (Bug#10860)
2299 (picture-mode): Doc fix.
2300
3fe58f4f
JB
23012012-02-21 Juanma Barranquero <lekktu@gmail.com>
2302
2303 * newcomment.el (uncomment-region-default): Remove unused binding.
2304
f9a998c3
GM
23052012-02-21 Glenn Morris <rgm@gnu.org>
2306
2307 * textmodes/picture.el (picture-motion, picture-motion-reverse)
2308 (picture-self-insert, picture-tab-chars): Doc fix.
2309 (picture-mode-map): Fix C-a, C-e.
2310
c6029348
GM
23112012-02-20 Glenn Morris <rgm@gnu.org>
2312
2313 * emacs-lisp/authors.el (authors-aliases): Add another entry.
2314
ab1ce9d7
LL
23152012-02-20 Leo Liu <sdl.web@gmail.com>
2316
2317 * icomplete.el (icomplete-completions): Check FROM arg before
2318 passing to substring (Bug#10850).
2319
0fd40f89
CY
23202012-02-19 Chong Yidong <cyd@gnu.org>
2321
2322 * comint.el: Require ansi-color.
2323 (comint-output-filter-functions): Add ansi-color-process-output.
2324
2325 * ansi-color.el: Don't set comint-output-filter-functions; it is
2326 now in the initial value defined in comint.el.
2327 (ansi-color-apply-face-function): New variable.
2328 (ansi-color-apply-on-region): Use it.
2329 (ansi-color-apply-overlay-face): New function.
2330
2331 * shell.el (shell): No need to require ansi-color.
2332 (shell-mode): Use ansi-color-apply-face-function to highlight
2333 color escapes using font-lock-face property (Bug#10835).
2334
20af2394
CY
23352012-02-19 Chong Yidong <cyd@gnu.org>
2336
2337 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
2338 mode-line formats (Bug#10839).
2339
e23a3fbe
GM
23402012-02-18 Glenn Morris <rgm@gnu.org>
2341
b474519e
GM
2342 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
2343
2344 * mail/undigest.el (unforward-rmail-message): Doc fix.
2345
e23a3fbe
GM
2346 * saveplace.el (save-place-ignore-files-regexp): Add :version.
2347
57939ff4
EZ
23482012-02-18 Eli Zaretskii <eliz@gnu.org>
2349
2350 * international/characters.el (script-list): Sync with the latest
2351 Unicode Character Database.
2352
0c23686e
AS
23532012-02-18 Andreas Schwab <schwab@linux-m68k.org>
2354
2355 * international/titdic-cnv.el: Remove duplicate coding tag.
2356 * language/cham.el: Likewise.
2357 * language/tai-viet.el: Likewise.
2358
6818b449
GM
23592012-02-18 Glenn Morris <rgm@gnu.org>
2360
2361 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
2362 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
2363 (calendar-bahai-all-holidays-flag, calendar-other-dates):
2364 * calendar/diary-lib.el (diary-abbreviated-year-flag):
2365 * calendar/holidays.el (holiday-bahai-holidays)
2366 (calendar-holidays, list-holidays):
2367 Use utf-8 Bahá'í in doc-strings, menus, etc.
2368
0311a3fc
TH
23692012-02-17 Tassilo Horn <tassilo@member.fsf.org>
2370
2371 * saveplace.el (save-place-ignore-files-regexp): New variable
2372 allowing for excluding files from saving their location of point.
2373 The default value matches the temporary commit message editing
2374 files from Git, SVN, Bazaar, and Mercurial.
2375 (save-place-to-alist): Use it.
2376
eb864a71
LM
23772012-02-17 Lawrence Mitchell <wence@gmx.li>
2378 Stefan Monnier <monnier@iro.umontreal.ca>
2379
2380 * newcomment.el (uncomment-region-default): Don't leave extra space
2381 when an arg is provided (bug#8150).
2382
ee0ce425
TZ
23832012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
2384
eb864a71 2385 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
ee0ce425 2386
95ddf442
GM
23872012-02-17 Glenn Morris <rgm@gnu.org>
2388
2389 * net/socks.el: Require network-stream. (Bug#10599)
2390
48dd1e39 23912012-02-17 Kenichi Handa <handa@m17n.org>
c406be43
KH
2392
2393 * international/charprop.el:
2394 * international/uni-name.el:
2395 * international/uni-old-name.el:
2396 * international/uni-comment.el: Regenerate.
2397
d68cd087
GM
23982012-02-16 Glenn Morris <rgm@gnu.org>
2399
2400 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
2401 Interactively in calendar buffer, give an error if not on a date.
2402
13932042
GM
24032012-02-15 Glenn Morris <rgm@gnu.org>
2404
2405 * shell.el (shell-delimiter-argument-list):
2406 Revert 2011-02-17 change. (Bug#8027)
2407
c3a70e2b
CY
24082012-02-15 Chong Yidong <cyd@gnu.org>
2409
60236b0d
CY
2410 * minibuffer.el (completion-at-point-functions): Doc fix.
2411
c3a70e2b
CY
2412 * custom.el (defcustom): Doc fix; note use of defvar.
2413
9f26dc24
GM
24142012-02-15 Glenn Morris <rgm@gnu.org>
2415
2416 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
2417 Doc fixes.
2418
6546b134
GM
24192012-02-14 Glenn Morris <rgm@gnu.org>
2420
2421 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
2422
d29b2b4c
LI
24232012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
2424
2425 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
2426 way the ports list is computed.
835bdcba
LI
2427 (smtpmail-query-smtp-server): Prompt the user for a port number if
2428 we can't connect to any of the standard ports (bug#10810).
d29b2b4c 2429
08dcdbc9
TZ
24302012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
2431
2432 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
2433
2605051a
GM
24342012-02-13 Glenn Morris <rgm@gnu.org>
2435
2436 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
2437
7ee99f32
TZ
24382012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
2439
2440 * net/gnutls.el (gnutls-trustfiles): New variable.
2441 (gnutls-negotiate): Use it.
2442
5f0af64f
LI
24432012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
2444
2445 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
2446 does its stuff if Gnus is running.
2447
c14fcc95
AM
24482012-02-13 Alan Mackenzie <acm@muc.de>
2449
2450 Fix a loop in c-set-fl-decl-start.
2451
7a71b18d 2452 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
c14fcc95
AM
2453 c-backward-syntactic-ws actually moves backwards.
2454
142b4d90
LL
24552012-02-13 Leo Liu <sdl.web@gmail.com>
2456
2457 * net/rcirc.el (rcirc-markup-attributes): Move point to the
2458 beginning so that all \C-o chars are removed.
2459
fa9958a6
TZ
24602012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
2461
dc9924b8 2462 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
fa9958a6 2463
0bc5886a
AM
24642012-02-12 Alan Mackenzie <acm@muc.de>
2465
2466 Fix infinite loop with long macros.
4d6769e1 2467 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
0bc5886a 2468
d4bd55e7
CY
24692012-02-12 Chong Yidong <cyd@gnu.org>
2470
2471 * window.el (display-buffer): Doc fix (Bug#10785).
2472
66f3fe22
GM
24732012-02-12 Glenn Morris <rgm@gnu.org>
2474
bd7da63e
GM
2475 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
2476 (x-disown-selection-internal, x-get-selection-internal):
2477 Sync docs with the xselect.c versions.
2478
66f3fe22
GM
2479 * allout-widgets.el: Add missing license notice.
2480
3e0d2fa7
GM
24812012-02-11 Glenn Morris <rgm@gnu.org>
2482
cfecdf09
GM
2483 * select.el (x-get-selection-internal, x-own-selection-internal)
2484 (x-disown-selection-internal):
2485 * x-dnd.el (x-get-selection-internal): Update declarations.
2486
6d216d7f
GM
2487 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
2488
2bed3f04
GM
2489 * window.el (window-sides-slots):
2490 * tool-bar.el (tool-bar-position):
2491 * term/xterm.el (xterm-extra-capabilities):
2492 * ses.el (ses-self-reference-early-detection):
2493 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
2494 (verilog-auto-wire-type)
2495 (verilog-auto-delete-trailing-whitespace)
2496 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
2497 (verilog-auto-tieoff-declaration):
2498 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
2499 (sql-oracle-statement-starters, sql-oracle-scan-on):
2500 * progmodes/prolog.el (prolog-align-comments-flag)
2501 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
2502 (prolog-left-indent-regexp, prolog-paren-indent-p)
2503 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
2504 (prolog-types, prolog-mode-specificators)
2505 (prolog-determinism-specificators, prolog-directives)
2506 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
2507 (prolog-electric-dot-flag)
2508 (prolog-electric-dot-full-predicate-template)
2509 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
2510 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
2511 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
2512 (prolog-program-switches, prolog-prompt-regexp)
2513 (prolog-debug-on-string, prolog-debug-off-string)
2514 (prolog-trace-on-string, prolog-trace-off-string)
2515 (prolog-zip-on-string, prolog-zip-off-string)
2516 (prolog-use-standard-consult-compile-method-flag)
2517 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
2518 (prolog-imenu-max-lines, prolog-info-predicate-index)
2519 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
2520 (prolog-char-quote-workaround):
2521 * progmodes/cc-vars.el (c-defun-tactic):
2522 * net/tramp.el (tramp-encoding-command-interactive)
2523 (tramp-local-end-of-line):
2524 * net/soap-client.el (soap-client):
2525 * net/netrc.el (netrc-file):
2526 * net/gnutls.el (gnutls):
2527 * minibuffer.el (completion-category-overrides)
2528 (completion-cycle-threshold)
2529 (completion-pcm-complete-word-inserts-delimiters):
2530 * man.el (Man-name-local-regexp):
2531 * mail/feedmail.el (feedmail-display-full-frame):
2532 * international/characters.el (glyphless-char-display-control):
2533 * eshell/em-ls.el (eshell-ls-date-format):
2534 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
2535 (lisp-lambda-list-keyword-parameter-indentation)
2536 (lisp-lambda-list-keyword-parameter-alignment):
2537 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
2538 * dired-x.el (dired-omit-verbose):
2539 * cus-theme.el (custom-theme-allow-multiple-selections):
2540 * calc/calc.el (calc-highlight-selections-with-faces)
2541 (calc-lu-field-reference, calc-lu-power-reference)
2542 (calc-note-threshold):
2543 * battery.el (battery-mode-line-limit):
2544 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
2545 (archive-7z-update):
2546 * allout.el (allout-prefixed-keybindings)
2547 (allout-unprefixed-keybindings)
2548 (allout-inhibit-auto-fill-on-headline)
2549 (allout-flattened-numbering-abbreviation):
2550 * allout-widgets.el (allout-widgets-auto-activation)
2551 (allout-widgets-icons-dark-subdir)
2552 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
2553 (allout-widgets-theme-dark-background)
2554 (allout-widgets-theme-light-background)
2555 (allout-widgets-item-image-properties-emacs)
2556 (allout-widgets-item-image-properties-xemacs)
2557 (allout-widgets-run-unit-tests-on-load)
2558 (allout-widgets-time-decoration-activity)
2559 (allout-widgets-hook-error-post-time)
2560 (allout-widgets-track-decoration):
2561 Add missing :version tags to new defcustoms and defgroups.
2562
5fec1b8e
GM
2563 * progmodes/sql.el (sql-ansi-statement-starters)
2564 (sql-oracle-statement-starters): Add custom type.
2565
3e0d2fa7
GM
2566 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
2567 (prolog-system-version): Give it a type.
2568
90b671e2
EZ
25692012-02-11 Eli Zaretskii <eliz@gnu.org>
2570
2571 * term/pc-win.el (x-select-text, x-selection-owner-p)
2572 (x-own-selection-internal, x-disown-selection-internal)
2573 (x-get-selection-internal): Sync doc strings and argument lists
2574 with xselect.c, common-win.el and x-win.el. (Bug#10783)
2575
5eac0c02
LL
25762012-02-11 Leo Liu <sdl.web@gmail.com>
2577
2578 * progmodes/python.el (python-end-of-statement): Fix infinite
2579 loop. (Bug#10788)
2580
f82cb659
GM
25812012-02-10 Glenn Morris <rgm@gnu.org>
2582
2583 * international/mule-cmds.el (unify-8859-on-encoding-mode)
2584 (unify-8859-on-decoding-mode): Properly mark as obsolete.
2585
cc26d239
LI
25862012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
2587
2588 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
2589 about SMTP before checking the From header.
2590
91027d08 2591 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
cc26d239
LI
2592 into own function for reuse by emacsbug.el.
2593
1be3ca5a
LL
25942012-02-10 Leo Liu <sdl.web@gmail.com>
2595
2596 * subr.el (condition-case-unless-debug): Rename from
2597 condition-case-no-debug. All callers changed.
2598 (with-demoted-errors): Fix caller.
2599
2600 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
2601 * nxml/rng-valid.el (rng-do-some-validation):
2602 * emacs-lisp/package.el (package-refresh-contents)
2603 (package-menu-execute):
2604 * desktop.el (desktop-create-buffer):
91027d08 2605 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1be3ca5a 2606
b011fbfe
GM
26072012-02-10 Glenn Morris <rgm@gnu.org>
2608
b2096d72
GM
2609 * textmodes/bibtex.el:
2610 Add missing :version tags for new/changed defcustoms.
2611
b011fbfe
GM
2612 * files.el (remote-file-name-inhibit-cache): Doc fixes.
2613
4c7e65bf
LI
26142012-02-09 Lars Ingebrigtsen <larsi@rusty>
2615
2616 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
2617 (smtpmail-via-smtp): Use it, or fall back on the From address.
2618 (smtpmail-send-it): Ditto.
2619
f3934f6f
SM
26202012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
2621
2622 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
2623 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
2624 (byte-compile-tmp-var): New const.
2625 (byte-compile-defvar): Use it to minimize .elc size.
2626 Just use `defvar' rather than simulate it (bug#10761).
2627
a075a2c5
GM
26282012-02-09 Glenn Morris <rgm@gnu.org>
2629
cf3aa21b
GM
2630 * files.el (rename-uniquely): Doc fix. (Bug#3806)
2631
354998cd
GM
2632 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
2633 Add :version tags.
2634
dc9924b8
SM
2635 * progmodes/compile.el (compilation-error-screen-columns)
2636 (compilation-first-column, compilation-filter-start): Doc fixes.
83274125 2637
dab3703d
GM
2638 * vc/log-view.el (log-view-toggle-entry-display):
2639 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
2640
3f88cd72
GM
2641 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
2642 (report-emacs-bug-can-use-xdg-email):
2643 (report-emacs-bug-insert-to-mailer): Doc fixes.
2644 (report-emacs-bug): Message fix.
2645
d95b247d
GM
2646 * net/browse-url.el (browse-url-can-use-xdg-open)
2647 (browse-url-xdg-open): Doc fixes.
2648
a075a2c5
GM
2649 * electric.el (electric-indent-mode, electric-pair-mode)
2650 (electric-layout-rules, electric-layout-mode): Doc fixes.
2651 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
2652
ffb6157e
MR
26532012-02-08 Martin Rudalics <rudalics@gmx.at>
2654
2655 * server.el (server-unselect-display): Don't inadvertently kill
2656 the current buffer. (Bug#10729)
2657
e1ac4066
GM
26582012-02-08 Glenn Morris <rgm@gnu.org>
2659
34e8a2da
GM
2660 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
2661 (sql-list-table): Doc fixes.
2662
b4ac6e8c
GM
2663 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
2664 Comment out (does nothing).
2665
e1ac4066
GM
2666 * completion.el (dynamic-completion-mode):
2667 * dirtrack.el (dirtrack-debug-mode):
2668 * electric.el (electric-layout-mode):
2669 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
2670 * face-remap.el (text-scale-mode, buffer-face-mode):
2671 * iimage.el (iimage-mode):
2672 * image-mode.el (image-transform-mode):
2673 * minibuffer.el (completion-in-region-mode):
2674 * scroll-lock.el (scroll-lock-mode):
2675 * simple.el (next-error-follow-minor-mode):
2676 * tar-mode.el (tar-subfile-mode):
2677 * tooltip.el (tooltip-mode):
2678 * vcursor.el (vcursor-use-vcursor-map):
2679 * wid-browse.el (widget-minor-mode):
2680 * emulation/tpu-edt.el (tpu-edt-mode):
2681 * emulation/tpu-extras.el (tpu-cursor-free-mode):
2682 * international/iso-ascii.el (iso-ascii-mode):
2683 * language/thai-util.el (thai-word-mode):
2684 * mail/supercite.el (sc-minor-mode):
2685 * net/goto-addr.el (goto-address-mode):
2686 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
2687 * progmodes/cwarn.el (cwarn-mode):
2688 * progmodes/flymake.el (flymake-mode):
2689 * progmodes/glasses.el (glasses-mode):
2690 * progmodes/hideshow.el (hs-minor-mode):
2691 * progmodes/pascal.el (pascal-outline-mode):
2692 * textmodes/enriched.el (enriched-mode):
2693 * vc/smerge-mode.el (smerge-mode):
2694 Doc fixes (minor mode argument).
2695
5e0d957f
EZ
26962012-02-07 Eli Zaretskii <eliz@gnu.org>
2697
2698 * ls-lisp.el (ls-lisp-sanitize): New function.
2699 (ls-lisp-insert-directory): Use it to fix or remove any elements
2700 in file-alist with missing attributes. (Bug#4673)
2701
98d7371e
AM
27022012-02-07 Alan Mackenzie <acm@muc.de>
2703
2704 Fix spurious recognition of c-in-knr-argdecl.
2705
2706 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
2707 putative K&R region.
2708
667ced3a
AM
27092012-02-07 Alan Mackenzie <acm@muc.de>
2710
eb864a71
LM
2711 * progmodes/cc-engine.el (c-forward-objc-directive):
2712 Prevent looping in "#pragma mark @implementation".
667ced3a 2713
5b77774d
MA
27142012-02-07 Michael Albinus <michael.albinus@gmx.de>
2715
2716 * notifications.el (notifications-on-closed-signal): Make `reason'
2717 optional. (Bug#10744)
2718
af008560
GM
27192012-02-07 Glenn Morris <rgm@gnu.org>
2720
60d47423
GM
2721 * emacs-lisp/easy-mmode.el (define-minor-mode):
2722 Doc fixes for the macro and the mode it defines.
2723
dd605cc4
GM
2724 * image.el (imagemagick-types-inhibit): Doc fix.
2725
af008560
GM
2726 * cus-start.el (imagemagick-render-type): Add it.
2727
5cc59a37
LI
27282012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
2729
4d6769e1
JB
2730 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
2731 Set the default at load time, too, so that `font-lock-fontify-buffer'
2732 can be called without setting up the entire mode first. This fixes
2733 a bug in `mm-inline-text' with C MIME parts.
5cc59a37 2734
9a6dd747
CY
27352012-02-06 Chong Yidong <cyd@gnu.org>
2736
2d16b285
CY
2737 * simple.el (list-processes--refresh): Delete exited processes
2738 (Bug#8094).
2739
171e9b6e
CY
2740 * comint.el (comint-next-prompt): next-single-char-property-change
2741 and prev-single-char-property-change never return nil (Bug#8657).
2742
9a6dd747
CY
2743 * custom.el (defcustom): Doc fix (Bug#9711).
2744
aa4589a7
CY
27452012-02-05 Chong Yidong <cyd@gnu.org>
2746
5c2a252f
CY
2747 * cus-edit.el (custom-variable-reset-backup): Quote the value
2748 before storing it in the customized-value property (Bug#6712).
4aab9006 2749 (custom-display): Add a customization type tag.
983b9602 2750 (custom-buffer-create-internal): Improve tooltip message.
5c2a252f 2751
aa4589a7
CY
2752 * wid-edit.el (widget-field-value-get): New optional arg to
2753 suppress trailing whitespace truncation.
2754 (character): Use it (Bug#2689).
2755
1ff980ae
AS
27562012-02-05 Andreas Schwab <schwab@linux-m68k.org>
2757
2758 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
2759 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
2760
03988c98
CY
27612012-02-05 Chong Yidong <cyd@gnu.org>
2762
eeb6cc88
CY
2763 * cus-edit.el (custom-variable-value-create): For mismatched
2764 types, show the current value (Bug#7600).
2765
03988c98
CY
2766 * custom.el (defcustom): Doc fix.
2767
f8cdeef0
GM
27682012-02-05 Glenn Morris <rgm@gnu.org>
2769
2770 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
2771
0696d255
JB
27722012-02-05 Juanma Barranquero <lekktu@gmail.com>
2773
2774 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
2775 (pp-buffer): Use `ignore-errors', `looking-at-p'.
2776 (pp-last-sexp): Use `looking-at-p'.
2777
34c99998
GM
27782012-02-04 Glenn Morris <rgm@gnu.org>
2779
8f05da42
GM
2780 * files.el (revert-buffer):
2781 Doc fix (mention revert-buffer-in-progress-p).
2782
f160676e
GM
2783 * emacs-lisp/ert-x.el (ert-simulate-command):
2784 Check deferred-action-list (which is obsolete) is bound.
2785
c7291ad9
GM
2786 * subr.el (with-wrapper-hook): Doc fixes.
2787
34c99998
GM
2788 * simple.el (filter-buffer-substring-functions)
2789 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
2790
6283a7d3
LL
27912012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
2792
2793 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
2794 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
2795
e96e3013
LL
27962012-02-04 Leo Liu <sdl.web@gmail.com>
2797
2798 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
2799
8ded50f2
GM
28002012-02-04 Glenn Morris <rgm@gnu.org>
2801
82ff1d13
GM
2802 * image.el (image-extension-data): Add obsolete alias.
2803
987a0a16
GM
2804 * isearch.el (isearch-update): Doc fix.
2805
ea32ef46
GM
2806 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
2807
8ded50f2
GM
2808 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
2809
eea14f31
GM
28102012-02-03 Glenn Morris <rgm@gnu.org>
2811
2812 * image.el (image-animated-p): Doc fix. Use image-animated-types.
2813 (image-animate-timeout): Doc fix.
2814
2815 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
2816
12f381b7
GM
28172012-02-02 Glenn Morris <rgm@gnu.org>
2818
953cebf5
GM
2819 * server.el (server-auth-dir): Doc fix.
2820 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
2821
12f381b7
GM
2822 * subr.el (run-mode-hooks): Doc fix.
2823
953a8c3b
JL
28242012-02-02 Juri Linkov <juri@jurta.org>
2825
2826 * image-mode.el (image-toggle-display-image): Remove tautological
2827 `major-mode' from the `derived-mode-p' test.
2828
c5d3843c
KH
28292012-02-02 Kenichi Handa <handa@m17n.org>
2830
9f6e692e 2831 * composite.el (compose-region): Cancel previous change.
c5d3843c 2832
159462d4 28332012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
2834
2835 * composite.el (compose-region, compose-string): Signal error for
2836 a null string component (Bug#6988).
2837
9f562668
CY
28382012-02-01 Chong Yidong <cyd@gnu.org>
2839
e2cef717
CY
2840 * view.el (view-buffer-other-window, view-buffer-other-frame):
2841 Handle special modes like view-buffer (Bug#10650).
2842 (view-buffer): Simplify.
2843
9f562668
CY
2844 * frame.el (set-frame-font): Tweak meaning of third argument.
2845
9f6e692e
JB
2846 * dynamic-setting.el (font-setting-change-default-font):
2847 Use set-frame-font (Bug#9982).
9f562668 2848
781acb9f
GM
28492012-02-01 Glenn Morris <rgm@gnu.org>
2850
6035be52
GM
2851 * progmodes/compile.el (compilation-internal-error-properties):
2852 Respect compilation-first-column in the "*compilation*" buffer.
2853
781acb9f
GM
2854 * emacs-lisp/easy-mmode.el (define-minor-mode):
2855 Relax :variable's test for a named function.
2856
abbceb00
AM
28572012-01-31 Alan Mackenzie <acm@muc.de>
2858
2859 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
2860 off by one error.
2861
fce3fdeb
CY
28622012-01-31 Chong Yidong <cyd@gnu.org>
2863
2864 * frame.el (set-frame-font): New arg ALL-FRAMES.
2865
2866 * menu-bar.el (menu-set-font): Use set-frame-font.
2867
2868 * faces.el (face-spec-reset-face): Don't apply unspecified
2869 attribute values to the default face.
2870
47893581
JB
28712012-01-31 Juanma Barranquero <lekktu@gmail.com>
2872
2873 * progmodes/cwarn.el (cwarn): Remove dead link.
2874 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
2875 Remove * from defcustom docstrings.
2876 (turn-on-cwarn-mode): Make obsolete.
2877 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
2878 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
2879
e58e988a
GM
28802012-01-31 Glenn Morris <rgm@gnu.org>
2881
60dc2671 2882 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6c9b47ae 2883 Fix :variable handling of mode a symbol not equal to modefun.
60dc2671 2884 Allow named functions to be used as the cdr of :variable.
e58e988a 2885
7a3f511d
GM
28862012-01-30 Glenn Morris <rgm@gnu.org>
2887
2888 * emacs-lisp/authors.el (authors-fixed-entries):
2889 Remove reference to deleted file rnewspost.el.
2890
cb882333
JB
28912012-01-29 Juanma Barranquero <lekktu@gmail.com>
2892
2893 * window.el (window-with-parameter): Remove unused variable `windows'.
2894 (window--side-check): Remove unused variable `code'.
2895 (window--resize-siblings): Remove unused variable `first'.
2896 (adjust-window-trailing-edge): Remove unused variable `failed'.
2897 (window-deletable-p, window--delete): Remove unused variable `buffer'.
2898 Use `let', not `let*'.
2899 (balance-windows-2): Remove unused variable `found'.
2900 (window--state-put-2): Remove unused variable `splits'.
2901 (window-state-put): Remove unused variable `selected'.
2902 (same-window-p): Use `string-match-p'.
2903 (display-buffer-assq-regexp): Remove unused variable `value'.
2904 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
2905 Mark argument ALIST as ignored.
2906 (pop-to-buffer): Remove unused variable `old-window'.
2907
907201af
EZ
29082012-01-29 Eli Zaretskii <eliz@gnu.org>
2909
2910 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
2911 and .lzma compressed files.
2912
ea162670
CY
29132012-01-29 Chong Yidong <cyd@gnu.org>
2914
5b95ee8a
CY
2915 * frame.el (window-system-default-frame-alist): Doc fix.
2916
ea162670
CY
2917 * dynamic-setting.el (font-setting-change-default-font): Don't
2918 change the default face if SET-FONT argument is non-nil (Bug#9982).
2919
d6e6f4b1
SB
29202012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
2921
2922 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
2923
0f29fa41 29242012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
2925
2926 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
2927 breakpoints in files outside current directory (Bug#6098).
2928
db174434
CY
29292012-01-29 Chong Yidong <cyd@gnu.org>
2930
6b25e4e2
SE
2931 * progmodes/python.el: Require ansi-color at top-level.
2932
6df6ae42
JB
2933 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
2934 Define and use in Emacs Lisp mode (Bug#9360).
db174434
CY
2935 (lisp-mode-abbrev-table): Add doc.
2936 (lisp-mode-variables): Don't set local-abbrev-table.
2937 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
2938
e70ee681
RW
29392012-01-28 Roland Winkler <winkler@gnu.org>
2940
2941 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
2942
ace88aa2
RW
29432012-01-28 Roland Winkler <winkler@gnu.org>
2944
2945 * textmodes/bibtex.el (bibtex-entry-alist): New function.
2946 (bibtex-set-dialect): Use it. Either set global values of
2947 dialect-dependent variables or bind these variables buffer-locally
2948 (Bug#10254).
2949 (bibtex-mode): Call bibtex-set-dialect via
2950 hack-local-variables-hook.
eb864a71
LM
2951 (bibtex-dialect): Update docstring.
2952 Add safe-local-variable predicate.
ace88aa2
RW
2953 (bibtex-entry-alist, bibtex-field-alist): Initialize via
2954 bibtex-set-dialect.
2955 (bibtex-mode-map): Define menu for each dialect.
2956 (bibtex-entry): Fix docstring.
2957
93376c5b
CY
29582012-01-28 Chong Yidong <cyd@gnu.org>
2959
2960 * eshell/esh-arg.el (eshell-quote-argument): New function.
2961
2962 * eshell/esh-ext.el (eshell-invoke-batch-file):
2963 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
2964 first arg to eshell-parse-command (Bug#10523).
2965
4372494f
DA
29662012-01-28 Drew Adams <drew.adams@oracle.com>
2967
2968 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
2969 `default-directory' is non-nil.
2970
4d4ec1f8
EZ
29712012-01-28 Eli Zaretskii <eliz@gnu.org>
2972
2973 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
2974 line that displays system-configuration-options. (Bug#9924)
2975
7c188927
DA
29762012-01-28 Drew Adams <drew.adams@oracle.com>
2977
2978 * descr-text.el (describe-char): Show information about POS, in
2979 addition to information about the character at POS. Improve and
2980 update the doc string. Change "code point" to "code point in
2981 charset", to avoid confusion with the character's Unicode code
2982 point shown above that. (Bug#10129)
2983
e0da685a
EZ
29842012-01-28 Eli Zaretskii <eliz@gnu.org>
2985
2986 * descr-text.el (describe-char): Show the raw character, not only
2987 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
2988 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
2989 for the reasons.
2990
70550acf
PH
29912012-01-28 Phil Hagelberg <phil@hagelb.org>
2992
eb864a71
LM
2993 * emacs-lisp/package.el (package-install):
2994 Run package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 2995
0ce8e868
CY
29962012-01-28 Chong Yidong <cyd@gnu.org>
2997
cb882333
JB
2998 * emacs-lisp/package.el (package-maybe-load-descriptor):
2999 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
3000 (package-maybe-load-descriptor): Use it.
3001 (package-download-transaction): Fully load required packages
3002 inside the loop, so that `require' calls work (Bug#10593).
3003 (package-install): No need to call package-initialize now.
3004
2e7f3bea
CY
30052012-01-28 Chong Yidong <cyd@gnu.org>
3006
6e9bad14
CY
3007 * simple.el (deactivate-mark): Doc fix (Bug#8614).
3008
f823b8ca
CY
3009 * tooltip.el (tooltip-mode): Doc fix.
3010 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
3011
2680c309
CY
3012 * frame.el (set-cursor-color): Doc fix (Bug#352).
3013
d7a9e63b
CY
3014 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
3015 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
3016
2e7f3bea
CY
3017 * cus-edit.el (custom-buffer-create-internal): Fix search button
3018 action (Bug#10542).
2ae01800 3019 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 3020
fc4f7a23
EW
30212012-01-27 Eduard Wiebe <usenet@pusto.de>
3022
3023 * dired.el (dired-mark-files-regexp):
3024 Include any subdirectory components. (Bug#10445)
3025
7dd37071
ML
30262012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
3027
3028 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
3029 Handle [host]:port syntax. (Bug#10533)
3030
a268160b
AH
30312012-01-27 Alex Harsanyi <harsanyi@mac.com>
3032
3033 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
3034
e43273ef
GM
30352012-01-26 Glenn Morris <rgm@gnu.org>
3036
3037 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
3038 * term.el (term-raw-escape-map): Use Control-X-prefix.
3039 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
3040
1edf595d
MR
30412012-01-25 Martin Rudalics <rudalics@gmx.at>
3042
3043 * window.el (window-state-get, window--state-get-1): Don't deal
3044 with fixed-sizeness of windows. Simplify code.
3045
fa8eafef
JC
30462012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
3047
6df6ae42
JB
3048 * window.el (window--state-get-1, window--state-put-2):
3049 Don't save and restore the mark.
fa8eafef 3050
0b21c100
CY
30512012-01-25 Chong Yidong <cyd@gnu.org>
3052
3053 * custom.el (custom-variable-p): Doc fix.
3054
5ae1a6c8
GM
30552012-01-25 Glenn Morris <rgm@gnu.org>
3056
40047858
GM
3057 * dired.el (dired-goto-file): Handle some of the more common
3058 characters that `ls -b' escapes. (Bug#10596)
3059
5ddce96c
GM
3060 * progmodes/compile.el (compilation-next-error-function):
3061 Respect compilation-first-column in the "*compilation*" buffer.
3062 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
3063
5ae1a6c8
GM
3064 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
3065
b559f1a9
GM
30662012-01-24 Glenn Morris <rgm@gnu.org>
3067
3068 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
3069
6725d21a
JD
30702012-01-24 Julien Danjou <julien@danjou.info>
3071
3072 * color.el (color-rgb-to-hsl): Fix value computing.
3073 (color-hue-to-rgb): New function.
3074 (color-hsl-to-rgb): New function.
3075 (color-clamp, color-saturate-hsl, color-saturate-name)
3076 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
3077 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
3078
70df4bbe
GM
30792012-01-24 Glenn Morris <rgm@gnu.org>
3080
3081 * vc/vc-rcs.el (vc-rcs-create-tag):
3082 * vc/vc-sccs.el (vc-sccs-create-tag):
3083 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
3084
802a2ae2
ML
30852012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
3086
3087 * eshell/esh-util.el (eshell-read-hosts-file):
3088 Skip comment lines. (Bug#10549)
3089
d7128bb1
ML
3090 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
3091
d1a5c3b4
JB
30922012-01-23 Juanma Barranquero <lekktu@gmail.com>
3093
2724d9c7
JB
3094 * subr.el (display-delayed-warnings): Doc fix.
3095 (collapse-delayed-warnings): New function to collapse identical
3096 adjacent warnings.
3097 (delayed-warnings-hook): Add it.
d1a5c3b4 3098
a5509865
MA
30992012-01-22 Michael Albinus <michael.albinus@gmx.de>
3100
3101 * net/tramp.el (tramp-action-login): Set connection property "login-as".
3102
3103 * net/tramp-cache.el (tramp-dump-connection-properties): Do not dump
3104 properties, when "login-as" is set.
3105
3106 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
3107 (tramp-default-user-alist): Don't add "pscp".
3108 (tramp-do-copy-or-rename-file-out-of-band): Use connection
3109 property "login-as", if set. (Bug#10530)
3110
cc6d5805
MA
31112012-01-21 Michael Albinus <michael.albinus@gmx.de>
3112
3113 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
3114 "plink1" and "psftp". (Bug#10530)
3115
31162012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
3117
3118 * international/mule-cmds.el (prefer-coding-system): Show a
3119 warning message if the default value of file-name-coding-system
3120 was not changed.
3121
f0960428
JC
31222012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
3123
cb882333
JB
3124 * windmove.el (windmove-reference-loc):
3125 Fix windmove-reference-loc miscalculation.
f0960428 3126
dd6f2a63
JB
31272012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
3128
3129 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
3130 default unit.
3131
7b447e9b
GM
31322012-01-21 Glenn Morris <rgm@gnu.org>
3133
117a9ea1
GM
3134 * international/mule.el (auto-coding-alist): Add .tbz.
3135
7b447e9b
GM
3136 * files.el (local-enable-local-variables): Doc fix.
3137 (inhibit-local-variables-regexps): Rename from
3138 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
3139 Doc fix. Add some extensions from auto-coding-alist.
3140 (inhibit-local-variables-suffixes):
3141 Rename from inhibit-first-line-modes-suffixes. Doc fix.
3142 (inhibit-local-variables-p):
3143 New function, extracted from set-auto-mode-1.
3144 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
3145 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
3146 (hack-local-variables): Doc fix. Make the mode-only case
3147 respect enable-local-variables and friends.
3148 Respect inhibit-local-variables-regexps for file-locals, but
3149 not for directory-locals.
3150 (set-visited-file-name):
3151 Take account of inhibit-local-variables-regexps.
3152 Whether it applies may change as the file name is changed.
3153 * jka-cmpr-hook.el (jka-compr-install):
3154 * jka-compr.el (jka-compr-uninstall):
3155 Update for inhibit-first-line-modes-suffixes name change.
3156
dd6e3cdd
MR
31572012-01-20 Martin Rudalics <rudalics@gmx.at>
3158
3159 * help-macro.el (make-help-screen): Temporarily restore original
3160 binding for minor-mode-map-alist (Bug#10454).
3161
0d0deb38
JD
31622012-01-19 Julien Danjou <julien@danjou.info>
3163
3164 * color.el (color-name-to-rgb): Use the white color to find the max
3165 color component value and return correctly computed values.
3166 (color-name-to-rgb): Add missing float conversion for max value.
3167
34a02f46
MR
31682012-01-19 Martin Rudalics <rudalics@gmx.at>
3169
3170 * window.el (window--state-get-1, window-state-get): Do not use
eb864a71
LM
3171 special state value for window-persistent-parameters.
3172 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
34a02f46
MR
3173 (window--state-put-2): Reset all window parameters to nil before
3174 assigning values of persistent parameters.
3175
606c44c4
AM
31762012-01-18 Alan Mackenzie <acm@muc.de>
3177
3178 Eliminate sluggishness and hangs in fontification of "semicolon
3179 deserts".
3180
cb882333
JB
3181 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
3182 Change value 10000 -> 3000.
606c44c4
AM
3183 (c-state-safe-place): Reformulate so it doesn't stack up an
3184 infinite number of wrong entries in c-state-nonlit-pos-cache.
3185 (c-determine-limit-get-base, c-determine-limit): New functions to
3186 determine backward search limits disregarding literals.
3187 (c-find-decl-spots): Amend commenting.
3188 (c-cheap-inside-bracelist-p): New function which detects "={".
3189
3190 * progmodes/cc-fonts.el
3191 (c-make-font-lock-BO-decl-search-function): Give a limit to a
3192 backward search.
3193 (c-font-lock-declarations): Fix an occurrence of point being
3194 undefined. Check additionally for point being in a bracelist or
3195 near a macro invocation without a semicolon so as to avoid a
3196 fruitless time consuming search for a declarator. Give a more
3197 precise search limit for declarators using the new
3198 c-determine-limit.
3199
f3860cea
GM
32002012-01-18 Glenn Morris <rgm@gnu.org>
3201
3202 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
3203 (set-auto-mode): Doc fixes.
3204
1db03b16
GM
32052012-01-17 Glenn Morris <rgm@gnu.org>
3206
0e6038be
GM
3207 * isearch.el (search-nonincremental-instead): Fix doc typo.
3208
1db03b16
GM
3209 * dired.el (dired-insert-directory): Handle newlines in directory name.
3210 (dired-build-subdir-alist): Unescape newlines in directory name.
3211
4cb0aa75
MA
32122012-01-17 Michael Albinus <michael.albinus@gmx.de>
3213
3214 * net/tramp.el (tramp-local-end-of-line): New defcustom.
3215 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
3216 (tramp-action-terminal): Use it. (Bug#10530)
3217
1d00653d
SM
32182012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
3219
3220 * minibuffer.el (completion--replace): Strip properties (bug#10062).
3221
6a6ee00d
MR
32222012-01-16 Martin Rudalics <rudalics@gmx.at>
3223
3224 * window.el (window-state-ignored-parameters): Remove variable.
3225 (window--state-get-1): Rename argument MARKERS to IGNORE.
3226 Handle persistent window parameters. Make copy of clone-of
3227 parameter only if requested. (Bug#10348)
3228 (window--state-put-2): Install a window parameter only if it has
3229 a non-nil value or an existing parameter shall be overwritten.
3230
97912def
MA
32312012-01-15 Michael Albinus <michael.albinus@gmx.de>
3232
3233 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
3234
688070a5
EZ
32352012-01-14 Eli Zaretskii <eliz@gnu.org>
3236
3237 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
3238 don't pass the (nil) value of `upnode' to string-match.
3239
301afadc
CY
32402012-01-14 Chong Yidong <cyd@gnu.org>
3241
3242 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 3243 Fix values recognized by the cursorBlink resource.
301afadc 3244
9e5788aa
PE
32452012-01-14 Paul Eggert <eggert@cs.ucla.edu>
3246
3247 * epg.el (epg--make-temp-file): Avoid permission race condition
3248 when running on old Emacs versions (bug#10403).
3249
3cdb7f5a
GM
32502012-01-14 Glenn Morris <rgm@gnu.org>
3251
3252 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
3253
8c82b1b4
AM
32542012-01-13 Alan Mackenzie <acm@muc.de>
3255
3256 Fix filling for when filladapt mode is enabled.
3257
3258 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
3259 c-mask-paragraph, pass in `fill-paragraph' rather than
3260 `fill-region-as-paragraph'. (This is a reversion of a previous
3261 change.)
eb864a71
LM
3262 * progmodes/cc-mode.el (c-basic-common-init):
3263 Make fill-paragraph-handle-comment buffer local and set it to nil.
8c82b1b4 3264
e517eda4
GM
32652012-01-13 Glenn Morris <rgm@gnu.org>
3266
1498536e
GM
3267 * dired.el (dired-switches-escape-p): New function.
3268 (dired-insert-directory): Use dired-switches-escape-p.
3269 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
3270
e517eda4
GM
3271 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
3272
328f984d
GM
32732012-01-12 Glenn Morris <rgm@gnu.org>
3274
3275 * mail/sendmail.el (mail-mode): Update paragraph-separate for
3276 changes in adaptive-fill-regexp. (Bug#10276)
3277
2cc769a8
AM
32782012-01-11 Alan Mackenzie <acm@muc.de>
3279
3280 Fix Emacs bug #10463 - put `widen's around the critical spots.
3281
1d00653d 3282 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
3283 widen around each invocation of c-state-pp-to-literal. Remove an
3284 unused let variable.
3285
e52c37fa
GM
32862012-01-11 Glenn Morris <rgm@gnu.org>
3287
3288 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 3289 Doc fix.
e52c37fa 3290
96f8741e
CY
32912012-01-10 Chong Yidong <cyd@gnu.org>
3292
1d00653d
SM
3293 * net/network-stream.el (network-stream-open-starttls):
3294 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
3295 response to the capability command.
3296
b09a806e
GM
32972012-01-10 Glenn Morris <rgm@gnu.org>
3298
3299 * mail/unrmail.el (unrmail): Tweak previous change.
3300
7655cb66
CY
33012012-01-09 Chong Yidong <cyd@gnu.org>
3302
3303 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
3304
9d5a8f0b
AM
33052012-01-08 Alan Mackenzie <acm@muc.de>
3306
3307 Optimise font locking in long enum definitions.
3308
3309 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
3310 arm to a cond form to handle enums.
3311 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
3312 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
3313
9a0115ab 33142012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
3315
3316 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 3317 (Bug#10401)
6bb72cbd 3318
f186bb95
LMI
33192012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3320
29232a68
LMI
3321 * faces.el (set-face-attribute): Clarify the meaning of the nil
3322 frame (bug#10294).
3323
4e5d086d
LMI
3324 * subr.el (with-selected-frame): Mention that the selected frame
3325 is restored (bug#9980).
3326
8e66aebe
LMI
3327 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
3328 (bug#9759).
3329
cd394be1 3330 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
3331 (password-read): Don't autoload unused function.
3332
adf4e762
JB
33332012-01-07 Juanma Barranquero <lekktu@gmail.com>
3334
3335 * progmodes/which-func.el (which-func-mode): Turn into a
3336 non-interactive function and mark as obsolete (bug#10428).
3337
89bd9ccd
CY
33382012-01-06 Chong Yidong <cyd@gnu.org>
3339
3340 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
3341 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
3342 functions, along with 1 and -1.
3343
4afee9d5
EZ
33442012-01-06 Eli Zaretskii <eliz@gnu.org>
3345
3346 * time.el (display-time-load-average)
3347 (display-time-default-load-average): Doc fixes. See the thread
3348 starting at
3349 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
3350 for the details.
3351
536aea70
GM
33522012-01-06 Glenn Morris <rgm@gnu.org>
3353
665ae865
GM
3354 * mail/unrmail.el (unrmail): Give an explicit error if the input file
3355 has no messages. (Bug#10377)
3356
c869783d
GM
3357 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
3358 than Info-edit. (Bug#10385)
3359
2bb4227e
GM
3360 * time.el (display-time-load-average, display-time-next-load-average):
3361 Doc fixes.
3362
7d5944b9
GM
3363 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
3364 local setting of buffer-read-only to the input buffer. (Bug#10419)
3365
536aea70
GM
3366 * calendar/calendar.el (calendar-mode):
3367 Locally set scroll-margin to 0. (Bug#10379)
3368
7dccca16
UM
33692012-01-06 Ulrich Mueller <ulm@gentoo.org>
3370
3371 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
3372
afbb7930
GM
33732012-01-05 Glenn Morris <rgm@gnu.org>
3374
3375 * eshell/em-unix.el (diff-no-select): Autoload it.
3376 (eshell/diff): Use diff-no-select. (Bug#10420)
3377
04482335
CY
33782012-01-05 Chong Yidong <cyd@gnu.org>
3379
7baca3bc
CY
3380 * shell.el (shell-dynamic-complete-functions): Revert last change.
3381 (shell-command-completion-function): New function.
3382 (shell-completion-vars): Use it to implement
3383 shell-completion-execonly (Bug#10417).
3384
04482335
CY
3385 * custom.el (enable-theme): Don't set custom-safe-themes.
3386
1d00653d
SM
3387 * cus-theme.el (custom-theme-merge-theme):
3388 Ignore custom-enabled-themes and custom-safe-themes.
04482335 3389
bb5aa5d6
MM
33902012-01-05 Michael R. Mauger <mmaug@yahoo.com>
3391
3392 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
3393 first prompt in `sql-interacive-mode'.
3394 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 3395 keywords.
6df6ae42 3396 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
bb5aa5d6
MM
3397 (sql-product-interactive): Bug fix: Set `sql-buffer' in
3398 context of original buffer. Invoke `sql-login-hook'.
3399
a7183d7c
EZ
34002012-01-04 Eli Zaretskii <eliz@gnu.org>
3401
3402 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
3403 letters in cite-prefix.
3404
a1eacd1e
LMI
34052012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3406
3407 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
3408
787cdb34
CY
34092012-01-03 Chong Yidong <cyd@gnu.org>
3410
1d00653d
SM
3411 * shell.el (shell-dynamic-complete-functions):
3412 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
3413 comint-filename-completion first (Bug#10417).
3414
30710442
RS
34152012-01-02 Richard Stallman <rms@gnu.org>
3416
3417 * battery.el (battery-status-function):
3418 Detect when to use battery-yeeloong-sysfs.
3419 (battery-echo-area-format): Add string for Yeeloong.
3420 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
3421 (battery-yeeloong-sysfs): New function.
3422
f75bfc33
CY
34232012-01-02 Chong Yidong <cyd@gnu.org>
3424
3425 * dirtrack.el (dirtrack-list): Eliminate unused third element.
3426 (dirtrack): Merge code for handling relative filenames in prompt
3427 from shell-dir-cookie-watcher.
3428 (dirtrack-debug-message): New arg to avoid excess format calls.
3429
3430 * shell.el (shell-dir-cookie-re): Variable deleted.
3431 (shell-dir-cookie-watcher): Function deleted.
3432 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
3433 with dirtrack-mode.
3434
651e947e
EZ
34352012-01-01 Eli Zaretskii <eliz@gnu.org>
3436
1d00653d
SM
3437 * term/w32-win.el (dynamic-library-alist) <gnutls>:
3438 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
3439 libgnutls-26.dll.
3440
94d4c7dc
AS
34412011-12-31 Andreas Schwab <schwab@linux-m68k.org>
3442
3443 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
3444
8d43f3cd
EZ
34452011-12-31 Eli Zaretskii <eliz@gnu.org>
3446
3447 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
3448 headers of non-MIME messages, when rmail-enable-mime is non-nil.
3449
98c8795a
MA
34502011-12-29 Michael Albinus <michael.albinus@gmx.de>
3451
3452 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
3453 also for alternative shells.
3454 (tramp-open-connection-setup-interactive-shell): Check, whether
3455 the shell is a busybox.
3456 (tramp-send-command): Don't suppress multiple prompts for
3457 busyboxes, it hurts.
3458
51281b32
CY
34592011-12-28 Chong Yidong <cyd@gnu.org>
3460
3461 * progmodes/gdb-mi.el (gdb-get-source-file-list)
3462 (gdb-get-source-file): Move mode line update to
3463 gdb-get-source-file (Bug#10087).
3464
2170cb53
CY
34652011-12-25 Chong Yidong <cyd@gnu.org>
3466
3467 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
3468 gud-gdb-marker-filter without taking it as an argument.
3469 (gud-gdb-run-command-fetch-lines): Caller changed.
3470 (gud-gdb-completion-function): New variable.
3471 (gud-gdb-completion-at-point): Use it.
3472 (gud-gdb-completions-1): Split from gud-gdb-completions.
3473
3474 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
3475 function as separate arguments.
3476 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
3477 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
3478 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
3479 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
3480 (gdb-stopped, def-gdb-auto-update-trigger)
3481 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
3482 (gdb-get-changed-registers, gdb-get-main-selected-frame):
3483 Callers changed.
2170cb53
CY
3484 (gud-gdbmi-completions): New function.
3485 (gdb): Use it for generating the completion table.
3486
be8b11bb
AM
34872011-12-24 Alan Mackenzie <acm@muc.de>
3488
3489 Introduce a mechanism to widen the region used in context font
1d00653d 3490 locking. Use this to protect declarations from losing their contexts.
be8b11bb 3491
1d00653d
SM
3492 * progmodes/cc-langs.el (c-before-font-lock-functions):
3493 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 3494 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
3495 functions to be run just before context (etc.) font locking.
3496
3497 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 3498 New, functionality extracted from
be8b11bb 3499 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 3500 (c-in-after-change-fontification): New variable.
be8b11bb
AM
3501 (c-after-change): Set c-in-after-change-fontification.
3502 (c-set-fl-decl-start): Rejig its interface, so it can be called
3503 from both after-change and context fontifying.
b81d40f0
JB
3504 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
3505 New functions.
3506 (c-standard-font-lock-fontify-region-function): New variable.
3507 (c-font-lock-fontify-region): New function.
be8b11bb 3508
341cf6ac
JL
35092011-12-24 Juri Linkov <juri@jurta.org>
3510
3511 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
3512 (Bug#10348)
3513
bffcee0a
MA
35142011-12-23 Michael Albinus <michael.albinus@gmx.de>
3515
3516 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
3517 existence of source file. (Bug#10325)
3518
cb5e207c
AM
35192011-12-23 Alan Mackenzie <acm@muc.de>
3520
3521 Fix unstable fontification inside templates.
3522
b81d40f0
JB
3523 * progmodes/cc-langs.el (c-before-font-lock-functions):
3524 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
3525 additionally has c-set-fl-decl-start. The other languages (apart
3526 from AWK) have that as a single entry.
3527
b81d40f0
JB
3528 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
3529 The functionality for "local" declarations has been extracted to
cb5e207c
AM
3530 c-set-fl-decl-start.
3531
b81d40f0
JB
3532 * progmodes/cc-mode.el (c-common-init, c-after-change):
3533 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
3534 (c-set-fl-decl-start): New function, extracted from
3535 c-font-lock-enclosing-decls and enhanced.
3536
60ff536c
JB
35372011-12-23 Juanma Barranquero <lekktu@gmail.com>
3538
3539 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
3540
1c4757d6
JL
35412011-12-22 Juri Linkov <juri@jurta.org>
3542
3543 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
3544
d031f2c7
CY
35452011-12-22 Chong Yidong <cyd@gnu.org>
3546
3547 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
3548
bace743a
DA
35492011-12-21 Drew Adams <drew.adams@oracle.com>
3550
3551 * files.el (file-remote-p): Fix docstring. (Bug#10319)
3552
728a1f2b
JC
35532011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
3554
3555 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
3556
0d373f73
TZ
35572011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
3558
fec0aaa4
TZ
3559 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
3560 highlighting and support. Fix up comments for capitalization.
3561 (cfengine-mode-debug): New var.
3562 (cfengine3-mode): Change the modeline indicator to "CFE3".
3563 (cfengine3-font-lock-keywords): Improve defun highlighting.
3564 (cfengine2-actions): Rename from `cfengine-actions'.
3565 (cfengine2-font-lock-keywords): Rename from
3566 `cfengine-font-lock-keywords'.
3567 (cfengine2-imenu-expression): Rename from
3568 `cfengine-imenu-expression'.
3569 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
3570 (cfengine2-beginning-of-defun): Rename from
3571 `cfengine-beginning-of-defun'.
3572 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
3573 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
3574 (cfengine2-mode): Rename from `cfengine-mode'. Change the
3575 modeline indicator to "CFE2".
3576 (cfengine-mode): Defalias to `cfengine-auto-mode'.
3577 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 3578
bc86f573
CY
35792011-12-21 Chong Yidong <cyd@gnu.org>
3580
3581 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
3582 filename argument.
3583
d45ba96b
MR
35842011-12-20 Martin Rudalics <rudalics@gmx.at>
3585
3586 * window.el (window-normalize-buffer-to-display): Remove.
3587 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
3588
a6198c90
CY
35892011-12-19 Chong Yidong <cyd@gnu.org>
3590
3591 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
3592 Don't signal an error in a predicate function; return non-nil.
3593 (vc-dir-mark-file): Move the error here.
3594 (vc-dir-mark-unmark): If acting on the region, keep going if one
3595 of the entries cannot be marked/unmarked.
3596 (vc-dir-mark-all-files): If current entry is a directory, mark
3597 only child files, as documented.
3598
34c5fb55
VB
35992011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
3600
3601 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
3602 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
3603 addition.
3604
c803b2b7
JD
36052011-12-18 Jan Djärv <jan.h.d@swipnet.se>
3606
3607 * term/ns-win.el (ns-get-selection-internal)
3608 (ns-store-selection-internal): Declare.
1154d12e
JB
3609 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
3610 Declare as obsolete.
3611 (ns-get-pasteboard, ns-paste-secondary):
3612 Use ns-get-selection-internal.
3613 (ns-set-pasteboard, ns-copy-including-secondary):
3614 Use ns-store-selection-internal.
c803b2b7 3615
9cff91f8 36162011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
3617
3618 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 3619 (vc-deduce-fileset): Doc fix.
99a289d9 3620
f16c898a
AS
36212011-12-16 Andreas Schwab <schwab@linux-m68k.org>
3622
3623 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
3624
763237c4
SS
36252011-12-13 Sam Steingold <sds@gnu.org>
3626
3627 * man.el (Man-getpage-in-background): When running under a
3628 window-system, ignore $MANWIDTH and $COLUMNS.
3629
5fc1c122
KH
36302011-12-15 Kenichi Handa <handa@m17n.org>
3631
3632 * language/ethio-util.el: Change coding tag to utf-8-emacs.
3633 (setup-ethiopic-environment-internal): Comment out key-binding for
3634 ethio-toggle-punctuation.
3635
13d49cbb
AM
36362011-12-13 Alan Mackenzie <acm@muc.de>
3637
898169a2
AM
3638 Add the switch statement to AWK Mode.
3639
7a71b18d 3640 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
898169a2
AM
3641 "default" to the keywords regexp.
3642
7a71b18d 3643 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
898169a2 3644 expression as the rest.
1d00653d
SM
3645 (c-nonlabel-token-key): Allow string literals for AWK.
3646 Refactor for the other modes.
898169a2 3647
13d49cbb 3648 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 3649 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
3650 routines. Limit backward searching in c-font-lock-enclosing.decl.
3651
3652 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
3653 pp-state and literal type in addition to the limits.
1d00653d 3654 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 3655 (c-state-literal-at): Use the above new defun.
1d00653d
SM
3656 (c-slow-in-literal, c-fast-in-literal): Remove.
3657 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
3658
3659 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
3660 being in a literal. Add a limit for backward searching.
3661
3662 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
3663 c-slow-in-literal.
3664
15e0efc7
SM
36652011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
3666
3667 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
3668
454592a6
MR
36692011-12-13 Martin Rudalics <rudalics@gmx.at>
3670
3671 * window.el (delete-other-windows): Use correct frame in call to
3672 window-with-parameter.
3673
87393f26
DP
36742011-12-12 Daniel Pfeiffer <occitan@t-online.de>
3675
3676 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
3677 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
3678 (makefile-gmake-statements, makefile-makepp-statements):
3679 Use it and add new makepp keywords.
3680 (makefile-makepp-font-lock-keywords): Add new patterns.
3681 (makefile-match-function-end): Match new [...] and [[...]].
3682
11636b22
JB
36832011-12-11 Juanma Barranquero <lekktu@gmail.com>
3684
3685 * ses.el (ses-call-printer-return, ses-cell-property-get)
3686 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
3687 (ses-create-cell-variable, ses-reset-header-string)
3688 (ses-cell-set-formula, ses-repair-cell-reference-all)
3689 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
3690 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
3691 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
3692 (ses-aset-with-undo, ses-load, ses-truncate-cell)
3693 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
3694 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
3695 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
3696 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
3697 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
3698 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
3699 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
3700 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
3701
cf018193
VB
37022011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
3703
3704 * ses.el: The overall change is to add cell renaming, that is
3705 setting fancy names for cell symbols other than name matching
3706 "\\`[A-Z]+[0-9]+\\'" regexp .
3707 (ses-create-cell-variable): New defun.
3708 (ses-relocate-formula): Relocate formulas only for cells the
3709 symbols of which are not renamed, i.e. symbols whose names do not
3710 match regexp "\\`[A-Z]+[0-9]+\\'".
3711 (ses-relocate-all): Relocate values only for cells the symbols of
3712 which are not renamed.
3713 (ses-load): Create cells variables as the (ses-cell ...) are read,
3714 in order to check row col consistency with cell symbol name only
3715 for cells that are not renamed.
3716 (ses-replace-name-in-formula): New defun.
3717 (ses-rename-cell): New defun.
3718
ee957461
CY
37192011-12-11 Chong Yidong <cyd@gnu.org>
3720
3721 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
3722 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
3723
9a9e9ef0
MR
37242011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
3725
3726 * window.el (other-window): Fix docstring.
3727
92a8eba5
EZ
37282011-12-10 Eli Zaretskii <eliz@gnu.org>
3729
3730 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
3731 `from' or `to' address before taking its substring.
3732 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
3733 encoded name is chopped in the middle of the encoded string, and
3734 thus displayed encoded.
3735
e152e577
JB
37362011-12-10 Juanma Barranquero <lekktu@gmail.com>
3737
3738 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
3739
e5d84bfe
EZ
37402011-12-10 Eli Zaretskii <eliz@gnu.org>
3741
3742 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
3743 to use texinfo-update-node and commands that call it if the
3744 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 3745 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
3746 (texinfo-all-menus-update, texinfo-master-menu)
3747 (texinfo-update-node, texinfo-every-node-update)
3748 (texinfo-multiple-files-update): Doc fix. Warn against updating
3749 all the @node lines.
3750 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
3751 argument is numeric. Explain better in the doc string what the
3752 function really does.
3753 (texinfo-insert-master-menu-list): Improve the error message
3754 displayed if there's no menu in the Top node.
3755 (Bug#2975) See also this thread:
e5d84bfe
EZ
3756 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
3757
1d84e9bb
MG
37582011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
3759
3760 * speedbar.el (speedbar-supported-extension-expressions):
3761 Add .adb and .ads, commonly used for Ada source code (bug#10256).
3762
382c953b
JB
37632011-12-09 Juanma Barranquero <lekktu@gmail.com>
3764
3765 * printing.el (pr-mode-alist):
3766 * simple.el (filter-buffer-substring-functions)
3767 (completion-list-insert-choice-function):
3768 * window.el (window-with-parameter, window-atom-root)
3769 (window-sides-slots, window-size-fixed, window-min-delta)
3770 (window-max-delta, window--resize-mini-window)
3771 (window--resize-child-windows-normal, window-tree)
3772 (delete-other-windows, quit-window, split-window)
3773 (display-buffer-record-window, special-display-buffer-names)
3774 (special-display-regexps, special-display-popup-frame)
3775 (same-window-p, split-window-sensibly)
3776 (display-buffer-overriding-action, display-buffer-alist)
3777 (display-buffer-base-action, display-buffer, switch-to-buffer)
3778 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
3779 (fit-window-to-buffer, recenter-positions)
3780 (mouse-autoselect-window-state, mouse-autoselect-window-select):
3781 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
3782 and remove unneeded backslashes in docstrings.
3783
39c9faef
SM
37842011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
3785
98449af8
SM
3786 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
3787
39c9faef
SM
3788 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
3789 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
3790 end in ".mk".
3791 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
3792 when reading the makefile (bug#10116).
3793
86ed9fdc
SM
37942011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3795
3796 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
3797 (bug#10116).
3798
5580f89d
GM
37992011-12-06 Glenn Morris <rgm@gnu.org>
3800
3801 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
3802
28d3917c
CY
38032011-12-06 Chong Yidong <cyd@gnu.org>
3804
3805 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
3806
a98edce9
JB
38072011-12-06 Juanma Barranquero <lekktu@gmail.com>
3808
3809 * textmodes/table.el (table-shorten-cell): Fix typo.
3810
e65adfac
CG
38112011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
3812
3813 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
3814
71cc0b74
EZ
38152011-12-05 Eli Zaretskii <eliz@gnu.org>
3816
3817 * descr-text.el (describe-char): Fix display of strong
3818 right-to-left characters and directional embeddings and overrides.
3819
3820 * simple.el (what-cursor-position): Fix display of codepoints of
3821 strong right-to-left characters.
3822
315bc30d
CY
38232011-12-05 Chong Yidong <cyd@gnu.org>
3824
3825 * faces.el (read-color): Doc fix.
3826
58a70b94
GM
38272011-12-05 Glenn Morris <rgm@gnu.org>
3828
3829 * align.el (align--set-marker): Add doc-string.
3830 Don't try to move something that is not a marker. (Bug#10216)
3831
5158face
GM
38322011-12-04 Glenn Morris <rgm@gnu.org>
3833
3834 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
3835 overly zealous deletion of trailing whitespace.
3836
520fca41
JB
38372011-12-04 Juanma Barranquero <lekktu@gmail.com>
3838
3839 * server.el (server-delete-client): On Windows, do not try to delete
3840 the only terminal.
3841 (server-process-filter): On Windows, treat requests for a tty frame as
3842 if they were for a GUI frame if the running server is in GUI mode.
3843
5e605a2e
GM
38442011-12-03 Glenn Morris <rgm@gnu.org>
3845
3846 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
3847
5c3fe83f
SM
38482011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3849
6f5e57e7
SM
3850 * electric.el: Streamline electric-indent's hook.
3851 (electric-indent-chars): Revert to simple list.
3852 (electric-indent-functions): New var.
3853 (electric-indent-post-self-insert-function): Use it.
3854
5c3fe83f
SM
3855 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
3856 there's no inferior buffer (bug#10196).
3857 (prolog-consult-compile): Don't use toggle-read-only.
3858
6bdac736
MA
38592011-12-02 Michael Albinus <michael.albinus@gmx.de>
3860
3861 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
3862 interrupt. (Bug#10187)
3863
6131ba7f
SM
38642011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
3865
99c79fee
SM
3866 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
3867 (bug#9160).
3868
6131ba7f
SM
3869 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
3870 (bug#10191).
3871
cb0a02ea
JL
38722011-12-02 Juri Linkov <juri@jurta.org>
3873
3874 * info.el (Info-search): Display "end of manual" when Isearch
3875 reaches the end of single-file Info manual. (Bug#9918)
3876
66e0570c
EZ
38772011-12-02 Eli Zaretskii <eliz@gnu.org>
3878
3879 * isearch.el (isearch-message-prefix): Run the input method part
3880 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
3881
02b16839
JL
38822011-12-02 Juri Linkov <juri@jurta.org>
3883
3884 * isearch.el (isearch-occur): Use `word-search-regexp' for
3885 `isearch-word'.
3886 (isearch-search-and-update): Add condition for `isearch-word' and
3887 call `word-search-regexp'. (Bug#10145)
3888
0b950688
GM
38892011-12-01 Glenn Morris <rgm@gnu.org>
3890
3891 * eshell/em-hist.el (eshell-hist-initialize):
3892 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 3893 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 3894
9505c3c7
SM
38952011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
3896
3897 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
3898
1bbe96b2 38992011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 3900
a1beca85
SM
3901 * progmodes/verilog-mode.el (verilog-pretty-expr):
3902 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
3903 verilog, such as += *= and the like.
3904 (verilog-assignment-operator-re): Regular expression to find the
3905 assigment operator in a verilog assignment.
3906 (verilog-assignment-operation-re): Regular expression to find an
3907 assignment statement for pretty-expr.
3908 (verilog-in-attribute-p): Query returns true if point is in an
3909 attribute context; used to skip these for expression line up from
3910 pretty-expr.
3911 (verilog-in-parameter-p): Query returns true if point is in an
3912 parameter definition context; used to skip these for expression
3913 line up from pretty-expr.
3914 (verilog-in-parenthesis-p): Query returns true if point is in a
3915 parenthetical expression, specifically ( ) but not [ ] or { };
3916 used by pretty-expr.
3917 (verilog-just-one-space): If there is no space, don't add one.
3918 (verilog-get-lineup-indent-2): Specifically skip just attribute
3919 contexts for expression lineup, rather than skipping all
3920 parenthetical expressions.
3921 (verilog-calculate-indent): Fix comment, and fix indent.
3922 (verilog-do-indent): Indent declarations in lists (suggested by
3923 Joachim Lechner).
3924 (verilog-mode-abbrev-table): Populate abbrev mode with the various
3925 skeleton items.
3926 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
3927 by Alain Mellan).
3928
1bbe96b2 39292011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
3930
3931 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
3932 parameters with embedded comments. Reported by Ray Stevens.
3933 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
3934 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
3935 Reported by Tim Holt.
3936 (verilog-auto): Fix AUTOing a upper module then AUTOing module
3937 instantiated by upper module causing wrong expansion until AUTOed a
3938 second time. Reported by K C Buckenmaier.
3939 (verilog-diff-auto): Fix showing .* as a difference when
3940 `verilog-auto-star-save' off. Reported by Dan Dever.
3941 (verilog-auto-reset, verilog-read-always-signals)
3942 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
3943 temporary signals in reset list if
3944 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
3945 style to each signal's assignment type, bug381.
3946 Reported by Thomas Esposito.
6288f0ca
WS
3947 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
3948 (verilog-uvm-statement-re): Support UVM indentation and
3949 highlighting, with old OVM keywords only.
a1beca85 3950 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
3951 Support AUTOTIEOFF creating non-wire data types.
3952 Suggested by Jonathan Greenlaw.
6288f0ca
WS
3953 (verilog-auto-insert-lisp, verilog-delete-to-paren)
3954 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
3955 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
3956 (verilog-read-sub-decls, verilog-read-sub-decls-line):
3957 Fix mismatching parenthesis inside commented out code when deleting
382c953b 3958 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
3959 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
3960 non-numeric vector width. Reported by Alex Reed.
3961 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 3962 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
3963 (verilog-auto-delete-trailing-whitespace):
3964 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
3965 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
3966 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
3967 Fix verilog-scan-cache corruption when running user AUTO expansion
3968 hooks that call indentation routines.
3969 (verilog-simplify-range-expression): Fix typo ignoring lower case
3970 identifiers.
3971 (verilog-delete-auto): Fix delete-autos to also remove user created
3972 automatics, as long as they start with AUTO.
3973 (verilog-batch-diff-auto, verilog-diff-auto)
3974 (verilog-diff-function): Add `verilog-diff-auto' and bind to
3975 "C-c?" to report differences in AUTO expansion, ignoring spaces.
3976 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
3977 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
3978 (verilog-re-search-forward-quick, verilog-syntax-ppss):
3979 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
3980 is disabled and its cache will get corrupt, causing AUTOS not to
3981 expand. Instead use only -quick functions.
3982 (verilog-scan-region): Fix scanning over escaped quotes.
3983 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
3984 (verilog-re-search-backward-quick)
3985 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
3986 related functions now ignore strings, to fix misparsing of strings
3987 with magic comments embedded in them.
a1beca85
SM
3988 (verilog-read-auto-template):
3989 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
3990 Reported by Brad Dobbie.
3991 (verilog-read-auto-template):
3992 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 3993 Reported by Brad Dobbie.
6288f0ca
WS
3994 (verilog-auto-inst, verilog-auto-inst-param)
3995 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
3996 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
3997 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
3998 debugging templates without merge conflicts, bug357.
3999 Reported by Brad Dobbie.
4000 (verilog-read-auto-template):
4001 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
4002 Reported by Brad Dobbie.
4003 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
4004 abbrevs so user won't be asked to save.
4005 (verilog-read-auto-lisp-present): Fix to start at beginning of
4006 buffer in case called outside of verilog-auto.
4007 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
4008 to "X-2". Reported by Matthew Myers.
4009 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
4010 all inputs from module templates. Reported by Leith Johnson.
4011 (verilog-module-inside-filename-p): Fix locating programs as with
4012 modules.
4013 (verilog-auto-inst-port): Fix vl-width expressions when using
4014 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
4015 (verilog-decls-get-regs, verilog-decls-get-signals,
4016 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
4017 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
4018 verilog-read-decls): Combine reg and wire structures into one var
4019 structure to represent SystemVerilog concepts.
4020 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
4021 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
4022 (verilog-auto-wire-type, verilog-insert-definition):
4023 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
4024 SystemVerilog "logic" keyword instead of "wire"/"reg".
4025 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
4026 to declares outputs that also have assignments (presumably in an
a1beca85
SM
4027 ifdef or generate if so there's not a driver conflict).
4028 Reported by Matthew Myers.
4029 (verilog-auto-declare-nettype, verilog-insert-definition):
4030 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
4031 `default_nettype none. Reported by Julian Gorfajn.
4032 (verilog-read-always-signals-recurse, verilog-read-decls)
4033 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
4034 malformed end statement, bug325. Reported by Joshua Wise and
4035 Andrew Drake.
4036 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
4037 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
4038 when expanding .* in interfaces, bug320.
4039 Reported by Pierre-David Pfister.
6288f0ca 4040 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
4041 name and open parenthesis, bug317.
4042 Reported by Pierre-David Pfister.
6288f0ca
WS
4043 (verilog-simplify-range-expression): Fix simplification of
4044 multiplications inside AUTOWIRE connections, bug303.
4045 (verilog-auto-inst-port): Support parameter expansion in
4046 multidimensional arrays.
4047 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
4048 after "assert property". Reported by Julian Gorfajn.
4049 (verilog-simplify-range-expression): Fix "couldn't merge" errors
4050 with multiplication, bug303.
4051 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
4052 Reported by Jan Frode Lonnum.
4053
1bbe96b2
GM
40542011-11-30 Juanma Barranquero <lekktu@gmail.com>
4055
4056 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
4057 (hfy-shell-file-name, hfy-shell):
4058 * international/fontset.el (x-decompose-font-name): Fix typos.
4059
40602011-11-29 Ken Brown <kbrown@cornell.edu>
4061
4062 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
4063 (gdb-version): Remove defvar.
4064 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
4065 (gdb-gud-context-command, gdb-non-stop-handler)
4066 (gdb-current-context-command, gdb-stopped): Use it.
4067 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
4068 (gdb-non-stop-handler): Don't enable pretty-printing here.
4069 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
4070 non-stop mode. Use the following.
4071 (gdb-check-target-async): New defun.
4072 (gud-watch, gdb-stopped): Fix whitespace.
4073 (gdb-get-source-file): Don't try to display the source file if
4074 `gdb-main-file' is nil.
4075
40762011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
4077
4078 * align.el: Try to generate fewer markers (bug#10047).
4079 (align--set-marker): New macro.
4080 (align-region): Use it.
4081
c935221f
SM
40822011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
4083
4084 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
4085
e70b5064
CY
40862011-11-29 Chong Yidong <cyd@gnu.org>
4087
4088 * indent.el (indent-for-tab-command, indent-according-to-mode):
4089 Doc fix.
4090 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
4091
f3af92b7
MA
40922011-11-29 Michael Albinus <michael.albinus@gmx.de>
4093
4094 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
4095 aware of remote file names. (Bug#10124)
4096
ed472be9
CY
40972011-11-29 Chong Yidong <cyd@gnu.org>
4098
4099 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
4100
24510c22
SM
41012011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
4102
4103 * files.el (find-file): Don't use force-same-window (bug#10144).
4104 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
4105 use pop-to-buffer if the selected window can't be used.
4106 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
4107
c60c3703
EZ
41082011-11-28 Eli Zaretskii <eliz@gnu.org>
4109
4110 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
4111 special-mode-map.
4112
e95def75
CY
41132011-11-28 Chong Yidong <cyd@gnu.org>
4114
4115 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
4116
c3f1c606
NR
41172011-11-27 Nick Roberts <nickrob@snap.net.nz>
4118
4119 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
4120 gdb-get-source-file-list on gdb-create-source-file-list.
4121
00db469c
EZ
41222011-11-26 Eli Zaretskii <eliz@gnu.org>
4123
4124 * whitespace.el (whitespace-newline): Use a different foreground
4125 color for 16-color light-background displays.
4126
4ad3bc2a
CY
41272011-11-24 Chong Yidong <cyd@gnu.org>
4128
4129 * window.el (display-buffer--special-action): Doc fix.
4130
e9fce1ac
JB
41312011-11-25 Juanma Barranquero <lekktu@gmail.com>
4132
4133 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
4134 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
4135 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
4136 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
4137 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
4138 (avl-tree-stack-first):
4139 * emacs-lisp/cconv.el (cconv--analyse-use):
4140 * net/gnutls.el (gnutls-negotiate): Fix typos.
4141
cb825e5d
GM
41422011-11-24 Glenn Morris <rgm@gnu.org>
4143
3adbe224
GM
4144 * lpr.el (lpr-windows-system, lpr-lp-system):
4145 * mail/binhex.el (binhex-begin-line):
4146 * progmodes/grep.el (grep-history, grep-find-history):
4147 * textmodes/flyspell.el:
4148 * vc/pcvs-defs.el (cvs-global-menu):
4149 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
4150 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
4151 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
4152
321decc8
GM
4153 * net/tls.el: Fix case of "GnuTLS".
4154
420b63ad
GM
4155 * paths.el (rmail-file-name): Format doc-string for make-docfile.
4156
cb825e5d
GM
4157 * version.el (emacs-build-system): Give it a doc-string.
4158
a0649f08
JL
41592011-11-24 Juri Linkov <juri@jurta.org>
4160
4161 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
4162
c0bc0fd4
GM
41632011-11-24 Glenn Morris <rgm@gnu.org>
4164
4165 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
4166 if called on a non-mime message just toggle the headers. (Bug#8006)
4167
20db1522
JB
41682011-11-24 Juanma Barranquero <lekktu@gmail.com>
4169
4170 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
4171 (allout-lead-with-comment-string, allout-structure-deleted-hook)
4172 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
4173 (allout-rebullet-heading, allout-open-sibtopic)
4174 (allout-toggle-current-subtree-encryption)
4175 (allout-toggle-subtree-encryption, allout-encrypt-string)
4176 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
4177 (allout-distinctive-bullets-string, allout-auto-activation):
4178 * window.el (window-normalize-buffer-to-display):
4179 * progmodes/verilog-mode.el (verilog-batch-indent):
4180 * textmodes/bibtex.el (bibtex-field-braces-opt)
4181 (bibtex-field-strings-opt):
4182 * vc/cvs-status.el (cvs-tree-merge):
4183 Fix typos.
4184
7262a87c
MA
41852011-11-23 Michael Albinus <michael.albinus@gmx.de>
4186
4187 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
4188 `non-essential' to t, in order to avoid remote connections.
4189
283430a1
EZ
41902011-11-23 Eli Zaretskii <eliz@gnu.org>
4191
a1beca85
SM
4192 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
4193 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
4194 case-insensitively.
4195
d2992a38
ML
41962011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
4197
4198 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
4199
50419064
GM
42002011-11-23 Glenn Morris <rgm@gnu.org>
4201
da94eca1
GM
4202 * paths.el (rmail-file-name): Reformat the doc-string so that it
4203 is picked up.
4204
9aac4de2
GM
4205 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
4206 (rmail-auto-file): Ignore case in the "special" field names,
4207 as mail-fetch-field does for all others.
4208
8038d2d2
GM
4209 * mail/rmail.el (rmail-forward):
4210 * mail/rmailkwd.el (rmail-set-label):
4211 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
4212 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
4213
f3fe222a
GM
4214 * mail/rmail.el (rmail-current-message): Doc fix.
4215
50419064
GM
4216 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
4217
28109f49
SM
42182011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
4219
4220 * server.el (server-eval-and-print): Allow C-g (bug#6585).
4221
394c65f1
GM
42222011-11-22 Glenn Morris <rgm@gnu.org>
4223
4224 * mail/rmailmm.el (test-rmail-mime-handler)
4225 (test-rmail-mime-bulk-handler)
4226 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
4227
f2a0aa3a
JL
42282011-11-21 Juri Linkov <juri@jurta.org>
4229
1154d12e
JB
4230 * calc/calc.el (calc-read-key-sequence):
4231 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 4232
9c34a344
LMI
42332011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4234
4235 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
4236 Tell the caller that the next line needs recomputation, even
4237 though it doesn't start a sexp (bug#10094).
4238
f04a3be9
SM
42392011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4240
4241 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
4242
7978747f
SM
42432011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
4244
f04a3be9
SM
4245 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
4246 Use force-same-window.
7978747f 4247
fe7a3057
JB
42482011-11-20 Juanma Barranquero <lekktu@gmail.com>
4249
4250 * descr-text.el (describe-char-unicode-data):
4251 * json.el (json-string-escape):
4252 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
4253 (Footnote-unicode, Footnote-style-p):
4254 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
4255
24901d61
CY
42562011-11-20 Chong Yidong <cyd@gnu.org>
4257
4258 * window.el (replace-buffer-in-windows): Restore interactive spec.
4259
bac7ff22
SM
42602011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
4261
24f3d7b9
SM
4262 * electric.el (electric-indent-mode): Fix last change (too optimistic).
4263
bac7ff22
SM
4264 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
4265 (byte-compile-global-not-obsolete-vars): New var.
4266 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
4267 Use it.
4268 (byte-compile-warn-obsolete): Align text with the one in *Help*.
4269
cd1181db
JB
42702011-11-20 Juanma Barranquero <lekktu@gmail.com>
4271
4272 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
4273 * progmodes/pascal.el (electric-pascal-equal):
4274 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
4275 * xml.el (xml-substitute-special): Fix typos.
4276
7fb18e9e
GM
42772011-11-20 Glenn Morris <rgm@gnu.org>
4278
4279 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
4280 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
4281 Doc fixes.
4282 (rmail-decode-mime-charset): Mark as obsolete.
4283
4284 * mail/rmailsum.el (rmail-message-regexp-p-1):
4285 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
4286 Before using mime functions, check they are set. (Bug#10077)
4287
d5a6b3ba
JL
42882011-11-19 Juri Linkov <juri@jurta.org>
4289
4290 * info.el (Info-finder-find-node): Use `package--builtins' instead
4291 of `package-alist'. Use node names formed by the pattern "Keyword "
4292 and the keyword name.
4293
e981b61f
AS
42942011-11-19 Andreas Schwab <schwab@linux-m68k.org>
4295
1d00653d 4296 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 4297
3ffbc301
JL
42982011-11-19 Juri Linkov <juri@jurta.org>
4299
4300 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
4301 that calls `revert-buffer' on all Info buffers. (Bug#9915)
4302 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
4303 `old-history', `old-history-forward'. Add let-binding
4304 `window-selected'. Remove calls to `kill-buffer',
4305 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
4306 before calling `Info-find-node', so `Info-find-node-2' will reread
4307 the Info file. Restore window positions only when `window-selected'
4308 is non-nil.
4309
30c62133
JL
43102011-11-19 Juri Linkov <juri@jurta.org>
4311
4312 * isearch.el (isearch-lazy-highlight-new-loop):
4313 Remove condition `(not isearch-error)'. (Bug#9918)
4314
4315 * misearch.el (multi-isearch-search-fun): Add condition
4316 `(not bound)' to ignore lazy-highlighting search.
4317 Add the search-failed message "end of multi" when the end of
4318 multi-sequence is reached. Uncapitalize the search-failed
4319 message "Repeat for next buffer".
4320
4321 * info.el (Info-search): Add the search-failed message
4322 "end of the manual" when the end of the manual is reached
4323 in Isearch mode.
4324
645ca9cf
JL
43252011-11-19 Juri Linkov <juri@jurta.org>
4326
4327 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
4328 Use non-destructive `remove' instead of `delete' because
4329 `Info-history-list' stored to `Info-isearch-initial-history-list' in
4330 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
4331
df754f66
JL
43322011-11-19 Juri Linkov <juri@jurta.org>
4333
4334 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
4335 to nil instead of binding `search-ring' and `regexp-search-ring'.
4336 (Bug#9185)
4337
0e23d96a
EZ
43382011-11-19 Eli Zaretskii <eliz@gnu.org>
4339
4340 * simple.el (line-move): Force movement by logical lines for any
4341 hscrolled window, not only when auto-hscroll-mode is on.
4342 (line-move-visual): Update doc string to that effect. (Bug#10076)
4343
8a6ccb66
AS
43442011-11-19 Andreas Schwab <schwab@linux-m68k.org>
4345
4346 * language/european.el (macintosh): Define as alias for mac-roman.
4347
49ae5b39
EZ
43482011-11-19 Eli Zaretskii <eliz@gnu.org>
4349
4350 * mail/rmailmm.el (rmail-mime-display-header)
4351 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
4352 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
4353 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
4354 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
4355 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
4356 of a raw aref.
4357 (rmail-mime-entity-segment): To get past the tagline, move forward
4358 2 more lines, to account for the 2 empty lines that precede and
4359 follow the line with the buttons.
4360 (rmail-mime-update-tagline): Move one more line, to get past the
4361 empty line that follows the buttons in the tagline. (Bug#9520)
4362
c56cad4a
MR
43632011-11-19 Martin Rudalics <rudalics@gmx.at>
4364
4365 * window.el (window-max-delta-1, window-min-delta-1)
4366 (window-min-size-1, window-state-get-1, window-state-put-1)
4367 (window-state-put-2): Use "window--" prefix.
4368
cbe71af3
SM
43692011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
4370
2ad52c60
SM
4371 * emacs-lisp/smie.el: Improve warnings and conflict detection.
4372 (smie-warning-count): New var.
4373 (smie-set-prec2tab): Use it.
4374 (smie-bnf->prec2): Improve warnings. Add docstring.
4375 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
4376 (smie-bnf--set-class): New function.
4377 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
4378 corner case.
4379
6944dbc1
SM
4380 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
4381 (compilation-error-properties, compilation-move-to-column):
4382 Handle compilation-first-column while in the target buffer.
4383
c400c4d7
SM
4384 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
4385 Don't hardcode point-min==1.
4386
6dbe3e96
SM
4387 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
4388 (eshell-rewrite-for-command): Remove workaround.
4389 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
4390 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
4391 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
4392
cbe71af3
SM
4393 * files-x.el (modify-file-local-variable): Obey commenting conventions.
4394
a8e1496d
GM
43952011-11-17 Glenn Morris <rgm@gnu.org>
4396
4397 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
4398 Ignore buffer-local generated-autoload-file if it is the same
4399 as the global value. (Bug#10049)
4400
df85d315
JB
44012011-11-17 Juanma Barranquero <lekktu@gmail.com>
4402
4403 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
4404 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
4405 (reftex-toc-previous-heading, reftex-toc-max-level)
4406 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
4407 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
4408 (reftex-toc-do-promote, reftex-toc-promote-prepare)
4409 (reftex-toc-promote-action, reftex-toc-extract-section-number)
4410 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
4411 (reftex-toc-rename-label, reftex-toc-visit-location)
4412 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
4413 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
4414 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
4415 leaving "*toc*" only for references to the buffer.
4416
a0c2d0ae
MR
44172011-11-17 Martin Rudalics <rudalics@gmx.at>
4418
4419 * window.el (window-resize, delete-window, split-window):
4420 Replace window-splits by window-combination-resize.
1d00653d 4421 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 4422
35c0bac8
GM
44232011-11-17 Glenn Morris <rgm@gnu.org>
4424
4425 * progmodes/sh-script.el (sh-font-lock-keywords-var):
4426 Make bash entry derive from sh entry, not shell entry.
4427
d0c8fc8a
MA
44282011-11-16 Michael Albinus <michael.albinus@gmx.de>
4429
d0c8fc8a
MA
4430 * net/tramp-cache.el (tramp-flush-file-property): Flush also
4431 properties of linked files. (Bug#9879)
4432
7262a87c
MA
4433 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
4434 local file name.
4435
7877f373
JB
44362011-11-16 Juanma Barranquero <lekktu@gmail.com>
4437
4438 * menu-bar.el (menu-bar-file-menu):
4439 * printing.el (pr-ps-utility):
4440 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
4441 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
4442 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
4443 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
4444 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
4445 (icalendar--convert-cyclic-to-ical)
4446 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
4447 (icalendar--convert-ical-to-diary)
4448 (icalendar--convert-recurring-to-diary)
4449 (icalendar--convert-non-recurring-all-day-to-diary)
4450 (icalendar-import-format-sample):
4451 * progmodes/idlw-shell.el (idlwave-shell-mode):
4452 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
4453 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
4454 (vhdl-ps-print-init): Fix typos.
4455
10649b82
KM
44562011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
4457
9d0cfcd6
GM
4458 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
4459 FSF and collapse date sequence, obscure author/maintainer email address
4460 better, remove extra version line, track relocation of author's webpage.
10649b82 4461
9d0cfcd6
GM
4462 * progmodes/python.el (python-pdbtrack-input-prompt)
4463 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
4464 regular python pdb prompts. Adjustments shamelessly taken exactly as
4465 suggested in EmacsWiki page (tiny change):
4466 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 4467
58179cce
JB
44682011-11-16 Juanma Barranquero <lekktu@gmail.com>
4469
4470 * expand.el (expand-pos, expand-index, expand-point):
4471 Remove redundant info from docstring.
4472 (expand-add-abbrevs): Doc fix.
4473 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
4474 (expand-sample-perl-mode-expand-list): Fix typos.
4475
4476 * net/dbus.el (dbus-event-member-name):
4477 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
4478 * term/pc-win.el (msdos-create-frame-with-faces):
4479 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
4480
b6f67890
MR
44812011-11-16 Martin Rudalics <rudalics@gmx.at>
4482
4483 * window.el (split-window, window-state-get-1)
4484 (window-state-put-1, window-state-put-2): Rename occurrences of
4485 window-nest to window-combination-limit.
1d00653d 4486 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 4487
ce7ddba0
CY
44882011-11-16 Chong Yidong <cyd@gnu.org>
4489
4490 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
4491 regexp (Bug#10033).
4492
3ae704f4
SM
44932011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4494
4495 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
4496 `completing-read' will remove *Completions* and will preserve
4497 current-buffer for us.
4498 (tmm-add-prompt): Users of *Completions* will always (re)set its
4499 major mode.
4500 (tmm-old-comp-map): Remove.
4501
6ad1cdde
GM
45022011-11-16 Glenn Morris <rgm@gnu.org>
4503
4504 * mail/rmailedit.el: Require rmailmm when compiling.
4505 (rmail-old-mime-state): New declaration.
4506 (rmail-edit-current-message): If editing a mime message,
4507 edit the "raw" message from the mbox buffer.
4508 (rmail-cease-edit): Handle mime messages. (Bug#9840)
4509
d20faa20
GM
45102011-11-15 Glenn Morris <rgm@gnu.org>
4511
4512 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
4513 which wasn't being used. Add optional arg to force given state.
4514 (rmail-mime): Add optional arg to force given state.
4515
c7015153
JB
45162011-11-15 Juanma Barranquero <lekktu@gmail.com>
4517
4518 * allout.el (allout-encryption-plaintext-sanitization-regexps):
4519 * frame.el (display-mm-dimensions-alist):
4520 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
4521 (outline-move-subtree-down):
4522 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
4523 (newsticker--treeview-do-get-node):
4524 * net/quickurl.el (quickurl-list-buffer-name):
4525 * progmodes/dcl-mode.el (dcl-mode):
4526 * progmodes/gdb-mi.el (gdb-mapcar*):
4527 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
4528
45261b50
GM
45292011-11-15 Glenn Morris <rgm@gnu.org>
4530
4531 * mail/rmail.el (rmail-file-coding-system): It's only ever used
4532 in a boolean sense, so just make it a boolean, and fix the doc.
4533 (rmail-show-mime-function, rmail-mime-feature)
4534 (rmail-require-mime-maybe): Doc fixes.
4535 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
4536
4537 * mail/rmailmm.el (rmail-show-mime): Doc fix.
4538
0d26e0b6
JB
45392011-11-15 Juanma Barranquero <lekktu@gmail.com>
4540
4541 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
4542 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
4543 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
4544 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
4545
447f30f6
GM
45462011-11-15 Glenn Morris <rgm@gnu.org>
4547
672b871d
GM
4548 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
4549 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
4550 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
4551 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
4552 (rmail-mime, rmail-show-mime): Doc fixes.
4553
f6aa5bb1
GM
4554 * term/ns-win.el (mode-line-frame-identification):
4555 Leave it alone. (Bug#10051)
4556
947cd66b
GM
4557 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
4558
447f30f6
GM
4559 * mail/rmailout.el (rmail-output-to-rmail-buffer):
4560 Handle empty buffers. (Bug#9978)
4561
0b381c7e
JB
45622011-11-14 Juanma Barranquero <lekktu@gmail.com>
4563
4564 * international/mule.el (define-charset):
4565 * mail/rmailmm.el (rmail-mime-find-header-encoding):
4566 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
4567 * progmodes/verilog-mode.el (verilog-backward-token):
4568 * textmodes/ispell.el (lookup-words):
4569 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
4570
71e027ac
GM
45712011-11-14 Glenn Morris <rgm@gnu.org>
4572
56632ce4
GM
4573 * progmodes/executable.el
4574 (executable-make-buffer-file-executable-if-script-p):
4575 Handle file-modes returning nil.
4576
40500957
GM
4577 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
4578 message - not necessary, and causes problems. (Bug#9831)
4579
071c2340
GM
4580 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
4581
d3cfca60
GM
4582 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
4583
71e027ac
GM
4584 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
4585 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
4586 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
4587
89d61221
MR
45882011-11-12 Martin Rudalics <rudalics@gmx.at>
4589
4590 * window.el (window-resize, delete-window): Use window-splits
4591 variable instead of function.
4592 (window-state-get-1, window-state-put-2, window-state-put):
4593 Don't deal with windows' splits status.
4594
98282f6f
GM
45952011-11-12 Glenn Morris <rgm@gnu.org>
4596
4597 * apropos.el (apropos-do-all, apropos-library, apropos-value)
4598 (apropos-documentation): Doc fixes.
4599
40a8bdf6
JB
46002011-11-11 Juanma Barranquero <lekktu@gmail.com>
4601
4602 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
4603 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
4604
65bd19ff
SM
46052011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
4606
4607 * electric.el (electric-indent-post-self-insert-function): Make it
4608 possible for a char to only indent in some circumstances.
4609 (electric-indent-mode): Simplify.
4610
54f9154c
MR
46112011-11-11 Martin Rudalics <rudalics@gmx.at>
4612
4613 * window.el (windows-with-parameter): Remove unused function.
4614 (windows-at-side): Rename to window-at-side-list.
4615 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
4616 (window-side-check, window-size-ignore, window-size-fixed-1)
4617 (window-in-direction-2): Prefix with "window--".
4618 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 4619
68cbc58b
GM
46202011-11-11 Glenn Morris <rgm@gnu.org>
4621
4622 * subr.el (eval-after-load): If FILE is already loaded,
4623 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
4624
b2621720
GM
46252011-11-10 Glenn Morris <rgm@gnu.org>
4626
9a4de110
GM
4627 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
4628 Call svn via vc-svn-command rather than vc-do-command.
4629 (vc-svn-command): Add --non-interactive. (Bug#9993)
4630 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
4631
b2621720
GM
4632 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
4633 Add toggle-read-only. (Bug#7292)
4634 * files.el (toggle-read-only): Mention that it should only
4635 be used interactively. (Bug#10006)
4636
1dce7193
SM
46372011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4638
d9ac1a1e
SM
4639 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4640 Adjust regexp for OCaml warnings.
4641
0c325082
SM
4642 * electric.el (electric-pair-post-self-insert-function): Let user
4643 turn it off buffer-locally (bug#9932).
4644
90132c14
SM
4645 * progmodes/python.el (python-beginning-of-statement):
4646 Rewrite (bug#2703).
4647
1dce7193
SM
4648 * progmodes/compile.el: Better handle TABs (bug#9749).
4649 (compilation-internal-error-properties)
4650 (compilation-next-error-function): Obey the target buffer's
4651 compilation-error-screen-columns.
4652
c4e7c63a
JB
46532011-11-09 Juanma Barranquero <lekktu@gmail.com>
4654
4655 * progmodes/meta-mode.el: Remove obsolete comments.
4656 (meta-right-comment-regexp, meta-ignore-comment-regexp):
4657 Fix typos in docstrings.
4658
2cffd681
MR
46592011-11-09 Martin Rudalics <rudalics@gmx.at>
4660
4661 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 4662 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
4663 (window--resizable): New function. Make all callers of
4664 window-resizable call window--resizable instead.
4665 (window-resizable): Rewrite in terms of window--resizable.
4666
0edcba87
GM
46672011-11-08 Glenn Morris <rgm@gnu.org>
4668
4669 * progmodes/delphi.el (delphi-mode-syntax-table):
4670 Let define-derived-mode define a proper syntax table. (Bug#9994)
4671
4b0d61e3
SM
46722011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4673
4674 * window.el: Stay away from defsubst.
4675 (window-list-no-nils): Remove.
4676 (window-state-get-1, window-state-get): Use backquote instead.
4677
cd394be1 46782011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 4679
4b0d61e3 4680 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 4681 Fix incorrect use of default argument in `completing-read'.
4682
e1c2c6f2
MR
46832011-11-08 Martin Rudalics <rudalics@gmx.at>
4684
4685 * window.el (display-buffer-function, special-display-function):
4686 Mention display-buffer-record-window but do not mention
4687 help-setup parameter in doc-strings.
b3f4a882 4688 (window-min-delta): Fix doc-string typo.
e1c2c6f2 4689
105216ed
CY
46902011-11-08 Chong Yidong <cyd@gnu.org>
4691
4692 * window.el (window-total-height, window-total-width): Doc fix.
4693 (window-body-size): Move from C.
4694 (window-body-height, window-body-width): Move to C.
4695
0a9f9ab5
SM
46962011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4697
4698 * window.el: Make special-display like display-buffer-alist (bug#9532).
4699 (display-buffer--special-action): New function, morphed
4700 from display-buffer--special.
4701 (display-buffer): Use it to handle special-display-buffers at higher
4702 priority (just after display-buffer-alist).
4703 (display-buffer-fallback-action, display-buffer--other-frame-action)
4704 (pop-to-buffer-same-window): Remove display-buffer--special.
4705
a769dd15
GM
47062011-11-07 Glenn Morris <rgm@gnu.org>
4707
4708 * calendar/cal-menu.el (cal-menu-set-date-title):
4709 Do nothing if not in a calendar. (Bug#9976)
4710
05a61ee3
SM
47112011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
4712
4713 * files.el (find-file): Always use selected-window.
4714
be7f5545
MR
47152011-11-07 Martin Rudalics <rudalics@gmx.at>
4716
4717 * window.el (window-combinations): Make WINDOW argument
4718 mandatory. Rewrite doc-string.
4719 (walk-window-subtree, window-atom-check, window-min-delta)
4720 (window-max-delta, window--resize-this-window)
4721 (window--resize-root-window-vertically, window-tree)
4722 (balance-windows, window-state-put): Rewrite doc-strings as to
4723 not mention the term "subwindow".
4724 (window--resize-subwindows-skip-p): Rename to
4725 window--resize-child-windows-skip-p.
4726 (window--resize-subwindows-normal): Rename to
4727 window--resize-child-windows-normal.
4728 (window--resize-subwindows): Rename to
4729 window--resize-child-windows.
4730 (window-or-subwindow-p): Rename to window--in-subtree-p.
4731
3c6702ef
ML
47322011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
4733
4734 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
4735 Ensure that mbox format messages end in two newlines (Bug#9974).
4736
49745b39
CY
47372011-11-06 Chong Yidong <cyd@gnu.org>
4738
4739 * window.el (window-combination-p): Function deleted; its
4740 side-effect is not used in any existing code.
4741 (window-combinations, window-combined-p): Call window-*-child
4742 directly.
4743
24300f5f
CY
47442011-11-05 Chong Yidong <cyd@gnu.org>
4745
4746 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
4747 (window-size-ignore, window-state-get): Callers changed.
4748 (window-normalize-window): Rename from window-normalize-any-window.
4749 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 4750 (window-normalize-live-window): Delete.
447f16b8
CY
4751 (window-combination-p, window-combined-p, window-combinations)
4752 (walk-window-subtree, window-atom-root, window-min-size)
4753 (window-sizable, window-sizable-p, window-size-fixed-p)
4754 (window-min-delta, window-max-delta, window-resizable)
4755 (window-resizable-p, window-full-height-p, window-full-width-p)
4756 (window-current-scroll-bars, window-point-1, set-window-point-1)
4757 (window-at-side-p, window-in-direction, window-resize)
4758 (adjust-window-trailing-edge, maximize-window, minimize-window)
4759 (window-deletable-p, delete-window, delete-other-windows)
4760 (record-window-buffer, unrecord-window-buffer)
4761 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
4762 (quit-window, split-window, window-state-put)
4763 (set-window-text-height, fit-window-to-buffer)
4764 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 4765
89bd5ee1
EZ
47662011-11-04 Eli Zaretskii <eliz@gnu.org>
4767
53479029
EZ
4768 * mail/rmail.el (rmail-simplified-subject): Decode subject with
4769 rfc2047-decode-string.
4770 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
4771 warnings.
4772
89bd5ee1
EZ
4773 * window.el (window-body-height, window-body-width): Mention in
4774 the doc string that the return values are in frame's canonical
4775 units. (Bug#9949)
4776
bd17fdee
AM
47772011-11-03 Alan Mackenzie <acm@muc.de>
4778
4779 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
4780 change in cc-engine.el.
4781
acc825c5
SM
47822011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
4783
4784 * window.el (switch-to-buffer): Use `force-same-window' interactively.
4785
1885e5b8
MR
47862011-11-02 Martin Rudalics <rudalics@gmx.at>
4787
4788 * window.el (quit-window): Call unrecord-window-buffer after
4789 showing another buffer in the window. (Bug#9937)
acc825c5 4790 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 4791
ebe06da9
JB
47922011-11-02 Juanma Barranquero <lekktu@gmail.com>
4793
4794 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
4795 Accept status with more than 9 shelves. (Bug#9935)
4796 Reported by Colin D Bennett <colin@gibibit.com>.
4797
4ee88440
MR
47982011-11-01 Martin Rudalics <rudalics@gmx.at>
4799
4800 * help.el (with-help-window): Don't reference
4801 temp-buffer-show-specifiers in doc-string.
4802
08e1d82c
AS
48032011-10-31 Andreas Schwab <schwab@linux-m68k.org>
4804
4805 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
4806 menu-item.
4807
84bd6e9e
VJL
48082011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4809
4810 * whitespace.el: New version 13.2.2.
4811 (whitespace-newline-mode): Disable properly. Reported by Sarah
4812 <EmacsWiki>.
4813
dba0634a
UJ
48142011-10-30 Ulf Jasper <ulf.jasper@web.de>
4815
4816 * net/newst-treeview.el: Remove "Time-stamp".
4817 (newsticker--group-manage-orphan-feeds): Do not call
4818 newsticker--treeview-tree-update.
db22a3c2
JB
4819 (newsticker-treeview-update, newsticker-treeview):
4820 Call newsticker--treeview-tree-update if necessary.
dba0634a 4821
3d8daefe
MR
48222011-10-30 Martin Rudalics <rudalics@gmx.at>
4823
4824 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
4825 (window-iso-combinations): Remove "iso-" infix.
4826 Suggested by Chong Yidong.
3d8daefe
MR
4827 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
4828 (window-max-delta-1, window-resize, window--resize-siblings)
4829 (window--resize-this-window, adjust-window-trailing-edge)
4830 (split-window, balance-windows-1)
4831 (shrink-window-if-larger-than-buffer):
4832 * calendar/calendar.el (calendar-generate-window):
db22a3c2 4833 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 4834
1bc4c3ae
SM
48352011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
4836
4837 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
4838 in place (bug#9907).
4839 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
4840 (eshell-rewrite-if-command, eshell-rewrite-for-command)
4841 (eshell-structure-basic-command, eshell-rewrite-while-command)
4842 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
4843 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
4844 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
4845 (eshell-do-pipelines-synchronously, eshell-eval-command):
4846 Use backquotes and prefer setq to set.
4847 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
4848 (eshell-macrop): Use functionp.
c1e2f5fa 4849 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 4850
30b65d9c
CY
48512011-10-30 Chong Yidong <cyd@gnu.org>
4852
4853 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
4854 instead of set-mark (Bug#9810).
4855
2d197ffb
CY
48562011-10-30 Chong Yidong <cyd@gnu.org>
4857
4858 * window.el (split-window-below, split-window-right): Rename from
4859 split-window-above-each-other and split-window-side-by-side
4860 respectively. All callers changed.
4861 (split-window-sensibly, split-window-sensibly): Use them.
4862 (split-window-keep-point): Doc fix.
4863
4864 * isearch.el: Add isearch-scroll property to split-window-below
4865 and split-window-right.
4866
4867 * follow.el (follow-mode):
4868 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
4869 * progmodes/ada-xref.el (ada-gdb-application):
4870 * emulation/vip.el (vip-buffer-in-two-windows):
4871 * image-dired.el (image-dired-dired-with-window-configuration):
4872 * dired-x.el (dired-do-find-marked-files):
4873 * dired.el (dired-pop-to-buffer):
4874 * bs.el (bs--show-with-configuration):
4875 * vc/emerge.el (emerge-setup-windows):
4876 * textmodes/two-column.el (2C-two-columns):
4877 * textmodes/reftex-toc.el (reftex-toc):
4878 * progmodes/gdb-mi.el (gdb-setup-windows):
4879 * progmodes/fortran.el (fortran-window-create):
4880 * net/newst-treeview.el (newsticker--treeview-window-init):
4881 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
4882 * emulation/tpu-edt.el (tpu-gold-map):
4883 * emulation/crisp.el (crisp-mode-map):
4884 * calendar/calendar.el (calendar-basic-setup): Callers changed.
4885
38bb2ca8
CY
48862011-10-29 Chong Yidong <cyd@gnu.org>
4887
aa4de341
CY
4888 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
4889
e1eb5385
CY
4890 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
4891
5d2ece3c
CY
4892 * textmodes/flyspell.el (flyspell-word): Fix char offset for
4893 forged Ispell output (Bug#7904).
4894
38bb2ca8
CY
4895 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
4896
d0af9f77
SM
48972011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4898
4899 * doc-view.el: Avoid ugly errors about not finding nil.
4900 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
4901 (doc-view-dvipdf-program, doc-view-unoconv-program)
4902 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
4903 Avoid nil or absolute file name as default value.
4904 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
4905
52bedd34
AM
49062011-10-28 Alan Mackenzie <acm@muc.de>
4907
db22a3c2 4908 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 4909
7e43cfa5
AM
49102011-10-28 Alan Mackenzie <acm@muc.de>
4911
4912 Amend the handling of c-beginning/end-of-defun in nested declaration
4913 scopes.
4914
52bedd34
AM
4915 * progmodes/cc-vars.el (c-defun-tactic): Move here from
4916 cc-langs.el. Change it to a defcustom.
7e43cfa5 4917
52bedd34
AM
4918 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
4919 cc-vars.el.
7e43cfa5 4920
d0af9f77
SM
4921 * progmodes/cc-engine.el (c-beginning-of-statement-1):
4922 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 4923
52bedd34 4924 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 4925 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
4926 (c-widen-to-enclosing-decl-scope): New function.
4927 (c-while-widening-to-decl-block): New macro.
4928 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
4929 outward for defun boundaries, and correspondingly change symbol
4930 `respect-enclosure' to `go-outward'.
4931 (c-declaration-limits): Change algorithm to report only the "innermost"
4932 defun's boundaries.
4933
1a2ce9ee
DD
49342011-10-28 Deniz Dogan <deniz@dogan.se>
4935
4936 * net/rcirc.el (rcirc-mode): Use hard newlines.
4937
bc97a826
AM
49382011-10-28 Alan Mackenzie <acm@muc.de>
4939
4940 Amend to indent and fontify macros "which include their own semicolon"
4941 correctly, using the "virtual semicolon" mechanism.
4942
52bedd34 4943 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 4944
d0af9f77 4945 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 4946 Recode to scan one line at a time rather than having \n and \r
58179cce 4947 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 4948 (c-forward-label): Amend for virtual semicolons.
58179cce 4949 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 4950
52bedd34
AM
4951 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
4952 of the new C macros.
bc97a826 4953
52bedd34 4954 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
4955 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
4956 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
4957 (c-opt-cpp-macro-define): Make into a full language variable.
4958 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
4959 AWK Mode (including \n, \r) removed, no longer needed.
4960
d0af9f77
SM
4961 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
4962 Invoke c-make-macro-with-semi-re.
bc97a826 4963
52bedd34
AM
4964 * progmodes/cc-vars.el (c-macro-with-semi-re):
4965 (c-macro-names-with-semicolon): New variables.
58179cce 4966 (c-make-macro-with-semi-re): New function.
bc97a826 4967
7a6c0941
SM
49682011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4969
4970 * vc/log-edit.el: Fill empty field rather than adding new one.
4971 (log-edit-add-field): New function.
4972 (log-edit-insert-changelog): Use it.
4973
b0c4cdcf
ML
49742011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
4975
4976 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
4977
ee1f1da9
SM
49782011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4979
4980 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
4981 (gdb--check-interpreter): New function.
4982 (gdb): Use it.
4983
51bc5f8b
GM
49842011-10-27 Glenn Morris <rgm@gnu.org>
4985
416a2c45
GM
4986 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
4987 (least-positive-float, least-negative-float)
4988 (least-positive-normalized-float, least-negative-normalized-float)
4989 (float-epsilon, float-negative-epsilon):
4990 Remove unnecessary declarations.
4991
4992 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
4993 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
4994 (least-positive-float, least-negative-float)
4995 (least-positive-normalized-float, least-negative-normalized-float)
4996 (float-epsilon, float-negative-epsilon): Add doc-strings,
4997 based on those in cl.texi.
4998
51bc5f8b
GM
4999 * files.el (set-visited-file-name): If the major-mode changed,
5000 reload the local variables. (Bug#9796)
5001
15de15c6
CY
50022011-10-27 Chong Yidong <cyd@gnu.org>
5003
5004 * subr.el (change-major-mode-after-body-hook): New hook.
5005 (run-mode-hooks): Run it.
5006
ee1f1da9
SM
5007 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5008 Use change-major-mode-before-body-hook.
15de15c6
CY
5009
5010 * simple.el (fundamental-mode):
5011 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
5012 change introducing fundamental-mode-hook.
5013
5430d399
JB
50142011-10-26 Juanma Barranquero <lekktu@gmail.com>
5015
acc825c5 5016 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 5017
ad74a69e
MA
50182011-10-26 Michael Albinus <michael.albinus@gmx.de>
5019
5020 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 5021 tramp.el explicitly. (Bug#7583)
ad74a69e 5022
71d4c2a5
SM
50232011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
5024
5025 * progmodes/octave-mod.el:
5026 * progmodes/octave-inf.el: Update maintainer.
5027
b1f6fa26
CY
50282011-10-26 Chong Yidong <cyd@gnu.org>
5029
5030 * subr.el (with-wrapper-hook): Rewrite doc.
5031
3f04efd6
MA
50322011-10-25 Michael Albinus <michael.albinus@gmx.de>
5033
5034 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 5035 filenames "/method:foo:". (Bug#9793)
3f04efd6 5036
410488d3
SM
50372011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5038
5039 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
5040 (bug#9865).
5041
c1ebb47e
GM
50422011-10-24 Glenn Morris <rgm@gnu.org>
5043
5044 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
5045
7f5c46c7
MA
50462011-10-24 Michael Albinus <michael.albinus@gmx.de>
5047
5048 * notifications.el: Add the requirement of a running D-Bus session
5049 bus to the Commentary.
5050
db2440b6
JL
50512011-10-24 Juri Linkov <juri@jurta.org>
5052
5053 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
5054 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
5055 (Bug#9364)
5056
feecf435
JL
50572011-10-24 Juri Linkov <juri@jurta.org>
5058
5059 * info.el (Info-following-node-name-re): Add newline to the list
5060 of allowed characters for leading space. (Bug#9824)
5061
a3839de2
SM
50622011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5063
acc825c5
SM
5064 * progmodes/octave-inf.el (inferior-octave-mode-map):
5065 Fix C-c C-h binding.
a3839de2
SM
5066 * progmodes/octave-mod.el (octave-help): Remove.
5067
09388e76
MA
50682011-10-23 Michael Albinus <michael.albinus@gmx.de>
5069
5070 Sync with Tramp 2.2.3.
5071
5072 * net/tramp-cache.el (top): Pacify byte-compiler using
5073 `init-file-user' and `site-run-file'.
5074
5075 * net/trampver.el: Update release number.
5076
86c60681
CY
50772011-10-23 Chong Yidong <cyd@gnu.org>
5078
5079 * files.el (toggle-read-only): Remove obsolete comment about
5080 version control.
5081
5082 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
5083 for toggle-read-only. Note that this hasn't called vc-next-action
5084 since 2008-05-02, though it wasn't documented at the time.
5085
a3839de2
SM
5086 * vc/ediff-init.el (ediff-toggle-read-only-function):
5087 Use toggle-read-only.
86c60681 5088
cd5495ff
AM
50892011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
5090
5091 Fix bug #9560, sporadic wrong indentation; improve instrumentation
5092 of c-parse-state.
5093
00b77525 5094 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 5095 correct faulty logical expression.
cd5495ff
AM
5096 (c-parse-state-state, c-record-parse-state-state):
5097 (c-replay-parse-state-state): New defvar/defuns.
5098 (c-debug-parse-state): Use new functions.
5099
42ee24ed
MR
51002011-10-22 Martin Rudalics <rudalics@gmx.at>
5101
5102 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 5103 last fix. Use window-in-direction correctly.
42ee24ed 5104
a7dee7e7
CY
51052011-10-21 Chong Yidong <cyd@gnu.org>
5106
5107 * progmodes/idlwave.el (idlwave-mode):
5108 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
5109 require-final-newline; that's done in prog-mode.
5110 Suggested by Stefan Monnier.
a7dee7e7 5111
e07b9a6d
MR
51122011-10-21 Martin Rudalics <rudalics@gmx.at>
5113
5114 * mouse.el (mouse-drag-window-above)
5115 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
5116 (mouse-drag-mode-line-1, mouse-drag-header-line)
5117 (mouse-drag-vertical-line-rightward-window): Remove.
5118 (mouse-drag-line): New function.
5119 (mouse-drag-mode-line, mouse-drag-header-line)
5120 (mouse-drag-vertical-line): Call mouse-drag-line.
5121 * window.el (window-at-side-p, windows-at-side): New functions.
5122
7e1361d9
UM
51232011-10-21 Ulrich Mueller <ulm@gentoo.org>
5124
5125 * tar-mode.el (tar-grind-file-mode):
5126 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
5127
30fcaf3a
CY
51282011-10-21 Chong Yidong <cyd@gnu.org>
5129
5130 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
5131 * progmodes/vera-mode.el (vera-mode):
5132 Use mode-require-final-newline.
30fcaf3a 5133
516eddb0
GM
51342011-10-20 Glenn Morris <rgm@gnu.org>
5135
db22a3c2 5136 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 5137
10d5f513
CS
51382011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
5139
5140 * emulation/cua-base.el (cua-set-mark): Fix case of string.
5141
ac6c8639
CY
51422011-10-20 Chong Yidong <cyd@gnu.org>
5143
5144 * emulation/cua-base.el (cua-mode):
5145 * mail/footnote.el (footnote-mode):
5146 * mail/mailabbrev.el (mail-abbrevs-mode):
5147 * net/xesam.el (xesam-minor-mode):
5148 * progmodes/bug-reference.el (bug-reference-mode):
5149 * progmodes/cap-words.el (capitalized-words-mode):
5150 * progmodes/compile.el (compilation-minor-mode)
5151 (compilation-shell-minor-mode):
5152 * progmodes/gud.el (gud-tooltip-mode):
5153 * progmodes/hideif.el (hide-ifdef-mode):
5154 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
5155 * progmodes/subword.el (subword-mode):
5156 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
5157 * progmodes/which-func.el (which-function-mode):
5158 * term/tvi970.el (tvi970-set-keypad-mode):
5159 * term/vt100.el (vt100-wide-mode):
5160 * textmodes/flyspell.el (flyspell-mode):
5161 * textmodes/ispell.el (ispell-minor-mode):
5162 * textmodes/nroff-mode.el (nroff-electric-mode):
5163 * textmodes/paragraphs.el (use-hard-newlines):
5164 * textmodes/refill.el (refill-mode):
5165 * textmodes/reftex.el (reftex-mode):
5166 * textmodes/rst.el (rst-minor-mode):
5167 * textmodes/sgml-mode.el (html-autoview-mode)
5168 (sgml-electric-tag-pair-mode):
5169 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
5170 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
5171 * emulation/crisp.el (crisp-mode):
5172 * emacs-lisp/eldoc.el (eldoc-mode):
5173 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
5174 minor mode behavior.
5175
aa42ab43
JL
51762011-10-19 Juri Linkov <juri@jurta.org>
5177
5178 * descr-text.el (describe-char): Add #x2010 and #x2011 to
5179 the list of hard-coded chars with escape-glyph face.
5180
89400f1d
SM
51812011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5182
5183 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
5184
305c07f6
MA
51852011-10-19 Michael Albinus <michael.albinus@gmx.de>
5186
5187 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
5188 running process.
5189
13754b54
GM
51902011-10-19 Glenn Morris <rgm@gnu.org>
5191
5192 * vc/vc-bzr.el (vc-bzr-after-dir-status):
5193 Ignore ignored files. (Bug#9726)
5194
06e21633
CY
51952011-10-19 Chong Yidong <cyd@gnu.org>
5196
5197 Doc fix for minor modes, stating that an omitted argument enables
5198 the mode unconditionally when called from Lisp.
5199
5200 * abbrev.el (abbrev-mode):
5201 * allout.el (allout-mode):
5202 * autoinsert.el (auto-insert-mode):
5203 * autoarg.el (autoarg-mode, autoarg-kp-mode):
5204 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
5205 (global-auto-revert-mode):
5206 * battery.el (display-battery-mode):
5207 * composite.el (global-auto-composition-mode)
5208 (auto-composition-mode):
5209 * delsel.el (delete-selection-mode):
5210 * desktop.el (desktop-save-mode):
5211 * dired-x.el (dired-omit-mode):
5212 * dirtrack.el (dirtrack-mode):
5213 * doc-view.el (doc-view-minor-mode):
5214 * double.el (double-mode):
5215 * electric.el (electric-indent-mode, electric-pair-mode):
5216 * emacs-lock.el (emacs-lock-mode):
5217 * epa-hook.el (auto-encryption-mode):
5218 * follow.el (follow-mode):
5219 * font-core.el (font-lock-mode):
5220 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
5221 * help.el (temp-buffer-resize-mode):
5222 * hilit-chg.el (highlight-changes-mode)
5223 (highlight-changes-visible-mode):
5224 * hi-lock.el (hi-lock-mode):
5225 * hl-line.el (hl-line-mode, global-hl-line-mode):
5226 * icomplete.el (icomplete-mode):
5227 * ido.el (ido-everywhere):
5228 * image-file.el (auto-image-file-mode):
5229 * image-mode.el (image-minor-mode):
5230 * iswitchb.el (iswitchb-mode):
5231 * jka-cmpr-hook.el (auto-compression-mode):
5232 * linum.el (linum-mode):
5233 * longlines.el (longlines-mode):
5234 * master.el (master-mode):
5235 * mb-depth.el (minibuffer-depth-indicate-mode):
5236 * menu-bar.el (menu-bar-mode):
5237 * minibuf-eldef.el (minibuffer-electric-default-mode):
5238 * mouse-sel.el (mouse-sel-mode):
5239 * msb.el (msb-mode):
5240 * mwheel.el (mouse-wheel-mode):
5241 * outline.el (outline-minor-mode):
5242 * paren.el (show-paren-mode):
5243 * recentf.el (recentf-mode):
5244 * reveal.el (reveal-mode, global-reveal-mode):
5245 * rfn-eshadow.el (file-name-shadow-mode):
5246 * ruler-mode.el (ruler-mode):
5247 * savehist.el (savehist-mode):
5248 * scroll-all.el (scroll-all-mode):
5249 * scroll-bar.el (scroll-bar-mode):
5250 * server.el (server-mode):
5251 * shell.el (shell-dirtrack-mode):
5252 * simple.el (auto-fill-mode, transient-mark-mode)
5253 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
5254 (line-number-mode, column-number-mode, size-indication-mode)
5255 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
5256 * strokes.el (strokes-mode):
5257 * time.el (display-time-mode):
5258 * t-mouse.el (gpm-mouse-mode):
5259 * tool-bar.el (tool-bar-mode):
5260 * tooltip.el (tooltip-mode):
5261 * type-break.el (type-break-mode-line-message-mode)
5262 (type-break-query-mode):
5263 * view.el (view-mode):
5264 * whitespace.el (whitespace-mode, whitespace-newline-mode)
5265 (global-whitespace-mode, global-whitespace-newline-mode):
5266 * xt-mouse.el (xterm-mouse-mode): Doc fix.
5267
a3839de2
SM
5268 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5269 Fix autogenerated docstring.
06e21633 5270
5214e501
JL
52712011-10-19 Juri Linkov <juri@jurta.org>
5272
5273 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
5274 by checking environment variables "DESKTOP_SESSION" and
5275 "XDG_CURRENT_DESKTOP". (Bug#9779)
5276
195f8db9
JL
52772011-10-19 Juri Linkov <juri@jurta.org>
5278
5279 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
5280 (browse-url-chromium-program, browse-url-chromium-arguments):
5281 New defcustoms.
5282 (browse-url-default-browser): Check for `browse-url-chromium' and
5283 call `browse-url-chromium-program'.
5284 (browse-url-chromium): New command. (Bug#9779)
5285
343a34ff
JB
52862011-10-18 Juanma Barranquero <lekktu@gmail.com>
5287
5288 * facemenu.el (list-colors-duplicates): On Windows, detect more
5289 duplicates by assuming that only colors matching "^System" are
5290 special "system colors". (Bug#9722)
5291
6978a151
SM
52922011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5293
5294 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
5295 to distinguish the author from the committer.
5296
6a80b297
MA
52972011-10-18 Michael Albinus <michael.albinus@gmx.de>
5298
5299 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
5300
b31a5677
JK
53012011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
5302
5303 * international/mule.el (sgml-html-meta-auto-coding-function):
5304 Add support for detecting encoding in HTML5 specified only as
5305 <meta charset="UTF-8">. Implementation just makes http-equiv and
5306 content-type parts from HTML4 encoding string optional. (Bug#9716)
5307
80c6d77f
GM
53082011-10-18 Glenn Morris <rgm@gnu.org>
5309
5310 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
5311
08b0fee8
CY
53122011-10-18 Chong Yidong <cyd@gnu.org>
5313
5314 * faces.el (cursor): Doc fix.
5315
67e729a5
CY
53162011-10-17 Chong Yidong <cyd@gnu.org>
5317
5318 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
5319
343a34ff 53202011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
5321
5322 * dirtrack.el (dirtrack): Support shell buffers with path
5323 prefixes, e.g. tramp-based remote shells. (Bug#9647)
5324
0bc06380
TZ
53252011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
5326
5327 * json.el: Bump version to 1.3 and note change in History.
5328 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
5329
8b79f3e0
SM
53302011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
5331
5a7c536b
SM
5332 * comint.el (comint-insert-input, comint-send-input)
5333 (comint-get-old-input-default, comint-backward-matching-input)
5334 (comint-next-prompt): Use nil instead of `input' for field property of
5335 past user input (bug#114).
5336
96a8a0df
SM
5337 * minibuffer.el (completion--replace): Inherit surrounding properties
5338 (bug#114).
5339 (minibuffer-complete-and-exit): Use it.
5340
8b79f3e0
SM
5341 * comint.el (comint--table-subvert): Quote the all-completions output
5342 (bug#9160).
5343
b8f7ff0d
MR
53442011-10-17 Martin Rudalics <rudalics@gmx.at>
5345
8b79f3e0 5346 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 5347
b8f7ff0d 5348 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 5349 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
5350 entries and separate them from frame entries.
5351
c235b555
GM
53522011-10-15 Glenn Morris <rgm@gnu.org>
5353
5354 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
5355 Doc fixes.
5356
6bbfa6e1
CY
53572011-10-15 Chong Yidong <cyd@stupidchicken.com>
5358
8b79f3e0
SM
5359 * net/network-stream.el (network-stream-open-starttls):
5360 Improve detection of failure due to lack of TLS support.
ec5c990d 5361
6bbfa6e1
CY
5362 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
5363 putting the input text in front and in bold.
5364
98488977
SM
53652011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
5366
3d1337be
SM
5367 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
5368
ee0b45e4
SM
5369 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
5370 empty buffer.
5371
98488977
SM
5372 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
5373 unread-command-events rather than pushing yet-another event.
5374
186f4720
EZ
53752011-10-14 Eli Zaretskii <eliz@gnu.org>
5376
5377 * mail/sendmail.el (sendmail-query-once): Improve the wording of
5378 the explanation of the possible choices. Make the options passed
5379 to completing-read shorter.
5380
8b7a997c
AM
53812011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5382
5383 * textmodes/flyspell.el (flyspell-large-region): Make sure
5384 extended character mode is used if defined (Bug#1339).
5385
12587bbb
EZ
53862011-10-13 Eli Zaretskii <eliz@gnu.org>
5387
5388 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
5389 character info for LRE, LRO, RLE, and RLO characters by appending
5390 an invisible PDF.
12587bbb 5391
bad41229
SM
53922011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
5393
5394 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
5395 even in case of error; add debug spec; simplify data flow.
5396 (with-timeout-handler): Remove.
5397
28dbc92f
MA
53982011-10-12 Michael Albinus <michael.albinus@gmx.de>
5399
5400 Fix Bug#6019, Bug#9315.
5401
5402 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
5403 complete `buffer-file-name', the local file name part could look
5404 remotely (for example on VMS).
5405
5406 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
5407 `tramp-run-real-handler'.
5408 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
5409 already quoted by '"'.
5410
5411 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
5412 Let `file-name-handler-alist' be nil, the local file name part
5413 could look remotely (for example on VMS).
5414
e1b0b23a
SM
54152011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
5416
5417 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
5418 from here...
5419 (flyspell-post-command-hook): ...to here.
5420
a120bde9
SM
54212011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
5422
5423 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
5424 if not needed.
5425 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
5426 using completion. Protect against "slow" callers.
5427 Remove the "message hack".
5428
7ce7717b
JL
54292011-10-11 Juri Linkov <juri@jurta.org>
5430
5431 * isearch.el (isearch-lazy-highlight-word): New variable.
5432 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
5433 Use it. (Bug#9727)
5434
c02ee9d6
GM
54352011-10-11 Glenn Morris <rgm@gnu.org>
5436
5437 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
5438 like f90-previous-statement does.
5439
93e616fd 54402011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5441
1f190e73 5442 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
5443 only in interactive use, to avoid error.
5444
af7b6078
SM
54452011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
5446
5447 * minibuffer.el (completion-file-name-table): Fix last change,
5448 i.e. ignore normal errors but not the other ones.
5449
0563dae9
MR
54502011-10-10 Martin Rudalics <rudalics@gmx.at>
5451
5452 * window.el (special-display-buffer-names)
5453 (special-display-regexps): Remove some remnants of earlier
5454 changes from doc-strings.
366ca7f3
MR
5455 (quit-windows-on): New function.
5456
5457 * vc/vc.el (vc-revert, vc-rollback):
5458 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
5459 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 5460 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 5461
49677495
MR
54622011-10-09 Martin Rudalics <rudalics@gmx.at>
5463
5464 * window.el (frame-auto-hide-function): Add version tag.
5465 (Bug#9699)
5466
56f2d1e1
MA
54672011-10-09 Michael Albinus <michael.albinus@gmx.de>
5468
5469 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
5470 condition.
5471
112a6592
LL
54722011-10-09 Leo Liu <sdl.web@gmail.com>
5473
5474 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
5475 (Bug#9701)
5476
0812589b
GM
54772011-10-08 Glenn Morris <rgm@gnu.org>
5478
5479 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
5480 before the first code statement zero indent. (Bug#9690)
5481
b2b0776e
CY
54822011-10-08 Chong Yidong <cyd@stupidchicken.com>
5483
5484 * simple.el (count-words-region): Always count in the region.
5485 Report the number of lines and characters too.
5486 (count-words): New command, which counts in the buffer if the
5487 region is inactive, as count-words-region used to.
5488 (count-words--message): New function. Handle plurals.
5489 (count-lines-region): Make it an alias for count-words-region.
5490
5491 * bindings.el (esc-map): Replace count-lines-region with
5492 count-words-region.
5493
c557cd6b
MR
54942011-10-08 Martin Rudalics <rudalics@gmx.at>
5495
5496 * window.el (window--delete): Delete dedicated frame
5497 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 5498 (switch-to-buffer): Fix doc-string typo.
c557cd6b 5499
61a57ef4 55002011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5501
3a7d293b 5502 * eshell/eshell.el (eshell-command): Avoid using hooks.
61a57ef4 5503
c3833279
CY
55042011-10-07 Chong Yidong <cyd@stupidchicken.com>
5505
5506 * bindings.el ([M-left],[M-right]): Bind to left-word and
5507 right-word respectively.
5508
21ce8245
GM
55092011-10-07 Glenn Morris <rgm@gnu.org>
5510
5511 * cus-start.el (debug-on-quit): Fix custom type.
5512
6d823bb2
LMI
55132011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
5514
0181e193
LMI
5515 * subr.el (define-key-after): Clarify that the function is not
5516 useful for non-menu keymaps.
5517
6d823bb2
LMI
5518 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
5519
8e3459ce 55202011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5521
21ce8245 5522 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 5523 in current minibuffer (Fix bug with recursive minibuffers).
5524
a1c2d21e
CY
55252011-10-06 Chong Yidong <cyd@stupidchicken.com>
5526
5527 * progmodes/gdb-mi.el (gdb): Doc fix.
5528
5a4cf282
MR
55292011-10-05 Martin Rudalics <rudalics@gmx.at>
5530
5531 * window.el (frame-auto-hide-function): New option replacing
5532 frame-auto-delete. Suggested by Stefan Monnier.
5533 (window--delete): Call frame-auto-hide-function instead of
5534 investigating frame-auto-delete.
c96111ea
MR
5535 (window-point-1, set-window-point-1): New functions.
5536 (window-in-direction, record-window-buffer, window-state-get-1)
5537 (display-buffer-record-window): Use window-point-1 instead of
5538 window-point.
5539 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 5540
9854542e
SM
55412011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
5542
5543 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
5544
8943cfb0
GM
55452011-10-05 Glenn Morris <rgm@gnu.org>
5546
5547 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
5548 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
5549
647ab967
LL
55502011-10-05 Leo Liu <sdl.web@gmail.com>
5551
5552 * subr.el (read-char-choice): Fix argument to buffer-live-p which
5553 works with buffer object.
5554
3ddfbced
SM
55552011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
5556
5557 * mpc.el (mpc-tool-bar-map): Add labels.
5558
bdfa5dd2
GM
55592011-10-04 Glenn Morris <rgm@gnu.org>
5560
5561 * calendar/holidays.el (calendar-check-holidays): Doc fix.
5562
0e2070b5
MR
55632011-10-04 Martin Rudalics <rudalics@gmx.at>
5564
5565 * window.el (window--delete): New function.
5566 (frame-auto-delete): Resuscitate option.
5567 (bury-buffer, replace-buffer-in-windows)
5568 (quit-window): Rewrite using window--delete.
5569 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
5570 Pass display-buffer-mark-dedicated to window--display-buffer-2
5571 (Bug#9639).
5572
3dc61a09
SM
55732011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
5574
915a9b64
SM
5575 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
5576 returns a list (bug#9554). Add remote file name completion.
5577 * comint.el (comint--table-subvert): Curry and get quote&unquote
5578 functions as arguments.
5579 (comint--complete-file-name-data): Adjust call accordingly.
5580 * pcomplete.el (pcomplete--table-subvert): Remove.
5581 (pcomplete-completions-at-point): Use comint--table-subvert instead.
5582
3dc61a09
SM
5583 * minibuffer.el (completion-table-case-fold): Use currying.
5584 (completion--styles-type, completion--cycling-threshold-type):
5585 New constants.
5586 (completion-styles, completion-category-overrides)
5587 (completion-cycle-threshold): Use them.
5588 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
5589 completion-table-case-fold.
5590
8ea0a993
SB
55912011-10-03 Stephen Berman <stephen.berman@gmx.net>
5592
5593 * minibuffer.el (completion-category-overrides): Fix type of styles
5594 and add more user friendly tags (bug#9660).
5595
8c24b7f6
SM
55962011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
5597
5598 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
5599 (mule-input-method-string): New widget.
5600 (default-input-method, language-info-custom-alist): Use it.
5601
428fe61a
SM
56022011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
5603
32c1fffd
SM
5604 * pcomplete.el: Require comint.
5605 (pcomplete--common-suffix): Remove.
5606 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
5607 (pcomplete--table-subvert): Sync with comint--table-subvert.
5608 (pcomplete--entries): Use comint-completion-file-name-table.
5609 * comint.el (comint-unquote-filename): Simplify.
5610 (comint-completion-file-name-table): New function (bug#9616).
5611 (comint--complete-file-name-data): Use it.
5612
428fe61a
SM
5613 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
5614 (pcmpl-gnu-tar-buffer): Remove.
5615 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
5616 around. Make sure pcomplete-suffix-list is only changed temporarily.
5617 Don't look inside the tar's file if it's too large.
428fe61a 5618
04c52e2f
CY
56192011-10-01 Chong Yidong <cyd@stupidchicken.com>
5620
ce3cefcc
CY
5621 * cus-edit.el (custom-mode-map):
5622 * epa.el (epa-key-list-mode-map):
5623 * man.el (Man-mode-map):
5624 * startup.el (splash-screen-keymap):
5625 * simple.el (special-mode-map): Use scroll-up-command and
5626 scroll-down-command.
5627
5628 * progmodes/idlw-help.el (idlwave-help-mode-map):
5629 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
5630 * net/newst-plainview.el (newsticker-mode-map):
5631 * emulation/ws-mode.el (wordstar-mode-map):
5632 * emulation/vi.el (vi-com-map):
5633 * calc/calc-graph.el (calc-graph-show-dumb):
5634 * term/sun.el (terminal-init-sun):
5635 * term/ns-win.el (global-map):
5636 * progmodes/grep.el (grep-mode-map):
5637 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
5638 * mail/rmail.el (rmail-mode-map):
5639 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
5640
04c52e2f
CY
5641 * custom.el (custom-safe-themes, load-theme): Treat value of t for
5642 custom-safe-themes as special.
5643
79adf8c8
JD
56442011-10-01 Julien Danjou <julien@danjou.info>
5645
5646 * notifications.el (notifications-notify): Fix docstring.
5647
63bd50d3
PS
56482011-10-01 Per Starbäck <per@starback.se>
5649
5650 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
5651
199e4c7e
MR
56522011-09-30 Martin Rudalics <rudalics@gmx.at>
5653
5654 * startup.el (command-line-1): Fix last fix by inserting
5655 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 5656 (Bug#9605) and (Bug#9636)
199e4c7e 5657
fe5f08dd
EZ
56582011-09-29 Eli Zaretskii <eliz@gnu.org>
5659
5660 * simple.el (line-move): If auto-hscroll-mode is disabled and the
5661 window is hscrolled, move by logical lines. (Bug#9607)
5662 (line-move-visual): Update the doc string to the above effect.
5663
b5516bbd
MR
56642011-09-29 Martin Rudalics <rudalics@gmx.at>
5665
ccee00c0
MR
5666 * window.el (display-buffer-record-window): When WINDOW is the
5667 selected window use `point' instead of `window-point'. (Bug#9626)
5668
b5516bbd
MR
5669 * startup.el (command-line-1): Use insert-before-markers when
5670 inserting initial-scratch-message. (Bug#9605)
ccee00c0 5671
b5516bbd
MR
5672 * help.el (help-window): Remove variable.
5673
52aa0014
GM
56742011-09-29 Glenn Morris <rgm@gnu.org>
5675
5676 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
5677
df9a7357
JB
56782011-09-29 Juanma Barranquero <lekktu@gmail.com>
5679
5680 * descr-text.el (describe-char-categories): Accept category
5681 descriptions more than one line long.
5682
a8406c20
SM
56832011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
5684
88d9610c
SM
5685 * simple.el (delete-trailing-whitespace): Fix last change.
5686
a5daf810
SM
5687 * progmodes/perl-mode.el (perl-syntax-propertize-function):
5688 Don't confuse "y => 3" as the beginning of a `y' operation.
5689
a8406c20
SM
5690 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
5691 object has more than 4 slots (bug#9613).
5692
a239d4e9
JB
56932011-09-28 Juanma Barranquero <lekktu@gmail.com>
5694
5695 * subr.el (with-output-to-temp-buffer):
5696 * net/quickurl.el (quickurl, quickurl-browse-url):
5697 Fix typos in docstrings.
5698
693fbdb6
EZ
56992011-09-27 Eli Zaretskii <eliz@gnu.org>
5700
5701 * minibuffer.el (completion-styles)
5702 (completion-category-overrides): Cross reference each other in doc
5703 strings.
5704
8b457e28
GM
57052011-09-27 Glenn Morris <rgm@gnu.org>
5706
5707 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
5708 to split-string. (Bug#9606)
5709
85a16208
LMI
57102011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5711
5712 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
5713 (bug#9615).
5714
502f9ebd
CY
57152011-09-27 Chong Yidong <cyd@stupidchicken.com>
5716
5717 * emacs-lisp/package.el (list-packages): Fix echo area message.
5718
7690bdea
LL
57192011-09-27 Leo Liu <sdl.web@gmail.com>
5720
5721 * ido.el (ido-read-internal): Accept cons cell HIST arg.
5722
e2ee6f30
MA
57232011-09-25 Michael Albinus <michael.albinus@gmx.de>
5724
5725 * net/dbus.el (dbus-unregister-object): Don't release services for
5726 registered signals. (Bug#9581)
5727
f3f98342
TZ
57282011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
5729
5730 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
5731 function that picks between cfengine 2 and 3 support
5732 automatically. Update docs accordingly.
5733
dd7aa8dd
KH
57342011-09-22 Kenichi Handa <handa@m17n.org>
5735
5736 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
5737 ZERO.
5738 (indian-itrans-v5-table-for-tamil): New variable.
5739 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
5740
3f2b07f8
KM
57412011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
5742
5743 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
5744 that's true if the current command involved collapsing of text.
5745 It's reset to false at the beginning of the next command.
5746 (allout-post-command-business): Move the cursor to the beginning
5747 of entry if the cursor is hidden and collapsing activity just
5748 happened.
5749
371d6a61
CY
57502011-09-24 Chong Yidong <cyd@stupidchicken.com>
5751
5752 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
5753 tracking (Bug#9541).
5754
2ac2721a
UJ
57552011-09-24 Ulf Jasper <ulf.jasper@web.de>
5756
5757 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
5758 (newsticker-show-news): Automatically load html rendering package
5759 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
5760 because w3m-fill-column is let-bound" and the error "Symbol's value
5761 as variable is void: w3m-fill-column".
2ac2721a 5762
fac7ae53
MA
57632011-09-24 Michael Albinus <michael.albinus@gmx.de>
5764
5765 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
5766 Release services only if they are defined. (Bug#9581)
5767
e08b633b
RS
57682011-09-23 Richard Stallman <rms@gnu.org>
5769
e488d29c
RS
5770 * textmodes/paragraphs.el (forward-sentence): For backwards case,
5771 distinguish start of paragraph from start of its text.
5772
19c38752
RS
5773 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
5774
e08b633b
RS
5775 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
5776 (rmail-generate-viewer-buffer): Put that hook on view buffer.
5777 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
5778
0a39f27e
AS
57792011-09-23 Andreas Schwab <schwab@linux-m68k.org>
5780
5781 * international/mule-diag.el (mule-diag): Insert a newline after
5782 each fontset description.
5783
db4e950d
SM
57842011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
5785
5786 * simple.el (delete-trailing-whitespace):
5787 Document last change; simplify.
5788
eca3f3ea
PW
57892011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
5790
d68e189a
PW
5791 * simple.el (delete-trailing-whitespace): Also delete
5792 extra newlines at the end of the buffer.
5793
eca3f3ea
PW
5794 * textmodes/picture.el: Make motion commands obey shift-select-mode.
5795 (picture-newline): Use forward-line so as to ignore fields.
5796
01c157cc
SM
57972011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
5798
5799 * subr.el (with-wrapper-hook): Fix edebug spec.
5800
022de23e
LMI
58012011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5802
5803 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
5804 (bug#4538).
5805
91683089
MA
58062011-09-23 Michael Albinus <michael.albinus@gmx.de>
5807
eca3f3ea
PW
5808 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
5809 Fix nasty bug using wrong cached values.
91683089 5810
5bdd6fa4
AM
58112011-09-23 Alan Mackenzie <acm@muc.de>
5812
5813 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
5814
97adfb97
CY
58152011-09-23 Chong Yidong <cyd@stupidchicken.com>
5816
5817 * window.el (pop-to-buffer): Ensure right window is selected if we
5818 chose another frame.
5819
d4ef2b50
EZ
58202011-09-22 Eli Zaretskii <eliz@gnu.org>
5821
5822 * simple.el (what-cursor-position): Use get-char-property-change
5823 and next-single-char-property-change, to be able to show display
5824 properties that come from overlays as well as text properties.
5825
72258fe5
CY
58262011-09-22 Chong Yidong <cyd@stupidchicken.com>
5827
5828 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
5829
5830 * cmuscheme.el (run-scheme, switch-to-scheme):
5831 * cus-edit.el (customize-group, custom-buffer-create)
5832 (customize-browse):
5833 * info.el (info):
5834 * shell.el (shell):
5835 * mail/sendmail.el (mail):
5836 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
5837
8f098516
RS
58382011-09-22 Richard Stallman <rms@gnu.org>
5839
5840 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
5841 move back only to line beg, don't move back over blank lines.
5842
e74f1bb6
MA
58432011-09-22 Michael Albinus <michael.albinus@gmx.de>
5844
5845 * files.el (copy-directory): Set directory attributes only in case
5846 they could be retrieved from the source directory. (Bug#9565)
5847
bfeef8b6
DK
58482011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
5849
5850 * progmodes/hideshow.el (hs-looking-at-block-start-p)
5851 (hs-find-block-beginning, hs-hide-level-recursive):
5852 Ignore strings as well as comments. (Bug#9502)
5853
7e423bb8
AS
58542011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
5855
5856 * progmodes/sql.el (sql-comint-postgres):
5857 Convert port number to a string. (Bug#9566)
5858
b4d72fcf
MR
58592011-09-22 Martin Rudalics <rudalics@gmx.at>
5860
5861 * window.el (quit-window): Undedicate window when switching to
5862 previous buffer. Reported by Thierry Volpiatto
5863 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
5864 (special-display-popup-frame): When popping up a new frame reset
5865 its previous buffers to nil. Simplify code.
b4d72fcf 5866
a7b88dc6
MA
58672011-09-21 Michael Albinus <michael.albinus@gmx.de>
5868
5869 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
5870 and process filter, as done also in `shell-command'.
5871
cf4eacfd
MR
58722011-09-21 Martin Rudalics <rudalics@gmx.at>
5873
eca3f3ea 5874 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
5875 Call set-window-start with NOFORCE argument t.
5876 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
5877 (quit-window): Reword doc-string. Handle new format of
5878 quit-restore parameter. Don't delete window if it has a
5879 previous buffer we can show instead of the present one.
5880 (display-buffer-record-window): Rewrite using a new format for
5881 the quit-restore window parameter
5882 (special-display-popup-frame, display-buffer-same-window)
5883 (display-buffer-reuse-window, display-buffer-pop-up-frame)
5884 (display-buffer-pop-up-window, display-buffer-use-some-window):
5885 Adapt symbol passed to display-buffer-record-window.
5886 * help.el (help-window-setup): Handle new format of quit-restore
5887 parameter.
5888
8d28cb95
SM
58892011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
5890
94ab793f
SM
5891 * faces.el (face-list): Fix docstring (bug#9564).
5892
8d28cb95
SM
5893 * window.el (display-buffer--action-function-custom-type):
5894 Don't include internal functions in the Custom interface.
5895
3820edeb
JL
58962011-09-20 Juri Linkov <juri@jurta.org>
5897
5898 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
5899 (Info-forward-node, Info-backward-node, Info-next-preorder)
5900 (Info-last-preorder): Use it. (Bug#9528)
5901
5147931d
JL
59022011-09-20 Juri Linkov <juri@jurta.org>
5903
5904 * info.el (Info-last-preorder): Visit last menu item only when
5905 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
5906
cf499a1a
JD
59072011-09-20 Julien Danjou <julien@danjou.info>
5908
5909 * password-cache.el (password-cache-remove): Remove entries even if the
5910 value is nil, so that password with a nil value (negative caching) is
5911 possible to invalidate.
5912
f84e2fe2
LM
59132011-09-20 Lawrence Mitchell <wence@gmx.li>
5914
5915 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
5916 all whitespace around breakpoint. (Bug#9553)
5917 (f90-find-breakpoint): Only break at whitespace inside a comment.
5918
78054a46
SM
59192011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
5920
5921 * minibuffer.el (completion-file-name-table): Keep track of errors.
5922 (completion-table-with-predicate): Handle the case where pred1 is nil.
5923 * pcomplete.el (pcomplete-completions-at-point): Simplify.
5924
345083b2
SM
59252011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5926
e24e27be
SM
5927 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
5928 (debugger-return-value): Signal an error if the debugging context does
5929 not await any return value.
5930
345083b2
SM
5931 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
5932 * image-mode.el (image-toggle-display-text)
5933 (image-toggle-display-image): Stay away from evil `intangible'.
5934
08d355e3
LL
59352011-09-19 Leo Liu <sdl.web@gmail.com>
5936
5937 * replace.el (occur-revert-arguments): Make it permanent-local.
5938 (occur-mode): Don't call font-lock-defontify.
5939
f01da43f
CY
59402011-09-19 Chong Yidong <cyd@stupidchicken.com>
5941
5942 * net/ldap.el (ldap-search-internal): Don't push empty search
5943 result (Bug#9508).
5944
b6072fa6
SM
59452011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5946
5947 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
5948
443d6696
MA
59492011-09-19 Michael Albinus <michael.albinus@gmx.de>
5950
5951 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
5952 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
5953
7cc6e154
JL
59542011-09-18 Juri Linkov <juri@jurta.org>
5955
5956 * buff-menu.el (Buffer-menu-mode-map):
5957 * dired.el (dired-mode-map):
5958 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
5959 (lisp-interaction-mode-map):
5960 * emacs-lisp/package.el (package-menu-mode-map):
5961 * epa.el (epa-key-list-mode-map):
5962 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
5963 (menu-bar-options-menu):
5964 * outline.el (outline-mode-menu-bar-map):
5965 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
5966 * vc/vc-dir.el (vc-dir-menu-map):
5967 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
5968 Capitalize non-function content words in menu item strings.
5969
5970 * dired.el (dired-mode-map): Add menu item for
5971 `image-dired-dired-toggle-marked-thumbs'.
5972
80302a81
JL
59732011-09-18 Juri Linkov <juri@jurta.org>
5974
5975 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
5976 to `isearch-case-fold-search' and restore its original value
5977 after the `isearch-mode' call.
5978
46c5cf66
JL
59792011-09-18 Juri Linkov <juri@jurta.org>
5980
5981 * progmodes/grep.el (grep-process-setup): Don't check code for 1
5982 because `zgrep' returns 1 for successful matches (bug#9226).
5983
d18b513b
JL
59842011-09-18 Juri Linkov <juri@jurta.org>
5985
5986 * info.el (Info-extract-menu-node-name): Check the second match
5987 for empty string (second test-case of bug#9528).
5988 (Info-last-preorder): Let-bind `Info-history' to nil to not add
5989 intermediate nodes to the history (first test-case of bug#9528).
5990
72753f87
JL
59912011-09-18 Juri Linkov <juri@jurta.org>
5992
5993 * info.el (Info-mode-syntax-table): New variable.
1154d12e 5994 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 5995
c9384295
JL
59962011-09-18 Juri Linkov <juri@jurta.org>
5997
1154d12e
JB
5998 * info.el (Info-file-supports-index-cookies):
5999 Increment line-beginning-position's arg from 3 to 4 because makeinfo
6000 outputs one more line for long file names (bug#4142).
c9384295 6001
d473dce8
CY
60022011-09-18 Chong Yidong <cyd@stupidchicken.com>
6003
6004 * newcomment.el (comment-normalize-vars): If prompting for
6005 comment-start, set comment-start-skip too (Bug#8424).
6006
2176854d
JB
60072011-09-18 Johan Bockgård <bojohan@gnu.org>
6008
6009 * icomplete.el: Fix previous fix of Bug#5849.
6010 (icomplete-mode): Don't set completion-show-inline-help.
6011 (icomplete-minibuffer-setup): Set completion-show-inline-help
6012 locally during icompletion.
6013
3aace4e4
CY
60142011-09-18 Chong Yidong <cyd@stupidchicken.com>
6015
c940224f
CY
6016 * woman.el (woman2-process-escapes): Don't delete unrecognized
6017 escapes (Bug#7843).
6018
3aace4e4
CY
6019 * files.el (inhibit-first-line-modes-regexps): Add image files.
6020 (hack-local-variables-prop-line): Return nil for malformed
6021 prop-lines (Bug#9044).
6022
710dec63
MA
60232011-09-18 Michael Albinus <michael.albinus@gmx.de>
6024
6025 * net/tramp.el (top): Don't require 'shell.
6026 (tramp-methods): Fix docstring.
6027 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
6028 Return complete remote file name. Handle "smb" case.
6029 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
6030 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
6031
6032 * net/tramp-compat.el (top): Require 'shell.
6033
6034 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
6035 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
6036 `tramp-current-host'.
6037 (tramp-get-remote-tmpdir): Remove.
6038
6039 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
6040 `tramp-tmpdir' entries.
6041 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
6042 (tramp-smb-handle-file-attributes): Ignore errors.
6043 (tramp-smb-wait-for-output): Check also for process end.
6044
5d5ac8ec
LMI
60452011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
6046
6047 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
6048 when sending QUIT (bug#9312).
6049
8c0f49f0
CY
60502011-09-17 Chong Yidong <cyd@stupidchicken.com>
6051
6052 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
6053 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
6054 occur-mode-display-occurrence.
6055 (occur-edit-mode): Add usage message.
6056 (occur-cease-edit): New command.
6057 (occur-after-change-function): Use text properties to find the
6058 position of the prefix text.
6059 (occur-engine): Set stickiness of prefix text properties.
6060
8f1383f7
GM
60612011-09-17 Glenn Morris <rgm@gnu.org>
6062
6063 * progmodes/etags.el (complete-tag):
6064 Fix call to completion-in-region. (Bug#9526)
6065
744ba0e3
JL
60662011-09-17 Juri Linkov <juri@jurta.org>
6067
6068 * textmodes/ispell.el (ispell-word): Add to the error message
6069 the word, ispell program name and current dictionary (bug#9121).
6070 (ispell-tex-arg-end): Capitalize "error" in the error message.
6071
d9bbf400
AS
60722011-09-17 Andreas Schwab <schwab@linux-m68k.org>
6073
6074 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
6075 check. (Bug#4251)
6076
8da11505
JL
60772011-09-17 Juri Linkov <juri@jurta.org>
6078
6079 * window.el (window-safe-min-height, window-safe-min-width):
6080 Fix typos (followup to bug#9522).
6081
a91adc7e
SJ
60822011-09-17 Sven Joachim <svenjoac@gmx.de>
6083
6084 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
6085
064f328a
EZ
60862011-09-16 Eli Zaretskii <eliz@gnu.org>
6087
6088 * simple.el (line-move): If goal-column is set, move by logical
6089 lines, not by display lines. (Bug#971)
6090 (next-line, previous-line, goal-column, line-move-visual): Doc fix
6091 to reflect the above change.
6092
e69df516
SM
60932011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
6094
6095 * image.el (imagemagick-register-types): Use regexp-opt.
6096
cbb0f9ab
CY
60972011-09-15 Chong Yidong <cyd@stupidchicken.com>
6098
6099 * window.el (display-buffer-base-action): Rename from
6100 display-buffer-default-action. Make default value empty.
6101 (display-buffer-overriding-action): Convert to defvar.
6102 (display-buffer-fallback-action): New var.
6103
25322144
CY
61042011-09-15 Chong Yidong <cyd@stupidchicken.com>
6105
6106 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
6107 declaration.
6108 (package--add-to-archive-contents): If there is a duplicate entry
6109 with an older version, remove it.
6110 (package-menu-mark-delete, package-menu-mark-install)
6111 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
6112 (package-menu-mark-obsolete-for-deletion):
6113 Use package-menu-get-status instead of a regexp search.
25322144
CY
6114 (package-menu-get-status): Use tabulated-list-entry.
6115 (package-menu-mark-upgrades): New command.
d770725a 6116 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
6117 (package-menu-execute): Do installation before deletion.
6118 (package-menu-refresh, package-menu-execute): Use derived-mode-p
6119 instead of checking major-mode.
6120 (package-menu--find-upgrades): New function.
6121
7520339c
LMI
61222011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6123
6124 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
6125 passwords in the log buffer.
65a046c4
LMI
6126 (smtpmail-process-filter): Update the process marker so that the
6127 "broken by peer" status message is inserted in the right place.
7520339c 6128
d3c30954
SM
61292011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
6130
3fe48822
SM
6131 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
6132 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
6133 bibtex-completion-at-point-function.
6134 (bibtex-completion-at-point-function): Use them.
6135
1b8b3954
SM
6136 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
6137
d3c30954
SM
6138 * mpc.el (mpc-constraints-tag-lookup): New function.
6139 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
6140 also to browser "album|playlist".
6141
72779976
JL
61422011-09-14 Juri Linkov <juri@jurta.org>
6143
6144 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
6145 (isearch-edit-string): Use length of `isearch-string' when
6146 `isearch-fail-pos' returns nil.
6147 (isearch-message): Remove duplicate code and call
6148 `isearch-fail-pos' with arg `t'.
6149
a0bf2bcd
CY
61502011-09-14 Chong Yidong <cyd@stupidchicken.com>
6151
17bb0a2d
CY
6152 * replace.el (occur-mode-goto-occurrence): Don't force using other
6153 window (Bug#9499).
6154
a0bf2bcd
CY
6155 * dired-aux.el (dired-do-chmod): Don't provide initial input.
6156
f678e0b6
MR
61572011-09-14 Martin Rudalics <rudalics@gmx.at>
6158
6159 * window.el (display-buffer-window): Remove.
6160 (display-buffer-record-window): Use help-setup window parameter
6161 instead of variable display-buffer-window.
6162 (display-buffer-function, special-display-buffer-names)
6163 (special-display-function): Mention help-setup parameter instead
6164 of display-buffer-window in doc-string.
d3c30954
SM
6165 * help.el (help-window-setup): New argument help-window.
6166 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
6167 Reword some messages.
6168 (with-help-window): Pass window used for displaying the buffer
6169 to help-window-setup. Don't set display-buffer-window.
6170
8e39b2e8
GM
61712011-09-13 Glenn Morris <rgm@gnu.org>
6172
6173 * emacs-lisp/debug.el (debugger-make-xrefs):
6174 Preserve point. (Bug#9462)
6175
85e9c04b
CY
61762011-09-13 Chong Yidong <cyd@stupidchicken.com>
6177
6178 * window.el (window-deletable-p): Use next-frame.
6179
1b36ed6a
MR
61802011-09-13 Martin Rudalics <rudalics@gmx.at>
6181
6182 * window.el (window-auto-delete): Remove.
6183 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 6184 dedication and previous buffers.
1b36ed6a
MR
6185 (switch-to-prev-buffer): Don't delete window.
6186 (delete-windows-on): Delete a window's frame if and only if the
6187 window is dedicated.
6188 (replace-buffer-in-windows): Delete buffer's window or frame if
6189 and only if window is dedicated.
6190 (quit-window): Handle quit-restore as before last change.
4d61f28d 6191 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 6192
ef8ef9fb
CY
61932011-09-13 Chong Yidong <cyd@stupidchicken.com>
6194
6195 * window.el (window-deletable-p): Never delete the last frame on a
6196 given terminal.
6197
b2cba41e
GM
61982011-09-13 Glenn Morris <rgm@gnu.org>
6199
6200 * help.el (describe-key-briefly): Copy previous standard-output change.
6201
51553db6 62022011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
6203
6204 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
6205
b7556719
GM
62062011-09-13 Glenn Morris <rgm@gnu.org>
6207
6208 * emacs-lisp/lisp-mode.el (lisp-indent-function):
6209 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
6210
64b51947
CY
62112011-09-12 Chong Yidong <cyd@stupidchicken.com>
6212
6213 * dired-aux.el (dired-mark-read-string): Don't return default
6214 value on empty input (Bug#9361).
6215 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
6216 Omit initial minibuffer contents.
6217 (dired-do-chmod): Signal an error on empty input.
6218 (dired-mark-read-string): Don't return default on empty input.
6219
6220 * files.el (file-modes-symbolic-to-number): Doc fix.
6221
393a301e
SM
62222011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6223
6224 * international/mule-cmds.el (ucs-completions): Remove.
6225 (read-char-by-name): Use complete-with-action instead; add metadata.
6226
fa5660f9
CY
62272011-09-11 Chong Yidong <cyd@stupidchicken.com>
6228
6229 * window.el (display-buffer--action-function-custom-type)
6230 (display-buffer--action-custom-type): New vars.
6231 (display-buffer-alist, display-buffer-default-action)
6232 (display-buffer-overriding-action): Add defcustom types.
6233
4a592f66
CY
6234 * frame.el (delete-other-frames): Doc fix (Bug#276).
6235
73d56dbd
LMI
62362011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6237
6238 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
6239
37ac18a3
CY
62402011-09-11 Chong Yidong <cyd@stupidchicken.com>
6241
6242 Change modes that used same-window-* vars to use switch-to-buffer.
6243
6244 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
6245 Use switch-to-buffer.
6246
6247 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
6248 (customize-browse, custom-buffer-create-other-window):
6249 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
6250
6251 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
6252 (Info-prev, Info-up, Info-speedbar-goto-node)
6253 (info-display-manual): Use switch-to-buffer.
6254 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
6255
6256 * mail/sendmail.el (mail): Use switch-to-buffer.
6257 (mail-recover): Use switch-to-buffer-other-window.
6258
6259 * cmuscheme.el (run-scheme, switch-to-scheme):
6260 * ielm.el (ielm):
6261 * shell.el (shell):
6262 * net/rlogin.el (rlogin):
6263 * net/telnet.el (telnet, rsh):
6264 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
6265
10195bd6
AS
62662011-09-11 Andreas Schwab <schwab@linux-m68k.org>
6267
6268 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
6269
b322f63a
LMI
62702011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6271
39d7fed6
LMI
6272 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
6273 so don't mention it (bug#9301).
ba5a81f1 6274 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 6275
ee0e9f11
LMI
6276 * faces.el (face-spec-set-match-display): Make `(type graphic)'
6277 match `x', `w32' and `ns', like the manual says (bug#9029).
6278
0b1c89c1 6279 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
6280 (process-kill-buffer-query-function): Mention the buffer name in
6281 the query.
0b1c89c1 6282
77549ea8
LMI
6283 * image-mode.el (image-next-line): The line parameter is mandatory
6284 (bug#9258).
6285
803ef892
LMI
6286 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
6287 which can be useful (bug#9301).
6288
12980837
LMI
6289 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
6290
91054f8f
LMI
6291 * subr.el (match-string): Mention that the current buffer should
6292 be the same as the search was done in (bug#9282).
6293
b322f63a
LMI
6294 * facemenu.el: Disable the remove-* commands if the mark isn't
6295 active (bug#9162).
6296
3199b96f
CY
62972011-09-10 Chong Yidong <cyd@stupidchicken.com>
6298
6299 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
6300 of display-buffer.
6301 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
6302
6303 * replace.el (occur-mode-goto-occurrence)
6304 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
6305 and display-buffer.
6306
6307 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
6308 display-buffer.
6309
6310 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
6311 special-display and same-window variables.
6312 (mail-other-window): Use switch-to-buffer-other-window.
6313 (mail-other-frame): USe switch-to-buffer-other-frame.
6314
393a301e
SM
6315 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
6316 Use display-buffer-other-frame.
3199b96f
CY
6317 (gdb-display-gdb-buffer): Use pop-to-buffer.
6318
6319 * progmodes/gud.el (gud-goto-info): Use info-other-window.
6320
6321 * progmodes/python.el: Don't set same-window-buffer-names.
6322
6323 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
6324
6325 * window.el (display-buffer-alist): Add *Python*.
6326
8319e0bf
CY
63272011-09-10 Chong Yidong <cyd@stupidchicken.com>
6328
6329 * window.el (display-buffer-alist): Add entry for buffers
6330 previously handled same-window-*.
6331 (display-buffer-alist, display-buffer-default-action)
6332 (display-buffer-overriding-action): Mark as risky.
6333 (display-buffer-alist): Document action function changes.
6334 (display-buffer--same-window-action)
6335 (display-buffer--other-frame-action): New variables.
6336 (switch-to-buffer, display-buffer-other-frame): Use them.
6337 (display-buffer): Rename reuse-frame entry to reusable-frames.
6338 (display-buffer-reuse-selected-window): Function deleted.
6339 (display-buffer-reuse-window): Handle reusable-frames alist entry.
6340 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
6341 (display-buffer-special): New function.
6342 (display-buffer--maybe-pop-up-frame-or-window): Rename from
6343 display-buffer-reuse-or-pop-window. Split off special-display
6344 part into display-buffer-special.
6345 (display-buffer-use-some-window): Don't perform any special
6346 pop-up-frames handling.
6347 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 6348 (display-buffer--maybe-same-window): Rename from
0d3ff375 6349 display-buffer-maybe-same-window.
8319e0bf 6350
919a69aa
CY
6351 * info.el: Don't set same-window-regexps.
6352 (info-setup): New function.
6353 (info-other-window, info): Call it.
6354
6355 * cus-edit.el: Don't set same-window-regexps.
6356 (customize-group): New argument.
6357 (customize-group-other-window): Use it.
6358 (customize-face, customize-face-other-window): Likewise.
6359 (custom-buffer-create-other-window): Use pop-to-buffer directly.
6360
8319e0bf
CY
6361 * net/rlogin.el:
6362 * net/telnet.el:
6363 * progmodes/gud.el: Don't set same-window-regexps.
6364
6365 * cmuscheme.el:
6366 * ielm.el:
6367 * shell.el:
6368 * mail/sendmail.el:
6369 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
6370
25173000
JL
63712011-09-10 Juri Linkov <juri@jurta.org>
6372
6373 * isearch.el (isearch-edit-string): Remove obsolete mention of
6374 `C-w' (`isearch-yank-word-or-char') from docstring.
6375 (isearch-query-replace): Fix typo in docstring (bug#9466).
6376
056e44ef
JL
63772011-09-10 Juri Linkov <juri@jurta.org>
6378
6379 * paren.el (show-paren-function): Don't show escaped parens.
6380 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
6381
c3760c17
EZ
63822011-09-10 Eli Zaretskii <eliz@gnu.org>
6383
6384 * mail/sendmail.el (mml-to-mime, mml-attach-file)
6385 (mm-default-file-encoding): Remove autoload forms, they are
6386 replaced with autoload cookies in mml.el and mm-encode.el.
6387 (mail-add-attachment): New command.
6388 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
6389 (mail-mode): Mention mail-insert-file and mail-add-attachment in
6390 the doc string.
6391 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
6392
fece895e
RT
63932011-09-10 Reuben Thomas <rrt@sc3d.org>
6394
e69df516
SM
6395 * simple.el (count-words-region): Use buffer if there's no region
6396 (bug#9429).
fece895e 6397
5e68ce4a
JL
63982011-09-09 Juri Linkov <juri@jurta.org>
6399
6400 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
6401 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
6402 (wdired-isearch-filter-read-only): New function. (Bug#6362)
6403
0a6b9622
AM
64042011-09-09 Alan Mackenzie <acm@muc.de>
6405
6406 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
6407 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
6408
14a29deb
EZ
64092011-09-09 Eli Zaretskii <eliz@gnu.org>
6410
6411 Fix for Savannah bug#9392.
6412 * simple.el (mail-encode-mml): New defvar.
6413
6414 * mail/rmail.el (mail-encode-mml): Add a defvar.
6415 (rmail-enable-mime-composing): Default to t.
6416 (rmail-forward): Use MIME method of forwarding only if both
6417 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
6418 Set mail-encode-mml non-nil if the MIME method was used.
6419
6420 * mail/sendmail.el (mml-to-mime): Add autoload form.
6421 (mail-encode-mml): Add a defvar.
6422 (mail-mode): Make mail-encode-mml buffer-local and initialize it
6423 to nil.
6424 (mail-send): If mail-encode-mml is non-nil, run the outgoing
6425 message through mml-to-mime, and reset mail-encode-mml to nil.
6426
28c45130
GM
64272011-09-09 Glenn Morris <rgm@gnu.org>
6428
6429 * woman.el (woman-if-body): When processing an .el block,
6430 do not delete the next .el block as well. (Bug#9447)
69f4b618 6431 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 6432
9b1c252e
MR
64332011-09-08 Martin Rudalics <rudalics@gmx.at>
6434
6435 * window.el (window-deletable-p): Make sure window is live before
6436 invoking window-prev-buffers.
6437
567457e3
LL
64382011-09-08 Leo Liu <sdl.web@gmail.com>
6439
6440 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
6441
97f05794
JL
64422011-09-08 Juri Linkov <juri@jurta.org>
6443
6444 * progmodes/compile.el (compilation-environment): Make it
6445 a defcustom (bug#8340).
6446
8b0874b5
MR
64472011-09-08 Martin Rudalics <rudalics@gmx.at>
6448
6449 * window.el (frame-auto-delete): Rename to window-auto-delete.
6450 Make it control auto-deletion of windows and/or frames.
6451 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 6452 for deleting window/frame. (Bug#9419)
8b0874b5
MR
6453 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
6454 Rewrite handling of case when window/frame can be deleted.
6455 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 6456 argument t. (Bug#9456)
8b0874b5 6457
4feb6e73
CY
64582011-09-07 Chong Yidong <cyd@stupidchicken.com>
6459
6460 * help-mode.el (help-mode): Restore autoload.
6461
91ab9c13
JL
64622011-09-07 Juri Linkov <juri@jurta.org>
6463
6464 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
6465 `compilation-environment'. Set buffer-local
6466 `compilation-environment' to `thisenv' later after (funcall mode).
6467 (Bug#8340)
6468
6469 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
6470 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
6471 instead of replacing its value. (Bug#8340)
6472
0527e251
JL
64732011-09-07 Juri Linkov <juri@jurta.org>
6474
6475 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
6476 based on text properties put by `grep-filter' instead of matching
6477 escape sequences.
6478 (grep-mode): Set buffer-local `compilation-error-screen-columns'
6479 to the value of `grep-error-screen-columns' (bug#9438).
6480
249f792c
JL
64812011-09-07 Juri Linkov <juri@jurta.org>
6482
6483 * simple.el (next-error-highlight, next-error-highlight-no-select):
6484 Doc fix (bug#9432).
6485
ff7271b9
OT
64862011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
6487
6488 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
6489 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
6490
183fc730
LL
64912011-09-07 Leo Liu <sdl.web@gmail.com>
6492
6493 * net/rcirc.el (rcirc-mode): Conditionally initialize
6494 rcirc-input-ring.
6495
77694924
SM
64962011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
6497
6498 * emacs-lisp/find-func.el (find-function-C-source): Only set
6499 find-function-C-source-directory after checking that we found a source
6500 file there (bug#9440).
6501
d809b8eb
AM
65022011-09-06 Alan Mackenzie <acm@muc.de>
6503
6504 * isearch.el (isearch-other-meta-char): Wherever a key list is
6505 unread, "unread" the prefix arg, too. This fixes bug #8901.
6506
453de99f
OG
65072011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
6508
6509 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
6510
90439906
JL
65112011-09-05 Juri Linkov <juri@jurta.org>
6512
6513 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
6514
f62bd846
JL
65152011-09-05 Juri Linkov <juri@jurta.org>
6516
6517 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
6518 keeping point where processing of grep matches begins, and
6519 continue to delete remaining escape sequences from the same point.
6520 (grep-filter): Make leading zero optional in "0?1;31m" because
6521 git-grep emits "\033[1;31m" escape sequences unlike expected
6522 "\033[01;31m" as GNU Grep does (bug#9408).
6523 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
6524
045820ec
JL
65252011-09-05 Juri Linkov <juri@jurta.org>
6526
6527 * subr.el (y-or-n-p): Capitalize "yes".
6528
f5e29b9b
MA
65292011-09-04 Michael Albinus <michael.albinus@gmx.de>
6530
6531 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
6532 `tramp-cache-unload-hook' where appropriate.
6533 (tramp-methods): Rename `tramp-remote-sh' to
6534 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
6535 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
6536
6537 * net/tramp-sh.el (top): Don't require 'shell.
6538 (tramp-methods): Add `tramp-remote-shell' and
6539 `tramp-remote-shell-args' entries.
6540 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
6541 (tramp-sh-handle-shell-command): Remove.
6542 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
6543 Use `tramp-remote-shell'.
6544
2784c434
CY
65452011-09-03 Chong Yidong <cyd@stupidchicken.com>
6546
393a301e 6547 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
6548 (sendmail-query-once): Save directly to send-mail-function.
6549 Update message-send-mail-function too.
6550
6551 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
6552
464cdf56
CS
65532011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
6554
6555 * progmodes/python.el (python-mode-map): Use correct function to
6556 start python interpreter from menu-bar (as reported by Geert
6557 Kloosterman).
6558 (inferior-python-mode-map): Fix typo.
393a301e 6559 (python-shell-map): Remove.
464cdf56 6560
d37e5c87
DD
65612011-09-03 Deniz Dogan <deniz@dogan.se>
6562
6563 * net/rcirc.el (rcirc-print): Simplify code for
6564 rcirc-scroll-show-maximum-output. There is no need to walk
6565 through all windows to find the right one.
6566
f3ada0ee
CS
65672011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
6568
6569 * help.el (help-return-method): Doc fix.
6570
1f3c99ca
MR
65712011-09-03 Martin Rudalics <rudalics@gmx.at>
6572
6573 * window.el (window-deletable-p): Don't return a non-nil value
6574 when there's a buffer that was shown in the window before.
6575 (Bug#9419)
393a301e
SM
6576 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
6577 Set window's previous buffers to nil.
1f3c99ca 6578
a3cf097f
EZ
65792011-09-03 Eli Zaretskii <eliz@gnu.org>
6580
6581 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
6582 newline before and after the tag line, so it doesn't interfere
6583 with determining the paragraph direction of bidirectional text.
6584
3d03de90
LL
65852011-09-03 Leo Liu <sdl.web@gmail.com>
6586
6587 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
6588
c3313451
CY
65892011-09-02 Chong Yidong <cyd@stupidchicken.com>
6590
393a301e 6591 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
6592 (pop-to-buffer): Change interactive spec. Pass second argument
6593 directly to display-buffer.
6594 (display-buffer): Fix interactive spec. Use functionp to
6595 distinguish between a function and a list of functions.
6596
6597 * abbrev.el (edit-abbrevs):
6598 * arc-mode.el (archive-extract):
6599 * autoinsert.el (auto-insert):
6600 * bookmark.el (bookmark-bmenu-list):
6601 * files.el (find-file):
6602 * view.el (view-buffer):
6603 * progmodes/compile.el (compilation-goto-locus):
6604 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
6605
89894cd8
CY
66062011-09-02 Chong Yidong <cyd@stupidchicken.com>
6607
6608 * window.el (display-buffer-alist): Doc fix.
6609 (display-buffer): Add docstring. Don't treat
6610 display-buffer-default specially.
6611 (display-buffer-reuse-selected-window)
6612 (display-buffer-same-window, display-buffer-maybe-same-window)
6613 (display-buffer-reuse-window, display-buffer-pop-up-frame)
6614 (display-buffer-pop-up-window)
6615 (display-buffer-reuse-or-pop-window)
6616 (display-buffer-use-some-window): New functions.
6617 (display-buffer-default-action): Use them.
393a301e 6618 (display-buffer-default): Delete.
89894cd8
CY
6619 (pop-to-buffer-1): Fix choice of actions.
6620
ae0bc9fb
SM
66212011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
6622
6623 * minibuffer.el (completion--insert-strings): Don't get confused by
6624 completion entries that end with an LF char.
6625
e9d90883
EZ
66262011-09-01 Eli Zaretskii <eliz@gnu.org>
6627
6628 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
6629
437014c8
CY
66302011-09-01 Chong Yidong <cyd@stupidchicken.com>
6631
6632 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
6633 (display-buffer-same-window, display-buffer-other-window):
6634 New functions.
437014c8
CY
6635 (pop-to-buffer-1): New function. Use the above.
6636 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 6637 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
6638
6639 * view.el (view-buffer-other-window, view-buffer-other-frame):
6640 Just use pop-to-buffer.
6641
a5e063d5
TV
66422011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6643
6644 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
6645
793d32bb
WH
66462011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
6647
6648 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
6649
d65e4c15
RS
66502011-08-31 Richard Stallman <rms@gnu.org>
6651
6652 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
6653 of the separation of rmail-view-buffer from rmail-buffer.
6654 If you say no to "replace original", the decrypt is in the
6655 view buffer. If you say yes, the decrypt goes into the
6656 rmail buffer also.
6657
f818cd2a
MR
66582011-08-31 Martin Rudalics <rudalics@gmx.at>
6659
6660 * window.el (display-buffer-window): Rewrite doc-string.
6661 (display-buffer-record-window): New function.
6662 (display-buffer-macro-specifiers)
6663 (display-buffer-even-window-sizes, display-buffer-set-height)
6664 (display-buffer-set-width, display-buffer-in-window)
6665 (display-buffer-reuse-window, display-buffer-split-specifiers)
6666 (display-buffer-side-specifiers, display-buffer-split-window-1)
6667 (display-buffer-split-window, display-buffer-split-atom-window)
6668 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
6669 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
6670 (display-buffer-other-window-means-other-frame)
6671 (display-buffer-normalize-special)
6672 (display-buffer-normalize-default)
6673 (display-buffer-normalize-argument)
6674 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
6675 (display-buffer-normalize-specifiers, display-buffer-frame)
6676 (display-buffer-same-window, display-buffer-same-frame)
6677 (display-buffer-other-window)
6678 (display-buffer-same-frame-other-window)
6679 (display-buffer-other-frame, pop-to-buffer-same-window)
6680 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
6681 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
6682 (switch-to-buffer-same-frame)
6683 (switch-to-buffer-other-window-same-frame)
6684 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
6685 (display-buffer-alist-set-1, display-buffer-alist-set-2)
6686 (display-buffer-alist-set): Remove.
6687 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
6688 (special-display-regexps, special-display-function):
6689 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
6690 parameter.
6691 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
6692 (special-display-frame-alist, special-display-popup-frame)
6693 (same-window-buffer-names, same-window-regexps, same-window-p)
6694 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
6695 (split-window-preferred-function, split-height-threshold)
6696 (split-width-threshold, window-splittable-p)
6697 (split-window-sensibly, window--try-to-split-window)
6698 (window--frame-usable-p, even-window-heights)
6699 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
6700 (window--display-buffer-2, display-buffer-other-frame):
6701 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
6702 (display-buffer-default, display-buffer-assq-regexp): New functions.
6703 (display-buffer-alist): Rewrite doc-string.
6704 (display-buffer-default-action)
6705 (display-buffer-overriding-action): New variables.
6706 (display-buffer, switch-to-buffer): Rewrite.
6707 (pop-to-buffer): Restore Emacs 23 behavior but use
6708 window-normalize-buffer-to-display.
6709 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
6710 Restore Emacs 23 behavior but use
6711 window-normalize-buffer-to-switch-to.
6712 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
6713 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
6714 Rewrite using Emacs 23 options.
f818cd2a 6715
5bc3b51d
MA
67162011-08-31 Michael Albinus <michael.albinus@gmx.de>
6717
6718 * net/tramp.el (tramp-root-regexp): Remove.
6719 (tramp-completion-file-name-regexp-unified)
6720 (tramp-completion-file-name-regexp-separate)
6721 (tramp-completion-file-name-regexp-url): Don't use leading volume
6722 letter on win32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
6723 (tramp-drop-volume-letter): Simplify definition.
6724 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 6725
b1a4f8e1
SM
67262011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
6727
6728 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
6729 (bug#9356).
6730
5664fa7b
RT
67312011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
6732
b1a4f8e1 6733 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 6734
9a45d6c3
JL
67352011-08-29 Juri Linkov <juri@jurta.org>
6736
6737 * isearch.el (isearch-done): Don't display message "Mark saved"
6738 when arg `edit' is non-nil to prevent its flicker in the echo area.
6739
fb87e0fb
CY
67402011-08-28 Chong Yidong <cyd@stupidchicken.com>
6741
6742 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
6743 obsolete packages for deletion.
6744
09ac1c2a
CS
67452011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
6746
6747 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 6748 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
6749 view-mode from help-mode.
6750 (help-xref-override-view-map): Remove.
6751 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
6752 view-mode is not used anymore.
6753
7a1ff57f
CY
67542011-08-28 Chong Yidong <cyd@stupidchicken.com>
6755
6756 * server.el (server-port): Doc fix.
6757
b9696605
CY
6758 * cus-theme.el (custom-theme-choose-mode): Inherit from
6759 special-mode (Bug#9124).
6760 (custom-theme-choose-mode-map): Add special-mode to parent.
6761
ef8cdf8c
AM
67622011-08-28 Alan Mackenzie <acm@muc.de>
6763
6764 * progmodes/cc-fonts.el
6765 (c-make-font-lock-BO-decl-search-function): New function.
6766 (c-basic-matchers-after - "Fontify the clauses after various
6767 keywords"): Extract the three keyword lists for the 3 erroneous
6768 constructs from the list of four, and use the new function above
6769 in place of an old one.
6770
27de4e20
DD
67712011-08-28 Deniz Dogan <deniz@dogan.se>
6772
6773 * net/rcirc.el (rcirc-insert-prev-input)
6774 (rcirc-insert-next-input): Remove unused argument.
6775
356a3681
SM
67762011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
6777
6778 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
6779
3fc9b218
AM
67802011-08-27 Alan Mackenzie <acm@muc.de>
6781
6782 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
6783 handle function pointer parameters properly.
6784
538a061c
MR
67852011-08-27 Martin Rudalics <rudalics@gmx.at>
6786
6787 * window.el (display-buffer-reuse-window): Fix case where
6788 selected window was reused with non-nil OTHER-WINDOW argument.
6789 (Bug#9381)
6790
35b1c40c
DD
67912011-08-27 Deniz Dogan <deniz@dogan.se>
6792
6793 * net/rcirc.el (rcirc-check-auth-status): Adding support for
6794 oftc's NickServ messages.
6795
2f6a3e79
GM
67962011-08-27 Glenn Morris <rgm@gnu.org>
6797
6798 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
6799
7254299e
CY
68002011-08-26 Chong Yidong <cyd@stupidchicken.com>
6801
6802 * emacs-lisp/package.el (package-install): Call package-initialize
6803 if called interactively.
6804
f8ccf167
LL
68052011-08-26 Leo Liu <sdl.web@gmail.com>
6806
6807 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
6808
3e8cd5ce
JL
68092011-08-25 Juri Linkov <juri@jurta.org>
6810
6811 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
6812 `search-whitespace-regexp' (bug#9364).
6813
93eb7113
JL
68142011-08-25 Juri Linkov <juri@jurta.org>
6815
6816 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
6817 `regexp-search-ring' to their global values to protect from
6818 updating by `read-from-minibuffer' (bug#9185).
6819
f65d1611
JL
68202011-08-25 Juri Linkov <juri@jurta.org>
6821
6822 * textmodes/ispell.el (ispell-command-loop): Add newline
6823 at the end of the "Use option `i'..." line.
6824
f1cf7a31
JL
68252011-08-25 Juri Linkov <juri@jurta.org>
6826
6827 * battery.el (display-battery-mode): If `battery-status-function'
6828 or `battery-mode-line-format' is nil, display the message and set
6829 `display-battery-mode' to nil (bug#9363).
6830
0c95fcf7
EZ
68312011-08-25 Eli Zaretskii <eliz@gnu.org>
6832
6833 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
6834 bidi-string-mark-left-to-right; they are unnecessary now.
6835
a2ebe600
DD
68362011-08-25 Deniz Dogan <deniz@dogan.se>
6837
6838 * net/quickurl.el: Documentation typo fixes.
6839
e4ed06f1
CY
68402011-08-25 Chong Yidong <cyd@stupidchicken.com>
6841
6842 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
6843
e5f1c99e
GM
68442011-08-25 Glenn Morris <rgm@gnu.org>
6845
b2948976
GM
6846 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
6847
e5f1c99e
GM
6848 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
6849 (smtpmail-via-smtp): Handle nil response from smtp.
6850
f22f4808
JL
68512011-08-24 Juri Linkov <juri@jurta.org>
6852
6853 * proced.el (proced-marked): Inherit from `error' instead of
6854 `font-lock-warning-face'.
6855
6856 * ibuffer.el (ibuffer-marked-face): Change default face from
6857 `font-lock-warning-face' to `warning'.
6858 (ibuffer-deletion-face): Change default face from
6859 `font-lock-type-face' to `error'.
6860
6861 * battery.el (battery-update): Use the face `error' instead of
6862 `font-lock-warning-face' (bug#6117).
6863
6a93965e
JL
68642011-08-24 Juri Linkov <juri@jurta.org>
6865
6866 * faces.el (success): Change face color from "Green3" to
6867 "ForestGreen" on light background (bug#9353).
6868
1ed43b09
CY
68692011-08-24 Chong Yidong <cyd@stupidchicken.com>
6870
5664fa7b
RT
6871 * window.el (quit-window): Rename from quit-restore-window.
6872 Use same arglist as old quit-window.
1ed43b09
CY
6873 (frame-auto-delete): Doc fix.
6874
6875 * view.el (view-mode-exit): Use quit-window.
6876
11dcdbb2
JL
68772011-08-24 Juri Linkov <juri@jurta.org>
6878
6879 * isearch.el (isearch-ring-adjust1): Start visiting previous
6880 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
6881 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
6882 for empty search string (when the last search string is reused
6883 automatically) to adjust the isearch ring to the last element and
6884 prepare the correct index for further M-p commands (bug#9185).
6885
de62b4df
KH
68862011-08-24 Kenichi Handa <handa@m17n.org>
6887
6888 * international/ucs-normalize.el: If decomposition property of
6889 CHAR is the default one (i.e. a list of CHAR itself), treat it as
6890 nil.
6891 (nfd, nfkd): Likewise.
6892
963b492b
SM
68932011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
6894
6895 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
6896 from process filters aren't reliably transmitted to the surrounding
6897 accept-process-output.
6898 (mpc-proc-check): New function.
6899 (mpc-proc-sync): Use it (bug#8293)
6900
93b6b5e1
SM
69012011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
6902
6903 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
6904 Add compatibility functions (bug#9313).
6905
bca633fb
EZ
69062011-08-23 Eli Zaretskii <eliz@gnu.org>
6907
b177498a
EZ
6908 * cus-start.el (all): Add entry for bidi-paragraph-direction.
6909
6df6ae42 6910 * international/uni-bidi.el: Regenerate.
bca633fb 6911
0902a04e
KH
69122011-08-23 Kenichi Handa <handa@m17n.org>
6913
6914 * international/charprop.el:
6915 * international/uni-bidi.el:
6916 * international/uni-category.el:
6917 * international/uni-combining.el:
6918 * international/uni-comment.el:
6919 * international/uni-decimal.el:
6920 * international/uni-decomposition.el:
6921 * international/uni-digit.el:
6922 * international/uni-lowercase.el:
6923 * international/uni-mirrored.el:
6924 * international/uni-name.el:
6925 * international/uni-numeric.el:
6926 * international/uni-old-name.el:
6927 * international/uni-titlecase.el:
6928 * international/uni-uppercase.el: Regenerate.
6929
3bbf23bc
MR
69302011-08-23 Martin Rudalics <rudalics@gmx.at>
6931
6932 * help.el (help-window-setup): Fix message displayed when other
6933 window is reused. (Bug#9341)
6934
b3fd59bd
SM
69352011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
6936
1802e444
SM
6937 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
6938 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
6939
b3fd59bd
SM
6940 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
6941 Mark obsolete.
6942 * shell.el (shell-parse-pcomplete-arguments): New function.
6943 (shell-completion-vars): Use it instead (bug#9160).
6944
4eb61348
SM
69452011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
6946
867cab74
SM
6947 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
6948 strings and comments (bug#9333).
6949
4eb61348
SM
6950 * emacs-lisp/debug.el (debug-arglist): New function.
6951 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
6952 (debug-on-entry-1): Handle interpreted closures (bug#9120).
6953
262a1439
JL
69542011-08-22 Juri Linkov <juri@jurta.org>
6955
56ee679c
JL
6956 * progmodes/compile.el (compilation-mode-font-lock-keywords):
6957 Revert regexp that highlights output switches to its old
6958 pre-2010-10-28 value and remove one `?' from it (bug#9319).
6959
262a1439
JL
6960 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
6961 to check for empty output (bug#9226).
6962
f13f86fb
CY
69632011-08-22 Chong Yidong <cyd@stupidchicken.com>
6964
6965 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
6966 symbol-constituent as the default, as that stops font-lock from
6967 working properly (Bug#8843).
6968
c65c9622
LMI
69692011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6970
6971 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
6972 `coding-system-for-*' around the process open call to avoid
6973 auth-source side effects.
e7f2c178 6974 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
6975 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
6976 probe hangs.
c65c9622 6977
23a8a5ab
CY
69782011-08-21 Chong Yidong <cyd@stupidchicken.com>
6979
ff98b2dd
CY
6980 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
6981
23a8a5ab
CY
6982 * emacs-lisp/find-func.el (find-function-noselect): New arg
6983 lisp-only.
6984
6985 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
6986 signal an error for built-in functions (Bug#6664).
6987
f5e3c598
LMI
69882011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6989
6990 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
6991 (smtpmail-try-auth-methods): Use it.
6992
a3f2468a
CY
69932011-08-21 Chong Yidong <cyd@stupidchicken.com>
6994
2c34e8da
CY
6995 * font-lock.el (font-lock-fontify-region)
6996 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
6997 (font-lock-default-unfontify-buffer)
6998 (font-lock-default-fontify-region)
6999 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
7000
b3fd59bd
SM
7001 * progmodes/compile.el (compilation-error-properties):
7002 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
7003 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
7004 `ant' regexp.
ee31aabc 7005
a3f2468a
CY
7006 * net/browse-url.el (browse-url-firefox): Don't call
7007 browse-url-firefox-sentinel unless using -remote (Bug#9328).
7008
8e999f70
GM
70092011-08-20 Glenn Morris <rgm@gnu.org>
7010
c21a496a
GM
7011 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
7012
59ee0542
GM
7013 * tutorial.el (tutorial--default-keys): Update some default bindings.
7014
8e999f70
GM
7015 * files.el (hack-local-variables): Fully ignore case for "mode:".
7016
e3715033
AM
70172011-08-20 Alan Mackenzie <acm@muc.de>
7018
7019 Resolve invalid use of a regexp in regexp-opt.
7020
4d61f28d
JB
7021 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
7022 detection for a java annotation.
e3715033 7023
4d61f28d 7024 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
7025 detection for a java annotation.
7026
4d61f28d
JB
7027 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
7028 handling for java.
e3715033
AM
7029 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
7030
04ed2e9c
CY
70312011-08-20 Chong Yidong <cyd@stupidchicken.com>
7032
7033 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
7034 (Bug#9274).
7035
826cee64
AM
70362011-08-20 Alan Mackenzie <acm@muc.de>
7037
58179cce 7038 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
7039 such a construct. Mainly for when jit-lock etc. starts a chunk
7040 here.
7041
58179cce 7042 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 7043 variable.
58179cce 7044 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
7045 c-make-font-lock-search-function.
7046 (c-make-font-lock-search-function): Use the above function.
7047 (c-make-font-lock-context-search-function): New function.
7048 (c-cpp-matchers): Enhance the preprocessor expression case with
7049 the above function
7050 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
7051 which takes an expression.
7052
7053 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
7054
13009bd8
MR
70552011-08-20 Martin Rudalics <rudalics@gmx.at>
7056
7057 * window.el (display-buffer-reuse-window)
7058 (display-buffer-pop-up-window): Don't reuse or split a side
7059 window.
7060
9234ff7f
GM
70612011-08-19 Glenn Morris <rgm@gnu.org>
7062
7063 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 7064 Downcase "Mode:". (Bug#9331)
9234ff7f 7065
f635daa1
CY
70662011-08-18 Chong Yidong <cyd@stupidchicken.com>
7067
7068 * international/characters.el: Add L and R categories.
7069
7070 * subr.el (bidi-string-mark-left-to-right): Rename from
7071 string-mark-left-to-right. Use category search.
7072
7073 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
7074
bc987f8b
JL
70752011-08-18 Juri Linkov <juri@jurta.org>
7076
7077 * faces.el (error, warning, success): New faces with definitions
7078 copied from old default values of `font-lock-warning-face',
7079 `compilation-warning', `compilation-info' (bug#6117).
7080
7081 * font-lock.el (font-lock-warning-face): Inherit from `error'.
7082
7083 * progmodes/compile.el (compilation-error): Inherit from `error'.
7084 (compilation-warning): Inherit from `warning'.
7085 (compilation-info): Inherit from `success'.
7086
7087 * dired.el (dired-marked): Inherit from `warning'.
7088 (dired-flagged): Inherit from `error'.
7089
57173b96
LMI
70902011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7091
3e79eb87
LMI
7092 * mail/smtpmail.el (auth-source): Require to avoid problems with
7093 binding variables (bug#9298). Also clean up some unused
7094 autoloads.
7095
b3fd59bd
SM
7096 * net/network-stream.el (network-stream-open-starttls):
7097 Support using starttls.el without using gnutls-cli.
57173b96 7098
02b404de
JL
70992011-08-17 Juri Linkov <juri@jurta.org>
7100
7101 * progmodes/grep.el (rgrep): Handle the case when
7102 `grep-find-command' is a cons cell (bug#9278).
7103
8c9177f2
MR
71042011-08-17 Martin Rudalics <rudalics@gmx.at>
7105
7106 * window.el (display-buffer-pop-up-frame): Run frame creation
7107 function with BUFFER current (as special-display-popup-frame
7108 does). Reported by Drew Adams.
7109
3644a0ab
DU
71102011-08-17 Daiki Ueno <ueno@unixuser.org>
7111
7112 * epa-mail.el: Simplify GnuPG group expansion using
7113 epg-expand-group.
7114 (epa-mail-group-alist, epa-mail-group-modtime)
7115 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
7116 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
7117 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
7118 Remove.
7119
5e617bc2 71202011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
7121
7122 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
7123
9c4aeabf
AM
71242011-08-16 Alan Mackenzie <acm@muc.de>
7125
7126 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
7127 Correct, to avoid the inside of macros.
7128
3a99bf64
RS
71292011-08-16 Richard Stallman <rms@gnu.org>
7130
04963aa8
RS
7131 * epa-mail.el: Handle GnuPG group definitions.
7132 (epa-mail-group-alist, epa-mail-group-modtime)
7133 (epa-mail-gnupg-conf-file): New variables.
7134 (epa-mail-parse-groups, epa-mail-sync-groups)
7135 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
7136 (epa-mail-expand-recipients): New functions.
7137 (epa-mail-encrypt): Call epa-mail-expand-recipients.
7138
177549d0
RS
7139 * mail/rmail.el (rmail-epa-decrypt): New command.
7140
fe38beef
RS
7141 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
7142 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
7143 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
7144 (epa-decrypt-armor-in-region): Make error message clearer.
7145
934eacb9
SM
71462011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
7147
7148 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
7149 and "a2b" to "ab" for `prefix'.
7150
d024fb4e
CY
71512011-08-14 Chong Yidong <cyd@stupidchicken.com>
7152
7153 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
7154 filter groups.
de148fee
CY
7155 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
7156 Fourquet (Bug#8804).
d024fb4e 7157
62f1ca49
JB
71582011-08-12 Juanma Barranquero <lekktu@gmail.com>
7159
7160 * startup.el (argi): Declare as global variable (bug#9275).
7161
9ccaaa4b
CY
71622011-08-12 Chong Yidong <cyd@stupidchicken.com>
7163
7164 * subr.el (string-mark-left-to-right): Search the entire string
7165 for RTL script, not just the terminating character. Doc fix.
7166
a3dae87a
SM
71672011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
7168
6cd18349
SM
7169 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
7170 New function.
7171 (js--regexp-literal, js-syntax-propertize-function): Remove.
7172 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
7173 (js-mode-map): Don't rebind electric keys.
7174 (js-insert-and-indent): Remove.
7175 (js-mode): Setup electric-layout and electric-indent instead.
7176
a3dae87a
SM
7177 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
7178
9d5cb631
DU
71792011-08-12 Daiki Ueno <ueno@unixuser.org>
7180
7181 * epa.el (epa-progress-callback-function): Fix the logic of
7182 displaying progress.
7183 * epa-file.el (epa-file-insert-file-contents): Make progress
7184 display more user-friendly.
7185 (epa-file-write-region): Ditto.
7186
3e26a4a2
CY
71872011-08-10 Chong Yidong <cyd@stupidchicken.com>
7188
7189 * subr.el (string-mark-left-to-right): New function.
7190
7191 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
7192 Use string-mark-left-to-right.
7193 (list-buffers-noselect): Caller changed.
7194
a3dae87a
SM
7195 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
7196 Use string-mark-left-to-right.
3e26a4a2
CY
7197 (tabulated-list-print): Recenter after moving point.
7198
ac8cf6e6
JL
71992011-08-10 Juri Linkov <juri@jurta.org>
7200
7201 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
7202 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
7203 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
7204
8d96c9a4
CY
72052011-08-09 Chong Yidong <cyd@stupidchicken.com>
7206
7207 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
7208 (Bug#7554).
7209
7be1c708 72102011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
7211
7212 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
7213 character. (Bug#6594)
7214
37e11a63
CY
72152011-08-08 Chong Yidong <cyd@stupidchicken.com>
7216
839dde57
CY
7217 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
7218 (image-dired--with-db-file): New macro.
7219 (image-dired-write-tags, image-dired-remove-tag)
7220 (image-dired-create-gallery-lists, image-dired-write-comments)
7221 (image-dired-get-comment, image-dired-mark-tagged-files)
7222 (image-dired-list-tags, image-dired-gallery-generate): Use it.
7223 (image-dired-gallery-generate): Use insert-file-contents.
7224
37e11a63
CY
7225 * time.el (display-time-world-list, display-time-world-display):
7226 * time-stamp.el (time-stamp-string):
7227 * vc/add-log.el (add-change-log-entry): Use setenv instead of
7228 set-time-zone-rule (Bug#7337).
7229
0b4946c4
DU
72302011-08-08 Daiki Ueno <ueno@unixuser.org>
7231
7232 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
7233 (epg-error-to-string, epg-errors-to-string): New function.
7234 (epg-wait-for-completion): Reverse errors list.
7235 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
7236 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
7237 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
7238 (epg-sign-keys, epg-generate-key-from-file)
7239 (epg-generate-key-from-string): Format errors by using
7240 epg-errors-to-string (bug#9255).
7241 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
7242
75bfc667
JL
72432011-08-07 Juri Linkov <juri@jurta.org>
7244
7245 * faces.el (list-faces-display): Remove extra angle bracket
7246 from `help-mode-map'.
7247
7248 * info.el (Info-history-toc-nodes): Doc fix.
7249
7250 * longlines.el (longlines-mode): Doc fix.
7251
673e08bb
SM
72522011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
7253
4640dd88
SM
7254 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
7255 of statements and in a few more cases (bug#9183).
7256
673e08bb
SM
7257 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
7258 New functions.
7259 (cl-transform-lambda): Use them (bug#9239).
7260
89b3f019
MR
72612011-08-05 Martin Rudalics <rudalics@gmx.at>
7262
7263 * window.el (display-buffer-same-window)
7264 (display-buffer-same-frame, display-buffer-other-window)
7265 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
7266 (pop-to-buffer-other-window)
7267 (pop-to-buffer-same-frame-other-window)
7268 (pop-to-buffer-other-frame): Make them defuns.
7269 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
7270
640c8776
SM
72712011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
7272
7273 * subr.el (make-composed-keymap): Move from C. Change calling
7274 convention, and improve docstring to bring attention to a subtle point.
7275 * minibuffer.el (completing-read-default): Adjust accordingly.
7276
63648a95
MA
72772011-08-03 Michael Albinus <michael.albinus@gmx.de>
7278
7279 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
7280 (tramp-open-shell): Use `tramp-shell-quote-argument'.
7281
7282 * net/trampver.el: Update release number.
7283
b796c9b7
SM
72842011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
7285
7286 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
7287 "in" (bug#9190).
7288
2239d7d5
LMI
72892011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7290
e07dd7c3
LMI
7291 * mail/sendmail.el (sendmail-query-once): Restore the current
7292 buffer after querying (bug#9074).
7293
0e6a2bd7
LMI
7294 * dired.el (dired-flagged): Use different faces for marked and
7295 flagged files (bug#6117).
7296
ce887515
LMI
7297 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
7298 (bug#4433).
7299
92f2affc
LMI
7300 * ido.el (ido-mode): Switch off the message if called
7301 non-interactively.
7302
57d5aff0
LMI
7303 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
7304 before 587, since it appears that that's more likely to work for
7305 more people.
7306
98cd6c18 7307 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 7308 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
7309 exist.
7310
b96dec83
LMI
7311 * info.el: Remove the `Info-beginning-of-buffer' function
7312 (bug#8325).
7313
b796c9b7
SM
7314 * net/network-stream.el (network-stream-open-starttls):
7315 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 7316
d90e2ea0
MR
73172011-08-01 Martin Rudalics <rudalics@gmx.at>
7318
7319 * window.el (display-buffer-in-window): Don't set dedicated status
7320 of window here (Bug#9215).
7321 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
7322 (display-buffer-pop-up-side-window)
b796c9b7 7323 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 7324
cca09170
SM
73252011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
7326
7327 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
7328 before binding generated-autoload-file.
7329
027b979c
DD
73302011-08-01 Deniz Dogan <deniz@dogan.se>
7331
7332 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
7333
3c7ee4f3
MA
73342011-07-30 Michael Albinus <michael.albinus@gmx.de>
7335
7336 Sync with Tramp 2.2.2.
7337
7338 * net/trampver.el: Update release number.
7339
2cc8e51a
JL
73402011-07-30 Juri Linkov <juri@jurta.org>
7341
7342 * dired-aux.el (dired-touch-initial): Remove function.
7343 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
7344 current time, and `default' to the last modification time of the
7345 current marked file (bug#6887).
7346
a514d856
JM
73472011-07-28 Jose E. Marchesi <jemarch@gnu.org>
7348
7349 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 7350 numeric argument to read-number (bug#9163).
a514d856 7351
8a7eddd7
MA
73522011-07-27 Michael Albinus <michael.albinus@gmx.de>
7353
7354 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
7355 connection process, it could be nil.
7356
1ddd96f5
LL
73572011-07-27 Leo Liu <sdl.web@gmail.com>
7358
7359 Simplify url handling in rcirc-mode.
7360
7361 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
7362 (rcirc-browse-url-at-mouse): Remove.
7363 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
7364
b248a85d
AM
73652011-07-26 Alan Mackenzie <acm@muc.de>
7366
7367 Fontify bitfield declarations properly.
7368
7369 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
7370 (c-symbol-chars): Now exported as a lang variable.
7371 (c-not-primitive-type-keywords): New lang variable.
7372
7373 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
7374 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 7375 parsed as a bitfield declaration.
b248a85d 7376
b796c9b7
SM
7377 * progmodes/cc-engine.el (c-beginning-of-statement-1):
7378 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
7379 (c-punctuation-in): New function.
7380 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
7381 declarations properly.
7382
68575ab0
UJ
73832011-07-26 Ulf Jasper <ulf.jasper@web.de>
7384
7385 * calendar/icalendar.el (icalendar--all-events): Take care of
7386 multiple vcalendars in a single file.
b796c9b7 7387 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 7388
0f0a88b9
DD
73892011-07-25 Deniz Dogan <deniz@dogan.se>
7390
7391 * image.el (insert-image): Clarifying docstring.
7392
0b3f36df
MA
73932011-07-24 Michael Albinus <michael.albinus@gmx.de>
7394
7395 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
7396 `tramp-send-command-and-check' if there is no error.
7397 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
7398
a9901f61
AM
73992011-07-22 Alan Mackenzie <acm@muc.de>
7400
7401 Prevent cc-langs.elc being loaded at run time.
7402
7403 * progmodes/cc-mode.el: Remove two autoload forms which loaded
7404 cc-langs.
7405
4d61f28d 7406 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
7407 "(require 'cc-langs)". Quote a form so it will evaluate at
7408 (cc-mode's) compilation time.
7409
11d074b2
MA
74102011-07-22 Michael Albinus <michael.albinus@gmx.de>
7411
7412 * net/tramp.el (tramp-file-name-handler): Avoid recursive
7413 loading. (Bug#9114)
7414
938b94c8
MR
74152011-07-21 Martin Rudalics <rudalics@gmx.at>
7416
7417 * window.el (display-buffer-pop-up-window)
7418 (display-buffer-pop-up-side-window)
7419 (display-buffer-in-side-window): Call display-buffer-set-height
7420 and display-buffer-set-width after setting the new window's
b796c9b7 7421 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 7422
bfa4f190
SS
74232011-07-20 Sam Steingold <sds@gnu.org>
7424
7425 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
7426 (etags-tags-included-tables): Call `convert-standard-filename' on
7427 the file names contained in TAGS so that windows Emacs can handle
7428 TAGS files created by cygwin ctags.
7429
8ca42262
LMI
74302011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
7431
7432 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
7433 which apparently didn't work.
7434
5db2afd2 74352011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 7436
5db2afd2
RW
7437 * proced.el (proced-send-signal): For *Marked Processes* buffer
7438 put point at beginning of buffer.
7439
92e15d10
SB
74402011-07-19 Stephen Berman <stephen.berman@gmx.net>
7441
7442 * proced.el (proced-format): Make header lines align with the text
7443 (bug#1779).
7444
1bfd59e5
LMI
74452011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
7446
7447 * view.el (view-buffer): Allow running in `special' modes if we're
7448 visiting a file (bug#8615).
7449
f5aae37c
MR
74502011-07-19 Martin Rudalics <rudalics@gmx.at>
7451
7452 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
7453 (display-buffer-alist-set-1, display-buffer-alist-set-2):
7454 New functions.
f5aae37c
MR
7455 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
7456 more accurately.
7457
bf2c1571
AM
74582011-07-18 Alan Mackenzie <acm@muc.de>
7459
7460 Fontify declarators properly when, e.g., a jit-lock chunk begins
7461 inside a declaration.
7462
7463 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
7464
b796c9b7
SM
7465 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
7466 New function.
bf2c1571
AM
7467 (c-complex-decl-matchers): Insert reference to
7468 c-font-lock-enclosing-decls.
7469
7470 * progmodes/cc-engine.el (c-backward-single-comment):
7471 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
7472 to nil around calls to (forward-comment -1).
7473
4e190b80
LMI
74742011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7475
12dc863d
LMI
7476 * image.el (put-image): Doc typo fix.
7477
a762e966
LMI
7478 * progmodes/etags.el (tags-search): Doc typo fix.
7479
4e190b80
LMI
7480 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
7481 password if we get errors 550 to 554.
7482
f019fb21
LMI
74832011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7484
b796c9b7 7485 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 7486
81746738
LMI
7487 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
7488 indentation character (bug#6380).
7489
3ee3a1b5
LMI
7490 * files.el (buffer-offer-save): Made permanently local (bug#6241).
7491
c82f64de
LMI
7492 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
7493 to clarify what the problem is (bug#4291).
7494
f019fb21
LMI
7495 * simple.el (current-kill): Clarify what
7496 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
7497 (auto-fill-mode): Document `auto-fill-function' in relation to
7498 `auto-fill-mode' (bug#2470).
f019fb21 7499
0794775d
LM
75002011-07-16 Lawrence Mitchell <wence@gmx.li>
7501
7502 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
7503 method if slot is read-only (bug#9035).
7504
be39b8cc
MR
75052011-07-16 Martin Rudalics <rudalics@gmx.at>
7506
b796c9b7 7507 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 7508 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
7509 selected before, see discussion of (Bug#8615), (Bug#6954).
7510 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 7511
6ccf7859
GM
75122011-07-15 Glenn Morris <rgm@gnu.org>
7513
7514 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 7515 Respect help-form.
6ccf7859 7516
87e86684
LM
75172011-07-09 Lawrence Mitchell <wence@gmx.li>
7518
7519 * net/gnutls.el (gnutls-min-prime-bits): New variable.
7520 (gnutls-negotiate): Use it.
7521
d6066239
LMI
75222011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
7523
b796c9b7
SM
7524 * net/gnutls.el (gnutls-negotiate):
7525 Upcase `gnutls-algorithm-priority'.
d6066239 7526
bd23ebc0
GM
75272011-07-15 Glenn Morris <rgm@gnu.org>
7528
c65bca65
GM
7529 * jka-compr.el (jka-compr-verbose): Move from here...
7530 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
7531 Add missing :version tag.
7532 * info.el: No need to require jka-compr when compiling.
bd23ebc0 7533
478615cc
LMI
75342011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
7535
7b41decb
LMI
7536 * net/gnutls.el (gnutls-algorithm-priority): New variable.
7537 (gnutls-negotiate): Use it.
7538
dbc44fcd
LMI
7539 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
7540
06789f97
LMI
7541 * info.el (Info-beginning-of-buffer): New command.
7542 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
7543 announcing `b' as the key (bug#8325).
ab896c37 7544 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 7545
c39da690
LMI
7546 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
7547
3aa5f34b
LMI
7548 * international/mule-cmds.el
7549 (describe-specified-language-support): Make the error message
7550 clearer (bug#8905).
7551
4bf0979f
LMI
7552 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
7553
478615cc
LMI
7554 * isearch.el (isearch-barrier): Add a doc string, since it's
7555 mentioned in a function doc string (bug#8678).
7556
75c68aa1
MR
75572011-07-15 Martin Rudalics <rudalics@gmx.at>
7558
7559 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
7560 buffer argument (Bug#9083) and self-identifying label argument.
7561
a7c33da2
GM
75622011-07-15 Glenn Morris <rgm@gnu.org>
7563
7564 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
7565
2f5c6024
LMI
75662011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7567
7568 * man.el (Man-fontify-manpage): Fix message when formatting the
7569 man page (bug#7929).
7570
0bb23927 75712011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
7572
7573 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
7574 argument LRM; if non-nil, append an invisible LRM character to the
7575 buffer name.
7576 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
7577 last argument non-nil, when formatting buffer names.
0bb23927
EZ
7578 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
7579 paragraph direction.
cce4b0a7 7580
621ef9ab
LMI
75812011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7582
d1583c48
LMI
7583 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
7584 the man page name (bug#7929).
7585
6a57fb5f
LMI
7586 * image.el (put-image): Mention the `put-image' overlay property
7587 (bug#7834).
7588
d7956b14
LMI
7589 * scroll-bar.el (set-scroll-bar-mode): Mention that
7590 `scroll-bar-mode' lists the values (bug#7772).
7591
5b2d4a66
LMI
7592 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
7593 command (bug#7729).
7594
7509a874
LMI
7595 * rect.el (apply-on-rectangle): Return the point after the last
7596 operation.
7597 (string-rectangle): Go to the point after the last operation
7598 (bug#7522).
7599
4fe74b19
LMI
7600 * printing.el (pr-toggle-region): Clarify the documentation
7601 slightly (bug#7493).
7602
b796c9b7
SM
7603 * time.el (display-time-update):
7604 Allow `display-time-mail-function' to return nil (bug#7158).
7605 Fix suggested by Detlev Zundel.
ab283561 7606
fc233c9d
LMI
7607 * vc/diff.el (diff): Clarify the order the file names are read
7608 (bug#7111).
7609
43f5740b
LMI
7610 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
7611 the doc string (bug#7015).
7612
f2182a76
LMI
7613 * font-lock.el (font-lock-maximum-decoration): Mention what
7614 numeric levels mean (bug#6935).
7615
621ef9ab
LMI
7616 * startup.el (initial-buffer-choice): Don't mention the `none'
7617 selection, which is against policy.
7618
adc47434
MR
76192011-07-14 Martin Rudalics <rudalics@gmx.at>
7620
b796c9b7
SM
7621 * window.el (display-buffer-normalize-special):
7622 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 7623
7e5bfb8f
EZ
76242011-07-14 Eli Zaretskii <eliz@gnu.org>
7625
7626 * subr.el (version<, version<=, version=): Mention "-CVS" and
7627 "-12345" alpha version numbers.
7628
27fa387a
CY
76292011-07-14 Chong Yidong <cyd@stupidchicken.com>
7630
7631 * bindings.el: Add advertised binding for set-mark-command
7632 (Bug#5772).
7633
8bdfa064
CY
76342011-07-14 Chong Yidong <cyd@stupidchicken.com>
7635
7636 * bindings.el (mode-line-other-buffer):
7637 * bookmark.el (bookmark-bmenu-2-window):
7638 * bs.el (bs-cycle-next, bs-cycle-previous):
7639 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
7640 switch-to-buffer.
7641
7642 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 7643 Delete.
8bdfa064 7644
5eba16a3
JB
76452011-07-14 Juanma Barranquero <lekktu@gmail.com>
7646
7647 * follow.el (follow-debug-message, follow-redisplay):
7648 * jka-cmpr-hook.el (with-auto-compression-mode):
7649 Fix typos in docstrings.
7650
15853710
LMI
76512011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7652
a28e4607
LMI
7653 * subr.el (with-silent-modifications): Clarify somewhat what the
7654 macro inhibits (bug#6525).
7655
15853710
LMI
7656 * simple.el (eval-expression): Note what it does if called
7657 interactively (bug#6495).
7658
bee0fcef
CY
76592011-07-13 Chong Yidong <cyd@stupidchicken.com>
7660
b796c9b7
SM
7661 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
7662 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
7663
7664 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
7665 Remove switch-to-buffer.
7666
58274504
LMI
76672011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7668
bd2fcc8d
LMI
7669 * files.el (make-directory): Clarify that an error will be raised
7670 if there's an error (bug#6397).
7671
0f04b32c
LMI
7672 * startup.el (initial-buffer-choice): Add `none' as a choice
7673 (bug#6234).
7674
465c5fc8
LMI
7675 * subr.el (add-hook): Clarify section about buffer-local hooks
7676 (bug#6218).
7677
58274504
LMI
7678 * dired.el (dired-flagged): Clarify doc string (bug#6117).
7679
bead9a43
JB
76802011-07-13 Juanma Barranquero <lekktu@gmail.com>
7681
7682 * tabify.el (untabify): Preserve the current column so that point
7683 doesn't move (bug#6032).
7684
3af98a7b
LMI
76852011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7686
b796c9b7
SM
7687 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
7688 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 7689
6240145a
GM
76902011-07-13 Glenn Morris <rgm@gnu.org>
7691
7692 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
7693 (dired-insert-directory): Give a message the first time
7694 if ls is found not to support --dired.
7695
1d8c2ccc
LMI
76962011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7697
7698 * simple.el (toggle-truncate-lines): Clarify what is toggled
7699 (bug#5580). Text by Drew Adams.
7700
5fc4038e
CY
77012011-07-13 Chong Yidong <cyd@stupidchicken.com>
7702
7703 * simple.el (blink-matching-open): Make the error message from the
7704 last change less verbose.
7705
bf6012e5
DN
77062011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
7707
7708 * font-lock.el (font-lock-comment-face): Use the high contrast
7709 "yellow" color for font-lock-comment-face on low color terminals
7710 using a dark background color (bug#4221).
7711
343c3b5a
LMI
77122011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7713
7e9505c5
LMI
7714 * dired.el (dired-insert-set-properties): Make the doc string
7715 reflect what it does now (bug#5325).
7716
c26fdcf5
LMI
7717 * simple.el (blink-matching-open): Say that we were unable to find
7718 the match within the limit, if we're limited (bug#5122).
7719
bb388cc5
LMI
7720 * international/mule-cmds.el (prefer-coding-system): Add an
7721 example (bug#4869).
7722
343c3b5a
LMI
7723 * progmodes/etags.el (tags-search): Document `file-list-form'
7724 (bug#4731).
7725
2a517d45
LM
77262011-07-13 Lawrence Mitchell <wence@gmx.li>
7727
7728 * net/browse-url.el (browse-url-default-browser)
7729 (browse-url-browser-function): Make the default browser choice a
7730 bit more logical (bug#4300). Also clean up the doc string.
7731
b6c78ef2
JB
77322011-07-13 Juanma Barranquero <lekktu@gmail.com>
7733
7734 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
7735 binary endings (bug#4440).
7736
1c4dd947
LMI
77372011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7738
a2014063
LMI
7739 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
7740 which can be pretty annoying (bug#8971).
7741
9c9c2d88
LMI
7742 * jka-compr.el (jka-compr-verbose): New variable, and use
7743 throughout (bug#8971).
7744
1c4dd947
LMI
7745 * info.el (Info-find-file): Fall back on the installation
7746 directory if we can't find the info node anywhere else.
7747
a1c9f41b
SO
77482011-07-13 Sergei Organov <osv@javad.com> (tiny change)
7749
7750 * vc/vc.el (vc-revert-file):
7751 Don't set file time-stamp in the past. (Bug#5181)
7752
536f3d36
LMI
77532011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
7754
7152b011
LMI
7755 * files.el (after-find-file): Give a better error message when
7756 trying to find a symlink that points to a file that doesn't exist
7757 (bug#4398).
7758
536f3d36
LMI
7759 * progmodes/cc-vars.el: Remove (probably) misleading comment
7760 (bug#4396).
7761
460c0fba
JB
77622011-07-12 Johan Bockgård <bojohan@gnu.org>
7763
7764 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
7765
7a6bda45
CY
77662011-07-12 Chong Yidong <cyd@stupidchicken.com>
7767
7768 * mouse-sel.el: Hack restoring functionality, while keeping
7769 compatibility with 2010-07-03 changes to mouse selection.
7770 (mouse-sel-primary-overlay): New var.
7771 (mouse-sel-selection-alist): Use it.
7772 (mouse-sel-mode): Doc fix; remove points that are default features
7773 of mouse.el.
7774
c79598ef
JB
77752011-07-12 Johan Bockgård <bojohan@gnu.org>
7776
7777 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7778 Fix previous fix (bug#2490).
7779
ff8be6ef
RW
77802011-07-12 Roland Winkler <winkler@gnu.org>
7781
b796c9b7
SM
7782 * textmodes/bibtex.el (bibtex-initialize):
7783 Use pop-to-buffer-same-window.
ff8be6ef
RW
7784 (bibtex-search-entries): Fix interactive call.
7785
296ba3ee
LMI
77862011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
7787
f5242a02 7788 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
7789 Fontise bytecomp Error lines more correctly (bug#2490).
7790 Fix suggested by Johan Bockgård.
f5242a02 7791
296ba3ee
LMI
7792 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
7793
7794 * dired-x.el (dired-guess-default): Use `delete-dups'.
7795
f69fd0d2
CY
77962011-07-12 Chong Yidong <cyd@stupidchicken.com>
7797
7798 * dired.el (dired-mark-prompt):
7799 * dired-aux.el (dired-read-shell-command): Doc fix.
7800
eab5dc07
LMI
78012011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
7802
b796c9b7
SM
7803 * mail/sendmail.el (sendmail-query-once):
7804 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
7805 emacs -Q.
7806
7807 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
7808
eab5dc07
LMI
7809 * cus-edit.el (custom-file): Take an optional no-error variable.
7810 (customize-save-variable): Set the variable, and give a warning if
7811 running under "emacs -q".
7812
a1e65d42
JB
78132011-07-11 Juanma Barranquero <lekktu@gmail.com>
7814
7815 * loadhist.el (unload-feature-special-hooks):
7816 Add `auto-coding-functions', `fill-nobreak-predicate' and
7817 `find-directory-functions' (bug#5327).
7818
1d52da10
LMI
78192011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
7820
be958f1d
LMI
7821 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
7822
5bedb26c
LMI
7823 * cus-edit.el (custom-guess-name-alist): -alist variables should
7824 use the `alist' type (bug#3120). Suggested by Drew Adams.
7825
1d52da10
LMI
7826 * printing.el: Add documentation to all the `pr-toggle-' commands.
7827
cd394be1 78282011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
7829
7830 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
7831 backends where it makes sense (bug#2623).
7832
dcc88d8a
LMI
78332011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
7834
c3de9feb
LMI
7835 * dired-x.el (dired-guess-default): Remove duplicate shell command
7836 entries (bug#2028).
8a93078b 7837 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 7838 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 7839
dcc88d8a
LMI
7840 * subr.el (remove-duplicates): New conveniency function.
7841
505e3645
LMI
78422011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7843
7844 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
7845 (bug#1526).
7846
78472011-07-10 Martin Rudalics <rudalics@gmx.at>
7848
7849 * window.el (display-buffer-normalize-default): Don't invert
7850 meaning of even-window-heights. Reported by Eli Zaretskii
7851 <eliz@gnu.org>.
7852
455e4fa1
BR
78532011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
7854
7855 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
7856
8e0bc3e9
CY
78572011-07-10 Chong Yidong <cyd@stupidchicken.com>
7858
7859 * window.el (display-buffer): Fix arguments to
7860 display-buffer-reuse-window in last change.
7861
fa7c3228
CY
7862 * faces.el (link): Use a less saturated blue on light backgrounds.
7863
7864 * startup.el (fancy-startup-text, fancy-about-text)
7865 (fancy-startup-tail): Use font-lock faces, for background safety.
7866
c0a7f300
BN
78672011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
7868
b796c9b7
SM
7869 * emulation/viper-cmd.el (viper-change-state-to-vi):
7870 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 7871
4dc2a129
MR
78722011-07-09 Martin Rudalics <rudalics@gmx.at>
7873
7874 * window.el (display-buffer-default-specifiers): Remove.
7875 (display-buffer-macro-specifiers): Remove default specifiers.
7876 (display-buffer-alist): Default to nil.
b796c9b7 7877 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
7878 (display-buffer-pop-up-window): Allow splitting internal
7879 windows. Check whether a live window was created.
7880 (display-buffer-other-window-means-other-frame)
7881 (display-buffer-normalize-arguments): Rename to
7882 display-buffer-normalize-argument and rewrite. Set the
7883 other-window specifier.
7884 (display-buffer-normalize-special): New function.
7885 (display-buffer-normalize-options): Rename to
7886 display-buffer-normalize-default and rewrite.
7887 (display-buffer-normalize-options-inhibit): Remove.
7888 (display-buffer-normalize-specifiers): Rewrite.
7889 (display-buffer): Process other-window specifier and call
7890 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
7891 more faithfully.
b796c9b7 7892 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 7893 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
7894 (display-buffer-in-window, display-buffer-alist-set):
7895 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
7896 <tassilo@member.fsf.org>.
7897
2d43b8c9
LL
78982011-07-09 Leo Liu <sdl.web@gmail.com>
7899
7900 * register.el (insert-register): Restore accidental change on
7901 2011-06-26. (Bug#9028)
7902
7f9b7c53
GM
79032011-07-09 Glenn Morris <rgm@gnu.org>
7904
7905 * subr.el (remq): Handle the empty list. (Bug#9024)
7906
f042cfd8
AS
79072011-07-08 Andreas Schwab <schwab@linux-m68k.org>
7908
7909 * mail/sendmail.el (send-mail-function): No longer delay custom
7910 initialization.
7911 * custom.el (custom-initialize-delay): Doc fix.
7912
856b2f11
SM
79132011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
7914
7915 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
7916
afae1d68
MA
79172011-07-08 Michael Albinus <michael.albinus@gmx.de>
7918
7919 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
7920 human-friendly prompt.
7921
0757af94
SM
79222011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
7923
7924 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
7925 provided by a particular plugin.
7926
d760b731
LMI
79272011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
7928
7929 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
7930 save customizations (with "emacs -Q"), just set the variable
7931 instead of erroring out.
7932
7933 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
7934
cd79ce90
JL
79352011-07-08 Juri Linkov <juri@jurta.org>
7936
7937 * arc-mode.el (archive-zip-expunge, archive-zip-update)
7938 (archive-zip-update-case): Use 7z if found by `executable-find'.
7939 The order of searching the available programs is the same as in
7940 `archive-zip-extract' (bug#8968).
7941
14cc04aa
CY
79422011-07-07 Chong Yidong <cyd@stupidchicken.com>
7943
7944 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
7945 (menu-bar-options-menu): Tweak descriptions.
7946
0a1848ec
LMI
79472011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
7948
7949 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
7950 menu items into verb phrases (bug#1421). Also refill to fit under
7951 80 columns.
7952
f5bd0689
CY
79532011-07-07 Chong Yidong <cyd@stupidchicken.com>
7954
538e85c6
CY
7955 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
7956 (Info-read-node-name): Doc fix (Bug#1084).
7957
f5bd0689
CY
7958 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
7959 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
7960 (end-of-sexp, beginning-of-sexp)
7961 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
7962 (forward-symbol, forward-same-syntax, word-at-point)
7963 (sentence-at-point): Doc fix (Bug#1144).
7964
56ec5115
LMI
79652011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
7966
f3f8e37f
LMI
7967 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
7968 should cover it (bug#1281).
7969
0757af94 7970 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 7971
e9fce1ac 7972 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
7973 negotiation fails, then possibly try again with a non-encrypted
7974 connection (bug#9017).
7975
56ec5115
LMI
7976 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
7977 be used.
7978
c2f9aec8
RS
79792011-07-07 Richard Stallman <rms@gnu.org>
7980
7981 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
7982 property, and handle its changed format.
7983 Look for the correct line number.
7984 Use file's line contents (but not past first =) to find
7985 correct line in message.
7986
ef7b981d 79872011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
7988
7989 * international/characters.el (build-unicode-category-table):
7990 Delete it.
0757af94 7991 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 7992
0757af94 7993 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
7994 to src/chartab.c.
7995 (get-char-code-property): Call unicode-property-table-internal to
7996 load a file. Call get-unicode-property-internal where necessary.
7997 (put-char-code-property): Call unicode-property-table-internal to
7998 load a file. Call put-unicode-property-internal where necessary.
7999 put-unicode-property-internal where necessary.
0757af94
SM
8000 (char-code-property-description):
8001 Call unicode-property-table-internal to load a file.
c805dec0
KH
8002
8003 * international/charprop.el:
8004 * international/uni-bidi.el:
8005 * international/uni-category.el:
8006 * international/uni-combining.el:
8007 * international/uni-comment.el:
8008 * international/uni-decimal.el:
8009 * international/uni-decomposition.el:
8010 * international/uni-digit.el:
8011 * international/uni-lowercase.el:
8012 * international/uni-mirrored.el:
8013 * international/uni-name.el:
8014 * international/uni-numeric.el:
8015 * international/uni-old-name.el:
8016 * international/uni-titlecase.el:
8017 * international/uni-uppercase.el: Regenerate.
8018
8019 * loadup.el: Load international/charprop.el before
8020 international/characters.
8021
e14b388a
CY
80222011-07-07 Chong Yidong <cyd@stupidchicken.com>
8023
8024 * window.el (next-buffer, previous-buffer): Signal an error if
8025 called from a minibuffer window.
8026
8027 * bindings.el: Revert 2011-07-04 change.
8028
354cf0ba
RS
80292011-07-06 Richard Stallman <rms@gnu.org>
8030
8031 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
8032 (rmail-mime-insert-bulk, rmail-mime-insert-text):
8033 Treat markers like ints.
8034 (rmail-mime-entity): Doc fix.
8035
a48868a7
LMI
80362011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
8037
4906cd3d
LMI
8038 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
8039 defcustom again for backwards compatibility.
8040
e0457abe
LMI
8041 * simple.el (shell-command-on-region): Fill.
8042
d67f7e1f
LMI
8043 * dired-aux.el (dired-kill-line): Add a doc string.
8044
fe204702
LMI
8045 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
8046 to "\\sw\\|\\s_" (bug#358).
8047
a48868a7
LMI
8048 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
8049 (dired-unmark-backward): Ditto.
8050 (dired-flag-backup-files): Ditto.
8051
8052 * dired-x.el (dired-mark-sexp): Ditto.
8053
aa8a705c
RS
80542011-07-06 Richard Stallman <rms@gnu.org>
8055
8056 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
8057 (rmail-mime-entity): New arg TRUNCATED.
8058 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
8059 New functions.
8060 (rmail-mime-save): Warn if entity is truncated.
8061 (rmail-mime-toggle-hidden): Likewise, for showing.
8062 (rmail-mime-process-multipart): Record when an entity is truncated.
8063
a9a936b9
RS
8064 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
8065 if ENTITY is a string.
8066
1f2b92cb
LMI
80672011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
8068
f4f73198 8069 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
8070 of faces when `M-C-x'-ing their definitions (bug#8378).
8071 Also clean up the code slightly.
f4f73198 8072
12b16734 8073 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 8074 because that makes the colors go away.
12b16734 8075
f0691d22
LMI
8076 * mail/sendmail.el (send-mail-function): Change the default to
8077 `sendmail-query-once'.
9e87df06 8078 (sendmail-query-once): Add an autoload cookie.
f0691d22 8079
1f2b92cb
LMI
8080 * net/network-stream.el (network-stream-open-starttls): Try using
8081 a plain connection even if the server offered STARTTLS, and we
8082 kinda wanted to use it, if Emacs doesn't have any STARTTLS
8083 capability. This should make smtpmail.el work in slightly more
8084 configurations.
8085
1cdd2a1b
MA
80862011-07-06 Michael Albinus <michael.albinus@gmx.de>
8087
8088 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
8089 New defun.
8090 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
8091
fbcc67e2
MM
80922011-07-06 Michael R. Mauger <mmaug@yahoo.com>
8093
8094 * progmodes/sql.el: Version 3.0
0757af94 8095 (sql-product-alist): Add product :completion-object,
fbcc67e2 8096 :completion-column, and :statement attributes.
0757af94 8097 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 8098 (sql-mode-syntax-table): Mark all punctuation.
0757af94 8099 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
8100 ansi keywords.
8101 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 8102 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
8103 (sql-oracle-show-reserved-words): New function for development.
8104 (sql-product-font-lock): Simplify for source code buffers.
8105 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
8106 New functions.
8107 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
8108 (sql-mode-map): Add statement movement functions.
8109 (sql-ansi-statement-starters, sql-oracle-statement-starters):
8110 New variable.
fbcc67e2
MM
8111 (sql-statement-regexp, sql-beginning-of-statement)
8112 (sql-end-of-statement, sql-signum): New functions.
0757af94 8113 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
8114 (sql-show-sqli-buffer): Bug fix.
8115 (sql-interactive-mode): Store connection data as buffer local.
0757af94 8116 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
8117 with sql-interactive-mode.
8118 (sql-save-connection): Save buffer local settings.
0757af94 8119 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
8120 (sql-product-interactive): Bug fix.
8121 (sql-preoutput-hold): New variable.
8122 (sql-interactive-remove-continuation-prompt): Bug fixes.
8123 (sql-debug-redirect): New variable.
8124 (sql-str-literal): New function.
8125 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 8126 Redesign.
fbcc67e2
MM
8127 (sql-oracle-save-settings, sql-oracle-restore-settings)
8128 (sql-oracle-list-all, sql-oracle-list-table): New functions.
8129 (sql-completion-object, sql-completion-column)
8130 (sql-completion-sqlbuf): New variables.
8131 (sql-build-completions-1, sql-build-completions)
8132 (sql-try-completion): New functions.
8133 (sql-read-table-name): Use them.
8134 (sql-contains-names): New buffer local variable.
8135 (sql-list-all, sql-list-table): Use it.
8136 (sql-oracle-completion-types): New variable.
8137 (sql-oracle-completion-object, sql-sqlite-completion-object)
8138 (sql-postgres-completion-object): New functions.
8139
d4eaeab1
GM
81402011-07-06 Glenn Morris <rgm@gnu.org>
8141
8142 * window.el (pop-to-buffer): Doc fix.
8143
322b7dab 81442011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
8145
8146 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
8147
322b7dab 81482011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 8149
322b7dab 8150 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 8151
322b7dab 8152 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 8153
605dd5bf
CY
81542011-07-05 Chong Yidong <cyd@stupidchicken.com>
8155
8156 * button.el (button): Inherit from link face. Suggested by Dan
8157 Nicolaescu.
8158
7dbfa719
SM
81592011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
8160
3db614b0
SM
8161 * progmodes/gdb-mi.el: Fit in 80 columns.
8162 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
8163 switch-to-buffer.
8164
7dbfa719
SM
8165 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
8166 if imenu is simply not configured (bug#8941).
8167
919d884a
KM
81682011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
8169
8170 * allout.el (allout-post-undo-hook): New allout outline-change
8171 event hook to signal undo activity.
8172 (allout-post-command-business): Run allout-post-undo-hook if an
8173 undo just occurred.
7dbfa719
SM
8174 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
8175 * allout-widgets.el (allout-widgets-after-undo-function):
8176 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
8177 in the vicinity of an undo.
8178 (allout-widgets-mode): Include allout-widgets-after-undo-function
8179 on the new allout-post-undo-hook.
8180
450a0f09
SM
81812011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
8182
8183 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
8184 Let define-derived-mode define it.
8185 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
8186 cycles of abbrev-table inheritance (bug#8998).
8187
2de69e00
RW
81882011-07-05 Roland Winkler <winkler@gnu.org>
8189
8190 * textmodes/bibtex.el: Add support for biblatex.
8191 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
8192 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
8193 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
8194 (bibtex-entry-alist, bibtex-field-alist): New variables.
8195 (bibtex-entry-field-alist): Obsolete alias for
8196 bibtex-BibTeX-entry-alist.
8197 (bibtex-entry-alist, bibtex-field-alist): New widgets.
8198 (bibtex-set-dialect): New command.
8199 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
8200 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
8201 Bind via bibtex-set-dialect.
2de69e00
RW
8202 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
8203 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
8204 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
8205 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
8206 Define via bibtex-set-dialect.
450a0f09
SM
8207 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
8208 Obey bibtex-no-opt-remove-re.
2de69e00
RW
8209 (bibtex-vec-push, bibtex-vec-incr): New functions.
8210 (bibtex-format-entry, bibtex-field-list)
8211 (bibtex-print-help-message, bibtex-validate)
8212 (bibtex-search-entries): Use new format of bibtex-entry-alist.
8213
2dcdbdd9
SM
82142011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
8215
8216 * progmodes/compile.el (compilation-goto-locus):
8217 * net/tramp-cmds.el (tramp-append-tramp-buffers):
8218 * bs.el (bs-cycle-next, bs-cycle-previous):
8219 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
8220 * bindings.el (mode-line-other-buffer):
8221 * autoinsert.el (auto-insert):
8222 * arc-mode.el (archive-extract):
8223 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
8224
b27640fe
JB
82252011-07-05 Juanma Barranquero <lekktu@gmail.com>
8226
8227 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
8228 Fix check of `emacs-lock-unlockable-modes'.
8229 Coerce true values of `emacs-lock--try-unlocking' to t.
8230
53bbe3ad
JB
82312011-07-05 Juanma Barranquero <lekktu@gmail.com>
8232
8233 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
8234 * emacs-lock.el: New file.
8235
1d3cdbc7
JD
82362011-07-05 Julien Danjou <julien@danjou.info>
8237
8238 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
8239 than `boundp' to check if face is set.
8240
9173deec
JB
82412011-07-05 Juanma Barranquero <lekktu@gmail.com>
8242
8243 * register.el (registerv-make):
8244 * window.el (window-min-height): Fix typos in docstrings.
8245
869795d6
JD
82462011-07-05 Jan Djärv <jan.h.d@swipnet.se>
8247
9173deec 8248 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
8249 Update doc string.
8250
b768cdcd
JB
82512011-07-04 Juanma Barranquero <lekktu@gmail.com>
8252
8253 * server.el (server-execute): Catch quit and call
8254 `server-return-error' to pass the error back to emacsclient and
8255 close the connection (bug#8942).
8256
13aa217b
KM
82572011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
8258
8259 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
8260 insecure exception for current topic. Also note that auto-saves
8261 are handled differently.
8262
5d3385a0 8263 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
13aa217b
KM
8264 State variables for tracking auto-save inhibition situation.
8265
8266 (allout-write-contents-hook-handler): Rename from
8267 'allout-write-file-hook-handler', and describe how it depends on
8268 write-contents-functions sensitivity to non-nil value to prevent
8269 file write.
8270
8271 (allout-auto-save-hook-handler): Remove. auto-save does not check
8272 this in individual buffers, only in the starting buffer, so this
8273 is not the right way for us to inhibit auto-save in a buffer
8274 according to its condition.
8275
8276 (allout-mode): Use new allout-write-contents-hook-handler, and
8277 only with write-contents-functions. Remove auto-save provisions -
8278 they're implemented elsewhere.
8279
8280 (allout-before-change-handler): If undo is in progress, note that
8281 for attention of allout-post-command-business.
8282
8283 (allout-post-command-business): If the command we're following was
8284 an undo, check for change in the status of encrypted items and
8285 adjust auto-save inhibitions accordingly.
8286
8287 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
8288 according to whether there are or aren't any plain-text topics
8289 pending encryption.
8290
2dcdbdd9 8291 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
8292 Adjust buffer-saved-size and some allout state to inhibit auto-saves
8293 if there are plain-text topics pending encryption.
13aa217b
KM
8294
8295 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
8296 buffer-saved-size and some allout state to not inhibit auto-saves
8297 if there are no longer any plain-text topics pending encryption.
8298
0757af94
SM
8299 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
8300 No longer provide for exemption of the current topic.
13aa217b 8301
ac89b32c
JL
83022011-07-04 Juri Linkov <juri@jurta.org>
8303
8304 Add 7z operations to delete and save changed members (bug#8968).
8305 * arc-mode.el (archive-7z-expunge, archive-7z-update):
8306 New defcustoms.
8307 (archive-7z-write-file-member): New function.
8308 (archive-7z-summarize): Fix the number of dashes in the
8309 listing output.
8310
8fa39615
SM
83112011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
8312
8313 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
8314 (bug#8958).
8315
2f11b3f1
CY
83162011-07-04 Chong Yidong <cyd@stupidchicken.com>
8317
d66fef2b
CY
8318 * bindings.el: Ignore next-buffer and previous-buffer in
8319 minibuffer-local-map.
8320
2f11b3f1
CY
8321 * font-lock.el (font-lock-builtin-face): Change light background
8322 color to dark slate blue (Bug#6693).
8323
f932a347
WD
83242011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
8325
8326 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
8327
c8af70e1
SM
83282011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
8329
8330 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
8331 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8332 Add switch-to-buffer.
8333
f158badc
LMI
83342011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
8335
8336 * isearch.el (isearch-search-fun-function): Clarify further the
8337 meaning of the function returned.
8338
6d95bd46
MA
83392011-07-04 Michael Albinus <michael.albinus@gmx.de>
8340
8341 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
8342
8343 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
8344 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
8345 Use it.
8346 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
8347 `tramp-default-remote-path' does not exist.
8348 (tramp-send-command-and-read): New optional argument NOERROR.
8349 (tramp-open-connection-setup-interactive-shell)
8350 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
8351 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
8352 (tramp-process-sentinel): Flush also process' connection property.
8353 (tramp-sh-handle-start-file-process): Do not set process
8354 sentinel. It is done now ...
8355 (tramp-maybe-open-connection): ... here. (Bug#8929)
8356
909e6b67
MK
83572011-07-04 MON KEY <monkey@sandpframing.com>
8358
8359 * play/animate.el (animate-string): Doc fixes and allow changing
8360 the buffer name (bug#5417).
8361
83622011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
8363
c8af70e1 8364 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 8365
f34755dc
PE
83662011-07-04 Paul Eggert <eggert@cs.ucla.edu>
8367
396cec72
PE
8368 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
8369 This is simpler and helps future-proof the code.
8370 (timer-until): Use time-subtract and float-time.
08235028 8371 (timer--time-less-p): Use time-less-p.
f34755dc 8372
56e6cc31
JB
83732011-07-04 Juanma Barranquero <lekktu@gmail.com>
8374
3abb79e5
JB
8375 * type-break.el (timep): Use the value of `float-time' to avoid a
8376 byte-compiler warning.
8377
56e6cc31
JB
8378 * server.el (server-eval-and-print): Return any result, even nil.
8379
7b9430b4
PE
83802011-07-03 Paul Eggert <eggert@cs.ucla.edu>
8381
8382 * type-break.el: Accept time formats that the builtins accept.
8383 (timep, type-break-time-difference): Accept any format that
8384 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
8385 This is simpler and helps future-proof the code.
8386 (type-break-time-difference): Round rather than ignoring
8387 subseconds components.
8388
3034e9e7
LMI
83892011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8390
8391 * info.el (Info-apropos-matches): Make non-interactive, since it
8392 doesn't seem to do anything useful as a command (bug#8829).
8393
1485f4c0
CY
83942011-07-03 Chong Yidong <cyd@stupidchicken.com>
8395
8396 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 8397 Move from faces.el.
1485f4c0
CY
8398 (frame-default-terminal-background): New function.
8399
8400 * custom.el (custom-push-theme): Don't record faces in `changed'
8401 theme; this doesn't work correctly for per-frame face settings.
8402 (disable-theme): Use face-set-after-frame-default to reset faces.
8403 (custom--frame-color-default): New function.
8404
9fa3dd45
LMI
84052011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8406
c8af70e1 8407 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
8408 (bug#8769).
8409
6cbbc20c
KR
84102011-03-29 Kevin Ryde <user42@zip.com.au>
8411
8412 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8413 `perl-Test2' extend to match possible "fail #N" rep count
8414 (bug#8377).
8415
c7f98048
LMI
84162011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8417
65676592
LMI
8418 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
8419 `smtpmail-via-smtp' now returns the error instead of nil.
8420
c7f98048
LMI
8421 * isearch.el (isearch-search-fun-function): Clarify the doc string
8422 (bug#8101).
8423
56e6cc31 84242011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
8425
8426 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
8427 unnecessary spaces (bug#8987).
8428
2b216704
LMI
84292011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8430
8431 * net/network-stream.el (open-network-stream): Use the
8432 :end-of-capability command thoughout.
8433
84342011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
8435
8436 * net/network-stream.el (open-network-stream): Add the
8437 :end-of-capability command parameter, used by pop3.el.
8438
36adf6ce
LMI
84392011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8440
1ca0da0e
LMI
8441 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
8442
fc00f69c
LMI
8443 * fringe.el (fringe-query-style): Remove redundant text " (type ?
8444 for list)" (bug#6475).
8445
28fd8759 8446 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 8447 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
8448 an error (bug#6297).
8449
0dd8b6da
LMI
8450 * man.el (Man-reference-regexp): Allow matching possible
8451 word-wrapped references (bug#6289).
8452
ce1438d6
LMI
8453 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
8454 for consistency with the other vc buffers (bug#6197).
8455 (vc-checkin): Ditto.
8456
8457 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
8458
36adf6ce
LMI
8459 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
8460
e83cc1f7
LMI
84612011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
8462
8a20ca4c
LMI
8463 * custom.el (defcustom): Clarify that :set is only used in the
8464 Customize user interface (bug#6089).
8465
83319045
LMI
8466 * progmodes/flymake.el (flymake-mode): If the buffer isn't
8467 associated with a file, refuse to run instead of erroring out
8468 (bug#6084).
8469
a8392169
LMI
8470 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
8471 the doc string, since it appears that using `fill-column' always
8472 controls the width (bug#7845).
8473
e83cc1f7
LMI
8474 * simple.el (shell-command-on-region): Say where the error output
8475 went if `shell-command-default-error-buffer' is set (bug#6857).
8476
e47ca23b
KM
84772011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
8478
8479 * allout.el (allout-yank-processing): Adjust cursor position for
8480 backwards-deleted space.
8481
8482 (allout-rebullet-heading): Register changes with
8483 allout-exposure-changed-hook, so the modified topic is properly
8484 decorated.
8485
5cf56143
LMI
84862011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
8487
08549772
LMI
8488 * minibuffer.el (completion-in-region): Document PREDICATE
8489 (bug#7136).
8490
48e96771
LMI
8491 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
8492 of keyword/argument pairs (bug#6904).
8493
c8af70e1
SM
8494 * replace.el (multi-occur):
8495 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 8496
e17d05e2
LMI
84972011-07-02 Drew Adams <drew.adams@oracle.com>
8498
8499 * dired.el (dired-mark-if): Make the message about whether it's
8500 marking or unmarking clearer (bug#8523).
8501
063b0e45
LMI
85022011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
8503
8504 * disp-table.el (display-table-print-array): New function.
8505 (describe-display-table): Use it to print the vectors more pretty
8506 (Bug#8859).
8507
28545e04
MR
85082011-07-02 Martin Rudalics <rudalics@gmx.at>
8509
8510 * window.el (window-state-get-1): Don't assign clone numbers.
8511 Add clone-of item to list of window parameters.
8512 (window-state-put-2): Don't process clone numbers.
8513 (display-buffer-alist): Fix doc-string.
8514
3349e122
SM
85152011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
8516
8517 * subr.el (remq): Don't allocate if it's not needed.
8518 (keymap--menu-item-binding, keymap--menu-item-with-binding)
8519 (keymap--merge-bindings): New functions.
8520 (keymap-canonicalize): Use them to refine the canonicalization.
8521 * minibuffer.el (minibuffer-local-completion-map)
8522 (minibuffer-local-must-match-map): Move initialization from C.
8523 (minibuffer-local-filename-completion-map): Move initialization from C;
8524 don't inherit from anything here.
8525 (minibuffer-local-filename-must-match-map): Make obsolete.
8526 (completing-read-default): Use make-composed-keymap to combine
8527 minibuffer-local-filename-completion-map with either
8528 minibuffer-local-must-match-map or
8529 minibuffer-local-filename-completion-map.
8530
d224ac83
GM
85312011-07-01 Glenn Morris <rgm@gnu.org>
8532
3de63bf8
GM
8533 * type-break.el (type-break-time-sum): Use dolist.
8534
d224ac83
GM
8535 * textmodes/flyspell.el (flyspell-word-search-backward):
8536 Replace CL function.
8537
1a1e3f32
SM
85382011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
8539
fe3f64d5
SM
8540 * mouse.el (mouse--strip-first-event): New function.
8541 (function-key-map): Use it to map fringe clicks to normal clicks
8542 by default.
8543
eb604e34
SM
8544 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
8545 (vc-bzr-revision-completion-table): Add support for annotate and date.
8546
1a1e3f32
SM
8547 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
8548 inherit from parent.
8549
5bd35902
LMI
85502011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8551
ace6c69c 8552 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 8553 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 8554
191e2bed
LMI
8555 * dired.el (dired-mode): Fix up the doc string as suggested by
8556 Drew Adams (bug#8817).
8557
5bd35902
LMI
8558 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
8559 cookie, since the manual says that it should be possible to add
8560 this function to `find-file-hook' (bug#8709).
8561
eee8207a
TZ
85622011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
8563
8564 * progmodes/cfengine.el: Moved all cfengine3.el functionality
8565 here. Noted Ted Zlatanov as the maintainer.
8566 (cfengine-common-settings, cfengine-common-syntax): New functions
8567 to set up common things between `cfengine-mode' and
8568 `cfengine3-mode'.
8569 (cfengine3-mode): New mode.
8570 (cfengine3-defuns cfengine3-defuns-regex
8571 (cfengine3-class-selector-regex cfengine3-category-regex)
8572 (cfengine3-vartypes cfengine3-font-lock-keywords)
8573 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 8574 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 8575
36b148cf
MA
85762011-07-01 Michael Albinus <michael.albinus@gmx.de>
8577
8578 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
8579
8580 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
8581
0bf4ba9a
MR
85822011-07-01 Martin Rudalics <rudalics@gmx.at>
8583
8584 * window.el (same-window-buffer-names, same-window-regexps)
8585 (same-window-p, special-display-frame-alist)
8586 (special-display-popup-frame, special-display-function)
8587 (special-display-buffer-names, special-display-regexps)
8588 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
8589 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
8590 (split-window-preferred-function, split-height-threshold)
8591 (split-width-threshold, even-window-heights)
8592 (display-buffer-mark-dedicated, window-splittable-p)
8593 (split-window-sensibly, window-safely-shrinkable-p):
8594 Un-obsolete.
8595 (display-buffer): Don't spread args with function specifier
8596 because special-display-popup-frame won't like it.
8597
35837f51
PE
85982011-07-01 Paul Eggert <eggert@cs.ucla.edu>
8599
d0672f86
PE
8600 Time-stamp simplifications and fixes.
8601 These improve accuracy slightly, and future-proof the code
8602 against some potential changes to current-time format.
8603
b9444d97
PE
8604 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
8605 by using time-since and float-time.
8606
0ef923dc
PE
8607 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
8608 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
8609 + NNN microseconds".
8610
2f81380d
PE
8611 * type-break.el (type-break-time-sum): Rewrite using time-add.
8612
845b5c3e
PE
8613 * play/hanoi.el (hanoi-current-time-float): Remove.
8614 All uses replaced by float-time.
8615
ee6f1be0
PE
8616 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
8617 This yields a more-accurate answer.
8618 (rng-time-to-float): Remove; no longer needed.
8619
fe955043
PE
8620 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
8621
5777162a
PE
8622 * calendar/timeclock.el (timeclock-seconds-to-time):
8623 Defalias to seconds-to-time, since they're the same thing.
8624
3103f8b6 8625 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 8626 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
8627 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
8628
0e61a35f
SM
86292011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
8630
8631 * window.el (bury-buffer): Don't iconify the only frame.
8632 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
8633 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
8634
ddd63a1e
CY
86352011-07-01 Chong Yidong <cyd@stupidchicken.com>
8636
0e61a35f
SM
8637 * eshell/em-smart.el (eshell-smart-display-navigate-list):
8638 Add mouse-yank-primary.
ddd63a1e 8639
055f4923
TZ
86402011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
8641
8642 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
8643
6a2fb145
SM
86442011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
8645
8646 * emacs-lisp/find-func.el (find-library--load-name): New fun.
8647 (find-library-name): Use it to find relative load names when provided
8648 absolute file name (bug#8803).
8649
fd4983f2
LMI
86502011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8651
887d14ad
LMI
8652 * textmodes/flyspell.el (flyspell-word): Consider words that
8653 differ only in case as potential doublons (bug#5687).
8654
c53dc7fc
LMI
8655 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
8656 Remove two rather uninteresting debugging-like messages to make
8657 debbugs.el more silent.
8658
fd4983f2
LMI
8659 * comint.el (comint-password-prompt-regexp): Accept "Response" as
8660 a password-like phrase.
8661
7a71b18d 86622011-06-30 Masatake YAMATO <yamato@redhat.com>
b14c0c55
AM
8663
8664 * progmodes/cc-guess.el: New file.
8665
6a2fb145 8666 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
8667
8668 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
8669 derived from `c-basic-common-init'.
8670
8671 * progmodes/cc-mode.el (top-level): Require cc-guess.
8672 (c-basic-common-init): Use `cc-choose-style-for-mode'.
8673
1fa280a3
LM
86742011-06-30 Lawrence Mitchell <wence@gmx.li>
8675
8676 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
8677
e6597158
AM
86782011-06-30 Alan Mackenzie <acm@muc.de>
8679
1fa280a3
LM
8680 * progmodes/cc-engine.el (c-guess-continued-construct):
8681 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
8682 lock is disabled. Name this case as "CASE G".
8683
68ba37fb
KM
86842011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
8685
8686 * allout.el (allout-yank-processing): Fix injection of extra space
8687 between bullet and non-whitespace character in first topic when
8688 pasting, ensuring that the actual spacing in the pasted topic
8689 following the bullet char is preserved. This extra space was
8690 causing pasted encrypted topics to get a decrypted status even
8691 when the content was actually still encrypted. Now the decryption
8692 status from before the paste is preserved.
8693
8694 (allout-flag-region): Set all allout overlays so they evaporate
8695 when reduced to zero length (evanescent), to prevent overlay
8696 leakage.
8697
887a0b34
GM
86982011-06-30 Glenn Morris <rgm@gnu.org>
8699
94b9acce
GM
8700 * w32-fns.el (w32-charset-info-alist): Declare.
8701
1d9b46d4
GM
8702 * find-dired.el (find-grep-options): Simplify.
8703
cc232200
GM
8704 * term/ns-win.el (ns-set-resource): Declare.
8705
28e77c46
GM
8706 * ses.el (row, col): Declare dynamic variables honestly.
8707
887a0b34
GM
8708 * textmodes/reftex-parse.el (index-tags): Declare.
8709
658d8eb8
CY
87102011-06-30 Chong Yidong <cyd@stupidchicken.com>
8711
8712 * cus-edit.el (customize-push-and-save): New function.
8713
8714 * files.el (hack-local-variables-confirm): Use it.
8715
1fa280a3
LM
8716 * custom.el (load-theme): New arg NO-CONFIRM.
8717 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
8718 (custom-enabled-themes): Doc fix.
8719
8720 * cus-theme.el (customize-create-theme)
8721 (custom-theme-merge-theme): Callers to load-theme changed.
8722
bb617717
LMI
87232011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8724
d61bdd5d
LMI
8725 * thingatpt.el (thing-at-point-short-url-regexp): Require that
8726 short URLs have at least one dot in them (bug #7614).
8727
bb617717
LMI
8728 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
8729 nil, because using a pty is apparently too slow (bug #895).
8730
2f31f37a
LMI
87312011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
8732
8733 * mail/sendmail.el (sendmail-query-once): New function.
8734 (sendmail-query-once-function): New variable.
8735
3076b24e
GM
87362011-06-29 Glenn Morris <rgm@gnu.org>
8737
faf2a174
GM
8738 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
8739
3076b24e
GM
8740 * ses.el (top-level): Require cl when compiling.
8741 (ses-set-localvars): Fix error statement.
8742 Call it at compile time to silence a storm of warnings.
8743
5386012d
MR
87442011-06-29 Martin Rudalics <rudalics@gmx.at>
8745
8746 * window.el (normalize-live-buffer): Rename to
8747 window-normalize-buffer.
8748 (normalize-live-frame): Rename to window-normalize-frame.
8749 (normalize-any-window): Rename to window-normalize-any-window.
8750 (normalize-live-window): Rename to window-normalize-live-window.
8751 (make-window-atom): Rename to window-make-atom.
8752 (window-resize-reset): Rename to window--resize-reset.
8753 (window-resize-reset-1): Rename to window--resize-reset-1.
8754 (resize-mini-window): Rename to window--resize-mini-window.
8755 (resize-subwindows-skip-p): Rename to
8756 window--resize-subwindows-skip-p.
8757 (resize-subwindows-normal): Rename to
8758 window--resize-subwindows-normal.
8759 (resize-subwindows): Rename to window--resize-subwindows.
8760 (resize-other-windows): Rename to window--resize-siblings.
8761 (resize-this-window): Rename to window--resize-this-window.
8762 (resize-root-window): Rename to window--resize-root-window.
8763 (resize-root-window-vertically): Rename to
8764 window--resize-root-window-vertically.
8765 (normalize-buffer-to-display): Rename to
8766 window-normalize-buffer-to-display.
8767 (normalize-buffer-to-switch-to): Rename to
8768 window-normalize-buffer-to-switch-to.
8769 Correspondingly update all callers of the functions listed
8770 above.
8771 (display-buffer-alist, display-buffer-normalize-arguments)
8772 (display-buffer-normalize-options, display-buffer)
8773 (display-buffer-alist-set): Use "function" instead of
8774 "fun-with-args".
8775
1176868d
CY
87762011-06-28 Chong Yidong <cyd@stupidchicken.com>
8777
8778 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
8779 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
8780 debbugs.gnu.org. Mention acknowledgment email.
8781
20a7a65f
LMI
87822011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
8783
8784 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
8785 buffer multibyteness, since it shouldn't matter.
8786
5f45cca5
MR
87872011-06-28 Martin Rudalics <rudalics@gmx.at>
8788
8789 * window.el (display-buffer-in-side-window): Handle dedicated
8790 windows as in display-buffer-reuse-window.
8791 (display-buffer-normalize-alist): Use value of override
8792 specifier.
8793 (display-buffer-normalize-specifiers): Use value of
8794 other-window-means-other-frame specifier.
8795 (display-buffer-alist): Rewrite some texts in widgets.
8796 (display-buffer): Spread arguments when calling function
8797 specified by fun-with-args.
8798
ad85fe1f
DD
87992011-06-28 Deniz Dogan <deniz@dogan.se>
8800
1fa280a3
LM
8801 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
8802 Unnest `let'.
da68c4c8 8803
ad85fe1f
DD
8804 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
8805 selectors (Bug#5732).
ec49bd31 8806 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 8807
a08cc025
JA
88082011-06-27 Jari Aalto <jari.aalto@cante.net>
8809
8810 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
8811 (eshell-ls-date-format): New defcustom.
8812 (eshell-ls-file): Use it.
8813
e2b551c5
SM
88142011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
8815
8816 * help-fns.el (describe-variable): Fix message for terminal-local vars.
8817
8982b231
KY
88182011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
8819
8820 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
8821 (ange-ftp-make-tmp-name): New arg.
8822 (ange-ftp-file-local-copy): Use it.
8823
36c9fa27
J
88242011-06-27 Jambunathan K <kjambunathan@gmail.com>
8825
8826 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
8827 no-conversion (Bug#8870).
8828
d68443dc
MR
88292011-06-27 Martin Rudalics <rudalics@gmx.at>
8830
8831 * window.el (window-right, window-left, window-child)
8832 (window-child-count, window-last-child)
8833 (window-iso-combination-p, walk-window-tree-1)
8834 (window-atom-check-1, window-tree-1, delete-window)
8835 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
8836 new naming conventions - window-vchild, window-hchild,
8837 window-next and window-prev are now called window-top-child,
8838 window-left-child, window-next-sibling and window-prev-sibling
8839 respectively.
d615d6d2
MR
8840 (resize-window-reset): Rename to window-resize-reset.
8841 (resize-window-reset-1): Rename to window-resize-reset-1.
8842 (resize-window): Rename to window-resize.
8843 (window-min-height, window-min-width)
8844 (resize-mini-window, resize-this-window, resize-root-window)
8845 (resize-root-window-vertically, adjust-window-trailing-edge)
8846 (enlarge-window, shrink-window, maximize-window)
8847 (minimize-window, delete-window, quit-restore-window)
8848 (split-window, balance-windows, balance-windows-area-adjust)
8849 (balance-windows-area, window-state-put-2)
8850 (display-buffer-even-window-sizes, display-buffer-set-height)
8851 (display-buffer-set-width, set-window-text-height)
8852 (fit-window-to-buffer): Rename all "resize-window" prefixed
8853 calls to use the "window-resize" prefix convention.
8854 (display-buffer-alist): Fix symbol for label specifier.
8855 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
8856 corresponding specifier.
8857 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 8858
b6458526
VB
88592011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
8860
8861 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
8862 convention.
8863 (ses-call-printer): Does not pass an empty string to formatter when the
8864 cell is empty to keep from barking printer Calc math-format-value.
8865
d31fd9ac
RS
88662011-06-27 Richard Stallman <rms@gnu.org>
8867
43d5bf84
RS
8868 * battery.el (battery-mode-line-limit): New variable.
8869 (battery-update): Handle it.
8870
d31fd9ac
RS
8871 * mail/rmailmm.el (rmail-mime-process-multipart):
8872 Handle truncated messages.
8873
819a6054
GM
88742011-06-27 Glenn Morris <rgm@gnu.org>
8875
8876 * progmodes/flymake.el (flymake-err-line-patterns):
8877 Allow for column numbers in the ant/javac pattern. (Bug#8866)
8878
cedc73f2
VB
88792011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
8880
819a6054 8881 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
8882 (ses--clean-!, ses--clean-_): New functions.
8883 (ses-range): Add configurability of readout order, and conversion
8884 to Calc vector.
8885
5e5d49b6
VB
8886 * ses.el (ses-repair-cell-reference-all): New function.
8887 (ses-cell-symbol): Set macro as safe, so that it can be used in
8888 formulas.
8889
56e6cc31 8890 * ses.el: Update cycle detection algorithm.
90ca8b49 8891 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 8892 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
8893 (ses-set-localvars): New function.
8894 (ses-make-cell): Add property-list as a cell element.
8895 (ses-cell-property-get-fun, ses-cell-property-get)
8896 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
8897 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
8898 New functions.
90ca8b49
VB
8899 (ses-cell-property-set, ses-cell-property-pop)
8900 (ses-cell-property-get-handle): New macro.
8901 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
8902 New aliases, used for code readability.
8903 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
8904 cycle detection.
8905 (ses-self-reference-early-detection): New defcustom.
fac916bf 8906 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
8907 (ses-mode): Use ses-set-localvars.
8908 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
8909 before lauching the update processing.
8910 (ses-initialize-Dijkstra-attempt): New function.
8911 (ses-recalculate-cell): Update for cycle detection based on
8912 Dijkstra algorithm.
8913
2bb63e81
VB
8914 * ses.el: Fix commenting and indenting convention.
8915
c9d29fb8
SM
89162011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
8917
8918 * bs.el (bs-cycle-next): Complete last change.
8919
d8e4b68b
JB
89202011-06-27 Drew Adams <drew.adams@oracle.com>
8921
8922 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
8923
40098786
LMI
89242011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
8925
c9d29fb8
SM
8926 * net/network-stream.el (network-stream-open-starttls):
8927 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
8928 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
8929
40098786
LMI
8930 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
8931 to binary to possibly avoid line encoding issues on Windows (among
8932 other things).
8933
468d09d4
LMI
89342011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
8935
8936 * net/network-stream.el (open-network-stream): Return an :error
8937 saying what the problem was, if possible.
8938
8939 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
8940 server.
8941
8942 * net/network-stream.el (network-stream-open-starttls): If we
8943 wanted to use STARTTLS, and the server offered it, but we weren't
8944 able to because we had no STARTTLS support, then close the connection.
8945 (open-network-stream): Return an :error element, if present.
8946
16f07dd7
CY
89472011-06-26 Chong Yidong <cyd@stupidchicken.com>
8948
88821ca0
CY
8949 * hl-line.el (hl-line-sticky-flag): Doc fix.
8950 (global-hl-line-sticky-flag): New option (Bug#8323).
8951 (global-hl-line-highlight): Obey it.
8952
16f07dd7
CY
8953 * vc/vc.el (vc-revert-show-diff): Default to t.
8954
6b5ccddf
KM
89552011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
8956
c9d29fb8
SM
8957 * allout-widgets.el (allout-widgets-post-command-business):
8958 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
8959 undecorated when an isearch is continued past, and isearch
8960 automatically collapses them. This leads to "widget leaks", where
8961 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
8962 hidden widgets can slow down cursor travel, substantially.
8963 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
8964 so we're doing without this nicety.
8965
8966 (allout-widgets-tally-string): Don't try to do a hash-table-count
8967 of allout-widgets-tally when it's nil. This eliminates spurious "Error
8968 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
8969 *Messages* when allout-widgets-maintain-tally is t.
8970
355f2e07
MR
89712011-06-26 Martin Rudalics <rudalics@gmx.at>
8972
8973 * window.el (display-buffer-normalize-argument): Rename to
8974 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
8975 LABEL argument. Respect special-display-function when popping up
8976 a new frame. Fix code searching for a window showing the buffer
8977 on another frame.
c9d29fb8
SM
8978 (display-buffer-normalize-specifiers):
8979 Call display-buffer-normalize-arguments.
355f2e07
MR
8980 (display-buffer-in-window): Don't undedicate the window if its
8981 buffer remains the same.
8982 Reported by Drew Adams <drew.adams@oracle.com>.
8983 (display-buffer-alist): Add choice for same-window macro
8984 specfier.
8985 (display-buffer): Mention special meaning of LABEL argument in
8986 doc-string. Fix quoting. Don't pop up a new frame even as
8987 fallback.
8988
7ca8fc42
JB
89892011-06-26 Juanma Barranquero <lekktu@gmail.com>
8990
8991 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
8992 avoid deleting the current window in some cases (bug#8911).
8993
bc312254
AS
89942011-06-26 Andreas Schwab <schwab@linux-m68k.org>
8995
8996 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
8997 (Bug#8934)
8998
2db18f3f
LMI
89992011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9000
c9d29fb8
SM
9001 * net/network-stream.el (network-stream-open-starttls):
9002 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
9003 (network-stream-open-tls): Ditto.
9004
6302e0d3
LL
90052011-06-26 Leo Liu <sdl.web@gmail.com>
9006
9007 * register.el (registerv): New struct.
9008 (registerv-make): New function.
c9d29fb8
SM
9009 (jump-to-register, describe-register-1, insert-register):
9010 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
9011 struct. (Bug#8415)
9012
5fdd4046
CY
90132011-06-26 Chong Yidong <cyd@stupidchicken.com>
9014
2afef60a
CY
9015 * vc/vc.el (vc-revert-show-diff): New defcustom.
9016 (vc-diff-internal): New arg specifying diff buffer.
9017 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
9018 reuse an existing *vc-diff* buffer (Bug#8927).
9019
5fdd4046
CY
9020 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
9021
e93db24a
GM
90222011-06-26 Glenn Morris <rgm@gnu.org>
9023
9024 * progmodes/f90.el (f90-critical-indent): New option.
9025 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
9026 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
9027 (f90-mode): Doc fix.
9028 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
9029 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
9030 (f90-beginning-of-block, f90-next-block, f90-indent-region)
9031 (f90-match-end): Handle block, critical.
9032
eefff499
GM
90332011-06-25 Glenn Morris <rgm@gnu.org>
9034
f6ba4cc9
GM
9035 * calendar/diary-lib.el (diary-included-files): Doc fix.
9036 (diary-include-files): New function, extracted from
9037 diary-include-other-diary-files and diary-mark-included-diary-files.
9038 (diary-include-other-diary-files, diary-mark-included-diary-files):
9039 Just call diary-include-files.
9040 (diary-mark-entries): Reset diary-included-files on first call.
9041
16712304
GM
9042 * calendar/diary-lib.el (diary-mark-entries)
9043 (diary-mark-included-diary-files):
9044 Visit included diary-files in temp buffers.
9045
5d8e0d43
GM
9046 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
9047 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
9048 (f90-start-block-re, f90-imenu-generic-expression)
9049 (f90-looking-at-program-block-start, f90-no-block-limit):
9050 Add support for submodules.
9051
ccf7a5d5
GM
9052 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
9053 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 9054
11fdef7d 90552011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
9056
9057 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
9058 buffer-file-type before setting its value, to avoid disastrous
eefff499 9059 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 9060
74f53697
JB
90612011-06-25 Juanma Barranquero <lekktu@gmail.com>
9062
9063 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
9064
9065 * ses.el (ses-unload-function):
9066 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
9067
9068 * proced.el (proced-unload-function):
9069 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
9070
18a4ce5e
AR
90712011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
9072
9073 * server.el (server-create-window-system-frame): Add parameters arg.
9074 (server-process-filter): Doc fix. Handle frame-parameters.
9075
519d22cc
JB
90762011-06-25 Juanma Barranquero <lekktu@gmail.com>
9077
9078 Fix bug#8730, bug#8781.
9079
9080 * loadhist.el (unload--set-major-mode): New function.
9081 (unload-feature): Use it.
9082
9083 * progmodes/python.el (python-after-info-look): Add autoload cookie.
9084 (python-unload-function): New function.
9085
c206f5b0
SM
90862011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
9087
9088 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
9089
f9ad64f3
GS
90902011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
9091
9092 * net/browse-url.el (browse-url-firefox-program): Add icecat to
9093 the candidates list.
9094
7d0da90e
JB
90952011-06-24 Juanma Barranquero <lekktu@gmail.com>
9096
9097 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
9098
14b4e83d
RS
90992011-06-23 Richard Stallman <rms@gnu.org>
9100
9101 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
9102 (rmail-variables): Set next-error-move-function.
9103 (rmail-what-message): Take argument POS.
9104 (rmail-next-error-move): New function.
9105
273d2baf
SM
91062011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
9107
9108 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
9109 messages for adjacent non-terminals.
9110
56c2cc9a
RS
91112011-06-23 Richard Stallman <rms@gnu.org>
9112
9113 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 9114 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
9115 (rmail-start-mail): Don't specify use of rmail-mail-return;
9116 that's done by mail-bury now.
9117 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 9118
d59eb518
MA
91192011-06-23 Michael Albinus <michael.albinus@gmx.de>
9120
9121 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
9122 SIZE is a number.
9123
02cfc6d6
MR
91242011-06-23 Martin Rudalics <rudalics@gmx.at>
9125
9126 * window.el (get-lru-window, get-mru-window)
9127 (get-largest-window): Never return a minibuffer window.
9128 (display-buffer-pop-up-window): Fix a bug that could lead to
9129 reusing the minibuffer window.
9130 (display-buffer): Pass original specifier argument to
9131 display-buffer-function instead of the normalized one.
9132 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
9133
4e323265
LL
91342011-06-22 Leo Liu <sdl.web@gmail.com>
9135
9136 * minibuffer.el (completing-read-function)
9137 (completing-read-default): Move from minibuf.c
9138
7a70468f
RS
91392011-06-22 Richard Stallman <rms@gnu.org>
9140
50718fc2
RS
9141 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
9142 to Rmail even if not started by a special Rmail command.
9143
7a70468f
RS
9144 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
9145 Copy the buffer currently showing just one message.
9146
297dde5a
RW
91472011-06-22 Roland Winkler <winkler@gnu.org>
9148
9149 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
9150 (bibtex-clean-entry): First delete the old key so that a
9151 customized algorithm for generating the new key does not get
9152 confused by the old key.
9153 (bibtex-url): Obey regexp of first step.
9154 (bibtex-search-entries): Do not use add-to-list with local
9155 list-var.
9156
97bb1093
LMI
91572011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9158
9159 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
9160 stored a user name, then query for the password first, instead of
9161 waiting for SMTP to give an error message and the trying again.
9162
1c0f1a19
JD
91632011-06-22 Lawrence Mitchell <wence@gmx.li>
9164
9165 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
9166 BUFFER in call-process.
9167
396f7c9d
LMI
91682011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9169
9170 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
9171 QUIT twice.
ddb7ffee
LMI
9172 (smtpmail-try-auth-methods): Require user name and password from
9173 auth-source.
396f7c9d 9174
8998d1b3
MR
91752011-06-22 Martin Rudalics <rudalics@gmx.at>
9176
9177 * window.el (display-buffer-default-specifiers)
9178 (display-buffer-alist): Remove entries for pop-up-frame-alist.
9179 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 9180 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
9181
9182 * frame.el (pop-up-frame-alist, pop-up-frame-function)
9183 (special-display-frame-alist, special-display-popup-frame):
9184 Remove duplicate declarations. These are now in window.el.
9185
4ea31e07
LMI
91862011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9187
c9d29fb8
SM
9188 * mail/smtpmail.el (smtpmail-via-smtp):
9189 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
9190 server supports it. SMTP servers that support STARTTLS commonly
9191 require it.
9192
9193 * net/network-stream.el (network-stream-open-starttls): Support
9194 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 9195 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 9196
95f41d9a
LMI
9197 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
9198 upgrades with `open-network-stream', and rely solely on
9199 auth-source for all credentials. Big changes throughout the file,
9200 but in particular:
c9d29fb8
SM
9201 (smtpmail-auth-credentials): Remove.
9202 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
9203 (smtpmail-via-smtp): Check for servers saying they want AUTH after
9204 MAIL FROM, too.
95f41d9a 9205
c9d29fb8
SM
9206 * net/network-stream.el (network-stream-open-starttls):
9207 Provide support for client certificates both for external and built-in
4ea31e07
LMI
9208 STARTTLS.
9209 (auth-source): Require.
9210 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
9211 (network-stream-certificate): Change cert-cert to cert and
9212 cert-key to key.
4ea31e07 9213
065ec2c7
MA
92142011-06-21 Michael Albinus <michael.albinus@gmx.de>
9215
9216 * net/tramp-cache.el (top): Don't load the persistency file when
9217 "emacs -Q" has been called.
9218
cd93b359
DR
92192011-06-21 Tim Harper <timcharper@gmail.com>
9220
d8e4b68b
JB
9221 * term/ns-win.el (ns-initialize-window-system):
9222 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
9223 resource to NO as it is not yet supported by the NS port.
9224
ae9c0411
JB
92252011-06-21 Juanma Barranquero <lekktu@gmail.com>
9226
9227 * misc.el (list-dynamic-libraries--refresh): Compute header here...
9228 (list-dynamic-libraries): ...not here.
9229
7f3f739f
LL
92302011-06-21 Leo Liu <sdl.web@gmail.com>
9231
9232 * subr.el (sha1): Implement sha1 using secure-hash.
9233
327c8fb1
MR
92342011-06-21 Martin Rudalics <rudalics@gmx.at>
9235
9236 * window.el (display-buffer-alist): In default value do not
9237 enforce searching a window on any but the selected frame.
9238 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
9239 (display-buffer-select-window): Remove function.
9240 (display-buffer-in-window): When a window on another frame gets
9241 reused, do not select it any more but just raise its frame if
9242 necessary (Bug#8851) and (Bug#8856).
9243 (display-buffer-normalize-options): Handle pop-up-frames related
9244 options more faithfully.
9245 (pop-to-buffer): Don't rely on `display-buffer' selecting the
9246 window if it is on another frame.
c9d29fb8
SM
9247 (display-buffer-alist, display-buffer-default-specifiers):
9248 Don't make new frame unsplittable by default.
9e9de014
MR
9249 (display-buffer-normalize-argument): Fix doc-string typo and use
9250 'same-frame-other-window instead of 'other-window when associating
9251 with display-buffer-macro-specifiers.
327c8fb1 9252
7cf3f556
VB
92532011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
9254
9255 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
9256 New functions.
9257 (5x5-mode-map, 5x5-mode-menu): Bind them.
9258 (5x5-draw-grid): Tweak the solver's rendering.
9259
60a406cf
SM
92602011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
9261
9262 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
9263 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
9264
d8e4b68b 92652011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
9266
9267 * menu-bar.el: Use function variable instead of switch-to-buffer.
9268 (menu-bar-select-buffer-function): New variable.
60a406cf 9269 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 9270
478d6f95
SM
92712011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
9272
9273 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
9274 variable's status.
9275
ca530739
JD
92762011-06-20 Jan Djärv <jan.h.d@swipnet.se>
9277
9278 * x-dnd.el (x-dnd-version-from-flags)
9279 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
9280 and long as number (Bug#8899).
9281 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
9282
bcd70d97
SM
92832011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
9284
60a406cf 9285 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
9286 (completion-try-completion, completion-all-completions): Compute the
9287 metadata argument if it's missing; make it optional (bug#8795).
9288
60a406cf 9289 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
9290 (widget-complete): Use new :completion-function property.
9291 (widget-completions-at-point): New function.
9292 (default): Use :completion-function instead of :complete.
60a406cf
SM
9293 (widget-default-completions): Rename from widget-default-complete;
9294 Rewrite.
bcd70d97
SM
9295 (widget-string-complete, widget-file-complete, widget-color-complete):
9296 Remove functions.
9297 (file, symbol, function, variable, coding-system, color):
9298 * international/mule-cmds.el (default-input-method, charset)
9299 (language-info-custom-alist):
9300 * cus-edit.el (face): Use new property :completions.
9301
9302 * progmodes/pascal.el (pascal-completions-at-point): New function.
9303 (pascal-mode): Use it.
9304 (pascal-mode-map): Use completion-at-point.
9305 (pascal-toggle-completions): Make obsolete.
9306 (pascal-complete-word, pascal-show-completions):
9307 * progmodes/octave-mod.el (octave-complete-symbol):
9308 Redefine as obsolete alias.
9309 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
9310 Signal absence of completion info for old Octave,
9311 (inferior-octave-complete): Redefine as obsolete alias.
9312 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
9313 (meta-completions-at-point): Rename from meta-complete-symbol and
9314 adapt it for use on completion-at-point-functions.
9315 (meta-common-mode): Use it.
9316 (meta-looking-at-backward, meta-match-buffer): Remove.
9317 (meta-complete-symbol): Redefine as obsolete alias.
9318 (meta-common-mode-map): Use completion-at-point.
9319 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
9320 (makefile-mode-map): Use completion-at-point.
9321 (makefile-completions-at-point): Rename from makefile-complete and
9322 adapt it for use on completion-at-point-functions.
9323 (makefile-mode): Use it.
9324 (makefile-complete): Redefine as obsolete alias.
9325
aebf69c8
DD
93262011-06-20 Deniz Dogan <deniz@dogan.se>
9327
9328 * net/rcirc.el: Delete trailing whitespaces once and for all.
9329
bfbbb27d
DC
93302011-06-20 Daniel Colascione <dan.colascione@gmail.com>
9331
9332 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
9333
d264a46b
CY
93342011-06-19 Chong Yidong <cyd@stupidchicken.com>
9335
4ca009e5
CY
9336 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
9337
d264a46b
CY
9338 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
9339
fbf5b3ce
MR
93402011-06-19 Martin Rudalics <rudalics@gmx.at>
9341
9342 * window.el (display-buffer-other-window-means-other-frame):
9343 Call display-buffer-normalize-alist.
9344 (display-buffer-normalize-specifiers-1): Rename to
9345 display-buffer-normalize-argument. New argument other-frame.
9346 Rewrite.
9347 (display-buffer-normalize-specifiers-2): Rename to
9348 display-buffer-normalize-options.
9349 (display-buffer-normalize-alist-1): New function.
9350 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
9351 display-buffer-normalize-alist.
9352 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
9353 (display-buffer-normalize-options-inhibit): New variable.
9354 (display-buffer-normalize-specifiers): Rewrite calling
9355 display-buffer-normalize-alist,
9356 display-buffer-normalize-argument, and
9357 display-buffer-normalize-options. Don't call the latter if
9358 display-buffer-normalize-options-inhibit is non-nil.
9359 (frame-auto-delete): New option.
9360 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
9361 (window-list-no-nils, window-state-ignored-parameters)
9362 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
9363 (window-state-put-1, window-state-put-2, window-state-put):
9364 New functions.
9a028c23
MR
9365 (display-buffer-normalize-options): Move special-display-p group
9366 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 9367
6d10d800
CY
93682011-06-18 Chong Yidong <cyd@stupidchicken.com>
9369
6420d28b
CY
9370 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
9371 groups (Bug#8776).
9372 (rx-submatch-n): New function.
9373 (rx): Document it.
9374
ddb8b596
CY
9375 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
9376 (Bug#8768).
9377
9378 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
9379
77080289
CY
9380 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
9381
61dfb316
CY
9382 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
9383 anytime existing face settings are present (Bug#8889).
9384
6d10d800
CY
9385 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
9386 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
9387 Remove unused argument.
9388
be3fb2b8
MR
93892011-06-18 Martin Rudalics <rudalics@gmx.at>
9390
bcd70d97
SM
9391 * window.el (display-buffer-default-specifiers):
9392 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
9393 pop-up-window-min-width, and another reuse-window specifier
9394 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
9395 (display-buffer-normalize-specifiers-2):
9396 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
9397 pop-up-windows is unset. Add a reuse-window specifier for the
9398 case popping up a new window fails.
9399 (special-display-popup-frame): Remove double quoting.
28dec25a 9400 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 9401
1c6d8c76
SM
94022011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
9403
9404 * shell.el (shell-completion-vars): Set pcomplete-termination-string
9405 according to comint-completion-addsuffix.
9406
9407 * pcomplete.el: Convert to lexical binding and fix bug#8819.
9408 (pcomplete-suffix-list): Mark as obsolete.
9409 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
9410 pcomplete-seen in the closure.
9411 (pcomplete-comint-setup): Setup completion-at-point as well.
9412 (pcomplete--entries): New function.
9413 (pcomplete--env-regexp): New var.
9414 (pcomplete-entries): Rewrite to work with partial-completion and
9415 without relying on pcomplete-suffix-list.
9416 (pcomplete-pare-list): Remove, unused.
9417
25aef8b8
MR
94182011-06-17 Martin Rudalics <rudalics@gmx.at>
9419
9420 * window.el (display-buffer-alist): Set pop-up-window-min-height
9421 and pop-up-window-min-width in default value. Reported by
9422 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
9423 other-window-means-other-frame.
9424 (display-buffer-macro-specifiers): Comment out entry for
9425 other-window specifier.
9426 (display-buffer-other-window-means-other-frame): New function.
9427 (display-buffer-normalize-specifiers-1): New arguments
9428 buffer-name and label. Treat other-window case specially.
9429 (display-buffer-normalize-specifiers-2): Treat other-window case
9430 specially.
9431 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
9432 (display-buffer-normalize-specifiers):
9433 Call display-buffer-normalize-specifiers-3.
25aef8b8 9434
dbad4f69
MR
94352011-06-17 Martin Rudalics <rudalics@gmx.at>
9436
9437 * window.el (same-window-p): Fix two typos introduced when
9438 adding with-no-warnings.
d1067961
MR
9439 (display-buffer-normalize-specifiers-1): Don't check
9440 pop-up-frames for 'unset initialization.
9441 (display-buffer-normalize-specifiers-2): Major rewrite using
9442 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
9443 (pop-up-frames, display-buffer-reuse-frames)
9444 (display-buffer-mark-dedicated): Don't initialize to 'unset.
9445 Suggested by David Engster <deng@randomsample.de>.
9446 (even-window-heights): Initialize to 'unset.
9447 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
9448 (display-buffer-macro-specifiers): Don't pop up a new frame in the
9449 other window case.
dbad4f69 9450
9b9c9e3a
MR
94512011-06-16 Martin Rudalics <rudalics@gmx.at>
9452
bcd70d97
SM
9453 * window.el (display-buffer-normalize-specifiers-1):
9454 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 9455 second argument of display-buffer (Bug#8865).
981d5c09
MR
9456 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
9457 (switch-to-buffer-other-window-same-frame)
9458 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
9459 Adams (Bug#8875).
9c2755e9
MR
9460 (display-buffer): Don't check noninteractive when calling
9461 display-buffer-pop-up-frame.
9462 (display-buffer-pop-up-frame): Never pop up a frame in
9463 noninteractive mode (Bug#8857).
67222e1d
MR
9464 (enlarge-window, shrink-window): Don't report an error when the
9465 window can't be resized as requested (Bug#8862).
9b9c9e3a 9466
2b75be67
SM
94672011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
9468
9ffdd3ba
SM
9469 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
9470
cb581a67
SM
9471 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
9472
2b75be67
SM
9473 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
9474
8c0e3589
AM
94752011-06-15 Alan Mackenzie <acm@muc.de>
9476
cb581a67
SM
9477 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
9478 for declarators, disable knr checking to speed up for normal files.
9479 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 9480
b96e6cde
LMI
94812011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
9482
4bba86e6
LMI
9483 * net/network-stream.el (open-network-stream): Add the keyword
9484 :always-query-capabilities for the case where you want to force a
9485 `plain' network connection, but the protocol still requires the
9486 capabilitiy command (i.e., SMTP and EHLO).
9487
2b75be67 9488 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
9489 consistency with other `-live-p' functions.
9490
efdcdbf8
SM
94912011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
9492
9493 * window.el (same-window-buffer-names, same-window-regexps)
9494 (special-display-frame-alist, special-display-popup-frame)
9495 (special-display-function, special-display-buffer-names)
9496 (special-display-regexps, pop-up-frame-alist)
9497 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
9498 (pop-up-windows, split-window-preferred-function)
9499 (split-height-threshold, split-width-threshold, even-window-heights)
9500 (display-buffer-mark-dedicated): Don't encourage the use of
9501 display-buffer-alist from Elisp code.
9502
c5cde042
DN
95032011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
9504
9505 * progmodes/python.el (python-mode): Derive from prog-mode.
9506 * progmodes/ps-mode.el (ps-mode):
9507 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 9508 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
9509 * progmodes/ld-script.el (ld-script-mode): Likewise.
9510
baa1c9ab
MR
95112011-06-15 Martin Rudalics <rudalics@gmx.at>
9512
9513 * window.el (display-buffer-alist): Trim default value to avoid
9514 popping up a new frame (Bug#8857) or reusing an arbitrary window
9515 on another frame.
9516 (display-buffer): Do not fall back on popping up a new frame in
9517 batch mode (Bug#8857).
9518
c5dd5a51
CY
95192011-06-14 Chong Yidong <cyd@stupidchicken.com>
9520
9521 * cus-theme.el (describe-theme-1): Use custom-theme-p.
9522 (custom-theme-summary): New function.
9523 (customize-themes): Use it.
9524
d647b7c4
GM
95252011-06-13 Glenn Morris <rgm@gnu.org>
9526
9527 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
9528
9481c002
MR
95292011-06-13 Martin Rudalics <rudalics@gmx.at>
9530
357f93d2
MR
9531 * help.el (help-window): Remove variable.
9532 (help-window-point-marker, temp-buffer-max-height)
9533 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
9534 (help-print-return-message): Don't set help-window.
9535 (resize-temp-buffer-window): Rewrite cod eand doc-string.
9536 (help-window-setup-finish): Remove.
9537 (help-window-display-message, help-window-setup)
9538 (with-help-window): Major rewrite based on new
9539 display-buffer-window variable.
9540
9541 * help-mode.el (help-mode-finish): Remove help-window related
9542 code.
9543
9544 * view.el (view-exits-all-viewing-windows): Remove reference to
9545 view-return-to-alist in doc-string.
9546 (view-return-to-alist): Make obsolete.
9547 (view-buffer): Call pop-to-buffer-same-window and remove
9548 undo-window code.
9549 (view-buffer-other-window): Call pop-to-buffer-other-window and
9550 simplify code. Ignore second argument.
9551 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
9552 simplify code. Ignore second argument.
9553 (view-return-to-alist-update): Make obsolete.
9554 (view-mode-enter): Rename second argument to QUIT-RESTORE.
9555 Rewrite using quit-restore window parameters.
2b75be67
SM
9556 (view-mode-exit): Rename second argument to EXIT-ONLY.
9557 Rewrite using quit-restore-window.
357f93d2
MR
9558 (View-exit, View-exit-and-edit, View-leave, View-quit)
9559 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
9560 appropriate arguments.
9561 (view-end-message): Use quit-restore window parameter.
9562
9481c002
MR
9563 * window.el (display-buffer-function): Rewrite doc-string.
9564 (display-buffer-window, display-buffer-alist): New variables.
9565 (display-buffer-split-specifiers)
9566 (display-buffer-side-specifiers)
9567 (display-buffer-macro-specifiers): New constants.
9568 (display-buffer-even-window-sizes, display-buffer-set-height)
9569 (display-buffer-set-width, display-buffer-select-window)
9570 (display-buffer-in-window, display-buffer-reuse-window)
9571 (display-buffer-split-window-1, display-buffer-split-window)
9572 (display-buffer-split-atom-window, display-buffer-pop-up-window)
9573 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
9574 (display-buffer-in-side-window, normalize-buffer-to-display)
9575 (display-buffer-normalize-specifiers-1)
9576 (display-buffer-normalize-specifiers-2)
2b75be67
SM
9577 (display-buffer-normalize-specifiers, display-buffer-frame):
9578 New functions.
9481c002
MR
9579 (display-buffer): Major rewrite.
9580 (display-buffer-other-window, display-buffer-other-frame)
9581 (pop-to-buffer, switch-to-buffer-other-window)
9582 (switch-to-buffer-other-frame): Rewrite.
9583 (display-buffer-same-window, display-buffer-same-frame)
9584 (display-buffer-same-frame-other-window)
9585 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
9586 (pop-to-buffer-other-window)
9587 (pop-to-buffer-same-frame-other-window)
9588 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
9589 (switch-to-buffer-other-window-same-frame): New functions.
9590 (same-window-p, special-display-p): Rewrite disabling warnings.
9591 Make obsolete.
9592 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
9593 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
9594 Make obsolete
9595 (same-window-buffer-names, same-window-regexps)
9596 (special-display-frame-alist, special-display-popup-frame)
9597 (special-display-function, special-display-buffer-names)
9598 (special-display-regexps, pop-up-frame-alist)
9599 (pop-up-frame-function, split-window-preferred-function)
9600 (split-height-threshold, split-width-threshold)
9601 (even-window-heights): Make obsolete.
9602
9db51aca
GM
96032011-06-12 Glenn Morris <rgm@gnu.org>
9604
9605 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 9606 Misc simplifications.
9db51aca 9607
39cffb44
MR
96082011-06-12 Martin Rudalics <rudalics@gmx.at>
9609
9610 * window.el (window-safely-shrinkable-p): Restore function which
9611 was inadvertently removed in change from 2011-06-11. Declare as
9612 obsolete.
9613
2b75be67
SM
9614 * calendar/calendar.el (calendar-generate-window):
9615 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
9616 window-safely-shrinkable-p.
9617
a8955be7
GM
96182011-06-12 Glenn Morris <rgm@gnu.org>
9619
9620 * progmodes/fortran.el (fortran-mode-syntax-table):
9621 * progmodes/f90.el (f90-mode-syntax-table):
9622 Set % to punctuation. (Bug#8820)
9623 (f90-find-tag-default): Remove, no longer needed.
9624
f0d4059d
DC
96252011-06-12 Daniel Colascione <dan.colascione@gmail.com>
9626
9627 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
9628
1100a63c
CY
96292011-06-11 Chong Yidong <cyd@stupidchicken.com>
9630
9631 * image.el (image-animated-p): Return animation delay in seconds.
9632 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
9633 (image-animate-timeout): Remove DELAY argument. Don't assume
9634 every subimage has the same delay; get it from image-animated-p.
9635 (image-animate): Caller changed.
9636
def722bf
MA
96372011-06-11 Michael Albinus <michael.albinus@gmx.de>
9638
9639 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
9640 to ignored backtrace functions.
9641
0a2bb1a9
GM
96422011-06-11 Glenn Morris <rgm@gnu.org>
9643
9644 * calendar/appt.el (appt-disp-window-function): Doc fix.
9645 (appt-check): Handle overlapping appointments. (Bug#8337)
9646
6198ccd0
MR
96472011-06-11 Martin Rudalics <rudalics@gmx.at>
9648
9649 * window.el (window-tree-1, window-tree): New functions, moving
9650 the latter to window.el.
9651 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
9652 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
9653 (bw-refresh-edges): Remove.
9654 (balance-windows-1, balance-windows-2): New functions.
9655 (balance-windows): Rewrite in terms of window tree functions,
9656 balance-windows-1 and balance-windows-2.
9657 (bw-adjust-window): Remove.
9658 (balance-windows-area-adjust): New function with functionality of
9659 bw-adjust-window but using resize-window.
2b75be67
SM
9660 (set-window-text-height): Rewrite doc-string.
9661 Use normalize-live-window and resize-window.
9662 (enlarge-window-horizontally, shrink-window-horizontally):
9663 Rename argument to DELTA.
6198ccd0
MR
9664 (window-buffer-height): New function.
9665 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
9666 Rewrite using new window resize routines.
2b75be67
SM
9667 (kill-buffer-and-window, mouse-autoselect-window-select):
9668 Use ignore-errors instead of condition-case.
6198ccd0
MR
9669 (quit-window): Call delete-frame instead of delete-windows-on
9670 for the only buffer on frame.
9671
9397e56f
MR
96722011-06-10 Martin Rudalics <rudalics@gmx.at>
9673
9674 * loadup.el (top-level): Load window before files for the sake
9675 of replace-buffer-in-windows.
9676
9677 * files.el (read-buffer-to-switch)
9678 (switch-to-buffer-other-window)
2b75be67
SM
9679 (switch-to-buffer-other-frame, display-buffer-other-frame):
9680 Move to window.el.
9397e56f
MR
9681
9682 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
9683 (previous-buffer): Move to window.el.
9684
9685 * bindings.el (unbury-buffer): Move to window.el.
9686
9687 * window.el (delete-other-windows-vertically): Move after
9688 definition of delete-other-windows.
9689 (other-window, delete-windows-on, replace-buffer-in-windows):
9690 Move here from window.c.
9691 (record-window-buffer, unrecord-window-buffer)
9692 (set-window-buffer-start-and-point, switch-to-prev-buffer)
9693 (switch-to-next-buffer): New functions.
9694 (get-next-valid-buffer, last-buffer, next-buffer): Move here
9695 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
9696 (previous-buffer): Move here from simple.el.
9697 Call switch-to-prev-buffer.
9397e56f
MR
9698 (bury-buffer): Move here from buffer.c. Switch to previous
9699 buffer when window cannot be deleted.
9700 (unbury-buffer): Move here from bindings.el.
9701 (ctl-x-map): Move binding for other-window from window.c to
9702 here.
9703 (read-buffer-to-switch, switch-to-buffer-other-window)
9704 (switch-to-buffer-other-frame): Move here from files.el.
9705 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
9706 (switch-to-buffer): Move here from buffer.c.
9707 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 9708
562dd5e9
MR
97092011-06-10 Martin Rudalics <rudalics@gmx.at>
9710
9711 * window.el (window-min-height, window-min-width): Move here
9712 from window.c. Add defcustoms and rewrite doc-strings.
9713 (resize-mini-window, resize-window): New functions.
9714 (adjust-window-trailing-edge, enlarge-window, shrink-window):
9715 Move here from window.c.
9716 (maximize-window, minimize-window): New functions.
9717 (delete-window, delete-other-windows, split-window): Move here
9718 from window.c.
9719 (window-split-min-size): New function.
9720 (split-window-keep-point): Mention split-window-above-each-other
9721 instead of split-window-vertically.
2b75be67 9722 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
9723 Rename split-window-vertically to split-window-above-each-other
9724 and provide defalias for old definition.
9725 (split-window-side-by-side, split-window-horizontally):
9726 Rename split-window-horizontally to split-window-side-by-side
9727 and provide defalias for the old definition.
562dd5e9
MR
9728 (ctl-x-map): Move bindings for delete-window,
9729 delete-other-windows and enlarge-window here from window.c.
9730 Replace bindings for split-window-vertically and
9731 split-window-horizontally by bindings for
9732 split-window-above-each-other and split-window-side-by-side.
9733
9734 * cus-start.el (all): Remove entries for window-min-height and
9735 window-min-width. Add entries for window-splits and
9736 window-nest.
9737
f0da764a
GM
97382011-06-09 Glenn Morris <rgm@gnu.org>
9739
80675c21
GM
9740 * calendar/appt.el (appt-mode-line): New function.
9741 (appt-check, appt-disp-window): Use it.
9742
f0da764a
GM
9743 * files.el (hack-one-local-variable-eval-safep):
9744 Allow minor-modes with explicit +/-1 arguments.
9745
59f623b7
TZ
97462011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
9747
9748 * term/xterm.el (xterm): Add defgroup.
9749 (xterm-extra-capabilities): Add defcustom to supply known xterm
9750 capabilities, skip querying them, or query them (default).
9751 (terminal-init-xterm): Use it.
9752 (terminal-init-xterm-modify-other-keys): New function to set up
9753 modifyOtherKeys support to simplify `terminal-init-xterm'.
9754
9aab8e0d
MR
97552011-06-09 Martin Rudalics <rudalics@gmx.at>
9756
9757 * window.el (resize-window-reset, resize-window-reset-1)
9758 (resize-subwindows-skip-p, resize-subwindows-normal)
9759 (resize-subwindows, resize-other-windows, resize-this-window)
9760 (resize-root-window, resize-root-window-vertically)
9761 (window-deletable-p, window-or-subwindow-p)
9762 (frame-root-window-p): New functions.
9763
e8b08aee
GM
97642011-06-09 Glenn Morris <rgm@gnu.org>
9765
9766 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
9767 (ange-ftp-get-files): Use it.
9768
254c37a5
AK
97692011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
9770
9771 * mail/sendmail.el (mail-recover-1, mail-recover):
9772 * files.el (recover-file, recover-session):
9773 Handle dired-listing-switches not being just a single short option.
9774
35d7dbd3
GM
97752011-06-09 Glenn Morris <rgm@gnu.org>
9776
9777 * calendar/appt.el (appt-display-message, appt-disp-window):
9778 Handle lists of appointments.
9779
387522b2
MR
97802011-06-08 Martin Rudalics <rudalics@gmx.at>
9781
2b75be67
SM
9782 * window.el (one-window-p): Move down in code.
9783 Rewrite doc-string.
9784 (window-current-scroll-bars): Rewrite doc-string.
9785 Normalize live window argument.
387522b2
MR
9786 (walk-windows, get-window-with-predicate, count-windows):
9787 Rewrite doc-string. Use window-list-1.
9788 (window-in-direction-2, window-in-direction, get-mru-window):
9789 New functions.
9790
d8e4b68b 97912011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
9792
9793 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
9794 Doc fix (Bug#8713).
9795
97962011-06-08 Chong Yidong <cyd@stupidchicken.com>
9797
9798 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
9799
98002011-06-08 Juanma Barranquero <lekktu@gmail.com>
9801
9802 * loadhist.el (unload-feature-special-hooks):
9803 Add `comint-output-filter-functions'.
9804
0de12c52
IK
98052011-06-08 Ivan Kanis <gnu@kanis.fr>
9806
9807 * calendar/appt.el (appt-check): Move some initializations into the let.
9808
f3d1777e
MR
98092011-06-08 Martin Rudalics <rudalics@gmx.at>
9810
9811 * window.el (window-height): Defalias to window-total-height.
9812 (window-width): Defalias to window-body-width.
9813
18af70d0
CY
98142011-06-07 Chong Yidong <cyd@stupidchicken.com>
9815
9816 * image-mode.el (image-toggle-animation): New command.
9817 (image-mode-map): Bind it to RET.
9818 (image-mode): Update message.
9819 (image-toggle-display-image): Avoid a spurious cache flush.
9820 (image-transform-rotation): Doc fix.
9821 (image-transform-properties): Return quickly in the normal case.
9822 (image-animate-loop): Rename from image-animate-max-time.
9823
2b75be67 9824 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
9825 (create-animated-image): Remove unnecessary function.
9826 (image-animate): Rename from image-animate-start. New arg.
2b75be67 9827 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
9828 (image-animate-timer): Use car-safe.
9829 (image-animate-timeout): Rename argument.
9830
190b47e6
MR
98312011-06-07 Martin Rudalics <rudalics@gmx.at>
9832
9833 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
9834 window.c. Rename first argument to ALL-FRAMES.
9835 Rephrase doc-strings.
9836 (get-buffer-window-list): Rewrite using window-list-1.
9837 Rephrase doc-string.
a1511caf
MR
9838 (window-safe-min-height, window-safe-min-width): New constants.
9839 (window-size-ignore, window-min-size, window-min-size-1)
9840 (window-sizable, window-sizable-p, window-size-fixed-1)
9841 (window-size-fixed-p, window-min-delta-1, window-min-delta)
9842 (window-max-delta-1, window-max-delta, window-resizable)
9843 (window-resizable-p, window-total-height, window-total-width)
9844 (window-body-width): New functions.
9845 (window-full-height-p, window-full-width-p): Rewrite using
9846 window-total-size.
9847 (window-body-height): Rewrite using window-body-size.
190b47e6 9848
85cc1f11
MR
98492011-06-06 Martin Rudalics <rudalics@gmx.at>
9850
9851 * window.el (window-right, window-left, window-child)
9852 (window-child-count, window-last-child, window-any-p)
9853 (normalize-live-buffer, normalize-live-frame)
9854 (normalize-any-window, normalize-live-window)
9855 (window-iso-combination-p, window-iso-combined-p)
9856 (window-iso-combinations)
9857 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
9858 (windows-with-parameter, window-with-parameter)
9859 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
9860 (window-atom-check, window-side-check, window-check):
9861 New functions.
85cc1f11
MR
9862 (ignore-window-parameters, window-sides, window-sides-vertical)
9863 (window-sides-slots): New variables.
9864 (window-size-fixed): Move down in code. Minor doc-string fix.
9865
e7156492
AS
98662011-06-05 Andreas Schwab <schwab@linux-m68k.org>
9867
9868 * comint.el (comint-dynamic-complete-as-filename)
9869 (comint-dynamic-complete-filename): Correctly call
9870 completion-in-region.
9871
7e821d0d
DD
98722011-06-05 Deniz Dogan <deniz@dogan.se>
9873
9874 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
9875 in last change.
9876
ac09b8a1
DD
98772011-06-05 Deniz Dogan <deniz@dogan.se>
9878
9879 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
9880 (rcirc): Use it to prompt for encryption.
9881
34699b85
RW
98822011-06-05 Roland Winkler <winkler@gnu.org>
9883
9884 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
9885 (bibtex-search-entries): New command bound to C-c C-a.
9886 (bibtex-display-entries): New function.
9887
004dedd3
RW
98882011-06-05 Roland Winkler <winkler@gnu.org>
9889
9890 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
9891 (bibtex-insert-kill): After yanking insert newline if necessary.
9892 (bibtex-initialize): Call bibtex-string-files-init only once.
9893 (bibtex-mode): Do not call easy-menu-add.
9894 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
9895 (bibtex-yank): Set arg properly if nil.
9896
022fe7ce
RW
98972011-06-05 Roland Winkler <winkler@gnu.org>
9898
2b75be67
SM
9899 * textmodes/bibtex.el (bibtex-search-entry-globally):
9900 New variable.
022fe7ce
RW
9901 (bibtex-search-entry): Use it.
9902
b7c3692a
RW
99032011-06-05 Roland Winkler <winkler@gnu.org>
9904
9905 * textmodes/bibtex.el (bibtex-entry-format): New option
9906 sort-fields.
9907 (bibtex-format-entry, bibtex-reformat): Honor this option.
9908 (bibtex-parse-entry): Return fields in proper order.
9909
8eda563d
JB
99102011-06-05 Juanma Barranquero <lekktu@gmail.com>
9911
9912 * doc-view.el (doc-view-remove-if): Move computation of result out
9913 of `dolist' to silence misleading lexical-binding warning.
9914
7dbe3dbc
CY
99152011-06-04 Chong Yidong <cyd@stupidchicken.com>
9916
9917 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
9918 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
9919
0c33dd17
MA
99202011-06-04 Michael Albinus <michael.albinus@gmx.de>
9921
9922 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
9923 "SunOS 5.10".
9924
f8f91c2b
MA
99252011-06-04 Michael Albinus <michael.albinus@gmx.de>
9926
9927 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
9928 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
9929 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
9930 (tramp-parse-putty):
9931 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
9932 (tramp-completion-function-alist-ssh)
9933 (tramp-completion-function-alist-telnet)
9934 (tramp-completion-function-alist-su)
9935 (tramp-completion-function-alist-putty): Set `tramp-autoload'
9936 cookie.
9937
9938 * net/tramp-ftp.el:
9939 * net/tramp-sh.el:
9940 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
9941 load "tramp.el" `tramp-set-completion-function'.
9942
e17d9003
SM
99432011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
9944
9945 * shell.el: Require and use pcomplete.
9946 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
9947 (shell-completion-vars): Set pcomplete-default-completion-function.
9948
6c4cab03
DD
99492011-06-04 Deniz Dogan <deniz@dogan.se>
9950
9951 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
9952 `memq' (Bug#8799).
9953
ea9fafe0
SM
99542011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
9955
9956 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
9957
b3e945d3
JB
99582011-06-02 Juanma Barranquero <lekktu@gmail.com>
9959
9960 * bs.el (bs--mark-unmark, bs--nth-wrapper):
9961 * mpc.el (mpc-select-extend, mpc-songpointer-context):
9962 * vc/log-view.el (log-view-beginning-of-defun):
9963 * vc/smerge-mode.el (smerge-apply-resolution-patch)
9964 (smerge-refine-forward, smerge-refine-chopup-region):
9965 Silence warning for unused `dotimes' counter variables.
9966
7d520089
SM
99672011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
9968
9969 * net/tramp.el (tramp-with-progress-reporter): Rename from
9970 with-progress-reporter. Use `declare'.
9971 * net/tramp-smb.el:
9972 * net/tramp-sh.el:
9973 * net/tramp-gvfs.el: Update all uses.
9974
a1c2400f
JB
99752011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
9976
9977 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
9978 buffer isn't killed before making it current.
9979
2403c841
SM
99802011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
9981
9982 Silence various byte-compiler warnings.
9983 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
9984 `access-type' and new obsolescence format.
9985 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
9986 new format.
9987 (byte-compile-check-variable): New `access-type' argument.
9988 Only warn if the access-type is obsolete.
9989 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
9990 (byte-compile-variable-set): Adjust callers.
9991 * help-fns.el (describe-variable): Adjust to new obsolescence format.
9992 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
9993 setting it as obsolete.
9994 * simple.el (minibuffer-completing-symbol):
9995 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
9996 access as obsolete.
9997 * minibuffer.el (minibuffer-completing-file-name): Don't make it
9998 obsolete yet.
9999 * international/quail.el (quail-mouse-choose-completion): Remove unused
10000 code referring to obsolete var.
10001 (quail-choose-completion-string): Remove.
10002 * server.el (server-clients-with, server-kill-buffer-query-function)
10003 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
10004 * proced.el (proced-send-signal):
10005 * emacs-lisp/lisp.el (lisp-complete-symbol):
10006 Replace completion-annotate-function with completion-extra-properties.
10007
2462470b
SM
100082011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
10009
fb5b2591
SM
10010 * simple.el (goto-line): Use read-number.
10011 (overriding-map-is-bound): Remove.
10012 (saved-overriding-map): Change default.
10013 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
10014 Take the map as argument.
10015 (universal-argument, negative-argument, digit-argument): Use it.
10016 (restore-overriding-map): Adjust.
10017 (do-auto-fill): Use fill-forward-paragraph.
10018 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
10019
fd6fa53f
SM
10020 * minibuffer.el (minibuffer-inactive-mode-map): New var.
10021 (minibuffer-inactive-mode): New major mode.
10022 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
10023 the *Messages* buffer" hack.
10024 (mouse-popup-menubar): Don't burp if the event is a normal key.
10025
2462470b
SM
10026 Miscellaneous tweaks.
10027 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
10028 lexical scoping as in subr.el's dolist and dotimes.
10029 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
10030 Silence compiler warning.
10031 * thingatpt.el (forward-whitespace): Trivial coding style fix.
10032 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
10033 * international/ccl.el (ccl-compile): Trivial simplification.
10034 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
10035 * emacs-lisp/testcover.el (testcover-end): Remove spurious
10036 `printflag' argument.
10037 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
10038 Purecopy the whole obsolescence data.
10039
108bf785
LL
100402011-06-01 Leo Liu <sdl.web@gmail.com>
10041
10042 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
10043 improve doc-string as suggested by Marco Pessotto
10044 <melmothx@gmail.com>.
10045 (rcirc-print): Fix last change.
10046
30a23501
SM
100472011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10048
10049 * minibuffer.el (complete-with-action): Return nil for the metadata and
10050 boundaries of non-functional tables.
10051 (completion-table-dynamic): Return nil for the metadata.
10052 (completion-table-with-terminator): Add default case, using
10053 complete-with-action.
10054 (completion--metadata): New function.
10055 (completion-all-sorted-completions, minibuffer-completion-help): Use it
10056 to try and avoid pathological performance problems.
10057 (completion--embedded-envvar-table): Return `category' metadata.
10058
bcd54f83
LMI
100592011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
10060
10061 * subr.el (process-alive-p): New tiny convenience function.
10062
e227544d
SM
100632011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10064
10065 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
10066 content but also its previous major mode.
10067
e8296fdc
HE
100682011-05-31 Helmut Eller <eller.helmut@gmail.com>
10069
4d61f28d 10070 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
10071 *Backtrace* buffer when we exit with C-M-c.
10072
620c53a6
SM
100732011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10074
10075 * minibuffer.el: Add metadata method to completion tables.
10076 (completion-category-overrides): New defcustom.
10077 (completion-metadata, completion--field-metadata)
10078 (completion-metadata-get, completion--styles)
10079 (completion--cycle-threshold): New functions.
10080 (completion-try-completion, completion-all-completions):
10081 Add `metadata' argument to choose completion-styles.
10082 (completion--do-completion): Use metadata to choose cycling.
10083 (completion-all-sorted-completions): Use metadata for sorting.
10084 Remove :completion-cycle-penalty which is not needed any more.
10085 (completion--try-word-completion): Add `metadata' argument.
10086 (minibuffer-completion-help): Check metadata for annotation function
10087 and sorting.
10088 (completion-file-name-table): Return `category' metadata.
10089 (minibuffer-completing-file-name): Make obsolete.
10090 * simple.el (minibuffer-completing-symbol): Make obsolete.
10091 * icomplete.el (icomplete-completions): Pass new `metadata' param to
10092 completion-try-completion.
10093
1257e755
SM
100942011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
10095
10096 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
10097
3767e706
LL
100982011-05-30 Leo Liu <sdl.web@gmail.com>
10099
10100 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
10101 (rcirc-print): Decode all incoming messages (bug#8744).
10102 (rcirc-decode-coding-system): Allow value nil for automatic coding
10103 system detection.
3767e706 10104
d1a5d56a
GM
101052011-06-01 Glenn Morris <rgm@gnu.org>
10106
10107 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
10108
e8cbec34
CY
101092011-05-29 Chong Yidong <cyd@stupidchicken.com>
10110
10111 * image.el (image-animate-max-time): Allow nil and t values.
10112 Default to nil.
10113 (create-animated-image): Doc fix.
10114 (image-animate-start): Remove second arg; just use
10115 image-animate-max-time.
10116 (image-animate-timeout): Doc fix. Args changed.
10117
10118 * image-mode.el (image-toggle-display-image): Ensure that the
10119 image spec passed to the animate timer is the same object as in
58179cce 10120 the buffer's display property (Bug#6981).
e8cbec34
CY
10121 (image-transform-properties): Doc fix.
10122
10123 * image.el (image-animate-max-time): Default to nil.
10124
159daf87
MR
101252011-05-29 Martin Rudalics <rudalics@gmx.at>
10126
10127 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
10128 entire buffer list (Bug#8184).
10129
d66c4c7c
CY
101302011-05-29 Chong Yidong <cyd@stupidchicken.com>
10131
10132 * image.el (imagemagick-types-inhibit)
10133 (imagemagick-register-types): Doc fix.
10134
80aec780
DD
101352011-05-29 Deniz Dogan <deniz@dogan.se>
10136
10137 * net/rcirc.el (rcirc): Use the user's stored encryption method by
10138 default.
10139
1dd3c2d9
CY
101402011-05-29 Chong Yidong <cyd@stupidchicken.com>
10141
10142 * select.el: Don't perform clipboard-manager saving in hooks;
10143 leave the hooks empty.
10144
60e56523
LL
101452011-05-28 Leo Liu <sdl.web@gmail.com>
10146
10147 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
10148 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
10149 (occur-edit-mode): New major mode (Bug#8463).
10150 (occur-after-change-function): New function.
10151 (occur-engine): Give Occur tags a read-only property.
10152
2b1e1a22
KR
101532011-05-28 Kevin Ryde <user42@zip.com.au>
10154
10155 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
10156
5d344e88
CY
101572011-05-28 Chong Yidong <cyd@stupidchicken.com>
10158
8e6ca83d
CY
10159 * bindings.el (help-echo): Make the initial non-indicator dash
10160 empty on graphical terminals (Bug#7295).
10161
5d344e88
CY
10162 * files.el (auto-mode-alist): Move config rule after the
10163 in-stripping one (Bug#8547).
10164
bfbbace7
CY
10165 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
10166
fbeba6e2
CY
10167 * startup.el (normal-splash-screen): Remove gratuitous mode-line
10168 setting (Bug#8740).
10169
60ed8c72
AA
101702011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
10171
4ac619f0
AA
10172 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
10173 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
10174 (Bug#8539).
60ed8c72 10175
23db196e
CY
101762011-05-28 Chong Yidong <cyd@stupidchicken.com>
10177
10178 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
10179
5012f24c
DK
101802011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
10181
10182 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
10183 (hs-hide-block-at-point, hs-find-block-beginning)
10184 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
10185 (Bug#8279).
10186
6a639b16
GM
101872011-05-28 Glenn Morris <rgm@gnu.org>
10188
10189 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
10190
d43eaf2c
CY
101912011-05-28 Chong Yidong <cyd@stupidchicken.com>
10192
5199bde1
CY
10193 * help-fns.el (describe-function-1): If the function is a derived
10194 major mode, print the parent mode.
10195
d43eaf2c
CY
10196 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
10197 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
10198
423428a8
SM
101992011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
10200
0ff8e1ba 10201 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 10202 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
10203 * progmodes/etags.el (tags-completion-at-point-function):
10204 * info-look.el (info-lookup-completions-at-point): Mark as
10205 non-exclusive.
10206 (info-complete): Adjust accordingly.
10207
423428a8
SM
10208 * info-look.el: Convert to lexical-binding and completion-at-point.
10209 (info-lookup-completions-at-point): New function.
10210 (info-complete): Use it and completion-in-region.
10211
b74aa22b
DA
102122011-05-28 Drew Adams <drew.adams@oracle.com>
10213
10214 * isearch.el: Let M-e start with point at the first mismatched char.
10215 (isearch-fail-pos): New function.
10216 (isearch-edit-string): Use it.
10217
66e2e71d
DK
102182011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
10219
10220 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
10221
b1890b0f 102222011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
eb95d01d
TC
10223
10224 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
10225 traversal functions for avl-trees.
10226 (avl-tree--stack): New struct.
10227 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
10228 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
10229 (avl-tree--do-enter): Add optional `updatefun' arg.
10230 Change return value.
eb95d01d 10231 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
10232 (avl-tree--do-delete): Add `test' and `nilflag' args.
10233 Change return value.
eb95d01d
TC
10234 (avl-tree-member): Add optional `nilflag'
10235 (avl-tree-member-p): New function.
10236 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
10237 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
10238 (avl-tree-stack-empty-p): New functions.
10239
3769ddcf
TC
10240 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
10241 avl-tree--del-balance1 and make it work both ways.
10242 (avl-tree--del-balance2): Remove.
10243 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
10244 make it work both ways.
10245 (avl-tree--enter-balance2): Remove.
10246 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
10247 New macros.
10248 (avl-tree--mapc, avl-tree-map): Add direction argument.
10249
eb95d01d 102502011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
10251
10252 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
10253
a9f737ee
CY
102542011-05-27 Chong Yidong <cyd@stupidchicken.com>
10255
10256 * select.el: Support clipboard managers with built-in function
10257 x-clipboard-manager-save, via delete-frame-functions and
10258 kill-emacs-hook.
10259 (xselect-convert-to-targets): Add MULTIPLE target to list.
10260 (xselect-convert-to-save-targets): New function.
10261
c92a1e54
KH
102622011-05-27 Kenichi Handa <handa@m17n.org>
10263
10264 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
10265 let-binding rfc2047-encode-encoded-words to nil.
10266
e145f188
GM
102672011-05-27 Glenn Morris <rgm@gnu.org>
10268
5ec8a862
GM
10269 * mail/emacsbug.el: Don't require url-util.
10270
4b29d9fb
GM
10271 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
10272
e145f188
GM
10273 * files.el (set-auto-mode):
10274 Also respect mode: entries at the end of the file. (Bug#8586)
10275
7d15102b
GM
102762011-05-26 Glenn Morris <rgm@gnu.org>
10277
98f593b8
GM
10278 * files.el (hack-local-variables-prop-line, hack-local-variables):
10279 Downcase mode names, as seems to be traditional.
27b48e63 10280 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 10281
7d15102b
GM
10282 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
10283 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
10284
51d5b4ec
JD
102852011-05-25 Julien Danjou <julien@danjou.info>
10286
10287 * textmodes/rst.el (rst-define-level-faces): Do not define face
10288 symbol if it is already defined.
10289
91513f63
VB
102902011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
10291
10292 * play/5x5.el (5x5-new-game, 5x5-randomize):
10293 Reset 5x5-solver-output to nil when a new grid is cast.
10294 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
10295 these debugging traces, as defmacro breaks the compiled code.
10296
4d90d6d0
DK
102972011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
10298
10299 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
10300
e1b90ef6
LL
103012011-05-24 Leo Liu <sdl.web@gmail.com>
10302
10303 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
10304 (vc-bzr-sha1): Adapt.
10305
d8e4b68b 10306 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
10307
10308 * bindings.el: Provide sha1 feature.
10309
db0406bb 103102011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
10311
10312 * mail/sendmail.el: Require `rfc2047'.
10313 (mail-insert-from-field): Do not perform RFC2047 encoding.
10314 (mail-encode-header): New function.
10315 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
10316 buffer to the return value of select-message-coding-system.
10317 Call mail-encode-header.
b8d747b9
KH
10318
10319 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
10320
db0406bb 103212011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 10322
4d90d6d0
DK
10323 * mail/supercite.el (sc-default-cite-frame):
10324 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 10325
eb8a5e9b
GM
103262011-05-24 Glenn Morris <rgm@gnu.org>
10327
f8630703
GM
10328 * progmodes/python.el (brm-menu): Declare.
10329
8831bbed
GM
10330 * emulation/viper.el (viper-set-hooks): Declare.
10331
eb8a5e9b
GM
10332 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
10333 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
10334 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
10335 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
10336 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
10337 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
10338
a2a25d24
SM
103392011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
10340
10341 Add an :exit-function for completion-at-point.
10342
10343 * minibuffer.el (completion--done): New fun.
10344 (completion--do-completion): Use it. New arg `expect-exact'.
10345 (minibuffer-complete, minibuffer-complete-word): Don't output message,
10346 since completion--do-completion does it for us now.
10347 (minibuffer-force-complete): Use completion--done and
10348 completion--replace. Handle sole-completion case with more care.
10349 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
10350 (completion-extra-properties): New var.
10351 (completion-annotate-function): Make obsolete.
10352 (minibuffer-completion-help): Adjust accordingly.
10353 Use completion-list-insert-choice-function.
10354 (completion-at-point, completion-help-at-point):
10355 Bind completion-extra-properties.
10356 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
10357 * simple.el (completion-list-insert-choice-function): New var.
10358 (completion-setup-function): Preserve it.
10359 (choose-completion): Pay attention to it, shuffle the code a bit.
10360 (choose-completion-string): New arg `insert-function'.
10361
10362 * textmodes/bibtex.el: Convert to lexical binding.
10363 (bibtex-mode-map): Use completion-at-point.
10364 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
10365 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
10366 (bibtex-complete): Define as obsolete alias.
10367 (bibtex-complete-internal): Remove.
10368 (bibtex-format-entry): Remove unused sub-group in regexp.
10369 * shell.el (shell--command-completion-data)
10370 (shell-environment-variable-completion):
10371 * pcomplete.el (pcomplete-completions-at-point):
10372 * comint.el (comint--complete-file-name-data): Use :exit-function
10373 instead of completion-table-with-terminator so it also works for
10374 choose-completion.
10375
e44e373d
SM
103762011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
10377
4f91a816
SM
10378 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
10379
782fc819
SM
10380 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
10381 (bug#8710).
10382
e44e373d
SM
10383 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
10384
381987c3
KM
103852011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
10386
10387 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
10388 customization variable and implement: If non-nil, auto-fill will
10389 be inhibited while on topic's header line.
10390
b776bc70
VB
103912011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
10392
10393 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 10394 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
10395 always have a solution in grid size = 5 cases.
10396 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
10397 (5x5-solver-output, 5x5-log-buffer): New vars.
10398 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
10399 Make these variables buffer local to achieve 5x5 multi-session-ness.
10400 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
10401 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
10402 (5x5-solve-suggest): New funs.
10403 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
10404 randomize a grid so that we ensure that there is always a solution.
10405 (5x5-make-random-grid): Allow other movement than flipping.
10406
7de88b6e
KR
104072011-05-23 Kevin Ryde <user42@zip.com.au>
10408
10409 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 10410 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
10411 advice and passes PREDICATE.
10412
b1ef1257
SM
104132011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
10414
bbca48fe
SM
10415 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
10416 byte-compile-lambda if it's actually a lambda.
10417
b1ef1257
SM
10418 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
10419 Fix function quoting. Use backquote better.
10420
92a9cc65
YS
104212011-05-22 Yuanle Song <sylecn@gmail.com>
10422
10423 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
10424 matching (Bug#8516).
10425
f0fb8059
JA
104262011-01-22 Jari Aalto <jari.aalto@cante.net>
10427
10428 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
10429 different face (Bug#8178).
10430
d5b44c93
CY
104312011-05-22 Chong Yidong <cyd@stupidchicken.com>
10432
10433 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
10434 defface (Bug#8144).
10435
79106a44
SM
104362011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
10437
9c848d8a
SM
10438 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
10439 funcall as well (bug#8712). Warn when performing those conversions.
10440 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
10441
79106a44
SM
10442 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
10443
88dfa756
GM
104442011-05-22 Glenn Morris <rgm@gnu.org>
10445
10446 * files.el (hack-local-variables-prop-line): Small simplifications.
10447 (hack-local-variables, hack-local-variables-prop-line):
10448 If MODE-ONLY, return the mode, rather than just `t'.
10449
b7cf2c79
SM
104502011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
10451
10452 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
10453
3f1a8558
GM
104542011-05-21 Glenn Morris <rgm@gnu.org>
10455
7e4ccca3
GM
10456 * files.el (hack-local-variables-prop-line, hack-local-variables):
10457 If only interested in the mode, don't bother doing the other stuff.
10458
637d46ca
GM
10459 * image-mode.el (image-after-revert-hook):
10460 Redraw all frames on which the image is visible. (Bug#8567)
10461
973d955b
GM
10462 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
10463
3f1a8558
GM
10464 * wid-edit.el (widget-checklist-match-inline):
10465 Fix 2011-04-19 change. (Bug#8649)
10466
96479927
SM
104672011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
10468
1dcf791f
SM
10469 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
10470 Also allow singlespace after single-letter capitals followed by a dot.
10471
96479927
SM
10472 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
10473 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
10474
35fd0881
N
104752011-05-20 Nix <nix@esperi.org.uk>
10476
10477 * files.el (basic-save-buffer-2):
10478 Fix handling of break-hardlink-on-save with non-existent files.
10479
82745640
DD
104802011-05-19 Deniz Dogan <deniz@dogan.se>
10481
10482 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 10483 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 10484
4a720484
GM
104852011-05-19 Glenn Morris <rgm@gnu.org>
10486
d1f21341
GM
10487 * progmodes/f90.el (f90-type-def-re):
10488 Handle "type, bind(c)". (Bug#8691)
10489
4a720484
GM
10490 * emacs-lisp/autoload.el (batch-update-autoloads):
10491 Set autoload-excludes by parsing loadup.el rather than Makefiles.
10492
2fb0a219
MA
104932011-05-18 Michael Albinus <michael.albinus@gmx.de>
10494
10495 * net/tramp.el (tramp-process-actions): Set "first-password-request"
10496 property for the correct connection in case of multihops.
10497
e565dd37
GM
104982011-05-18 Glenn Morris <rgm@gnu.org>
10499
c2571358 10500 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
10501 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
10502
e565dd37
GM
10503 Rationalize calendar handling of day and month abbrev-arrays.
10504 * calendar/calendar.el (calendar-customized-p): New function.
10505 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
10506 (calendar-day-name-array, calendar-month-name-array): Doc fix.
10507 Add :set function.
10508 (calendar-abbrev-length, calendar-day-abbrev-array)
10509 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
10510 (calendar-day-abbrev-array, calendar-month-abbrev-array):
10511 Elements may no longer be nil.
10512 (calendar-day-name, calendar-month-name):
10513 Update for changed nature of abbrev arrays.
10514 * calendar/diary-lib.el (diary-name-pattern):
10515 Update for changed nature of abbrev arrays.
10516 (diary-mark-entries-1): Update calendar-make-alist calls.
10517 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
10518 * calendar/cal-html.el (cal-html-day-abbrev-array):
10519 Simply inherit from calendar-day-abbrev-array.
10520
1d99a745
SM
105212011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10522
10523 * progmodes/grep.el (grep-mode): Disable default
10524 compilation-directory-matcher setting (bug#8684).
10525
7c1d9aa0
MA
105262011-05-17 Michael Albinus <michael.albinus@gmx.de>
10527
10528 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
10529 instead of "head" and "tail". There were problems with SunOS 5.9,
10530 and it performs better.
10531
3952e9d8
GM
105322011-05-17 Glenn Morris <rgm@gnu.org>
10533
2dd12e7f
GM
10534 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
10535
e4157b9c
GM
10536 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
10537 Replace obsolete function.
10538
8e249bbd
GM
10539 * shell.el (pcomplete-parse-arguments-function): Declare.
10540
3952e9d8
GM
10541 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
10542 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
10543 (appt-check): Doc fixes.
10544 (appt-disp-window-function, appt-delete-window-function):
10545 Remove needless special case in custom :type.
10546 (appt-display-count): Default to 0, not nil.
10547 (appt-check): Reset appt-display-count to 0, not nil.
10548
c71a0d48 105492011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 10550
c71a0d48
GM
10551 * progmodes/python.el (python-font-lock-keywords):
10552 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 10553
31d55be9
SM
105542011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
10555
10556 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
10557
3bfacb2f
KR
105582011-05-16 Kevin Ryde <user42@zip.com.au>
10559
10560 * info-look.el (makefile-automake-mode): New setups, looking in
10561 automake manual, then makefile-mode.
10562 (makefile-mode): Remove automake manual, have it just in
10563 makefile-automake-mode since there's various things different or
10564 not relevant to plain make.
10565 (makefile-mode): Remove "other-modes" non-existent automake-mode,
10566 believe a hypothetical automake-mode would go to makefile-mode,
10567 not the other way around.
10568
c8e83751
CY
105692011-05-15 Chong Yidong <cyd@stupidchicken.com>
10570
5e9e35cd
CY
10571 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
10572 hunk-end tags (Bug#8672).
10573
c8e83751
CY
10574 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
10575 vc-annotate-show-diff-revision-at-line (Bug#8671).
10576
50b23e5a
GM
105772011-05-14 Glenn Morris <rgm@gnu.org>
10578
7210a739
GM
10579 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
10580 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
10581 (change-log-font-lock-keywords): Also handle multiple author lines
10582 with leading tabs. (Bug#8644)
7210a739 10583
4691905a
GM
10584 * calendar/appt.el (appt-check): Rename some local variables.
10585 Some simplification/reordering.
10586
50b23e5a
GM
10587 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
10588 (feedmail-sendmail-f-doesnt-sell-me-out)
10589 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
10590 (feedmail-debug-sit-for, feedmail-queue-express-hook)
10591 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
10592 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
10593 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
10594 (feedmail-binmail-gnulinuxish-template):
10595 Rename from feedmail-binmail-linuxish-template.
10596 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
10597 Use insert-buffer-substring.
10598
215cda7c
BC
105992011-05-14 Bill Carpenter <bill@carpenter.org>
10600
10601 * mail/feedmail.el (feedmail-patch-level): Increase.
10602 (feedmail-debug): New custom group.
10603 (feedmail-confirm-outgoing-timeout)
10604 (feedmail-sendmail-f-doesnt-sell-me-out)
10605 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
10606 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
10607 (feedmail-sender-line, feedmail-from-line)
10608 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 10609 (feedmail-spray-this-address)
215cda7c
BC
10610 (feedmail-spray-address-fiddle-plex-list)
10611 (feedmail-queue-use-send-time-for-date)
10612 (feedmail-queue-use-send-time-for-message-id)
10613 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
10614 (feedmail-buffer-eating-function):
10615 Doc fixes.
10616 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
10617 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
10618 (feedmail-message-action-scroll-down): New functions.
10619 (feedmail-queue-directory, feedmail-queue-draft-directory):
10620 Use expand-file-name.
10621 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
10622 Remove C-v help entry.
10623 (feedmail-queue-buffer-file-name): New variable.
10624 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
10625 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
10626 (feedmail-message-action-send-strong, feedmail-message-action-edit)
10627 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
10628 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
10629 (feedmail-message-action-toggle-spray)
10630 (feedmail-run-the-queue-no-prompts)
10631 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
10632 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
10633 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
10634 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
10635 (feedmail-envelope-deducer, feedmail-fiddle-from)
10636 (feedmail-fiddle-sender, feedmail-default-date-generator)
10637 (feedmail-fiddle-date, feedmail-fiddle-message-id)
10638 (feedmail-fiddle-spray-address)
10639 (feedmail-fiddle-list-of-spray-fiddle-plexes)
10640 (feedmail-fiddle-list-of-fiddle-plexes)
10641 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
10642 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
10643 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
10644 Change default. Doc fix.
10645 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
10646 (feedmail-binmail-linuxish-template): New constant.
10647 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
10648 Respect feedmail-sendmail-f-doesnt-sell-me-out.
10649 (feedmail-send-it): Add debug call.
10650 Use feedmail-queue-buffer-file-name, and
10651 feedmail-send-it-immediately-wrapper.
10652 (feedmail-message-action-send): Add debug call.
10653 Use feedmail-send-it-immediately-wrapper.
10654 (feedmail-queue-express-to-queue): Add debug call.
10655 Run feedmail-queue-express-hook.
10656 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
10657 (feedmail-message-action-help-blat):
10658 Rename from feedmail-queue-send-edit-prompt-help-first.
10659 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
10660 Check line-endings. Handle errors better.
10661 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
10662 Doc fix. Add debug call.
10663 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
10664 Use feedmail-queue-send-edit-prompt-inner.
10665 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
10666 (feedmail-queue-send-edit-prompt-inner): New function, extracted
10667 from feedmail-queue-send-edit-prompt.
10668 (feedmail-queue-send-edit-prompt-help)
10669 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
10670 (feedmail-tidy-up-slug): Add debug call.
10671 Respect feedmail-queue-slug-suspect-regexp.
10672 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
10673 (feedmail-dump-message-to-queue): Add debug call.
10674 Expand queue-directory.
10675 (feedmail-dump-message-to-queue): Change message slightly.
10676 Use feedmail-say-chatter.
10677 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
10678 (feedmail-send-it-immediately-wrapper): New function.
10679 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
10680 Insert empty string rather than newline. Handle full-frame case.
10681 Use catch/throw. Use feedmail-say-chatter.
10682 (feedmail-fiddle-from): Try mail-host-address.
10683 (feedmail-default-message-id-generator): Doc fix.
10684 Bind system-time-locale. Handle missing end.
10685 (feedmail-fiddle-x-mailer): Add debug call.
10686 Handle feedmail-x-mailer-line being nil.
10687 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
10688 Add debug call. Use buffer-substring-no-properties.
10689 (feedmail-say-debug, feedmail-say-chatter): New functions.
10690 (feedmail-find-eoh): Give an explicit error.
10691
42c7e61e
UJ
106922011-05-13 Ulf Jasper <ulf.jasper@web.de>
10693
c2571358 10694 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 10695 family from helvetica to sans.
c2571358 10696 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
10697 etc/images/newsticker.
10698
c2571358 10699 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
10700 family from helvetica to sans.
10701
10702 * net/newst-plainview.el (newsticker-new-item-face)
10703 (newsticker-old-item-face, newsticker-immortal-item-face)
10704 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 10705 (newsticker-statistics-face): Change default family from
42c7e61e 10706 helvetica to sans.
c2571358 10707 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
10708 etc/images/newsticker.
10709
5d3385a0
JB
10710 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
10711 (newsticker--process-auto-mark-filter-match): Tell user about
42c7e61e
UJ
10712 auto-marking.
10713
8497a297
DV
107142011-05-13 Didier Verna <didier@xemacs.org>
10715
10716 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
10717 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
10718 TODO entries.
8497a297
DV
10719 (lisp-lambda-list-keyword-parameter-indentation)
10720 (lisp-lambda-list-keyword-parameter-alignment)
10721 (lisp-lambda-list-keyword-alignment): New customizable user options.
10722 (lisp-indent-defun-method): Improve docstring.
10723 (extended-loop-p): Fix comment.
10724 (lisp-indent-lambda-list-keywords-regexp): New variable.
10725 (lisp-indent-lambda-list): New function.
10726 (lisp-indent-259): Use it.
10727 (lisp-indent-defmethod): Support for more than one
10728 method qualifier and properly indent methods lambda-lists.
10729 (defgeneric): Provide a missing common-lisp-indent-function property.
10730
f278f87f
SM
107312011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
10732
10733 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
10734 bounds for the empty string (bug#8667).
10735
5233edd7
GM
107362011-05-13 Glenn Morris <rgm@gnu.org>
10737
5237a44f
GM
10738 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
10739
8340026c 10740 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 10741 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 10742
5233edd7 10743 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 10744 (appt-time-msg-list): Doc fix.
a5464014 10745 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 10746
92d10796
AS
107472011-05-12 Andreas Schwab <schwab@linux-m68k.org>
10748
10749 * progmodes/ld-script.el (ld-script-keywords)
10750 (ld-script-builtins): Update keywords list.
10751
914a0ae1
SM
107522011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
10753
c89be45f
SM
10754 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
10755
914a0ae1
SM
10756 * shell.el (shell-completion-vars): New function.
10757 (shell-mode):
10758 * simple.el (read-shell-command): Use it.
10759 (blink-matching-open): No need for " [...]" in minibuffer-message.
10760
98dc3df3
GM
107612011-05-12 Glenn Morris <rgm@gnu.org>
10762
10763 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
10764 (appt-check): Simplify.
10765
d2fc7e3d 107662011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 10767
4d61f28d 10768 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
10769 literal "/dev/null".
10770
d2fc7e3d 107712011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
10772
10773 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
10774 Fix typo.
10775
d2fc7e3d 107762011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 10777
3f254caa
SM
10778 * progmodes/which-func.el (which-function):
10779 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
10780 which might not be defined (Bug#8260).
10781
d45885f7
GM
107822011-05-12 Glenn Morris <rgm@gnu.org>
10783
10784 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
10785 Let byte-compile-initial-macro-environment always take precedence.
10786
488086f4
SM
107872011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
10788
10789 * net/rcirc.el: Add support for SSL/TLS connections.
10790 (rcirc-server-alist): New field `encryption'.
10791 (rcirc): Check `encryption' settings.
10792 (rcirc-connect): New arg `encryption'. Use open-network-stream.
10793 Merge make-local-variable into `set'.
10794 (rcirc--connection-open-p): New function.
10795 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
10796 the process is not a network process (e.g. running gnutls-cli).
10797 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
10798 Make rcirc-(en|de)code-coding-system local here.
10799 (rcirc-mode): Merge make-local-variable into `set'.
10800 (rcirc-parent-buffer): Make permanent buffer-local.
10801 (rcirc-multiline-minor-mode): Don't do it here.
10802 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
10803 there's no server buffer.
10804
7d3b9d44
GM
108052011-05-11 Glenn Morris <rgm@gnu.org>
10806
f64049c6
GM
10807 * newcomment.el (comment-kill): Prefix "unused" local.
10808
93c9df73
GM
10809 * term/w32console.el (get-screen-color): Declare.
10810
7d3b9d44
GM
10811 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
10812 Handle symbol elements of byte-compile-initial-macro-environment.
10813
9e2dd53f
LL
108142011-05-10 Leo Liu <sdl.web@gmail.com>
10815
488086f4
SM
10816 * bookmark.el (bookmark-bmenu-mode-map):
10817 Bind bookmark-bmenu-search to `/'.
8b340240 10818
9e2dd53f 10819 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
10820 (footnote-unicode-string, footnote-unicode-regexp): New variable.
10821 (Footnote-unicode): New function.
10822 (footnote-style-alist): Add unicode style to the list.
10823 (footnote-style): Doc fix.
9e2dd53f 10824
79b70037
GM
108252011-05-10 Jim Meyering <meyering@redhat.com>
10826
10827 Fix doubled-word typos.
10828 * international/quail.el (quail-insert-kbd-layout): and and -> and
10829 * kermit.el: and and -> and
10830 * net/ldap.el (ldap-search-internal): to to -> to
10831 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
10832 * progmodes/js.el (js-mode): and and -> and
10833 * textmodes/artist.el (artist-move-to-xy): at at -> at
10834 (artist-draw-region-trim-line-endings): if if -> if
10835 And Safetyc -> Safety.
10836 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
10837
b8f82dc1 108382011-05-10 Glenn Morris <rgm@gnu.org>
c2571358 10839 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
10840
10841 * files.el (hack-one-local-variable-eval-safep):
10842 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
10843
4f99f44b
GM
108442011-05-10 Glenn Morris <rgm@gnu.org>
10845
10846 * calendar/diary-lib.el (diary-list-entries-hook)
10847 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
10848 (diary-nongregorian-marking-hook, diary-list-entries)
10849 (diary-include-other-diary-files, diary-mark-entries)
10850 (diary-mark-included-diary-files): Doc fixes.
10851
84f29e6b
JB
108522011-05-09 Juanma Barranquero <lekktu@gmail.com>
10853
10854 * misc.el: Require tabulated-list.el during compilation.
10855
9bedd73a
CY
108562011-05-09 Chong Yidong <cyd@stupidchicken.com>
10857
488086f4
SM
10858 * progmodes/compile.el (compilation-start):
10859 Run compilation-filter-hook for the async case too.
9bedd73a
CY
10860 (compilation-filter-hook): Doc fix.
10861
797c735c
DD
108622011-05-09 Deniz Dogan <deniz@dogan.se>
10863
10864 * wdired.el: Remove outdated installation comment. Fix usage
10865 comment.
10866
5f4b1dfe
JB
108672011-05-09 Juanma Barranquero <lekktu@gmail.com>
10868
10869 * misc.el: Implement new command `list-dynamic-libraries'.
10870 (list-dynamic-libraries--loaded-only-p): New variable.
10871 (list-dynamic-libraries--refresh): New function.
10872 (list-dynamic-libraries): New command.
10873
4c44026c
CY
108742011-05-09 Chong Yidong <cyd@stupidchicken.com>
10875
488086f4
SM
10876 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10877 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
10878 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
10879 higher priority to avoid clobbering by gnu.
10880
027f966d
CY
108812011-05-08 Chong Yidong <cyd@stupidchicken.com>
10882
10883 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
10884 if the face has existing theme settings (Bug#8454).
10885
085f5d7d
CY
108862011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
10887
488086f4
SM
10888 * progmodes/perl-mode.el (perl-imenu-generic-expression):
10889 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 10890
2a86a00c
RS
10891 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
10892 special file names `.' and `..' (Bug#8259).
10893
d9c54a06
CY
108942011-05-08 Chong Yidong <cyd@stupidchicken.com>
10895
488086f4
SM
10896 * progmodes/grep.el (grep-mode-font-lock-keywords):
10897 Remove buffer-changing entries.
d9c54a06
CY
10898 (grep-filter): New function.
10899 (grep-mode): Add it to compilation-filter-hook.
10900
10901 * progmodes/compile.el (compilation-filter-hook)
10902 (compilation-filter-start): New defvars.
10903 (compilation-filter): Call compilation-filter-hook prior to
10904 updating the process mark.
10905
c4662635
SM
109062011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
10907
10908 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
10909
b0512a1d
EZ
109102011-05-07 Eli Zaretskii <eliz@gnu.org>
10911
605c9376
EZ
10912 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
10913 mailclient-send-it even if window-system is nil. (Bug#8595)
10914
c4662635
SM
10915 * term/w32console.el (terminal-init-w32console):
10916 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
10917 background-mode. (Bug#8597)
10918
d1dc2cc2
SM
109192011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
10920
10921 Make bytecomp.el understand that defmethod defines funs (bug#8631).
10922 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
10923 New functions.
10924 (defgeneric, eieio--defmethod): Use them.
10925 (eieio-defgeneric): Remove.
10926 (defmethod): Call defgeneric in a way visible to the byte-compiler.
10927
915d1300
GM
109282011-05-07 Glenn Morris <rgm@gnu.org>
10929
a3961c3e
GM
10930 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
10931 Use let rather than let*.
10932 (timeclock-find-discrep): Remove unused local.
10933
314347b9
GM
10934 * calendar/diary-lib.el (diary-comment-start): Doc fix.
10935
915d1300
GM
10936 * calendar/appt.el (appt-time-msg-list): Doc fix.
10937
275b59b0
NF
109382011-05-06 Noah Friedman <friedman@splode.com>
10939
10940 * apropos.el (apropos-print-doc): Only use
10941 emacs-lisp-docstring-fill-column when it is bound to an integer,
10942 per that variable's documentation.
10943
6c19f744
SM
109442011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
10945
10946 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 10947 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 10948
60f884b2
GM
109492011-05-06 Glenn Morris <rgm@gnu.org>
10950
5006e634
GM
10951 * calendar/appt.el (appt-message-warning-time): Doc fix.
10952 (appt-warning-time-regexp): New option.
10953 (appt-make-list): Respect appt-message-warning-time.
10954
548d0a63
GM
10955 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
10956 New options.
10957 (diary-add-to-list): Strip comments from the displayed string.
10958 (diary-mode): Set comment-start and comment-end.
10959
60f884b2
GM
10960 * vc/diff-mode.el (smerge-refine-subst): Declare.
10961 (diff-refine-hunk): Don't require smerge-mode when compiling.
10962
989681bb
JB
109632011-05-06 Juanma Barranquero <lekktu@gmail.com>
10964
10965 * simple.el (list-processes): Return nil as the docstring says.
10966
a6bc05e1
MA
109672011-05-05 Michael Albinus <michael.albinus@gmx.de>
10968
10969 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
10970 to "".
10971 (ange-ftp-write-region, ange-ftp-insert-file-contents)
10972 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
10973 determining of binary transfer. (Bug#7383)
10974
23c22e9a
MA
109752011-05-05 Michael Albinus <michael.albinus@gmx.de>
10976
c4662635
SM
10977 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
10978 Fix port computation bug. (Bug#8618)
23c22e9a 10979
0bff894f
GM
109802011-05-05 Glenn Morris <rgm@gnu.org>
10981
b8296902
GM
10982 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
10983
1f522ce8
GM
10984 * simple.el (shell-dynamic-complete-functions)
10985 (comint-dynamic-complete-functions): Declare.
10986
cf5bee67
GM
10987 * net/network-stream.el (gnutls-negotiate):
10988 * simple.el (tabulated-list-print): Fix declarations.
10989
10990 * progmodes/gud.el (syntax-symbol, syntax-point):
10991 Remove unnecessary and incorrect declarations.
10992
0bff894f
GM
10993 * emacs-lisp/check-declare.el (check-declare-scan):
10994 Handle byte-compile-initial-macro-environment in bytecomp.el
10995
9869b3ae
SM
109962011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
10997
10998 Fix earlier half-done eieio-defmethod change (bug#8338).
10999 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
11000 Streamline and change calling convention.
11001 (defmethod): Adjust accordingly and simplify.
11002 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
11003 new eieio--defmethod.
11004 (slot-boundp): Minor CSE simplification.
11005
9c1d5ac5
MZ
110062011-05-05 Milan Zamazal <pdm@zamazal.org>
11007
11008 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
11009 (glasses-make-readable): Use glasses-separate-capital-groups.
11010
455c834e
JB
110112011-05-05 Juanma Barranquero <lekktu@gmail.com>
11012
11013 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
11014 (warning-series): Doc fix.
11015 (display-warning): Don't try to create the buffer if we just found it.
11016
9ed7c8cb
CY
110172011-05-04 Chong Yidong <cyd@stupidchicken.com>
11018
11019 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
11020 (autoload-find-generated-file): New function.
11021 (generate-file-autoloads): Bind generated-autoload-file to
11022 buffer-file-name.
9869b3ae
SM
11023 (update-file-autoloads, update-directory-autoloads):
11024 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
11025 output file (Bug#7989).
11026 (batch-update-autoloads): Doc fix.
11027
0898ca10
JB
110282011-05-04 Juanma Barranquero <lekktu@gmail.com>
11029
11030 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
11031
31dfb76c
GM
110322011-05-04 Glenn Morris <rgm@gnu.org>
11033
f330b642
GM
11034 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
11035 function, so it follows changes in calendar-date-style.
11036 (diary-fancy-date-matcher): New function.
11037 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
11038 (diary-fancy-font-lock-fontify-region-function):
11039 Use diary-fancy-date-pattern as a function.
11040
31dfb76c
GM
11041 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
11042 non-numbers for `year' etc pseudo-variables. (Bug#8583)
11043
48e79d6a
TZ
110442011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
11045
11046 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
11047 instead of positional arguments. Allow :keylist and :crlfiles
11048 arguments.
11049 (open-gnutls-stream): Call it.
11050
11051 * net/network-stream.el (network-stream-open-starttls): Adjust to
11052 call `gnutls-negotiate' with :process and :hostname arguments.
11053
dd5a5ee0
SM
110542011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
11055
ef80fc09
SM
11056 * minibuffer.el (completion--message): New function.
11057 (completion--do-completion, minibuffer-complete)
11058 (minibuffer-force-complete, minibuffer-complete-word): Use it.
11059 (completion--do-completion): Don't ignore completion-auto-help when in
11060 icomplete-mode.
11061
dd5a5ee0
SM
11062 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
11063 internal encoding (e.g. tibetan zero is not whitespace).
11064 (global-whitespace-mode): Prefer save-current-buffer.
11065 (whitespace-trailing-regexp): Remove useless save-match-data.
11066 (whitespace-empty-at-bob-regexp): Minor simplification.
11067
b7d22a83
CY
110682011-05-03 Chong Yidong <cyd@stupidchicken.com>
11069
11070 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
11071
5192af46
AM
110722011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11073
11074 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 11075 Use `concat' to create string for insertion.
5192af46 11076
5767d190
SM
110772011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11078
11079 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
11080 Avoid open-line which runs post-self-insert-hook.
11081 (bibtex-fill-entry): Remove unused `end' var.
11082
bf242939
AM
110832011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
11084
5767d190
SM
11085 * textmodes/ispell.el (ispell-add-per-file-word-list):
11086 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 11087
25666126
LL
110882011-05-03 Leo Liu <sdl.web@gmail.com>
11089
11090 * isearch.el (isearch-yank-pop): New command.
5767d190 11091 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
11092 (isearch-forward): Mention it.
11093
52d3c2d0
SM
110942011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11095
1bcace58
SM
11096 * simple.el (minibuffer-complete-shell-command): Remove.
11097 (minibuffer-local-shell-command-map): Use completion-at-point.
11098 (read-shell-command): Setup completion vars here instead.
11099 (read-expression-map): Bind TAB to symbol completion.
11100
52d3c2d0
SM
11101 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
11102 error directly rather via storing it into `results'.
11103
35813471
LL
111042011-05-02 Leo Liu <sdl.web@gmail.com>
11105
11106 * vc/diff.el: Fix description.
11107
e793a940
LMI
111082011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11109
11110 * server.el (server-eval-at): New function.
11111
8de66e05
LMI
111122011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11113
11114 * net/network-stream.el (open-network-stream): Take a :nowait
11115 parameter and pass it on to `make-network-process'.
11116 (network-stream-open-plain): Ditto.
11117
dcb79f20
AS
111182011-04-30 Andreas Schwab <schwab@linux-m68k.org>
11119
11120 * faces.el (face-spec-set-match-display): Don't match toolkit
11121 options on terminal frames.
11122
14a7fbd8
SM
111232011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
11124
7eabc1be
SM
11125 * progmodes/pascal.el: Use lexical binding.
11126 (pascal-mode-map): Remove author preferences.
11127
14a7fbd8
SM
11128 * pcomplete.el (pcomplete-std-complete): Don't abuse
11129 completion-at-point.
11130
50f84510
JB
111312011-04-28 Juanma Barranquero <lekktu@gmail.com>
11132
6e087a44
JB
11133 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
11134 removing code that has been dead since 1991 or so.
11135
50f84510
JB
11136 * startup.el (command-line): When warning about "_emacs", use a
11137 delayed warning to allow the user to filter it out.
11138
0ba690bd
DD
111392011-04-28 Deniz Dogan <deniz@dogan.se>
11140
11141 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
11142 user has not joined.
11143
08abfaad
SM
111442011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11145
11146 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
11147 aren't any completions at point.
11148
638f053a
JB
111492011-04-28 Juanma Barranquero <lekktu@gmail.com>
11150
11151 * subr.el (display-delayed-warnings): New function.
11152 (delayed-warnings-hook): New variable.
11153
8fff8daa
SM
111542011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11155
08abfaad
SM
11156 * minibuffer.el (completion-at-point, completion-help-at-point):
11157 Don't presume that a given completion-at-point-function will always
11158 use the same calling convention.
11159
8fff8daa
SM
11160 * pcomplete.el (pcomplete-completions-at-point):
11161 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
11162 pcomplete-seen is non-nil.
11163 (pcomplete-comint-setup): Also recognize the new comint/shell
11164 completion functions.
11165 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
11166 pcomplete-seen is non-nil.
11167
841a1577 111682011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 11169
841a1577 11170 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 11171 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 11172 the first character in the entry. This allows for code to add its
211ec907
UJ
11173 own uid to the entry.
11174 (icalendar--convert-float-to-ical): Add export of
11175 `diary-float'-entries save for those with the optional DAY
11176 argument.
11177
2a782793
DC
111782011-04-27 Daniel Colascione <dan.colascione@gmail.com>
11179
11180 * subr.el (shell-quote-argument): Use alternate escaping strategy
11181 when we spot a variable reference in a string.
11182
0438ce91
DC
111832011-04-26 Daniel Colascione <dan.colascione@gmail.com>
11184
11185 * cus-start.el (all): Define customization for debug-on-event.
11186
841a1577 111872011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
11188
11189 * subr.el (shell-quote-argument): Escape correctly under Windows.
11190
d090ed6c
SM
111912011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
11192
11193 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
11194
bfd31217
MA
111952011-04-25 Michael Albinus <michael.albinus@gmx.de>
11196
d090ed6c
SM
11197 * net/tramp.el (tramp-process-actions): Add POS argument.
11198 Delete region between POS and (pos).
bfd31217 11199
d090ed6c
SM
11200 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
11201 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
11202 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
11203
11204 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
11205 position in `tramp-process-actions' call.
11206
11207 * net/trampver.el: Update release number.
11208
e92f3bd3
SM
112092011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
11210
850256b5
SM
11211 * custom.el (defcustom): Obey lexical-binding.
11212
e92f3bd3
SM
11213 Fix octave-inf completion problems reported by Alexander Klimov.
11214 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
11215 Inherit from octave-mode-syntax-table.
11216 (inferior-octave-mode): Set info-lookup-mode.
11217 (inferior-octave-completion-at-point): New function.
11218 (inferior-octave-complete): Use it and completion-in-region.
11219 (inferior-octave-dynamic-complete-functions): Use it as well, and use
11220 comint-filename-completion.
11221 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
11222 symbol elements which shouldn't be word elements.
11223 (octave-font-lock-keywords, octave-beginning-of-defun)
11224 (octave-function-header-regexp): Adjust regexps accordingly.
11225 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
11226
cd22b309
JB
112272011-04-25 Juanma Barranquero <lekktu@gmail.com>
11228
11229 * net/gnutls.el (gnutls-errorp): Declare before first use.
11230
8b492194
TZ
112312011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
11232
11233 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
11234 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 11235 default trustfile exists before going to use it. Add missing
5a5fa834 11236 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
11237 Reported by Claudio Bley <claudio.bley@gmail.com>.
11238 (open-gnutls-stream): Add usage example.
11239
11240 * net/network-stream.el (network-stream-open-starttls): Give host
11241 parameter to `gnutls-negotiate'.
11242 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 11243 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 11244
841a1577 112452011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 11246
cd22b309
JB
11247 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
11248 Use correct match group (bug#8438).
05842630 11249
3ba7869c
CY
112502011-04-24 Chong Yidong <cyd@stupidchicken.com>
11251
512e3ae1
CY
11252 * emacs-lisp/package.el (package-built-in-p): Fix typo.
11253 (package-menu--generate): New arg specifying packages to show.
11254 (package-menu-refresh, package-menu-execute, list-packages):
11255 Callers changed.
11256 (package-show-package-list): New function, replacing deleted
11257 package--list-packages (renamed because it is non-internal).
11258
11259 * finder.el (finder-list-matches): Use package-show-package-list
11260 instead of deleted package--list-packages.
11261
e92f3bd3
SM
11262 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
11263 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
11264 (vc-annotate-mode-map): Bind it to RET.
11265
7031be6d
UR
112662011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
11267
11268 * progmodes/etags.el (next-file): Don't use set-buffer to change
11269 buffers (Bug#8478).
11270
4ef177aa
CY
112712011-04-24 Chong Yidong <cyd@stupidchicken.com>
11272
c8d173eb
CY
11273 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
11274
4ef177aa
CY
11275 * apropos.el (apropos-label-face): Avoid variable-pitch face.
11276 (apropos-accumulator): Doc fix.
11277 (apropos-function, apropos-macro, apropos-command)
11278 (apropos-variable, apropos-face, apropos-group, apropos-widget)
11279 (apropos-plist): Add face property.
11280 (apropos-symbols-internal): Fix indentation.
11281 (apropos-print): Simplify help, and recognize apropos-multi-type.
11282 (apropos-print-doc): Use button-type-get to extract the button's
11283 face property. Fill docstring (Bug#8352).
11284
4ffd0d6b 112852011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
11286
11287 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
11288
c6c32125 11289 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 11290 (mpuz-mode-map): Use mapc.
c6c32125
JB
11291 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
11292 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
11293 Fix typos in docstrings.
11294
58d468b4
JB
11295 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
11296 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
11297
6470c3c6
JB
11298 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
11299
4ffd0d6b 113002011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
11301
11302 * minibuffer.el (completion--do-completion): Avoid the "Next char
11303 not unique" prompt if icomplete-mode is enabled (Bug#5849).
11304
3ad8bad0
CY
11305 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
11306 mouse-2 into unread-command-events, it is interpreted correctly.
11307
71d73c9c 11308 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 11309 (image-toggle-display): Doc fix.
71d73c9c 11310
841a1577 113112011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 11312
4ffd0d6b
GM
11313 * textmodes/page.el (what-page): Use line-number-at-pos to
11314 calculate line number (Bug#6825).
6e1dbaa9 11315
c2fb1b60
JB
113162011-04-22 Juanma Barranquero <lekktu@gmail.com>
11317
11318 * eshell/esh-mode.el (find-tag-interactive): Declare function.
11319 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
11320 Pass argument NO-DEFAULT to `find-tag-interactive'.
11321
e02f48d7
JB
113222011-04-22 Juanma Barranquero <lekktu@gmail.com>
11323
11324 Lexical-binding cleanup.
11325
11326 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
11327 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
11328 * progmodes/ada-prj.el (ada-prj-initialize-values)
11329 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
11330 (ada-prj-show-value):
11331 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
11332 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
11333 (antlr-invalidate-context-cache, antlr-options-menu-filter)
11334 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
11335 * progmodes/bug-reference.el (bug-reference-push-button):
11336 * progmodes/fortran.el (fortran-line-length):
11337 * progmodes/glasses.el (glasses-change):
11338 * progmodes/octave-mod.el (octave-fill-paragraph):
11339 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
11340 (python-pdbtrack-grub-for-buffer, python-sentinel):
11341 * progmodes/sql.el (sql-save-connection):
11342 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
11343 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
11344 Mark unused parameters.
11345
11346 * progmodes/compile.el (compilation--flush-directory-cache)
11347 (compilation--flush-parse, compile-internal): Mark unused parameters.
11348 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
11349 (compilation-next-error-function): Remove unused variable `timestamp'.
11350
11351 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
11352 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
11353
11354 * progmodes/dcl-mode.el (dcl-end-of-command):
11355 Remove unused variable `start'.
11356 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
11357 (dcl-option-value-basic, dcl-option-value-offset)
11358 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
11359 Mark unused parameters.
11360 (dcl-save-local-variable): Remove unused variable `val'.
11361 (mode): Declare.
11362
11363 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
11364 Mark unused parameters.
11365 (delphi-ignore-changes): Move before first use.
11366 (delphi-charset-token-at): Remove unused variable `start'.
11367 (delphi-else-start): Remove unused variable `if-count'.
11368 (delphi-comment-block-start, delphi-comment-block-end):
11369 Remove unused variable `kind'.
11370 (delphi-indent-line): Remove unused variable `new-point'.
11371
11372 * progmodes/ebrowse.el (ebrowse-files-list)
11373 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
11374 Mark unused parameters. Don't quote `lambda'.
11375 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
11376 Don't quote `lambda'.
11377 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
11378 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
11379 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
11380 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
11381 Use `ignore-errors'.
11382 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
11383 (ebrowse-view/find-file-and-search-pattern)
11384 (ebrowse-view/find-member-declaration/definition):
11385 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
11386 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
11387 Rename parameter PREFIX-ARG to PREFIX.
11388 (ebrowse-tags-read-name): Remove unused variables `start' and
11389 `member-info'.
11390 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
11391 to `tags-file'.
11392
11393 * progmodes/etags.el (local-find-tag-hook): Declare.
11394 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
11395 Mark unused parameters.
11396
11397 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
11398 (executable-interpret): Mark unused parameter.
11399
11400 * progmodes/flymake.el (flymake-process-sentinel)
11401 (flymake-after-change-function)
11402 (flymake-create-temp-with-folder-structure)
11403 (flymake-get-include-dirs-dot): Mark unused parameters.
11404 (flymake-safe-delete-directory): Remove unused variable `err'.
11405
11406 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
11407 (speedbar-timer-fn, speedbar-line-text)
11408 (speedbar-change-expand-button-char, speedbar-delete-subblock)
11409 (speedbar-center-buffer-smartly): Declare functions.
11410 (gdb-find-watch-expression): Remove unused variable `array'.
11411 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
11412 (gdb-starting): Mark unused parameters.
11413 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
11414 (gdb-table-string): Remove unused variable `res'.
11415 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
11416 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
11417 (gdb-display-buffer): Remove unused variable `cur-size'.
11418
11419 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
11420 allow lexical-binding compilation.
11421 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
11422 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
11423 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
11424 Mark unused parameters.
11425 (gud-gdb-marker-filter): Remove unused variable `match'.
11426 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
11427 lambda expressions and funcall them, instead of using `fset'.
11428
11429 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
11430 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
11431
11432 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
11433 variable `header-beg'; use `let'.
11434
11435 * progmodes/icon.el (indent-icon-exp): Remove unused variables
11436 `restart', `last-sexp' and `at-do'.
11437
11438 * progmodes/js.el (js--debug): Mark unused parameter.
11439 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
11440 (js--splice-into-items): Remove unused variable `item'.
11441 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
11442
11443 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
11444 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
11445 (makefile-complete): Remove unused variable `try'.
11446 (makefile-fill-paragraph, makefile-match-function-end):
11447 Mark unused parameters.
11448
11449 * progmodes/octave-inf.el (inferior-octave-complete):
11450 Remove unused variable `proc'.
11451 (inferior-octave-output-digest): Mark unused parameter.
11452
11453 * progmodes/perl-mode.el (perl-calculate-indent):
11454 Remove unused variable `err'.
11455
11456 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
11457 (prolog-indent-line): Mark unused parameters.
11458 (prolog-indent-line): Remove unused variable `beg'.
11459
11460 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
11461 (reporter-dont-compact-list): Declare.
11462
11463 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
11464 Remove unused variable `char'.
11465 (sh-debug): Mark unused parameter.
11466 (sh-get-indent-info): Remove unused variable `start'.
11467 (sh-calculate-indent): Remove unused variable `var'.
11468
11469 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
11470 (simula-electric-keyword): Remove unused variable `null'.
11471 (simula-search-backward, simula-search-forward): Remove unused
11472 variables `begin' and `end'.
11473
11474 * progmodes/vera-mode.el (vera-guess-basic-syntax):
11475 Remove unused variable `pos'.
11476 (vera-electric-tab, vera-comment-uncomment-region):
11477 Mark unused parameters.
11478 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
11479
7ede3b65
CY
114802011-04-22 Chong Yidong <cyd@stupidchicken.com>
11481
11482 * emacs-lisp/package.el (package--builtins, package-alist)
11483 (package-load-descriptor, package-built-in-p, package-activate)
11484 (define-package, package-installed-p)
11485 (package-compute-transaction, package-buffer-info)
11486 (package--push): Doc fix. Distinguish more clearly between
11487 version strings and version lists.
11488
121656e9
JB
114892011-04-21 Juanma Barranquero <lekktu@gmail.com>
11490
11491 Lexical-binding cleanup.
11492
11493 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
11494 (5x5-make-mutate-best):
11495 * play/fortune.el (fortune-in-buffer):
11496 * play/gomoku.el (gomoku-init-display):
11497 * play/solitaire.el (solitaire, solitaire-do-check):
11498 * play/tetris.el (tetris-default-update-speed-function):
11499 Mark unused parameters.
11500
11501 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
11502 (bubbles--shift): Remove unused variable `char-org'.
11503 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
11504 (bubbles--show-images): Remove unused variable `char'.
11505
11506 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
11507 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
11508 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
11509 (decipher-analyze-buffer): Use ?\s.
11510 (decipher-make-checkpoint): Remove unused variable `mapping'.
11511
11512 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
11513
11514 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
11515 Remove unused variable `result'; use `let'.
11516
11517 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
11518 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
11519 (gametree-children-shown-p, gametree-compute-reduced-score):
11520 Use `ignore-errors'.
11521
11522 * play/handwrite.el (ps-lpr-switches): Declare.
11523 (handwrite): Remove unused variables `pmin' and `lastp'.
11524
11525 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
11526
11527 * play/landmark.el (landmark-init-display)
11528 (landmark-update-naught-weights): Mark unused parameters.
11529 (landmark-y): Remove unused variable `noise'. Simplify.
11530 (landmark-human-plays): Remove unused variable `score'.
11531
11532 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
11533 (mpuz-try-proposal): Remove unused variable `game'.
11534
11535 * play/zone.el (life-patterns): Declare.
11536
80f499c7
JB
115372011-04-20 Juanma Barranquero <lekktu@gmail.com>
11538
11539 * vc/vc.el (ediff-vc-internal): Declare function.
11540
024ff170
SM
115412011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
11542
c0a193ea
SM
11543 * shell.el: Use lexical-binding and std completion UI.
11544 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
11545 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
11546 comint-preoutput-filter-functions rather than on
11547 comint-output-filter-functions.
11548 (shell-command-completion, shell--command-completion-data)
11549 (shell-filename-completion, shell-environment-variable-completion)
11550 (shell-c-a-p-replace-by-expanded-directory): New functions.
11551 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
11552 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
11553 (shell-dynamic-complete-environment-variable): Use them.
11554 (shell-dynamic-complete-as-environment-variable)
11555 (shell-dynamic-complete-as-command): Remove.
11556 (shell-match-partial-variable): Match past point.
11557 * comint.el: Clean up use of completion-at-point-functions.
11558 (comint-completion-at-point): New function.
11559 (comint-mode): Use it completion-at-point-functions.
11560 (comint-dynamic-complete): Make it obsolete.
11561 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
11562 (comint-c-a-p-replace-by-expanded-history): New function.
11563 (comint-dynamic-complete-functions)
11564 (comint-replace-by-expanded-history): Use it.
11565 * minibuffer.el (completion-table-with-terminator): Allow dynamic
11566 termination strings. Try harder to avoid second try-completion.
11567 (completion-in-region-mode-map): Disable bindings that don't work yet.
11568
2dbaa080
SM
11569 * comint.el: Use lexical-binding. Require CL.
11570 (comint-dynamic-complete-functions): Use comint-filename-completion.
11571 (comint-completion-addsuffix): Tweak custom type.
11572 (comint-filename-completion, comint--common-suffix)
11573 (comint--common-quoted-suffix, comint--table-subvert)
11574 (comint--complete-file-name-data): New functions.
11575 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
11576 (comint-dynamic-list-filename-completions): Use them.
11577 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 11578
2dbaa080
SM
11579 * minibuffer.el (completion-in-region-mode):
11580 Keep completion-in-region-mode--predicate global.
11581 (completion-in-region--postch):
11582 Assume completion-in-region-mode--predicate is not null.
11583
c79a6f38
SM
11584 * progmodes/flymake.el (flymake-start-syntax-check-process):
11585 Obey `dir'. Simplify.
11586
024ff170
SM
11587 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
11588 we're in VC after all.
11589
1c6c854e
CS
115902011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
11591
11592 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 11593 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
11594 (vc-version-diff): Use vc-diff-build-argument-list-internal.
11595
bed7f140
SM
115962011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
11597
332e62ab
SM
11598 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
11599 add sanity check.
11600
bed7f140
SM
11601 * obsolete/erc-hecomplete.el: Make obsolete.
11602 * obsolete/: Standardize obsolescence info in the header.
11603
f195c582
GM
116042011-04-20 Glenn Morris <rgm@gnu.org>
11605
11606 * calendar/solar.el (solar-horizontal-coordinates):
11607 Use the longitude argument rather than `calendar-longitude'.
11608 (solar-date-next-longitude): Remove unused locals.
11609
cb79b8c0
VJL
116102011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11611
11612 * whitespace.el: New version 13.2.1.
11613
116142011-04-20 felix <EmacsWiki> (tiny change)
11615
d8e4b68b 11616 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
11617 switching between major modes on a file.
11618
602ea69d
SM
116192011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11620
11621 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
11622 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
11623 multi-line comments as well.
11624
06b60517
JB
116252011-04-19 Juanma Barranquero <lekktu@gmail.com>
11626
11627 Lexical-binding cleanup.
11628
11629 * arc-mode.el (archive-mode-revert):
11630 * cmuscheme.el (scheme-interactively-start-process):
11631 * custom.el (custom-initialize-delay):
11632 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
11633 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
11634 * emacs-lock.el (emacs-lock-clear-sentinel):
11635 * ezimage.el (defezimage):
11636 * follow.el (follow-avoid-tail-recenter):
11637 * fringe.el (set-fringe-mode-1):
11638 * generic-x.el (bat-generic-mode-compile):
11639 * help-mode.el (help-info-variable, help-do-xref)
11640 (help-mode-revert-buffer):
11641 * help.el (view-emacs-todo):
11642 * iswitchb.el (iswitchb-completion-help):
11643 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
11644 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
11645 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
11646 * locate.el (locate-update):
11647 * longlines.el (longlines-encode-region)
11648 (longlines-after-change-function):
11649 * outline.el (outline-isearch-open-invisible):
11650 * ps-def.el (declare-function, charset-dimension, char-width)
11651 (encode-char):
11652 * ps-mule.el (ps-mule-plot-string):
11653 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
11654 (recentf-edit-list-select, recentf-edit-list-validate)
11655 (recentf-open-files-action):
11656 * rect.el (delete-whitespace-rectangle-line)
11657 (rectangle-number-line-callback):
11658 * register.el (window-configuration-to-register)
11659 (frame-configuration-to-register):
11660 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
11661 * select.el (xselect-convert-to-string, xselect-convert-to-length)
11662 (xselect-convert-to-targets, xselect-convert-to-delete)
11663 (xselect-convert-to-filename, xselect-convert-to-charpos)
11664 (xselect-convert-to-lineno, xselect-convert-to-colno)
11665 (xselect-convert-to-os, xselect-convert-to-host)
11666 (xselect-convert-to-user, xselect-convert-to-class)
11667 (xselect-convert-to-name, xselect-convert-to-integer)
11668 (xselect-convert-to-atom, xselect-convert-to-identity):
11669 * subr.el (declare, ignore, process-kill-without-query)
11670 (text-clone-maintain):
11671 * terminal.el (te-get-char, te-tic-sentinel):
11672 * tool-bar.el (tool-bar-make-keymap):
11673 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
11674 * type-break.el (type-break-mode, type-break-noninteractive-query):
11675 * view.el (View-back-to-mark):
11676 * wid-browse.el (widget-browse-action, widget-browse-widget)
11677 (widget-browse-widgets, widget-browse-sexp):
11678 * widget.el (define-widget-keywords):
11679 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
11680 Mark unused parameters.
11681
11682 * align.el (align-adjust-col-for-rule): Mark unused parameter.
11683 (align-areas): Remove unused variable `look'.
11684 (align-region): Remove unused variables `real-end' and `pos-list'.
11685
11686 * apropos.el (apropos-score-doc): Remove unused variable `i'.
11687
11688 * bindings.el (mode-line-modified, mode-line-remote):
11689 Mark unused parameters.
11690 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
11691
11692 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
11693 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
11694
11695 * comint.el (comint-history-isearch-pop-state)
11696 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
11697 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
11698 (comint-substitute-in-file-name): Doc fix.
11699
11700 * completion.el (cmpl-statistics-block): Mark unused parameter.
11701 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
11702 (save-completions-to-file, load-completions-from-file):
11703 Remove unused local variable `e'.
11704
11705 * composite.el (compose-chars): Remove unused variable `len'.
11706 (lgstring-insert-glyph): Remove unused variable `g'.
11707 (compose-glyph-string): Remove unused variables `ascent',
11708 `descent', `lbearing' and `rbearing'.
11709 (compose-glyph-string-relative): Remove unused variables
11710 `lbearing', `rbearing' and `wadjust'.
11711 (compose-gstring-for-graphic): Remove unused variables `header',
11712 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
11713 (compose-gstring-for-terminal): Remove unused variables `header'
11714 and `nchars'. Use `let', not `let*'.
11715
11716 * cus-edit.el (Custom-set, Custom-save, custom-reset)
11717 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
11718 (Custom-buffer-done, custom-buffer-create-internal)
11719 (custom-browse-visibility-action, custom-browse-group-tag-action)
11720 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
11721 (widget-magic-mouse-down-action, custom-toggle-parent)
11722 (custom-add-parent-links, custom-toggle-hide-variable)
11723 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
11724 (custom-toggle-hide-face, face, hook, custom-group-link-action)
11725 (custom-face-menu-create, custom-variable-menu-create, get)
11726 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
11727 (custom-reset-standard-save-and-update): Remove unused variable `value'.
11728 (customize-apropos): Remove unused variable `tests'.
11729 (custom-group-value-create): Remove unused variable `hidden-p'.
11730 (sort-fold-case): Declare.
11731
11732 * cus-theme.el (custom-reset-standard-faces-list)
11733 (custom-reset-standard-variables-list): Declare.
11734 (customize-create-theme, custom-theme-revert, custom-theme-write)
11735 (custom-theme-choose-mode, customize-themes, custom-theme-save):
11736 Mark unused parameters.
11737
11738 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
11739
11740 * delim-col.el (delimit-columns-max): Move defvar before first use.
11741
11742 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 11743 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
11744
11745 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
11746 (auto-insert): Declare.
11747 (desktop-restore-file-buffer): Rename desktop-* parameters;
11748 mark unused ones.
11749 (desktop-create-buffer): Rename desktop-* parameters and bind them.
11750 (desktop-buffer): Rename desktop-* parameters.
11751
11752 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
11753 (dframe-reposition-frame-xemacs, dframe-help-echo)
11754 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
11755 Mark unused parameters.
11756
11757 * dired-aux.el (backup-extract-version-start, overwrite-query)
11758 (overwrite-backup-query, rename-regexp-query)
11759 (rename-non-directory-query): Declare.
11760 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
11761 (dired-add-entry): Remove unused variable `orig-file-name'.
11762 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
11763 Use parameter PRESERVE-TIME instead of accessing dynamic variable
11764 `dired-copy-preserve-time' directly.
11765 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
11766 (dired-insert-subdir-newpos): Rename unused variable `pos'.
11767
11768 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
11769 (dired-virtual-revert, dired-make-relative-symlink):
11770 Mark unused parameters.
11771 (manual-program): Declare.
11772 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
11773 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
11774 wrapped in `with-no-warnings' to avoid replacing one warning by another.
11775
11776 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
11777
11778 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
11779
11780 * echistory.el (electric-history-in-progress, Helper-return-blurb):
11781 Declare.
11782
11783 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
11784
11785 * electric.el (Electric-command-loop): Rename parameter
11786 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
11787
11788 * expand.el (expand-in-literal): Remove unused variable `here'.
11789
11790 * facemenu.el (facemenu-add-new-color):
11791 Remove unused variable `docstring'.
11792
11793 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
11794 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
11795 (face-attr-construct): Mark unused parameter. Doc fix.
11796 (read-color): Remove unused variable `hex-string'.
11797
11798 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
11799 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
11800 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
11801 (display-buffer-other-frame): Remove unused variable `old-window'.
11802 (kill-buffer-hook): Declare.
11803 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
11804 Mark unused parameters.
11805 (after-find-file): Pass 1 to `auto-save-mode', not t.
11806
11807 * files-x.el (auto-insert): Declare.
11808 (modify-file-local-variable-prop-line): Remove unused variable `val'.
11809
11810 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 11811 variable `buf'. Mark unused parameter.
06b60517
JB
11812 (find-lisp-insert-directory): Mark unused parameter.
11813
11814 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
11815 (format-encode-region): Remove unused variables `cur-buf' and `result'.
11816 (format-common-tail): Remove, unused.
11817 (format-deannotate-region): Remove unused variable `loc'.
11818 (format-annotate-region): Remove unused variable `p'.
11819 (format-annotate-single-property-change): Remove unused variables
11820 `default' and `tail'.
11821
11822 * forms.el (read-file-filter): Declare.
11823 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
11824
11825 * frame.el (frame-creation-function-alist): Mark unused parameter.
11826 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
11827
11828 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
11829 Remove unused parameters.
11830 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
11831 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
11832
11833 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
11834 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
11835 (hfy-prepare-tag-map): Mark unused parameters.
11836 (htmlfontify-buffer): Use `called-interactively-p'.
11837
11838 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
11839 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
11840 (ibuffer-do-occur): Mark unused parameters.
11841 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
11842 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
11843
11844 * ibuffer.el: Don't quote `lambda'.
11845 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
11846 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
11847 Mark unused parameters.
11848
11849 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
11850 (ido-completing-read): Mark unused parameters.
11851 (ido-copy-current-word): Mark unused parameters;
11852 remove unused variable `name'.
11853 (ido-sort-merged-list): Remove unused parameter `dirs'.
11854
11855 * ielm.el (ielm-input-sender): Mark unused parameter.
11856 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
11857 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
11858 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
11859 `ielm-string' as a dynamic variable accessible from the IELM prompt.
11860 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
11861
11862 * image-dired.el (image-dired-display-thumbs): Remove unused
11863 variables `curr-file' and `count'.
11864 (image-dired-remove-tag): Remove unused variable `start'.
11865 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
11866 variable `curr-file'
11867 (image-dired-rotate-original): Remove unused variable `temp-file'.
11868 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
11869 Remove unused variable `file'.
11870 (image-dired-gallery-generate): Remove unused variable `curr'.
11871 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
11872
11873 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
11874
11875 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
11876
11877 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
11878
11879 * isearch.el (minibuffer-history-symbol): Declare.
11880 (isearch-edit-string): Remove unused variable `err'.
11881 (isearch-message-prefix, isearch-message-suffix):
11882 Mark unused parameters.
11883
11884 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
11885
11886 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
11887
11888 * makesum.el (double-column): Remove unused variable `cnt'.
11889
11890 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
11891 (ido-ignore-item-temp-list): Declare.
11892
11893 * mouse-drag.el (mouse-drag-throw): Remove unused variables
11894 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
11895 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
11896 (mouse-drag-drag): Remove unused variables `mouse-delta' and
11897 `mouse-col-delta'.
11898
11899 * mouse-sel.el (mouse-extend-internal):
11900 Remove unused variable `orig-window-frame'.
11901
11902 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
11903 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
11904 Move declarations before first use.
11905 (pcomplete-opt): Mark unused parameters; doc fix.
11906
11907 * proced.el (proced-revert): Mark unused parameter.
11908 (proced-send-signal): Remove unused variable `err'.
11909
11910 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
11911 Rename parameter PREFIX-ARG to ARG.
11912 (ps-basic-plot-string, ps-basic-plot-whitespace):
11913 Mark unused parameters.
11914
11915 * replace.el (replace-count): Define.
11916 (occur-revert-function): Mark unused parameters.
11917 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
11918 (isearch-case-fold-search, isearch-string): Declare.
11919 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
11920 bind `case-fold-search'. Remove unused variables `beg' and `end',
11921 and simplify.
11922 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
11923 COUNT and bind `replace-count'.
11924 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
11925 to COUNT.
11926
11927 * savehist.el (print-readably, print-string-length): Declare.
11928
11929 * shadowfile.el (shadow-expand-cluster-in-file-name):
11930 Remove unused variable `cluster'.
11931 (shadow-copy-file): Remove unused variable `i'.
11932 (shadow-noquery, shadow-clusters, shadow-site-cluster)
11933 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
11934 (shadow-define-literal-group, shadow-define-regexp-group)
11935 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
11936
11937 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
11938 (shell): Use `called-interactively-p'.
11939 (shell-directory-tracker): Remove unused variable `chdir-failure'.
11940
11941 * simple.el (compilation-context-lines, comint-file-name-quote-list)
11942 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
11943 (delete-backward-char): Remove unused variable `ocol'.
11944 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
11945 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
11946 (event-apply-hyper-modifier, event-apply-shift-modifier)
11947 (event-apply-control-modifier, event-apply-meta-modifier):
11948 Mark unused parameters.
11949 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
11950 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
11951
11952 * speedbar.el (speedbar-ignored-directory-expressions)
11953 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
11954 (speedbar-find-file, speedbar-dir-follow)
11955 (speedbar-directory-buttons-follow, speedbar-tag-find)
11956 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
11957 (speedbar-buffers-line-directory, speedbar-buffer-click):
11958 Mark unused parameters.
11959 (speedbar-tag-file): Remove unused variable `mode'.
11960 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
11961
11962 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
11963
11964 * talk.el (talk): Remove unused variable `display'.
11965
11966 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
11967 (tar-write-region-annotate): Mark unused parameter.
11968
11969 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
11970 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
11971 Declare them, wrapped in `with-no-warnings' to avoid replacing one
11972 warning by another.
11973
11974 * time-stamp.el (time-stamp-string-preprocess):
11975 Remove unused variable `require-padding'.
11976
11977 * tree-widget.el (widget-glyph-enable): Declare.
11978 (tree-widget-action): Mark unused parameter.
11979
11980 * w32-fns.el (x-get-selection): Mark unused parameter.
11981 (autoload-make-program, generated-autoload-file): Declare.
11982
11983 * wdired.el (wdired-revert): Mark unused parameters.
11984 (wdired-xcase-word): Remove unused variable `err'.
11985
11986 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
11987 (whitespace-help-scroll): Remove unused variable `data-help'.
11988
11989 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
11990 (widget-image-insert, widget-after-change, default)
11991 (widget-default-format-handler, widget-default-notify)
11992 (widget-default-prompt-value, widget-info-link-action)
11993 (widget-url-link-action, widget-function-link-action)
11994 (widget-variable-link-action, widget-file-link-action)
11995 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
11996 (widget-field-prompt-internal, widget-field-action, widget-field-match)
11997 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
11998 (widget-insert-button-action, widget-delete-button-action, visibility)
11999 (widget-documentation-link-action, widget-documentation-string-action)
12000 (widget-const-prompt-value, widget-regexp-match, symbol)
12001 (widget-coding-system-prompt-value)
12002 (widget-key-sequence-value-to-external, sexp)
12003 (widget-sexp-value-to-internal, character, vector, cons)
12004 (widget-choice-prompt-value, widget-boolean-prompt-value)
12005 (widget-color--choose-action): Mark unused parameters.
12006 (widget-item-match-inline, widget-choice-match-inline)
12007 (widget-checklist-match, widget-checklist-match-inline)
12008 (widget-group-match): Rename parameter VALUES to VALS.
12009 (widget-field-value-set): Remove unused variable `size'.
12010 (widget-color-action): Remove unused variables `value' and `start'.
12011
12012 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 12013 variable `dir'. Doc fix.
06b60517
JB
12014 (windmove-find-other-window): Don't pass it.
12015
12016 * window.el (count-windows): Mark unused parameter.
12017 (bw-adjust-window): Remove unused variable `err'.
12018
12019 * woman.el (woman-file-name): Remove unused variable `default'.
12020 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
12021 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
12022 (global-font-lock-mode): Declare.
12023 (woman-decode-region): Mark unused parameter.
12024 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
12025
12026 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
12027 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
12028 (x-dnd-handle-moz-url): Remove unused variable `title'.
12029 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
12030
12031 * xml.el (xml-parse-tag, xml-parse-attlist):
12032 Remove unused variable `pos'.
12033
bc4f7f3d
GM
120342011-04-19 Glenn Morris <rgm@gnu.org>
12035
12036 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
12037 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
12038 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
12039 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
12040 * calendar/cal-html.el (cal-html-insert-minical):
12041 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
12042 (calendar-mark-date-pattern):
12043 Prefix "unused" locals.
12044
12045 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
12046 optional argument `style'.
12047
12048 * calendar/appt.el (appt-make-list):
12049 * calendar/cal-china.el (calendar-chinese-date-string):
12050 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
12051 (diary-hebrew-yahrzeit):
12052 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
12053 * calendar/calendar.el (calendar-generate-window):
12054 * calendar/time-date.el (time-to-days):
12055 Remove unused local variables.
12056
16a43933
CY
120572011-04-18 Chong Yidong <cyd@stupidchicken.com>
12058
12059 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
12060 glyphless-char-display table.
12061 (tabulated-list-glyphless-char-display): New var.
12062
7eed1860
SS
120632011-04-18 Sam Steingold <sds@gnu.org>
12064
12065 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
12066 to acknowledgments.
12067
4d2d1ccd
GM
120682011-04-17 Glenn Morris <rgm@gnu.org>
12069
12070 * calendar/diary-lib.el (diary-sexp-entry):
12071 * calendar/holidays.el (holiday-sexp):
12072 Set debug-on-error rather than the removed stack-trace-on-error.
12073
239da61d
GM
120742011-04-16 Glenn Morris <rgm@gnu.org>
12075
12076 * progmodes/f90.el: Use lexical-binding.
12077 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
12078
8b05752a
SM
120792011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
12080
daca8ba5
SM
12081 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
12082 (mail-mode): Setup mailalias completion here instead.
12083 * mail/mailalias.el: Use lexical-binding.
12084 (pattern, mailalias-done): Declare dynamic.
12085 (mail-completion-at-point-function): New function, from mail-complete.
12086 (mail-complete): Use it.
12087 (mail-completion-expand): New function.
12088 (mail-get-names): Use it.
12089 (mail-directory, mail-directory-process, mail-directory-stream):
12090 Don't use `pattern' for lexically bound arg.
12091
6f542485
SM
12092 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
12093
037e7c3f
SM
12094 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
12095 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
12096 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
12097
8b05752a
SM
12098 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
12099 (byte-save-window-excursion, byte-temp-output-buffer-setup)
12100 (byte-interactive-p): Define them again, for use when inlining
12101 old code.
12102
49093f60
JB
121032011-04-15 Juanma Barranquero <lekktu@gmail.com>
12104
12105 * loadup.el: Use `string-to-number', not `string-to-int'.
12106
b5b8e7de
SM
121072011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
12108
12109 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
12110 gud-gdb-complete-command.
12111 (gud-gdb-completions): New function, from gud-gdb-complete-command.
12112 (gud-gdb-completion-at-point): New function.
12113 (gud-gdb-completions): Remove.
12114
f42efeb5
MA
121152011-04-14 Michael Albinus <michael.albinus@gmx.de>
12116
49093f60
JB
12117 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
12118 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
12119 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
12120 whether `executable-find' is bound.
f42efeb5
MA
12121
12122 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
12123
e240cc21
SM
121242011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12125
12126 * minibuffer.el (completion-in-region-mode-predicate)
12127 (completion-in-region-mode--predicate): New vars.
12128 (completion-in-region, completion-in-region--postch)
12129 (completion-in-region-mode): Use them.
12130 (completion--capf-wrapper): Also return the hook function.
12131 (completion-at-point, completion-help-at-point):
12132 Adjust and provide a predicate.
c2bd2ab0
SM
12133
12134 Preserve arg names for advice of subr and lexical functions (bug#8457).
12135 * help-fns.el (help-function-arglist): Consolidate the subr and
12136 new-byte-code cases. Add argument `preserve-names' to extract names
12137 from the docstring when needed.
12138 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
12139 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
12140 (ad-arglist): Use help-function-arglist's new arg.
12141 (ad-definition-type): Use cond.
12142
c183f693
JB
121432011-04-13 Juanma Barranquero <lekktu@gmail.com>
12144
06641a47
JB
12145 * autorevert.el (auto-revert-handler):
12146 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
12147 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
12148 Don't quote lambda.
12149
c183f693
JB
12150 * image-mode.el (image-transform-set-scale):
12151 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
12152
1e3b6001
G
121532011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
12154
12155 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 12156 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
12157 Upgrades via gnutls-cli are too slow to be done opportunistically.
12158
2d6af8dd
JB
121592011-04-12 Juanma Barranquero <lekktu@gmail.com>
12160
12161 * dframe.el (dframe-current-frame): Remove spurious quote.
12162
c0749a51
GM
121632011-04-12 Glenn Morris <rgm@gnu.org>
12164
088d0d61
GM
12165 * calendar/cal-tex.el (cal-tex-end-document):
12166 Try to automatically use latin1 input if needed.
12167
c0749a51
GM
12168 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
12169 Don't try to cons a mark onto an empty element.
12170
5c90fde0
LL
121712011-04-11 Leo Liu <sdl.web@gmail.com>
12172
12173 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
12174 buffers.
12175 (ido-kill-buffer-at-head): Support killing virtual buffers.
12176
369e974d
CY
121772011-04-10 Chong Yidong <cyd@stupidchicken.com>
12178
12179 * minibuffer.el (completion-show-inline-help): New var.
12180 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
12181 (minibuffer-force-complete, minibuffer-complete-word):
12182 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
12183
12184 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
12185 to avoid interference from inline help (Bug#5849).
12186
37f1c930
LL
121872011-04-10 Leo Liu <sdl.web@gmail.com>
12188
099c39a4
JB
12189 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
12190 Fix typo.
37f1c930 12191
a32d4040
CY
121922011-04-09 Chong Yidong <cyd@stupidchicken.com>
12193
12194 * image-mode.el (image-toggle-display-image): Signal an error if
12195 not in Image mode.
12196 (image-transform-mode, image-transform-resize)
12197 (image-transform-set-rotation): Doc fix.
daca8ba5 12198 (image-transform-set-resize): Delete.
a32d4040
CY
12199 (image-transform-set-scale, image-transform-fit-to-height)
12200 (image-transform-fit-to-width): Handle image-toggle-display-image
12201 and image-transform-resize directly.
12202
099c39a4 122032011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
12204
12205 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
12206 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
12207 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
12208 (doc-view-mode-map): Add bindings for the new functions.
12209
099c39a4 122102011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 12211
4d61f28d 12212 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
12213 Fix typo in docstring.
12214
3726838a
EZ
122152011-04-08 Eli Zaretskii <eliz@gnu.org>
12216
04f33f1e
EZ
12217 * files.el (file-size-human-readable): Produce one digit after
12218 decimal, like "ls -lh" does.
12219
12220 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
12221 the file size representation.
12222
3726838a
EZ
12223 * simple.el (list-processes): If async subprocesses are not
12224 available, error out with a clear error message.
12225
cbb59342
CY
122262011-04-08 Chong Yidong <cyd@stupidchicken.com>
12227
12228 * help.el (help-form-show): New function, to be called from C.
12229 Put help-form output in a buffer named differently than *Help*.
12230
e3971c44
EZ
122312011-04-08 Eli Zaretskii <eliz@gnu.org>
12232
12233 * files.el (file-size-human-readable): New function.
12234
12235 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
12236 computing the representation inline. Don't require `cl'.
12237
12544bbe
GM
122382011-04-08 Glenn Morris <rgm@gnu.org>
12239
a1de6c6a
GM
12240 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
12241
3c4671f4
GM
12242 * net/browse-url.el (browse-url-firefox):
12243 Test system-type, not system-configuration.
12244
b605679c
GM
12245 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
12246 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
12247 Use log-edit-empty-buffer-p. (Bug#7598)
12248
56442f0c
GM
12249 * net/rlogin.el (rlogin-process-connection-type): Simplify.
12250 (rlogin-mode-map): Initialize in the defvar.
12251 (rlogin): Use ignore-errors.
12252
12544bbe
GM
12253 * replace.el (occur-mode-map): Some fixes for menu items.
12254
eb237b0f
AH
122552011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
12256
12257 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
12258
7d668f2c
CY
122592011-04-06 Chong Yidong <cyd@stupidchicken.com>
12260
e67a13ab
CY
12261 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
12262 issuing unused warnings.
12263
12264 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
12265 macro directly.
12266
7d668f2c
CY
12267 * simple.el: Lisp reimplement of list-processes. Based on an
12268 earlier reimplementation by Leo Liu, but using tabulated-list.el.
12269 (process-menu-mode): New major mode.
12270 (list-processes--refresh, list-processes):
12271 (process-menu-visit-buffer): New functions.
12272
12273 * files.el (save-buffers-kill-emacs): Don't assume any return
12274 value of list-processes, which is undocumented anyway.
12275
a83ec3c9
CY
122762011-04-06 Chong Yidong <cyd@stupidchicken.com>
12277
12278 * emacs-lisp/tabulated-list.el: New file.
12279
e91a96fe
CY
12280 * emacs-lisp/package.el: Use Tabulated List mode.
12281 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
12282 (package-menu-mode): Derive from tabulated-list-mode. Set up the
12283 table format using Tabulated List mode variables.
12284 (package--push): New macro, replacing package-list-maybe-add.
12285 (package-menu--generate): Use package--push. Renamed from
12286 package--generate-package-list.
12287 (package-menu-refresh, list-packages): Use it.
daca8ba5 12288 (package-menu--print-info): Rename from package-print-package.
e91a96fe 12289 Return insertion data instead of inserting it directly.
099c39a4
JB
12290 (package-menu-describe-package, package-menu-execute):
12291 Use tabulated-list-get-id.
e91a96fe
CY
12292 (package-menu-mark-delete, package-menu-mark-install)
12293 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
12294 (package-menu-mark-obsolete-for-deletion):
12295 Use tabulated-list-put-tag.
e91a96fe
CY
12296 (package--list-packages, package-menu-revert)
12297 (package-menu-get-package, package-menu-get-version)
12298 (package-menu-sort-by-column): Functions deleted.
12299 (package-menu-package-list, package-menu-sort-key): Vars deleted.
12300 (package-menu--status-predicate, package-menu--version-predicate)
12301 (package-menu--name-predicate)
12302 (package-menu--description-predicate): Handle arguments in the
12303 Tabulated List format.
12304 (package-list-packages-no-fetch): Call list-packages.
12305
3e214b50
JB
123062011-04-06 Juanma Barranquero <lekktu@gmail.com>
12307
12308 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 12309 (after-find-file): Don't bind it.
3e214b50
JB
12310 (revert-buffer-in-progress-p): New variable.
12311 (revert-buffer): Bind it.
12312 Pass nil for `after-find-file-from-revert-buffer'.
12313
12314 * saveplace.el (save-place-find-file-hook): Use new variable
12315 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
12316
3f0f1700
GM
123172011-04-06 Glenn Morris <rgm@gnu.org>
12318
c0274801
GM
12319 * Makefile.in (AUTOGEN_VCS): New variable.
12320 (autoloads): Use $AUTOGEN_VCS.
12321
3f0f1700
GM
12322 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
12323 * calendar/calendar.el (calendar-mode-map):
12324 Check for toolkit scroll bars. (Bug#8305)
12325
41ea9e48
CY
123262011-04-05 Chong Yidong <cyd@stupidchicken.com>
12327
12328 * minibuffer.el (completion-in-region--postch)
12329 (completion-in-region-mode): Remove unnecessary messages.
12330
6194c800
JB
123312011-04-05 Juanma Barranquero <lekktu@gmail.com>
12332
33256f14
JB
12333 * font-lock.el (font-lock-refresh-defaults):
12334 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
12335 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
12336
6194c800
JB
12337 * info.el (Info-directory-list, Info-read-node-name-2)
12338 (Info-split-parameter-string): Doc fixes.
12339 (Info-virtual-nodes): Reflow docstring.
12340 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
12341 (Info-apropos-toc-nodes, info-finder, Info-get-token)
12342 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
12343 Fix typos in docstrings.
12344 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
12345 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
12346 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
12347 (Info-restore-desktop-buffer): Mark unused parameters.
12348 (Info-directory-find-file, Info-directory-find-node)
12349 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
12350 (Info-virtual-index-find-node, Info-apropos-find-file)
12351 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 12352 Mark unused parameters; fix typos in docstrings.
6194c800
JB
12353 (Info-virtual-index): Remove unused local variable `nodename'.
12354
b87a8200 123552011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 12356
b87a8200
DD
12357 * net/rcirc.el: Update my e-mail address.
12358 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 12359
3b2ff876
CY
123602011-04-05 Chong Yidong <cyd@stupidchicken.com>
12361
12362 * startup.el (command-line): Save the cursor's theme-face
12363 directly, instead of using face-override-spec.
12364
12365 * custom.el (load-theme): Minor optimization in assigning faces.
12366
8d17e7ca
JB
123672011-04-04 Juanma Barranquero <lekktu@gmail.com>
12368
12369 * help-fns.el (describe-variable): Complete all variables having
12370 documentation, including keywords.
12371 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
12372
2fbc1934
JB
123732011-04-04 Juanma Barranquero <lekktu@gmail.com>
12374
12375 Convert to lexical-binding.
12376
12377 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
12378 (bs--get-marked-string, bs--get-modified-string)
12379 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
12380 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
12381 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
12382
12383 * ehelp.el (electric-help-execute-extended)
12384 (electric-help-ctrl-x-prefix):
12385 * hexl.el (hexl-revert-buffer-function):
12386 * linum.el (linum-after-change, linum-after-scroll):
12387 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
12388
12389 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
12390
74f50695
DU
123912011-04-04 Daiki Ueno <ueno@unixuser.org>
12392
12393 * epa-dired.el:
12394 * epa-mail.el:
12395 * epa-hook.el:
12396 * epa-file.el:
12397 * epa.el:
12398 * epg.el: Use lexical binding.
12399
c11325f7
CY
124002011-04-03 Chong Yidong <cyd@stupidchicken.com>
12401
0d9e9a12
CY
12402 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
12403
c11325f7 12404 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
12405 dictionary case for flyspell-mark-duplications-exceptions.
12406 Use regexp matching for languages.
c11325f7
CY
12407 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
12408 default dictionary (Bug#7926).
12409
da91b5f2
CY
124102011-04-02 Chong Yidong <cyd@stupidchicken.com>
12411
099c39a4
JB
12412 * emacs-lisp/package.el (package--with-work-buffer):
12413 Recognize https URLs.
da91b5f2 12414
099c39a4
JB
12415 * net/network-stream.el: Move from gnus/proto-stream.el.
12416 Change prefix to network-stream throughout.
da91b5f2
CY
12417 (open-protocol-stream): Merge into open-network-stream, leaving
12418 open-protocol-stream as an alias. Handle nil BUFFER args.
12419
12420 * subr.el (open-network-stream): Move to net/network-stream.el.
12421
afa8e9f6
GM
124222011-04-02 Glenn Morris <rgm@gnu.org>
12423
1d2e369d
GM
12424 * find-dired.el (find-exec-terminator): New option.
12425 (find-ls-option): Test for -ls support.
12426 (find-ls-subdir-switches): Test for -b in find-ls-option.
12427 (find-dired, find-grep-dired): Doc fixes.
12428 (find-dired): Use find-exec-terminator.
12429
8abb7da8 12430 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
12431 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
12432 (find-name-arg): Remove purecopy.
8abb7da8 12433
f3ca7378
GM
12434 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
12435 (grep-compute-defaults): Check for `-exec COMMAND +' support.
12436 Set grep-find-use-xargs, grep-find-command, and grep-find-template
12437 accordingly. Don't add the null-device if not needed.
12438
afa8e9f6
GM
12439 * files.el (save-some-buffers): Doc fix.
12440
35eae264
EZ
124412011-04-02 Eli Zaretskii <eliz@gnu.org>
12442
12443 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
12444
26b51db5
JB
124452011-04-01 Juanma Barranquero <lekktu@gmail.com>
12446
12447 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
12448 Use `dolist' rather than `mapcar'.
12449
7200d79c
SM
124502011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
12451
03408648 12452 Add lexical binding.
7200d79c 12453
03408648
SM
12454 * subr.el (apply-partially): Use new closures rather than CL.
12455 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
12456 (dolist, dotimes): Use slightly different expansion for lexical code.
12457 (functionp): Move to C.
12458 (letrec): New macro.
12459 (with-wrapper-hook): Use it and apply-partially instead of CL.
12460 (eval-after-load): Preserve lexical-binding.
12461 (save-window-excursion, with-output-to-temp-buffer): Turn them
12462 into macros.
7200d79c 12463
03408648
SM
12464 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
12465
12466 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
12467 than the arglist.
12468 (help-add-fundoc-usage): Don't add `Not documented'.
12469 (help-function-arglist): Handle closures, subroutines, and new
12470 byte-code-functions.
12471 (help-make-usage): Remove leading underscores.
12472 (describe-function-1): Handle closures.
12473 (describe-variable): Use special-variable-p for completion.
12474
12475 * files.el (lexical-binding): Declare safe.
f488fb65 12476
03408648
SM
12477 * emacs-lisp/pcase.el: Don't use destructuring-bind.
12478 (pcase--memoize): Rename from pcase-memoize. Change weakness.
12479 (pcase): Add `let' pattern.
12480 Change memoization so it actually works.
12481 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
12482 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
12483 <let>: New case.
f488fb65 12484
03408648
SM
12485 * emacs-lisp/macroexp.el: Use lexical binding.
12486 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
12487 Don't convert ' to #' without checking that it's indeed quoting
12488 a lambda.
12489
12490 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 12491 Use eval-sexp-add-defvars.
03408648
SM
12492 (eval-sexp-add-defvars): New fun.
12493
12494 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
12495
12496 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
12497 Don't autoload.
12498 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
12499 than the internal `byte-compile-lambda'.
12500 (defmethod): Don't hide code under quotes.
12501 (eieio-defmethod): New `code' argument.
12502
12503 * emacs-lisp/eieio-comp.el: Remove.
12504
12505 * emacs-lisp/edebug.el (edebug-eval-defun)
12506 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
12507 (edebug-toggle): Avoid `eval'.
12508
12509 * emacs-lisp/disass.el (disassemble-internal): Handle new
12510 `closure' objects.
12511 (disassemble-1): Handle new byte codes.
12512
12513 * emacs-lisp/cl.el (pushnew): Silence warning.
12514
12515 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
12516 (cl-byte-compile-throw): Remove.
12517 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
12518
12519 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
12520 closures.
12521
12522 * emacs-lisp/cconv.el: New file.
12523
12524 * emacs-lisp/bytecomp.el: Use lexical binding instead of
12525 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
12526 (byte-compile-initial-macro-environment):
12527 Handle declare-function here.
12528 (byte-compile--lexical-environment): New var.
12529 (byte-stack-ref, byte-stack-set, byte-discardN)
12530 (byte-discardN-preserve-tos): New lap codes.
12531 (byte-interactive-p): Don't use any more.
12532 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
12533 New macros.
12534 (byte-compile-lapcode): Use them and handle new lap codes.
12535 (byte-compile-obsolete): Remove.
12536 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
12537 (byte-compile-arglist-warn): Check late def of inlinable funs.
12538 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
12539 since they should have been expanded by now.
12540 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
12541 (byte-compile-from-buffer): Remove unused second arg.
12542 (byte-compile-preprocess): New function.
12543 (byte-compile-toplevel-file-form): New function to distinguish
12544 file-form calls from outside from file-form calls from hunk-handlers.
12545 (byte-compile-file-form): Simplify.
12546 (byte-compile-file-form-defsubst): Remove.
12547 (byte-compile-file-form-defmumble): Simplify now that
12548 byte-compile-lambda always returns a byte-code-function.
12549 (byte-compile): Preprocess.
12550 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
12551 Remove, not used any more.
12552 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
12553 (byte-compile-make-args-desc): New funs.
12554 (byte-compile-lambda): Handle lexical functions. Always return
12555 a byte-code-function.
12556 (byte-compile-reserved-constants): New var, to make up room for
12557 closed-over variables.
12558 (byte-compile-constants-vector): Obey it.
12559 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
12560 (byte-compile-macroexpand-declare-function): New function.
12561 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
12562 byte-code-functions.
12563 (byte-compile-form): Check obsolescence here.
12564 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
12565 (byte-compile-variable-ref): Remove.
12566 (byte-compile-dynamic-variable-op): New fun.
12567 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
12568 (byte-compile-variable-set): New funs.
12569 (byte-compile-discard): Add 2 args.
12570 (byte-compile-stack-ref, byte-compile-stack-set)
12571 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
12572 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
12573 macroexpand-all instead.
12574 (byte-compile-quote-form): Remove.
12575 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
12576 (byte-compile-bind, byte-compile-unbind): New funs.
12577 (byte-compile-let): Handle let* and lexical binding.
12578 (byte-compile-let*): Remove.
12579 (byte-compile-catch, byte-compile-unwind-protect)
12580 (byte-compile-track-mouse, byte-compile-condition-case):
12581 Handle a new :fun-body form, used for lexical scoping.
12582 (byte-compile-save-window-excursion)
12583 (byte-compile-with-output-to-temp-buffer): Remove.
12584 (byte-compile-defun): Simplify.
12585 (byte-compile-stack-adjustment): New fun.
12586 (byte-compile-out): Use it.
12587 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
12588
12589 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
12590 handler any more.
12591
12592 * emacs-lisp/byte-opt.el: Use lexical binding.
12593 (byte-inline-lapcode): Remove (to bytecomp).
12594 (byte-compile-inline-expand): Pay attention to inlining to/from
12595 lexically bound code.
12596 (byte-compile-unfold-lambda): Don't handle byte-code-functions
12597 any more.
12598 (byte-optimize-form-code-walker): Don't handle save-window-excursion
12599 any more and don't call compiler-macros.
12600 (byte-compile-splice-in-already-compiled-code): Remove.
12601 (byte-code): Don't inline any more.
12602 (disassemble-offset): Receive `bytes' as argument rather than via
12603 dynamic scoping.
12604 (byte-compile-tag-number): Declare before first use.
12605 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
12606 `return' even if make-spliceable.
12607 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
12608 obsolete interactive-p.
12609 (byte-optimize-lapcode): Optimize new lap-codes.
12610 Don't trip up on new form of `byte-constant' lap code.
12611
12612 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
12613
12614 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
12615
12616 * custom.el (custom-initialize-default, custom-declare-variable):
12617 Use `defvar'.
12618
12619 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
12620 New variables.
12621 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
12622 (COMPILE_FIRST): Add macroexp and cconv.
12623 * makefile.w32-in: Mirror changes in Makefile.in.
12624
12625 * vc/cvs-status.el:
12626 * vc/diff-mode.el:
12627 * vc/log-edit.el:
12628 * vc/log-view.el:
12629 * vc/smerge-mode.el:
12630 * textmodes/bibtex-style.el:
12631 * textmodes/css.el:
12632 * startup.el:
12633 * uniquify.el:
da91b5f2
CY
12634 * minibuffer.el:
12635 * newcomment.el:
12636 * reveal.el:
12637 * server.el:
12638 * mpc.el:
12639 * emacs-lisp/smie.el:
12640 * doc-view.el:
12641 * dired.el:
03408648
SM
12642 * abbrev.el: Use lexical binding.
12643
0f0c1f27
EZ
126442011-04-01 Eli Zaretskii <eliz@gnu.org>
12645
12646 * info.el (info-display-manual): New function.
12647
c82b2579
SM
126482011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12649
12650 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
12651
221ddf68
TH
126522011-03-31 Tassilo Horn <tassilo@member.fsf.org>
12653
12654 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 12655 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 12656
cba6e77e
GM
126572011-03-31 Glenn Morris <rgm@gnu.org>
12658
e040639f
GM
12659 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
12660
cba6e77e
GM
12661 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
12662
6d0f1c9e
CS
126632011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
12664
12665 * progmodes/python.el (python-default-interpreter)
12666 (python-python-command-args, python-jython-command-args)
12667 (python-which-shell, python-which-args, python-which-bufname)
12668 (python-file-queue, python-comint-output-filter-function)
12669 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
12670 variables and functions.
12671
3e2d70fd
SM
126722011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
12673
12674 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
12675 (completion-in-region-mode): New minor mode.
12676 (completion-in-region): Use it.
12677 (completion-in-region--data, completion-in-region-mode-map): New vars.
12678 (completion-in-region--postch): New function.
12679 (completion--capf-misbehave-funs, completion--capf-safe-funs):
12680 New vars.
12681 (completion--capf-wrapper): New function.
12682 (completion-at-point): Use it to track well-behavedness of
12683 hook functions.
12684 (completion-help-at-point): New command.
12685
f3e4086c
JM
126862011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
12687
12688 * vc/add-log.el (add-change-log-entry): Don't use whitespace
12689 syntax class to search for whitespace on a single line
12690 (Message-ID: <4D938140.4030905@redhat.com>).
12691
eb7ffc14
LL
126922011-03-30 Leo Liu <sdl.web@gmail.com>
12693
12694 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
12695 New commands.
12696 (edit-abbrevs-map): Bind them here.
12697 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
12698
d806ab68
KM
126992011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
12700
12701 * allout.el (allout-hide-by-annotation, allout-flag-region):
12702 Reduce possibility of overlay leakage by making them volatile.
12703
12704 * allout-widgets.el (allout-widgets-tally): Define as nil so the
12705 hash is not shared between buffers. Mode initialization is
12706 responsible for giving it a useful starting value.
12707 (allout-item-span): Reduce possibility of overlay leakage by
12708 making them volatile.
12709 (allout-widgets-count-buttons-in-region): Add diagnostic function
12710 for tracking down button overlay leaks.
12711
ea622834
LL
127122011-03-29 Leo Liu <sdl.web@gmail.com>
12713
12714 * ido.el (ido-read-internal): Use the default history var
12715 minibuffer-history if no HISTORY is specified.
12716
b62f8267
G
127172011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
12718
03408648
SM
12719 * net/imap.el (imap-shell-open, imap-process-connection-type):
12720 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
12721 Kerberos, SSL, other subprocesses.
12722
947b6566
LL
127232011-03-28 Leo Liu <sdl.web@gmail.com>
12724
12725 * abbrev.el (abbrev-table-empty-p): New function.
12726 (prepare-abbrev-list-buffer): Place empty abbrev tables after
12727 nonempty ones. (Bug#5937)
12728
5ffb62aa
JD
127292011-03-27 Jan Djärv <jan.h.d@swipnet.se>
12730
12731 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
12732
7a097943
LL
127332011-03-27 Leo Liu <sdl.web@gmail.com>
12734
12735 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
12736 for foreground and background colors.
12737 (ansi-color-make-color-map): Adapt.
12738
c5b40130
LL
127392011-03-25 Leo Liu <sdl.web@gmail.com>
12740
1f48f7d2
LL
12741 * midnight.el (midnight-time-float): Remove. Note it calculates
12742 the microsecond component incorrectly and seconds-to-time does the
12743 same job.
625897ec 12744 Remove redundant (require 'timer).
1f48f7d2 12745
c5b40130
LL
12746 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
12747 (ido-completions): Remove unused arguments. (Bug#8329)
12748
d86d2721
SM
127492011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12750
12751 * minibuffer.el (completion--flush-all-sorted-completions):
12752 Remove itself from hook.
12753 (completion-at-point): Let the functions perform the completion
12754 immediately and return nil or t.
12755 * comint.el (comint-dynamic-complete-functions): Now identical to
12756 completion-at-point-functions.
12757 (comint-dynamic-list-input-ring): Remove unused var `index'.
12758 (comint--match-partial-filename, comint--unquote&expand-filename):
12759 New funs, split from comint-match-partial-filename.
12760 (comint-dynamic-complete): Use completion-at-point.
12761 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
12762
e8974c48
DA
127632011-03-24 Drew Adams <drew.adams@oracle.com>
12764
12765 * thingatpt.el: Support `defun'.
12766
def71b5e
LL
127672011-03-23 Leo Liu <sdl.web@gmail.com>
12768
cb5af48e
LL
12769 * abbrevlist.el: Move to obsolete/abbrevlist.el.
12770
def71b5e
LL
12771 * help-mode.el (help-mode-finish): Tweak regexp.
12772
927c53e7
GM
127732011-03-23 Glenn Morris <rgm@gnu.org>
12774
18d05bed
GM
12775 * eshell/esh-opt.el (eshell-eval-using-options):
12776 Do not bind unused local variable `eshell-option-stub'.
12777
927c53e7
GM
12778 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
12779
9d0da923
JB
127802011-03-22 Juanma Barranquero <lekktu@gmail.com>
12781
12782 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
12783 keymap variable in `with-no-warnings' to avoid a warning when the
12784 keymap has been already `defconst'ed.
12785
4b978a67
LL
127862011-03-22 Leo Liu <sdl.web@gmail.com>
12787
12788 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
12789 encode all chars in abbrevs; otherwise use emacs-mule or
12790 utf-8-emacs. (Bug#8308)
12791
5fd62452
JB
127922011-03-22 Juanma Barranquero <lekktu@gmail.com>
12793
0b1596c6
JB
12794 * simple.el (backward-delete-char-untabify):
12795 Avoid warning about using `delete-backward-char'.
12796
5fd62452
JB
12797 * image.el (image-type-file-name-regexps): Make it variable.
12798 `imagemagick-register-types' modifies it, and the user may want
12799 to add new extensions for known image types.
12800 (imagemagick-register-types): Throw error if not using ImageMagick.
12801
0b4e93f1
LL
128022011-03-22 Leo Liu <sdl.web@gmail.com>
12803
12804 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
12805 located before rcirc-prompt-end-marker.
12806 (rcirc-complete): Error if point is not after rcirc prompt.
12807 Handle the case when table is nil.
9882e214 12808 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 12809
fccee4ab
CY
128102011-03-22 Chong Yidong <cyd@stupidchicken.com>
12811
12812 * custom.el (custom--inhibit-theme-enable): Make it affect only
12813 custom-theme-set-variables and custom-theme-set-faces.
12814 (provide-theme): Ignore custom--inhibit-theme-enable.
12815 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
12816 (custom-enabling-themes): Delete variable.
d86d2721
SM
12817 (enable-theme): Accept only loaded themes as arguments.
12818 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
12819 (custom-enabled-themes): Forbid themes from setting this.
12820 Eliminate use of custom-enabling-themes.
12821 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 12822
af896da6
LL
128232011-03-21 Leo Liu <sdl.web@gmail.com>
12824
12825 * ido.el (ido-read-internal): Add ido-selected to history instead
12826 of user input.
12827
78f64af0
SM
128282011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
12829
12830 * subr.el (deferred-action-list, deferred-action-function):
12831 Mark obsolete.
12832
b16ac1ec
LL
128332011-03-21 Leo Liu <sdl.web@gmail.com>
12834
810f7698
LL
12835 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
12836 change on 2011-02-13 (bug#8309).
12837
b16ac1ec
LL
12838 * minibuffer.el (read-file-name-function): Change default value.
12839 (read-file-name--defaults): Rename from read-file-name-defaults.
12840 (read-file-name-default): Rename from read-file-name.
12841 (read-file-name): Call read-file-name-function.
12842
4e05e67e
GM
128432011-03-21 Glenn Morris <rgm@gnu.org>
12844
12845 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
12846 Doc fixes.
12847
4359915b
CY
128482011-03-21 Chong Yidong <cyd@stupidchicken.com>
12849
12850 * cus-theme.el: Add missing provide statement.
12851 (customize-create-theme): Extract theme value correctly.
12852 (custom-theme-visit-theme): Autoload.
12853 (customize-create-theme): Prompt before inserting default faces.
12854
1fe275ee
JB
128552011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
12856
12857 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
12858 units and musical notes.
12859
cd394be1 128602011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
12861
12862 * ido.el (ido-read-internal): Use completing-read-default.
12863 (ido-completing-read): Fix compatibility with completing-read.
12864
7d476bde
CO
128652011-03-20 Christian Ohler <ohler@gnu.org>
12866
12867 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
12868 (ert-delete-all-tests): Use `called-interactively-p' rather than
12869 `interactive-p'.
12870 (ert--make-xrefs-region): Respect END.
12871
fe0fb33e
CY
128722011-03-19 Chong Yidong <cyd@stupidchicken.com>
12873
ff854b0b
CY
12874 * dired-aux.el (dired-create-directory): Signal an error if the
12875 directory already exists (Bug#8246).
12876
fe0fb33e
CY
12877 * facemenu.el (list-colors-display): Call list-faces-display
12878 inside with-help-window.
12879 (list-colors-print): Use display property to align the final
12880 column, instead of checking window-width.
12881
576bce32
EZ
128822011-03-19 Eli Zaretskii <eliz@gnu.org>
12883
4d61f28d 12884 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
12885 windows-nt systems.
12886 (emerge-protect-metachars): Quote correctly for ms-dos and
12887 windows-nt systems.
12888
89c41d68 128892011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
12890
12891 * info.el (info-initialize): Replace all uses of `:' with
12892 path-separator for compatibility with non-Unix systems.
12893 Cache quoting of path-separator. (Bug#8258)
12894
b14e3e21 128952011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
12896
12897 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
12898 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
12899 (mouse-avoidance-mode): Fix typos in docstrings.
12900
4525ce3e
CY
129012011-03-19 Chong Yidong <cyd@stupidchicken.com>
12902
12903 * startup.el (package-subdirectory-regexp): Move from package.el.
12904 Omit \\` and \\', and let callers add them.
12905
12906 * emacs-lisp/package.el (package-strip-version)
12907 (package-load-all-descriptors): Add \\` and \\' to
12908 package-subdirectory-regexp before using it.
12909 (package-untar-buffer): New arg DIR; ensure that file untars only
12910 into this expected directory. Remove superfluous delete-region.
12911 (package-unpack): Caller changed.
12912 (package-tar-file-info): Use package-subdirectory-regexp.
12913
a904a09a 129142011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 12915
a904a09a
SM
12916 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
12917 diff-mode-shared-map (bug#8284).
12918 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
12919
129202011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
12921
12922 * calendar/time-date.el (format-seconds): Use assoc instead of
12923 assoc-string, since assoc-string doesn't exist in XEmacs.
12924
171fc304
JB
129252011-03-17 Juanma Barranquero <lekktu@gmail.com>
12926
12927 * custom.el (custom-known-themes): Reflow docstring.
12928 (custom-theme-load-path): Fix typo in docstring.
12929 (load-theme): Fix typo in error message.
12930 (custom-available-themes, custom-variable-theme-value):
12931 Use `let', not `let*'.
12932
d71990a1
JB
129332011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
12934
12935 * calc/README: Mention inclusion of musical notes.
12936
12937 * calc/calc-units.el (calc-lu-quant): Rename from
12938 `calc-logunits-quantity'.
12939 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
12940 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
12941 (calc-db): Rename from `calc-dblevel'.
12942 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
12943 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
12944 (calc-np): Rename from `calc-nplevel'.
12945 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
12946 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
12947 (calc-lu-plus): Rename from `calc-logunits-add'.
12948 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
12949 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
12950 (calc-lu-minus): Rename from `calc-logunits-sub'.
12951 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
12952 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
12953 (calc-lu-times): Rename from `calc-logunits-mul'.
12954 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
12955 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
12956 (calc-lu-divide): Rename from `calc-logunits-div'.
12957 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
12958 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
12959
12960 * calc/calc-ext.el (calc-init-extensions): Update the names of the
12961 functions being autoloaded.
12962
12963 * calc/calc.el (calc-lu-power-reference): Rename from
12964 `calc-logunits-power-reference'.
12965 (calc-lu-field-reference): Rename from
12966 `calc-logunits-field-reference'.
12967
7a71b18d
GM
12968 * calc/calc-help.el (calc-l-prefix-help):
12969 Mention musical note functions.
d71990a1 12970
40c2934b
SM
129712011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
12972
12973 * minibuffer.el (completion-all-sorted-completions):
12974 Use :completion-cycle-penalty text property if present.
12975
b0911414
KM
129762011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
12977
12978 * allout.el (allout-yank-processing): Adjust for new rebulleting
12979 regime so bullet being yanked is used without prompting the user
12980 for a choice.
12981
8a05b668
JB
129822011-03-16 Juanma Barranquero <lekktu@gmail.com>
12983
12984 * startup.el (command-line): Warn the user that _emacs is deprecated.
12985
5ba5fb81
JB
129862011-03-16 Juanma Barranquero <lekktu@gmail.com>
12987
12988 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
12989 (delphi-verbose, delphi-comment-face, delphi-string-face)
12990 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
12991 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
12992 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
12993 (delphi-new-comment-line, delphi-font-lock-defaults)
12994 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
12995 Fix typos in docstrings.
12996
2dab465b
KM
129972011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
12998
5ba5fb81 12999 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
13000 Invert the roles of character and string values for INSTEAD, so a
13001 string is used for the more common case of a defaulting prompt.
13002
0adf5618
SM
130032011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
13004
13005 * progmodes/ruby-mode.el (ruby-backward-sexp):
13006 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
13007 * play/gamegrid.el (gamegrid-make-face):
13008 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
13009 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
13010 * notifications.el (notifications-notify):
13011 * net/xesam.el (xesam-search-engines):
13012 * net/quickurl.el (quickurl-list-insert):
13013 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
13014
d72700e5
CY
130152011-03-15 Chong Yidong <cyd@stupidchicken.com>
13016
13017 * startup.el (command-line): Update package subdirectory regexp.
13018
49c5410a
SM
130192011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
13020
c6eee9aa
SM
13021 * allout.el (allout-abbreviate-flattened-numbering)
13022 (allout-mode-deactivate-hook): Fix up obsolescence "date".
13023
49c5410a
SM
13024 * subr.el (read-char-choice): Only show the cursor after the prompt,
13025 not after the answer.
13026
047b2bb9
KR
130272011-03-15 Kevin Ryde <user42@zip.com.au>
13028
13029 * help-fns.el (variable-at-point): Skip leading quotes, if any
13030 (bug#8253).
13031
0a57d256
SM
130322011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
13033
13034 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
13035 warning message.
13036
77c992bc
MA
130372011-03-14 Michael Albinus <michael.albinus@gmx.de>
13038
13039 * shell.el (shell): When called interactively, offer to change the
13040 shell file name on remote hosts.
13041
eebc475d
TZ
130422011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
13043
13044 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
13045 integration for LDAP parameters. The host, base, user or binddn,
13046 and secret tokens can be specified in a netrc file, for instance.
13047 This is optional because an `auth-source' parameter must be
13048 specified in the search attributes.
13049
9d05d1ba
JB
130502011-03-13 Juanma Barranquero <lekktu@gmail.com>
13051
13052 * help.el (describe-mode): Link to the mode's definition (bug#8185).
13053
09d9db2c
GM
130542011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
13055
13056 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
13057 into declaration. Remove redundant and harmful binding.
13058
130592011-03-12 Eli Zaretskii <eliz@gnu.org>
13060
13061 * files.el (file-ownership-preserved-p): Pass `integer' as an
13062 explicit 2nd argument to `file-attributes'. If the file's owner
13063 is the Administrators group on Windows, and the current user is
13064 Administrator, consider that a match.
13065
13066 * server.el (server-ensure-safe-dir): Consider server directory
13067 safe on MS-Windows if its owner is the Administrators group while
13068 the current Emacs user is Administrator. Use `=' to compare
13069 numerical UIDs, since they could be integers or floats.
13070
219bd536
JB
130712011-03-12 Juanma Barranquero <lekktu@gmail.com>
13072
13073 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
13074
f3afd36b
MA
130752011-03-12 Michael Albinus <michael.albinus@gmx.de>
13076
13077 Sync with Tramp 2.2.1.
13078
13079 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
13080
13081 * net/trampver.el: Update release number.
13082
3aaaa6f1
SM
130832011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
13084
94642599
SM
13085 * progmodes/compile.el (compilation--previous-directory): Fix up
13086 various nil/dead-marker mismatches (bug#8014).
13087 (compilation-directory-properties, compilation-error-properties):
13088 Don't call it at a position past the one we're about to change.
13089
3aaaa6f1
SM
13090 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
13091 Disable obsolescence warnings in the file that declares it.
13092
14239447
KM
130932011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
13094
099c39a4
JB
13095 * allout-widgets.el (allout-widgets-tally):
13096 Initialize allout-widgets-tally as a hash table rather than nil to
13097 prevent mode-line redisplay warnings. Also, clarify the module
13098 description and fix a comment typo.
14239447 13099
135e287c
JB
131002011-03-11 Juanma Barranquero <lekktu@gmail.com>
13101
13102 * help-fns.el (describe-variable): Don't complete keywords.
13103 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
13104
ffbf300e
CY
131052011-03-10 Chong Yidong <cyd@stupidchicken.com>
13106
ba08b241
CY
13107 * emacs-lisp/package.el (package-version-join): Impose a standard
13108 string representation for pre/alpha/beta version lists.
13109 (package-unpack-single): Standardize the directory name by passing
13110 it through package-version-join.
13111 (package-strip-rcs-id): Accept any version string that does not
13112 signal an error in version-to-list.
ffbf300e 13113
f346fd6b
MA
131142011-03-10 Michael Albinus <michael.albinus@gmx.de>
13115
13116 * simple.el (delete-trailing-whitespace): Return nil for the
13117 benefit of `write-file-functions'.
13118
ccb55d27
GM
131192011-03-10 Glenn Morris <rgm@gnu.org>
13120
5ceaac0c
GM
13121 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
13122
02da65ff
GM
13123 * vc/vc-git.el (vc-git-program): New option.
13124 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
13125 (vc-git--call): Use it.
13126
b2f603cc
GM
13127 * eshell/esh-util.el (eshell-condition-case): Doc fix.
13128
5772caab
GM
13129 * cus-edit.el (Custom-newline): If no button at point, look
13130 for a subgroup button at start-of-line. (Bug#2298)
13131
ccb55d27
GM
13132 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
13133
ec6ecaed
JD
131342011-03-10 Julien Danjou <julien@danjou.info>
13135
13136 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
13137 `cursor-type' is nil.
13138
9d5aa01d
JB
131392011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
13140
13141 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
13142
b6a5875b
KM
131432011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
13144
7a71b18d 13145 * allout.el: Change so yank of distinctive-bullet items
b6a5875b
KM
13146 preserves the existing header prefix, rebulleting it if necessary,
13147 rather than replacing it. This is necessary for proper operation
13148 of cooperative addons like allout-widgets.
1154d12e
JB
13149 (allout-make-topic-prefix, allout-rebullet-heading):
13150 Change SOLICIT arg to INSTEAD, and interpret additionally a string
13151 value as alternate bullet to be used, instead of prompting the user
13152 for a bullet character.
b6a5875b 13153
ee545c35
MA
131542011-03-09 Michael Albinus <michael.albinus@gmx.de>
13155
d86d2721
SM
13156 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
13157 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
13158 `tramp-default-port'.
13159
c47971d7
DD
131602011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
13161
13162 * net/rcirc.el (rcirc-handler-001): Remove useless
13163 with-rcirc-process-buffer.
13164 (rcirc-check-auth-status): Swap arguments to string-match.
13165
13522cb4
GM
131662011-03-09 Glenn Morris <rgm@gnu.org>
13167
0be6f4f1
GM
13168 * shell.el (shell-mode):
13169 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
13170
13522cb4
GM
13171 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
13172 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
13173
515de2e3
CY
131742011-03-08 Chong Yidong <cyd@stupidchicken.com>
13175
13176 * emacs-lisp/package.el (package-refresh-contents)
13177 (package-menu-execute): Use condition-case-no-debug.
13178
b511b994
MA
131792011-03-08 Michael Albinus <michael.albinus@gmx.de>
13180
13181 * simple.el (shell-command-to-string): Use `process-file'.
13182
13183 * emacs-lisp/package.el (package-tar-file-info): Handle also
13184 remote files.
13185
d86d2721
SM
13186 * emacs-lisp/package-x.el (package-upload-buffer-internal):
13187 Use `equal' for upload base check.
b511b994 13188
25bbfb31
AM
131892011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
13190
13191 * textmodes/texinfo.el (texinfo-environments):
13192 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
13193
be996521
GM
131942011-03-08 Glenn Morris <rgm@gnu.org>
13195
e9c8529f
GM
13196 * cus-start.el (cursor-in-non-selected-windows):
13197 Fix :set quoting oddness. (Bug#8192)
13198
be996521
GM
13199 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
13200 in some setf expressions. (Bug#2159)
13201
2bb5649e
CY
132022011-03-08 Chong Yidong <cyd@stupidchicken.com>
13203
13204 * custom.el (custom-available-themes): Return themes in
13205 alphabetical order.
13206
33383987 13207See ChangeLog.15 for earlier changes.
e3d51b27
MR
13208
13209;; Local Variables:
13210;; coding: utf-8
e3d51b27
MR
13211;; End:
13212
acaf905b 13213 Copyright (C) 2011-2012 Free Software Foundation, Inc.
e3d51b27
MR
13214
13215 This file is part of GNU Emacs.
13216
13217 GNU Emacs is free software: you can redistribute it and/or modify
13218 it under the terms of the GNU General Public License as published by
13219 the Free Software Foundation, either version 3 of the License, or
13220 (at your option) any later version.
13221
13222 GNU Emacs is distributed in the hope that it will be useful,
13223 but WITHOUT ANY WARRANTY; without even the implied warranty of
13224 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13225 GNU General Public License for more details.
13226
13227 You should have received a copy of the GNU General Public License
13228 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.