* lisp/gnus/nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
b593d6a9
AH
12012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2 Stefan Monnier <monnier@iro.umontreal.ca>
3
4 * simple.el (suggest-key-bindings, execute-extended-command):
5 Move from keyboard.c.
6
782fbf2a
CY
72012-05-01 Chong Yidong <cyd@gnu.org>
8
9 * follow.el: Eliminate advice.
10 (set-process-filter, process-filter, sit-for): Advice deleted.
11 (follow-mode-off-hook): Obsolete hook removed.
b593d6a9
AH
12 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
13 Vars deleted.
782fbf2a
CY
14 (follow-auto): Use a :set function.
15 (follow-mode): Rewritten. Don't advise process filters.
16 (follow-switch-to-current-buffer-all, follow-scroll-up)
17 (follow-scroll-down): Assume follow-mode is bound.
18 (follow-comint-scroll-to-bottom)
19 (follow-align-compilation-windows): New functions.
20 (follow--window-sorter): New function.
21 (follow-all-followers): Use it to explicitly sort windows by their
22 positions; don't make assumptions about next-window order.
23 (follow-windows-start-end, follow-delete-other-windows-and-split)
24 (follow-calc-win-start): Doc fix.
25 (follow-windows-aligned-p, follow-select-if-visible): Don't call
26 vertical-motion unnecessarily.
27 (follow-adjust-window): New function.
28 (follow-post-command-hook): Use it.
29 (follow-call-set-process-filter, follow-call-process-filter)
30 (follow-intercept-process-output, follow-tidy-process-filter-alist)
31 (follow-stop-intercept-process-output, follow-generic-filter):
32 Functions deleted.
33 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
b593d6a9
AH
34 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
35 New functions, replacing advice on scroll-bar-* commands.
87233a14 36 (follow-mwheel-scroll): New function (Bug#4112).
782fbf2a
CY
37
38 * comint.el (comint-adjust-point): New function.
b593d6a9
AH
39 (comint-postoutput-scroll-to-bottom): Use it.
40 Call follow-comint-scroll-to-bottom for Follow mode buffers.
782fbf2a 41
290af740
GM
422012-05-01 Glenn Morris <rgm@gnu.org>
43
44 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
45 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
46 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
47 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
48 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
49 Remove no-byte-compile setting.
50
6eac8dc9
SM
512012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
52
53 * minibuffer.el (completion-table-with-quoting): Fix compatibility
54 all-completions code to not return a number in the last cdr.
55
9cc7819c
LL
562012-04-30 Leo Liu <sdl.web@gmail.com>
57
58 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
59 read-only error.
60
c93b886f
CY
612012-04-29 Chong Yidong <cyd@gnu.org>
62
63 * follow.el (follow-calc-win-end): Rewrite to handle partial
64 screen lines correctly (Bug#8390).
65 (follow-avoid-tail-recenter): Minor cleanup.
66
8b6c19f4
SM
672012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
68
69 Avoid the obsolete `assoc' package.
70 * speedbar.el (speedbar-refresh): Avoid adelete.
71 (speedbar-file-lists): Simplify and avoid aput.
72 * man.el (Man--sections, Man--refpages): New vars, replacing
73 Man-sections-alist and Man-refpages-alist.
74 (Man-build-section-alist, Man-build-references-alist):
75 Use them; avoid aput.
76 (Man--last-section, Man--last-refpage): New vars.
77 (Man-follow-manual-reference): Use them.
78 Use the `default' arg of completing-read.
79 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
80
c5bb7569
CY
812012-04-27 Chong Yidong <cyd@gnu.org>
82
d1d2e2e8
CY
83 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
84
15cd8efd
CY
85 * startup.el (x-apply-session-resources): New function.
86
87 * term/ns-win.el (ns-initialize-window-system):
88 * term/w32-win.el (w32-initialize-window-system):
89 * term/x-win.el (x-initialize-window-system): Use it to properly
90 set menu-bar-mode and other vars from X resources, even if the
91 initial frame is not a window-system frame (Bug#2299).
92
c5bb7569
CY
93 * subr.el (read-key): Avoid running filter function when setting
94 up temporary tool bar entries (Bug#9922).
95
a8e7d6d7 962012-04-27 Andreas Schwab <schwab@linux-m68k.org>
c4347ab9
AS
97
98 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
99 (Bug#11344)
100
a8e7d6d7 1012012-04-27 Chong Yidong <cyd@gnu.org>
acb71f1d
CY
102
103 * select.el (xselect--encode-string): New function, split from
104 xselect-convert-to-string.
105 (xselect-convert-to-string): Use it.
106 (xselect-convert-to-filename, xselect-convert-to-os)
107 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
108 returned strings are properly encoded (Bug#11315).
109
a8e7d6d7 1102012-04-27 Chong Yidong <cyd@gnu.org>
d55486c7
CY
111
112 * simple.el (delete-active-region): Move to killing custom group.
113
a8e7d6d7 1142012-04-27 Andreas Schwab <schwab@linux-m68k.org>
581b6788
AS
115
116 * progmodes/which-func.el (which-func-current): Quote %
117 characters for mode-line processing.
118
578c1d4b 1192012-04-27 Chong Yidong <cyd@gnu.org>
18edb22d
CY
120
121 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
122 reaching eob (Bug#11286).
123
a8e7d6d7 1242012-04-27 Eli Zaretskii <eliz@gnu.org>
9ee9f470
EZ
125
126 * progmodes/gdb-mi.el (gdb-control-level): New variable.
127 (gdb): Make it buffer-local and init to zero.
128 (gdb-control-commands-regexp): New variable.
129 (gdb-send): Don't wrap in "-interpreter-exec console" if
130 gdb-control-level is positive. Increment gdb-control-level
131 whenever the command matches gdb-control-commands-regexp, and
132 decrement it each time the command is "end". (Bug#11279)
133
a8e7d6d7 1342012-04-27 Martin Rudalics <rudalics@gmx.at>
41cfe0cb
MR
135
136 * window.el (adjust-window-trailing-edge, enlarge-window)
137 (shrink-window, window-resize):
138 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
139 windows (Bug#11276).
140
b3608390
CY
1412012-04-27 Chong Yidong <cyd@gnu.org>
142
143 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
a8e7d6d7 144 fix "missing prefix" warning. All callers changed.
b3608390 145
797e6e88
SM
1462012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
147
148 * emacs-lisp/assoc.el: Move to obsolete/.
149
e95a67dc
SM
1502012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
151
657c21e4 152 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
e95a67dc
SM
153
154 * term/ns-win.el (ns-define-service):
155 * progmodes/pascal.el (pascal-goto-defun):
156 * progmodes/js.el (js--read-tab):
157 * progmodes/etags.el (tags-lazy-completion-table):
158 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
159 * emacs-lisp/ewoc.el (ewoc--wrap):
160 * emacs-lisp/assoc.el (aput, adelete, amake):
161 * doc-view.el (doc-view-convert-current-doc):
162 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
163
cb3e7ae0
CY
1642012-04-26 Chong Yidong <cyd@gnu.org>
165
dce04f7f
CY
166 * image.el (image-type-from-buffer): Only return supported image
167 type (Bug#9045).
168
cb3e7ae0
CY
169 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
170 value, for symmetry with diff-end-of-hunk.
171 (diff-split-hunk, diff-find-source-location)
172 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
173 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
174 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
175 compute the relevant hunk or file properly (Bug#6005).
176 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
177
0d42eb3e
SM
1782012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
179
180 * vc/vc-mtn.el:
181 * vc/vc-hg.el:
182 * vc/vc-git.el:
183 * vc/vc-dir.el:
184 * vc/vc-cvs.el:
185 * vc/vc-bzr.el:
186 * vc/vc-arch.el:
187 * vc/vc.el: Replace lexical-let by lexical-binding.
188 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
189 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
190 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
191
f08ae1c9
CY
1922012-04-26 Chong Yidong <cyd@gnu.org>
193
8b71081d
CY
194 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
195 (diff-mode-shared-map): Bind it to / and [remap undo].
196
f08ae1c9
CY
197 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
198 (ediff-window-setup-function): Use it as the default, to set up
199 windows based on whether the current frame is graphical (Bug#2138).
200 (ediff-choose-window-setup-function-automatically): Make obsolete.
201
202 * vc/ediff-init.el: Always define ediff-pixel-width/height.
203
ef24141c
SM
2042012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
205
cc356a5d
SM
206 * ffap.el: Remove old code for obsolete package.
207 (ffap-complete-as-file-p): Remove.
208
b4ff4f1f
SM
209 Use completion-table-with-quoting for comint and pcomplete.
210 * comint.el (comint--unquote&requote-argument)
211 (comint--unquote-argument, comint--requote-argument): New functions.
212 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
213 (comint-quote-filename): Use regexp-opt-charset.
214 (comint--common-suffix, comint--common-quoted-suffix)
215 (comint--table-subvert): Remove.
216 (comint-unquote-function, comint-requote-function): New vars.
217 (comint--complete-file-name-data): Use them with
218 completion-table-with-quoting.
219 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
220 * pcomplete.el (pcomplete-arg-quote-list)
221 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
222 (pcomplete-unquote-argument-function): Default to non-nil.
223 (pcomplete-unquote-argument): Simplify.
224 (pcomplete--common-quoted-suffix): Remove.
225 (pcomplete-requote-argument-function): New var.
226 (pcomplete--common-suffix): New function.
227 (pcomplete-completions-at-point): Use completion-table-with-quoting
228 and completion-table-subvert.
229
79c4eeb4
SM
230 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
231 (minibuffer--double-dollars): Preserve properties.
232 (completion--sifn-requote): New function.
233 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
234
ef24141c
SM
235 * minibuffer.el: Add support for completion of quoted/escaped data.
236 (completion-table-with-quoting, completion-table-subvert): New funs.
237 (completion--twq-try, completion--twq-all): New functions.
238 (completion--nth-completion): New function.
239 (completion-try-completion, completion-all-completions): Use it.
240
784e7d6e
LL
2412012-04-25 Leo Liu <sdl.web@gmail.com>
242
dd2ac746
SM
243 * progmodes/python.el (python-pdbtrack-get-source-buffer):
244 Use compilation-message if available to find real filename.
784e7d6e 245
07875ee7
CY
2462012-04-25 Chong Yidong <cyd@gnu.org>
247
248 * vc/diff-mode.el (diff-setup-whitespace): New function.
249 (diff-mode): Use it.
250
251 * vc/diff.el (diff-sentinel):
252 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
253 Whitespace mode variables based on diff style (Bug#8612).
254
5055880d
LL
2552012-04-25 Leo Liu <sdl.web@gmail.com>
256
daf75653
LL
257 * progmodes/python.el (python-send-region): Add suffix .py to the
258 temp file.
259
5055880d
LL
260 * files.el (auto-mode-alist): Use javascript-mode instead.
261
db9b177b
AH
2622012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
263
ef24141c 264 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
db9b177b
AH
265
266 * soap-client.el (soap-resolve-references-for-sequence-type)
ef24141c 267 (soap-resolve-references-for-array-type): Hack to prevent self
db9b177b 268 references, see Bug#9.
ef24141c 269 (soap-parse-envelope): Report the contents of the 'detail' node
db9b177b 270 when receiving a fault reply.
ef24141c 271 (soap-parse-envelope): Report the contents of the entire 'detail' node.
db9b177b
AH
272
273 * soap-inspect.el (soap-sample-value-for-simple-type)
ef24141c 274 (soap-inspect-simple-type): New function.
db9b177b 275
ef24141c 276 * soap-client.el (soap-simple-type): New struct.
db9b177b 277 (soap-default-xsd-types, soap-default-soapenc-types)
ef24141c
SM
278 (soap-decode-basic-type, soap-encode-basic-type):
279 support unsignedInt and double basic types.
db9b177b 280 (soap-resolve-references-for-simple-type)
ef24141c
SM
281 (soap-parse-simple-type, soap-encode-simple-type): New function.
282 (soap-parse-schema): Parse xsd:simpleType declarations.
db9b177b
AH
283
284 * soap-client.el (soap-default-xsd-types)
ef24141c
SM
285 (soap-default-soapenc-types): Add integer, byte and anyURI types.
286 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
287 the local name of "soapenc:Array".
288 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
db9b177b
AH
289 decoding integer, byte and anyURI xsd types.
290
1fc6097b
CY
2912012-04-25 Chong Yidong <cyd@gnu.org>
292
293 * cus-edit.el (custom-buffer-create-internal): Update header text.
294
afc6df87
EZ
2952012-04-25 Eli Zaretskii <eliz@gnu.org>
296
297 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
298 settings on 'system-type', not on 'window-system'. On MS-Windows,
299 set interactive-mode on in GDB.
300
dfbd787f
SM
3012012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
302
303 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
304 (ruby-syntax-propertize-regexp): Remove.
305 (ruby-syntax-propertize-function): Split regexp into chunks.
306 Match following code directly.
307
85222d44
DG
3082012-04-24 Dmitry Gutov <dgutov@yandex.ru>
309
51a8ea2a
DG
310 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
311 (ruby-syntax-propertize-regexp): New function.
312 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
313 by a special keyword.
314
85222d44
DG
315 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
316 (ruby-syntax-general-delimiters-goto-beg)
317 (ruby-syntax-propertize-general-delimiters): New functions.
318 (ruby-syntax-propertize-function): Use them to handle GDL.
319 (ruby-font-lock-keywords): Move old handling of GDL...
320 (ruby-font-lock-syntactic-keywords): .. to here.
321 (ruby-calculate-indent): Adjust indentation for GDL.
322
b613912b
MA
3232012-04-24 Michael Albinus <michael.albinus@gmx.de>
324
b5380639
MA
325 * notifications.el (top): Remove unneeded declarations.
326 (notifications-specification-version): Change to "1.2".
e43042fe 327 (notifications-interface, notifications-notify-method)
b613912b
MA
328 (notifications-close-notification-method): Fix docstring.
329 (notifications-get-capabilities-method): New defconst.
e43042fe
MA
330 (notifications-notify): Add :action-items, :resident and
331 :transient hints. Change "image_data" to "image-data" and
332 "image_path" to "image-path".
b613912b
MA
333 (notifications-get-capabilities): New defun.
334
257440aa
LL
3352012-04-24 Leo Liu <sdl.web@gmail.com>
336
337 * progmodes/python.el: Move hideshow setup to the end.
338
b1bac16e
MR
3392012-04-24 Martin Rudalics <rudalics@gmx.at>
340
341 * window.el (handle-select-window): Clear echo area since this is
342 no more done by read_char (Bug#11304).
343
d81bd059
SM
3442012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
345
346 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
347 and `/ M' to filter-derived-mode.
348 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
349 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
350 (ibuffer-mark-by-mode): Use default rather than initial-input.
351 (ibuffer-filter-by-derived-mode): Autoload and require-match.
352
c4cf6d91
IA
3532012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
354
355 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
356 (ibuffer-filter-by-derived-mode): New filter.
357 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
358
7511ded8
CY
3592012-04-23 Andreas Politz <politza@fh-trier.de>
360
361 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
362
775c916b
CY
3632012-04-23 Chong Yidong <cyd@gnu.org>
364
365 * cus-edit.el (customize-apropos, customize-apropos-options):
366 Disable matching of non-option variables (Bug#11176).
367 (customize-option, customize-option-other-window)
368 (customize-changed-options): Doc fix.
369 (customize-apropos-options, customize-apropos-faces)
370 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
371
372 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
922d37d3 373 Fix word list splitting (Bug#11132).
46c71e23
CY
374 (apropos-symbol, apropos-keybinding, apropos-label)
375 (apropos-property, apropos-function-button)
376 (apropos-variable-button, apropos-misc-button): New faces.
377 (apropos-symbol-face, apropos-keybinding-face)
378 (apropos-label-face, apropos-property-face, apropos-match-face):
379 Variables removed (Bug#8396).
380 (apropos-library-button, apropos-format-plist, apropos-print)
381 (apropos-print-doc, apropos-describe-plist): Callers changed.
775c916b 382
2df41f9c
MA
3832012-04-23 Michael Albinus <michael.albinus@gmx.de>
384
385 * net/xesam.el (xesam-mode-map): Use let-bound map in
386 initialization. (Bug#11292)
387
da00640a
AM
3882012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
389
390 Preserve ispell session localwords when switching back to
391 original buffer.
392
393 * ispell.el (ispell-buffer-session-localwords): New buffer-local
394 variable to hold buffer session localwords.
395 (ispell-kill-ispell): add option 'clear to delete session
396 localwords.
397 (ispell-command-loop, ispell-change-dictionary)
398 (ispell-buffer-local-words): Preserve session localwords when
399 needed.
400
401 * flyspell.el (flyspell-process-localwords, flyspell-do-correct):
402 Preserve session localwords when needed.
403
f621ccf5
AM
4042012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
405
406 * ispell.el (ispell-insert-word) Remove unneeded function using
407 obsolete `translation-table-for-input'.
ef24141c
SM
408 (ispell-word, ispell-process-line, ispell-complete-word):
409 Use plain `insert' instead of removed `ispell-insert-word'.
f621ccf5 410
c2d1019e
CY
4112012-04-22 Chong Yidong <cyd@gnu.org>
412
413 * cus-edit.el (custom-variable-menu)
414 (custom-variable-reset-saved, custom-face-menu)
415 (custom-face-reset-saved): If there is no saved value, make the
416 "reset-saved" operation bring back the default (Bug#9509).
417 (custom-face-state): Properly detect themed faces.
418
eeddc531
CY
419 * faces.el (face-spec-set): Stop supporting deprecated form of
420 third arg.
421
dcbf5805
MA
4222012-04-22 Michael Albinus <michael.albinus@gmx.de>
423
424 Move functions from C to Lisp. Make non-blocking method calls
425 the default. Implement further D-Bus standard interfaces.
426
ef24141c
SM
427 * net/dbus.el (dbus-message-internal): Declare function.
428 Remove unneeded function declarations.
dcbf5805
MA
429 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
430 (dbus-message-type-method-return, dbus-message-type-error)
431 (dbus-message-type-signal): Declare variables. Remove local
432 definitions.
433 (dbus-interface-dbus, dbus-interface-peer)
434 (dbus-interface-introspectable, dbus-interface-properties)
435 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
436 Adapt docstring.
437 (dbus-interface-objectmanager): New defconst.
438 (dbus-call-method, dbus-call-method-asynchronously)
439 (dbus-send-signal, dbus-method-return-internal)
440 (dbus-method-error-internal, dbus-register-service)
441 (dbus-register-signal, dbus-register-method): New defuns, moved
442 from dbusbind.c
443 (dbus-call-method-handler, dbus-setenv)
ef24141c
SM
444 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
445 New defuns.
dcbf5805
MA
446 (dbus-call-method-non-blocking): Make it an obsolete function.
447 (dbus-unregister-object, dbus-unregister-service)
448 (dbus-handle-event, dbus-register-property)
449 (dbus-property-handler): Obey the new structure of
450 `bus-registered-objects'.
451 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
452 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
453 Use `dbus-call-method'.
454
cf20dee0
CY
4552012-04-22 Chong Yidong <cyd@gnu.org>
456
457 * cus-edit.el (custom-commands, custom-reset-menu)
458 (Custom-reset-standard): Tweak labels.
459 (custom-reset-button-menu): Change default to t.
460 (custom-buffer-create-internal): For the custom-reset-button-menu
461 case, put the revert button first.
462 (custom-group-subtitle): New face.
463 (custom-group-value-create): Align docstring to a specific column.
464
465 * wid-edit.el (widget-documentation-link-add): Don't handle
466 indentation in this function.
467 (widget-documentation-string-indent-to): New function.
468 (widget-documentation-string-value-create): Use it.
469
470 * autorevert.el (auto-revert):
471 * epg-config.el (epg):
472 * ibuffer.el (ibuffer):
473 * mpc.el (mpc):
474 * ses.el (ses):
475 * eshell/eshell.el (eshell):
476 * net/ange-ftp.el (ange-ftp):
477 * progmodes/ebnf2ps.el (postscript):
478 * progmodes/flymake.el (flymake):
479 * progmodes/prolog.el (prolog):
480 * progmodes/verilog-mode.el (verilog-mode):
481 * progmodes/which-func.el (which-func):
482 * term/xterm.el (xterm):
483 * textmodes/picture.el (picture):
484 * textmodes/tildify.el (tildify):
485 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
486 customization buffers.
487
583e23bd
AM
4882012-04-22 Alan Mackenzie <acm@muc.de>
489
490 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
491 Adding a ) can hide the resulting (..) from searches. Fix it.
492 Bound the backward search to the position of the existing (.
493
7dd51bf1
JB
4942012-04-21 Juanma Barranquero <lekktu@gmail.com>
495
496 * progmodes/verilog-mode.el (verilog-mode): Check whether
497 which-func-modes is t before adding verilog-mode.
498 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
499
d64a438f
LL
5002012-04-21 Leo Liu <sdl.web@gmail.com>
501
7dd51bf1 502 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
d64a438f 503
081e8d65
MV
5042012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
505
506 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
507 filling of the last column of a table (Bug#5635).
508 (woman-find-next-control-line): New arg, specifying an additional
509 regexp component for the control line.
510 (woman2-roff-buffer): Use it.
511 (woman-break-table): New function.
512 (woman2-TS): Use it.
513
5142012-04-21 Chong Yidong <cyd@gnu.org>
515
516 * woman.el (woman-set-buffer-display-table, woman-decode-region)
517 (woman-horizontal-escapes, woman-negative-vertical-space)
518 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
519 (WoMan-warn-ignored): Use ?\s instead of ?\ .
520
ed571ccb
SM
5212012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
522
523 * minibuffer.el (completion-file-name-table): Complete user names.
524
39773899
LL
5252012-04-20 Leo Liu <sdl.web@gmail.com>
526
527 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
528 and pcase-let*.
529
de6ff46d
CY
5302012-04-20 Chong Yidong <cyd@gnu.org>
531
532 * server.el (server-execute): Respect initial-buffer-choice if it
533 is a string and there are no files to open (Bug#2825).
534 (server-create-window-system-frame, server-create-tty-frame):
535 Don't switch buffers here.
2d0e8e61
CY
536 (server-process-filter): Only try to open a window system frame if
537 compiled with graphical support (Bug#8314).
de6ff46d 538
54071013
DN
5392012-04-20 Dan Nicolaescu <dann@gnu.org>
540
541 * battery.el (battery-echo-area-format): Display remaining time
542 for sysfs backend too (Bug#11269).
543 (battery-linux-sysfs): Fix conditional for the charge.
544
f30d612a
CY
5452012-04-20 Chong Yidong <cyd@gnu.org>
546
c07a4c0b 547 * progmodes/gdb-mi.el (gdb): Revert previous change.
f30d612a
CY
548 (gdb-inferior-io--init-proc): New function.
549 (gdb-init-1): Use it.
550 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
551 responsible for allocating a new pty and hooking it to gdb when
552 the old pty gets an EIO due to process exit.
553 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
554 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
555 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
556
2116e93c
EZ
5572012-04-20 Eli Zaretskii <eliz@gnu.org>
558
559 * window.el (window-min-size, window-sizable, window-min-delta)
560 (window-max-delta, window--resizable, window-resizable)
561 (window-total-size, window-full-height-p, window-full-width-p)
562 (window-in-direction, window--resize-mini-window, window-resize)
563 (window--resize-child-windows-normal)
564 (window--resize-child-windows, window--resize-siblings)
565 (window--resize-this-window, adjust-window-trailing-edge)
cd0f830c 566 (enlarge-window, shrink-window): Doc fixes.
2116e93c 567
c07a4c0b 5682012-04-20 Chong Yidong <cyd@gnu.org>
b668fa6e 569
ef24141c
SM
570 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
571 New function to call delete-process on the gdb-inferior buffer's pty.
b668fa6e
CY
572 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
573 pty process (Bug#11273).
574 (gdb-update): New arg to suppress talking to the gdb process.
575 (gdb-done-or-error): Use it.
576 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
577 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
578 sentinel not being called.
579
580 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
581
d02766ab
CY
582 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
583
c07a4c0b 5842012-04-20 Glenn Morris <rgm@gnu.org>
016a35df
GM
585
586 * net/network-stream.el (open-network-stream): Doc fix.
587
c07a4c0b 5882012-04-20 Chong Yidong <cyd@gnu.org>
2c070447
CY
589
590 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
591
c07a4c0b 5922012-04-20 Alan Mackenzie <acm@muc.de>
f0f6bc35
AM
593
594 Ensure searching for keywords is case sensitive.
595
596 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
597 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
598 (c-defun-name, c-mark-function, c-cpp-define-name)
599 (c-comment-indent, c-scan-conditionals, c-indent-defun)
c07a4c0b 600 (c-context-line-break): Bind case-fold-search to nil.
f0f6bc35 601
ef24141c
SM
602 * progmodes/cc-mode.el (c-font-lock-fontify-region):
603 Bind case-fold-search to nil.
f0f6bc35 604
c07a4c0b 6052012-04-20 Chong Yidong <cyd@gnu.org>
4fc2c72a
CY
606
607 * mail/sendmail.el (mail-bury): Call return action with the right
608 Rmail buffer (Bug#11242).
609
9a864fa2
CY
610 * server.el (server-process-filter): Handle corner case where both
611 tty and nowait options are present (Bug#11102).
612
539aa513
EZ
6132012-04-20 Eli Zaretskii <eliz@gnu.org>
614
615 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
6cf2a23e
EZ
616 (top level): Put into the executable the ident-style '$Id:' tag on
617 windows-nt as well.
539aa513 618
cfc7d5da
SM
6192012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
620
621 * electric.el (electric-indent-post-self-insert-function): Check that
622 electric-indent-mode is enabled in current buffer.
623
5b01685c
JB
6242012-04-19 Juanma Barranquero <lekktu@gmail.com>
625
626 * imenu.el (imenu-progress-message): Restore; it is "used" in
627 erc/erc-imenu.el and net/snmp-mode.el.
628
4d6769e1
JB
6292012-04-19 Juanma Barranquero <lekktu@gmail.com>
630
631 * avoid.el (mouse-avoidance-mode): Mark unused arg.
632 (mouse-avoidance-nudge-mouse): Remove unused binding.
633
634 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
635
636 * descr-text.el (describe-char):
637 * progmodes/python.el (python-describe-symbol):
638 Don't call `toggle-read-only', set `buffer-read-only'.
639
640 * imenu.el (imenu-default-goto-function): Mark unused args.
641 (imenu-progress-message): Remove obsolete macro; all callers changed.
642
643 * subr.el (keymap-canonicalize): Remove unused binding.
644 (read-passwd): Mark unused arg.
645
646 * tutorial.el (tutorial--display-changes): Remove unused binding.
647 (tutorial--save-tutorial-to): Remove unused variable.
648
649 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
650 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
651 (package-generate-autoloads, package-menu--generate)
652 (package-menu--find-upgrades): Remove unused bindings.
653
654 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
655 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
656 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
657 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
658 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
659 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
660 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
661 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
662 (cua-delete-char-rectangle): Mark unused args.
663 (cua-align-rectangle): Remove unused binding.
664
665 * mail/rmail.el (compilation--message->loc)
666 (epa--find-coding-system-for-mime-charset): Declare.
667
668 * net/dbus.el (dbus-register-service): Declare.
669 (dbus-name-owner-changed-handler): Remove unused binding.
670
671 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
672 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
673 (nxml-scan-backward-within): Mark unused arg.
674 (nxml-dynamic-markup-word): Remove unused binding.
675
676 * mouse.el (mouse-menu-major-mode-map):
677 * emacs-lisp/authors.el (authors-scan-change-log)
678 (authors-add-to-author-list):
679 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
680 * emacs-lisp/smie.el (smie-auto-fill):
681 * mail/sendmail.el (mail-bury):
682 * mail/unrmail.el (unrmail):
683 * net/tls.el (open-tls-stream):
684 * textmodes/picture.el (picture-mouse-set-point):
685 Remove unused bindings.
686
8c8fc5df
MA
6872012-04-19 Michael Albinus <michael.albinus@gmx.de>
688
689 * net/tramp.el (tramp-action-password): Let-bind
690 `enable-recursive-minibuffers' to t.
691
a77b0ac9
SS
6922012-04-18 Sam Steingold <sds@gnu.org>
693
694 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
695 instead of 'string to accommodate values like [f11].
696 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
697 * progmodes/gdb-mi.el: Likewise.
698
12a106a9
LL
6992012-04-18 Leo Liu <sdl.web@gmail.com>
700
701 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
702 current buffer.
703 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
704 LOCAL is nil.
705
bc6494ef
CY
7062012-04-18 Chong Yidong <cyd@gnu.org>
707
708 * simple.el (line-move): Use forward-line if in batch mode
709 (Bug#11053).
710
c09c46b2
CS
7112012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
712
713 * files.el (after-find-file): Do not try to add a final newline if
714 the buffer is read-only (Bug#11156).
715
5f6530ea
RS
7162012-04-17 Richard Stallman <rms@gnu.org>
717
718 * mail/rmail.el (rmail-start-mail):
719 Pass (rmail-mail-return...) for the return-action.
720 Pass (rmail-yank-current-message...) for the yank-action.
721 (rmail-yank-current-message): New function.
722 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
723 (rmail-reply): Likewise.
724 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
725
726 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
c09c46b2 727 buffer, not the last. Reject temp buffers. Use the rmail-mode
5f6530ea
RS
728 buffer, not newbuf.
729
197b6f3c
JB
7302012-04-17 Juanma Barranquero <lekktu@gmail.com>
731
732 * server.el (server-ensure-safe-dir): Simplify.
733
2311d8e5 7342012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
98fb480e 735
2311d8e5
GM
736 * emacs-lisp/smie.el: Provide smarter auto-filling.
737 (smie-auto-fill): New function.
738 (smie-setup): Use it.
98fb480e 739
2311d8e5
GM
740 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
741
7422012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
8eb5d48f
PH
743
744 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
745 (comment-indent): Use it.
746
2311d8e5 7472012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
4bdf2ad2
VB
748
749 * ses.el: The overall change is to add cell renaming, that is
750 setting fancy names for cell symbols other than name matching
751 "\\`[A-Z]+[0-9]+\\'" regexp .
2311d8e5 752 (ses-localvars): Add ses--renamed-cell-symb-list.
4bdf2ad2 753 (ses-create-cell-variable): New defun.
2311d8e5 754 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
4bdf2ad2
VB
755 (ses-relocate-formula): Relocate formulas only for cells the
756 symbols of which are not renamed, i.e. symbols whose names do not
757 match regexp "\\`[A-Z]+[0-9]+\\'".
758 (ses-relocate-all): Relocate values only for cells the symbols of
759 which are not renamed.
760 (ses-load): Create cells variables as the (ses-cell ...) are read,
761 in order to check row col consistency with cell symbol name only
762 for cells that are not renamed.
763 (ses-replace-name-in-formula): New defun.
764 (ses-rename-cell): New defun.
4bdf2ad2 765
fc72b15c
PO
7662012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
767
768 * progmodes/perl-mode.el (perl-indent-parens-as-block):
769 New option (bug#11118).
770 (perl-calculate-indent): Respect it.
771
12e10e61
GM
7722012-04-17 Glenn Morris <rgm@gnu.org>
773
774 * dired-aux.el (dired-mark-read-string): Doc fix.
775
30009afd
DA
7762012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
777
778 * dired-aux.el (dired-mark-read-string): Offer optional completion.
779 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
780
41f03f4d
GM
7812012-04-17 Glenn Morris <rgm@gnu.org>
782
783 * mouse.el (mouse-drag-track):
784 * speedbar.el (speedbar-frame-mode):
785 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
786
f45f90f3
LL
7872012-04-16 Leo Liu <sdl.web@gmail.com>
788
789 * progmodes/python.el: Trivial cleanup.
790
94ee8db5
GM
7912012-04-16 Glenn Morris <rgm@gnu.org>
792
121b8917
GM
793 * vc/vc.el (vc-string-prefix-p):
794 * vc/pcvs-util.el (cvs-string-prefix-p):
795 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
796 * mpc.el (mpc-string-prefix-p):
797 Make all of these into obsolete aliases for string-prefix-p.
798 Update callers.
799 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
800
1197ecfa
GM
801 * textmodes/two-column.el: Move custom options to the start.
802 (frame-width): Remove compat definition.
803 (2C-associate-buffer, 2C-dissociate):
804 Use with-current-buffer rather than save-excursion.
805 (2C-dissociate): Force a mode-line update.
806 (2C-autoscroll): Use ignore-errors.
807
099e7202
GM
808 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
809 Autoload trivia.
810
bf350d6a
GM
811 * emacs-lisp/cl-extra.el (*random-state*):
812 Remove unnecessary declaration.
813
0e829eab
GM
814 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
815
e3ad7552
GM
816 * play/cookie1.el (cookie-snarf):
817 Give an explicit error if input file cannot be read.
818
68892d27
GM
819 * play/yow.el (yow-file): Use expand-file-name rather than concat.
820
20f0c46d
GM
821 * progmodes/perl-mode.el (c-macro-expand):
822 Remove unnecessary autoload (it is in loaddefs.el).
823
5a0978ce
GM
824 * textmodes/picture.el (picture-desired-column)
825 (picture-update-desired-column): Convert comments to doc-strings.
826 (picture-substitute): Remove function.
827 (picture-mode-map): Initialize in the defvar.
828
6b955486
GM
829 * woman.el: Remove eval-after-load for tar-mode.
830 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
831 (woman-tar-extract-file): Autoload it.
832
94ee8db5
GM
833 * frame.el (automatic-hscrolling): Make this alias obsolete.
834
177eca34
AM
8352012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
836
837 * ispell.el (ispell-set-spellchecker-params): Post-process
4be3075e 838 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
3851314b
AM
839 (ispell-dictionary-base-alist): Revert to original XEmacs
840 friendly version for default. [:alpha:] will be added in
841 `ispell-set-spellchecker-params' if needed
177eca34 842
c505aaeb
CY
8432012-04-16 Chong Yidong <cyd@gnu.org>
844
845 * image.el (imagemagick--extension-regexp): New variable.
846 (imagemagick-register-types): Use it.
847 (imagemagick-types-inhibit): Add :set function. Allow new value
848 of t to inhibit all types.
849
850 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
851 so we can preload it.
852
853 * loadup.el (fboundp): Preload regexp-opt, needed by
854 imagemagick-register-types.
855
60efac0f
CY
8562012-04-15 Chong Yidong <cyd@gnu.org>
857
858 * frame.el (scrolling): Remove nearly unused customization group.
859
860 * scroll-all.el (scroll-all-mode): Move to windows group.
861
5dd1713e
CY
8622012-04-15 Chong Yidong <cyd@gnu.org>
863
864 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
865
e6fd457e
CY
8662012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
867
868 Avoid the use of ((lambda ...) ...) in lexical-binding code.
4d6769e1 869 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
e6fd457e 870
e153c136
GM
8712012-04-15 Glenn Morris <rgm@gnu.org>
872
873 * simple.el (process-file-side-effects): Doc fix.
874
e6fd457e 8752012-04-15 Glenn Morris <rgm@gnu.org>
ca7d96c8
GM
876
877 * international/mule-cmds.el (set-language-environment): Doc fix.
878
3603c3b1
JB
8792012-04-14 Juanma Barranquero <lekktu@gmail.com>
880
881 * server.el (server-auth-key, server-generate-key): Doc fixes.
882 (server-get-auth-key): Doc fix. Use `string-match-p'.
883 (server-start): Reflow docstring.
884
e6de100c
LI
8852012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
886
887 * server.el (server-generate-key): `called-interactively-p'
888 requires a parameter.
889
29734c21
MN
8902012-04-14 Michal Nazarewicz <mina86@mina86.com>
891
892 * server.el (server-auth-key): New variable.
75f1671a 893 (server-generate-key, server-get-auth-key): New function.
29734c21
MN
894 (server-start): Use the new variable and functions to allow
895 setting a permanent server key (bug#9423).
896
d65c9521
LL
8972012-04-14 Leo Liu <sdl.web@gmail.com>
898
899 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
900
5ae255c7
PE
9012012-04-14 Paul Eggert <eggert@cs.ucla.edu>
902
903 Spelling fixes.
904 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
905 Emacs uses American spelling.
906
d5e6342e
JB
9072012-04-14 Juanma Barranquero <lekktu@gmail.com>
908
909 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
910 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
911 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
912 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
913
ab036cd7
SM
9142012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
915
916 * progmodes/which-func.el (which-func-modes): Change default.
917
35dc09a1 9182012-04-14 Kim F. Storm <storm@cua.dk>
9557e2be
CY
919
920 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
921 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
922
35dc09a1 9232012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
924
925 * custom.el (custom-theme-set-variables): Doc fix.
926
35dc09a1 9272012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
928
929 * international/mule.el (set-auto-coding-for-load): Doc fix.
930
35dc09a1 9312012-04-14 Alan Mackenzie <acm@muc.de>
0de3da9f 932
35dc09a1
GM
933 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
934 imenu work again for Objective C Mode. Correct the *-index values,
935 these having been disturbed by a previous change in 2011-08.
57f845ee 936
0de3da9f
AM
937 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
938 Correct two search limits.
939
35dc09a1 9402012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
ede141ac
SM
941
942 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
943
35dc09a1 9442012-04-14 Andreas Schwab <schwab@linux-m68k.org>
d0203d61
AS
945
946 * international/characters.el: Fix sorting.
947
35dc09a1 9482012-04-14 Eli Zaretskii <eliz@gnu.org>
cb80bcd1
EZ
949
950 * international/characters.el: Add more missing Latin case pairs.
951
35dc09a1 9522012-04-14 Glenn Morris <rgm@gnu.org>
4a427f58
GM
953
954 * files.el (dir-locals-set-class-variables): Doc fix.
955
35dc09a1 9562012-04-14 Eli Zaretskii <eliz@gnu.org>
9f847f41 957
3f1b5bf8
EZ
958 * international/characters.el: Add set-case-syntax-pair call for
959 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
960 counterpart. (Bug#11209)
961
9f847f41
EZ
962 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
963
35dc09a1 9642012-04-14 Glenn Morris <rgm@gnu.org>
0c2014a3
GM
965
966 * calendar/holidays.el (calendar-check-holidays): Doc fix.
967
35dc09a1 9682012-04-14 Eli Zaretskii <eliz@gnu.org>
e2627d21 969
35dc09a1
GM
970 * textmodes/ispell.el (ispell-dictionary-base-alist):
971 Add data for Hebrew.
e2627d21 972
35dc09a1 9732012-04-14 Chong Yidong <cyd@gnu.org>
5c14e333 974
35dc09a1
GM
975 * net/rcirc.el (rcirc-cmd-quit):
976 Revert 2012-03-18 change (Bug#11192).
5c14e333 977
35dc09a1 9782012-04-14 Glenn Morris <rgm@gnu.org>
bf6fa423
GM
979
980 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
981
35dc09a1 9822012-04-14 Eli Zaretskii <eliz@gnu.org>
82b24fb2 983
4517fe3a
SM
984 * minibuffer.el (completion-in-region-mode-map):
985 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
82b24fb2 986
b472a594
VD
9872012-04-13 Vivek Dasmohapatra <vivek@etla.org>
988
989 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
990
09b95ce3
MY
9912012-04-13 Masatake YAMATO <yamato@redhat.com>
992
993 * minibuffer.el (minibuffer-local-filename-syntax): New variable
994 to allow `C-M-f' and `C-M-b' to move to the nearest path
995 separator (bug#9511).
996
4b63a9ca
LI
9972012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
998
999 * avoid.el: Require cl when compiling. And also move the
1000 `provide' to the end.
1001
7b55b8bf
TV
10022012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1003
1004 * avoid.el (mouse-avoidance-banish-position): New variable.
1005 (mouse-avoidance-banish-destination): Use it (bug#10165).
1006
adedaa1f
LL
10072012-04-13 Leo Liu <sdl.web@gmail.com>
1008
1009 * progmodes/which-func.el (which-func-modes): Add objc-mode.
1010
70e74021
KB
10112012-04-13 Ken Brown <kbrown@cornell.edu>
1012
1013 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
ab036cd7 1014 this is no longer needed now that cygstart understands file:// URLs.
70e74021
KB
1015 (browse-url-filename-alist): For the same reason, don't modify
1016 file:// URLs on Cygwin.
1017
e75e89ba
SM
10182012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
1019
1020 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
1021 the region on shift if the binding is already shifted (bug#11221).
1022
82f289a4
GM
10232012-04-12 Glenn Morris <rgm@gnu.org>
1024
1025 * mail/mailpost.el: Move to obsolete/.
1026
d333dc4c
DA
10272012-04-12 Drew Adams <drew.adams@oracle.com>
1028
1029 * imenu.el (imenu--generic-function): Ignore invisible definitions
1030 (bug#10123).
1031
0d15b5ba
VD
10322012-04-12 Vivek Dasmohapatra <vivek@etla.org>
1033
1034 * hexl.el (hexl-bits): New variable.
1035 (hexl-options): Mention the variable in the doc string.
75f1671a 1036 (hexl-rulerise, hexl-line-displen): New functions.
0d15b5ba 1037 (hexl-mode): Mention the new variable.
75f1671a
JB
1038 (hexl-mode, hexl-current-address, hexl-current-address):
1039 Use the displen.
0d15b5ba
VD
1040 (hexl-ascii-start-column): New function.
1041 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
1042 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
1043
64a440db
AM
10442012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1045
1046 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
1047 '("-i" ENCODING), in 2 separate command-line arguments, to specify
1048 the encoding, as expected by hunspell.
1049
6decb6c2
SM
10502012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
1051
1052 * battery.el (battery--linux-sysfs-regexp): New const.
1053 (battery-status-function): Use it. Remove yeeloong special case.
1054 (battery-yeeloong-sysfs): Remove.
1055 (battery-echo-area-format): Remove yeeloong special case.
1056
088be6fb
SM
10572012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
1058
6622e416
SM
1059 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
1060 Reported by Noah Friedman.
1061
088be6fb
SM
1062 * subr.el (read-passwd): Use read-string.
1063
b49f886e
LMI
10642012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1065
1066 * vcursor.el (vcursor-move): Increase the priority of the overlay
1067 (bug#9663).
1068
a63067fc
DD
10692012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1070
1071 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
1072 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
1073
ac3cf14a
WS
10742012-04-11 William Stevenson <yhvh2000@gmail.com>
1075
1076 * textmodes/artist.el (artist-mode): Convert artist-mode to use
1077 define-minor-mode (bug#10760).
1078
c4fc691b 10792012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
49a2697c 1080
4d6769e1 1081 * progmodes/grep.el (rgrep): Tweak the find command line so
49a2697c
WJ
1082 that directories matching `grep-find-ignored-files' won't be
1083 pruned (bug#10351).
1084
af23e2e5
CY
10852012-04-11 Chong Yidong <cyd@gnu.org>
1086
1087 * startup.el (command-line): Remove support for long-obsolete
1088 variable font-lock-face-attributes.
1089
ab7ce8c1
GM
10902012-04-11 Glenn Morris <rgm@gnu.org>
1091
1092 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
1093
de8c03dc
SM
10942012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
1095
1096 * window.el (window--state-get-1): Obey window-point-insertion-type.
1097
050cc68b
LB
10982012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
1099
1100 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
1101 to previous function when point is on the first character of a
75f1671a 1102 function. Take care of that in `narrow-to-defun' (bug#6157).
050cc68b 1103
a38c310c
GM
11042012-04-11 Glenn Morris <rgm@gnu.org>
1105
effed0c2
GM
1106 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
1107 not just file-errors.
1108
a38c310c
GM
1109 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
1110 (vc-bzr-sha1): Use internal sha1.
1111
0221e323
SM
11122012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
1113
1114 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
1115
43956923
SG
11162012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
1117
1118 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
1119 that start in the middle of the line (bug#10496).
1120
6a8c9eaf
DN
11212012-04-10 Dan Nicolaescu <dann@gnu.org>
1122
1123 * battery.el (battery-linux-proc-acpi): Only one battery is
1124 discharged at a time, but that seems to confuse battery.el when
1125 computing `rate-type' for the battery not being discharged
1126 (bug#10332).
1127
1930bf5d
SM
11282012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
1129
2a718f6f
SM
1130 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
1131
599430d0
SM
1132 * international/quail.el: Use dolist and simplify.
1133 (quail-define-package, quail-update-keyboard-layout)
1134 (quail-define-rules): Use dolist.
1135 (quail-insert-kbd-layout, quail-get-translation): CSE.
1136
a2754b6c
SM
1137 * tmm.el: Use dolist, remove left over hook.
1138 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
1139 Use dolist.
1140 (calendar-load-hook): Don't mess with it.
1141
1930bf5d
SM
1142 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
1143 Use derived-mode-p. Run the diff asynchronously.
1144
9f67961c
LMI
11452012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1146
1147 * obsolete/mouse-sel.el: Add an Obsolete-since header.
1148
2a8ce227
JB
11492012-04-10 Juanma Barranquero <lekktu@gmail.com>
1150
1151 * misc.el: Display absolute path of loaded DLLs (bug#10424).
1152 (list-dynamic-libraries--loaded): New function.
1153 (list-dynamic-libraries--refresh): Use it.
1154
8f33b5f8
NW
11552012-04-10 Nathan Weizenbaum <nweiz@google.com>
1156
1930bf5d
SM
1157 * progmodes/python.el (python-fill-paragraph):
1158 Make python-fill-region in a multiline string work when font-lock is
8f33b5f8
NW
1159 disabled (bug#7018).
1160
b12f0439
L
11612012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
1162
1930bf5d 1163 * language/european.el (cp775): Add oem/legacy (en)coding on
75f1671a
JB
1164 DOS/MS Windows for the Baltic languages. There are still plenty
1165 of texts written in this encoding/codepage (bug#6519).
b12f0439 1166
57c3bd01
GM
11672012-04-10 Glenn Morris <rgm@gnu.org>
1168
1169 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
1170 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
1171
6c3eab30
FA
11722012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
1173
1930bf5d 1174 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
6c3eab30
FA
1175 next-line "n" and previous-line "p" in order to make recentf more
1176 consistent with ibuffer, dired or org-mode (bug#9387).
1177
24d78a88
LMI
11782012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1179
bc72b5d9
LMI
1180 * image.el (put-image): Return the overlay created instead of the
1181 optional input string (bug#7834). Note that this may break code
1182 that is (for some reason or other) depending on `put-image'
1183 returning the string.
1184
bd2dba5a
LMI
1185 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
1186
74beb59f
LMI
1187 * simple.el (zap-to-char): Allow zapping using input methods
1188 (bug#1580).
1189
24d78a88
LMI
1190 * textmodes/fill.el (fill-region): Leave point and mark where they
1191 were before filling (bug#5399).
1192
263f20cd
GM
11932012-04-09 Glenn Morris <rgm@gnu.org>
1194
1195 * version.el (emacs-bzr-get-version):
1196 Handle lightweight checkouts of local branches.
1197
58d1f797
AS
11982012-04-09 Andreas Schwab <schwab@linux-m68k.org>
1199
263f20cd 1200 * international/characters.el: Recover lost case pairs. (Bug#11209)
58d1f797 1201
b4d3bc10
CY
12022012-04-09 Chong Yidong <cyd@gnu.org>
1203
1204 * custom.el (custom-variable-p): Return nil for non-symbol
1205 arguments instead of signaling an error.
1206 (user-variable-p): Obsolete alias for custom-variable-p.
1207
1208 * apropos.el (apropos-variable):
1209 * files-x.el (read-file-local-variable):
1210 * simple.el (set-variable):
1211 * woman.el (woman-mini-help):
1212 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
1213
fd06db5d
GM
12142012-04-09 Glenn Morris <rgm@gnu.org>
1215
e5fcdb5e
GM
1216 * startup.el (normal-top-level): Don't look for leim-list.el
1217 in places where it will not be found. (Bug#910)
1218
fd06db5d
GM
1219 * international/mule-cmds.el (set-default-coding-systems):
1220 * files.el (normal-mode):
1221 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
1222 This function was removed with ucs-tables.el in 2008.
1223
b39bb7e1
EZ
12242012-04-08 Eli Zaretskii <eliz@gnu.org>
1225
1226 * textmodes/ispell.el (ispell-check-version): For hunspell, set
1227 ispell-encoding8-command to "-i", without a trailing space.
1228 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
1229 separate command-line arguments, to specify the encoding, since
1230 that's how hunspell expects it.
1231
5c5b8e23
GM
12322012-04-08 Glenn Morris <rgm@gnu.org>
1233
1234 * loadup.el: Load bindings before cus-start.
1235 This reduces somewhat the number of "rogue" settings in emacs -Q.
1236
a1ed8b05
GM
12372012-04-07 Glenn Morris <rgm@gnu.org>
1238
1239 * version.el (emacs-bzr-get-version): New function.
dfae128a 1240 (emacs-bzr-version): New variable.
a1ed8b05
GM
1241 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
1242 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
1243
b142f158
EZ
12442012-04-07 Eli Zaretskii <eliz@gnu.org>
1245
dfae128a
GM
1246 * international/uni-bidi.el, international/uni-category.el:
1247 * international/uni-combining.el, international/uni-decimal.el:
1248 * international/uni-decomposition.el, international/uni-digit.el:
1249 * international/uni-lowercase.el, international/uni-mirrored.el:
1250 * international/uni-name.el, international/uni-numeric.el:
1251 * international/uni-titlecase.el, international/uni-uppercase.el:
1252 Update for Unicode 6.1.
b142f158 1253
9078ead6
EZ
12542012-04-07 Eli Zaretskii <eliz@gnu.org>
1255
1256 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
1257
f23d2c7d
LMI
12582012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1259
1260 * window.el (shrink-window): Mention the `window-min-height'
1261 variable in the doc string.
1262
0a0a3573
BG
12632012-04-05 Bastien Guerry <bzg@altern.org>
1264
1265 * color.el (color-lighten-name): Fix typo.
1266
e5248ac9
SM
12672012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
1268
1269 * server.el (server--on-display-p): New function.
1270 (server--on-display-p): Use it.
1271
b4243e22
GV
12722012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
1273
1274 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
1275 (bug#11145).
1276
305d9f44
SM
12772012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
1278
1279 * comint.el (comint--common-quoted-suffix): Check string boundary
1280 before comparing (bug#11158).
1281 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
1282
3d439cd1
CY
12832012-04-04 Chong Yidong <cyd@gnu.org>
1284
321cc491
CY
1285 * minibuffer.el (completion-extra-properties): Doc fix.
1286
3d439cd1
CY
1287 * subr.el (delayed-warnings-hook): Doc fix.
1288
2d562c0f
DU
12892012-04-04 Daiki Ueno <ueno@unixuser.org>
1290
1291 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
1292 selection (Bug#11159).
1293 (epa-insert-keys): Inform that the default public key will be
1294 exported if no key is selected.
1295
4443f204
RS
12962012-04-04 Richard Stallman <rms@gnu.org>
1297
1298 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
1299
529c06b6
CY
13002012-04-03 Chong Yidong <cyd@gnu.org>
1301
1302 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
1303 mail-insert-file, not its obsolete alias mail-attach-file.
1304
66b907dc
MA
13052012-04-03 Michael Albinus <michael.albinus@gmx.de>
1306
1307 * notifications.el (notifications-notify): Fix docstring.
1308
c0ea195d
GM
13092012-04-02 Glenn Morris <rgm@gnu.org>
1310
1311 * emacs-lisp/authors.el (authors-aliases): Another addition.
1312
5ca64e00
MA
13132012-04-02 Michael Albinus <michael.albinus@gmx.de>
1314
1315 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
1316 `tramp-compat-call-process' instead of `tramp-local-call-process'.
1317 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
1318
42ee526b
CY
13192012-04-01 Chong Yidong <cyd@gnu.org>
1320
1321 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
1322 Handle root directory properly.
1323 (copy-directory): Caller changed.
1324
1325 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
1326 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
1327
0b021094
GM
13282012-03-31 Glenn Morris <rgm@gnu.org>
1329
40f86458
GM
1330 * term/xterm.el (xterm-extra-capabilities): Doc fix.
1331
7019c177
GM
1332 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
1333
a1daddd6
GM
1334 * calendar/calendar.el (calendar-window-list)
1335 (calendar-hide-window): Restore. (Bug#11140)
1336 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
1337
0b021094
GM
1338 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
1339
40311efc
TV
13402012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1341
1342 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
1343 Check if file is a symlink (Bug#10489).
1344
1345 * files.el (copy-directory): Likewise.
1346
5319014e
CY
13472012-03-30 Chong Yidong <cyd@gnu.org>
1348
1349 * image.el (imagemagick-types-inhibit)
1350 (imagemagick-register-types): Doc fix.
1351
935d1290
AM
13522012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1353
ef24141c
SM
1354 * ispell.el (ispell-get-extended-character-mode):
1355 Disable extended-char-mode for hunspell. hunspell does not support it
75f1671a 1356 and treats ~word as ordinary words in pipe mode.
935d1290 1357
61c6e8fd
GM
13582012-03-30 Glenn Morris <rgm@gnu.org>
1359
1360 * tutorial.el (help-with-tutorial): Ensure local variables don't
1361 happen to make the buffer read-only. (Bug#11127)
1362
81fdff00
SM
13632012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
1364
1365 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
1366 (perl-calculate-indent): Return `noindent' in strings.
1367
6e7a6ec0
SS
13682012-03-28 Sam Steingold <sds@gnu.org>
1369
1370 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
1371 instead of the broken adhockery which does not prevent calendar
1372 buffers from being displayed at random after exit.
1373 (calendar-window-list, calendar-hide-window): Remove the broken
1374 adhockery.
1375
fee88ca0
GM
13762012-03-28 Glenn Morris <rgm@gnu.org>
1377
1378 * replace.el (query-replace-map): Doc fix.
1379
38de3354
AS
13802012-03-28 Andreas Schwab <schwab@linux-m68k.org>
1381
1382 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
1383 contents. (Bug#11109)
1384
b973155e
SM
13852012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
1386
1387 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
1388 (bug#11077).
1389 (avl-tree--check, avl-tree--check-node): New funs.
1390
dcb6e7b3
MR
13912012-03-27 Martin Rudalics <rudalics@gmx.at>
1392
1393 * window.el (switch-to-visible-buffer): New option.
b973155e
SM
1394 (switch-to-prev-buffer, switch-to-next-buffer):
1395 Observe switch-to-visible-buffer. Make sure that checking for a window
dcb6e7b3
MR
1396 showing a buffer already is done on the same frame.
1397
b4fa35fa
GM
13982012-03-27 Glenn Morris <rgm@gnu.org>
1399
1400 * startup.el (mail-host-address): Doc fix.
1401
f9210e18
SM
14022012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
1403
1404 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
1405 than 197 variables.
1406
c0bf7753
AF
14072012-03-26 Ami Fischman <ami@fischman.org>
1408
1409 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
1410
33da7b16
GM
14112012-03-26 Glenn Morris <rgm@gnu.org>
1412
02243d9d
GM
1413 * files.el (save-buffers-kill-emacs): Doc fix.
1414
33da7b16
GM
1415 * startup.el (normal-top-level, command-line, command-line-1):
1416 Give them doc strings.
1417
e5a69fd0
EZ
14182012-03-25 Eli Zaretskii <eliz@gnu.org>
1419
1420 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
b973155e 1421 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
e5a69fd0 1422
9a69676a
CY
14232012-03-25 Chong Yidong <cyd@gnu.org>
1424
4125cb8b
CY
1425 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
1426 theme if it was previously enabled before (Bug#11031).
1427
dd470960
CY
1428 * cus-theme.el (custom-theme-write-faces): Retrieve current face
1429 spec with custom-face-get-current-spec if its :shown-value is not
1430 determined yet (Bug#9337).
4125cb8b 1431 (customize-create-theme, custom-theme-revert): Doc fixes.
dd470960 1432
9a69676a
CY
1433 * button.el (button-at): Minor addition to docstring.
1434
6e7e90fa
SL
14352012-03-24 Simon Leinen <simon.leinen@gmail.com>
1436
1437 * vc/vc.el (vc-merge): Fix a prompt.
1438
f06e2758
CY
14392012-03-24 Chong Yidong <cyd@gnu.org>
1440
1441 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
1442 point (Bug#9623).
1443
6e7e90fa
SL
1444 * button.el (button-at): Minor addition to docstring.
1445
b9d0879b
SM
14462012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
1447
1448 * newcomment.el (comment-choose-indent): No space after BOL.
1449
e71cebb3
SS
14502012-03-22 Sam Steingold <sds@gnu.org>
1451
1452 * window.el (switch-to-prev-buffer): Revert last patch because the
1453 bug turned out to be an advertised feature (Elisp manual 28.14).
1454
335aff35
GM
14552012-03-22 Glenn Morris <rgm@gnu.org>
1456
1457 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
1458 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
1459
c676576a
LMI
14602012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
1461
1462 * net/network-stream.el (network-stream-open-starttls): Make error
1463 message under Windows be less misleading.
1464
126f3d39
LW
14652012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
1466
1467 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
1468 understands (bug#9942).
1469
64fee311
CY
14702012-03-22 Chong Yidong <cyd@gnu.org>
1471
1472 * simple.el (end-of-visible-line): Handle return value of
1473 next-single-property-change properly (Bug#9371).
1474
a640d29a
KH
14752012-03-22 Kenichi Handa <handa@m17n.org>
1476
1477 * international/quail.el (quail-insert-kbd-layout): Fix previous
1478 change. To avoid unwanted bidi reordering, use
1479 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
1480
39675016
DG
14812012-03-21 Dmitry Gutov <dgutov@yandex.ru>
1482
1483 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
1484 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
1485 (ruby-beginning-of-indent): Be more careful with the difference
1486 between word-boundary and symbol boundary.
1487 (ruby-mode-syntax-table): Make : a symbol constituent.
1488
0a6934fc 14892012-03-21 Andreas Politz <politza@fh-trier.de>
1acad97c 1490
3d008e4f
SM
1491 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
1492
0a6934fc
SM
14932012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
1494
af67c9d7
SM
1495 * progmodes/etags.el (tags-completion-at-point-function):
1496 Improve last fix.
1497
1acad97c
SM
1498 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
1499
e298b5da
SS
15002012-03-21 Sam Steingold <sds@gnu.org>
1501
1502 * progmodes/etags.el (tags-completion-at-point-function):
1503 Avoid the error when point is inside the pattern.
1504
91d82a70
JY
15052012-03-21 John Yates <john@yates-sheets.org> (tiny change)
1506
1507 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
1508 line (Bug#10855).
1509
69188b79
CY
15102012-03-21 Drew Adams <drew.adams@oracle.com>
1511
1512 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
1513
99fc91fe
AK
15142012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
1515
1516 * ido.el (ido-set-current-directory, ido-read-internal)
1517 (ido-choose-completion-string, ido-completion-help): Handle nil
1518 value of ido-completion-buffer (Bug#11008).
1519
087bbb4c
SS
15202012-03-21 Sam Steingold <sds@gnu.org>
1521
1522 * window.el (switch-to-prev-buffer): Do not switch to a visible
1523 window previous buffer, just like with the frame previous buffers.
1524
fb5b8aca
CY
15252012-03-21 Chong Yidong <cyd@gnu.org>
1526
1527 * faces.el (make-face, make-empty-face, copy-face):
1528 * face-remap.el (face-remap-add-relative, face-remap-set-base):
1529 Doc fixes.
1530
dc9924b8
SM
15312012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
1532
1533 * wid-edit.el (widget-complete-field): Remove (bug#11051).
1534 (widget-complete): Remove broken use of it.
1535
f0bcceb9
CY
15362012-03-20 Chong Yidong <cyd@gnu.org>
1537
dc9924b8
SM
1538 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
1539 Use string-width and truncate-string-width to handle arbitrary
f0bcceb9
CY
1540 characters.
1541
ee52ebf3
TH
15422012-03-20 Tassilo Horn <tassilo@member.fsf.org>
1543
1544 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
1545 to draw rectangles, not squares. (Regression introduced by revno
1546 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
1547
4c5779ab
CY
15482012-03-18 Chong Yidong <cyd@gnu.org>
1549
1550 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
1551 it is not yet defined (for temacs).
1552
15360934
LL
15532012-03-18 Leo Liu <sdl.web@gmail.com>
1554
dc9924b8 1555 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
15360934 1556
d9a8eb66
EZ
15572012-03-17 Eli Zaretskii <eliz@gnu.org>
1558
1559 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
1560 (ispell-choices-win-default-height, ispell-silently-savep)
1561 (ispell-dictionary-alist, ispell-encoding8-command)
1562 (ispell-check-version, ispell-aspell-find-dictionary)
1563 (ispell-valid-dictionary-list, ispell-words-keyword)
1564 (ispell-get-word, ispell-internal-change-dictionary)
1565 (ispell-region, ispell-skip-region-list)
1566 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
1567 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
1568 (ispell-message-text-end, ispell-message)
1569 (ispell-buffer-local-parsing): Doc fix.
1570
f02ff80d
J
15712012-03-13 Jambunathan K <kjambunathan@gmail.com>
1572
1573 * htmlfontify.el: Add support for code block fontification for ODT
1574 export (Bug #9914).
1575 (hfy-optimisations): Define new option
1576 `body-text-only'
1577 (hfy-fontify-buffer): Honor above setting.
1578 (hfy-begin-span, hfy-end-span): New routines factored out form
1579 `hfy-fontify-buffer'.
1580 (hfy-begin-span-handler, hfy-end-span-handler): New variables
1581 that permit insertion of custom tags.
1582 (hfy-fontify-buffer): Use above handlers.
1583 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
1584 (hfy-face-to-css): Re-defined to be a variable.
dc9924b8 1585 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
75f1671a 1586 over multiple runs. This is made possible by having the caller let
f02ff80d
J
1587 bind a special variable `hfy-user-sheet-assoc'.
1588 (htmlfontify-string): New defun.
1589 (hfy-compile-face-map): Make sure that the last char in the
1590 buffer is correctly fontified.
1591 (hfy-face-resolve-face): Whitespace only change.
1592
9ac7a13f
EZ
15932012-03-17 Eli Zaretskii <eliz@gnu.org>
1594
1595 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
1596 message more clear.
1597
e2b5bdd7
LL
15982012-03-16 Leo Liu <sdl.web@gmail.com>
1599
1600 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
1601
2e492df3
AM
16022012-03-16 Alan Mackenzie <acm@muc.de>
1603
1604 Further optimise the handling of large macros.
1605
1606 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
1607 limit to a call of `c-literal-limits'.
1608 (c-determine-+ve-limit): New function.
dc9924b8
SM
1609 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
1610 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
2e492df3
AM
1611 In CASE 5B, restrict a search limit to 500.
1612 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
1613
1614 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
1615 Restrict macro bounds to +-500 from after-change's BEG END.
1616
50e94f0c
LL
16172012-03-16 Leo Liu <sdl.web@gmail.com>
1618
1619 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
1620
6f09f6ed
AH
16212012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
1622
1623 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
dc9924b8 1624 `special-mode' setting of `buffer-read-only'. (Bug#11010)
6f09f6ed 1625
c7e73d51
GM
16262012-03-16 Glenn Morris <rgm@gnu.org>
1627
da986230
GM
1628 * view.el (view-buffer, view-buffer-other-window)
1629 (view-buffer-other-frame): Doc fixes re special mode-class.
1630
0835f01e
GM
1631 * subr.el (eval-after-load): If named feature is provided not from
1632 a file, run after-load forms. (Bug#10946)
1633
c7e73d51
GM
1634 * calendar/calendar.el (calendar-insert-at-column):
1635 Handle non-unit-width characters a bit better. (Bug#10978)
1636
3f2eafd1
CY
16372012-03-15 Chong Yidong <cyd@gnu.org>
1638
1639 * emacs-lisp/ring.el (ring-extend): New function.
1640 (ring-insert+extend): Extend the ring correctly (Bug#11019).
1641
1642 * comint.el (comint-read-input-ring)
1643 (comint-add-to-input-history): Grow comint-input-ring lazily.
1644
103af3fe
SM
16452012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
1646
663b1677
SM
1647 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
1648 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
1649
103af3fe
SM
1650 * imenu.el: Fix multiple inheritance breakage (bug#9199).
1651 (imenu-add-to-menubar): Don't add a redundant index.
1652 (imenu-update-menubar): Handle a dynamically composed keymap.
1653
899cb7cb
KY
16542012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
1655
1656 * mail/sendmail.el (mail-encode-header):
1657 Bind rfc2047-encode-encoded-words to nil.
1658
3809f91d
GM
16592012-03-13 Glenn Morris <rgm@gnu.org>
1660
1661 * calendar/calendar.el (calendar-string-spread):
1662 Handle non-unit-width characters a bit better. (Bug#10978)
1663
9e345a01
LL
16642012-03-13 Leo Liu <sdl.web@gmail.com>
1665
1666 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
1667 directory and file as argument (Bug#10822).
1668
4a07df36
KS
16692012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
1670
1671 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
1672 For dynamically generated code, follow $PC.
1673 (gdb-disassembly-handler-custom): Handle no function name case.
1674
4aaa9356
TL
16752012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
1676
1677 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
1678 * emulation/ws-mode.el (ws-query-replace):
1679 * sort.el (sort-regexp-fields):
1680 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
1681
225979da
SM
16822012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
1683
1684 * dabbrev.el: Fix cycle completion order (bug#10963).
1685 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
1686 (dabbrev-completion): Don't use an obarray; provide
1687 a cycle-sort-function.
1688
e2f1fdab
LL
16892012-03-12 Leo Liu <sdl.web@gmail.com>
1690
dc9924b8 1691 * simple.el (kill-new): Use equal-including-properties for comparison.
e2f1fdab
LL
1692 (kill-do-not-save-duplicates): Doc fix.
1693
b19490ed
SM
16942012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
1695
1696 * dabbrev.el: Fix cycle completion (bug#10963).
1697 Use lexical binding and wrap to 80 columns.
1698 (dabbrev-completion): Delay computing the list of completions.
1699
4b05d722
KH
17002012-03-12 Kenichi Handa <handa@m17n.org>
1701
1702 * international/quail.el (quail-insert-kbd-layout): Surround each
1703 row by LRO and PDF instead of inserting many LRMs. Pad the left
1704 and right of each non-spacing marks. Insert invisible space
1705 between lower and upper characters to prevent composition.
1706
dbbc2e69
SM
17072012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
1708
1709 * minibuffer.el (minibuffer-complete): Don't get confused when the
1710 function is run twice via different commands (bug#10958).
1711 (complete-with-action): Fix docstring.
1712
292112ed
CY
17132012-03-12 Chong Yidong <cyd@gnu.org>
1714
5d1ac394
CY
1715 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
1716 (nxml-completion-at-point-function): New function.
1717 (nxml-mode): Use it.
1718 (nxml-bind-meta-tab-to-complete-flag): Default to t.
1719
292112ed
CY
1720 * emacs-lisp/package.el (package-unpack, package-unpack-single):
1721 Load generated autoloads file before byte compiling (Bug#10970).
1722 (package--make-autoloads-and-compile): New helper fun.
1723
4098f8f7
CS
17242012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
1725
1726 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
1727
8f754691
MA
17282012-03-11 Michael Albinus <michael.albinus@gmx.de>
1729
1730 * autorevert.el (auto-revert-handler): Ensure, that
1731 file-readable-p is applied only for local files or in
1732 auto-revert-tail-mode.
1733
e29ab36b
AS
17342012-03-11 Andreas Schwab <schwab@linux-m68k.org>
1735
dbbc2e69
SM
1736 * server.el (server-eval-at): Handle non-tcp connections.
1737 Decode result string.
ad0bf5b6 1738
e29ab36b
AS
1739 * server.el (server-msg-size): New constant.
1740 (server-reply-print): New function.
1741 (server-eval-and-print): Use it.
1742 (server-eval-at): Use server-quote-arg and server-unquote-arg.
1743 Handle -print-nonl.
1744
de5939ba
CS
17452012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
1746
1747 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
1748 (Bug#10987).
1749
0c93eabf
CY
17502012-03-11 Chong Yidong <cyd@gnu.org>
1751
397a688f
CY
1752 * simple.el (goto-line): Doc fix (Bug#9938).
1753
2cc775f9
CY
1754 * subr.el (save-window-excursion): Doc fix (Bug#9979).
1755
0c93eabf
CY
1756 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
1757 when finished (Bug#10963).
1758
c491fa41
MR
17592012-03-11 Martin Rudalics <rudalics@gmx.at>
1760
1761 * window.el (split-window-below): Fix bug in case where
1762 split-window-keep-point is nil (Bug#10971).
1763
300e8fa5
JL
17642012-03-11 Juri Linkov <juri@jurta.org>
1765
1766 * replace.el (replace-highlight): Set isearch-word to nil
1767 unconditionally. (Bug#10887)
1768
dbf6c5a1
EZ
17692012-03-10 Eli Zaretskii <eliz@gnu.org>
1770
1771 * net/mairix.el (mairix-replace-invalid-chars): Rename from
1772 mairix-replace-illegal-chars; all callers changed. Don't remove
dc9924b8 1773 ^, ~, and = characters: they are meaningful in mairix search specs.
dbf6c5a1
EZ
1774 (mairix-widget-create-query): Add usage information about mairix
1775 search forms: negating words, searching for substrings, etc.
1776
b9e501de
JP
17772012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
1778
1779 * international/fontset.el (font-encoding-alist): Add an entry for
1780 ksx1001 (Bug#5667).
1781
92795c91
RS
17822012-03-10 Richard Stallman <rms@gnu.org>
1783
1694e6c1
RS
1784 * mail/sendmail.el (mail-encode-header):
1785 Set rfc2047-encode-encoded-words.
1786
607e8555
RS
1787 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
1788
de3bc99a
RS
1789 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
1790 view buffer means not swapped.
1791 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
1792 (rmail-write-region-annotate): Error if real text has disappeared.
1793
92795c91
RS
1794 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
1795
699bd04e
CY
17962012-03-10 Chong Yidong <cyd@gnu.org>
1797
1798 * emulation/cua-rect.el (cua--init-rectangles):
dbbc2e69
SM
1799 * emulation/cua-base.el (cua--init-keymaps):
1800 Add delete-forward-char to remappings (Bug#9666).
699bd04e 1801
570a1714
MR
18022012-03-10 Martin Rudalics <rudalics@gmx.at>
1803
dbbc2e69
SM
1804 * speedbar.el (speedbar-unhighlight-one-tag-line):
1805 Avoid unhighlighting due to frame switching (Bug#10275).
570a1714 1806
82dcf4e4
CY
18072012-03-10 Chong Yidong <cyd@gnu.org>
1808
7a2c7ca7
CY
1809 * minibuffer.el (completion-in-region, completion-help-at-point):
1810 Give the completion field overlay a high priority (Bug#6830).
1811
82dcf4e4
CY
1812 * dired.el (dired-goto-file): Recognize absolute file name
1813 listings (Bug#7126).
1814 (dired-goto-file-1): New helper function.
1815 (dired-toggle-read-only): Inhibit warnings.
1816
052e28ac
MA
18172012-03-09 Michael Albinus <michael.albinus@gmx.de>
1818
75f1671a 1819 * net/dbus.el (dbus-property-handler): Return empty array if
052e28ac
MA
1820 there are no properties.
1821
95d5e396
LL
18222012-03-09 Leo Liu <sdl.web@gmail.com>
1823
1824 * savehist.el (savehist-printable): Stricter check for string
1825 value (Bug#10937).
1826
3f018d6d
EZ
18272012-03-09 Eli Zaretskii <eliz@gnu.org>
1828
dbbc2e69
SM
1829 * mail/smtpmail.el (smtpmail-send-it):
1830 Bind coding-system-for-write to *-unix, so that FCC files are kept in
3f018d6d
EZ
1831 valid mbox format.
1832
f7fd3d79
GM
18332012-03-09 Glenn Morris <rgm@gnu.org>
1834
1835 * files.el (dir-locals-find-file):
1836 Don't check result is regular, readable.
1837 (dir-locals-read-from-file): Demote errors.
1838
6ff6e72f
EZ
18392012-03-08 Eli Zaretskii <eliz@gnu.org>
1840
dbbc2e69
SM
1841 * international/quail.el (quail-insert-kbd-layout):
1842 Insert invisible LRM characters before each character in a keyboard
6ff6e72f
EZ
1843 layout cell, to prevent their reordering by bidi display engine.
1844 For details, see the discussion in
1845 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
1846
9cec7834
AM
18472012-03-08 Alan Mackenzie <acm@muc.de>
1848
1849 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
1850 the starting position; make it extend the marked region when
1851 invoked repeatedly - all under appropriate circumstances.
1852 Fixes bugs #5525, #10906.
1853
9a40b8d4
GM
18542012-03-08 Glenn Morris <rgm@gnu.org>
1855
1856 * files.el (locate-dominating-file, dir-locals-find-file):
1857 Undo 2012-03-06 change.
1858
7a08ed35
EZ
18592012-03-07 Eli Zaretskii <eliz@gnu.org>
1860
dbbc2e69
SM
1861 * international/quail.el (quail-help):
1862 Force bidi-paragraph-direction be left-to-right. See discussion in
7a08ed35
EZ
1863 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
1864 for the reason.
1865
5aca4f71 18662012-03-07 Michael Albinus <michael.albinus@gmx.de>
6612a284
MA
1867
1868 Avoid superfluous registering of signals. (Bug#10807)
1869
1870 * notifications.el (notifications-on-action-object)
1871 (notifications-on-close-object): New defvars.
1872 (notifications-on-action-signal, notifications-on-closed-signal):
1873 Unregister the signal if not needed any longer.
1874 (notifications-notify): Register `notifications-action-signal' or
1875 `notifications-closed-signal', if :on-action or :on-close has been
1876 passed as argument.
1877
78e8b10a
CY
18782012-03-07 Chong Yidong <cyd@gnu.org>
1879
1880 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
1881 non-X platforms.
1882
69481eb8
GM
18832012-03-06 Glenn Morris <rgm@gnu.org>
1884
1885 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
1886 (x-disown-selection-internal, x-get-selection-internal):
1887 Doc fix (add arglist signatures). (Bug#10783)
1888
133b8e11
KS
18892012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
1890
1891 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
1892 Handle breakpoints with no "type".
1893
99a83064
GM
18942012-03-06 Glenn Morris <rgm@gnu.org>
1895
1896 * files.el (locate-dominating-file): Add optional predicate argument.
1897 (dir-locals-find-file): Make use of above change.
1898
17798e78
TTN
18992012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
1900
1901 * info.el (Info-insert-dir): Also try "dir.gz".
1902
eb182446
GM
19032012-03-06 Glenn Morris <rgm@gnu.org>
1904
8f2114ee
GM
1905 * files.el (dir-locals-find-file):
1906 Ignore non-readable or non-regular files. (Bug#10928)
1907
eb182446
GM
1908 * files.el (locate-dominating-file): Doc fix.
1909
24679323
AS
19102012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
1911
1912 * calendar/calendar.el (calendar-set-mode-line):
1913 `getenv' returns a string. (Bug#10951)
1914
01d972a9
LL
19152012-03-05 Leo Liu <sdl.web@gmail.com>
1916
109aa8a9
LL
1917 * simple.el (backward-delete-char-untabify): Constrain point to
1918 field (Bug#10939).
1919
01d972a9
LL
1920 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
1921
10607bea
CY
19222012-03-05 Chong Yidong <cyd@gnu.org>
1923
1924 * simple.el (count-words): If called from Lisp, return the word
1925 count, for symmetry with `count-lines'. Arglist changed.
1926 (count-words--message): Args changed. Consolidate counting code
1927 from count-words and count-words-region.
1928 (count-words-region): Caller changed.
1929 (count-lines-region): Make it an obsolete alias.
1930
5dd11cfe
TH
19312012-03-04 Tassilo Horn <tassilo@member.fsf.org>
1932
1933 * saveplace.el (save-place-to-alist)
1934 (save-place-ignore-files-regexp): Allow value nil to disable this
1935 feature.
1936
c349f4e6
CY
19372012-03-04 Chong Yidong <cyd@gnu.org>
1938
1939 * faces.el (face-spec-reset-face): For the default face, reset the
1940 attributes to default values (Bug#10748).
1941
e627be4c
LMI
19422012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1943
1944 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
1945 previous patch: Check `message-send-mail-function', and not the
1946 default function (bug#10897).
1947
ebeabff4
MA
19482012-03-04 Michael Albinus <michael.albinus@gmx.de>
1949
a41a6cf4
MA
1950 * notifications.el (notifications-on-action-signal)
1951 (notifications-on-closed-signal): Check for unique service name of
1952 incoming event. Fix error in removing entry.
ebeabff4 1953 (top): Register for signals with wildcard service name.
a41a6cf4 1954 (notifications-notify): Use daemon unique service name for map entries.
ebeabff4 1955
c1ca42b4
CY
19562012-03-04 Chong Yidong <cyd@gnu.org>
1957
dc9924b8 1958 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
c1ca42b4 1959
ea16568d
GM
19602012-03-04 Glenn Morris <rgm@gnu.org>
1961
1962 * abbrev.el (copy-abbrev-table, abbrev-table-p)
1963 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
1964 (expand-abbrev, define-abbrev-table): Doc fixes.
1965
fbae4637
LMI
19662012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1967
1968 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
1969 `message-default-send-mail-function' and not `send-mail-function'
1970 when doing the prompting for `sendmail-query-once' before sending
1971 in Message buffers (bug#10897).
1972
a1e7225c
LMI
1973 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
1974 This is inconsistent with all the other stream functions, which leave
1975 the setting up to the higher levels (if so wanted) (bug#10931).
1976
56d093a9
AM
19772012-03-02 Alan Mackenzie <acm@muc.de>
1978
1979 Depessimize the handling of very large macros.
1980
1981 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
1982 (c-macro-cache-syntactic): New variables to implement a one
1983 element macro cache.
1984 (c-invalidate-macro-cache): New function.
1985 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
1986 Adapt to use the new cache.
1987 (c-state-safe-place): Use better the cache of safe positions.
1988 (c-state-semi-nonlit-pos-cache)
1989 (c-state-semi-nonlit-pos-cache-limit):
1990 New variables for...
1991 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
1992 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
dbbc2e69
SM
1993 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
1994 Use c-state-semi-safe-place.
56d093a9 1995
dbbc2e69
SM
1996 * progmodes/cc-langs.el (c-get-state-before-change-functions):
1997 Add c-invalidate-macro-cache to the C, C++, Obj entries.
56d093a9 1998
817e5c3d
MA
19992012-03-02 Michael Albinus <michael.albinus@gmx.de>
2000
dbbc2e69
SM
2001 * jka-compr.el (jka-compr-call-process):
2002 Apply `file-accessible-directory-p' only when the default directory is
817e5c3d
MA
2003 not remote.
2004
a032a702
MA
20052012-03-01 Michael Albinus <michael.albinus@gmx.de>
2006
2007 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
2008 access of FILE2, if FILE1 does not exist.
2009
99a54f21
MA
2010 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
2011 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
2012
2013 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
2014 Add "PAGER=" to `process-environment'.
2015
f6561e1f
MM
20162012-03-01 Michael R. Mauger <mmaug@yahoo.com>
2017
2018 * progmodes/sql.el: Bug fix
2019 (sql-get-login-ext): Save login values in globals.
2020 (sql-get-login): Use new version of `sql-get-login-ext'.
2021 (sql-interactive-mode): Set global `sql-connection' to nil.
2022 (sql-connect): Set global values for connection.
2023 (sql-product-interactive): Save global values as buffer local.
2024
2d44d9cc
LL
20252012-02-29 Leo Liu <sdl.web@gmail.com>
2026
2027 * abbrev.el (define-abbrevs): Reset sys to nil.
2028
96b49301 20292012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2030
bf7f9bc5
JB
2031 * files.el (file-equal-p): Rename from `files-equal-p'.
2032 Return nil when one or both files don't exist.
96b49301 2033 (file-subdir-of-p): Now only top directory must exists,
2034 return nil if it doesn't.
bf7f9bc5
JB
2035 (copy-directory): No need to test with `file-subdir-of-p' after
2036 creating dir.
2037 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
2038 to `file-equal-p'.
96b49301 2039
44e97401
GM
20402012-02-28 Glenn Morris <rgm@gnu.org>
2041
2042 * shell.el (shell-mode):
2043 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
2044 * play/landmark.el (landmark-font-lock-face-O):
2045 * play/handwrite.el (handwrite):
2046 * play/gomoku.el (gomoku-O):
2047 * net/browse-url.el (browse-url-browser-display):
2048 * international/mule.el (define-charset):
2049 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
2050 * filesets.el (filesets-find-file-delay):
2051 * eshell/em-xtra.el (eshell-xtra):
2052 * eshell/em-unix.el (eshell-grep):
2053 * emulation/viper.el (viper-mode):
2054 * emacs-lisp/regexp-opt.el (regexp-opt-group):
2055 * emacs-lisp/easymenu.el (easy-menu-define):
2056 * calendar/timeclock.el (timeclock-use-display-time):
2057 * bs.el (bs-mode):
2058 * bookmark.el (bookmark-save-flag):
2059 Doc fix (standardize possessive apostrophe usage).
2060
c98c6276
CY
20612012-02-27 Chong Yidong <cyd@gnu.org>
2062
bf7f9bc5
JB
2063 * emulation/viper-cmd.el (viper-intercept-ESC-key):
2064 Fix key-binding lookup for ESC key (Bug#9146).
ecf5f74e 2065
c98c6276
CY
2066 * font-lock.el (font-lock-specified-p): Rename from
2067 font-lock-spec-present. Callers changed.
2068
9c62cd04 20692012-02-27 Daniel Hackney <dan@haxney.org>
8ac9e529 2070
bf7f9bc5
JB
2071 * emacs-lisp/package.el (package-compute-transaction):
2072 Handle holding a package version to t in package-load-list.
8ac9e529 2073
530739c9
MA
20742012-02-26 Michael Albinus <michael.albinus@gmx.de>
2075
2076 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
2077 (tramp-get-inode, tramp-get-device): Use cached values.
2078
487915d7
AM
20792012-02-26 Alan Mackenzie <acm@muc.de>
2080
2081 Check there is a font-lock specification before doing initial
2082 fontification.
2083
2084 * font-core.el (font-lock-mode): Move the conditional from
2085 :after-hook to font-lock-initial-fontify.
2086 (font-lock-default-function): Move the check for a specification
2087 to font-lock-spec-present.
2088
dc9924b8 2089 * font-lock.el (font-lock-initial-fontify): Call ...
487915d7
AM
2090 (font-lock-spec-present): New function.
2091
4fd96557
JB
20922012-02-26 Jim Blandy <jimb@red-bean.com>
2093
2094 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
2095 (gdb-send): Apply it to the operand of the '-interpreter-exec
2096 console' command, so that we can pass arguments with (say) quotes
2097 in them. Store exact string sent in gdb-debug-log (Bug#10765).
2098
9a4888c0
CY
20992012-02-26 Chong Yidong <cyd@gnu.org>
2100
07498861
CY
2101 * help-fns.el (describe-function-1): Clarify description of
2102 remapping (Bug#10844).
2103
9a4888c0
CY
2104 * files.el (files-equal-p): Doc fix.
2105 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
2106 and quit the loop once a mismatch is found.
2107
ea8fb88d
JB
21082012-02-25 Juanma Barranquero <lekktu@gmail.com>
2109
2110 * bs.el (bs--show-with-configuration): Don't throw an error
2111 if the window cannot be split; otherwise, subsequent calls to
2112 bs-show fail, restoring a stale window config. (Bug#10882)
2113
525795c1
JD
21142012-02-25 Jan Djärv <jan.h.d@swipnet.se>
2115
2116 * term/ns-win.el (global-map): Bind ns-drag-file to
2117 ns-find-file (Bug#5855, Bug#10050).
2118
f008086f
AS
21192012-02-25 Andreas Schwab <schwab@linux-m68k.org>
2120
2121 * calendar/parse-time.el (parse-time-string): Allow extractor to
2122 return nil.
2123
a3fcfa99
MA
21242012-02-25 Michael Albinus <michael.albinus@gmx.de>
2125
91027d08
JB
2126 * net/tramp.el (tramp-file-name-for-operation):
2127 Add `files-equal-p' and `file-subdir-of-p'.
a3fcfa99
MA
2128
2129 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
91027d08
JB
2130 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
2131 Add COPY-CONTENTS argument.
a3fcfa99 2132
67b0de11
CY
21332012-02-25 Chong Yidong <cyd@gnu.org>
2134
2135 Add custom groups for VC backends, for consistency with vc-bzr.
2136
2137 * vc/vc-arch.el (vc-arch):
2138 * vc/vc-cvs.el (vc-cvs):
2139 * vc/vc-git.el (vc-git):
2140 * vc/vc-hg.el (vc-hg):
2141 * vc/vc-mtn.el (vc-mtn):
2142 * vc/vc-rcs.el (vc-rcs):
2143 * vc/vc-sccs.el (vc-sccs):
2144 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
2145 All relevant defcustoms reassigned.
2146
3c9dfce6
CY
21472012-02-25 Chong Yidong <cyd@gnu.org>
2148
1339bf43
CY
2149 * newcomment.el (comment-styles): Add autoload (Bug#10868).
2150
3c9dfce6
CY
2151 * term/x-win.el (x-initialize-window-system): Reduce default for
2152 x-selection-timeout to 5 seconds (Bug#8869).
2153
25b2e303 21542012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2155
ec70a47d
GM
2156 * files.el (files-equal-p, file-subdir-of-p): New functions.
2157 (copy-directory): Error when trying to copy a directory on itself.
25b2e303 2158 Add missing copy-contents arg to tramp handler.
ec70a47d
GM
2159 * dired-aux.el (dired-copy-file-recursive): Same.
2160 (dired-create-files): Modify destination when source is equal to
2161 dest when copying files.
53a46cd0 2162 Return also when dest is a subdir of source. (Bug#10489)
25b2e303 2163
914260cd
MA
21642012-02-24 Michael Albinus <michael.albinus@gmx.de>
2165
2166 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
2167 (Bug#10874)
2168
2cb228f7
AM
21692012-02-23 Alan Mackenzie <acm@muc.de>
2170
2171 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
2172 parameter "after-hook:" to allow the expansion to run code after
2173 the execution of the mode hooks.
2174
2175 * font-lock.el (font-lock-initial-fontify): New function extracted
91027d08 2176 from font-lock-mode-internal.
2cb228f7 2177
91027d08 2178 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
2cb228f7
AM
2179 :after-hook.
2180
8f0fde21
SM
21812012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
2182
3e88618b
SM
2183 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
2184 (completion--cache-all-sorted-completions): New function.
2185 (completion-all-sorted-completions): Use it.
2186 (completion--do-completion, minibuffer-force-complete):
2187 Use it to re-instate the flush hook.
2188
8f0fde21
SM
2189 * icomplete.el (icomplete-completions): Replace last fix with a better
2190 one (bug#10850).
2191
8e911f6f
DG
21922012-02-23 Dmitry Gutov <dgutov@yandex.ru>
2193
2194 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
2195 when it might call us back infinitely (bug#10797).
2196
49fe4321
GM
21972012-02-23 Glenn Morris <rgm@gnu.org>
2198
2199 * minibuffer.el (completion-category-overrides): Doc fix.
2200
b291b572
SM
22012012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
2202
2203 * minibuffer.el (completion-table-with-context): Fix inf-loop.
2204 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
2205
31a9ef2e
GM
22062012-02-23 Glenn Morris <rgm@gnu.org>
2207
5e6e6794 2208 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
31a9ef2e
GM
2209 (authors-obsolete-files-regexps, authors-ignored-files)
2210 (authors-ambiguous-files, authors-renamed-files-alist):
2211 Add more entries.
2212
0bd1e074
JL
22132012-02-23 Juri Linkov <juri@jurta.org>
2214
2215 * isearch.el (isearch-occur): Sync interactive spec with occur's
2216 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
2217
b617673c
JL
2218 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
2219
19e9789e
JL
22202012-02-22 Juri Linkov <juri@jurta.org>
2221
2222 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
2223 (ucs-insert): Doc fix. Check for hex digits in the string.
2224 Don't display `nil' in the error message. (Bug#10857)
2225
f41ce09d
AM
22262012-02-22 Alan Mackenzie <acm@muc.de>
2227
7a71b18d 2228 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
f41ce09d 2229
ac2eceee
GM
22302012-02-22 Glenn Morris <rgm@gnu.org>
2231
2232 * ffap.el (ffap-c-path):
2233 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
2234
abd1f678
CY
22352012-02-22 Chong Yidong <cyd@gnu.org>
2236
2237 * custom.el (load-theme): Doc fix.
2238
f25aef2e
GM
22392012-02-22 Glenn Morris <rgm@gnu.org>
2240
2241 * dired-x.el (dired-guess-shell-alist-default):
2242 Remove escape sequences from nroff output. (Bug#172)
2243
5f8dc2ca
GM
22442012-02-21 Glenn Morris <rgm@gnu.org>
2245
6ff86ec4
GM
2246 * vc/emerge.el (emerge-defvar-local):
2247 Set `permanent-local' property rather than unused `preserved'.
2248
be3223a3 2249 * textmodes/picture.el (picture-delete-char): New alias.
5f8dc2ca
GM
2250 (picture-mode-map): Use it. (Bug#10860)
2251 (picture-mode): Doc fix.
2252
3fe58f4f
JB
22532012-02-21 Juanma Barranquero <lekktu@gmail.com>
2254
2255 * newcomment.el (uncomment-region-default): Remove unused binding.
2256
f9a998c3
GM
22572012-02-21 Glenn Morris <rgm@gnu.org>
2258
2259 * textmodes/picture.el (picture-motion, picture-motion-reverse)
2260 (picture-self-insert, picture-tab-chars): Doc fix.
2261 (picture-mode-map): Fix C-a, C-e.
2262
c6029348
GM
22632012-02-20 Glenn Morris <rgm@gnu.org>
2264
2265 * emacs-lisp/authors.el (authors-aliases): Add another entry.
2266
ab1ce9d7
LL
22672012-02-20 Leo Liu <sdl.web@gmail.com>
2268
2269 * icomplete.el (icomplete-completions): Check FROM arg before
2270 passing to substring (Bug#10850).
2271
0fd40f89
CY
22722012-02-19 Chong Yidong <cyd@gnu.org>
2273
2274 * comint.el: Require ansi-color.
2275 (comint-output-filter-functions): Add ansi-color-process-output.
2276
2277 * ansi-color.el: Don't set comint-output-filter-functions; it is
2278 now in the initial value defined in comint.el.
2279 (ansi-color-apply-face-function): New variable.
2280 (ansi-color-apply-on-region): Use it.
2281 (ansi-color-apply-overlay-face): New function.
2282
2283 * shell.el (shell): No need to require ansi-color.
2284 (shell-mode): Use ansi-color-apply-face-function to highlight
2285 color escapes using font-lock-face property (Bug#10835).
2286
20af2394
CY
22872012-02-19 Chong Yidong <cyd@gnu.org>
2288
2289 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
2290 mode-line formats (Bug#10839).
2291
e23a3fbe
GM
22922012-02-18 Glenn Morris <rgm@gnu.org>
2293
b474519e
GM
2294 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
2295
2296 * mail/undigest.el (unforward-rmail-message): Doc fix.
2297
e23a3fbe
GM
2298 * saveplace.el (save-place-ignore-files-regexp): Add :version.
2299
57939ff4
EZ
23002012-02-18 Eli Zaretskii <eliz@gnu.org>
2301
2302 * international/characters.el (script-list): Sync with the latest
2303 Unicode Character Database.
2304
0c23686e
AS
23052012-02-18 Andreas Schwab <schwab@linux-m68k.org>
2306
2307 * international/titdic-cnv.el: Remove duplicate coding tag.
2308 * language/cham.el: Likewise.
2309 * language/tai-viet.el: Likewise.
2310
6818b449
GM
23112012-02-18 Glenn Morris <rgm@gnu.org>
2312
2313 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
2314 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
2315 (calendar-bahai-all-holidays-flag, calendar-other-dates):
2316 * calendar/diary-lib.el (diary-abbreviated-year-flag):
2317 * calendar/holidays.el (holiday-bahai-holidays)
2318 (calendar-holidays, list-holidays):
2319 Use utf-8 Bahá'í in doc-strings, menus, etc.
2320
0311a3fc
TH
23212012-02-17 Tassilo Horn <tassilo@member.fsf.org>
2322
2323 * saveplace.el (save-place-ignore-files-regexp): New variable
2324 allowing for excluding files from saving their location of point.
2325 The default value matches the temporary commit message editing
2326 files from Git, SVN, Bazaar, and Mercurial.
2327 (save-place-to-alist): Use it.
2328
eb864a71
LM
23292012-02-17 Lawrence Mitchell <wence@gmx.li>
2330 Stefan Monnier <monnier@iro.umontreal.ca>
2331
2332 * newcomment.el (uncomment-region-default): Don't leave extra space
2333 when an arg is provided (bug#8150).
2334
ee0ce425
TZ
23352012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
2336
eb864a71 2337 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
ee0ce425 2338
95ddf442
GM
23392012-02-17 Glenn Morris <rgm@gnu.org>
2340
2341 * net/socks.el: Require network-stream. (Bug#10599)
2342
48dd1e39 23432012-02-17 Kenichi Handa <handa@m17n.org>
c406be43
KH
2344
2345 * international/charprop.el:
2346 * international/uni-name.el:
2347 * international/uni-old-name.el:
2348 * international/uni-comment.el: Regenerate.
2349
d68cd087
GM
23502012-02-16 Glenn Morris <rgm@gnu.org>
2351
2352 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
2353 Interactively in calendar buffer, give an error if not on a date.
2354
13932042
GM
23552012-02-15 Glenn Morris <rgm@gnu.org>
2356
2357 * shell.el (shell-delimiter-argument-list):
2358 Revert 2011-02-17 change. (Bug#8027)
2359
c3a70e2b
CY
23602012-02-15 Chong Yidong <cyd@gnu.org>
2361
60236b0d
CY
2362 * minibuffer.el (completion-at-point-functions): Doc fix.
2363
c3a70e2b
CY
2364 * custom.el (defcustom): Doc fix; note use of defvar.
2365
9f26dc24
GM
23662012-02-15 Glenn Morris <rgm@gnu.org>
2367
2368 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
2369 Doc fixes.
2370
6546b134
GM
23712012-02-14 Glenn Morris <rgm@gnu.org>
2372
2373 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
2374
d29b2b4c
LI
23752012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
2376
2377 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
2378 way the ports list is computed.
835bdcba
LI
2379 (smtpmail-query-smtp-server): Prompt the user for a port number if
2380 we can't connect to any of the standard ports (bug#10810).
d29b2b4c 2381
08dcdbc9
TZ
23822012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
2383
2384 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
2385
2605051a
GM
23862012-02-13 Glenn Morris <rgm@gnu.org>
2387
2388 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
2389
7ee99f32
TZ
23902012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
2391
2392 * net/gnutls.el (gnutls-trustfiles): New variable.
2393 (gnutls-negotiate): Use it.
2394
5f0af64f
LI
23952012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
2396
2397 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
2398 does its stuff if Gnus is running.
2399
c14fcc95
AM
24002012-02-13 Alan Mackenzie <acm@muc.de>
2401
2402 Fix a loop in c-set-fl-decl-start.
2403
7a71b18d 2404 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
c14fcc95
AM
2405 c-backward-syntactic-ws actually moves backwards.
2406
142b4d90
LL
24072012-02-13 Leo Liu <sdl.web@gmail.com>
2408
2409 * net/rcirc.el (rcirc-markup-attributes): Move point to the
2410 beginning so that all \C-o chars are removed.
2411
fa9958a6
TZ
24122012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
2413
dc9924b8 2414 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
fa9958a6 2415
0bc5886a
AM
24162012-02-12 Alan Mackenzie <acm@muc.de>
2417
2418 Fix infinite loop with long macros.
4d6769e1 2419 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
0bc5886a 2420
d4bd55e7
CY
24212012-02-12 Chong Yidong <cyd@gnu.org>
2422
2423 * window.el (display-buffer): Doc fix (Bug#10785).
2424
66f3fe22
GM
24252012-02-12 Glenn Morris <rgm@gnu.org>
2426
bd7da63e
GM
2427 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
2428 (x-disown-selection-internal, x-get-selection-internal):
2429 Sync docs with the xselect.c versions.
2430
66f3fe22
GM
2431 * allout-widgets.el: Add missing license notice.
2432
3e0d2fa7
GM
24332012-02-11 Glenn Morris <rgm@gnu.org>
2434
cfecdf09
GM
2435 * select.el (x-get-selection-internal, x-own-selection-internal)
2436 (x-disown-selection-internal):
2437 * x-dnd.el (x-get-selection-internal): Update declarations.
2438
6d216d7f
GM
2439 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
2440
2bed3f04
GM
2441 * window.el (window-sides-slots):
2442 * tool-bar.el (tool-bar-position):
2443 * term/xterm.el (xterm-extra-capabilities):
2444 * ses.el (ses-self-reference-early-detection):
2445 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
2446 (verilog-auto-wire-type)
2447 (verilog-auto-delete-trailing-whitespace)
2448 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
2449 (verilog-auto-tieoff-declaration):
2450 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
2451 (sql-oracle-statement-starters, sql-oracle-scan-on):
2452 * progmodes/prolog.el (prolog-align-comments-flag)
2453 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
2454 (prolog-left-indent-regexp, prolog-paren-indent-p)
2455 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
2456 (prolog-types, prolog-mode-specificators)
2457 (prolog-determinism-specificators, prolog-directives)
2458 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
2459 (prolog-electric-dot-flag)
2460 (prolog-electric-dot-full-predicate-template)
2461 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
2462 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
2463 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
2464 (prolog-program-switches, prolog-prompt-regexp)
2465 (prolog-debug-on-string, prolog-debug-off-string)
2466 (prolog-trace-on-string, prolog-trace-off-string)
2467 (prolog-zip-on-string, prolog-zip-off-string)
2468 (prolog-use-standard-consult-compile-method-flag)
2469 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
2470 (prolog-imenu-max-lines, prolog-info-predicate-index)
2471 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
2472 (prolog-char-quote-workaround):
2473 * progmodes/cc-vars.el (c-defun-tactic):
2474 * net/tramp.el (tramp-encoding-command-interactive)
2475 (tramp-local-end-of-line):
2476 * net/soap-client.el (soap-client):
2477 * net/netrc.el (netrc-file):
2478 * net/gnutls.el (gnutls):
2479 * minibuffer.el (completion-category-overrides)
2480 (completion-cycle-threshold)
2481 (completion-pcm-complete-word-inserts-delimiters):
2482 * man.el (Man-name-local-regexp):
2483 * mail/feedmail.el (feedmail-display-full-frame):
2484 * international/characters.el (glyphless-char-display-control):
2485 * eshell/em-ls.el (eshell-ls-date-format):
2486 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
2487 (lisp-lambda-list-keyword-parameter-indentation)
2488 (lisp-lambda-list-keyword-parameter-alignment):
2489 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
2490 * dired-x.el (dired-omit-verbose):
2491 * cus-theme.el (custom-theme-allow-multiple-selections):
2492 * calc/calc.el (calc-highlight-selections-with-faces)
2493 (calc-lu-field-reference, calc-lu-power-reference)
2494 (calc-note-threshold):
2495 * battery.el (battery-mode-line-limit):
2496 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
2497 (archive-7z-update):
2498 * allout.el (allout-prefixed-keybindings)
2499 (allout-unprefixed-keybindings)
2500 (allout-inhibit-auto-fill-on-headline)
2501 (allout-flattened-numbering-abbreviation):
2502 * allout-widgets.el (allout-widgets-auto-activation)
2503 (allout-widgets-icons-dark-subdir)
2504 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
2505 (allout-widgets-theme-dark-background)
2506 (allout-widgets-theme-light-background)
2507 (allout-widgets-item-image-properties-emacs)
2508 (allout-widgets-item-image-properties-xemacs)
2509 (allout-widgets-run-unit-tests-on-load)
2510 (allout-widgets-time-decoration-activity)
2511 (allout-widgets-hook-error-post-time)
2512 (allout-widgets-track-decoration):
2513 Add missing :version tags to new defcustoms and defgroups.
2514
5fec1b8e
GM
2515 * progmodes/sql.el (sql-ansi-statement-starters)
2516 (sql-oracle-statement-starters): Add custom type.
2517
3e0d2fa7
GM
2518 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
2519 (prolog-system-version): Give it a type.
2520
90b671e2
EZ
25212012-02-11 Eli Zaretskii <eliz@gnu.org>
2522
2523 * term/pc-win.el (x-select-text, x-selection-owner-p)
2524 (x-own-selection-internal, x-disown-selection-internal)
2525 (x-get-selection-internal): Sync doc strings and argument lists
2526 with xselect.c, common-win.el and x-win.el. (Bug#10783)
2527
5eac0c02
LL
25282012-02-11 Leo Liu <sdl.web@gmail.com>
2529
2530 * progmodes/python.el (python-end-of-statement): Fix infinite
2531 loop. (Bug#10788)
2532
f82cb659
GM
25332012-02-10 Glenn Morris <rgm@gnu.org>
2534
2535 * international/mule-cmds.el (unify-8859-on-encoding-mode)
2536 (unify-8859-on-decoding-mode): Properly mark as obsolete.
2537
cc26d239
LI
25382012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
2539
2540 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
2541 about SMTP before checking the From header.
2542
91027d08 2543 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
cc26d239
LI
2544 into own function for reuse by emacsbug.el.
2545
1be3ca5a
LL
25462012-02-10 Leo Liu <sdl.web@gmail.com>
2547
2548 * subr.el (condition-case-unless-debug): Rename from
2549 condition-case-no-debug. All callers changed.
2550 (with-demoted-errors): Fix caller.
2551
2552 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
2553 * nxml/rng-valid.el (rng-do-some-validation):
2554 * emacs-lisp/package.el (package-refresh-contents)
2555 (package-menu-execute):
2556 * desktop.el (desktop-create-buffer):
91027d08 2557 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1be3ca5a 2558
b011fbfe
GM
25592012-02-10 Glenn Morris <rgm@gnu.org>
2560
b2096d72
GM
2561 * textmodes/bibtex.el:
2562 Add missing :version tags for new/changed defcustoms.
2563
b011fbfe
GM
2564 * files.el (remote-file-name-inhibit-cache): Doc fixes.
2565
4c7e65bf
LI
25662012-02-09 Lars Ingebrigtsen <larsi@rusty>
2567
2568 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
2569 (smtpmail-via-smtp): Use it, or fall back on the From address.
2570 (smtpmail-send-it): Ditto.
2571
f3934f6f
SM
25722012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
2573
2574 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
2575 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
2576 (byte-compile-tmp-var): New const.
2577 (byte-compile-defvar): Use it to minimize .elc size.
2578 Just use `defvar' rather than simulate it (bug#10761).
2579
a075a2c5
GM
25802012-02-09 Glenn Morris <rgm@gnu.org>
2581
cf3aa21b
GM
2582 * files.el (rename-uniquely): Doc fix. (Bug#3806)
2583
354998cd
GM
2584 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
2585 Add :version tags.
2586
dc9924b8
SM
2587 * progmodes/compile.el (compilation-error-screen-columns)
2588 (compilation-first-column, compilation-filter-start): Doc fixes.
83274125 2589
dab3703d
GM
2590 * vc/log-view.el (log-view-toggle-entry-display):
2591 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
2592
3f88cd72
GM
2593 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
2594 (report-emacs-bug-can-use-xdg-email):
2595 (report-emacs-bug-insert-to-mailer): Doc fixes.
2596 (report-emacs-bug): Message fix.
2597
d95b247d
GM
2598 * net/browse-url.el (browse-url-can-use-xdg-open)
2599 (browse-url-xdg-open): Doc fixes.
2600
a075a2c5
GM
2601 * electric.el (electric-indent-mode, electric-pair-mode)
2602 (electric-layout-rules, electric-layout-mode): Doc fixes.
2603 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
2604
ffb6157e
MR
26052012-02-08 Martin Rudalics <rudalics@gmx.at>
2606
2607 * server.el (server-unselect-display): Don't inadvertently kill
2608 the current buffer. (Bug#10729)
2609
e1ac4066
GM
26102012-02-08 Glenn Morris <rgm@gnu.org>
2611
34e8a2da
GM
2612 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
2613 (sql-list-table): Doc fixes.
2614
b4ac6e8c
GM
2615 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
2616 Comment out (does nothing).
2617
e1ac4066
GM
2618 * completion.el (dynamic-completion-mode):
2619 * dirtrack.el (dirtrack-debug-mode):
2620 * electric.el (electric-layout-mode):
2621 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
2622 * face-remap.el (text-scale-mode, buffer-face-mode):
2623 * iimage.el (iimage-mode):
2624 * image-mode.el (image-transform-mode):
2625 * minibuffer.el (completion-in-region-mode):
2626 * scroll-lock.el (scroll-lock-mode):
2627 * simple.el (next-error-follow-minor-mode):
2628 * tar-mode.el (tar-subfile-mode):
2629 * tooltip.el (tooltip-mode):
2630 * vcursor.el (vcursor-use-vcursor-map):
2631 * wid-browse.el (widget-minor-mode):
2632 * emulation/tpu-edt.el (tpu-edt-mode):
2633 * emulation/tpu-extras.el (tpu-cursor-free-mode):
2634 * international/iso-ascii.el (iso-ascii-mode):
2635 * language/thai-util.el (thai-word-mode):
2636 * mail/supercite.el (sc-minor-mode):
2637 * net/goto-addr.el (goto-address-mode):
2638 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
2639 * progmodes/cwarn.el (cwarn-mode):
2640 * progmodes/flymake.el (flymake-mode):
2641 * progmodes/glasses.el (glasses-mode):
2642 * progmodes/hideshow.el (hs-minor-mode):
2643 * progmodes/pascal.el (pascal-outline-mode):
2644 * textmodes/enriched.el (enriched-mode):
2645 * vc/smerge-mode.el (smerge-mode):
2646 Doc fixes (minor mode argument).
2647
5e0d957f
EZ
26482012-02-07 Eli Zaretskii <eliz@gnu.org>
2649
2650 * ls-lisp.el (ls-lisp-sanitize): New function.
2651 (ls-lisp-insert-directory): Use it to fix or remove any elements
2652 in file-alist with missing attributes. (Bug#4673)
2653
98d7371e
AM
26542012-02-07 Alan Mackenzie <acm@muc.de>
2655
2656 Fix spurious recognition of c-in-knr-argdecl.
2657
2658 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
2659 putative K&R region.
2660
667ced3a
AM
26612012-02-07 Alan Mackenzie <acm@muc.de>
2662
eb864a71
LM
2663 * progmodes/cc-engine.el (c-forward-objc-directive):
2664 Prevent looping in "#pragma mark @implementation".
667ced3a 2665
5b77774d
MA
26662012-02-07 Michael Albinus <michael.albinus@gmx.de>
2667
2668 * notifications.el (notifications-on-closed-signal): Make `reason'
2669 optional. (Bug#10744)
2670
af008560
GM
26712012-02-07 Glenn Morris <rgm@gnu.org>
2672
60d47423
GM
2673 * emacs-lisp/easy-mmode.el (define-minor-mode):
2674 Doc fixes for the macro and the mode it defines.
2675
dd605cc4
GM
2676 * image.el (imagemagick-types-inhibit): Doc fix.
2677
af008560
GM
2678 * cus-start.el (imagemagick-render-type): Add it.
2679
5cc59a37
LI
26802012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
2681
4d6769e1
JB
2682 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
2683 Set the default at load time, too, so that `font-lock-fontify-buffer'
2684 can be called without setting up the entire mode first. This fixes
2685 a bug in `mm-inline-text' with C MIME parts.
5cc59a37 2686
9a6dd747
CY
26872012-02-06 Chong Yidong <cyd@gnu.org>
2688
2d16b285
CY
2689 * simple.el (list-processes--refresh): Delete exited processes
2690 (Bug#8094).
2691
171e9b6e
CY
2692 * comint.el (comint-next-prompt): next-single-char-property-change
2693 and prev-single-char-property-change never return nil (Bug#8657).
2694
9a6dd747
CY
2695 * custom.el (defcustom): Doc fix (Bug#9711).
2696
aa4589a7
CY
26972012-02-05 Chong Yidong <cyd@gnu.org>
2698
5c2a252f
CY
2699 * cus-edit.el (custom-variable-reset-backup): Quote the value
2700 before storing it in the customized-value property (Bug#6712).
4aab9006 2701 (custom-display): Add a customization type tag.
983b9602 2702 (custom-buffer-create-internal): Improve tooltip message.
5c2a252f 2703
aa4589a7
CY
2704 * wid-edit.el (widget-field-value-get): New optional arg to
2705 suppress trailing whitespace truncation.
2706 (character): Use it (Bug#2689).
2707
1ff980ae
AS
27082012-02-05 Andreas Schwab <schwab@linux-m68k.org>
2709
2710 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
2711 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
2712
03988c98
CY
27132012-02-05 Chong Yidong <cyd@gnu.org>
2714
eeb6cc88
CY
2715 * cus-edit.el (custom-variable-value-create): For mismatched
2716 types, show the current value (Bug#7600).
2717
03988c98
CY
2718 * custom.el (defcustom): Doc fix.
2719
f8cdeef0
GM
27202012-02-05 Glenn Morris <rgm@gnu.org>
2721
2722 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
2723
0696d255
JB
27242012-02-05 Juanma Barranquero <lekktu@gmail.com>
2725
2726 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
2727 (pp-buffer): Use `ignore-errors', `looking-at-p'.
2728 (pp-last-sexp): Use `looking-at-p'.
2729
34c99998
GM
27302012-02-04 Glenn Morris <rgm@gnu.org>
2731
8f05da42
GM
2732 * files.el (revert-buffer):
2733 Doc fix (mention revert-buffer-in-progress-p).
2734
f160676e
GM
2735 * emacs-lisp/ert-x.el (ert-simulate-command):
2736 Check deferred-action-list (which is obsolete) is bound.
2737
c7291ad9
GM
2738 * subr.el (with-wrapper-hook): Doc fixes.
2739
34c99998
GM
2740 * simple.el (filter-buffer-substring-functions)
2741 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
2742
6283a7d3
LL
27432012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
2744
2745 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
2746 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
2747
e96e3013
LL
27482012-02-04 Leo Liu <sdl.web@gmail.com>
2749
2750 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
2751
8ded50f2
GM
27522012-02-04 Glenn Morris <rgm@gnu.org>
2753
82ff1d13
GM
2754 * image.el (image-extension-data): Add obsolete alias.
2755
987a0a16
GM
2756 * isearch.el (isearch-update): Doc fix.
2757
ea32ef46
GM
2758 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
2759
8ded50f2
GM
2760 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
2761
eea14f31
GM
27622012-02-03 Glenn Morris <rgm@gnu.org>
2763
2764 * image.el (image-animated-p): Doc fix. Use image-animated-types.
2765 (image-animate-timeout): Doc fix.
2766
2767 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
2768
12f381b7
GM
27692012-02-02 Glenn Morris <rgm@gnu.org>
2770
953cebf5
GM
2771 * server.el (server-auth-dir): Doc fix.
2772 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
2773
12f381b7
GM
2774 * subr.el (run-mode-hooks): Doc fix.
2775
953a8c3b
JL
27762012-02-02 Juri Linkov <juri@jurta.org>
2777
2778 * image-mode.el (image-toggle-display-image): Remove tautological
2779 `major-mode' from the `derived-mode-p' test.
2780
c5d3843c
KH
27812012-02-02 Kenichi Handa <handa@m17n.org>
2782
9f6e692e 2783 * composite.el (compose-region): Cancel previous change.
c5d3843c 2784
159462d4 27852012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
2786
2787 * composite.el (compose-region, compose-string): Signal error for
2788 a null string component (Bug#6988).
2789
9f562668
CY
27902012-02-01 Chong Yidong <cyd@gnu.org>
2791
e2cef717
CY
2792 * view.el (view-buffer-other-window, view-buffer-other-frame):
2793 Handle special modes like view-buffer (Bug#10650).
2794 (view-buffer): Simplify.
2795
9f562668
CY
2796 * frame.el (set-frame-font): Tweak meaning of third argument.
2797
9f6e692e
JB
2798 * dynamic-setting.el (font-setting-change-default-font):
2799 Use set-frame-font (Bug#9982).
9f562668 2800
781acb9f
GM
28012012-02-01 Glenn Morris <rgm@gnu.org>
2802
6035be52
GM
2803 * progmodes/compile.el (compilation-internal-error-properties):
2804 Respect compilation-first-column in the "*compilation*" buffer.
2805
781acb9f
GM
2806 * emacs-lisp/easy-mmode.el (define-minor-mode):
2807 Relax :variable's test for a named function.
2808
abbceb00
AM
28092012-01-31 Alan Mackenzie <acm@muc.de>
2810
2811 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
2812 off by one error.
2813
fce3fdeb
CY
28142012-01-31 Chong Yidong <cyd@gnu.org>
2815
2816 * frame.el (set-frame-font): New arg ALL-FRAMES.
2817
2818 * menu-bar.el (menu-set-font): Use set-frame-font.
2819
2820 * faces.el (face-spec-reset-face): Don't apply unspecified
2821 attribute values to the default face.
2822
47893581
JB
28232012-01-31 Juanma Barranquero <lekktu@gmail.com>
2824
2825 * progmodes/cwarn.el (cwarn): Remove dead link.
2826 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
2827 Remove * from defcustom docstrings.
2828 (turn-on-cwarn-mode): Make obsolete.
2829 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
2830 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
2831
e58e988a
GM
28322012-01-31 Glenn Morris <rgm@gnu.org>
2833
60dc2671 2834 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6c9b47ae 2835 Fix :variable handling of mode a symbol not equal to modefun.
60dc2671 2836 Allow named functions to be used as the cdr of :variable.
e58e988a 2837
7a3f511d
GM
28382012-01-30 Glenn Morris <rgm@gnu.org>
2839
2840 * emacs-lisp/authors.el (authors-fixed-entries):
2841 Remove reference to deleted file rnewspost.el.
2842
cb882333
JB
28432012-01-29 Juanma Barranquero <lekktu@gmail.com>
2844
2845 * window.el (window-with-parameter): Remove unused variable `windows'.
2846 (window--side-check): Remove unused variable `code'.
2847 (window--resize-siblings): Remove unused variable `first'.
2848 (adjust-window-trailing-edge): Remove unused variable `failed'.
2849 (window-deletable-p, window--delete): Remove unused variable `buffer'.
2850 Use `let', not `let*'.
2851 (balance-windows-2): Remove unused variable `found'.
2852 (window--state-put-2): Remove unused variable `splits'.
2853 (window-state-put): Remove unused variable `selected'.
2854 (same-window-p): Use `string-match-p'.
2855 (display-buffer-assq-regexp): Remove unused variable `value'.
2856 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
2857 Mark argument ALIST as ignored.
2858 (pop-to-buffer): Remove unused variable `old-window'.
2859
907201af
EZ
28602012-01-29 Eli Zaretskii <eliz@gnu.org>
2861
2862 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
2863 and .lzma compressed files.
2864
ea162670
CY
28652012-01-29 Chong Yidong <cyd@gnu.org>
2866
5b95ee8a
CY
2867 * frame.el (window-system-default-frame-alist): Doc fix.
2868
ea162670
CY
2869 * dynamic-setting.el (font-setting-change-default-font): Don't
2870 change the default face if SET-FONT argument is non-nil (Bug#9982).
2871
d6e6f4b1
SB
28722012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
2873
2874 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
2875
0f29fa41 28762012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
2877
2878 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
2879 breakpoints in files outside current directory (Bug#6098).
2880
db174434
CY
28812012-01-29 Chong Yidong <cyd@gnu.org>
2882
6b25e4e2
SE
2883 * progmodes/python.el: Require ansi-color at top-level.
2884
6df6ae42
JB
2885 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
2886 Define and use in Emacs Lisp mode (Bug#9360).
db174434
CY
2887 (lisp-mode-abbrev-table): Add doc.
2888 (lisp-mode-variables): Don't set local-abbrev-table.
2889 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
2890
e70ee681
RW
28912012-01-28 Roland Winkler <winkler@gnu.org>
2892
2893 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
2894
ace88aa2
RW
28952012-01-28 Roland Winkler <winkler@gnu.org>
2896
2897 * textmodes/bibtex.el (bibtex-entry-alist): New function.
2898 (bibtex-set-dialect): Use it. Either set global values of
2899 dialect-dependent variables or bind these variables buffer-locally
2900 (Bug#10254).
2901 (bibtex-mode): Call bibtex-set-dialect via
2902 hack-local-variables-hook.
eb864a71
LM
2903 (bibtex-dialect): Update docstring.
2904 Add safe-local-variable predicate.
ace88aa2
RW
2905 (bibtex-entry-alist, bibtex-field-alist): Initialize via
2906 bibtex-set-dialect.
2907 (bibtex-mode-map): Define menu for each dialect.
2908 (bibtex-entry): Fix docstring.
2909
93376c5b
CY
29102012-01-28 Chong Yidong <cyd@gnu.org>
2911
2912 * eshell/esh-arg.el (eshell-quote-argument): New function.
2913
2914 * eshell/esh-ext.el (eshell-invoke-batch-file):
2915 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
2916 first arg to eshell-parse-command (Bug#10523).
2917
4372494f
DA
29182012-01-28 Drew Adams <drew.adams@oracle.com>
2919
2920 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
2921 `default-directory' is non-nil.
2922
4d4ec1f8
EZ
29232012-01-28 Eli Zaretskii <eliz@gnu.org>
2924
2925 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
2926 line that displays system-configuration-options. (Bug#9924)
2927
7c188927
DA
29282012-01-28 Drew Adams <drew.adams@oracle.com>
2929
2930 * descr-text.el (describe-char): Show information about POS, in
2931 addition to information about the character at POS. Improve and
2932 update the doc string. Change "code point" to "code point in
2933 charset", to avoid confusion with the character's Unicode code
2934 point shown above that. (Bug#10129)
2935
e0da685a
EZ
29362012-01-28 Eli Zaretskii <eliz@gnu.org>
2937
2938 * descr-text.el (describe-char): Show the raw character, not only
2939 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
2940 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
2941 for the reasons.
2942
70550acf
PH
29432012-01-28 Phil Hagelberg <phil@hagelb.org>
2944
eb864a71
LM
2945 * emacs-lisp/package.el (package-install):
2946 Run package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 2947
0ce8e868
CY
29482012-01-28 Chong Yidong <cyd@gnu.org>
2949
cb882333
JB
2950 * emacs-lisp/package.el (package-maybe-load-descriptor):
2951 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
2952 (package-maybe-load-descriptor): Use it.
2953 (package-download-transaction): Fully load required packages
2954 inside the loop, so that `require' calls work (Bug#10593).
2955 (package-install): No need to call package-initialize now.
2956
2e7f3bea
CY
29572012-01-28 Chong Yidong <cyd@gnu.org>
2958
6e9bad14
CY
2959 * simple.el (deactivate-mark): Doc fix (Bug#8614).
2960
f823b8ca
CY
2961 * tooltip.el (tooltip-mode): Doc fix.
2962 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
2963
2680c309
CY
2964 * frame.el (set-cursor-color): Doc fix (Bug#352).
2965
d7a9e63b
CY
2966 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
2967 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
2968
2e7f3bea
CY
2969 * cus-edit.el (custom-buffer-create-internal): Fix search button
2970 action (Bug#10542).
2ae01800 2971 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 2972
fc4f7a23
EW
29732012-01-27 Eduard Wiebe <usenet@pusto.de>
2974
2975 * dired.el (dired-mark-files-regexp):
2976 Include any subdirectory components. (Bug#10445)
2977
7dd37071
ML
29782012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
2979
2980 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
2981 Handle [host]:port syntax. (Bug#10533)
2982
a268160b
AH
29832012-01-27 Alex Harsanyi <harsanyi@mac.com>
2984
2985 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
2986
e43273ef
GM
29872012-01-26 Glenn Morris <rgm@gnu.org>
2988
2989 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
2990 * term.el (term-raw-escape-map): Use Control-X-prefix.
2991 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
2992
1edf595d
MR
29932012-01-25 Martin Rudalics <rudalics@gmx.at>
2994
2995 * window.el (window-state-get, window--state-get-1): Don't deal
2996 with fixed-sizeness of windows. Simplify code.
2997
fa8eafef
JC
29982012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
2999
6df6ae42
JB
3000 * window.el (window--state-get-1, window--state-put-2):
3001 Don't save and restore the mark.
fa8eafef 3002
0b21c100
CY
30032012-01-25 Chong Yidong <cyd@gnu.org>
3004
3005 * custom.el (custom-variable-p): Doc fix.
3006
5ae1a6c8
GM
30072012-01-25 Glenn Morris <rgm@gnu.org>
3008
40047858
GM
3009 * dired.el (dired-goto-file): Handle some of the more common
3010 characters that `ls -b' escapes. (Bug#10596)
3011
5ddce96c
GM
3012 * progmodes/compile.el (compilation-next-error-function):
3013 Respect compilation-first-column in the "*compilation*" buffer.
3014 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
3015
5ae1a6c8
GM
3016 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
3017
b559f1a9
GM
30182012-01-24 Glenn Morris <rgm@gnu.org>
3019
3020 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
3021
6725d21a
JD
30222012-01-24 Julien Danjou <julien@danjou.info>
3023
3024 * color.el (color-rgb-to-hsl): Fix value computing.
3025 (color-hue-to-rgb): New function.
3026 (color-hsl-to-rgb): New function.
3027 (color-clamp, color-saturate-hsl, color-saturate-name)
3028 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
3029 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
3030
70df4bbe
GM
30312012-01-24 Glenn Morris <rgm@gnu.org>
3032
3033 * vc/vc-rcs.el (vc-rcs-create-tag):
3034 * vc/vc-sccs.el (vc-sccs-create-tag):
3035 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
3036
802a2ae2
ML
30372012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
3038
3039 * eshell/esh-util.el (eshell-read-hosts-file):
3040 Skip comment lines. (Bug#10549)
3041
d7128bb1
ML
3042 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
3043
d1a5c3b4
JB
30442012-01-23 Juanma Barranquero <lekktu@gmail.com>
3045
2724d9c7
JB
3046 * subr.el (display-delayed-warnings): Doc fix.
3047 (collapse-delayed-warnings): New function to collapse identical
3048 adjacent warnings.
3049 (delayed-warnings-hook): Add it.
d1a5c3b4 3050
a5509865
MA
30512012-01-22 Michael Albinus <michael.albinus@gmx.de>
3052
3053 * net/tramp.el (tramp-action-login): Set connection property "login-as".
3054
3055 * net/tramp-cache.el (tramp-dump-connection-properties): Do not dump
3056 properties, when "login-as" is set.
3057
3058 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
3059 (tramp-default-user-alist): Don't add "pscp".
3060 (tramp-do-copy-or-rename-file-out-of-band): Use connection
3061 property "login-as", if set. (Bug#10530)
3062
cc6d5805
MA
30632012-01-21 Michael Albinus <michael.albinus@gmx.de>
3064
3065 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
3066 "plink1" and "psftp". (Bug#10530)
3067
30682012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
3069
3070 * international/mule-cmds.el (prefer-coding-system): Show a
3071 warning message if the default value of file-name-coding-system
3072 was not changed.
3073
f0960428
JC
30742012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
3075
cb882333
JB
3076 * windmove.el (windmove-reference-loc):
3077 Fix windmove-reference-loc miscalculation.
f0960428 3078
dd6f2a63
JB
30792012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
3080
3081 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
3082 default unit.
3083
7b447e9b
GM
30842012-01-21 Glenn Morris <rgm@gnu.org>
3085
117a9ea1
GM
3086 * international/mule.el (auto-coding-alist): Add .tbz.
3087
7b447e9b
GM
3088 * files.el (local-enable-local-variables): Doc fix.
3089 (inhibit-local-variables-regexps): Rename from
3090 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
3091 Doc fix. Add some extensions from auto-coding-alist.
3092 (inhibit-local-variables-suffixes):
3093 Rename from inhibit-first-line-modes-suffixes. Doc fix.
3094 (inhibit-local-variables-p):
3095 New function, extracted from set-auto-mode-1.
3096 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
3097 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
3098 (hack-local-variables): Doc fix. Make the mode-only case
3099 respect enable-local-variables and friends.
3100 Respect inhibit-local-variables-regexps for file-locals, but
3101 not for directory-locals.
3102 (set-visited-file-name):
3103 Take account of inhibit-local-variables-regexps.
3104 Whether it applies may change as the file name is changed.
3105 * jka-cmpr-hook.el (jka-compr-install):
3106 * jka-compr.el (jka-compr-uninstall):
3107 Update for inhibit-first-line-modes-suffixes name change.
3108
dd6e3cdd
MR
31092012-01-20 Martin Rudalics <rudalics@gmx.at>
3110
3111 * help-macro.el (make-help-screen): Temporarily restore original
3112 binding for minor-mode-map-alist (Bug#10454).
3113
0d0deb38
JD
31142012-01-19 Julien Danjou <julien@danjou.info>
3115
3116 * color.el (color-name-to-rgb): Use the white color to find the max
3117 color component value and return correctly computed values.
3118 (color-name-to-rgb): Add missing float conversion for max value.
3119
34a02f46
MR
31202012-01-19 Martin Rudalics <rudalics@gmx.at>
3121
3122 * window.el (window--state-get-1, window-state-get): Do not use
eb864a71
LM
3123 special state value for window-persistent-parameters.
3124 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
34a02f46
MR
3125 (window--state-put-2): Reset all window parameters to nil before
3126 assigning values of persistent parameters.
3127
606c44c4
AM
31282012-01-18 Alan Mackenzie <acm@muc.de>
3129
3130 Eliminate sluggishness and hangs in fontification of "semicolon
3131 deserts".
3132
cb882333
JB
3133 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
3134 Change value 10000 -> 3000.
606c44c4
AM
3135 (c-state-safe-place): Reformulate so it doesn't stack up an
3136 infinite number of wrong entries in c-state-nonlit-pos-cache.
3137 (c-determine-limit-get-base, c-determine-limit): New functions to
3138 determine backward search limits disregarding literals.
3139 (c-find-decl-spots): Amend commenting.
3140 (c-cheap-inside-bracelist-p): New function which detects "={".
3141
3142 * progmodes/cc-fonts.el
3143 (c-make-font-lock-BO-decl-search-function): Give a limit to a
3144 backward search.
3145 (c-font-lock-declarations): Fix an occurrence of point being
3146 undefined. Check additionally for point being in a bracelist or
3147 near a macro invocation without a semicolon so as to avoid a
3148 fruitless time consuming search for a declarator. Give a more
3149 precise search limit for declarators using the new
3150 c-determine-limit.
3151
f3860cea
GM
31522012-01-18 Glenn Morris <rgm@gnu.org>
3153
3154 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
3155 (set-auto-mode): Doc fixes.
3156
1db03b16
GM
31572012-01-17 Glenn Morris <rgm@gnu.org>
3158
0e6038be
GM
3159 * isearch.el (search-nonincremental-instead): Fix doc typo.
3160
1db03b16
GM
3161 * dired.el (dired-insert-directory): Handle newlines in directory name.
3162 (dired-build-subdir-alist): Unescape newlines in directory name.
3163
4cb0aa75
MA
31642012-01-17 Michael Albinus <michael.albinus@gmx.de>
3165
3166 * net/tramp.el (tramp-local-end-of-line): New defcustom.
3167 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
3168 (tramp-action-terminal): Use it. (Bug#10530)
3169
1d00653d
SM
31702012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
3171
3172 * minibuffer.el (completion--replace): Strip properties (bug#10062).
3173
6a6ee00d
MR
31742012-01-16 Martin Rudalics <rudalics@gmx.at>
3175
3176 * window.el (window-state-ignored-parameters): Remove variable.
3177 (window--state-get-1): Rename argument MARKERS to IGNORE.
3178 Handle persistent window parameters. Make copy of clone-of
3179 parameter only if requested. (Bug#10348)
3180 (window--state-put-2): Install a window parameter only if it has
3181 a non-nil value or an existing parameter shall be overwritten.
3182
97912def
MA
31832012-01-15 Michael Albinus <michael.albinus@gmx.de>
3184
3185 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
3186
688070a5
EZ
31872012-01-14 Eli Zaretskii <eliz@gnu.org>
3188
3189 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
3190 don't pass the (nil) value of `upnode' to string-match.
3191
301afadc
CY
31922012-01-14 Chong Yidong <cyd@gnu.org>
3193
3194 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 3195 Fix values recognized by the cursorBlink resource.
301afadc 3196
9e5788aa
PE
31972012-01-14 Paul Eggert <eggert@cs.ucla.edu>
3198
3199 * epg.el (epg--make-temp-file): Avoid permission race condition
3200 when running on old Emacs versions (bug#10403).
3201
3cdb7f5a
GM
32022012-01-14 Glenn Morris <rgm@gnu.org>
3203
3204 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
3205
8c82b1b4
AM
32062012-01-13 Alan Mackenzie <acm@muc.de>
3207
3208 Fix filling for when filladapt mode is enabled.
3209
3210 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
3211 c-mask-paragraph, pass in `fill-paragraph' rather than
3212 `fill-region-as-paragraph'. (This is a reversion of a previous
3213 change.)
eb864a71
LM
3214 * progmodes/cc-mode.el (c-basic-common-init):
3215 Make fill-paragraph-handle-comment buffer local and set it to nil.
8c82b1b4 3216
e517eda4
GM
32172012-01-13 Glenn Morris <rgm@gnu.org>
3218
1498536e
GM
3219 * dired.el (dired-switches-escape-p): New function.
3220 (dired-insert-directory): Use dired-switches-escape-p.
3221 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
3222
e517eda4
GM
3223 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
3224
328f984d
GM
32252012-01-12 Glenn Morris <rgm@gnu.org>
3226
3227 * mail/sendmail.el (mail-mode): Update paragraph-separate for
3228 changes in adaptive-fill-regexp. (Bug#10276)
3229
2cc769a8
AM
32302012-01-11 Alan Mackenzie <acm@muc.de>
3231
3232 Fix Emacs bug #10463 - put `widen's around the critical spots.
3233
1d00653d 3234 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
3235 widen around each invocation of c-state-pp-to-literal. Remove an
3236 unused let variable.
3237
e52c37fa
GM
32382012-01-11 Glenn Morris <rgm@gnu.org>
3239
3240 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 3241 Doc fix.
e52c37fa 3242
96f8741e
CY
32432012-01-10 Chong Yidong <cyd@gnu.org>
3244
1d00653d
SM
3245 * net/network-stream.el (network-stream-open-starttls):
3246 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
3247 response to the capability command.
3248
b09a806e
GM
32492012-01-10 Glenn Morris <rgm@gnu.org>
3250
3251 * mail/unrmail.el (unrmail): Tweak previous change.
3252
7655cb66
CY
32532012-01-09 Chong Yidong <cyd@gnu.org>
3254
3255 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
3256
9d5a8f0b
AM
32572012-01-08 Alan Mackenzie <acm@muc.de>
3258
3259 Optimise font locking in long enum definitions.
3260
3261 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
3262 arm to a cond form to handle enums.
3263 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
3264 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
3265
9a0115ab 32662012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
3267
3268 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 3269 (Bug#10401)
6bb72cbd 3270
f186bb95
LMI
32712012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3272
29232a68
LMI
3273 * faces.el (set-face-attribute): Clarify the meaning of the nil
3274 frame (bug#10294).
3275
4e5d086d
LMI
3276 * subr.el (with-selected-frame): Mention that the selected frame
3277 is restored (bug#9980).
3278
8e66aebe
LMI
3279 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
3280 (bug#9759).
3281
cd394be1 3282 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
3283 (password-read): Don't autoload unused function.
3284
adf4e762
JB
32852012-01-07 Juanma Barranquero <lekktu@gmail.com>
3286
3287 * progmodes/which-func.el (which-func-mode): Turn into a
3288 non-interactive function and mark as obsolete (bug#10428).
3289
89bd9ccd
CY
32902012-01-06 Chong Yidong <cyd@gnu.org>
3291
3292 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
3293 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
3294 functions, along with 1 and -1.
3295
4afee9d5
EZ
32962012-01-06 Eli Zaretskii <eliz@gnu.org>
3297
3298 * time.el (display-time-load-average)
3299 (display-time-default-load-average): Doc fixes. See the thread
3300 starting at
3301 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
3302 for the details.
3303
536aea70
GM
33042012-01-06 Glenn Morris <rgm@gnu.org>
3305
665ae865
GM
3306 * mail/unrmail.el (unrmail): Give an explicit error if the input file
3307 has no messages. (Bug#10377)
3308
c869783d
GM
3309 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
3310 than Info-edit. (Bug#10385)
3311
2bb4227e
GM
3312 * time.el (display-time-load-average, display-time-next-load-average):
3313 Doc fixes.
3314
7d5944b9
GM
3315 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
3316 local setting of buffer-read-only to the input buffer. (Bug#10419)
3317
536aea70
GM
3318 * calendar/calendar.el (calendar-mode):
3319 Locally set scroll-margin to 0. (Bug#10379)
3320
7dccca16
UM
33212012-01-06 Ulrich Mueller <ulm@gentoo.org>
3322
3323 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
3324
afbb7930
GM
33252012-01-05 Glenn Morris <rgm@gnu.org>
3326
3327 * eshell/em-unix.el (diff-no-select): Autoload it.
3328 (eshell/diff): Use diff-no-select. (Bug#10420)
3329
04482335
CY
33302012-01-05 Chong Yidong <cyd@gnu.org>
3331
7baca3bc
CY
3332 * shell.el (shell-dynamic-complete-functions): Revert last change.
3333 (shell-command-completion-function): New function.
3334 (shell-completion-vars): Use it to implement
3335 shell-completion-execonly (Bug#10417).
3336
04482335
CY
3337 * custom.el (enable-theme): Don't set custom-safe-themes.
3338
1d00653d
SM
3339 * cus-theme.el (custom-theme-merge-theme):
3340 Ignore custom-enabled-themes and custom-safe-themes.
04482335 3341
bb5aa5d6
MM
33422012-01-05 Michael R. Mauger <mmaug@yahoo.com>
3343
3344 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
3345 first prompt in `sql-interacive-mode'.
3346 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 3347 keywords.
6df6ae42 3348 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
bb5aa5d6
MM
3349 (sql-product-interactive): Bug fix: Set `sql-buffer' in
3350 context of original buffer. Invoke `sql-login-hook'.
3351
a7183d7c
EZ
33522012-01-04 Eli Zaretskii <eliz@gnu.org>
3353
3354 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
3355 letters in cite-prefix.
3356
a1eacd1e
LMI
33572012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3358
3359 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
3360
787cdb34
CY
33612012-01-03 Chong Yidong <cyd@gnu.org>
3362
1d00653d
SM
3363 * shell.el (shell-dynamic-complete-functions):
3364 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
3365 comint-filename-completion first (Bug#10417).
3366
30710442
RS
33672012-01-02 Richard Stallman <rms@gnu.org>
3368
3369 * battery.el (battery-status-function):
3370 Detect when to use battery-yeeloong-sysfs.
3371 (battery-echo-area-format): Add string for Yeeloong.
3372 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
3373 (battery-yeeloong-sysfs): New function.
3374
f75bfc33
CY
33752012-01-02 Chong Yidong <cyd@gnu.org>
3376
3377 * dirtrack.el (dirtrack-list): Eliminate unused third element.
3378 (dirtrack): Merge code for handling relative filenames in prompt
3379 from shell-dir-cookie-watcher.
3380 (dirtrack-debug-message): New arg to avoid excess format calls.
3381
3382 * shell.el (shell-dir-cookie-re): Variable deleted.
3383 (shell-dir-cookie-watcher): Function deleted.
3384 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
3385 with dirtrack-mode.
3386
651e947e
EZ
33872012-01-01 Eli Zaretskii <eliz@gnu.org>
3388
1d00653d
SM
3389 * term/w32-win.el (dynamic-library-alist) <gnutls>:
3390 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
3391 libgnutls-26.dll.
3392
94d4c7dc
AS
33932011-12-31 Andreas Schwab <schwab@linux-m68k.org>
3394
3395 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
3396
8d43f3cd
EZ
33972011-12-31 Eli Zaretskii <eliz@gnu.org>
3398
3399 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
3400 headers of non-MIME messages, when rmail-enable-mime is non-nil.
3401
98c8795a
MA
34022011-12-29 Michael Albinus <michael.albinus@gmx.de>
3403
3404 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
3405 also for alternative shells.
3406 (tramp-open-connection-setup-interactive-shell): Check, whether
3407 the shell is a busybox.
3408 (tramp-send-command): Don't suppress multiple prompts for
3409 busyboxes, it hurts.
3410
51281b32
CY
34112011-12-28 Chong Yidong <cyd@gnu.org>
3412
3413 * progmodes/gdb-mi.el (gdb-get-source-file-list)
3414 (gdb-get-source-file): Move mode line update to
3415 gdb-get-source-file (Bug#10087).
3416
2170cb53
CY
34172011-12-25 Chong Yidong <cyd@gnu.org>
3418
3419 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
3420 gud-gdb-marker-filter without taking it as an argument.
3421 (gud-gdb-run-command-fetch-lines): Caller changed.
3422 (gud-gdb-completion-function): New variable.
3423 (gud-gdb-completion-at-point): Use it.
3424 (gud-gdb-completions-1): Split from gud-gdb-completions.
3425
3426 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
3427 function as separate arguments.
3428 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
3429 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
3430 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
3431 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
3432 (gdb-stopped, def-gdb-auto-update-trigger)
3433 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
3434 (gdb-get-changed-registers, gdb-get-main-selected-frame):
3435 Callers changed.
2170cb53
CY
3436 (gud-gdbmi-completions): New function.
3437 (gdb): Use it for generating the completion table.
3438
be8b11bb
AM
34392011-12-24 Alan Mackenzie <acm@muc.de>
3440
3441 Introduce a mechanism to widen the region used in context font
1d00653d 3442 locking. Use this to protect declarations from losing their contexts.
be8b11bb 3443
1d00653d
SM
3444 * progmodes/cc-langs.el (c-before-font-lock-functions):
3445 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 3446 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
3447 functions to be run just before context (etc.) font locking.
3448
3449 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 3450 New, functionality extracted from
be8b11bb 3451 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 3452 (c-in-after-change-fontification): New variable.
be8b11bb
AM
3453 (c-after-change): Set c-in-after-change-fontification.
3454 (c-set-fl-decl-start): Rejig its interface, so it can be called
3455 from both after-change and context fontifying.
b81d40f0
JB
3456 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
3457 New functions.
3458 (c-standard-font-lock-fontify-region-function): New variable.
3459 (c-font-lock-fontify-region): New function.
be8b11bb 3460
341cf6ac
JL
34612011-12-24 Juri Linkov <juri@jurta.org>
3462
3463 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
3464 (Bug#10348)
3465
bffcee0a
MA
34662011-12-23 Michael Albinus <michael.albinus@gmx.de>
3467
3468 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
3469 existence of source file. (Bug#10325)
3470
cb5e207c
AM
34712011-12-23 Alan Mackenzie <acm@muc.de>
3472
3473 Fix unstable fontification inside templates.
3474
b81d40f0
JB
3475 * progmodes/cc-langs.el (c-before-font-lock-functions):
3476 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
3477 additionally has c-set-fl-decl-start. The other languages (apart
3478 from AWK) have that as a single entry.
3479
b81d40f0
JB
3480 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
3481 The functionality for "local" declarations has been extracted to
cb5e207c
AM
3482 c-set-fl-decl-start.
3483
b81d40f0
JB
3484 * progmodes/cc-mode.el (c-common-init, c-after-change):
3485 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
3486 (c-set-fl-decl-start): New function, extracted from
3487 c-font-lock-enclosing-decls and enhanced.
3488
60ff536c
JB
34892011-12-23 Juanma Barranquero <lekktu@gmail.com>
3490
3491 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
3492
1c4757d6
JL
34932011-12-22 Juri Linkov <juri@jurta.org>
3494
3495 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
3496
d031f2c7
CY
34972011-12-22 Chong Yidong <cyd@gnu.org>
3498
3499 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
3500
bace743a
DA
35012011-12-21 Drew Adams <drew.adams@oracle.com>
3502
3503 * files.el (file-remote-p): Fix docstring. (Bug#10319)
3504
728a1f2b
JC
35052011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
3506
3507 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
3508
0d373f73
TZ
35092011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
3510
fec0aaa4
TZ
3511 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
3512 highlighting and support. Fix up comments for capitalization.
3513 (cfengine-mode-debug): New var.
3514 (cfengine3-mode): Change the modeline indicator to "CFE3".
3515 (cfengine3-font-lock-keywords): Improve defun highlighting.
3516 (cfengine2-actions): Rename from `cfengine-actions'.
3517 (cfengine2-font-lock-keywords): Rename from
3518 `cfengine-font-lock-keywords'.
3519 (cfengine2-imenu-expression): Rename from
3520 `cfengine-imenu-expression'.
3521 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
3522 (cfengine2-beginning-of-defun): Rename from
3523 `cfengine-beginning-of-defun'.
3524 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
3525 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
3526 (cfengine2-mode): Rename from `cfengine-mode'. Change the
3527 modeline indicator to "CFE2".
3528 (cfengine-mode): Defalias to `cfengine-auto-mode'.
3529 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 3530
bc86f573
CY
35312011-12-21 Chong Yidong <cyd@gnu.org>
3532
3533 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
3534 filename argument.
3535
d45ba96b
MR
35362011-12-20 Martin Rudalics <rudalics@gmx.at>
3537
3538 * window.el (window-normalize-buffer-to-display): Remove.
3539 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
3540
a6198c90
CY
35412011-12-19 Chong Yidong <cyd@gnu.org>
3542
3543 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
3544 Don't signal an error in a predicate function; return non-nil.
3545 (vc-dir-mark-file): Move the error here.
3546 (vc-dir-mark-unmark): If acting on the region, keep going if one
3547 of the entries cannot be marked/unmarked.
3548 (vc-dir-mark-all-files): If current entry is a directory, mark
3549 only child files, as documented.
3550
34c5fb55
VB
35512011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
3552
3553 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
3554 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
3555 addition.
3556
c803b2b7
JD
35572011-12-18 Jan Djärv <jan.h.d@swipnet.se>
3558
3559 * term/ns-win.el (ns-get-selection-internal)
3560 (ns-store-selection-internal): Declare.
1154d12e
JB
3561 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
3562 Declare as obsolete.
3563 (ns-get-pasteboard, ns-paste-secondary):
3564 Use ns-get-selection-internal.
3565 (ns-set-pasteboard, ns-copy-including-secondary):
3566 Use ns-store-selection-internal.
c803b2b7 3567
9cff91f8 35682011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
3569
3570 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 3571 (vc-deduce-fileset): Doc fix.
99a289d9 3572
f16c898a
AS
35732011-12-16 Andreas Schwab <schwab@linux-m68k.org>
3574
3575 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
3576
763237c4
SS
35772011-12-13 Sam Steingold <sds@gnu.org>
3578
3579 * man.el (Man-getpage-in-background): When running under a
3580 window-system, ignore $MANWIDTH and $COLUMNS.
3581
5fc1c122
KH
35822011-12-15 Kenichi Handa <handa@m17n.org>
3583
3584 * language/ethio-util.el: Change coding tag to utf-8-emacs.
3585 (setup-ethiopic-environment-internal): Comment out key-binding for
3586 ethio-toggle-punctuation.
3587
13d49cbb
AM
35882011-12-13 Alan Mackenzie <acm@muc.de>
3589
898169a2
AM
3590 Add the switch statement to AWK Mode.
3591
7a71b18d 3592 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
898169a2
AM
3593 "default" to the keywords regexp.
3594
7a71b18d 3595 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
898169a2 3596 expression as the rest.
1d00653d
SM
3597 (c-nonlabel-token-key): Allow string literals for AWK.
3598 Refactor for the other modes.
898169a2 3599
13d49cbb 3600 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 3601 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
3602 routines. Limit backward searching in c-font-lock-enclosing.decl.
3603
3604 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
3605 pp-state and literal type in addition to the limits.
1d00653d 3606 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 3607 (c-state-literal-at): Use the above new defun.
1d00653d
SM
3608 (c-slow-in-literal, c-fast-in-literal): Remove.
3609 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
3610
3611 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
3612 being in a literal. Add a limit for backward searching.
3613
3614 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
3615 c-slow-in-literal.
3616
15e0efc7
SM
36172011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
3618
3619 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
3620
454592a6
MR
36212011-12-13 Martin Rudalics <rudalics@gmx.at>
3622
3623 * window.el (delete-other-windows): Use correct frame in call to
3624 window-with-parameter.
3625
87393f26
DP
36262011-12-12 Daniel Pfeiffer <occitan@t-online.de>
3627
3628 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
3629 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
3630 (makefile-gmake-statements, makefile-makepp-statements):
3631 Use it and add new makepp keywords.
3632 (makefile-makepp-font-lock-keywords): Add new patterns.
3633 (makefile-match-function-end): Match new [...] and [[...]].
3634
11636b22
JB
36352011-12-11 Juanma Barranquero <lekktu@gmail.com>
3636
3637 * ses.el (ses-call-printer-return, ses-cell-property-get)
3638 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
3639 (ses-create-cell-variable, ses-reset-header-string)
3640 (ses-cell-set-formula, ses-repair-cell-reference-all)
3641 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
3642 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
3643 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
3644 (ses-aset-with-undo, ses-load, ses-truncate-cell)
3645 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
3646 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
3647 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
3648 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
3649 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
3650 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
3651 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
3652 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
3653
cf018193
VB
36542011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
3655
3656 * ses.el: The overall change is to add cell renaming, that is
3657 setting fancy names for cell symbols other than name matching
3658 "\\`[A-Z]+[0-9]+\\'" regexp .
3659 (ses-create-cell-variable): New defun.
3660 (ses-relocate-formula): Relocate formulas only for cells the
3661 symbols of which are not renamed, i.e. symbols whose names do not
3662 match regexp "\\`[A-Z]+[0-9]+\\'".
3663 (ses-relocate-all): Relocate values only for cells the symbols of
3664 which are not renamed.
3665 (ses-load): Create cells variables as the (ses-cell ...) are read,
3666 in order to check row col consistency with cell symbol name only
3667 for cells that are not renamed.
3668 (ses-replace-name-in-formula): New defun.
3669 (ses-rename-cell): New defun.
3670
ee957461
CY
36712011-12-11 Chong Yidong <cyd@gnu.org>
3672
3673 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
3674 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
3675
9a9e9ef0
MR
36762011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
3677
3678 * window.el (other-window): Fix docstring.
3679
92a8eba5
EZ
36802011-12-10 Eli Zaretskii <eliz@gnu.org>
3681
3682 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
3683 `from' or `to' address before taking its substring.
3684 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
3685 encoded name is chopped in the middle of the encoded string, and
3686 thus displayed encoded.
3687
e152e577
JB
36882011-12-10 Juanma Barranquero <lekktu@gmail.com>
3689
3690 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
3691
e5d84bfe
EZ
36922011-12-10 Eli Zaretskii <eliz@gnu.org>
3693
3694 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
3695 to use texinfo-update-node and commands that call it if the
3696 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 3697 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
3698 (texinfo-all-menus-update, texinfo-master-menu)
3699 (texinfo-update-node, texinfo-every-node-update)
3700 (texinfo-multiple-files-update): Doc fix. Warn against updating
3701 all the @node lines.
3702 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
3703 argument is numeric. Explain better in the doc string what the
3704 function really does.
3705 (texinfo-insert-master-menu-list): Improve the error message
3706 displayed if there's no menu in the Top node.
3707 (Bug#2975) See also this thread:
e5d84bfe
EZ
3708 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
3709
1d84e9bb
MG
37102011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
3711
3712 * speedbar.el (speedbar-supported-extension-expressions):
3713 Add .adb and .ads, commonly used for Ada source code (bug#10256).
3714
382c953b
JB
37152011-12-09 Juanma Barranquero <lekktu@gmail.com>
3716
3717 * printing.el (pr-mode-alist):
3718 * simple.el (filter-buffer-substring-functions)
3719 (completion-list-insert-choice-function):
3720 * window.el (window-with-parameter, window-atom-root)
3721 (window-sides-slots, window-size-fixed, window-min-delta)
3722 (window-max-delta, window--resize-mini-window)
3723 (window--resize-child-windows-normal, window-tree)
3724 (delete-other-windows, quit-window, split-window)
3725 (display-buffer-record-window, special-display-buffer-names)
3726 (special-display-regexps, special-display-popup-frame)
3727 (same-window-p, split-window-sensibly)
3728 (display-buffer-overriding-action, display-buffer-alist)
3729 (display-buffer-base-action, display-buffer, switch-to-buffer)
3730 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
3731 (fit-window-to-buffer, recenter-positions)
3732 (mouse-autoselect-window-state, mouse-autoselect-window-select):
3733 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
3734 and remove unneeded backslashes in docstrings.
3735
39c9faef
SM
37362011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
3737
98449af8
SM
3738 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
3739
39c9faef
SM
3740 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
3741 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
3742 end in ".mk".
3743 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
3744 when reading the makefile (bug#10116).
3745
86ed9fdc
SM
37462011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3747
3748 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
3749 (bug#10116).
3750
5580f89d
GM
37512011-12-06 Glenn Morris <rgm@gnu.org>
3752
3753 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
3754
28d3917c
CY
37552011-12-06 Chong Yidong <cyd@gnu.org>
3756
3757 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
3758
a98edce9
JB
37592011-12-06 Juanma Barranquero <lekktu@gmail.com>
3760
3761 * textmodes/table.el (table-shorten-cell): Fix typo.
3762
e65adfac
CG
37632011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
3764
3765 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
3766
71cc0b74
EZ
37672011-12-05 Eli Zaretskii <eliz@gnu.org>
3768
3769 * descr-text.el (describe-char): Fix display of strong
3770 right-to-left characters and directional embeddings and overrides.
3771
3772 * simple.el (what-cursor-position): Fix display of codepoints of
3773 strong right-to-left characters.
3774
315bc30d
CY
37752011-12-05 Chong Yidong <cyd@gnu.org>
3776
3777 * faces.el (read-color): Doc fix.
3778
58a70b94
GM
37792011-12-05 Glenn Morris <rgm@gnu.org>
3780
3781 * align.el (align--set-marker): Add doc-string.
3782 Don't try to move something that is not a marker. (Bug#10216)
3783
5158face
GM
37842011-12-04 Glenn Morris <rgm@gnu.org>
3785
3786 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
3787 overly zealous deletion of trailing whitespace.
3788
520fca41
JB
37892011-12-04 Juanma Barranquero <lekktu@gmail.com>
3790
3791 * server.el (server-delete-client): On Windows, do not try to delete
3792 the only terminal.
3793 (server-process-filter): On Windows, treat requests for a tty frame as
3794 if they were for a GUI frame if the running server is in GUI mode.
3795
5e605a2e
GM
37962011-12-03 Glenn Morris <rgm@gnu.org>
3797
3798 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
3799
5c3fe83f
SM
38002011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3801
6f5e57e7
SM
3802 * electric.el: Streamline electric-indent's hook.
3803 (electric-indent-chars): Revert to simple list.
3804 (electric-indent-functions): New var.
3805 (electric-indent-post-self-insert-function): Use it.
3806
5c3fe83f
SM
3807 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
3808 there's no inferior buffer (bug#10196).
3809 (prolog-consult-compile): Don't use toggle-read-only.
3810
6bdac736
MA
38112011-12-02 Michael Albinus <michael.albinus@gmx.de>
3812
3813 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
3814 interrupt. (Bug#10187)
3815
6131ba7f
SM
38162011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
3817
99c79fee
SM
3818 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
3819 (bug#9160).
3820
6131ba7f
SM
3821 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
3822 (bug#10191).
3823
cb0a02ea
JL
38242011-12-02 Juri Linkov <juri@jurta.org>
3825
3826 * info.el (Info-search): Display "end of manual" when Isearch
3827 reaches the end of single-file Info manual. (Bug#9918)
3828
66e0570c
EZ
38292011-12-02 Eli Zaretskii <eliz@gnu.org>
3830
3831 * isearch.el (isearch-message-prefix): Run the input method part
3832 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
3833
02b16839
JL
38342011-12-02 Juri Linkov <juri@jurta.org>
3835
3836 * isearch.el (isearch-occur): Use `word-search-regexp' for
3837 `isearch-word'.
3838 (isearch-search-and-update): Add condition for `isearch-word' and
3839 call `word-search-regexp'. (Bug#10145)
3840
0b950688
GM
38412011-12-01 Glenn Morris <rgm@gnu.org>
3842
3843 * eshell/em-hist.el (eshell-hist-initialize):
3844 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 3845 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 3846
9505c3c7
SM
38472011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
3848
3849 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
3850
1bbe96b2 38512011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 3852
a1beca85
SM
3853 * progmodes/verilog-mode.el (verilog-pretty-expr):
3854 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
3855 verilog, such as += *= and the like.
3856 (verilog-assignment-operator-re): Regular expression to find the
3857 assigment operator in a verilog assignment.
3858 (verilog-assignment-operation-re): Regular expression to find an
3859 assignment statement for pretty-expr.
3860 (verilog-in-attribute-p): Query returns true if point is in an
3861 attribute context; used to skip these for expression line up from
3862 pretty-expr.
3863 (verilog-in-parameter-p): Query returns true if point is in an
3864 parameter definition context; used to skip these for expression
3865 line up from pretty-expr.
3866 (verilog-in-parenthesis-p): Query returns true if point is in a
3867 parenthetical expression, specifically ( ) but not [ ] or { };
3868 used by pretty-expr.
3869 (verilog-just-one-space): If there is no space, don't add one.
3870 (verilog-get-lineup-indent-2): Specifically skip just attribute
3871 contexts for expression lineup, rather than skipping all
3872 parenthetical expressions.
3873 (verilog-calculate-indent): Fix comment, and fix indent.
3874 (verilog-do-indent): Indent declarations in lists (suggested by
3875 Joachim Lechner).
3876 (verilog-mode-abbrev-table): Populate abbrev mode with the various
3877 skeleton items.
3878 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
3879 by Alain Mellan).
3880
1bbe96b2 38812011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
3882
3883 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
3884 parameters with embedded comments. Reported by Ray Stevens.
3885 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
3886 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
3887 Reported by Tim Holt.
3888 (verilog-auto): Fix AUTOing a upper module then AUTOing module
3889 instantiated by upper module causing wrong expansion until AUTOed a
3890 second time. Reported by K C Buckenmaier.
3891 (verilog-diff-auto): Fix showing .* as a difference when
3892 `verilog-auto-star-save' off. Reported by Dan Dever.
3893 (verilog-auto-reset, verilog-read-always-signals)
3894 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
3895 temporary signals in reset list if
3896 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
3897 style to each signal's assignment type, bug381.
3898 Reported by Thomas Esposito.
6288f0ca
WS
3899 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
3900 (verilog-uvm-statement-re): Support UVM indentation and
3901 highlighting, with old OVM keywords only.
a1beca85 3902 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
3903 Support AUTOTIEOFF creating non-wire data types.
3904 Suggested by Jonathan Greenlaw.
6288f0ca
WS
3905 (verilog-auto-insert-lisp, verilog-delete-to-paren)
3906 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
3907 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
3908 (verilog-read-sub-decls, verilog-read-sub-decls-line):
3909 Fix mismatching parenthesis inside commented out code when deleting
382c953b 3910 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
3911 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
3912 non-numeric vector width. Reported by Alex Reed.
3913 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 3914 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
3915 (verilog-auto-delete-trailing-whitespace):
3916 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
3917 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
3918 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
3919 Fix verilog-scan-cache corruption when running user AUTO expansion
3920 hooks that call indentation routines.
3921 (verilog-simplify-range-expression): Fix typo ignoring lower case
3922 identifiers.
3923 (verilog-delete-auto): Fix delete-autos to also remove user created
3924 automatics, as long as they start with AUTO.
3925 (verilog-batch-diff-auto, verilog-diff-auto)
3926 (verilog-diff-function): Add `verilog-diff-auto' and bind to
3927 "C-c?" to report differences in AUTO expansion, ignoring spaces.
3928 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
3929 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
3930 (verilog-re-search-forward-quick, verilog-syntax-ppss):
3931 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
3932 is disabled and its cache will get corrupt, causing AUTOS not to
3933 expand. Instead use only -quick functions.
3934 (verilog-scan-region): Fix scanning over escaped quotes.
3935 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
3936 (verilog-re-search-backward-quick)
3937 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
3938 related functions now ignore strings, to fix misparsing of strings
3939 with magic comments embedded in them.
a1beca85
SM
3940 (verilog-read-auto-template):
3941 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
3942 Reported by Brad Dobbie.
3943 (verilog-read-auto-template):
3944 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 3945 Reported by Brad Dobbie.
6288f0ca
WS
3946 (verilog-auto-inst, verilog-auto-inst-param)
3947 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
3948 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
3949 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
3950 debugging templates without merge conflicts, bug357.
3951 Reported by Brad Dobbie.
3952 (verilog-read-auto-template):
3953 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
3954 Reported by Brad Dobbie.
3955 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
3956 abbrevs so user won't be asked to save.
3957 (verilog-read-auto-lisp-present): Fix to start at beginning of
3958 buffer in case called outside of verilog-auto.
3959 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
3960 to "X-2". Reported by Matthew Myers.
3961 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
3962 all inputs from module templates. Reported by Leith Johnson.
3963 (verilog-module-inside-filename-p): Fix locating programs as with
3964 modules.
3965 (verilog-auto-inst-port): Fix vl-width expressions when using
3966 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
3967 (verilog-decls-get-regs, verilog-decls-get-signals,
3968 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
3969 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
3970 verilog-read-decls): Combine reg and wire structures into one var
3971 structure to represent SystemVerilog concepts.
3972 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
3973 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
3974 (verilog-auto-wire-type, verilog-insert-definition):
3975 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
3976 SystemVerilog "logic" keyword instead of "wire"/"reg".
3977 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
3978 to declares outputs that also have assignments (presumably in an
a1beca85
SM
3979 ifdef or generate if so there's not a driver conflict).
3980 Reported by Matthew Myers.
3981 (verilog-auto-declare-nettype, verilog-insert-definition):
3982 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
3983 `default_nettype none. Reported by Julian Gorfajn.
3984 (verilog-read-always-signals-recurse, verilog-read-decls)
3985 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
3986 malformed end statement, bug325. Reported by Joshua Wise and
3987 Andrew Drake.
3988 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
3989 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
3990 when expanding .* in interfaces, bug320.
3991 Reported by Pierre-David Pfister.
6288f0ca 3992 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
3993 name and open parenthesis, bug317.
3994 Reported by Pierre-David Pfister.
6288f0ca
WS
3995 (verilog-simplify-range-expression): Fix simplification of
3996 multiplications inside AUTOWIRE connections, bug303.
3997 (verilog-auto-inst-port): Support parameter expansion in
3998 multidimensional arrays.
3999 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
4000 after "assert property". Reported by Julian Gorfajn.
4001 (verilog-simplify-range-expression): Fix "couldn't merge" errors
4002 with multiplication, bug303.
4003 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
4004 Reported by Jan Frode Lonnum.
4005
1bbe96b2
GM
40062011-11-30 Juanma Barranquero <lekktu@gmail.com>
4007
4008 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
4009 (hfy-shell-file-name, hfy-shell):
4010 * international/fontset.el (x-decompose-font-name): Fix typos.
4011
40122011-11-29 Ken Brown <kbrown@cornell.edu>
4013
4014 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
4015 (gdb-version): Remove defvar.
4016 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
4017 (gdb-gud-context-command, gdb-non-stop-handler)
4018 (gdb-current-context-command, gdb-stopped): Use it.
4019 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
4020 (gdb-non-stop-handler): Don't enable pretty-printing here.
4021 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
4022 non-stop mode. Use the following.
4023 (gdb-check-target-async): New defun.
4024 (gud-watch, gdb-stopped): Fix whitespace.
4025 (gdb-get-source-file): Don't try to display the source file if
4026 `gdb-main-file' is nil.
4027
40282011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
4029
4030 * align.el: Try to generate fewer markers (bug#10047).
4031 (align--set-marker): New macro.
4032 (align-region): Use it.
4033
c935221f
SM
40342011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
4035
4036 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
4037
e70b5064
CY
40382011-11-29 Chong Yidong <cyd@gnu.org>
4039
4040 * indent.el (indent-for-tab-command, indent-according-to-mode):
4041 Doc fix.
4042 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
4043
f3af92b7
MA
40442011-11-29 Michael Albinus <michael.albinus@gmx.de>
4045
4046 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
4047 aware of remote file names. (Bug#10124)
4048
ed472be9
CY
40492011-11-29 Chong Yidong <cyd@gnu.org>
4050
4051 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
4052
24510c22
SM
40532011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
4054
4055 * files.el (find-file): Don't use force-same-window (bug#10144).
4056 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
4057 use pop-to-buffer if the selected window can't be used.
4058 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
4059
c60c3703
EZ
40602011-11-28 Eli Zaretskii <eliz@gnu.org>
4061
4062 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
4063 special-mode-map.
4064
e95def75
CY
40652011-11-28 Chong Yidong <cyd@gnu.org>
4066
4067 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
4068
c3f1c606
NR
40692011-11-27 Nick Roberts <nickrob@snap.net.nz>
4070
4071 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
4072 gdb-get-source-file-list on gdb-create-source-file-list.
4073
00db469c
EZ
40742011-11-26 Eli Zaretskii <eliz@gnu.org>
4075
4076 * whitespace.el (whitespace-newline): Use a different foreground
4077 color for 16-color light-background displays.
4078
4ad3bc2a
CY
40792011-11-24 Chong Yidong <cyd@gnu.org>
4080
4081 * window.el (display-buffer--special-action): Doc fix.
4082
e9fce1ac
JB
40832011-11-25 Juanma Barranquero <lekktu@gmail.com>
4084
4085 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
4086 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
4087 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
4088 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
4089 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
4090 (avl-tree-stack-first):
4091 * emacs-lisp/cconv.el (cconv--analyse-use):
4092 * net/gnutls.el (gnutls-negotiate): Fix typos.
4093
cb825e5d
GM
40942011-11-24 Glenn Morris <rgm@gnu.org>
4095
3adbe224
GM
4096 * lpr.el (lpr-windows-system, lpr-lp-system):
4097 * mail/binhex.el (binhex-begin-line):
4098 * progmodes/grep.el (grep-history, grep-find-history):
4099 * textmodes/flyspell.el:
4100 * vc/pcvs-defs.el (cvs-global-menu):
4101 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
4102 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
4103 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
4104
321decc8
GM
4105 * net/tls.el: Fix case of "GnuTLS".
4106
420b63ad
GM
4107 * paths.el (rmail-file-name): Format doc-string for make-docfile.
4108
cb825e5d
GM
4109 * version.el (emacs-build-system): Give it a doc-string.
4110
a0649f08
JL
41112011-11-24 Juri Linkov <juri@jurta.org>
4112
4113 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
4114
c0bc0fd4
GM
41152011-11-24 Glenn Morris <rgm@gnu.org>
4116
4117 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
4118 if called on a non-mime message just toggle the headers. (Bug#8006)
4119
20db1522
JB
41202011-11-24 Juanma Barranquero <lekktu@gmail.com>
4121
4122 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
4123 (allout-lead-with-comment-string, allout-structure-deleted-hook)
4124 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
4125 (allout-rebullet-heading, allout-open-sibtopic)
4126 (allout-toggle-current-subtree-encryption)
4127 (allout-toggle-subtree-encryption, allout-encrypt-string)
4128 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
4129 (allout-distinctive-bullets-string, allout-auto-activation):
4130 * window.el (window-normalize-buffer-to-display):
4131 * progmodes/verilog-mode.el (verilog-batch-indent):
4132 * textmodes/bibtex.el (bibtex-field-braces-opt)
4133 (bibtex-field-strings-opt):
4134 * vc/cvs-status.el (cvs-tree-merge):
4135 Fix typos.
4136
7262a87c
MA
41372011-11-23 Michael Albinus <michael.albinus@gmx.de>
4138
4139 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
4140 `non-essential' to t, in order to avoid remote connections.
4141
283430a1
EZ
41422011-11-23 Eli Zaretskii <eliz@gnu.org>
4143
a1beca85
SM
4144 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
4145 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
4146 case-insensitively.
4147
d2992a38
ML
41482011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
4149
4150 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
4151
50419064
GM
41522011-11-23 Glenn Morris <rgm@gnu.org>
4153
da94eca1
GM
4154 * paths.el (rmail-file-name): Reformat the doc-string so that it
4155 is picked up.
4156
9aac4de2
GM
4157 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
4158 (rmail-auto-file): Ignore case in the "special" field names,
4159 as mail-fetch-field does for all others.
4160
8038d2d2
GM
4161 * mail/rmail.el (rmail-forward):
4162 * mail/rmailkwd.el (rmail-set-label):
4163 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
4164 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
4165
f3fe222a
GM
4166 * mail/rmail.el (rmail-current-message): Doc fix.
4167
50419064
GM
4168 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
4169
28109f49
SM
41702011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
4171
4172 * server.el (server-eval-and-print): Allow C-g (bug#6585).
4173
394c65f1
GM
41742011-11-22 Glenn Morris <rgm@gnu.org>
4175
4176 * mail/rmailmm.el (test-rmail-mime-handler)
4177 (test-rmail-mime-bulk-handler)
4178 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
4179
f2a0aa3a
JL
41802011-11-21 Juri Linkov <juri@jurta.org>
4181
1154d12e
JB
4182 * calc/calc.el (calc-read-key-sequence):
4183 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 4184
9c34a344
LMI
41852011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4186
4187 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
4188 Tell the caller that the next line needs recomputation, even
4189 though it doesn't start a sexp (bug#10094).
4190
f04a3be9
SM
41912011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4192
4193 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
4194
7978747f
SM
41952011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
4196
f04a3be9
SM
4197 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
4198 Use force-same-window.
7978747f 4199
fe7a3057
JB
42002011-11-20 Juanma Barranquero <lekktu@gmail.com>
4201
4202 * descr-text.el (describe-char-unicode-data):
4203 * json.el (json-string-escape):
4204 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
4205 (Footnote-unicode, Footnote-style-p):
4206 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
4207
24901d61
CY
42082011-11-20 Chong Yidong <cyd@gnu.org>
4209
4210 * window.el (replace-buffer-in-windows): Restore interactive spec.
4211
bac7ff22
SM
42122011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
4213
24f3d7b9
SM
4214 * electric.el (electric-indent-mode): Fix last change (too optimistic).
4215
bac7ff22
SM
4216 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
4217 (byte-compile-global-not-obsolete-vars): New var.
4218 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
4219 Use it.
4220 (byte-compile-warn-obsolete): Align text with the one in *Help*.
4221
cd1181db
JB
42222011-11-20 Juanma Barranquero <lekktu@gmail.com>
4223
4224 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
4225 * progmodes/pascal.el (electric-pascal-equal):
4226 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
4227 * xml.el (xml-substitute-special): Fix typos.
4228
7fb18e9e
GM
42292011-11-20 Glenn Morris <rgm@gnu.org>
4230
4231 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
4232 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
4233 Doc fixes.
4234 (rmail-decode-mime-charset): Mark as obsolete.
4235
4236 * mail/rmailsum.el (rmail-message-regexp-p-1):
4237 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
4238 Before using mime functions, check they are set. (Bug#10077)
4239
d5a6b3ba
JL
42402011-11-19 Juri Linkov <juri@jurta.org>
4241
4242 * info.el (Info-finder-find-node): Use `package--builtins' instead
4243 of `package-alist'. Use node names formed by the pattern "Keyword "
4244 and the keyword name.
4245
e981b61f
AS
42462011-11-19 Andreas Schwab <schwab@linux-m68k.org>
4247
1d00653d 4248 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 4249
3ffbc301
JL
42502011-11-19 Juri Linkov <juri@jurta.org>
4251
4252 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
4253 that calls `revert-buffer' on all Info buffers. (Bug#9915)
4254 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
4255 `old-history', `old-history-forward'. Add let-binding
4256 `window-selected'. Remove calls to `kill-buffer',
4257 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
4258 before calling `Info-find-node', so `Info-find-node-2' will reread
4259 the Info file. Restore window positions only when `window-selected'
4260 is non-nil.
4261
30c62133
JL
42622011-11-19 Juri Linkov <juri@jurta.org>
4263
4264 * isearch.el (isearch-lazy-highlight-new-loop):
4265 Remove condition `(not isearch-error)'. (Bug#9918)
4266
4267 * misearch.el (multi-isearch-search-fun): Add condition
4268 `(not bound)' to ignore lazy-highlighting search.
4269 Add the search-failed message "end of multi" when the end of
4270 multi-sequence is reached. Uncapitalize the search-failed
4271 message "Repeat for next buffer".
4272
4273 * info.el (Info-search): Add the search-failed message
4274 "end of the manual" when the end of the manual is reached
4275 in Isearch mode.
4276
645ca9cf
JL
42772011-11-19 Juri Linkov <juri@jurta.org>
4278
4279 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
4280 Use non-destructive `remove' instead of `delete' because
4281 `Info-history-list' stored to `Info-isearch-initial-history-list' in
4282 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
4283
df754f66
JL
42842011-11-19 Juri Linkov <juri@jurta.org>
4285
4286 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
4287 to nil instead of binding `search-ring' and `regexp-search-ring'.
4288 (Bug#9185)
4289
0e23d96a
EZ
42902011-11-19 Eli Zaretskii <eliz@gnu.org>
4291
4292 * simple.el (line-move): Force movement by logical lines for any
4293 hscrolled window, not only when auto-hscroll-mode is on.
4294 (line-move-visual): Update doc string to that effect. (Bug#10076)
4295
8a6ccb66
AS
42962011-11-19 Andreas Schwab <schwab@linux-m68k.org>
4297
4298 * language/european.el (macintosh): Define as alias for mac-roman.
4299
49ae5b39
EZ
43002011-11-19 Eli Zaretskii <eliz@gnu.org>
4301
4302 * mail/rmailmm.el (rmail-mime-display-header)
4303 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
4304 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
4305 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
4306 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
4307 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
4308 of a raw aref.
4309 (rmail-mime-entity-segment): To get past the tagline, move forward
4310 2 more lines, to account for the 2 empty lines that precede and
4311 follow the line with the buttons.
4312 (rmail-mime-update-tagline): Move one more line, to get past the
4313 empty line that follows the buttons in the tagline. (Bug#9520)
4314
c56cad4a
MR
43152011-11-19 Martin Rudalics <rudalics@gmx.at>
4316
4317 * window.el (window-max-delta-1, window-min-delta-1)
4318 (window-min-size-1, window-state-get-1, window-state-put-1)
4319 (window-state-put-2): Use "window--" prefix.
4320
cbe71af3
SM
43212011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
4322
2ad52c60
SM
4323 * emacs-lisp/smie.el: Improve warnings and conflict detection.
4324 (smie-warning-count): New var.
4325 (smie-set-prec2tab): Use it.
4326 (smie-bnf->prec2): Improve warnings. Add docstring.
4327 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
4328 (smie-bnf--set-class): New function.
4329 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
4330 corner case.
4331
6944dbc1
SM
4332 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
4333 (compilation-error-properties, compilation-move-to-column):
4334 Handle compilation-first-column while in the target buffer.
4335
c400c4d7
SM
4336 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
4337 Don't hardcode point-min==1.
4338
6dbe3e96
SM
4339 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
4340 (eshell-rewrite-for-command): Remove workaround.
4341 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
4342 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
4343 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
4344
cbe71af3
SM
4345 * files-x.el (modify-file-local-variable): Obey commenting conventions.
4346
a8e1496d
GM
43472011-11-17 Glenn Morris <rgm@gnu.org>
4348
4349 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
4350 Ignore buffer-local generated-autoload-file if it is the same
4351 as the global value. (Bug#10049)
4352
df85d315
JB
43532011-11-17 Juanma Barranquero <lekktu@gmail.com>
4354
4355 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
4356 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
4357 (reftex-toc-previous-heading, reftex-toc-max-level)
4358 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
4359 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
4360 (reftex-toc-do-promote, reftex-toc-promote-prepare)
4361 (reftex-toc-promote-action, reftex-toc-extract-section-number)
4362 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
4363 (reftex-toc-rename-label, reftex-toc-visit-location)
4364 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
4365 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
4366 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
4367 leaving "*toc*" only for references to the buffer.
4368
a0c2d0ae
MR
43692011-11-17 Martin Rudalics <rudalics@gmx.at>
4370
4371 * window.el (window-resize, delete-window, split-window):
4372 Replace window-splits by window-combination-resize.
1d00653d 4373 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 4374
35c0bac8
GM
43752011-11-17 Glenn Morris <rgm@gnu.org>
4376
4377 * progmodes/sh-script.el (sh-font-lock-keywords-var):
4378 Make bash entry derive from sh entry, not shell entry.
4379
d0c8fc8a
MA
43802011-11-16 Michael Albinus <michael.albinus@gmx.de>
4381
d0c8fc8a
MA
4382 * net/tramp-cache.el (tramp-flush-file-property): Flush also
4383 properties of linked files. (Bug#9879)
4384
7262a87c
MA
4385 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
4386 local file name.
4387
7877f373
JB
43882011-11-16 Juanma Barranquero <lekktu@gmail.com>
4389
4390 * menu-bar.el (menu-bar-file-menu):
4391 * printing.el (pr-ps-utility):
4392 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
4393 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
4394 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
4395 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
4396 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
4397 (icalendar--convert-cyclic-to-ical)
4398 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
4399 (icalendar--convert-ical-to-diary)
4400 (icalendar--convert-recurring-to-diary)
4401 (icalendar--convert-non-recurring-all-day-to-diary)
4402 (icalendar-import-format-sample):
4403 * progmodes/idlw-shell.el (idlwave-shell-mode):
4404 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
4405 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
4406 (vhdl-ps-print-init): Fix typos.
4407
10649b82
KM
44082011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
4409
9d0cfcd6
GM
4410 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
4411 FSF and collapse date sequence, obscure author/maintainer email address
4412 better, remove extra version line, track relocation of author's webpage.
10649b82 4413
9d0cfcd6
GM
4414 * progmodes/python.el (python-pdbtrack-input-prompt)
4415 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
4416 regular python pdb prompts. Adjustments shamelessly taken exactly as
4417 suggested in EmacsWiki page (tiny change):
4418 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 4419
58179cce
JB
44202011-11-16 Juanma Barranquero <lekktu@gmail.com>
4421
4422 * expand.el (expand-pos, expand-index, expand-point):
4423 Remove redundant info from docstring.
4424 (expand-add-abbrevs): Doc fix.
4425 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
4426 (expand-sample-perl-mode-expand-list): Fix typos.
4427
4428 * net/dbus.el (dbus-event-member-name):
4429 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
4430 * term/pc-win.el (msdos-create-frame-with-faces):
4431 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
4432
b6f67890
MR
44332011-11-16 Martin Rudalics <rudalics@gmx.at>
4434
4435 * window.el (split-window, window-state-get-1)
4436 (window-state-put-1, window-state-put-2): Rename occurrences of
4437 window-nest to window-combination-limit.
1d00653d 4438 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 4439
ce7ddba0
CY
44402011-11-16 Chong Yidong <cyd@gnu.org>
4441
4442 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
4443 regexp (Bug#10033).
4444
3ae704f4
SM
44452011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4446
4447 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
4448 `completing-read' will remove *Completions* and will preserve
4449 current-buffer for us.
4450 (tmm-add-prompt): Users of *Completions* will always (re)set its
4451 major mode.
4452 (tmm-old-comp-map): Remove.
4453
6ad1cdde
GM
44542011-11-16 Glenn Morris <rgm@gnu.org>
4455
4456 * mail/rmailedit.el: Require rmailmm when compiling.
4457 (rmail-old-mime-state): New declaration.
4458 (rmail-edit-current-message): If editing a mime message,
4459 edit the "raw" message from the mbox buffer.
4460 (rmail-cease-edit): Handle mime messages. (Bug#9840)
4461
d20faa20
GM
44622011-11-15 Glenn Morris <rgm@gnu.org>
4463
4464 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
4465 which wasn't being used. Add optional arg to force given state.
4466 (rmail-mime): Add optional arg to force given state.
4467
c7015153
JB
44682011-11-15 Juanma Barranquero <lekktu@gmail.com>
4469
4470 * allout.el (allout-encryption-plaintext-sanitization-regexps):
4471 * frame.el (display-mm-dimensions-alist):
4472 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
4473 (outline-move-subtree-down):
4474 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
4475 (newsticker--treeview-do-get-node):
4476 * net/quickurl.el (quickurl-list-buffer-name):
4477 * progmodes/dcl-mode.el (dcl-mode):
4478 * progmodes/gdb-mi.el (gdb-mapcar*):
4479 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
4480
45261b50
GM
44812011-11-15 Glenn Morris <rgm@gnu.org>
4482
4483 * mail/rmail.el (rmail-file-coding-system): It's only ever used
4484 in a boolean sense, so just make it a boolean, and fix the doc.
4485 (rmail-show-mime-function, rmail-mime-feature)
4486 (rmail-require-mime-maybe): Doc fixes.
4487 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
4488
4489 * mail/rmailmm.el (rmail-show-mime): Doc fix.
4490
0d26e0b6
JB
44912011-11-15 Juanma Barranquero <lekktu@gmail.com>
4492
4493 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
4494 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
4495 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
4496 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
4497
447f30f6
GM
44982011-11-15 Glenn Morris <rgm@gnu.org>
4499
672b871d
GM
4500 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
4501 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
4502 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
4503 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
4504 (rmail-mime, rmail-show-mime): Doc fixes.
4505
f6aa5bb1
GM
4506 * term/ns-win.el (mode-line-frame-identification):
4507 Leave it alone. (Bug#10051)
4508
947cd66b
GM
4509 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
4510
447f30f6
GM
4511 * mail/rmailout.el (rmail-output-to-rmail-buffer):
4512 Handle empty buffers. (Bug#9978)
4513
0b381c7e
JB
45142011-11-14 Juanma Barranquero <lekktu@gmail.com>
4515
4516 * international/mule.el (define-charset):
4517 * mail/rmailmm.el (rmail-mime-find-header-encoding):
4518 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
4519 * progmodes/verilog-mode.el (verilog-backward-token):
4520 * textmodes/ispell.el (lookup-words):
4521 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
4522
71e027ac
GM
45232011-11-14 Glenn Morris <rgm@gnu.org>
4524
56632ce4
GM
4525 * progmodes/executable.el
4526 (executable-make-buffer-file-executable-if-script-p):
4527 Handle file-modes returning nil.
4528
40500957
GM
4529 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
4530 message - not necessary, and causes problems. (Bug#9831)
4531
071c2340
GM
4532 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
4533
d3cfca60
GM
4534 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
4535
71e027ac
GM
4536 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
4537 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
4538 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
4539
89d61221
MR
45402011-11-12 Martin Rudalics <rudalics@gmx.at>
4541
4542 * window.el (window-resize, delete-window): Use window-splits
4543 variable instead of function.
4544 (window-state-get-1, window-state-put-2, window-state-put):
4545 Don't deal with windows' splits status.
4546
98282f6f
GM
45472011-11-12 Glenn Morris <rgm@gnu.org>
4548
4549 * apropos.el (apropos-do-all, apropos-library, apropos-value)
4550 (apropos-documentation): Doc fixes.
4551
40a8bdf6
JB
45522011-11-11 Juanma Barranquero <lekktu@gmail.com>
4553
4554 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
4555 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
4556
65bd19ff
SM
45572011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
4558
4559 * electric.el (electric-indent-post-self-insert-function): Make it
4560 possible for a char to only indent in some circumstances.
4561 (electric-indent-mode): Simplify.
4562
54f9154c
MR
45632011-11-11 Martin Rudalics <rudalics@gmx.at>
4564
4565 * window.el (windows-with-parameter): Remove unused function.
4566 (windows-at-side): Rename to window-at-side-list.
4567 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
4568 (window-side-check, window-size-ignore, window-size-fixed-1)
4569 (window-in-direction-2): Prefix with "window--".
4570 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 4571
68cbc58b
GM
45722011-11-11 Glenn Morris <rgm@gnu.org>
4573
4574 * subr.el (eval-after-load): If FILE is already loaded,
4575 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
4576
b2621720
GM
45772011-11-10 Glenn Morris <rgm@gnu.org>
4578
9a4de110
GM
4579 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
4580 Call svn via vc-svn-command rather than vc-do-command.
4581 (vc-svn-command): Add --non-interactive. (Bug#9993)
4582 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
4583
b2621720
GM
4584 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
4585 Add toggle-read-only. (Bug#7292)
4586 * files.el (toggle-read-only): Mention that it should only
4587 be used interactively. (Bug#10006)
4588
1dce7193
SM
45892011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4590
d9ac1a1e
SM
4591 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4592 Adjust regexp for OCaml warnings.
4593
0c325082
SM
4594 * electric.el (electric-pair-post-self-insert-function): Let user
4595 turn it off buffer-locally (bug#9932).
4596
90132c14
SM
4597 * progmodes/python.el (python-beginning-of-statement):
4598 Rewrite (bug#2703).
4599
1dce7193
SM
4600 * progmodes/compile.el: Better handle TABs (bug#9749).
4601 (compilation-internal-error-properties)
4602 (compilation-next-error-function): Obey the target buffer's
4603 compilation-error-screen-columns.
4604
c4e7c63a
JB
46052011-11-09 Juanma Barranquero <lekktu@gmail.com>
4606
4607 * progmodes/meta-mode.el: Remove obsolete comments.
4608 (meta-right-comment-regexp, meta-ignore-comment-regexp):
4609 Fix typos in docstrings.
4610
2cffd681
MR
46112011-11-09 Martin Rudalics <rudalics@gmx.at>
4612
4613 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 4614 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
4615 (window--resizable): New function. Make all callers of
4616 window-resizable call window--resizable instead.
4617 (window-resizable): Rewrite in terms of window--resizable.
4618
0edcba87
GM
46192011-11-08 Glenn Morris <rgm@gnu.org>
4620
4621 * progmodes/delphi.el (delphi-mode-syntax-table):
4622 Let define-derived-mode define a proper syntax table. (Bug#9994)
4623
4b0d61e3
SM
46242011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4625
4626 * window.el: Stay away from defsubst.
4627 (window-list-no-nils): Remove.
4628 (window-state-get-1, window-state-get): Use backquote instead.
4629
cd394be1 46302011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 4631
4b0d61e3 4632 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 4633 Fix incorrect use of default argument in `completing-read'.
4634
e1c2c6f2
MR
46352011-11-08 Martin Rudalics <rudalics@gmx.at>
4636
4637 * window.el (display-buffer-function, special-display-function):
4638 Mention display-buffer-record-window but do not mention
4639 help-setup parameter in doc-strings.
b3f4a882 4640 (window-min-delta): Fix doc-string typo.
e1c2c6f2 4641
105216ed
CY
46422011-11-08 Chong Yidong <cyd@gnu.org>
4643
4644 * window.el (window-total-height, window-total-width): Doc fix.
4645 (window-body-size): Move from C.
4646 (window-body-height, window-body-width): Move to C.
4647
0a9f9ab5
SM
46482011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4649
4650 * window.el: Make special-display like display-buffer-alist (bug#9532).
4651 (display-buffer--special-action): New function, morphed
4652 from display-buffer--special.
4653 (display-buffer): Use it to handle special-display-buffers at higher
4654 priority (just after display-buffer-alist).
4655 (display-buffer-fallback-action, display-buffer--other-frame-action)
4656 (pop-to-buffer-same-window): Remove display-buffer--special.
4657
a769dd15
GM
46582011-11-07 Glenn Morris <rgm@gnu.org>
4659
4660 * calendar/cal-menu.el (cal-menu-set-date-title):
4661 Do nothing if not in a calendar. (Bug#9976)
4662
05a61ee3
SM
46632011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
4664
4665 * files.el (find-file): Always use selected-window.
4666
be7f5545
MR
46672011-11-07 Martin Rudalics <rudalics@gmx.at>
4668
4669 * window.el (window-combinations): Make WINDOW argument
4670 mandatory. Rewrite doc-string.
4671 (walk-window-subtree, window-atom-check, window-min-delta)
4672 (window-max-delta, window--resize-this-window)
4673 (window--resize-root-window-vertically, window-tree)
4674 (balance-windows, window-state-put): Rewrite doc-strings as to
4675 not mention the term "subwindow".
4676 (window--resize-subwindows-skip-p): Rename to
4677 window--resize-child-windows-skip-p.
4678 (window--resize-subwindows-normal): Rename to
4679 window--resize-child-windows-normal.
4680 (window--resize-subwindows): Rename to
4681 window--resize-child-windows.
4682 (window-or-subwindow-p): Rename to window--in-subtree-p.
4683
3c6702ef
ML
46842011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
4685
4686 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
4687 Ensure that mbox format messages end in two newlines (Bug#9974).
4688
49745b39
CY
46892011-11-06 Chong Yidong <cyd@gnu.org>
4690
4691 * window.el (window-combination-p): Function deleted; its
4692 side-effect is not used in any existing code.
4693 (window-combinations, window-combined-p): Call window-*-child
4694 directly.
4695
24300f5f
CY
46962011-11-05 Chong Yidong <cyd@gnu.org>
4697
4698 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
4699 (window-size-ignore, window-state-get): Callers changed.
4700 (window-normalize-window): Rename from window-normalize-any-window.
4701 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 4702 (window-normalize-live-window): Delete.
447f16b8
CY
4703 (window-combination-p, window-combined-p, window-combinations)
4704 (walk-window-subtree, window-atom-root, window-min-size)
4705 (window-sizable, window-sizable-p, window-size-fixed-p)
4706 (window-min-delta, window-max-delta, window-resizable)
4707 (window-resizable-p, window-full-height-p, window-full-width-p)
4708 (window-current-scroll-bars, window-point-1, set-window-point-1)
4709 (window-at-side-p, window-in-direction, window-resize)
4710 (adjust-window-trailing-edge, maximize-window, minimize-window)
4711 (window-deletable-p, delete-window, delete-other-windows)
4712 (record-window-buffer, unrecord-window-buffer)
4713 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
4714 (quit-window, split-window, window-state-put)
4715 (set-window-text-height, fit-window-to-buffer)
4716 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 4717
89bd5ee1
EZ
47182011-11-04 Eli Zaretskii <eliz@gnu.org>
4719
53479029
EZ
4720 * mail/rmail.el (rmail-simplified-subject): Decode subject with
4721 rfc2047-decode-string.
4722 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
4723 warnings.
4724
89bd5ee1
EZ
4725 * window.el (window-body-height, window-body-width): Mention in
4726 the doc string that the return values are in frame's canonical
4727 units. (Bug#9949)
4728
bd17fdee
AM
47292011-11-03 Alan Mackenzie <acm@muc.de>
4730
4731 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
4732 change in cc-engine.el.
4733
acc825c5
SM
47342011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
4735
4736 * window.el (switch-to-buffer): Use `force-same-window' interactively.
4737
1885e5b8
MR
47382011-11-02 Martin Rudalics <rudalics@gmx.at>
4739
4740 * window.el (quit-window): Call unrecord-window-buffer after
4741 showing another buffer in the window. (Bug#9937)
acc825c5 4742 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 4743
ebe06da9
JB
47442011-11-02 Juanma Barranquero <lekktu@gmail.com>
4745
4746 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
4747 Accept status with more than 9 shelves. (Bug#9935)
4748 Reported by Colin D Bennett <colin@gibibit.com>.
4749
4ee88440
MR
47502011-11-01 Martin Rudalics <rudalics@gmx.at>
4751
4752 * help.el (with-help-window): Don't reference
4753 temp-buffer-show-specifiers in doc-string.
4754
08e1d82c
AS
47552011-10-31 Andreas Schwab <schwab@linux-m68k.org>
4756
4757 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
4758 menu-item.
4759
84bd6e9e
VJL
47602011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4761
4762 * whitespace.el: New version 13.2.2.
4763 (whitespace-newline-mode): Disable properly. Reported by Sarah
4764 <EmacsWiki>.
4765
dba0634a
UJ
47662011-10-30 Ulf Jasper <ulf.jasper@web.de>
4767
4768 * net/newst-treeview.el: Remove "Time-stamp".
4769 (newsticker--group-manage-orphan-feeds): Do not call
4770 newsticker--treeview-tree-update.
db22a3c2
JB
4771 (newsticker-treeview-update, newsticker-treeview):
4772 Call newsticker--treeview-tree-update if necessary.
dba0634a 4773
3d8daefe
MR
47742011-10-30 Martin Rudalics <rudalics@gmx.at>
4775
4776 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
4777 (window-iso-combinations): Remove "iso-" infix.
4778 Suggested by Chong Yidong.
3d8daefe
MR
4779 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
4780 (window-max-delta-1, window-resize, window--resize-siblings)
4781 (window--resize-this-window, adjust-window-trailing-edge)
4782 (split-window, balance-windows-1)
4783 (shrink-window-if-larger-than-buffer):
4784 * calendar/calendar.el (calendar-generate-window):
db22a3c2 4785 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 4786
1bc4c3ae
SM
47872011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
4788
4789 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
4790 in place (bug#9907).
4791 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
4792 (eshell-rewrite-if-command, eshell-rewrite-for-command)
4793 (eshell-structure-basic-command, eshell-rewrite-while-command)
4794 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
4795 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
4796 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
4797 (eshell-do-pipelines-synchronously, eshell-eval-command):
4798 Use backquotes and prefer setq to set.
4799 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
4800 (eshell-macrop): Use functionp.
c1e2f5fa 4801 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 4802
30b65d9c
CY
48032011-10-30 Chong Yidong <cyd@gnu.org>
4804
4805 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
4806 instead of set-mark (Bug#9810).
4807
2d197ffb
CY
48082011-10-30 Chong Yidong <cyd@gnu.org>
4809
4810 * window.el (split-window-below, split-window-right): Rename from
4811 split-window-above-each-other and split-window-side-by-side
4812 respectively. All callers changed.
4813 (split-window-sensibly, split-window-sensibly): Use them.
4814 (split-window-keep-point): Doc fix.
4815
4816 * isearch.el: Add isearch-scroll property to split-window-below
4817 and split-window-right.
4818
4819 * follow.el (follow-mode):
4820 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
4821 * progmodes/ada-xref.el (ada-gdb-application):
4822 * emulation/vip.el (vip-buffer-in-two-windows):
4823 * image-dired.el (image-dired-dired-with-window-configuration):
4824 * dired-x.el (dired-do-find-marked-files):
4825 * dired.el (dired-pop-to-buffer):
4826 * bs.el (bs--show-with-configuration):
4827 * vc/emerge.el (emerge-setup-windows):
4828 * textmodes/two-column.el (2C-two-columns):
4829 * textmodes/reftex-toc.el (reftex-toc):
4830 * progmodes/gdb-mi.el (gdb-setup-windows):
4831 * progmodes/fortran.el (fortran-window-create):
4832 * net/newst-treeview.el (newsticker--treeview-window-init):
4833 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
4834 * emulation/tpu-edt.el (tpu-gold-map):
4835 * emulation/crisp.el (crisp-mode-map):
4836 * calendar/calendar.el (calendar-basic-setup): Callers changed.
4837
38bb2ca8
CY
48382011-10-29 Chong Yidong <cyd@gnu.org>
4839
aa4de341
CY
4840 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
4841
e1eb5385
CY
4842 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
4843
5d2ece3c
CY
4844 * textmodes/flyspell.el (flyspell-word): Fix char offset for
4845 forged Ispell output (Bug#7904).
4846
38bb2ca8
CY
4847 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
4848
d0af9f77
SM
48492011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4850
4851 * doc-view.el: Avoid ugly errors about not finding nil.
4852 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
4853 (doc-view-dvipdf-program, doc-view-unoconv-program)
4854 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
4855 Avoid nil or absolute file name as default value.
4856 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
4857
52bedd34
AM
48582011-10-28 Alan Mackenzie <acm@muc.de>
4859
db22a3c2 4860 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 4861
7e43cfa5
AM
48622011-10-28 Alan Mackenzie <acm@muc.de>
4863
4864 Amend the handling of c-beginning/end-of-defun in nested declaration
4865 scopes.
4866
52bedd34
AM
4867 * progmodes/cc-vars.el (c-defun-tactic): Move here from
4868 cc-langs.el. Change it to a defcustom.
7e43cfa5 4869
52bedd34
AM
4870 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
4871 cc-vars.el.
7e43cfa5 4872
d0af9f77
SM
4873 * progmodes/cc-engine.el (c-beginning-of-statement-1):
4874 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 4875
52bedd34 4876 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 4877 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
4878 (c-widen-to-enclosing-decl-scope): New function.
4879 (c-while-widening-to-decl-block): New macro.
4880 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
4881 outward for defun boundaries, and correspondingly change symbol
4882 `respect-enclosure' to `go-outward'.
4883 (c-declaration-limits): Change algorithm to report only the "innermost"
4884 defun's boundaries.
4885
1a2ce9ee
DD
48862011-10-28 Deniz Dogan <deniz@dogan.se>
4887
4888 * net/rcirc.el (rcirc-mode): Use hard newlines.
4889
bc97a826
AM
48902011-10-28 Alan Mackenzie <acm@muc.de>
4891
4892 Amend to indent and fontify macros "which include their own semicolon"
4893 correctly, using the "virtual semicolon" mechanism.
4894
52bedd34 4895 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 4896
d0af9f77 4897 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 4898 Recode to scan one line at a time rather than having \n and \r
58179cce 4899 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 4900 (c-forward-label): Amend for virtual semicolons.
58179cce 4901 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 4902
52bedd34
AM
4903 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
4904 of the new C macros.
bc97a826 4905
52bedd34 4906 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
4907 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
4908 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
4909 (c-opt-cpp-macro-define): Make into a full language variable.
4910 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
4911 AWK Mode (including \n, \r) removed, no longer needed.
4912
d0af9f77
SM
4913 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
4914 Invoke c-make-macro-with-semi-re.
bc97a826 4915
52bedd34
AM
4916 * progmodes/cc-vars.el (c-macro-with-semi-re):
4917 (c-macro-names-with-semicolon): New variables.
58179cce 4918 (c-make-macro-with-semi-re): New function.
bc97a826 4919
7a6c0941
SM
49202011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4921
4922 * vc/log-edit.el: Fill empty field rather than adding new one.
4923 (log-edit-add-field): New function.
4924 (log-edit-insert-changelog): Use it.
4925
b0c4cdcf
ML
49262011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
4927
4928 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
4929
ee1f1da9
SM
49302011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4931
4932 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
4933 (gdb--check-interpreter): New function.
4934 (gdb): Use it.
4935
51bc5f8b
GM
49362011-10-27 Glenn Morris <rgm@gnu.org>
4937
416a2c45
GM
4938 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
4939 (least-positive-float, least-negative-float)
4940 (least-positive-normalized-float, least-negative-normalized-float)
4941 (float-epsilon, float-negative-epsilon):
4942 Remove unnecessary declarations.
4943
4944 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
4945 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
4946 (least-positive-float, least-negative-float)
4947 (least-positive-normalized-float, least-negative-normalized-float)
4948 (float-epsilon, float-negative-epsilon): Add doc-strings,
4949 based on those in cl.texi.
4950
51bc5f8b
GM
4951 * files.el (set-visited-file-name): If the major-mode changed,
4952 reload the local variables. (Bug#9796)
4953
15de15c6
CY
49542011-10-27 Chong Yidong <cyd@gnu.org>
4955
4956 * subr.el (change-major-mode-after-body-hook): New hook.
4957 (run-mode-hooks): Run it.
4958
ee1f1da9
SM
4959 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
4960 Use change-major-mode-before-body-hook.
15de15c6
CY
4961
4962 * simple.el (fundamental-mode):
4963 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
4964 change introducing fundamental-mode-hook.
4965
5430d399
JB
49662011-10-26 Juanma Barranquero <lekktu@gmail.com>
4967
acc825c5 4968 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 4969
ad74a69e
MA
49702011-10-26 Michael Albinus <michael.albinus@gmx.de>
4971
4972 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 4973 tramp.el explicitly. (Bug#7583)
ad74a69e 4974
71d4c2a5
SM
49752011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
4976
4977 * progmodes/octave-mod.el:
4978 * progmodes/octave-inf.el: Update maintainer.
4979
b1f6fa26
CY
49802011-10-26 Chong Yidong <cyd@gnu.org>
4981
4982 * subr.el (with-wrapper-hook): Rewrite doc.
4983
3f04efd6
MA
49842011-10-25 Michael Albinus <michael.albinus@gmx.de>
4985
4986 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 4987 filenames "/method:foo:". (Bug#9793)
3f04efd6 4988
410488d3
SM
49892011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
4990
4991 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
4992 (bug#9865).
4993
c1ebb47e
GM
49942011-10-24 Glenn Morris <rgm@gnu.org>
4995
4996 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
4997
7f5c46c7
MA
49982011-10-24 Michael Albinus <michael.albinus@gmx.de>
4999
5000 * notifications.el: Add the requirement of a running D-Bus session
5001 bus to the Commentary.
5002
db2440b6
JL
50032011-10-24 Juri Linkov <juri@jurta.org>
5004
5005 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
5006 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
5007 (Bug#9364)
5008
feecf435
JL
50092011-10-24 Juri Linkov <juri@jurta.org>
5010
5011 * info.el (Info-following-node-name-re): Add newline to the list
5012 of allowed characters for leading space. (Bug#9824)
5013
a3839de2
SM
50142011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5015
acc825c5
SM
5016 * progmodes/octave-inf.el (inferior-octave-mode-map):
5017 Fix C-c C-h binding.
a3839de2
SM
5018 * progmodes/octave-mod.el (octave-help): Remove.
5019
09388e76
MA
50202011-10-23 Michael Albinus <michael.albinus@gmx.de>
5021
5022 Sync with Tramp 2.2.3.
5023
5024 * net/tramp-cache.el (top): Pacify byte-compiler using
5025 `init-file-user' and `site-run-file'.
5026
5027 * net/trampver.el: Update release number.
5028
86c60681
CY
50292011-10-23 Chong Yidong <cyd@gnu.org>
5030
5031 * files.el (toggle-read-only): Remove obsolete comment about
5032 version control.
5033
5034 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
5035 for toggle-read-only. Note that this hasn't called vc-next-action
5036 since 2008-05-02, though it wasn't documented at the time.
5037
a3839de2
SM
5038 * vc/ediff-init.el (ediff-toggle-read-only-function):
5039 Use toggle-read-only.
86c60681 5040
cd5495ff
AM
50412011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
5042
5043 Fix bug #9560, sporadic wrong indentation; improve instrumentation
5044 of c-parse-state.
5045
00b77525 5046 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 5047 correct faulty logical expression.
cd5495ff
AM
5048 (c-parse-state-state, c-record-parse-state-state):
5049 (c-replay-parse-state-state): New defvar/defuns.
5050 (c-debug-parse-state): Use new functions.
5051
42ee24ed
MR
50522011-10-22 Martin Rudalics <rudalics@gmx.at>
5053
5054 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 5055 last fix. Use window-in-direction correctly.
42ee24ed 5056
a7dee7e7
CY
50572011-10-21 Chong Yidong <cyd@gnu.org>
5058
5059 * progmodes/idlwave.el (idlwave-mode):
5060 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
5061 require-final-newline; that's done in prog-mode.
5062 Suggested by Stefan Monnier.
a7dee7e7 5063
e07b9a6d
MR
50642011-10-21 Martin Rudalics <rudalics@gmx.at>
5065
5066 * mouse.el (mouse-drag-window-above)
5067 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
5068 (mouse-drag-mode-line-1, mouse-drag-header-line)
5069 (mouse-drag-vertical-line-rightward-window): Remove.
5070 (mouse-drag-line): New function.
5071 (mouse-drag-mode-line, mouse-drag-header-line)
5072 (mouse-drag-vertical-line): Call mouse-drag-line.
5073 * window.el (window-at-side-p, windows-at-side): New functions.
5074
7e1361d9
UM
50752011-10-21 Ulrich Mueller <ulm@gentoo.org>
5076
5077 * tar-mode.el (tar-grind-file-mode):
5078 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
5079
30fcaf3a
CY
50802011-10-21 Chong Yidong <cyd@gnu.org>
5081
5082 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
5083 * progmodes/vera-mode.el (vera-mode):
5084 Use mode-require-final-newline.
30fcaf3a 5085
516eddb0
GM
50862011-10-20 Glenn Morris <rgm@gnu.org>
5087
db22a3c2 5088 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 5089
10d5f513
CS
50902011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
5091
5092 * emulation/cua-base.el (cua-set-mark): Fix case of string.
5093
ac6c8639
CY
50942011-10-20 Chong Yidong <cyd@gnu.org>
5095
5096 * emulation/cua-base.el (cua-mode):
5097 * mail/footnote.el (footnote-mode):
5098 * mail/mailabbrev.el (mail-abbrevs-mode):
5099 * net/xesam.el (xesam-minor-mode):
5100 * progmodes/bug-reference.el (bug-reference-mode):
5101 * progmodes/cap-words.el (capitalized-words-mode):
5102 * progmodes/compile.el (compilation-minor-mode)
5103 (compilation-shell-minor-mode):
5104 * progmodes/gud.el (gud-tooltip-mode):
5105 * progmodes/hideif.el (hide-ifdef-mode):
5106 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
5107 * progmodes/subword.el (subword-mode):
5108 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
5109 * progmodes/which-func.el (which-function-mode):
5110 * term/tvi970.el (tvi970-set-keypad-mode):
5111 * term/vt100.el (vt100-wide-mode):
5112 * textmodes/flyspell.el (flyspell-mode):
5113 * textmodes/ispell.el (ispell-minor-mode):
5114 * textmodes/nroff-mode.el (nroff-electric-mode):
5115 * textmodes/paragraphs.el (use-hard-newlines):
5116 * textmodes/refill.el (refill-mode):
5117 * textmodes/reftex.el (reftex-mode):
5118 * textmodes/rst.el (rst-minor-mode):
5119 * textmodes/sgml-mode.el (html-autoview-mode)
5120 (sgml-electric-tag-pair-mode):
5121 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
5122 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
5123 * emulation/crisp.el (crisp-mode):
5124 * emacs-lisp/eldoc.el (eldoc-mode):
5125 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
5126 minor mode behavior.
5127
aa42ab43
JL
51282011-10-19 Juri Linkov <juri@jurta.org>
5129
5130 * descr-text.el (describe-char): Add #x2010 and #x2011 to
5131 the list of hard-coded chars with escape-glyph face.
5132
89400f1d
SM
51332011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5134
5135 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
5136
305c07f6
MA
51372011-10-19 Michael Albinus <michael.albinus@gmx.de>
5138
5139 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
5140 running process.
5141
13754b54
GM
51422011-10-19 Glenn Morris <rgm@gnu.org>
5143
5144 * vc/vc-bzr.el (vc-bzr-after-dir-status):
5145 Ignore ignored files. (Bug#9726)
5146
06e21633
CY
51472011-10-19 Chong Yidong <cyd@gnu.org>
5148
5149 Doc fix for minor modes, stating that an omitted argument enables
5150 the mode unconditionally when called from Lisp.
5151
5152 * abbrev.el (abbrev-mode):
5153 * allout.el (allout-mode):
5154 * autoinsert.el (auto-insert-mode):
5155 * autoarg.el (autoarg-mode, autoarg-kp-mode):
5156 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
5157 (global-auto-revert-mode):
5158 * battery.el (display-battery-mode):
5159 * composite.el (global-auto-composition-mode)
5160 (auto-composition-mode):
5161 * delsel.el (delete-selection-mode):
5162 * desktop.el (desktop-save-mode):
5163 * dired-x.el (dired-omit-mode):
5164 * dirtrack.el (dirtrack-mode):
5165 * doc-view.el (doc-view-minor-mode):
5166 * double.el (double-mode):
5167 * electric.el (electric-indent-mode, electric-pair-mode):
5168 * emacs-lock.el (emacs-lock-mode):
5169 * epa-hook.el (auto-encryption-mode):
5170 * follow.el (follow-mode):
5171 * font-core.el (font-lock-mode):
5172 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
5173 * help.el (temp-buffer-resize-mode):
5174 * hilit-chg.el (highlight-changes-mode)
5175 (highlight-changes-visible-mode):
5176 * hi-lock.el (hi-lock-mode):
5177 * hl-line.el (hl-line-mode, global-hl-line-mode):
5178 * icomplete.el (icomplete-mode):
5179 * ido.el (ido-everywhere):
5180 * image-file.el (auto-image-file-mode):
5181 * image-mode.el (image-minor-mode):
5182 * iswitchb.el (iswitchb-mode):
5183 * jka-cmpr-hook.el (auto-compression-mode):
5184 * linum.el (linum-mode):
5185 * longlines.el (longlines-mode):
5186 * master.el (master-mode):
5187 * mb-depth.el (minibuffer-depth-indicate-mode):
5188 * menu-bar.el (menu-bar-mode):
5189 * minibuf-eldef.el (minibuffer-electric-default-mode):
5190 * mouse-sel.el (mouse-sel-mode):
5191 * msb.el (msb-mode):
5192 * mwheel.el (mouse-wheel-mode):
5193 * outline.el (outline-minor-mode):
5194 * paren.el (show-paren-mode):
5195 * recentf.el (recentf-mode):
5196 * reveal.el (reveal-mode, global-reveal-mode):
5197 * rfn-eshadow.el (file-name-shadow-mode):
5198 * ruler-mode.el (ruler-mode):
5199 * savehist.el (savehist-mode):
5200 * scroll-all.el (scroll-all-mode):
5201 * scroll-bar.el (scroll-bar-mode):
5202 * server.el (server-mode):
5203 * shell.el (shell-dirtrack-mode):
5204 * simple.el (auto-fill-mode, transient-mark-mode)
5205 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
5206 (line-number-mode, column-number-mode, size-indication-mode)
5207 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
5208 * strokes.el (strokes-mode):
5209 * time.el (display-time-mode):
5210 * t-mouse.el (gpm-mouse-mode):
5211 * tool-bar.el (tool-bar-mode):
5212 * tooltip.el (tooltip-mode):
5213 * type-break.el (type-break-mode-line-message-mode)
5214 (type-break-query-mode):
5215 * view.el (view-mode):
5216 * whitespace.el (whitespace-mode, whitespace-newline-mode)
5217 (global-whitespace-mode, global-whitespace-newline-mode):
5218 * xt-mouse.el (xterm-mouse-mode): Doc fix.
5219
a3839de2
SM
5220 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5221 Fix autogenerated docstring.
06e21633 5222
5214e501
JL
52232011-10-19 Juri Linkov <juri@jurta.org>
5224
5225 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
5226 by checking environment variables "DESKTOP_SESSION" and
5227 "XDG_CURRENT_DESKTOP". (Bug#9779)
5228
195f8db9
JL
52292011-10-19 Juri Linkov <juri@jurta.org>
5230
5231 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
5232 (browse-url-chromium-program, browse-url-chromium-arguments):
5233 New defcustoms.
5234 (browse-url-default-browser): Check for `browse-url-chromium' and
5235 call `browse-url-chromium-program'.
5236 (browse-url-chromium): New command. (Bug#9779)
5237
343a34ff
JB
52382011-10-18 Juanma Barranquero <lekktu@gmail.com>
5239
5240 * facemenu.el (list-colors-duplicates): On Windows, detect more
5241 duplicates by assuming that only colors matching "^System" are
5242 special "system colors". (Bug#9722)
5243
6978a151
SM
52442011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5245
5246 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
5247 to distinguish the author from the committer.
5248
6a80b297
MA
52492011-10-18 Michael Albinus <michael.albinus@gmx.de>
5250
5251 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
5252
b31a5677
JK
52532011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
5254
5255 * international/mule.el (sgml-html-meta-auto-coding-function):
5256 Add support for detecting encoding in HTML5 specified only as
5257 <meta charset="UTF-8">. Implementation just makes http-equiv and
5258 content-type parts from HTML4 encoding string optional. (Bug#9716)
5259
80c6d77f
GM
52602011-10-18 Glenn Morris <rgm@gnu.org>
5261
5262 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
5263
08b0fee8
CY
52642011-10-18 Chong Yidong <cyd@gnu.org>
5265
5266 * faces.el (cursor): Doc fix.
5267
67e729a5
CY
52682011-10-17 Chong Yidong <cyd@gnu.org>
5269
5270 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
5271
343a34ff 52722011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
5273
5274 * dirtrack.el (dirtrack): Support shell buffers with path
5275 prefixes, e.g. tramp-based remote shells. (Bug#9647)
5276
0bc06380
TZ
52772011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
5278
5279 * json.el: Bump version to 1.3 and note change in History.
5280 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
5281
8b79f3e0
SM
52822011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
5283
5a7c536b
SM
5284 * comint.el (comint-insert-input, comint-send-input)
5285 (comint-get-old-input-default, comint-backward-matching-input)
5286 (comint-next-prompt): Use nil instead of `input' for field property of
5287 past user input (bug#114).
5288
96a8a0df
SM
5289 * minibuffer.el (completion--replace): Inherit surrounding properties
5290 (bug#114).
5291 (minibuffer-complete-and-exit): Use it.
5292
8b79f3e0
SM
5293 * comint.el (comint--table-subvert): Quote the all-completions output
5294 (bug#9160).
5295
b8f7ff0d
MR
52962011-10-17 Martin Rudalics <rudalics@gmx.at>
5297
8b79f3e0 5298 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 5299
b8f7ff0d 5300 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 5301 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
5302 entries and separate them from frame entries.
5303
c235b555
GM
53042011-10-15 Glenn Morris <rgm@gnu.org>
5305
5306 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
5307 Doc fixes.
5308
6bbfa6e1
CY
53092011-10-15 Chong Yidong <cyd@stupidchicken.com>
5310
8b79f3e0
SM
5311 * net/network-stream.el (network-stream-open-starttls):
5312 Improve detection of failure due to lack of TLS support.
ec5c990d 5313
6bbfa6e1
CY
5314 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
5315 putting the input text in front and in bold.
5316
98488977
SM
53172011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
5318
3d1337be
SM
5319 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
5320
ee0b45e4
SM
5321 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
5322 empty buffer.
5323
98488977
SM
5324 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
5325 unread-command-events rather than pushing yet-another event.
5326
186f4720
EZ
53272011-10-14 Eli Zaretskii <eliz@gnu.org>
5328
5329 * mail/sendmail.el (sendmail-query-once): Improve the wording of
5330 the explanation of the possible choices. Make the options passed
5331 to completing-read shorter.
5332
8b7a997c
AM
53332011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5334
5335 * textmodes/flyspell.el (flyspell-large-region): Make sure
5336 extended character mode is used if defined (Bug#1339).
5337
12587bbb
EZ
53382011-10-13 Eli Zaretskii <eliz@gnu.org>
5339
5340 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
5341 character info for LRE, LRO, RLE, and RLO characters by appending
5342 an invisible PDF.
12587bbb 5343
bad41229
SM
53442011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
5345
5346 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
5347 even in case of error; add debug spec; simplify data flow.
5348 (with-timeout-handler): Remove.
5349
28dbc92f
MA
53502011-10-12 Michael Albinus <michael.albinus@gmx.de>
5351
5352 Fix Bug#6019, Bug#9315.
5353
5354 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
5355 complete `buffer-file-name', the local file name part could look
5356 remotely (for example on VMS).
5357
5358 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
5359 `tramp-run-real-handler'.
5360 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
5361 already quoted by '"'.
5362
5363 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
5364 Let `file-name-handler-alist' be nil, the local file name part
5365 could look remotely (for example on VMS).
5366
e1b0b23a
SM
53672011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
5368
5369 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
5370 from here...
5371 (flyspell-post-command-hook): ...to here.
5372
a120bde9
SM
53732011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
5374
5375 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
5376 if not needed.
5377 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
5378 using completion. Protect against "slow" callers.
5379 Remove the "message hack".
5380
7ce7717b
JL
53812011-10-11 Juri Linkov <juri@jurta.org>
5382
5383 * isearch.el (isearch-lazy-highlight-word): New variable.
5384 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
5385 Use it. (Bug#9727)
5386
c02ee9d6
GM
53872011-10-11 Glenn Morris <rgm@gnu.org>
5388
5389 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
5390 like f90-previous-statement does.
5391
93e616fd 53922011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5393
1f190e73 5394 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
5395 only in interactive use, to avoid error.
5396
af7b6078
SM
53972011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
5398
5399 * minibuffer.el (completion-file-name-table): Fix last change,
5400 i.e. ignore normal errors but not the other ones.
5401
0563dae9
MR
54022011-10-10 Martin Rudalics <rudalics@gmx.at>
5403
5404 * window.el (special-display-buffer-names)
5405 (special-display-regexps): Remove some remnants of earlier
5406 changes from doc-strings.
366ca7f3
MR
5407 (quit-windows-on): New function.
5408
5409 * vc/vc.el (vc-revert, vc-rollback):
5410 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
5411 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 5412 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 5413
49677495
MR
54142011-10-09 Martin Rudalics <rudalics@gmx.at>
5415
5416 * window.el (frame-auto-hide-function): Add version tag.
5417 (Bug#9699)
5418
56f2d1e1
MA
54192011-10-09 Michael Albinus <michael.albinus@gmx.de>
5420
5421 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
5422 condition.
5423
112a6592
LL
54242011-10-09 Leo Liu <sdl.web@gmail.com>
5425
5426 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
5427 (Bug#9701)
5428
0812589b
GM
54292011-10-08 Glenn Morris <rgm@gnu.org>
5430
5431 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
5432 before the first code statement zero indent. (Bug#9690)
5433
b2b0776e
CY
54342011-10-08 Chong Yidong <cyd@stupidchicken.com>
5435
5436 * simple.el (count-words-region): Always count in the region.
5437 Report the number of lines and characters too.
5438 (count-words): New command, which counts in the buffer if the
5439 region is inactive, as count-words-region used to.
5440 (count-words--message): New function. Handle plurals.
5441 (count-lines-region): Make it an alias for count-words-region.
5442
5443 * bindings.el (esc-map): Replace count-lines-region with
5444 count-words-region.
5445
c557cd6b
MR
54462011-10-08 Martin Rudalics <rudalics@gmx.at>
5447
5448 * window.el (window--delete): Delete dedicated frame
5449 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 5450 (switch-to-buffer): Fix doc-string typo.
c557cd6b 5451
61a57ef4 54522011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5453
3a7d293b 5454 * eshell/eshell.el (eshell-command): Avoid using hooks.
61a57ef4 5455
c3833279
CY
54562011-10-07 Chong Yidong <cyd@stupidchicken.com>
5457
5458 * bindings.el ([M-left],[M-right]): Bind to left-word and
5459 right-word respectively.
5460
21ce8245
GM
54612011-10-07 Glenn Morris <rgm@gnu.org>
5462
5463 * cus-start.el (debug-on-quit): Fix custom type.
5464
6d823bb2
LMI
54652011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
5466
0181e193
LMI
5467 * subr.el (define-key-after): Clarify that the function is not
5468 useful for non-menu keymaps.
5469
6d823bb2
LMI
5470 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
5471
8e3459ce 54722011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5473
21ce8245 5474 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 5475 in current minibuffer (Fix bug with recursive minibuffers).
5476
a1c2d21e
CY
54772011-10-06 Chong Yidong <cyd@stupidchicken.com>
5478
5479 * progmodes/gdb-mi.el (gdb): Doc fix.
5480
5a4cf282
MR
54812011-10-05 Martin Rudalics <rudalics@gmx.at>
5482
5483 * window.el (frame-auto-hide-function): New option replacing
5484 frame-auto-delete. Suggested by Stefan Monnier.
5485 (window--delete): Call frame-auto-hide-function instead of
5486 investigating frame-auto-delete.
c96111ea
MR
5487 (window-point-1, set-window-point-1): New functions.
5488 (window-in-direction, record-window-buffer, window-state-get-1)
5489 (display-buffer-record-window): Use window-point-1 instead of
5490 window-point.
5491 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 5492
9854542e
SM
54932011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
5494
5495 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
5496
8943cfb0
GM
54972011-10-05 Glenn Morris <rgm@gnu.org>
5498
5499 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
5500 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
5501
647ab967
LL
55022011-10-05 Leo Liu <sdl.web@gmail.com>
5503
5504 * subr.el (read-char-choice): Fix argument to buffer-live-p which
5505 works with buffer object.
5506
3ddfbced
SM
55072011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
5508
5509 * mpc.el (mpc-tool-bar-map): Add labels.
5510
bdfa5dd2
GM
55112011-10-04 Glenn Morris <rgm@gnu.org>
5512
5513 * calendar/holidays.el (calendar-check-holidays): Doc fix.
5514
0e2070b5
MR
55152011-10-04 Martin Rudalics <rudalics@gmx.at>
5516
5517 * window.el (window--delete): New function.
5518 (frame-auto-delete): Resuscitate option.
5519 (bury-buffer, replace-buffer-in-windows)
5520 (quit-window): Rewrite using window--delete.
5521 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
5522 Pass display-buffer-mark-dedicated to window--display-buffer-2
5523 (Bug#9639).
5524
3dc61a09
SM
55252011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
5526
915a9b64
SM
5527 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
5528 returns a list (bug#9554). Add remote file name completion.
5529 * comint.el (comint--table-subvert): Curry and get quote&unquote
5530 functions as arguments.
5531 (comint--complete-file-name-data): Adjust call accordingly.
5532 * pcomplete.el (pcomplete--table-subvert): Remove.
5533 (pcomplete-completions-at-point): Use comint--table-subvert instead.
5534
3dc61a09
SM
5535 * minibuffer.el (completion-table-case-fold): Use currying.
5536 (completion--styles-type, completion--cycling-threshold-type):
5537 New constants.
5538 (completion-styles, completion-category-overrides)
5539 (completion-cycle-threshold): Use them.
5540 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
5541 completion-table-case-fold.
5542
8ea0a993
SB
55432011-10-03 Stephen Berman <stephen.berman@gmx.net>
5544
5545 * minibuffer.el (completion-category-overrides): Fix type of styles
5546 and add more user friendly tags (bug#9660).
5547
8c24b7f6
SM
55482011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
5549
5550 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
5551 (mule-input-method-string): New widget.
5552 (default-input-method, language-info-custom-alist): Use it.
5553
428fe61a
SM
55542011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
5555
32c1fffd
SM
5556 * pcomplete.el: Require comint.
5557 (pcomplete--common-suffix): Remove.
5558 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
5559 (pcomplete--table-subvert): Sync with comint--table-subvert.
5560 (pcomplete--entries): Use comint-completion-file-name-table.
5561 * comint.el (comint-unquote-filename): Simplify.
5562 (comint-completion-file-name-table): New function (bug#9616).
5563 (comint--complete-file-name-data): Use it.
5564
428fe61a
SM
5565 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
5566 (pcmpl-gnu-tar-buffer): Remove.
5567 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
5568 around. Make sure pcomplete-suffix-list is only changed temporarily.
5569 Don't look inside the tar's file if it's too large.
428fe61a 5570
04c52e2f
CY
55712011-10-01 Chong Yidong <cyd@stupidchicken.com>
5572
ce3cefcc
CY
5573 * cus-edit.el (custom-mode-map):
5574 * epa.el (epa-key-list-mode-map):
5575 * man.el (Man-mode-map):
5576 * startup.el (splash-screen-keymap):
5577 * simple.el (special-mode-map): Use scroll-up-command and
5578 scroll-down-command.
5579
5580 * progmodes/idlw-help.el (idlwave-help-mode-map):
5581 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
5582 * net/newst-plainview.el (newsticker-mode-map):
5583 * emulation/ws-mode.el (wordstar-mode-map):
5584 * emulation/vi.el (vi-com-map):
5585 * calc/calc-graph.el (calc-graph-show-dumb):
5586 * term/sun.el (terminal-init-sun):
5587 * term/ns-win.el (global-map):
5588 * progmodes/grep.el (grep-mode-map):
5589 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
5590 * mail/rmail.el (rmail-mode-map):
5591 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
5592
04c52e2f
CY
5593 * custom.el (custom-safe-themes, load-theme): Treat value of t for
5594 custom-safe-themes as special.
5595
79adf8c8
JD
55962011-10-01 Julien Danjou <julien@danjou.info>
5597
5598 * notifications.el (notifications-notify): Fix docstring.
5599
63bd50d3
PS
56002011-10-01 Per Starbäck <per@starback.se>
5601
5602 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
5603
199e4c7e
MR
56042011-09-30 Martin Rudalics <rudalics@gmx.at>
5605
5606 * startup.el (command-line-1): Fix last fix by inserting
5607 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 5608 (Bug#9605) and (Bug#9636)
199e4c7e 5609
fe5f08dd
EZ
56102011-09-29 Eli Zaretskii <eliz@gnu.org>
5611
5612 * simple.el (line-move): If auto-hscroll-mode is disabled and the
5613 window is hscrolled, move by logical lines. (Bug#9607)
5614 (line-move-visual): Update the doc string to the above effect.
5615
b5516bbd
MR
56162011-09-29 Martin Rudalics <rudalics@gmx.at>
5617
ccee00c0
MR
5618 * window.el (display-buffer-record-window): When WINDOW is the
5619 selected window use `point' instead of `window-point'. (Bug#9626)
5620
b5516bbd
MR
5621 * startup.el (command-line-1): Use insert-before-markers when
5622 inserting initial-scratch-message. (Bug#9605)
ccee00c0 5623
b5516bbd
MR
5624 * help.el (help-window): Remove variable.
5625
52aa0014
GM
56262011-09-29 Glenn Morris <rgm@gnu.org>
5627
5628 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
5629
df9a7357
JB
56302011-09-29 Juanma Barranquero <lekktu@gmail.com>
5631
5632 * descr-text.el (describe-char-categories): Accept category
5633 descriptions more than one line long.
5634
a8406c20
SM
56352011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
5636
88d9610c
SM
5637 * simple.el (delete-trailing-whitespace): Fix last change.
5638
a5daf810
SM
5639 * progmodes/perl-mode.el (perl-syntax-propertize-function):
5640 Don't confuse "y => 3" as the beginning of a `y' operation.
5641
a8406c20
SM
5642 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
5643 object has more than 4 slots (bug#9613).
5644
a239d4e9
JB
56452011-09-28 Juanma Barranquero <lekktu@gmail.com>
5646
5647 * subr.el (with-output-to-temp-buffer):
5648 * net/quickurl.el (quickurl, quickurl-browse-url):
5649 Fix typos in docstrings.
5650
693fbdb6
EZ
56512011-09-27 Eli Zaretskii <eliz@gnu.org>
5652
5653 * minibuffer.el (completion-styles)
5654 (completion-category-overrides): Cross reference each other in doc
5655 strings.
5656
8b457e28
GM
56572011-09-27 Glenn Morris <rgm@gnu.org>
5658
5659 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
5660 to split-string. (Bug#9606)
5661
85a16208
LMI
56622011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5663
5664 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
5665 (bug#9615).
5666
502f9ebd
CY
56672011-09-27 Chong Yidong <cyd@stupidchicken.com>
5668
5669 * emacs-lisp/package.el (list-packages): Fix echo area message.
5670
7690bdea
LL
56712011-09-27 Leo Liu <sdl.web@gmail.com>
5672
5673 * ido.el (ido-read-internal): Accept cons cell HIST arg.
5674
e2ee6f30
MA
56752011-09-25 Michael Albinus <michael.albinus@gmx.de>
5676
5677 * net/dbus.el (dbus-unregister-object): Don't release services for
5678 registered signals. (Bug#9581)
5679
f3f98342
TZ
56802011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
5681
5682 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
5683 function that picks between cfengine 2 and 3 support
5684 automatically. Update docs accordingly.
5685
dd7aa8dd
KH
56862011-09-22 Kenichi Handa <handa@m17n.org>
5687
5688 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
5689 ZERO.
5690 (indian-itrans-v5-table-for-tamil): New variable.
5691 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
5692
3f2b07f8
KM
56932011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
5694
5695 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
5696 that's true if the current command involved collapsing of text.
5697 It's reset to false at the beginning of the next command.
5698 (allout-post-command-business): Move the cursor to the beginning
5699 of entry if the cursor is hidden and collapsing activity just
5700 happened.
5701
371d6a61
CY
57022011-09-24 Chong Yidong <cyd@stupidchicken.com>
5703
5704 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
5705 tracking (Bug#9541).
5706
2ac2721a
UJ
57072011-09-24 Ulf Jasper <ulf.jasper@web.de>
5708
5709 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
5710 (newsticker-show-news): Automatically load html rendering package
5711 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
5712 because w3m-fill-column is let-bound" and the error "Symbol's value
5713 as variable is void: w3m-fill-column".
2ac2721a 5714
fac7ae53
MA
57152011-09-24 Michael Albinus <michael.albinus@gmx.de>
5716
5717 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
5718 Release services only if they are defined. (Bug#9581)
5719
e08b633b
RS
57202011-09-23 Richard Stallman <rms@gnu.org>
5721
e488d29c
RS
5722 * textmodes/paragraphs.el (forward-sentence): For backwards case,
5723 distinguish start of paragraph from start of its text.
5724
19c38752
RS
5725 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
5726
e08b633b
RS
5727 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
5728 (rmail-generate-viewer-buffer): Put that hook on view buffer.
5729 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
5730
0a39f27e
AS
57312011-09-23 Andreas Schwab <schwab@linux-m68k.org>
5732
5733 * international/mule-diag.el (mule-diag): Insert a newline after
5734 each fontset description.
5735
db4e950d
SM
57362011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
5737
5738 * simple.el (delete-trailing-whitespace):
5739 Document last change; simplify.
5740
eca3f3ea
PW
57412011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
5742
d68e189a
PW
5743 * simple.el (delete-trailing-whitespace): Also delete
5744 extra newlines at the end of the buffer.
5745
eca3f3ea
PW
5746 * textmodes/picture.el: Make motion commands obey shift-select-mode.
5747 (picture-newline): Use forward-line so as to ignore fields.
5748
01c157cc
SM
57492011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
5750
5751 * subr.el (with-wrapper-hook): Fix edebug spec.
5752
022de23e
LMI
57532011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5754
5755 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
5756 (bug#4538).
5757
91683089
MA
57582011-09-23 Michael Albinus <michael.albinus@gmx.de>
5759
eca3f3ea
PW
5760 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
5761 Fix nasty bug using wrong cached values.
91683089 5762
5bdd6fa4
AM
57632011-09-23 Alan Mackenzie <acm@muc.de>
5764
5765 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
5766
97adfb97
CY
57672011-09-23 Chong Yidong <cyd@stupidchicken.com>
5768
5769 * window.el (pop-to-buffer): Ensure right window is selected if we
5770 chose another frame.
5771
d4ef2b50
EZ
57722011-09-22 Eli Zaretskii <eliz@gnu.org>
5773
5774 * simple.el (what-cursor-position): Use get-char-property-change
5775 and next-single-char-property-change, to be able to show display
5776 properties that come from overlays as well as text properties.
5777
72258fe5
CY
57782011-09-22 Chong Yidong <cyd@stupidchicken.com>
5779
5780 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
5781
5782 * cmuscheme.el (run-scheme, switch-to-scheme):
5783 * cus-edit.el (customize-group, custom-buffer-create)
5784 (customize-browse):
5785 * info.el (info):
5786 * shell.el (shell):
5787 * mail/sendmail.el (mail):
5788 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
5789
8f098516
RS
57902011-09-22 Richard Stallman <rms@gnu.org>
5791
5792 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
5793 move back only to line beg, don't move back over blank lines.
5794
e74f1bb6
MA
57952011-09-22 Michael Albinus <michael.albinus@gmx.de>
5796
5797 * files.el (copy-directory): Set directory attributes only in case
5798 they could be retrieved from the source directory. (Bug#9565)
5799
bfeef8b6
DK
58002011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
5801
5802 * progmodes/hideshow.el (hs-looking-at-block-start-p)
5803 (hs-find-block-beginning, hs-hide-level-recursive):
5804 Ignore strings as well as comments. (Bug#9502)
5805
7e423bb8
AS
58062011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
5807
5808 * progmodes/sql.el (sql-comint-postgres):
5809 Convert port number to a string. (Bug#9566)
5810
b4d72fcf
MR
58112011-09-22 Martin Rudalics <rudalics@gmx.at>
5812
5813 * window.el (quit-window): Undedicate window when switching to
5814 previous buffer. Reported by Thierry Volpiatto
5815 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
5816 (special-display-popup-frame): When popping up a new frame reset
5817 its previous buffers to nil. Simplify code.
b4d72fcf 5818
a7b88dc6
MA
58192011-09-21 Michael Albinus <michael.albinus@gmx.de>
5820
5821 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
5822 and process filter, as done also in `shell-command'.
5823
cf4eacfd
MR
58242011-09-21 Martin Rudalics <rudalics@gmx.at>
5825
eca3f3ea 5826 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
5827 Call set-window-start with NOFORCE argument t.
5828 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
5829 (quit-window): Reword doc-string. Handle new format of
5830 quit-restore parameter. Don't delete window if it has a
5831 previous buffer we can show instead of the present one.
5832 (display-buffer-record-window): Rewrite using a new format for
5833 the quit-restore window parameter
5834 (special-display-popup-frame, display-buffer-same-window)
5835 (display-buffer-reuse-window, display-buffer-pop-up-frame)
5836 (display-buffer-pop-up-window, display-buffer-use-some-window):
5837 Adapt symbol passed to display-buffer-record-window.
5838 * help.el (help-window-setup): Handle new format of quit-restore
5839 parameter.
5840
8d28cb95
SM
58412011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
5842
94ab793f
SM
5843 * faces.el (face-list): Fix docstring (bug#9564).
5844
8d28cb95
SM
5845 * window.el (display-buffer--action-function-custom-type):
5846 Don't include internal functions in the Custom interface.
5847
3820edeb
JL
58482011-09-20 Juri Linkov <juri@jurta.org>
5849
5850 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
5851 (Info-forward-node, Info-backward-node, Info-next-preorder)
5852 (Info-last-preorder): Use it. (Bug#9528)
5853
5147931d
JL
58542011-09-20 Juri Linkov <juri@jurta.org>
5855
5856 * info.el (Info-last-preorder): Visit last menu item only when
5857 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
5858
cf499a1a
JD
58592011-09-20 Julien Danjou <julien@danjou.info>
5860
5861 * password-cache.el (password-cache-remove): Remove entries even if the
5862 value is nil, so that password with a nil value (negative caching) is
5863 possible to invalidate.
5864
f84e2fe2
LM
58652011-09-20 Lawrence Mitchell <wence@gmx.li>
5866
5867 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
5868 all whitespace around breakpoint. (Bug#9553)
5869 (f90-find-breakpoint): Only break at whitespace inside a comment.
5870
78054a46
SM
58712011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
5872
5873 * minibuffer.el (completion-file-name-table): Keep track of errors.
5874 (completion-table-with-predicate): Handle the case where pred1 is nil.
5875 * pcomplete.el (pcomplete-completions-at-point): Simplify.
5876
345083b2
SM
58772011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5878
e24e27be
SM
5879 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
5880 (debugger-return-value): Signal an error if the debugging context does
5881 not await any return value.
5882
345083b2
SM
5883 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
5884 * image-mode.el (image-toggle-display-text)
5885 (image-toggle-display-image): Stay away from evil `intangible'.
5886
08d355e3
LL
58872011-09-19 Leo Liu <sdl.web@gmail.com>
5888
5889 * replace.el (occur-revert-arguments): Make it permanent-local.
5890 (occur-mode): Don't call font-lock-defontify.
5891
f01da43f
CY
58922011-09-19 Chong Yidong <cyd@stupidchicken.com>
5893
5894 * net/ldap.el (ldap-search-internal): Don't push empty search
5895 result (Bug#9508).
5896
b6072fa6
SM
58972011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5898
5899 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
5900
443d6696
MA
59012011-09-19 Michael Albinus <michael.albinus@gmx.de>
5902
5903 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
5904 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
5905
7cc6e154
JL
59062011-09-18 Juri Linkov <juri@jurta.org>
5907
5908 * buff-menu.el (Buffer-menu-mode-map):
5909 * dired.el (dired-mode-map):
5910 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
5911 (lisp-interaction-mode-map):
5912 * emacs-lisp/package.el (package-menu-mode-map):
5913 * epa.el (epa-key-list-mode-map):
5914 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
5915 (menu-bar-options-menu):
5916 * outline.el (outline-mode-menu-bar-map):
5917 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
5918 * vc/vc-dir.el (vc-dir-menu-map):
5919 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
5920 Capitalize non-function content words in menu item strings.
5921
5922 * dired.el (dired-mode-map): Add menu item for
5923 `image-dired-dired-toggle-marked-thumbs'.
5924
80302a81
JL
59252011-09-18 Juri Linkov <juri@jurta.org>
5926
5927 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
5928 to `isearch-case-fold-search' and restore its original value
5929 after the `isearch-mode' call.
5930
46c5cf66
JL
59312011-09-18 Juri Linkov <juri@jurta.org>
5932
5933 * progmodes/grep.el (grep-process-setup): Don't check code for 1
5934 because `zgrep' returns 1 for successful matches (bug#9226).
5935
d18b513b
JL
59362011-09-18 Juri Linkov <juri@jurta.org>
5937
5938 * info.el (Info-extract-menu-node-name): Check the second match
5939 for empty string (second test-case of bug#9528).
5940 (Info-last-preorder): Let-bind `Info-history' to nil to not add
5941 intermediate nodes to the history (first test-case of bug#9528).
5942
72753f87
JL
59432011-09-18 Juri Linkov <juri@jurta.org>
5944
5945 * info.el (Info-mode-syntax-table): New variable.
1154d12e 5946 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 5947
c9384295
JL
59482011-09-18 Juri Linkov <juri@jurta.org>
5949
1154d12e
JB
5950 * info.el (Info-file-supports-index-cookies):
5951 Increment line-beginning-position's arg from 3 to 4 because makeinfo
5952 outputs one more line for long file names (bug#4142).
c9384295 5953
d473dce8
CY
59542011-09-18 Chong Yidong <cyd@stupidchicken.com>
5955
5956 * newcomment.el (comment-normalize-vars): If prompting for
5957 comment-start, set comment-start-skip too (Bug#8424).
5958
2176854d
JB
59592011-09-18 Johan Bockgård <bojohan@gnu.org>
5960
5961 * icomplete.el: Fix previous fix of Bug#5849.
5962 (icomplete-mode): Don't set completion-show-inline-help.
5963 (icomplete-minibuffer-setup): Set completion-show-inline-help
5964 locally during icompletion.
5965
3aace4e4
CY
59662011-09-18 Chong Yidong <cyd@stupidchicken.com>
5967
c940224f
CY
5968 * woman.el (woman2-process-escapes): Don't delete unrecognized
5969 escapes (Bug#7843).
5970
3aace4e4
CY
5971 * files.el (inhibit-first-line-modes-regexps): Add image files.
5972 (hack-local-variables-prop-line): Return nil for malformed
5973 prop-lines (Bug#9044).
5974
710dec63
MA
59752011-09-18 Michael Albinus <michael.albinus@gmx.de>
5976
5977 * net/tramp.el (top): Don't require 'shell.
5978 (tramp-methods): Fix docstring.
5979 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
5980 Return complete remote file name. Handle "smb" case.
5981 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
5982 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
5983
5984 * net/tramp-compat.el (top): Require 'shell.
5985
5986 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
5987 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
5988 `tramp-current-host'.
5989 (tramp-get-remote-tmpdir): Remove.
5990
5991 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
5992 `tramp-tmpdir' entries.
5993 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
5994 (tramp-smb-handle-file-attributes): Ignore errors.
5995 (tramp-smb-wait-for-output): Check also for process end.
5996
5d5ac8ec
LMI
59972011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
5998
5999 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
6000 when sending QUIT (bug#9312).
6001
8c0f49f0
CY
60022011-09-17 Chong Yidong <cyd@stupidchicken.com>
6003
6004 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
6005 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
6006 occur-mode-display-occurrence.
6007 (occur-edit-mode): Add usage message.
6008 (occur-cease-edit): New command.
6009 (occur-after-change-function): Use text properties to find the
6010 position of the prefix text.
6011 (occur-engine): Set stickiness of prefix text properties.
6012
8f1383f7
GM
60132011-09-17 Glenn Morris <rgm@gnu.org>
6014
6015 * progmodes/etags.el (complete-tag):
6016 Fix call to completion-in-region. (Bug#9526)
6017
744ba0e3
JL
60182011-09-17 Juri Linkov <juri@jurta.org>
6019
6020 * textmodes/ispell.el (ispell-word): Add to the error message
6021 the word, ispell program name and current dictionary (bug#9121).
6022 (ispell-tex-arg-end): Capitalize "error" in the error message.
6023
d9bbf400
AS
60242011-09-17 Andreas Schwab <schwab@linux-m68k.org>
6025
6026 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
6027 check. (Bug#4251)
6028
8da11505
JL
60292011-09-17 Juri Linkov <juri@jurta.org>
6030
6031 * window.el (window-safe-min-height, window-safe-min-width):
6032 Fix typos (followup to bug#9522).
6033
a91adc7e
SJ
60342011-09-17 Sven Joachim <svenjoac@gmx.de>
6035
6036 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
6037
064f328a
EZ
60382011-09-16 Eli Zaretskii <eliz@gnu.org>
6039
6040 * simple.el (line-move): If goal-column is set, move by logical
6041 lines, not by display lines. (Bug#971)
6042 (next-line, previous-line, goal-column, line-move-visual): Doc fix
6043 to reflect the above change.
6044
e69df516
SM
60452011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
6046
6047 * image.el (imagemagick-register-types): Use regexp-opt.
6048
cbb0f9ab
CY
60492011-09-15 Chong Yidong <cyd@stupidchicken.com>
6050
6051 * window.el (display-buffer-base-action): Rename from
6052 display-buffer-default-action. Make default value empty.
6053 (display-buffer-overriding-action): Convert to defvar.
6054 (display-buffer-fallback-action): New var.
6055
25322144
CY
60562011-09-15 Chong Yidong <cyd@stupidchicken.com>
6057
6058 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
6059 declaration.
6060 (package--add-to-archive-contents): If there is a duplicate entry
6061 with an older version, remove it.
6062 (package-menu-mark-delete, package-menu-mark-install)
6063 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
6064 (package-menu-mark-obsolete-for-deletion):
6065 Use package-menu-get-status instead of a regexp search.
25322144
CY
6066 (package-menu-get-status): Use tabulated-list-entry.
6067 (package-menu-mark-upgrades): New command.
d770725a 6068 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
6069 (package-menu-execute): Do installation before deletion.
6070 (package-menu-refresh, package-menu-execute): Use derived-mode-p
6071 instead of checking major-mode.
6072 (package-menu--find-upgrades): New function.
6073
7520339c
LMI
60742011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6075
6076 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
6077 passwords in the log buffer.
65a046c4
LMI
6078 (smtpmail-process-filter): Update the process marker so that the
6079 "broken by peer" status message is inserted in the right place.
7520339c 6080
d3c30954
SM
60812011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
6082
3fe48822
SM
6083 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
6084 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
6085 bibtex-completion-at-point-function.
6086 (bibtex-completion-at-point-function): Use them.
6087
1b8b3954
SM
6088 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
6089
d3c30954
SM
6090 * mpc.el (mpc-constraints-tag-lookup): New function.
6091 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
6092 also to browser "album|playlist".
6093
72779976
JL
60942011-09-14 Juri Linkov <juri@jurta.org>
6095
6096 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
6097 (isearch-edit-string): Use length of `isearch-string' when
6098 `isearch-fail-pos' returns nil.
6099 (isearch-message): Remove duplicate code and call
6100 `isearch-fail-pos' with arg `t'.
6101
a0bf2bcd
CY
61022011-09-14 Chong Yidong <cyd@stupidchicken.com>
6103
17bb0a2d
CY
6104 * replace.el (occur-mode-goto-occurrence): Don't force using other
6105 window (Bug#9499).
6106
a0bf2bcd
CY
6107 * dired-aux.el (dired-do-chmod): Don't provide initial input.
6108
f678e0b6
MR
61092011-09-14 Martin Rudalics <rudalics@gmx.at>
6110
6111 * window.el (display-buffer-window): Remove.
6112 (display-buffer-record-window): Use help-setup window parameter
6113 instead of variable display-buffer-window.
6114 (display-buffer-function, special-display-buffer-names)
6115 (special-display-function): Mention help-setup parameter instead
6116 of display-buffer-window in doc-string.
d3c30954
SM
6117 * help.el (help-window-setup): New argument help-window.
6118 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
6119 Reword some messages.
6120 (with-help-window): Pass window used for displaying the buffer
6121 to help-window-setup. Don't set display-buffer-window.
6122
8e39b2e8
GM
61232011-09-13 Glenn Morris <rgm@gnu.org>
6124
6125 * emacs-lisp/debug.el (debugger-make-xrefs):
6126 Preserve point. (Bug#9462)
6127
85e9c04b
CY
61282011-09-13 Chong Yidong <cyd@stupidchicken.com>
6129
6130 * window.el (window-deletable-p): Use next-frame.
6131
1b36ed6a
MR
61322011-09-13 Martin Rudalics <rudalics@gmx.at>
6133
6134 * window.el (window-auto-delete): Remove.
6135 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 6136 dedication and previous buffers.
1b36ed6a
MR
6137 (switch-to-prev-buffer): Don't delete window.
6138 (delete-windows-on): Delete a window's frame if and only if the
6139 window is dedicated.
6140 (replace-buffer-in-windows): Delete buffer's window or frame if
6141 and only if window is dedicated.
6142 (quit-window): Handle quit-restore as before last change.
4d61f28d 6143 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 6144
ef8ef9fb
CY
61452011-09-13 Chong Yidong <cyd@stupidchicken.com>
6146
6147 * window.el (window-deletable-p): Never delete the last frame on a
6148 given terminal.
6149
b2cba41e
GM
61502011-09-13 Glenn Morris <rgm@gnu.org>
6151
6152 * help.el (describe-key-briefly): Copy previous standard-output change.
6153
51553db6 61542011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
6155
6156 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
6157
b7556719
GM
61582011-09-13 Glenn Morris <rgm@gnu.org>
6159
6160 * emacs-lisp/lisp-mode.el (lisp-indent-function):
6161 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
6162
64b51947
CY
61632011-09-12 Chong Yidong <cyd@stupidchicken.com>
6164
6165 * dired-aux.el (dired-mark-read-string): Don't return default
6166 value on empty input (Bug#9361).
6167 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
6168 Omit initial minibuffer contents.
6169 (dired-do-chmod): Signal an error on empty input.
6170 (dired-mark-read-string): Don't return default on empty input.
6171
6172 * files.el (file-modes-symbolic-to-number): Doc fix.
6173
393a301e
SM
61742011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6175
6176 * international/mule-cmds.el (ucs-completions): Remove.
6177 (read-char-by-name): Use complete-with-action instead; add metadata.
6178
fa5660f9
CY
61792011-09-11 Chong Yidong <cyd@stupidchicken.com>
6180
6181 * window.el (display-buffer--action-function-custom-type)
6182 (display-buffer--action-custom-type): New vars.
6183 (display-buffer-alist, display-buffer-default-action)
6184 (display-buffer-overriding-action): Add defcustom types.
6185
4a592f66
CY
6186 * frame.el (delete-other-frames): Doc fix (Bug#276).
6187
73d56dbd
LMI
61882011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6189
6190 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
6191
37ac18a3
CY
61922011-09-11 Chong Yidong <cyd@stupidchicken.com>
6193
6194 Change modes that used same-window-* vars to use switch-to-buffer.
6195
6196 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
6197 Use switch-to-buffer.
6198
6199 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
6200 (customize-browse, custom-buffer-create-other-window):
6201 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
6202
6203 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
6204 (Info-prev, Info-up, Info-speedbar-goto-node)
6205 (info-display-manual): Use switch-to-buffer.
6206 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
6207
6208 * mail/sendmail.el (mail): Use switch-to-buffer.
6209 (mail-recover): Use switch-to-buffer-other-window.
6210
6211 * cmuscheme.el (run-scheme, switch-to-scheme):
6212 * ielm.el (ielm):
6213 * shell.el (shell):
6214 * net/rlogin.el (rlogin):
6215 * net/telnet.el (telnet, rsh):
6216 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
6217
10195bd6
AS
62182011-09-11 Andreas Schwab <schwab@linux-m68k.org>
6219
6220 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
6221
b322f63a
LMI
62222011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6223
39d7fed6
LMI
6224 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
6225 so don't mention it (bug#9301).
ba5a81f1 6226 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 6227
ee0e9f11
LMI
6228 * faces.el (face-spec-set-match-display): Make `(type graphic)'
6229 match `x', `w32' and `ns', like the manual says (bug#9029).
6230
0b1c89c1 6231 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
6232 (process-kill-buffer-query-function): Mention the buffer name in
6233 the query.
0b1c89c1 6234
77549ea8
LMI
6235 * image-mode.el (image-next-line): The line parameter is mandatory
6236 (bug#9258).
6237
803ef892
LMI
6238 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
6239 which can be useful (bug#9301).
6240
12980837
LMI
6241 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
6242
91054f8f
LMI
6243 * subr.el (match-string): Mention that the current buffer should
6244 be the same as the search was done in (bug#9282).
6245
b322f63a
LMI
6246 * facemenu.el: Disable the remove-* commands if the mark isn't
6247 active (bug#9162).
6248
3199b96f
CY
62492011-09-10 Chong Yidong <cyd@stupidchicken.com>
6250
6251 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
6252 of display-buffer.
6253 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
6254
6255 * replace.el (occur-mode-goto-occurrence)
6256 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
6257 and display-buffer.
6258
6259 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
6260 display-buffer.
6261
6262 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
6263 special-display and same-window variables.
6264 (mail-other-window): Use switch-to-buffer-other-window.
6265 (mail-other-frame): USe switch-to-buffer-other-frame.
6266
393a301e
SM
6267 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
6268 Use display-buffer-other-frame.
3199b96f
CY
6269 (gdb-display-gdb-buffer): Use pop-to-buffer.
6270
6271 * progmodes/gud.el (gud-goto-info): Use info-other-window.
6272
6273 * progmodes/python.el: Don't set same-window-buffer-names.
6274
6275 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
6276
6277 * window.el (display-buffer-alist): Add *Python*.
6278
8319e0bf
CY
62792011-09-10 Chong Yidong <cyd@stupidchicken.com>
6280
6281 * window.el (display-buffer-alist): Add entry for buffers
6282 previously handled same-window-*.
6283 (display-buffer-alist, display-buffer-default-action)
6284 (display-buffer-overriding-action): Mark as risky.
6285 (display-buffer-alist): Document action function changes.
6286 (display-buffer--same-window-action)
6287 (display-buffer--other-frame-action): New variables.
6288 (switch-to-buffer, display-buffer-other-frame): Use them.
6289 (display-buffer): Rename reuse-frame entry to reusable-frames.
6290 (display-buffer-reuse-selected-window): Function deleted.
6291 (display-buffer-reuse-window): Handle reusable-frames alist entry.
6292 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
6293 (display-buffer-special): New function.
6294 (display-buffer--maybe-pop-up-frame-or-window): Rename from
6295 display-buffer-reuse-or-pop-window. Split off special-display
6296 part into display-buffer-special.
6297 (display-buffer-use-some-window): Don't perform any special
6298 pop-up-frames handling.
6299 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 6300 (display-buffer--maybe-same-window): Rename from
0d3ff375 6301 display-buffer-maybe-same-window.
8319e0bf 6302
919a69aa
CY
6303 * info.el: Don't set same-window-regexps.
6304 (info-setup): New function.
6305 (info-other-window, info): Call it.
6306
6307 * cus-edit.el: Don't set same-window-regexps.
6308 (customize-group): New argument.
6309 (customize-group-other-window): Use it.
6310 (customize-face, customize-face-other-window): Likewise.
6311 (custom-buffer-create-other-window): Use pop-to-buffer directly.
6312
8319e0bf
CY
6313 * net/rlogin.el:
6314 * net/telnet.el:
6315 * progmodes/gud.el: Don't set same-window-regexps.
6316
6317 * cmuscheme.el:
6318 * ielm.el:
6319 * shell.el:
6320 * mail/sendmail.el:
6321 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
6322
25173000
JL
63232011-09-10 Juri Linkov <juri@jurta.org>
6324
6325 * isearch.el (isearch-edit-string): Remove obsolete mention of
6326 `C-w' (`isearch-yank-word-or-char') from docstring.
6327 (isearch-query-replace): Fix typo in docstring (bug#9466).
6328
056e44ef
JL
63292011-09-10 Juri Linkov <juri@jurta.org>
6330
6331 * paren.el (show-paren-function): Don't show escaped parens.
6332 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
6333
c3760c17
EZ
63342011-09-10 Eli Zaretskii <eliz@gnu.org>
6335
6336 * mail/sendmail.el (mml-to-mime, mml-attach-file)
6337 (mm-default-file-encoding): Remove autoload forms, they are
6338 replaced with autoload cookies in mml.el and mm-encode.el.
6339 (mail-add-attachment): New command.
6340 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
6341 (mail-mode): Mention mail-insert-file and mail-add-attachment in
6342 the doc string.
6343 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
6344
fece895e
RT
63452011-09-10 Reuben Thomas <rrt@sc3d.org>
6346
e69df516
SM
6347 * simple.el (count-words-region): Use buffer if there's no region
6348 (bug#9429).
fece895e 6349
5e68ce4a
JL
63502011-09-09 Juri Linkov <juri@jurta.org>
6351
6352 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
6353 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
6354 (wdired-isearch-filter-read-only): New function. (Bug#6362)
6355
0a6b9622
AM
63562011-09-09 Alan Mackenzie <acm@muc.de>
6357
6358 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
6359 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
6360
14a29deb
EZ
63612011-09-09 Eli Zaretskii <eliz@gnu.org>
6362
6363 Fix for Savannah bug#9392.
6364 * simple.el (mail-encode-mml): New defvar.
6365
6366 * mail/rmail.el (mail-encode-mml): Add a defvar.
6367 (rmail-enable-mime-composing): Default to t.
6368 (rmail-forward): Use MIME method of forwarding only if both
6369 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
6370 Set mail-encode-mml non-nil if the MIME method was used.
6371
6372 * mail/sendmail.el (mml-to-mime): Add autoload form.
6373 (mail-encode-mml): Add a defvar.
6374 (mail-mode): Make mail-encode-mml buffer-local and initialize it
6375 to nil.
6376 (mail-send): If mail-encode-mml is non-nil, run the outgoing
6377 message through mml-to-mime, and reset mail-encode-mml to nil.
6378
28c45130
GM
63792011-09-09 Glenn Morris <rgm@gnu.org>
6380
6381 * woman.el (woman-if-body): When processing an .el block,
6382 do not delete the next .el block as well. (Bug#9447)
69f4b618 6383 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 6384
9b1c252e
MR
63852011-09-08 Martin Rudalics <rudalics@gmx.at>
6386
6387 * window.el (window-deletable-p): Make sure window is live before
6388 invoking window-prev-buffers.
6389
567457e3
LL
63902011-09-08 Leo Liu <sdl.web@gmail.com>
6391
6392 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
6393
97f05794
JL
63942011-09-08 Juri Linkov <juri@jurta.org>
6395
6396 * progmodes/compile.el (compilation-environment): Make it
6397 a defcustom (bug#8340).
6398
8b0874b5
MR
63992011-09-08 Martin Rudalics <rudalics@gmx.at>
6400
6401 * window.el (frame-auto-delete): Rename to window-auto-delete.
6402 Make it control auto-deletion of windows and/or frames.
6403 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 6404 for deleting window/frame. (Bug#9419)
8b0874b5
MR
6405 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
6406 Rewrite handling of case when window/frame can be deleted.
6407 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 6408 argument t. (Bug#9456)
8b0874b5 6409
4feb6e73
CY
64102011-09-07 Chong Yidong <cyd@stupidchicken.com>
6411
6412 * help-mode.el (help-mode): Restore autoload.
6413
91ab9c13
JL
64142011-09-07 Juri Linkov <juri@jurta.org>
6415
6416 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
6417 `compilation-environment'. Set buffer-local
6418 `compilation-environment' to `thisenv' later after (funcall mode).
6419 (Bug#8340)
6420
6421 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
6422 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
6423 instead of replacing its value. (Bug#8340)
6424
0527e251
JL
64252011-09-07 Juri Linkov <juri@jurta.org>
6426
6427 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
6428 based on text properties put by `grep-filter' instead of matching
6429 escape sequences.
6430 (grep-mode): Set buffer-local `compilation-error-screen-columns'
6431 to the value of `grep-error-screen-columns' (bug#9438).
6432
249f792c
JL
64332011-09-07 Juri Linkov <juri@jurta.org>
6434
6435 * simple.el (next-error-highlight, next-error-highlight-no-select):
6436 Doc fix (bug#9432).
6437
ff7271b9
OT
64382011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
6439
6440 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
6441 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
6442
183fc730
LL
64432011-09-07 Leo Liu <sdl.web@gmail.com>
6444
6445 * net/rcirc.el (rcirc-mode): Conditionally initialize
6446 rcirc-input-ring.
6447
77694924
SM
64482011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
6449
6450 * emacs-lisp/find-func.el (find-function-C-source): Only set
6451 find-function-C-source-directory after checking that we found a source
6452 file there (bug#9440).
6453
d809b8eb
AM
64542011-09-06 Alan Mackenzie <acm@muc.de>
6455
6456 * isearch.el (isearch-other-meta-char): Wherever a key list is
6457 unread, "unread" the prefix arg, too. This fixes bug #8901.
6458
453de99f
OG
64592011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
6460
6461 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
6462
90439906
JL
64632011-09-05 Juri Linkov <juri@jurta.org>
6464
6465 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
6466
f62bd846
JL
64672011-09-05 Juri Linkov <juri@jurta.org>
6468
6469 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
6470 keeping point where processing of grep matches begins, and
6471 continue to delete remaining escape sequences from the same point.
6472 (grep-filter): Make leading zero optional in "0?1;31m" because
6473 git-grep emits "\033[1;31m" escape sequences unlike expected
6474 "\033[01;31m" as GNU Grep does (bug#9408).
6475 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
6476
045820ec
JL
64772011-09-05 Juri Linkov <juri@jurta.org>
6478
6479 * subr.el (y-or-n-p): Capitalize "yes".
6480
f5e29b9b
MA
64812011-09-04 Michael Albinus <michael.albinus@gmx.de>
6482
6483 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
6484 `tramp-cache-unload-hook' where appropriate.
6485 (tramp-methods): Rename `tramp-remote-sh' to
6486 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
6487 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
6488
6489 * net/tramp-sh.el (top): Don't require 'shell.
6490 (tramp-methods): Add `tramp-remote-shell' and
6491 `tramp-remote-shell-args' entries.
6492 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
6493 (tramp-sh-handle-shell-command): Remove.
6494 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
6495 Use `tramp-remote-shell'.
6496
2784c434
CY
64972011-09-03 Chong Yidong <cyd@stupidchicken.com>
6498
393a301e 6499 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
6500 (sendmail-query-once): Save directly to send-mail-function.
6501 Update message-send-mail-function too.
6502
6503 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
6504
464cdf56
CS
65052011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
6506
6507 * progmodes/python.el (python-mode-map): Use correct function to
6508 start python interpreter from menu-bar (as reported by Geert
6509 Kloosterman).
6510 (inferior-python-mode-map): Fix typo.
393a301e 6511 (python-shell-map): Remove.
464cdf56 6512
d37e5c87
DD
65132011-09-03 Deniz Dogan <deniz@dogan.se>
6514
6515 * net/rcirc.el (rcirc-print): Simplify code for
6516 rcirc-scroll-show-maximum-output. There is no need to walk
6517 through all windows to find the right one.
6518
f3ada0ee
CS
65192011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
6520
6521 * help.el (help-return-method): Doc fix.
6522
1f3c99ca
MR
65232011-09-03 Martin Rudalics <rudalics@gmx.at>
6524
6525 * window.el (window-deletable-p): Don't return a non-nil value
6526 when there's a buffer that was shown in the window before.
6527 (Bug#9419)
393a301e
SM
6528 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
6529 Set window's previous buffers to nil.
1f3c99ca 6530
a3cf097f
EZ
65312011-09-03 Eli Zaretskii <eliz@gnu.org>
6532
6533 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
6534 newline before and after the tag line, so it doesn't interfere
6535 with determining the paragraph direction of bidirectional text.
6536
3d03de90
LL
65372011-09-03 Leo Liu <sdl.web@gmail.com>
6538
6539 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
6540
c3313451
CY
65412011-09-02 Chong Yidong <cyd@stupidchicken.com>
6542
393a301e 6543 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
6544 (pop-to-buffer): Change interactive spec. Pass second argument
6545 directly to display-buffer.
6546 (display-buffer): Fix interactive spec. Use functionp to
6547 distinguish between a function and a list of functions.
6548
6549 * abbrev.el (edit-abbrevs):
6550 * arc-mode.el (archive-extract):
6551 * autoinsert.el (auto-insert):
6552 * bookmark.el (bookmark-bmenu-list):
6553 * files.el (find-file):
6554 * view.el (view-buffer):
6555 * progmodes/compile.el (compilation-goto-locus):
6556 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
6557
89894cd8
CY
65582011-09-02 Chong Yidong <cyd@stupidchicken.com>
6559
6560 * window.el (display-buffer-alist): Doc fix.
6561 (display-buffer): Add docstring. Don't treat
6562 display-buffer-default specially.
6563 (display-buffer-reuse-selected-window)
6564 (display-buffer-same-window, display-buffer-maybe-same-window)
6565 (display-buffer-reuse-window, display-buffer-pop-up-frame)
6566 (display-buffer-pop-up-window)
6567 (display-buffer-reuse-or-pop-window)
6568 (display-buffer-use-some-window): New functions.
6569 (display-buffer-default-action): Use them.
393a301e 6570 (display-buffer-default): Delete.
89894cd8
CY
6571 (pop-to-buffer-1): Fix choice of actions.
6572
ae0bc9fb
SM
65732011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
6574
6575 * minibuffer.el (completion--insert-strings): Don't get confused by
6576 completion entries that end with an LF char.
6577
e9d90883
EZ
65782011-09-01 Eli Zaretskii <eliz@gnu.org>
6579
6580 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
6581
437014c8
CY
65822011-09-01 Chong Yidong <cyd@stupidchicken.com>
6583
6584 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
6585 (display-buffer-same-window, display-buffer-other-window):
6586 New functions.
437014c8
CY
6587 (pop-to-buffer-1): New function. Use the above.
6588 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 6589 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
6590
6591 * view.el (view-buffer-other-window, view-buffer-other-frame):
6592 Just use pop-to-buffer.
6593
a5e063d5
TV
65942011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6595
6596 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
6597
793d32bb
WH
65982011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
6599
6600 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
6601
d65e4c15
RS
66022011-08-31 Richard Stallman <rms@gnu.org>
6603
6604 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
6605 of the separation of rmail-view-buffer from rmail-buffer.
6606 If you say no to "replace original", the decrypt is in the
6607 view buffer. If you say yes, the decrypt goes into the
6608 rmail buffer also.
6609
f818cd2a
MR
66102011-08-31 Martin Rudalics <rudalics@gmx.at>
6611
6612 * window.el (display-buffer-window): Rewrite doc-string.
6613 (display-buffer-record-window): New function.
6614 (display-buffer-macro-specifiers)
6615 (display-buffer-even-window-sizes, display-buffer-set-height)
6616 (display-buffer-set-width, display-buffer-in-window)
6617 (display-buffer-reuse-window, display-buffer-split-specifiers)
6618 (display-buffer-side-specifiers, display-buffer-split-window-1)
6619 (display-buffer-split-window, display-buffer-split-atom-window)
6620 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
6621 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
6622 (display-buffer-other-window-means-other-frame)
6623 (display-buffer-normalize-special)
6624 (display-buffer-normalize-default)
6625 (display-buffer-normalize-argument)
6626 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
6627 (display-buffer-normalize-specifiers, display-buffer-frame)
6628 (display-buffer-same-window, display-buffer-same-frame)
6629 (display-buffer-other-window)
6630 (display-buffer-same-frame-other-window)
6631 (display-buffer-other-frame, pop-to-buffer-same-window)
6632 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
6633 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
6634 (switch-to-buffer-same-frame)
6635 (switch-to-buffer-other-window-same-frame)
6636 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
6637 (display-buffer-alist-set-1, display-buffer-alist-set-2)
6638 (display-buffer-alist-set): Remove.
6639 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
6640 (special-display-regexps, special-display-function):
6641 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
6642 parameter.
6643 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
6644 (special-display-frame-alist, special-display-popup-frame)
6645 (same-window-buffer-names, same-window-regexps, same-window-p)
6646 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
6647 (split-window-preferred-function, split-height-threshold)
6648 (split-width-threshold, window-splittable-p)
6649 (split-window-sensibly, window--try-to-split-window)
6650 (window--frame-usable-p, even-window-heights)
6651 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
6652 (window--display-buffer-2, display-buffer-other-frame):
6653 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
6654 (display-buffer-default, display-buffer-assq-regexp): New functions.
6655 (display-buffer-alist): Rewrite doc-string.
6656 (display-buffer-default-action)
6657 (display-buffer-overriding-action): New variables.
6658 (display-buffer, switch-to-buffer): Rewrite.
6659 (pop-to-buffer): Restore Emacs 23 behavior but use
6660 window-normalize-buffer-to-display.
6661 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
6662 Restore Emacs 23 behavior but use
6663 window-normalize-buffer-to-switch-to.
6664 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
6665 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
6666 Rewrite using Emacs 23 options.
f818cd2a 6667
5bc3b51d
MA
66682011-08-31 Michael Albinus <michael.albinus@gmx.de>
6669
6670 * net/tramp.el (tramp-root-regexp): Remove.
6671 (tramp-completion-file-name-regexp-unified)
6672 (tramp-completion-file-name-regexp-separate)
6673 (tramp-completion-file-name-regexp-url): Don't use leading volume
6674 letter on win32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
6675 (tramp-drop-volume-letter): Simplify definition.
6676 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 6677
b1a4f8e1
SM
66782011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
6679
6680 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
6681 (bug#9356).
6682
5664fa7b
RT
66832011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
6684
b1a4f8e1 6685 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 6686
9a45d6c3
JL
66872011-08-29 Juri Linkov <juri@jurta.org>
6688
6689 * isearch.el (isearch-done): Don't display message "Mark saved"
6690 when arg `edit' is non-nil to prevent its flicker in the echo area.
6691
fb87e0fb
CY
66922011-08-28 Chong Yidong <cyd@stupidchicken.com>
6693
6694 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
6695 obsolete packages for deletion.
6696
09ac1c2a
CS
66972011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
6698
6699 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 6700 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
6701 view-mode from help-mode.
6702 (help-xref-override-view-map): Remove.
6703 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
6704 view-mode is not used anymore.
6705
7a1ff57f
CY
67062011-08-28 Chong Yidong <cyd@stupidchicken.com>
6707
6708 * server.el (server-port): Doc fix.
6709
b9696605
CY
6710 * cus-theme.el (custom-theme-choose-mode): Inherit from
6711 special-mode (Bug#9124).
6712 (custom-theme-choose-mode-map): Add special-mode to parent.
6713
ef8cdf8c
AM
67142011-08-28 Alan Mackenzie <acm@muc.de>
6715
6716 * progmodes/cc-fonts.el
6717 (c-make-font-lock-BO-decl-search-function): New function.
6718 (c-basic-matchers-after - "Fontify the clauses after various
6719 keywords"): Extract the three keyword lists for the 3 erroneous
6720 constructs from the list of four, and use the new function above
6721 in place of an old one.
6722
27de4e20
DD
67232011-08-28 Deniz Dogan <deniz@dogan.se>
6724
6725 * net/rcirc.el (rcirc-insert-prev-input)
6726 (rcirc-insert-next-input): Remove unused argument.
6727
356a3681
SM
67282011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
6729
6730 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
6731
3fc9b218
AM
67322011-08-27 Alan Mackenzie <acm@muc.de>
6733
6734 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
6735 handle function pointer parameters properly.
6736
538a061c
MR
67372011-08-27 Martin Rudalics <rudalics@gmx.at>
6738
6739 * window.el (display-buffer-reuse-window): Fix case where
6740 selected window was reused with non-nil OTHER-WINDOW argument.
6741 (Bug#9381)
6742
35b1c40c
DD
67432011-08-27 Deniz Dogan <deniz@dogan.se>
6744
6745 * net/rcirc.el (rcirc-check-auth-status): Adding support for
6746 oftc's NickServ messages.
6747
2f6a3e79
GM
67482011-08-27 Glenn Morris <rgm@gnu.org>
6749
6750 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
6751
7254299e
CY
67522011-08-26 Chong Yidong <cyd@stupidchicken.com>
6753
6754 * emacs-lisp/package.el (package-install): Call package-initialize
6755 if called interactively.
6756
f8ccf167
LL
67572011-08-26 Leo Liu <sdl.web@gmail.com>
6758
6759 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
6760
3e8cd5ce
JL
67612011-08-25 Juri Linkov <juri@jurta.org>
6762
6763 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
6764 `search-whitespace-regexp' (bug#9364).
6765
93eb7113
JL
67662011-08-25 Juri Linkov <juri@jurta.org>
6767
6768 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
6769 `regexp-search-ring' to their global values to protect from
6770 updating by `read-from-minibuffer' (bug#9185).
6771
f65d1611
JL
67722011-08-25 Juri Linkov <juri@jurta.org>
6773
6774 * textmodes/ispell.el (ispell-command-loop): Add newline
6775 at the end of the "Use option `i'..." line.
6776
f1cf7a31
JL
67772011-08-25 Juri Linkov <juri@jurta.org>
6778
6779 * battery.el (display-battery-mode): If `battery-status-function'
6780 or `battery-mode-line-format' is nil, display the message and set
6781 `display-battery-mode' to nil (bug#9363).
6782
0c95fcf7
EZ
67832011-08-25 Eli Zaretskii <eliz@gnu.org>
6784
6785 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
6786 bidi-string-mark-left-to-right; they are unnecessary now.
6787
a2ebe600
DD
67882011-08-25 Deniz Dogan <deniz@dogan.se>
6789
6790 * net/quickurl.el: Documentation typo fixes.
6791
e4ed06f1
CY
67922011-08-25 Chong Yidong <cyd@stupidchicken.com>
6793
6794 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
6795
e5f1c99e
GM
67962011-08-25 Glenn Morris <rgm@gnu.org>
6797
b2948976
GM
6798 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
6799
e5f1c99e
GM
6800 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
6801 (smtpmail-via-smtp): Handle nil response from smtp.
6802
f22f4808
JL
68032011-08-24 Juri Linkov <juri@jurta.org>
6804
6805 * proced.el (proced-marked): Inherit from `error' instead of
6806 `font-lock-warning-face'.
6807
6808 * ibuffer.el (ibuffer-marked-face): Change default face from
6809 `font-lock-warning-face' to `warning'.
6810 (ibuffer-deletion-face): Change default face from
6811 `font-lock-type-face' to `error'.
6812
6813 * battery.el (battery-update): Use the face `error' instead of
6814 `font-lock-warning-face' (bug#6117).
6815
6a93965e
JL
68162011-08-24 Juri Linkov <juri@jurta.org>
6817
6818 * faces.el (success): Change face color from "Green3" to
6819 "ForestGreen" on light background (bug#9353).
6820
1ed43b09
CY
68212011-08-24 Chong Yidong <cyd@stupidchicken.com>
6822
5664fa7b
RT
6823 * window.el (quit-window): Rename from quit-restore-window.
6824 Use same arglist as old quit-window.
1ed43b09
CY
6825 (frame-auto-delete): Doc fix.
6826
6827 * view.el (view-mode-exit): Use quit-window.
6828
11dcdbb2
JL
68292011-08-24 Juri Linkov <juri@jurta.org>
6830
6831 * isearch.el (isearch-ring-adjust1): Start visiting previous
6832 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
6833 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
6834 for empty search string (when the last search string is reused
6835 automatically) to adjust the isearch ring to the last element and
6836 prepare the correct index for further M-p commands (bug#9185).
6837
de62b4df
KH
68382011-08-24 Kenichi Handa <handa@m17n.org>
6839
6840 * international/ucs-normalize.el: If decomposition property of
6841 CHAR is the default one (i.e. a list of CHAR itself), treat it as
6842 nil.
6843 (nfd, nfkd): Likewise.
6844
963b492b
SM
68452011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
6846
6847 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
6848 from process filters aren't reliably transmitted to the surrounding
6849 accept-process-output.
6850 (mpc-proc-check): New function.
6851 (mpc-proc-sync): Use it (bug#8293)
6852
93b6b5e1
SM
68532011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
6854
6855 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
6856 Add compatibility functions (bug#9313).
6857
bca633fb
EZ
68582011-08-23 Eli Zaretskii <eliz@gnu.org>
6859
b177498a
EZ
6860 * cus-start.el (all): Add entry for bidi-paragraph-direction.
6861
6df6ae42 6862 * international/uni-bidi.el: Regenerate.
bca633fb 6863
0902a04e
KH
68642011-08-23 Kenichi Handa <handa@m17n.org>
6865
6866 * international/charprop.el:
6867 * international/uni-bidi.el:
6868 * international/uni-category.el:
6869 * international/uni-combining.el:
6870 * international/uni-comment.el:
6871 * international/uni-decimal.el:
6872 * international/uni-decomposition.el:
6873 * international/uni-digit.el:
6874 * international/uni-lowercase.el:
6875 * international/uni-mirrored.el:
6876 * international/uni-name.el:
6877 * international/uni-numeric.el:
6878 * international/uni-old-name.el:
6879 * international/uni-titlecase.el:
6880 * international/uni-uppercase.el: Regenerate.
6881
3bbf23bc
MR
68822011-08-23 Martin Rudalics <rudalics@gmx.at>
6883
6884 * help.el (help-window-setup): Fix message displayed when other
6885 window is reused. (Bug#9341)
6886
b3fd59bd
SM
68872011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
6888
1802e444
SM
6889 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
6890 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
6891
b3fd59bd
SM
6892 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
6893 Mark obsolete.
6894 * shell.el (shell-parse-pcomplete-arguments): New function.
6895 (shell-completion-vars): Use it instead (bug#9160).
6896
4eb61348
SM
68972011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
6898
867cab74
SM
6899 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
6900 strings and comments (bug#9333).
6901
4eb61348
SM
6902 * emacs-lisp/debug.el (debug-arglist): New function.
6903 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
6904 (debug-on-entry-1): Handle interpreted closures (bug#9120).
6905
262a1439
JL
69062011-08-22 Juri Linkov <juri@jurta.org>
6907
56ee679c
JL
6908 * progmodes/compile.el (compilation-mode-font-lock-keywords):
6909 Revert regexp that highlights output switches to its old
6910 pre-2010-10-28 value and remove one `?' from it (bug#9319).
6911
262a1439
JL
6912 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
6913 to check for empty output (bug#9226).
6914
f13f86fb
CY
69152011-08-22 Chong Yidong <cyd@stupidchicken.com>
6916
6917 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
6918 symbol-constituent as the default, as that stops font-lock from
6919 working properly (Bug#8843).
6920
c65c9622
LMI
69212011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6922
6923 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
6924 `coding-system-for-*' around the process open call to avoid
6925 auth-source side effects.
e7f2c178 6926 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
6927 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
6928 probe hangs.
c65c9622 6929
23a8a5ab
CY
69302011-08-21 Chong Yidong <cyd@stupidchicken.com>
6931
ff98b2dd
CY
6932 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
6933
23a8a5ab
CY
6934 * emacs-lisp/find-func.el (find-function-noselect): New arg
6935 lisp-only.
6936
6937 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
6938 signal an error for built-in functions (Bug#6664).
6939
f5e3c598
LMI
69402011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6941
6942 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
6943 (smtpmail-try-auth-methods): Use it.
6944
a3f2468a
CY
69452011-08-21 Chong Yidong <cyd@stupidchicken.com>
6946
2c34e8da
CY
6947 * font-lock.el (font-lock-fontify-region)
6948 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
6949 (font-lock-default-unfontify-buffer)
6950 (font-lock-default-fontify-region)
6951 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
6952
b3fd59bd
SM
6953 * progmodes/compile.el (compilation-error-properties):
6954 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
6955 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
6956 `ant' regexp.
ee31aabc 6957
a3f2468a
CY
6958 * net/browse-url.el (browse-url-firefox): Don't call
6959 browse-url-firefox-sentinel unless using -remote (Bug#9328).
6960
8e999f70
GM
69612011-08-20 Glenn Morris <rgm@gnu.org>
6962
c21a496a
GM
6963 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
6964
59ee0542
GM
6965 * tutorial.el (tutorial--default-keys): Update some default bindings.
6966
8e999f70
GM
6967 * files.el (hack-local-variables): Fully ignore case for "mode:".
6968
e3715033
AM
69692011-08-20 Alan Mackenzie <acm@muc.de>
6970
6971 Resolve invalid use of a regexp in regexp-opt.
6972
4d61f28d
JB
6973 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
6974 detection for a java annotation.
e3715033 6975
4d61f28d 6976 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
6977 detection for a java annotation.
6978
4d61f28d
JB
6979 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
6980 handling for java.
e3715033
AM
6981 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
6982
04ed2e9c
CY
69832011-08-20 Chong Yidong <cyd@stupidchicken.com>
6984
6985 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
6986 (Bug#9274).
6987
826cee64
AM
69882011-08-20 Alan Mackenzie <acm@muc.de>
6989
58179cce 6990 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
6991 such a construct. Mainly for when jit-lock etc. starts a chunk
6992 here.
6993
58179cce 6994 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 6995 variable.
58179cce 6996 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
6997 c-make-font-lock-search-function.
6998 (c-make-font-lock-search-function): Use the above function.
6999 (c-make-font-lock-context-search-function): New function.
7000 (c-cpp-matchers): Enhance the preprocessor expression case with
7001 the above function
7002 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
7003 which takes an expression.
7004
7005 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
7006
13009bd8
MR
70072011-08-20 Martin Rudalics <rudalics@gmx.at>
7008
7009 * window.el (display-buffer-reuse-window)
7010 (display-buffer-pop-up-window): Don't reuse or split a side
7011 window.
7012
9234ff7f
GM
70132011-08-19 Glenn Morris <rgm@gnu.org>
7014
7015 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 7016 Downcase "Mode:". (Bug#9331)
9234ff7f 7017
f635daa1
CY
70182011-08-18 Chong Yidong <cyd@stupidchicken.com>
7019
7020 * international/characters.el: Add L and R categories.
7021
7022 * subr.el (bidi-string-mark-left-to-right): Rename from
7023 string-mark-left-to-right. Use category search.
7024
7025 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
7026
bc987f8b
JL
70272011-08-18 Juri Linkov <juri@jurta.org>
7028
7029 * faces.el (error, warning, success): New faces with definitions
7030 copied from old default values of `font-lock-warning-face',
7031 `compilation-warning', `compilation-info' (bug#6117).
7032
7033 * font-lock.el (font-lock-warning-face): Inherit from `error'.
7034
7035 * progmodes/compile.el (compilation-error): Inherit from `error'.
7036 (compilation-warning): Inherit from `warning'.
7037 (compilation-info): Inherit from `success'.
7038
7039 * dired.el (dired-marked): Inherit from `warning'.
7040 (dired-flagged): Inherit from `error'.
7041
57173b96
LMI
70422011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7043
3e79eb87
LMI
7044 * mail/smtpmail.el (auth-source): Require to avoid problems with
7045 binding variables (bug#9298). Also clean up some unused
7046 autoloads.
7047
b3fd59bd
SM
7048 * net/network-stream.el (network-stream-open-starttls):
7049 Support using starttls.el without using gnutls-cli.
57173b96 7050
02b404de
JL
70512011-08-17 Juri Linkov <juri@jurta.org>
7052
7053 * progmodes/grep.el (rgrep): Handle the case when
7054 `grep-find-command' is a cons cell (bug#9278).
7055
8c9177f2
MR
70562011-08-17 Martin Rudalics <rudalics@gmx.at>
7057
7058 * window.el (display-buffer-pop-up-frame): Run frame creation
7059 function with BUFFER current (as special-display-popup-frame
7060 does). Reported by Drew Adams.
7061
3644a0ab
DU
70622011-08-17 Daiki Ueno <ueno@unixuser.org>
7063
7064 * epa-mail.el: Simplify GnuPG group expansion using
7065 epg-expand-group.
7066 (epa-mail-group-alist, epa-mail-group-modtime)
7067 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
7068 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
7069 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
7070 Remove.
7071
5e617bc2 70722011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
7073
7074 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
7075
9c4aeabf
AM
70762011-08-16 Alan Mackenzie <acm@muc.de>
7077
7078 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
7079 Correct, to avoid the inside of macros.
7080
3a99bf64
RS
70812011-08-16 Richard Stallman <rms@gnu.org>
7082
04963aa8
RS
7083 * epa-mail.el: Handle GnuPG group definitions.
7084 (epa-mail-group-alist, epa-mail-group-modtime)
7085 (epa-mail-gnupg-conf-file): New variables.
7086 (epa-mail-parse-groups, epa-mail-sync-groups)
7087 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
7088 (epa-mail-expand-recipients): New functions.
7089 (epa-mail-encrypt): Call epa-mail-expand-recipients.
7090
177549d0
RS
7091 * mail/rmail.el (rmail-epa-decrypt): New command.
7092
fe38beef
RS
7093 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
7094 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
7095 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
7096 (epa-decrypt-armor-in-region): Make error message clearer.
7097
934eacb9
SM
70982011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
7099
7100 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
7101 and "a2b" to "ab" for `prefix'.
7102
d024fb4e
CY
71032011-08-14 Chong Yidong <cyd@stupidchicken.com>
7104
7105 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
7106 filter groups.
de148fee
CY
7107 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
7108 Fourquet (Bug#8804).
d024fb4e 7109
62f1ca49
JB
71102011-08-12 Juanma Barranquero <lekktu@gmail.com>
7111
7112 * startup.el (argi): Declare as global variable (bug#9275).
7113
9ccaaa4b
CY
71142011-08-12 Chong Yidong <cyd@stupidchicken.com>
7115
7116 * subr.el (string-mark-left-to-right): Search the entire string
7117 for RTL script, not just the terminating character. Doc fix.
7118
a3dae87a
SM
71192011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
7120
6cd18349
SM
7121 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
7122 New function.
7123 (js--regexp-literal, js-syntax-propertize-function): Remove.
7124 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
7125 (js-mode-map): Don't rebind electric keys.
7126 (js-insert-and-indent): Remove.
7127 (js-mode): Setup electric-layout and electric-indent instead.
7128
a3dae87a
SM
7129 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
7130
9d5cb631
DU
71312011-08-12 Daiki Ueno <ueno@unixuser.org>
7132
7133 * epa.el (epa-progress-callback-function): Fix the logic of
7134 displaying progress.
7135 * epa-file.el (epa-file-insert-file-contents): Make progress
7136 display more user-friendly.
7137 (epa-file-write-region): Ditto.
7138
3e26a4a2
CY
71392011-08-10 Chong Yidong <cyd@stupidchicken.com>
7140
7141 * subr.el (string-mark-left-to-right): New function.
7142
7143 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
7144 Use string-mark-left-to-right.
7145 (list-buffers-noselect): Caller changed.
7146
a3dae87a
SM
7147 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
7148 Use string-mark-left-to-right.
3e26a4a2
CY
7149 (tabulated-list-print): Recenter after moving point.
7150
ac8cf6e6
JL
71512011-08-10 Juri Linkov <juri@jurta.org>
7152
7153 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
7154 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
7155 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
7156
8d96c9a4
CY
71572011-08-09 Chong Yidong <cyd@stupidchicken.com>
7158
7159 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
7160 (Bug#7554).
7161
7be1c708 71622011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
7163
7164 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
7165 character. (Bug#6594)
7166
37e11a63
CY
71672011-08-08 Chong Yidong <cyd@stupidchicken.com>
7168
839dde57
CY
7169 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
7170 (image-dired--with-db-file): New macro.
7171 (image-dired-write-tags, image-dired-remove-tag)
7172 (image-dired-create-gallery-lists, image-dired-write-comments)
7173 (image-dired-get-comment, image-dired-mark-tagged-files)
7174 (image-dired-list-tags, image-dired-gallery-generate): Use it.
7175 (image-dired-gallery-generate): Use insert-file-contents.
7176
37e11a63
CY
7177 * time.el (display-time-world-list, display-time-world-display):
7178 * time-stamp.el (time-stamp-string):
7179 * vc/add-log.el (add-change-log-entry): Use setenv instead of
7180 set-time-zone-rule (Bug#7337).
7181
0b4946c4
DU
71822011-08-08 Daiki Ueno <ueno@unixuser.org>
7183
7184 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
7185 (epg-error-to-string, epg-errors-to-string): New function.
7186 (epg-wait-for-completion): Reverse errors list.
7187 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
7188 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
7189 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
7190 (epg-sign-keys, epg-generate-key-from-file)
7191 (epg-generate-key-from-string): Format errors by using
7192 epg-errors-to-string (bug#9255).
7193 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
7194
75bfc667
JL
71952011-08-07 Juri Linkov <juri@jurta.org>
7196
7197 * faces.el (list-faces-display): Remove extra angle bracket
7198 from `help-mode-map'.
7199
7200 * info.el (Info-history-toc-nodes): Doc fix.
7201
7202 * longlines.el (longlines-mode): Doc fix.
7203
673e08bb
SM
72042011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
7205
4640dd88
SM
7206 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
7207 of statements and in a few more cases (bug#9183).
7208
673e08bb
SM
7209 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
7210 New functions.
7211 (cl-transform-lambda): Use them (bug#9239).
7212
89b3f019
MR
72132011-08-05 Martin Rudalics <rudalics@gmx.at>
7214
7215 * window.el (display-buffer-same-window)
7216 (display-buffer-same-frame, display-buffer-other-window)
7217 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
7218 (pop-to-buffer-other-window)
7219 (pop-to-buffer-same-frame-other-window)
7220 (pop-to-buffer-other-frame): Make them defuns.
7221 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
7222
640c8776
SM
72232011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
7224
7225 * subr.el (make-composed-keymap): Move from C. Change calling
7226 convention, and improve docstring to bring attention to a subtle point.
7227 * minibuffer.el (completing-read-default): Adjust accordingly.
7228
63648a95
MA
72292011-08-03 Michael Albinus <michael.albinus@gmx.de>
7230
7231 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
7232 (tramp-open-shell): Use `tramp-shell-quote-argument'.
7233
7234 * net/trampver.el: Update release number.
7235
b796c9b7
SM
72362011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
7237
7238 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
7239 "in" (bug#9190).
7240
2239d7d5
LMI
72412011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7242
e07dd7c3
LMI
7243 * mail/sendmail.el (sendmail-query-once): Restore the current
7244 buffer after querying (bug#9074).
7245
0e6a2bd7
LMI
7246 * dired.el (dired-flagged): Use different faces for marked and
7247 flagged files (bug#6117).
7248
ce887515
LMI
7249 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
7250 (bug#4433).
7251
92f2affc
LMI
7252 * ido.el (ido-mode): Switch off the message if called
7253 non-interactively.
7254
57d5aff0
LMI
7255 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
7256 before 587, since it appears that that's more likely to work for
7257 more people.
7258
98cd6c18 7259 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 7260 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
7261 exist.
7262
b96dec83
LMI
7263 * info.el: Remove the `Info-beginning-of-buffer' function
7264 (bug#8325).
7265
b796c9b7
SM
7266 * net/network-stream.el (network-stream-open-starttls):
7267 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 7268
d90e2ea0
MR
72692011-08-01 Martin Rudalics <rudalics@gmx.at>
7270
7271 * window.el (display-buffer-in-window): Don't set dedicated status
7272 of window here (Bug#9215).
7273 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
7274 (display-buffer-pop-up-side-window)
b796c9b7 7275 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 7276
cca09170
SM
72772011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
7278
7279 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
7280 before binding generated-autoload-file.
7281
027b979c
DD
72822011-08-01 Deniz Dogan <deniz@dogan.se>
7283
7284 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
7285
3c7ee4f3
MA
72862011-07-30 Michael Albinus <michael.albinus@gmx.de>
7287
7288 Sync with Tramp 2.2.2.
7289
7290 * net/trampver.el: Update release number.
7291
2cc8e51a
JL
72922011-07-30 Juri Linkov <juri@jurta.org>
7293
7294 * dired-aux.el (dired-touch-initial): Remove function.
7295 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
7296 current time, and `default' to the last modification time of the
7297 current marked file (bug#6887).
7298
a514d856
JM
72992011-07-28 Jose E. Marchesi <jemarch@gnu.org>
7300
7301 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 7302 numeric argument to read-number (bug#9163).
a514d856 7303
8a7eddd7
MA
73042011-07-27 Michael Albinus <michael.albinus@gmx.de>
7305
7306 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
7307 connection process, it could be nil.
7308
1ddd96f5
LL
73092011-07-27 Leo Liu <sdl.web@gmail.com>
7310
7311 Simplify url handling in rcirc-mode.
7312
7313 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
7314 (rcirc-browse-url-at-mouse): Remove.
7315 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
7316
b248a85d
AM
73172011-07-26 Alan Mackenzie <acm@muc.de>
7318
7319 Fontify bitfield declarations properly.
7320
7321 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
7322 (c-symbol-chars): Now exported as a lang variable.
7323 (c-not-primitive-type-keywords): New lang variable.
7324
7325 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
7326 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 7327 parsed as a bitfield declaration.
b248a85d 7328
b796c9b7
SM
7329 * progmodes/cc-engine.el (c-beginning-of-statement-1):
7330 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
7331 (c-punctuation-in): New function.
7332 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
7333 declarations properly.
7334
68575ab0
UJ
73352011-07-26 Ulf Jasper <ulf.jasper@web.de>
7336
7337 * calendar/icalendar.el (icalendar--all-events): Take care of
7338 multiple vcalendars in a single file.
b796c9b7 7339 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 7340
0f0a88b9
DD
73412011-07-25 Deniz Dogan <deniz@dogan.se>
7342
7343 * image.el (insert-image): Clarifying docstring.
7344
0b3f36df
MA
73452011-07-24 Michael Albinus <michael.albinus@gmx.de>
7346
7347 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
7348 `tramp-send-command-and-check' if there is no error.
7349 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
7350
a9901f61
AM
73512011-07-22 Alan Mackenzie <acm@muc.de>
7352
7353 Prevent cc-langs.elc being loaded at run time.
7354
7355 * progmodes/cc-mode.el: Remove two autoload forms which loaded
7356 cc-langs.
7357
4d61f28d 7358 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
7359 "(require 'cc-langs)". Quote a form so it will evaluate at
7360 (cc-mode's) compilation time.
7361
11d074b2
MA
73622011-07-22 Michael Albinus <michael.albinus@gmx.de>
7363
7364 * net/tramp.el (tramp-file-name-handler): Avoid recursive
7365 loading. (Bug#9114)
7366
938b94c8
MR
73672011-07-21 Martin Rudalics <rudalics@gmx.at>
7368
7369 * window.el (display-buffer-pop-up-window)
7370 (display-buffer-pop-up-side-window)
7371 (display-buffer-in-side-window): Call display-buffer-set-height
7372 and display-buffer-set-width after setting the new window's
b796c9b7 7373 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 7374
bfa4f190
SS
73752011-07-20 Sam Steingold <sds@gnu.org>
7376
7377 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
7378 (etags-tags-included-tables): Call `convert-standard-filename' on
7379 the file names contained in TAGS so that windows Emacs can handle
7380 TAGS files created by cygwin ctags.
7381
8ca42262
LMI
73822011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
7383
7384 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
7385 which apparently didn't work.
7386
5db2afd2 73872011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 7388
5db2afd2
RW
7389 * proced.el (proced-send-signal): For *Marked Processes* buffer
7390 put point at beginning of buffer.
7391
92e15d10
SB
73922011-07-19 Stephen Berman <stephen.berman@gmx.net>
7393
7394 * proced.el (proced-format): Make header lines align with the text
7395 (bug#1779).
7396
1bfd59e5
LMI
73972011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
7398
7399 * view.el (view-buffer): Allow running in `special' modes if we're
7400 visiting a file (bug#8615).
7401
f5aae37c
MR
74022011-07-19 Martin Rudalics <rudalics@gmx.at>
7403
7404 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
7405 (display-buffer-alist-set-1, display-buffer-alist-set-2):
7406 New functions.
f5aae37c
MR
7407 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
7408 more accurately.
7409
bf2c1571
AM
74102011-07-18 Alan Mackenzie <acm@muc.de>
7411
7412 Fontify declarators properly when, e.g., a jit-lock chunk begins
7413 inside a declaration.
7414
7415 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
7416
b796c9b7
SM
7417 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
7418 New function.
bf2c1571
AM
7419 (c-complex-decl-matchers): Insert reference to
7420 c-font-lock-enclosing-decls.
7421
7422 * progmodes/cc-engine.el (c-backward-single-comment):
7423 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
7424 to nil around calls to (forward-comment -1).
7425
4e190b80
LMI
74262011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7427
12dc863d
LMI
7428 * image.el (put-image): Doc typo fix.
7429
a762e966
LMI
7430 * progmodes/etags.el (tags-search): Doc typo fix.
7431
4e190b80
LMI
7432 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
7433 password if we get errors 550 to 554.
7434
f019fb21
LMI
74352011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7436
b796c9b7 7437 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 7438
81746738
LMI
7439 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
7440 indentation character (bug#6380).
7441
3ee3a1b5
LMI
7442 * files.el (buffer-offer-save): Made permanently local (bug#6241).
7443
c82f64de
LMI
7444 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
7445 to clarify what the problem is (bug#4291).
7446
f019fb21
LMI
7447 * simple.el (current-kill): Clarify what
7448 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
7449 (auto-fill-mode): Document `auto-fill-function' in relation to
7450 `auto-fill-mode' (bug#2470).
f019fb21 7451
0794775d
LM
74522011-07-16 Lawrence Mitchell <wence@gmx.li>
7453
7454 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
7455 method if slot is read-only (bug#9035).
7456
be39b8cc
MR
74572011-07-16 Martin Rudalics <rudalics@gmx.at>
7458
b796c9b7 7459 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 7460 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
7461 selected before, see discussion of (Bug#8615), (Bug#6954).
7462 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 7463
6ccf7859
GM
74642011-07-15 Glenn Morris <rgm@gnu.org>
7465
7466 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 7467 Respect help-form.
6ccf7859 7468
87e86684
LM
74692011-07-09 Lawrence Mitchell <wence@gmx.li>
7470
7471 * net/gnutls.el (gnutls-min-prime-bits): New variable.
7472 (gnutls-negotiate): Use it.
7473
d6066239
LMI
74742011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
7475
b796c9b7
SM
7476 * net/gnutls.el (gnutls-negotiate):
7477 Upcase `gnutls-algorithm-priority'.
d6066239 7478
bd23ebc0
GM
74792011-07-15 Glenn Morris <rgm@gnu.org>
7480
c65bca65
GM
7481 * jka-compr.el (jka-compr-verbose): Move from here...
7482 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
7483 Add missing :version tag.
7484 * info.el: No need to require jka-compr when compiling.
bd23ebc0 7485
478615cc
LMI
74862011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
7487
7b41decb
LMI
7488 * net/gnutls.el (gnutls-algorithm-priority): New variable.
7489 (gnutls-negotiate): Use it.
7490
dbc44fcd
LMI
7491 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
7492
06789f97
LMI
7493 * info.el (Info-beginning-of-buffer): New command.
7494 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
7495 announcing `b' as the key (bug#8325).
ab896c37 7496 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 7497
c39da690
LMI
7498 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
7499
3aa5f34b
LMI
7500 * international/mule-cmds.el
7501 (describe-specified-language-support): Make the error message
7502 clearer (bug#8905).
7503
4bf0979f
LMI
7504 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
7505
478615cc
LMI
7506 * isearch.el (isearch-barrier): Add a doc string, since it's
7507 mentioned in a function doc string (bug#8678).
7508
75c68aa1
MR
75092011-07-15 Martin Rudalics <rudalics@gmx.at>
7510
7511 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
7512 buffer argument (Bug#9083) and self-identifying label argument.
7513
a7c33da2
GM
75142011-07-15 Glenn Morris <rgm@gnu.org>
7515
7516 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
7517
2f5c6024
LMI
75182011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7519
7520 * man.el (Man-fontify-manpage): Fix message when formatting the
7521 man page (bug#7929).
7522
0bb23927 75232011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
7524
7525 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
7526 argument LRM; if non-nil, append an invisible LRM character to the
7527 buffer name.
7528 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
7529 last argument non-nil, when formatting buffer names.
0bb23927
EZ
7530 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
7531 paragraph direction.
cce4b0a7 7532
621ef9ab
LMI
75332011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7534
d1583c48
LMI
7535 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
7536 the man page name (bug#7929).
7537
6a57fb5f
LMI
7538 * image.el (put-image): Mention the `put-image' overlay property
7539 (bug#7834).
7540
d7956b14
LMI
7541 * scroll-bar.el (set-scroll-bar-mode): Mention that
7542 `scroll-bar-mode' lists the values (bug#7772).
7543
5b2d4a66
LMI
7544 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
7545 command (bug#7729).
7546
7509a874
LMI
7547 * rect.el (apply-on-rectangle): Return the point after the last
7548 operation.
7549 (string-rectangle): Go to the point after the last operation
7550 (bug#7522).
7551
4fe74b19
LMI
7552 * printing.el (pr-toggle-region): Clarify the documentation
7553 slightly (bug#7493).
7554
b796c9b7
SM
7555 * time.el (display-time-update):
7556 Allow `display-time-mail-function' to return nil (bug#7158).
7557 Fix suggested by Detlev Zundel.
ab283561 7558
fc233c9d
LMI
7559 * vc/diff.el (diff): Clarify the order the file names are read
7560 (bug#7111).
7561
43f5740b
LMI
7562 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
7563 the doc string (bug#7015).
7564
f2182a76
LMI
7565 * font-lock.el (font-lock-maximum-decoration): Mention what
7566 numeric levels mean (bug#6935).
7567
621ef9ab
LMI
7568 * startup.el (initial-buffer-choice): Don't mention the `none'
7569 selection, which is against policy.
7570
adc47434
MR
75712011-07-14 Martin Rudalics <rudalics@gmx.at>
7572
b796c9b7
SM
7573 * window.el (display-buffer-normalize-special):
7574 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 7575
7e5bfb8f
EZ
75762011-07-14 Eli Zaretskii <eliz@gnu.org>
7577
7578 * subr.el (version<, version<=, version=): Mention "-CVS" and
7579 "-12345" alpha version numbers.
7580
27fa387a
CY
75812011-07-14 Chong Yidong <cyd@stupidchicken.com>
7582
7583 * bindings.el: Add advertised binding for set-mark-command
7584 (Bug#5772).
7585
8bdfa064
CY
75862011-07-14 Chong Yidong <cyd@stupidchicken.com>
7587
7588 * bindings.el (mode-line-other-buffer):
7589 * bookmark.el (bookmark-bmenu-2-window):
7590 * bs.el (bs-cycle-next, bs-cycle-previous):
7591 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
7592 switch-to-buffer.
7593
7594 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 7595 Delete.
8bdfa064 7596
5eba16a3
JB
75972011-07-14 Juanma Barranquero <lekktu@gmail.com>
7598
7599 * follow.el (follow-debug-message, follow-redisplay):
7600 * jka-cmpr-hook.el (with-auto-compression-mode):
7601 Fix typos in docstrings.
7602
15853710
LMI
76032011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7604
a28e4607
LMI
7605 * subr.el (with-silent-modifications): Clarify somewhat what the
7606 macro inhibits (bug#6525).
7607
15853710
LMI
7608 * simple.el (eval-expression): Note what it does if called
7609 interactively (bug#6495).
7610
bee0fcef
CY
76112011-07-13 Chong Yidong <cyd@stupidchicken.com>
7612
b796c9b7
SM
7613 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
7614 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
7615
7616 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
7617 Remove switch-to-buffer.
7618
58274504
LMI
76192011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7620
bd2fcc8d
LMI
7621 * files.el (make-directory): Clarify that an error will be raised
7622 if there's an error (bug#6397).
7623
0f04b32c
LMI
7624 * startup.el (initial-buffer-choice): Add `none' as a choice
7625 (bug#6234).
7626
465c5fc8
LMI
7627 * subr.el (add-hook): Clarify section about buffer-local hooks
7628 (bug#6218).
7629
58274504
LMI
7630 * dired.el (dired-flagged): Clarify doc string (bug#6117).
7631
bead9a43
JB
76322011-07-13 Juanma Barranquero <lekktu@gmail.com>
7633
7634 * tabify.el (untabify): Preserve the current column so that point
7635 doesn't move (bug#6032).
7636
3af98a7b
LMI
76372011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7638
b796c9b7
SM
7639 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
7640 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 7641
6240145a
GM
76422011-07-13 Glenn Morris <rgm@gnu.org>
7643
7644 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
7645 (dired-insert-directory): Give a message the first time
7646 if ls is found not to support --dired.
7647
1d8c2ccc
LMI
76482011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7649
7650 * simple.el (toggle-truncate-lines): Clarify what is toggled
7651 (bug#5580). Text by Drew Adams.
7652
5fc4038e
CY
76532011-07-13 Chong Yidong <cyd@stupidchicken.com>
7654
7655 * simple.el (blink-matching-open): Make the error message from the
7656 last change less verbose.
7657
bf6012e5
DN
76582011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
7659
7660 * font-lock.el (font-lock-comment-face): Use the high contrast
7661 "yellow" color for font-lock-comment-face on low color terminals
7662 using a dark background color (bug#4221).
7663
343c3b5a
LMI
76642011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7665
7e9505c5
LMI
7666 * dired.el (dired-insert-set-properties): Make the doc string
7667 reflect what it does now (bug#5325).
7668
c26fdcf5
LMI
7669 * simple.el (blink-matching-open): Say that we were unable to find
7670 the match within the limit, if we're limited (bug#5122).
7671
bb388cc5
LMI
7672 * international/mule-cmds.el (prefer-coding-system): Add an
7673 example (bug#4869).
7674
343c3b5a
LMI
7675 * progmodes/etags.el (tags-search): Document `file-list-form'
7676 (bug#4731).
7677
2a517d45
LM
76782011-07-13 Lawrence Mitchell <wence@gmx.li>
7679
7680 * net/browse-url.el (browse-url-default-browser)
7681 (browse-url-browser-function): Make the default browser choice a
7682 bit more logical (bug#4300). Also clean up the doc string.
7683
b6c78ef2
JB
76842011-07-13 Juanma Barranquero <lekktu@gmail.com>
7685
7686 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
7687 binary endings (bug#4440).
7688
1c4dd947
LMI
76892011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7690
a2014063
LMI
7691 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
7692 which can be pretty annoying (bug#8971).
7693
9c9c2d88
LMI
7694 * jka-compr.el (jka-compr-verbose): New variable, and use
7695 throughout (bug#8971).
7696
1c4dd947
LMI
7697 * info.el (Info-find-file): Fall back on the installation
7698 directory if we can't find the info node anywhere else.
7699
a1c9f41b
SO
77002011-07-13 Sergei Organov <osv@javad.com> (tiny change)
7701
7702 * vc/vc.el (vc-revert-file):
7703 Don't set file time-stamp in the past. (Bug#5181)
7704
536f3d36
LMI
77052011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
7706
7152b011
LMI
7707 * files.el (after-find-file): Give a better error message when
7708 trying to find a symlink that points to a file that doesn't exist
7709 (bug#4398).
7710
536f3d36
LMI
7711 * progmodes/cc-vars.el: Remove (probably) misleading comment
7712 (bug#4396).
7713
460c0fba
JB
77142011-07-12 Johan Bockgård <bojohan@gnu.org>
7715
7716 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
7717
7a6bda45
CY
77182011-07-12 Chong Yidong <cyd@stupidchicken.com>
7719
7720 * mouse-sel.el: Hack restoring functionality, while keeping
7721 compatibility with 2010-07-03 changes to mouse selection.
7722 (mouse-sel-primary-overlay): New var.
7723 (mouse-sel-selection-alist): Use it.
7724 (mouse-sel-mode): Doc fix; remove points that are default features
7725 of mouse.el.
7726
c79598ef
JB
77272011-07-12 Johan Bockgård <bojohan@gnu.org>
7728
7729 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7730 Fix previous fix (bug#2490).
7731
ff8be6ef
RW
77322011-07-12 Roland Winkler <winkler@gnu.org>
7733
b796c9b7
SM
7734 * textmodes/bibtex.el (bibtex-initialize):
7735 Use pop-to-buffer-same-window.
ff8be6ef
RW
7736 (bibtex-search-entries): Fix interactive call.
7737
296ba3ee
LMI
77382011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
7739
f5242a02 7740 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
7741 Fontise bytecomp Error lines more correctly (bug#2490).
7742 Fix suggested by Johan Bockgård.
f5242a02 7743
296ba3ee
LMI
7744 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
7745
7746 * dired-x.el (dired-guess-default): Use `delete-dups'.
7747
f69fd0d2
CY
77482011-07-12 Chong Yidong <cyd@stupidchicken.com>
7749
7750 * dired.el (dired-mark-prompt):
7751 * dired-aux.el (dired-read-shell-command): Doc fix.
7752
eab5dc07
LMI
77532011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
7754
b796c9b7
SM
7755 * mail/sendmail.el (sendmail-query-once):
7756 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
7757 emacs -Q.
7758
7759 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
7760
eab5dc07
LMI
7761 * cus-edit.el (custom-file): Take an optional no-error variable.
7762 (customize-save-variable): Set the variable, and give a warning if
7763 running under "emacs -q".
7764
a1e65d42
JB
77652011-07-11 Juanma Barranquero <lekktu@gmail.com>
7766
7767 * loadhist.el (unload-feature-special-hooks):
7768 Add `auto-coding-functions', `fill-nobreak-predicate' and
7769 `find-directory-functions' (bug#5327).
7770
1d52da10
LMI
77712011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
7772
be958f1d
LMI
7773 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
7774
5bedb26c
LMI
7775 * cus-edit.el (custom-guess-name-alist): -alist variables should
7776 use the `alist' type (bug#3120). Suggested by Drew Adams.
7777
1d52da10
LMI
7778 * printing.el: Add documentation to all the `pr-toggle-' commands.
7779
cd394be1 77802011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
7781
7782 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
7783 backends where it makes sense (bug#2623).
7784
dcc88d8a
LMI
77852011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
7786
c3de9feb
LMI
7787 * dired-x.el (dired-guess-default): Remove duplicate shell command
7788 entries (bug#2028).
8a93078b 7789 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 7790 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 7791
dcc88d8a
LMI
7792 * subr.el (remove-duplicates): New conveniency function.
7793
505e3645
LMI
77942011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7795
7796 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
7797 (bug#1526).
7798
77992011-07-10 Martin Rudalics <rudalics@gmx.at>
7800
7801 * window.el (display-buffer-normalize-default): Don't invert
7802 meaning of even-window-heights. Reported by Eli Zaretskii
7803 <eliz@gnu.org>.
7804
455e4fa1
BR
78052011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
7806
7807 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
7808
8e0bc3e9
CY
78092011-07-10 Chong Yidong <cyd@stupidchicken.com>
7810
7811 * window.el (display-buffer): Fix arguments to
7812 display-buffer-reuse-window in last change.
7813
fa7c3228
CY
7814 * faces.el (link): Use a less saturated blue on light backgrounds.
7815
7816 * startup.el (fancy-startup-text, fancy-about-text)
7817 (fancy-startup-tail): Use font-lock faces, for background safety.
7818
c0a7f300
BN
78192011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
7820
b796c9b7
SM
7821 * emulation/viper-cmd.el (viper-change-state-to-vi):
7822 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 7823
4dc2a129
MR
78242011-07-09 Martin Rudalics <rudalics@gmx.at>
7825
7826 * window.el (display-buffer-default-specifiers): Remove.
7827 (display-buffer-macro-specifiers): Remove default specifiers.
7828 (display-buffer-alist): Default to nil.
b796c9b7 7829 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
7830 (display-buffer-pop-up-window): Allow splitting internal
7831 windows. Check whether a live window was created.
7832 (display-buffer-other-window-means-other-frame)
7833 (display-buffer-normalize-arguments): Rename to
7834 display-buffer-normalize-argument and rewrite. Set the
7835 other-window specifier.
7836 (display-buffer-normalize-special): New function.
7837 (display-buffer-normalize-options): Rename to
7838 display-buffer-normalize-default and rewrite.
7839 (display-buffer-normalize-options-inhibit): Remove.
7840 (display-buffer-normalize-specifiers): Rewrite.
7841 (display-buffer): Process other-window specifier and call
7842 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
7843 more faithfully.
b796c9b7 7844 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 7845 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
7846 (display-buffer-in-window, display-buffer-alist-set):
7847 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
7848 <tassilo@member.fsf.org>.
7849
2d43b8c9
LL
78502011-07-09 Leo Liu <sdl.web@gmail.com>
7851
7852 * register.el (insert-register): Restore accidental change on
7853 2011-06-26. (Bug#9028)
7854
7f9b7c53
GM
78552011-07-09 Glenn Morris <rgm@gnu.org>
7856
7857 * subr.el (remq): Handle the empty list. (Bug#9024)
7858
f042cfd8
AS
78592011-07-08 Andreas Schwab <schwab@linux-m68k.org>
7860
7861 * mail/sendmail.el (send-mail-function): No longer delay custom
7862 initialization.
7863 * custom.el (custom-initialize-delay): Doc fix.
7864
856b2f11
SM
78652011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
7866
7867 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
7868
afae1d68
MA
78692011-07-08 Michael Albinus <michael.albinus@gmx.de>
7870
7871 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
7872 human-friendly prompt.
7873
0757af94
SM
78742011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
7875
7876 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
7877 provided by a particular plugin.
7878
d760b731
LMI
78792011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
7880
7881 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
7882 save customizations (with "emacs -Q"), just set the variable
7883 instead of erroring out.
7884
7885 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
7886
cd79ce90
JL
78872011-07-08 Juri Linkov <juri@jurta.org>
7888
7889 * arc-mode.el (archive-zip-expunge, archive-zip-update)
7890 (archive-zip-update-case): Use 7z if found by `executable-find'.
7891 The order of searching the available programs is the same as in
7892 `archive-zip-extract' (bug#8968).
7893
14cc04aa
CY
78942011-07-07 Chong Yidong <cyd@stupidchicken.com>
7895
7896 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
7897 (menu-bar-options-menu): Tweak descriptions.
7898
0a1848ec
LMI
78992011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
7900
7901 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
7902 menu items into verb phrases (bug#1421). Also refill to fit under
7903 80 columns.
7904
f5bd0689
CY
79052011-07-07 Chong Yidong <cyd@stupidchicken.com>
7906
538e85c6
CY
7907 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
7908 (Info-read-node-name): Doc fix (Bug#1084).
7909
f5bd0689
CY
7910 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
7911 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
7912 (end-of-sexp, beginning-of-sexp)
7913 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
7914 (forward-symbol, forward-same-syntax, word-at-point)
7915 (sentence-at-point): Doc fix (Bug#1144).
7916
56ec5115
LMI
79172011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
7918
f3f8e37f
LMI
7919 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
7920 should cover it (bug#1281).
7921
0757af94 7922 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 7923
e9fce1ac 7924 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
7925 negotiation fails, then possibly try again with a non-encrypted
7926 connection (bug#9017).
7927
56ec5115
LMI
7928 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
7929 be used.
7930
c2f9aec8
RS
79312011-07-07 Richard Stallman <rms@gnu.org>
7932
7933 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
7934 property, and handle its changed format.
7935 Look for the correct line number.
7936 Use file's line contents (but not past first =) to find
7937 correct line in message.
7938
ef7b981d 79392011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
7940
7941 * international/characters.el (build-unicode-category-table):
7942 Delete it.
0757af94 7943 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 7944
0757af94 7945 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
7946 to src/chartab.c.
7947 (get-char-code-property): Call unicode-property-table-internal to
7948 load a file. Call get-unicode-property-internal where necessary.
7949 (put-char-code-property): Call unicode-property-table-internal to
7950 load a file. Call put-unicode-property-internal where necessary.
7951 put-unicode-property-internal where necessary.
0757af94
SM
7952 (char-code-property-description):
7953 Call unicode-property-table-internal to load a file.
c805dec0
KH
7954
7955 * international/charprop.el:
7956 * international/uni-bidi.el:
7957 * international/uni-category.el:
7958 * international/uni-combining.el:
7959 * international/uni-comment.el:
7960 * international/uni-decimal.el:
7961 * international/uni-decomposition.el:
7962 * international/uni-digit.el:
7963 * international/uni-lowercase.el:
7964 * international/uni-mirrored.el:
7965 * international/uni-name.el:
7966 * international/uni-numeric.el:
7967 * international/uni-old-name.el:
7968 * international/uni-titlecase.el:
7969 * international/uni-uppercase.el: Regenerate.
7970
7971 * loadup.el: Load international/charprop.el before
7972 international/characters.
7973
e14b388a
CY
79742011-07-07 Chong Yidong <cyd@stupidchicken.com>
7975
7976 * window.el (next-buffer, previous-buffer): Signal an error if
7977 called from a minibuffer window.
7978
7979 * bindings.el: Revert 2011-07-04 change.
7980
354cf0ba
RS
79812011-07-06 Richard Stallman <rms@gnu.org>
7982
7983 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
7984 (rmail-mime-insert-bulk, rmail-mime-insert-text):
7985 Treat markers like ints.
7986 (rmail-mime-entity): Doc fix.
7987
a48868a7
LMI
79882011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
7989
4906cd3d
LMI
7990 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
7991 defcustom again for backwards compatibility.
7992
e0457abe
LMI
7993 * simple.el (shell-command-on-region): Fill.
7994
d67f7e1f
LMI
7995 * dired-aux.el (dired-kill-line): Add a doc string.
7996
fe204702
LMI
7997 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
7998 to "\\sw\\|\\s_" (bug#358).
7999
a48868a7
LMI
8000 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
8001 (dired-unmark-backward): Ditto.
8002 (dired-flag-backup-files): Ditto.
8003
8004 * dired-x.el (dired-mark-sexp): Ditto.
8005
aa8a705c
RS
80062011-07-06 Richard Stallman <rms@gnu.org>
8007
8008 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
8009 (rmail-mime-entity): New arg TRUNCATED.
8010 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
8011 New functions.
8012 (rmail-mime-save): Warn if entity is truncated.
8013 (rmail-mime-toggle-hidden): Likewise, for showing.
8014 (rmail-mime-process-multipart): Record when an entity is truncated.
8015
a9a936b9
RS
8016 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
8017 if ENTITY is a string.
8018
1f2b92cb
LMI
80192011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
8020
f4f73198 8021 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
8022 of faces when `M-C-x'-ing their definitions (bug#8378).
8023 Also clean up the code slightly.
f4f73198 8024
12b16734 8025 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 8026 because that makes the colors go away.
12b16734 8027
f0691d22
LMI
8028 * mail/sendmail.el (send-mail-function): Change the default to
8029 `sendmail-query-once'.
9e87df06 8030 (sendmail-query-once): Add an autoload cookie.
f0691d22 8031
1f2b92cb
LMI
8032 * net/network-stream.el (network-stream-open-starttls): Try using
8033 a plain connection even if the server offered STARTTLS, and we
8034 kinda wanted to use it, if Emacs doesn't have any STARTTLS
8035 capability. This should make smtpmail.el work in slightly more
8036 configurations.
8037
1cdd2a1b
MA
80382011-07-06 Michael Albinus <michael.albinus@gmx.de>
8039
8040 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
8041 New defun.
8042 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
8043
fbcc67e2
MM
80442011-07-06 Michael R. Mauger <mmaug@yahoo.com>
8045
8046 * progmodes/sql.el: Version 3.0
0757af94 8047 (sql-product-alist): Add product :completion-object,
fbcc67e2 8048 :completion-column, and :statement attributes.
0757af94 8049 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 8050 (sql-mode-syntax-table): Mark all punctuation.
0757af94 8051 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
8052 ansi keywords.
8053 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 8054 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
8055 (sql-oracle-show-reserved-words): New function for development.
8056 (sql-product-font-lock): Simplify for source code buffers.
8057 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
8058 New functions.
8059 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
8060 (sql-mode-map): Add statement movement functions.
8061 (sql-ansi-statement-starters, sql-oracle-statement-starters):
8062 New variable.
fbcc67e2
MM
8063 (sql-statement-regexp, sql-beginning-of-statement)
8064 (sql-end-of-statement, sql-signum): New functions.
0757af94 8065 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
8066 (sql-show-sqli-buffer): Bug fix.
8067 (sql-interactive-mode): Store connection data as buffer local.
0757af94 8068 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
8069 with sql-interactive-mode.
8070 (sql-save-connection): Save buffer local settings.
0757af94 8071 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
8072 (sql-product-interactive): Bug fix.
8073 (sql-preoutput-hold): New variable.
8074 (sql-interactive-remove-continuation-prompt): Bug fixes.
8075 (sql-debug-redirect): New variable.
8076 (sql-str-literal): New function.
8077 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 8078 Redesign.
fbcc67e2
MM
8079 (sql-oracle-save-settings, sql-oracle-restore-settings)
8080 (sql-oracle-list-all, sql-oracle-list-table): New functions.
8081 (sql-completion-object, sql-completion-column)
8082 (sql-completion-sqlbuf): New variables.
8083 (sql-build-completions-1, sql-build-completions)
8084 (sql-try-completion): New functions.
8085 (sql-read-table-name): Use them.
8086 (sql-contains-names): New buffer local variable.
8087 (sql-list-all, sql-list-table): Use it.
8088 (sql-oracle-completion-types): New variable.
8089 (sql-oracle-completion-object, sql-sqlite-completion-object)
8090 (sql-postgres-completion-object): New functions.
8091
d4eaeab1
GM
80922011-07-06 Glenn Morris <rgm@gnu.org>
8093
8094 * window.el (pop-to-buffer): Doc fix.
8095
322b7dab 80962011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
8097
8098 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
8099
322b7dab 81002011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 8101
322b7dab 8102 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 8103
322b7dab 8104 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 8105
605dd5bf
CY
81062011-07-05 Chong Yidong <cyd@stupidchicken.com>
8107
8108 * button.el (button): Inherit from link face. Suggested by Dan
8109 Nicolaescu.
8110
7dbfa719
SM
81112011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
8112
3db614b0
SM
8113 * progmodes/gdb-mi.el: Fit in 80 columns.
8114 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
8115 switch-to-buffer.
8116
7dbfa719
SM
8117 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
8118 if imenu is simply not configured (bug#8941).
8119
919d884a
KM
81202011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
8121
8122 * allout.el (allout-post-undo-hook): New allout outline-change
8123 event hook to signal undo activity.
8124 (allout-post-command-business): Run allout-post-undo-hook if an
8125 undo just occurred.
7dbfa719
SM
8126 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
8127 * allout-widgets.el (allout-widgets-after-undo-function):
8128 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
8129 in the vicinity of an undo.
8130 (allout-widgets-mode): Include allout-widgets-after-undo-function
8131 on the new allout-post-undo-hook.
8132
450a0f09
SM
81332011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
8134
8135 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
8136 Let define-derived-mode define it.
8137 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
8138 cycles of abbrev-table inheritance (bug#8998).
8139
2de69e00
RW
81402011-07-05 Roland Winkler <winkler@gnu.org>
8141
8142 * textmodes/bibtex.el: Add support for biblatex.
8143 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
8144 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
8145 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
8146 (bibtex-entry-alist, bibtex-field-alist): New variables.
8147 (bibtex-entry-field-alist): Obsolete alias for
8148 bibtex-BibTeX-entry-alist.
8149 (bibtex-entry-alist, bibtex-field-alist): New widgets.
8150 (bibtex-set-dialect): New command.
8151 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
8152 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
8153 Bind via bibtex-set-dialect.
2de69e00
RW
8154 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
8155 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
8156 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
8157 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
8158 Define via bibtex-set-dialect.
450a0f09
SM
8159 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
8160 Obey bibtex-no-opt-remove-re.
2de69e00
RW
8161 (bibtex-vec-push, bibtex-vec-incr): New functions.
8162 (bibtex-format-entry, bibtex-field-list)
8163 (bibtex-print-help-message, bibtex-validate)
8164 (bibtex-search-entries): Use new format of bibtex-entry-alist.
8165
2dcdbdd9
SM
81662011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
8167
8168 * progmodes/compile.el (compilation-goto-locus):
8169 * net/tramp-cmds.el (tramp-append-tramp-buffers):
8170 * bs.el (bs-cycle-next, bs-cycle-previous):
8171 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
8172 * bindings.el (mode-line-other-buffer):
8173 * autoinsert.el (auto-insert):
8174 * arc-mode.el (archive-extract):
8175 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
8176
b27640fe
JB
81772011-07-05 Juanma Barranquero <lekktu@gmail.com>
8178
8179 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
8180 Fix check of `emacs-lock-unlockable-modes'.
8181 Coerce true values of `emacs-lock--try-unlocking' to t.
8182
53bbe3ad
JB
81832011-07-05 Juanma Barranquero <lekktu@gmail.com>
8184
8185 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
8186 * emacs-lock.el: New file.
8187
1d3cdbc7
JD
81882011-07-05 Julien Danjou <julien@danjou.info>
8189
8190 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
8191 than `boundp' to check if face is set.
8192
9173deec
JB
81932011-07-05 Juanma Barranquero <lekktu@gmail.com>
8194
8195 * register.el (registerv-make):
8196 * window.el (window-min-height): Fix typos in docstrings.
8197
869795d6
JD
81982011-07-05 Jan Djärv <jan.h.d@swipnet.se>
8199
9173deec 8200 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
8201 Update doc string.
8202
b768cdcd
JB
82032011-07-04 Juanma Barranquero <lekktu@gmail.com>
8204
8205 * server.el (server-execute): Catch quit and call
8206 `server-return-error' to pass the error back to emacsclient and
8207 close the connection (bug#8942).
8208
13aa217b
KM
82092011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
8210
8211 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
8212 insecure exception for current topic. Also note that auto-saves
8213 are handled differently.
8214
8215 (allout-auto-save-temporarily-disabled), (allout-just-did-undo):
8216 State variables for tracking auto-save inhibition situation.
8217
8218 (allout-write-contents-hook-handler): Rename from
8219 'allout-write-file-hook-handler', and describe how it depends on
8220 write-contents-functions sensitivity to non-nil value to prevent
8221 file write.
8222
8223 (allout-auto-save-hook-handler): Remove. auto-save does not check
8224 this in individual buffers, only in the starting buffer, so this
8225 is not the right way for us to inhibit auto-save in a buffer
8226 according to its condition.
8227
8228 (allout-mode): Use new allout-write-contents-hook-handler, and
8229 only with write-contents-functions. Remove auto-save provisions -
8230 they're implemented elsewhere.
8231
8232 (allout-before-change-handler): If undo is in progress, note that
8233 for attention of allout-post-command-business.
8234
8235 (allout-post-command-business): If the command we're following was
8236 an undo, check for change in the status of encrypted items and
8237 adjust auto-save inhibitions accordingly.
8238
8239 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
8240 according to whether there are or aren't any plain-text topics
8241 pending encryption.
8242
2dcdbdd9 8243 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
8244 Adjust buffer-saved-size and some allout state to inhibit auto-saves
8245 if there are plain-text topics pending encryption.
13aa217b
KM
8246
8247 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
8248 buffer-saved-size and some allout state to not inhibit auto-saves
8249 if there are no longer any plain-text topics pending encryption.
8250
0757af94
SM
8251 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
8252 No longer provide for exemption of the current topic.
13aa217b 8253
ac89b32c
JL
82542011-07-04 Juri Linkov <juri@jurta.org>
8255
8256 Add 7z operations to delete and save changed members (bug#8968).
8257 * arc-mode.el (archive-7z-expunge, archive-7z-update):
8258 New defcustoms.
8259 (archive-7z-write-file-member): New function.
8260 (archive-7z-summarize): Fix the number of dashes in the
8261 listing output.
8262
8fa39615
SM
82632011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
8264
8265 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
8266 (bug#8958).
8267
2f11b3f1
CY
82682011-07-04 Chong Yidong <cyd@stupidchicken.com>
8269
d66fef2b
CY
8270 * bindings.el: Ignore next-buffer and previous-buffer in
8271 minibuffer-local-map.
8272
2f11b3f1
CY
8273 * font-lock.el (font-lock-builtin-face): Change light background
8274 color to dark slate blue (Bug#6693).
8275
f932a347
WD
82762011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
8277
8278 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
8279
c8af70e1
SM
82802011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
8281
8282 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
8283 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8284 Add switch-to-buffer.
8285
f158badc
LMI
82862011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
8287
8288 * isearch.el (isearch-search-fun-function): Clarify further the
8289 meaning of the function returned.
8290
6d95bd46
MA
82912011-07-04 Michael Albinus <michael.albinus@gmx.de>
8292
8293 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
8294
8295 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
8296 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
8297 Use it.
8298 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
8299 `tramp-default-remote-path' does not exist.
8300 (tramp-send-command-and-read): New optional argument NOERROR.
8301 (tramp-open-connection-setup-interactive-shell)
8302 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
8303 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
8304 (tramp-process-sentinel): Flush also process' connection property.
8305 (tramp-sh-handle-start-file-process): Do not set process
8306 sentinel. It is done now ...
8307 (tramp-maybe-open-connection): ... here. (Bug#8929)
8308
909e6b67
MK
83092011-07-04 MON KEY <monkey@sandpframing.com>
8310
8311 * play/animate.el (animate-string): Doc fixes and allow changing
8312 the buffer name (bug#5417).
8313
83142011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
8315
c8af70e1 8316 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 8317
f34755dc
PE
83182011-07-04 Paul Eggert <eggert@cs.ucla.edu>
8319
396cec72
PE
8320 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
8321 This is simpler and helps future-proof the code.
8322 (timer-until): Use time-subtract and float-time.
08235028 8323 (timer--time-less-p): Use time-less-p.
f34755dc 8324
56e6cc31
JB
83252011-07-04 Juanma Barranquero <lekktu@gmail.com>
8326
3abb79e5
JB
8327 * type-break.el (timep): Use the value of `float-time' to avoid a
8328 byte-compiler warning.
8329
56e6cc31
JB
8330 * server.el (server-eval-and-print): Return any result, even nil.
8331
7b9430b4
PE
83322011-07-03 Paul Eggert <eggert@cs.ucla.edu>
8333
8334 * type-break.el: Accept time formats that the builtins accept.
8335 (timep, type-break-time-difference): Accept any format that
8336 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
8337 This is simpler and helps future-proof the code.
8338 (type-break-time-difference): Round rather than ignoring
8339 subseconds components.
8340
3034e9e7
LMI
83412011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8342
8343 * info.el (Info-apropos-matches): Make non-interactive, since it
8344 doesn't seem to do anything useful as a command (bug#8829).
8345
1485f4c0
CY
83462011-07-03 Chong Yidong <cyd@stupidchicken.com>
8347
8348 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 8349 Move from faces.el.
1485f4c0
CY
8350 (frame-default-terminal-background): New function.
8351
8352 * custom.el (custom-push-theme): Don't record faces in `changed'
8353 theme; this doesn't work correctly for per-frame face settings.
8354 (disable-theme): Use face-set-after-frame-default to reset faces.
8355 (custom--frame-color-default): New function.
8356
9fa3dd45
LMI
83572011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8358
c8af70e1 8359 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
8360 (bug#8769).
8361
6cbbc20c
KR
83622011-03-29 Kevin Ryde <user42@zip.com.au>
8363
8364 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8365 `perl-Test2' extend to match possible "fail #N" rep count
8366 (bug#8377).
8367
c7f98048
LMI
83682011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8369
65676592
LMI
8370 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
8371 `smtpmail-via-smtp' now returns the error instead of nil.
8372
c7f98048
LMI
8373 * isearch.el (isearch-search-fun-function): Clarify the doc string
8374 (bug#8101).
8375
56e6cc31 83762011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
8377
8378 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
8379 unnecessary spaces (bug#8987).
8380
2b216704
LMI
83812011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8382
8383 * net/network-stream.el (open-network-stream): Use the
8384 :end-of-capability command thoughout.
8385
83862011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
8387
8388 * net/network-stream.el (open-network-stream): Add the
8389 :end-of-capability command parameter, used by pop3.el.
8390
36adf6ce
LMI
83912011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8392
1ca0da0e
LMI
8393 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
8394
fc00f69c
LMI
8395 * fringe.el (fringe-query-style): Remove redundant text " (type ?
8396 for list)" (bug#6475).
8397
28fd8759 8398 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 8399 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
8400 an error (bug#6297).
8401
0dd8b6da
LMI
8402 * man.el (Man-reference-regexp): Allow matching possible
8403 word-wrapped references (bug#6289).
8404
ce1438d6
LMI
8405 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
8406 for consistency with the other vc buffers (bug#6197).
8407 (vc-checkin): Ditto.
8408
8409 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
8410
36adf6ce
LMI
8411 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
8412
e83cc1f7
LMI
84132011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
8414
8a20ca4c
LMI
8415 * custom.el (defcustom): Clarify that :set is only used in the
8416 Customize user interface (bug#6089).
8417
83319045
LMI
8418 * progmodes/flymake.el (flymake-mode): If the buffer isn't
8419 associated with a file, refuse to run instead of erroring out
8420 (bug#6084).
8421
a8392169
LMI
8422 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
8423 the doc string, since it appears that using `fill-column' always
8424 controls the width (bug#7845).
8425
e83cc1f7
LMI
8426 * simple.el (shell-command-on-region): Say where the error output
8427 went if `shell-command-default-error-buffer' is set (bug#6857).
8428
e47ca23b
KM
84292011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
8430
8431 * allout.el (allout-yank-processing): Adjust cursor position for
8432 backwards-deleted space.
8433
8434 (allout-rebullet-heading): Register changes with
8435 allout-exposure-changed-hook, so the modified topic is properly
8436 decorated.
8437
5cf56143
LMI
84382011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
8439
08549772
LMI
8440 * minibuffer.el (completion-in-region): Document PREDICATE
8441 (bug#7136).
8442
48e96771
LMI
8443 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
8444 of keyword/argument pairs (bug#6904).
8445
c8af70e1
SM
8446 * replace.el (multi-occur):
8447 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 8448
e17d05e2
LMI
84492011-07-02 Drew Adams <drew.adams@oracle.com>
8450
8451 * dired.el (dired-mark-if): Make the message about whether it's
8452 marking or unmarking clearer (bug#8523).
8453
063b0e45
LMI
84542011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
8455
8456 * disp-table.el (display-table-print-array): New function.
8457 (describe-display-table): Use it to print the vectors more pretty
8458 (Bug#8859).
8459
28545e04
MR
84602011-07-02 Martin Rudalics <rudalics@gmx.at>
8461
8462 * window.el (window-state-get-1): Don't assign clone numbers.
8463 Add clone-of item to list of window parameters.
8464 (window-state-put-2): Don't process clone numbers.
8465 (display-buffer-alist): Fix doc-string.
8466
3349e122
SM
84672011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
8468
8469 * subr.el (remq): Don't allocate if it's not needed.
8470 (keymap--menu-item-binding, keymap--menu-item-with-binding)
8471 (keymap--merge-bindings): New functions.
8472 (keymap-canonicalize): Use them to refine the canonicalization.
8473 * minibuffer.el (minibuffer-local-completion-map)
8474 (minibuffer-local-must-match-map): Move initialization from C.
8475 (minibuffer-local-filename-completion-map): Move initialization from C;
8476 don't inherit from anything here.
8477 (minibuffer-local-filename-must-match-map): Make obsolete.
8478 (completing-read-default): Use make-composed-keymap to combine
8479 minibuffer-local-filename-completion-map with either
8480 minibuffer-local-must-match-map or
8481 minibuffer-local-filename-completion-map.
8482
d224ac83
GM
84832011-07-01 Glenn Morris <rgm@gnu.org>
8484
3de63bf8
GM
8485 * type-break.el (type-break-time-sum): Use dolist.
8486
d224ac83
GM
8487 * textmodes/flyspell.el (flyspell-word-search-backward):
8488 Replace CL function.
8489
1a1e3f32
SM
84902011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
8491
fe3f64d5
SM
8492 * mouse.el (mouse--strip-first-event): New function.
8493 (function-key-map): Use it to map fringe clicks to normal clicks
8494 by default.
8495
eb604e34
SM
8496 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
8497 (vc-bzr-revision-completion-table): Add support for annotate and date.
8498
1a1e3f32
SM
8499 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
8500 inherit from parent.
8501
5bd35902
LMI
85022011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8503
ace6c69c 8504 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 8505 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 8506
191e2bed
LMI
8507 * dired.el (dired-mode): Fix up the doc string as suggested by
8508 Drew Adams (bug#8817).
8509
5bd35902
LMI
8510 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
8511 cookie, since the manual says that it should be possible to add
8512 this function to `find-file-hook' (bug#8709).
8513
eee8207a
TZ
85142011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
8515
8516 * progmodes/cfengine.el: Moved all cfengine3.el functionality
8517 here. Noted Ted Zlatanov as the maintainer.
8518 (cfengine-common-settings, cfengine-common-syntax): New functions
8519 to set up common things between `cfengine-mode' and
8520 `cfengine3-mode'.
8521 (cfengine3-mode): New mode.
8522 (cfengine3-defuns cfengine3-defuns-regex
8523 (cfengine3-class-selector-regex cfengine3-category-regex)
8524 (cfengine3-vartypes cfengine3-font-lock-keywords)
8525 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 8526 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 8527
36b148cf
MA
85282011-07-01 Michael Albinus <michael.albinus@gmx.de>
8529
8530 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
8531
8532 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
8533
0bf4ba9a
MR
85342011-07-01 Martin Rudalics <rudalics@gmx.at>
8535
8536 * window.el (same-window-buffer-names, same-window-regexps)
8537 (same-window-p, special-display-frame-alist)
8538 (special-display-popup-frame, special-display-function)
8539 (special-display-buffer-names, special-display-regexps)
8540 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
8541 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
8542 (split-window-preferred-function, split-height-threshold)
8543 (split-width-threshold, even-window-heights)
8544 (display-buffer-mark-dedicated, window-splittable-p)
8545 (split-window-sensibly, window-safely-shrinkable-p):
8546 Un-obsolete.
8547 (display-buffer): Don't spread args with function specifier
8548 because special-display-popup-frame won't like it.
8549
35837f51
PE
85502011-07-01 Paul Eggert <eggert@cs.ucla.edu>
8551
d0672f86
PE
8552 Time-stamp simplifications and fixes.
8553 These improve accuracy slightly, and future-proof the code
8554 against some potential changes to current-time format.
8555
b9444d97
PE
8556 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
8557 by using time-since and float-time.
8558
0ef923dc
PE
8559 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
8560 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
8561 + NNN microseconds".
8562
2f81380d
PE
8563 * type-break.el (type-break-time-sum): Rewrite using time-add.
8564
845b5c3e
PE
8565 * play/hanoi.el (hanoi-current-time-float): Remove.
8566 All uses replaced by float-time.
8567
ee6f1be0
PE
8568 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
8569 This yields a more-accurate answer.
8570 (rng-time-to-float): Remove; no longer needed.
8571
fe955043
PE
8572 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
8573
5777162a
PE
8574 * calendar/timeclock.el (timeclock-seconds-to-time):
8575 Defalias to seconds-to-time, since they're the same thing.
8576
3103f8b6 8577 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 8578 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
8579 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
8580
0e61a35f
SM
85812011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
8582
8583 * window.el (bury-buffer): Don't iconify the only frame.
8584 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
8585 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
8586
ddd63a1e
CY
85872011-07-01 Chong Yidong <cyd@stupidchicken.com>
8588
0e61a35f
SM
8589 * eshell/em-smart.el (eshell-smart-display-navigate-list):
8590 Add mouse-yank-primary.
ddd63a1e 8591
055f4923
TZ
85922011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
8593
8594 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
8595
6a2fb145
SM
85962011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
8597
8598 * emacs-lisp/find-func.el (find-library--load-name): New fun.
8599 (find-library-name): Use it to find relative load names when provided
8600 absolute file name (bug#8803).
8601
fd4983f2
LMI
86022011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8603
887d14ad
LMI
8604 * textmodes/flyspell.el (flyspell-word): Consider words that
8605 differ only in case as potential doublons (bug#5687).
8606
c53dc7fc
LMI
8607 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
8608 Remove two rather uninteresting debugging-like messages to make
8609 debbugs.el more silent.
8610
fd4983f2
LMI
8611 * comint.el (comint-password-prompt-regexp): Accept "Response" as
8612 a password-like phrase.
8613
7a71b18d 86142011-06-30 Masatake YAMATO <yamato@redhat.com>
b14c0c55
AM
8615
8616 * progmodes/cc-guess.el: New file.
8617
6a2fb145 8618 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
8619
8620 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
8621 derived from `c-basic-common-init'.
8622
8623 * progmodes/cc-mode.el (top-level): Require cc-guess.
8624 (c-basic-common-init): Use `cc-choose-style-for-mode'.
8625
1fa280a3
LM
86262011-06-30 Lawrence Mitchell <wence@gmx.li>
8627
8628 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
8629
e6597158
AM
86302011-06-30 Alan Mackenzie <acm@muc.de>
8631
1fa280a3
LM
8632 * progmodes/cc-engine.el (c-guess-continued-construct):
8633 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
8634 lock is disabled. Name this case as "CASE G".
8635
68ba37fb
KM
86362011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
8637
8638 * allout.el (allout-yank-processing): Fix injection of extra space
8639 between bullet and non-whitespace character in first topic when
8640 pasting, ensuring that the actual spacing in the pasted topic
8641 following the bullet char is preserved. This extra space was
8642 causing pasted encrypted topics to get a decrypted status even
8643 when the content was actually still encrypted. Now the decryption
8644 status from before the paste is preserved.
8645
8646 (allout-flag-region): Set all allout overlays so they evaporate
8647 when reduced to zero length (evanescent), to prevent overlay
8648 leakage.
8649
887a0b34
GM
86502011-06-30 Glenn Morris <rgm@gnu.org>
8651
94b9acce
GM
8652 * w32-fns.el (w32-charset-info-alist): Declare.
8653
1d9b46d4
GM
8654 * find-dired.el (find-grep-options): Simplify.
8655
cc232200
GM
8656 * term/ns-win.el (ns-set-resource): Declare.
8657
28e77c46
GM
8658 * ses.el (row, col): Declare dynamic variables honestly.
8659
887a0b34
GM
8660 * textmodes/reftex-parse.el (index-tags): Declare.
8661
658d8eb8
CY
86622011-06-30 Chong Yidong <cyd@stupidchicken.com>
8663
8664 * cus-edit.el (customize-push-and-save): New function.
8665
8666 * files.el (hack-local-variables-confirm): Use it.
8667
1fa280a3
LM
8668 * custom.el (load-theme): New arg NO-CONFIRM.
8669 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
8670 (custom-enabled-themes): Doc fix.
8671
8672 * cus-theme.el (customize-create-theme)
8673 (custom-theme-merge-theme): Callers to load-theme changed.
8674
bb617717
LMI
86752011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8676
d61bdd5d
LMI
8677 * thingatpt.el (thing-at-point-short-url-regexp): Require that
8678 short URLs have at least one dot in them (bug #7614).
8679
bb617717
LMI
8680 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
8681 nil, because using a pty is apparently too slow (bug #895).
8682
2f31f37a
LMI
86832011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
8684
8685 * mail/sendmail.el (sendmail-query-once): New function.
8686 (sendmail-query-once-function): New variable.
8687
3076b24e
GM
86882011-06-29 Glenn Morris <rgm@gnu.org>
8689
faf2a174
GM
8690 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
8691
3076b24e
GM
8692 * ses.el (top-level): Require cl when compiling.
8693 (ses-set-localvars): Fix error statement.
8694 Call it at compile time to silence a storm of warnings.
8695
5386012d
MR
86962011-06-29 Martin Rudalics <rudalics@gmx.at>
8697
8698 * window.el (normalize-live-buffer): Rename to
8699 window-normalize-buffer.
8700 (normalize-live-frame): Rename to window-normalize-frame.
8701 (normalize-any-window): Rename to window-normalize-any-window.
8702 (normalize-live-window): Rename to window-normalize-live-window.
8703 (make-window-atom): Rename to window-make-atom.
8704 (window-resize-reset): Rename to window--resize-reset.
8705 (window-resize-reset-1): Rename to window--resize-reset-1.
8706 (resize-mini-window): Rename to window--resize-mini-window.
8707 (resize-subwindows-skip-p): Rename to
8708 window--resize-subwindows-skip-p.
8709 (resize-subwindows-normal): Rename to
8710 window--resize-subwindows-normal.
8711 (resize-subwindows): Rename to window--resize-subwindows.
8712 (resize-other-windows): Rename to window--resize-siblings.
8713 (resize-this-window): Rename to window--resize-this-window.
8714 (resize-root-window): Rename to window--resize-root-window.
8715 (resize-root-window-vertically): Rename to
8716 window--resize-root-window-vertically.
8717 (normalize-buffer-to-display): Rename to
8718 window-normalize-buffer-to-display.
8719 (normalize-buffer-to-switch-to): Rename to
8720 window-normalize-buffer-to-switch-to.
8721 Correspondingly update all callers of the functions listed
8722 above.
8723 (display-buffer-alist, display-buffer-normalize-arguments)
8724 (display-buffer-normalize-options, display-buffer)
8725 (display-buffer-alist-set): Use "function" instead of
8726 "fun-with-args".
8727
1176868d
CY
87282011-06-28 Chong Yidong <cyd@stupidchicken.com>
8729
8730 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
8731 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
8732 debbugs.gnu.org. Mention acknowledgment email.
8733
20a7a65f
LMI
87342011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
8735
8736 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
8737 buffer multibyteness, since it shouldn't matter.
8738
5f45cca5
MR
87392011-06-28 Martin Rudalics <rudalics@gmx.at>
8740
8741 * window.el (display-buffer-in-side-window): Handle dedicated
8742 windows as in display-buffer-reuse-window.
8743 (display-buffer-normalize-alist): Use value of override
8744 specifier.
8745 (display-buffer-normalize-specifiers): Use value of
8746 other-window-means-other-frame specifier.
8747 (display-buffer-alist): Rewrite some texts in widgets.
8748 (display-buffer): Spread arguments when calling function
8749 specified by fun-with-args.
8750
ad85fe1f
DD
87512011-06-28 Deniz Dogan <deniz@dogan.se>
8752
1fa280a3
LM
8753 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
8754 Unnest `let'.
da68c4c8 8755
ad85fe1f
DD
8756 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
8757 selectors (Bug#5732).
ec49bd31 8758 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 8759
a08cc025
JA
87602011-06-27 Jari Aalto <jari.aalto@cante.net>
8761
8762 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
8763 (eshell-ls-date-format): New defcustom.
8764 (eshell-ls-file): Use it.
8765
e2b551c5
SM
87662011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
8767
8768 * help-fns.el (describe-variable): Fix message for terminal-local vars.
8769
8982b231
KY
87702011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
8771
8772 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
8773 (ange-ftp-make-tmp-name): New arg.
8774 (ange-ftp-file-local-copy): Use it.
8775
36c9fa27
J
87762011-06-27 Jambunathan K <kjambunathan@gmail.com>
8777
8778 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
8779 no-conversion (Bug#8870).
8780
d68443dc
MR
87812011-06-27 Martin Rudalics <rudalics@gmx.at>
8782
8783 * window.el (window-right, window-left, window-child)
8784 (window-child-count, window-last-child)
8785 (window-iso-combination-p, walk-window-tree-1)
8786 (window-atom-check-1, window-tree-1, delete-window)
8787 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
8788 new naming conventions - window-vchild, window-hchild,
8789 window-next and window-prev are now called window-top-child,
8790 window-left-child, window-next-sibling and window-prev-sibling
8791 respectively.
d615d6d2
MR
8792 (resize-window-reset): Rename to window-resize-reset.
8793 (resize-window-reset-1): Rename to window-resize-reset-1.
8794 (resize-window): Rename to window-resize.
8795 (window-min-height, window-min-width)
8796 (resize-mini-window, resize-this-window, resize-root-window)
8797 (resize-root-window-vertically, adjust-window-trailing-edge)
8798 (enlarge-window, shrink-window, maximize-window)
8799 (minimize-window, delete-window, quit-restore-window)
8800 (split-window, balance-windows, balance-windows-area-adjust)
8801 (balance-windows-area, window-state-put-2)
8802 (display-buffer-even-window-sizes, display-buffer-set-height)
8803 (display-buffer-set-width, set-window-text-height)
8804 (fit-window-to-buffer): Rename all "resize-window" prefixed
8805 calls to use the "window-resize" prefix convention.
8806 (display-buffer-alist): Fix symbol for label specifier.
8807 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
8808 corresponding specifier.
8809 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 8810
b6458526
VB
88112011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
8812
8813 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
8814 convention.
8815 (ses-call-printer): Does not pass an empty string to formatter when the
8816 cell is empty to keep from barking printer Calc math-format-value.
8817
d31fd9ac
RS
88182011-06-27 Richard Stallman <rms@gnu.org>
8819
43d5bf84
RS
8820 * battery.el (battery-mode-line-limit): New variable.
8821 (battery-update): Handle it.
8822
d31fd9ac
RS
8823 * mail/rmailmm.el (rmail-mime-process-multipart):
8824 Handle truncated messages.
8825
819a6054
GM
88262011-06-27 Glenn Morris <rgm@gnu.org>
8827
8828 * progmodes/flymake.el (flymake-err-line-patterns):
8829 Allow for column numbers in the ant/javac pattern. (Bug#8866)
8830
cedc73f2
VB
88312011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
8832
819a6054 8833 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
8834 (ses--clean-!, ses--clean-_): New functions.
8835 (ses-range): Add configurability of readout order, and conversion
8836 to Calc vector.
8837
5e5d49b6
VB
8838 * ses.el (ses-repair-cell-reference-all): New function.
8839 (ses-cell-symbol): Set macro as safe, so that it can be used in
8840 formulas.
8841
56e6cc31 8842 * ses.el: Update cycle detection algorithm.
90ca8b49 8843 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 8844 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
8845 (ses-set-localvars): New function.
8846 (ses-make-cell): Add property-list as a cell element.
8847 (ses-cell-property-get-fun, ses-cell-property-get)
8848 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
8849 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
8850 New functions.
90ca8b49
VB
8851 (ses-cell-property-set, ses-cell-property-pop)
8852 (ses-cell-property-get-handle): New macro.
8853 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
8854 New aliases, used for code readability.
8855 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
8856 cycle detection.
8857 (ses-self-reference-early-detection): New defcustom.
fac916bf 8858 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
8859 (ses-mode): Use ses-set-localvars.
8860 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
8861 before lauching the update processing.
8862 (ses-initialize-Dijkstra-attempt): New function.
8863 (ses-recalculate-cell): Update for cycle detection based on
8864 Dijkstra algorithm.
8865
2bb63e81
VB
8866 * ses.el: Fix commenting and indenting convention.
8867
c9d29fb8
SM
88682011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
8869
8870 * bs.el (bs-cycle-next): Complete last change.
8871
d8e4b68b
JB
88722011-06-27 Drew Adams <drew.adams@oracle.com>
8873
8874 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
8875
40098786
LMI
88762011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
8877
c9d29fb8
SM
8878 * net/network-stream.el (network-stream-open-starttls):
8879 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
8880 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
8881
40098786
LMI
8882 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
8883 to binary to possibly avoid line encoding issues on Windows (among
8884 other things).
8885
468d09d4
LMI
88862011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
8887
8888 * net/network-stream.el (open-network-stream): Return an :error
8889 saying what the problem was, if possible.
8890
8891 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
8892 server.
8893
8894 * net/network-stream.el (network-stream-open-starttls): If we
8895 wanted to use STARTTLS, and the server offered it, but we weren't
8896 able to because we had no STARTTLS support, then close the connection.
8897 (open-network-stream): Return an :error element, if present.
8898
16f07dd7
CY
88992011-06-26 Chong Yidong <cyd@stupidchicken.com>
8900
88821ca0
CY
8901 * hl-line.el (hl-line-sticky-flag): Doc fix.
8902 (global-hl-line-sticky-flag): New option (Bug#8323).
8903 (global-hl-line-highlight): Obey it.
8904
16f07dd7
CY
8905 * vc/vc.el (vc-revert-show-diff): Default to t.
8906
6b5ccddf
KM
89072011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
8908
c9d29fb8
SM
8909 * allout-widgets.el (allout-widgets-post-command-business):
8910 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
8911 undecorated when an isearch is continued past, and isearch
8912 automatically collapses them. This leads to "widget leaks", where
8913 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
8914 hidden widgets can slow down cursor travel, substantially.
8915 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
8916 so we're doing without this nicety.
8917
8918 (allout-widgets-tally-string): Don't try to do a hash-table-count
8919 of allout-widgets-tally when it's nil. This eliminates spurious "Error
8920 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
8921 *Messages* when allout-widgets-maintain-tally is t.
8922
355f2e07
MR
89232011-06-26 Martin Rudalics <rudalics@gmx.at>
8924
8925 * window.el (display-buffer-normalize-argument): Rename to
8926 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
8927 LABEL argument. Respect special-display-function when popping up
8928 a new frame. Fix code searching for a window showing the buffer
8929 on another frame.
c9d29fb8
SM
8930 (display-buffer-normalize-specifiers):
8931 Call display-buffer-normalize-arguments.
355f2e07
MR
8932 (display-buffer-in-window): Don't undedicate the window if its
8933 buffer remains the same.
8934 Reported by Drew Adams <drew.adams@oracle.com>.
8935 (display-buffer-alist): Add choice for same-window macro
8936 specfier.
8937 (display-buffer): Mention special meaning of LABEL argument in
8938 doc-string. Fix quoting. Don't pop up a new frame even as
8939 fallback.
8940
7ca8fc42
JB
89412011-06-26 Juanma Barranquero <lekktu@gmail.com>
8942
8943 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
8944 avoid deleting the current window in some cases (bug#8911).
8945
bc312254
AS
89462011-06-26 Andreas Schwab <schwab@linux-m68k.org>
8947
8948 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
8949 (Bug#8934)
8950
2db18f3f
LMI
89512011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
8952
c9d29fb8
SM
8953 * net/network-stream.el (network-stream-open-starttls):
8954 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
8955 (network-stream-open-tls): Ditto.
8956
6302e0d3
LL
89572011-06-26 Leo Liu <sdl.web@gmail.com>
8958
8959 * register.el (registerv): New struct.
8960 (registerv-make): New function.
c9d29fb8
SM
8961 (jump-to-register, describe-register-1, insert-register):
8962 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
8963 struct. (Bug#8415)
8964
5fdd4046
CY
89652011-06-26 Chong Yidong <cyd@stupidchicken.com>
8966
2afef60a
CY
8967 * vc/vc.el (vc-revert-show-diff): New defcustom.
8968 (vc-diff-internal): New arg specifying diff buffer.
8969 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
8970 reuse an existing *vc-diff* buffer (Bug#8927).
8971
5fdd4046
CY
8972 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
8973
e93db24a
GM
89742011-06-26 Glenn Morris <rgm@gnu.org>
8975
8976 * progmodes/f90.el (f90-critical-indent): New option.
8977 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
8978 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
8979 (f90-mode): Doc fix.
8980 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
8981 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
8982 (f90-beginning-of-block, f90-next-block, f90-indent-region)
8983 (f90-match-end): Handle block, critical.
8984
eefff499
GM
89852011-06-25 Glenn Morris <rgm@gnu.org>
8986
f6ba4cc9
GM
8987 * calendar/diary-lib.el (diary-included-files): Doc fix.
8988 (diary-include-files): New function, extracted from
8989 diary-include-other-diary-files and diary-mark-included-diary-files.
8990 (diary-include-other-diary-files, diary-mark-included-diary-files):
8991 Just call diary-include-files.
8992 (diary-mark-entries): Reset diary-included-files on first call.
8993
16712304
GM
8994 * calendar/diary-lib.el (diary-mark-entries)
8995 (diary-mark-included-diary-files):
8996 Visit included diary-files in temp buffers.
8997
5d8e0d43
GM
8998 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
8999 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
9000 (f90-start-block-re, f90-imenu-generic-expression)
9001 (f90-looking-at-program-block-start, f90-no-block-limit):
9002 Add support for submodules.
9003
ccf7a5d5
GM
9004 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
9005 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 9006
11fdef7d 90072011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
9008
9009 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
9010 buffer-file-type before setting its value, to avoid disastrous
eefff499 9011 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 9012
74f53697
JB
90132011-06-25 Juanma Barranquero <lekktu@gmail.com>
9014
9015 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
9016
9017 * ses.el (ses-unload-function):
9018 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
9019
9020 * proced.el (proced-unload-function):
9021 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
9022
18a4ce5e
AR
90232011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
9024
9025 * server.el (server-create-window-system-frame): Add parameters arg.
9026 (server-process-filter): Doc fix. Handle frame-parameters.
9027
519d22cc
JB
90282011-06-25 Juanma Barranquero <lekktu@gmail.com>
9029
9030 Fix bug#8730, bug#8781.
9031
9032 * loadhist.el (unload--set-major-mode): New function.
9033 (unload-feature): Use it.
9034
9035 * progmodes/python.el (python-after-info-look): Add autoload cookie.
9036 (python-unload-function): New function.
9037
c206f5b0
SM
90382011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
9039
9040 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
9041
f9ad64f3
GS
90422011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
9043
9044 * net/browse-url.el (browse-url-firefox-program): Add icecat to
9045 the candidates list.
9046
7d0da90e
JB
90472011-06-24 Juanma Barranquero <lekktu@gmail.com>
9048
9049 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
9050
14b4e83d
RS
90512011-06-23 Richard Stallman <rms@gnu.org>
9052
9053 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
9054 (rmail-variables): Set next-error-move-function.
9055 (rmail-what-message): Take argument POS.
9056 (rmail-next-error-move): New function.
9057
273d2baf
SM
90582011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
9059
9060 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
9061 messages for adjacent non-terminals.
9062
56c2cc9a
RS
90632011-06-23 Richard Stallman <rms@gnu.org>
9064
9065 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 9066 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
9067 (rmail-start-mail): Don't specify use of rmail-mail-return;
9068 that's done by mail-bury now.
9069 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 9070
d59eb518
MA
90712011-06-23 Michael Albinus <michael.albinus@gmx.de>
9072
9073 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
9074 SIZE is a number.
9075
02cfc6d6
MR
90762011-06-23 Martin Rudalics <rudalics@gmx.at>
9077
9078 * window.el (get-lru-window, get-mru-window)
9079 (get-largest-window): Never return a minibuffer window.
9080 (display-buffer-pop-up-window): Fix a bug that could lead to
9081 reusing the minibuffer window.
9082 (display-buffer): Pass original specifier argument to
9083 display-buffer-function instead of the normalized one.
9084 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
9085
4e323265
LL
90862011-06-22 Leo Liu <sdl.web@gmail.com>
9087
9088 * minibuffer.el (completing-read-function)
9089 (completing-read-default): Move from minibuf.c
9090
7a70468f
RS
90912011-06-22 Richard Stallman <rms@gnu.org>
9092
50718fc2
RS
9093 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
9094 to Rmail even if not started by a special Rmail command.
9095
7a70468f
RS
9096 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
9097 Copy the buffer currently showing just one message.
9098
297dde5a
RW
90992011-06-22 Roland Winkler <winkler@gnu.org>
9100
9101 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
9102 (bibtex-clean-entry): First delete the old key so that a
9103 customized algorithm for generating the new key does not get
9104 confused by the old key.
9105 (bibtex-url): Obey regexp of first step.
9106 (bibtex-search-entries): Do not use add-to-list with local
9107 list-var.
9108
97bb1093
LMI
91092011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9110
9111 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
9112 stored a user name, then query for the password first, instead of
9113 waiting for SMTP to give an error message and the trying again.
9114
1c0f1a19
JD
91152011-06-22 Lawrence Mitchell <wence@gmx.li>
9116
9117 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
9118 BUFFER in call-process.
9119
396f7c9d
LMI
91202011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9121
9122 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
9123 QUIT twice.
ddb7ffee
LMI
9124 (smtpmail-try-auth-methods): Require user name and password from
9125 auth-source.
396f7c9d 9126
8998d1b3
MR
91272011-06-22 Martin Rudalics <rudalics@gmx.at>
9128
9129 * window.el (display-buffer-default-specifiers)
9130 (display-buffer-alist): Remove entries for pop-up-frame-alist.
9131 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 9132 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
9133
9134 * frame.el (pop-up-frame-alist, pop-up-frame-function)
9135 (special-display-frame-alist, special-display-popup-frame):
9136 Remove duplicate declarations. These are now in window.el.
9137
4ea31e07
LMI
91382011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9139
c9d29fb8
SM
9140 * mail/smtpmail.el (smtpmail-via-smtp):
9141 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
9142 server supports it. SMTP servers that support STARTTLS commonly
9143 require it.
9144
9145 * net/network-stream.el (network-stream-open-starttls): Support
9146 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 9147 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 9148
95f41d9a
LMI
9149 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
9150 upgrades with `open-network-stream', and rely solely on
9151 auth-source for all credentials. Big changes throughout the file,
9152 but in particular:
c9d29fb8
SM
9153 (smtpmail-auth-credentials): Remove.
9154 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
9155 (smtpmail-via-smtp): Check for servers saying they want AUTH after
9156 MAIL FROM, too.
95f41d9a 9157
c9d29fb8
SM
9158 * net/network-stream.el (network-stream-open-starttls):
9159 Provide support for client certificates both for external and built-in
4ea31e07
LMI
9160 STARTTLS.
9161 (auth-source): Require.
9162 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
9163 (network-stream-certificate): Change cert-cert to cert and
9164 cert-key to key.
4ea31e07 9165
065ec2c7
MA
91662011-06-21 Michael Albinus <michael.albinus@gmx.de>
9167
9168 * net/tramp-cache.el (top): Don't load the persistency file when
9169 "emacs -Q" has been called.
9170
cd93b359
DR
91712011-06-21 Tim Harper <timcharper@gmail.com>
9172
d8e4b68b
JB
9173 * term/ns-win.el (ns-initialize-window-system):
9174 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
9175 resource to NO as it is not yet supported by the NS port.
9176
ae9c0411
JB
91772011-06-21 Juanma Barranquero <lekktu@gmail.com>
9178
9179 * misc.el (list-dynamic-libraries--refresh): Compute header here...
9180 (list-dynamic-libraries): ...not here.
9181
7f3f739f
LL
91822011-06-21 Leo Liu <sdl.web@gmail.com>
9183
9184 * subr.el (sha1): Implement sha1 using secure-hash.
9185
327c8fb1
MR
91862011-06-21 Martin Rudalics <rudalics@gmx.at>
9187
9188 * window.el (display-buffer-alist): In default value do not
9189 enforce searching a window on any but the selected frame.
9190 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
9191 (display-buffer-select-window): Remove function.
9192 (display-buffer-in-window): When a window on another frame gets
9193 reused, do not select it any more but just raise its frame if
9194 necessary (Bug#8851) and (Bug#8856).
9195 (display-buffer-normalize-options): Handle pop-up-frames related
9196 options more faithfully.
9197 (pop-to-buffer): Don't rely on `display-buffer' selecting the
9198 window if it is on another frame.
c9d29fb8
SM
9199 (display-buffer-alist, display-buffer-default-specifiers):
9200 Don't make new frame unsplittable by default.
9e9de014
MR
9201 (display-buffer-normalize-argument): Fix doc-string typo and use
9202 'same-frame-other-window instead of 'other-window when associating
9203 with display-buffer-macro-specifiers.
327c8fb1 9204
7cf3f556
VB
92052011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
9206
9207 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
9208 New functions.
9209 (5x5-mode-map, 5x5-mode-menu): Bind them.
9210 (5x5-draw-grid): Tweak the solver's rendering.
9211
60a406cf
SM
92122011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
9213
9214 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
9215 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
9216
d8e4b68b 92172011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
9218
9219 * menu-bar.el: Use function variable instead of switch-to-buffer.
9220 (menu-bar-select-buffer-function): New variable.
60a406cf 9221 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 9222
478d6f95
SM
92232011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
9224
9225 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
9226 variable's status.
9227
ca530739
JD
92282011-06-20 Jan Djärv <jan.h.d@swipnet.se>
9229
9230 * x-dnd.el (x-dnd-version-from-flags)
9231 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
9232 and long as number (Bug#8899).
9233 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
9234
bcd70d97
SM
92352011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
9236
60a406cf 9237 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
9238 (completion-try-completion, completion-all-completions): Compute the
9239 metadata argument if it's missing; make it optional (bug#8795).
9240
60a406cf 9241 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
9242 (widget-complete): Use new :completion-function property.
9243 (widget-completions-at-point): New function.
9244 (default): Use :completion-function instead of :complete.
60a406cf
SM
9245 (widget-default-completions): Rename from widget-default-complete;
9246 Rewrite.
bcd70d97
SM
9247 (widget-string-complete, widget-file-complete, widget-color-complete):
9248 Remove functions.
9249 (file, symbol, function, variable, coding-system, color):
9250 * international/mule-cmds.el (default-input-method, charset)
9251 (language-info-custom-alist):
9252 * cus-edit.el (face): Use new property :completions.
9253
9254 * progmodes/pascal.el (pascal-completions-at-point): New function.
9255 (pascal-mode): Use it.
9256 (pascal-mode-map): Use completion-at-point.
9257 (pascal-toggle-completions): Make obsolete.
9258 (pascal-complete-word, pascal-show-completions):
9259 * progmodes/octave-mod.el (octave-complete-symbol):
9260 Redefine as obsolete alias.
9261 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
9262 Signal absence of completion info for old Octave,
9263 (inferior-octave-complete): Redefine as obsolete alias.
9264 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
9265 (meta-completions-at-point): Rename from meta-complete-symbol and
9266 adapt it for use on completion-at-point-functions.
9267 (meta-common-mode): Use it.
9268 (meta-looking-at-backward, meta-match-buffer): Remove.
9269 (meta-complete-symbol): Redefine as obsolete alias.
9270 (meta-common-mode-map): Use completion-at-point.
9271 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
9272 (makefile-mode-map): Use completion-at-point.
9273 (makefile-completions-at-point): Rename from makefile-complete and
9274 adapt it for use on completion-at-point-functions.
9275 (makefile-mode): Use it.
9276 (makefile-complete): Redefine as obsolete alias.
9277
aebf69c8
DD
92782011-06-20 Deniz Dogan <deniz@dogan.se>
9279
9280 * net/rcirc.el: Delete trailing whitespaces once and for all.
9281
bfbbb27d
DC
92822011-06-20 Daniel Colascione <dan.colascione@gmail.com>
9283
9284 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
9285
d264a46b
CY
92862011-06-19 Chong Yidong <cyd@stupidchicken.com>
9287
4ca009e5
CY
9288 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
9289
d264a46b
CY
9290 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
9291
fbf5b3ce
MR
92922011-06-19 Martin Rudalics <rudalics@gmx.at>
9293
9294 * window.el (display-buffer-other-window-means-other-frame):
9295 Call display-buffer-normalize-alist.
9296 (display-buffer-normalize-specifiers-1): Rename to
9297 display-buffer-normalize-argument. New argument other-frame.
9298 Rewrite.
9299 (display-buffer-normalize-specifiers-2): Rename to
9300 display-buffer-normalize-options.
9301 (display-buffer-normalize-alist-1): New function.
9302 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
9303 display-buffer-normalize-alist.
9304 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
9305 (display-buffer-normalize-options-inhibit): New variable.
9306 (display-buffer-normalize-specifiers): Rewrite calling
9307 display-buffer-normalize-alist,
9308 display-buffer-normalize-argument, and
9309 display-buffer-normalize-options. Don't call the latter if
9310 display-buffer-normalize-options-inhibit is non-nil.
9311 (frame-auto-delete): New option.
9312 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
9313 (window-list-no-nils, window-state-ignored-parameters)
9314 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
9315 (window-state-put-1, window-state-put-2, window-state-put):
9316 New functions.
9a028c23
MR
9317 (display-buffer-normalize-options): Move special-display-p group
9318 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 9319
6d10d800
CY
93202011-06-18 Chong Yidong <cyd@stupidchicken.com>
9321
6420d28b
CY
9322 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
9323 groups (Bug#8776).
9324 (rx-submatch-n): New function.
9325 (rx): Document it.
9326
ddb8b596
CY
9327 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
9328 (Bug#8768).
9329
9330 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
9331
77080289
CY
9332 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
9333
61dfb316
CY
9334 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
9335 anytime existing face settings are present (Bug#8889).
9336
6d10d800
CY
9337 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
9338 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
9339 Remove unused argument.
9340
be3fb2b8
MR
93412011-06-18 Martin Rudalics <rudalics@gmx.at>
9342
bcd70d97
SM
9343 * window.el (display-buffer-default-specifiers):
9344 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
9345 pop-up-window-min-width, and another reuse-window specifier
9346 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
9347 (display-buffer-normalize-specifiers-2):
9348 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
9349 pop-up-windows is unset. Add a reuse-window specifier for the
9350 case popping up a new window fails.
9351 (special-display-popup-frame): Remove double quoting.
28dec25a 9352 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 9353
1c6d8c76
SM
93542011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
9355
9356 * shell.el (shell-completion-vars): Set pcomplete-termination-string
9357 according to comint-completion-addsuffix.
9358
9359 * pcomplete.el: Convert to lexical binding and fix bug#8819.
9360 (pcomplete-suffix-list): Mark as obsolete.
9361 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
9362 pcomplete-seen in the closure.
9363 (pcomplete-comint-setup): Setup completion-at-point as well.
9364 (pcomplete--entries): New function.
9365 (pcomplete--env-regexp): New var.
9366 (pcomplete-entries): Rewrite to work with partial-completion and
9367 without relying on pcomplete-suffix-list.
9368 (pcomplete-pare-list): Remove, unused.
9369
25aef8b8
MR
93702011-06-17 Martin Rudalics <rudalics@gmx.at>
9371
9372 * window.el (display-buffer-alist): Set pop-up-window-min-height
9373 and pop-up-window-min-width in default value. Reported by
9374 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
9375 other-window-means-other-frame.
9376 (display-buffer-macro-specifiers): Comment out entry for
9377 other-window specifier.
9378 (display-buffer-other-window-means-other-frame): New function.
9379 (display-buffer-normalize-specifiers-1): New arguments
9380 buffer-name and label. Treat other-window case specially.
9381 (display-buffer-normalize-specifiers-2): Treat other-window case
9382 specially.
9383 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
9384 (display-buffer-normalize-specifiers):
9385 Call display-buffer-normalize-specifiers-3.
25aef8b8 9386
dbad4f69
MR
93872011-06-17 Martin Rudalics <rudalics@gmx.at>
9388
9389 * window.el (same-window-p): Fix two typos introduced when
9390 adding with-no-warnings.
d1067961
MR
9391 (display-buffer-normalize-specifiers-1): Don't check
9392 pop-up-frames for 'unset initialization.
9393 (display-buffer-normalize-specifiers-2): Major rewrite using
9394 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
9395 (pop-up-frames, display-buffer-reuse-frames)
9396 (display-buffer-mark-dedicated): Don't initialize to 'unset.
9397 Suggested by David Engster <deng@randomsample.de>.
9398 (even-window-heights): Initialize to 'unset.
9399 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
9400 (display-buffer-macro-specifiers): Don't pop up a new frame in the
9401 other window case.
dbad4f69 9402
9b9c9e3a
MR
94032011-06-16 Martin Rudalics <rudalics@gmx.at>
9404
bcd70d97
SM
9405 * window.el (display-buffer-normalize-specifiers-1):
9406 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 9407 second argument of display-buffer (Bug#8865).
981d5c09
MR
9408 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
9409 (switch-to-buffer-other-window-same-frame)
9410 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
9411 Adams (Bug#8875).
9c2755e9
MR
9412 (display-buffer): Don't check noninteractive when calling
9413 display-buffer-pop-up-frame.
9414 (display-buffer-pop-up-frame): Never pop up a frame in
9415 noninteractive mode (Bug#8857).
67222e1d
MR
9416 (enlarge-window, shrink-window): Don't report an error when the
9417 window can't be resized as requested (Bug#8862).
9b9c9e3a 9418
2b75be67
SM
94192011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
9420
9ffdd3ba
SM
9421 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
9422
cb581a67
SM
9423 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
9424
2b75be67
SM
9425 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
9426
8c0e3589
AM
94272011-06-15 Alan Mackenzie <acm@muc.de>
9428
cb581a67
SM
9429 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
9430 for declarators, disable knr checking to speed up for normal files.
9431 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 9432
b96e6cde
LMI
94332011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
9434
4bba86e6
LMI
9435 * net/network-stream.el (open-network-stream): Add the keyword
9436 :always-query-capabilities for the case where you want to force a
9437 `plain' network connection, but the protocol still requires the
9438 capabilitiy command (i.e., SMTP and EHLO).
9439
2b75be67 9440 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
9441 consistency with other `-live-p' functions.
9442
efdcdbf8
SM
94432011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
9444
9445 * window.el (same-window-buffer-names, same-window-regexps)
9446 (special-display-frame-alist, special-display-popup-frame)
9447 (special-display-function, special-display-buffer-names)
9448 (special-display-regexps, pop-up-frame-alist)
9449 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
9450 (pop-up-windows, split-window-preferred-function)
9451 (split-height-threshold, split-width-threshold, even-window-heights)
9452 (display-buffer-mark-dedicated): Don't encourage the use of
9453 display-buffer-alist from Elisp code.
9454
c5cde042
DN
94552011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
9456
9457 * progmodes/python.el (python-mode): Derive from prog-mode.
9458 * progmodes/ps-mode.el (ps-mode):
9459 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 9460 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
9461 * progmodes/ld-script.el (ld-script-mode): Likewise.
9462
baa1c9ab
MR
94632011-06-15 Martin Rudalics <rudalics@gmx.at>
9464
9465 * window.el (display-buffer-alist): Trim default value to avoid
9466 popping up a new frame (Bug#8857) or reusing an arbitrary window
9467 on another frame.
9468 (display-buffer): Do not fall back on popping up a new frame in
9469 batch mode (Bug#8857).
9470
c5dd5a51
CY
94712011-06-14 Chong Yidong <cyd@stupidchicken.com>
9472
9473 * cus-theme.el (describe-theme-1): Use custom-theme-p.
9474 (custom-theme-summary): New function.
9475 (customize-themes): Use it.
9476
d647b7c4
GM
94772011-06-13 Glenn Morris <rgm@gnu.org>
9478
9479 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
9480
9481c002
MR
94812011-06-13 Martin Rudalics <rudalics@gmx.at>
9482
357f93d2
MR
9483 * help.el (help-window): Remove variable.
9484 (help-window-point-marker, temp-buffer-max-height)
9485 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
9486 (help-print-return-message): Don't set help-window.
9487 (resize-temp-buffer-window): Rewrite cod eand doc-string.
9488 (help-window-setup-finish): Remove.
9489 (help-window-display-message, help-window-setup)
9490 (with-help-window): Major rewrite based on new
9491 display-buffer-window variable.
9492
9493 * help-mode.el (help-mode-finish): Remove help-window related
9494 code.
9495
9496 * view.el (view-exits-all-viewing-windows): Remove reference to
9497 view-return-to-alist in doc-string.
9498 (view-return-to-alist): Make obsolete.
9499 (view-buffer): Call pop-to-buffer-same-window and remove
9500 undo-window code.
9501 (view-buffer-other-window): Call pop-to-buffer-other-window and
9502 simplify code. Ignore second argument.
9503 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
9504 simplify code. Ignore second argument.
9505 (view-return-to-alist-update): Make obsolete.
9506 (view-mode-enter): Rename second argument to QUIT-RESTORE.
9507 Rewrite using quit-restore window parameters.
2b75be67
SM
9508 (view-mode-exit): Rename second argument to EXIT-ONLY.
9509 Rewrite using quit-restore-window.
357f93d2
MR
9510 (View-exit, View-exit-and-edit, View-leave, View-quit)
9511 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
9512 appropriate arguments.
9513 (view-end-message): Use quit-restore window parameter.
9514
9481c002
MR
9515 * window.el (display-buffer-function): Rewrite doc-string.
9516 (display-buffer-window, display-buffer-alist): New variables.
9517 (display-buffer-split-specifiers)
9518 (display-buffer-side-specifiers)
9519 (display-buffer-macro-specifiers): New constants.
9520 (display-buffer-even-window-sizes, display-buffer-set-height)
9521 (display-buffer-set-width, display-buffer-select-window)
9522 (display-buffer-in-window, display-buffer-reuse-window)
9523 (display-buffer-split-window-1, display-buffer-split-window)
9524 (display-buffer-split-atom-window, display-buffer-pop-up-window)
9525 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
9526 (display-buffer-in-side-window, normalize-buffer-to-display)
9527 (display-buffer-normalize-specifiers-1)
9528 (display-buffer-normalize-specifiers-2)
2b75be67
SM
9529 (display-buffer-normalize-specifiers, display-buffer-frame):
9530 New functions.
9481c002
MR
9531 (display-buffer): Major rewrite.
9532 (display-buffer-other-window, display-buffer-other-frame)
9533 (pop-to-buffer, switch-to-buffer-other-window)
9534 (switch-to-buffer-other-frame): Rewrite.
9535 (display-buffer-same-window, display-buffer-same-frame)
9536 (display-buffer-same-frame-other-window)
9537 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
9538 (pop-to-buffer-other-window)
9539 (pop-to-buffer-same-frame-other-window)
9540 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
9541 (switch-to-buffer-other-window-same-frame): New functions.
9542 (same-window-p, special-display-p): Rewrite disabling warnings.
9543 Make obsolete.
9544 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
9545 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
9546 Make obsolete
9547 (same-window-buffer-names, same-window-regexps)
9548 (special-display-frame-alist, special-display-popup-frame)
9549 (special-display-function, special-display-buffer-names)
9550 (special-display-regexps, pop-up-frame-alist)
9551 (pop-up-frame-function, split-window-preferred-function)
9552 (split-height-threshold, split-width-threshold)
9553 (even-window-heights): Make obsolete.
9554
9db51aca
GM
95552011-06-12 Glenn Morris <rgm@gnu.org>
9556
9557 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 9558 Misc simplifications.
9db51aca 9559
39cffb44
MR
95602011-06-12 Martin Rudalics <rudalics@gmx.at>
9561
9562 * window.el (window-safely-shrinkable-p): Restore function which
9563 was inadvertently removed in change from 2011-06-11. Declare as
9564 obsolete.
9565
2b75be67
SM
9566 * calendar/calendar.el (calendar-generate-window):
9567 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
9568 window-safely-shrinkable-p.
9569
a8955be7
GM
95702011-06-12 Glenn Morris <rgm@gnu.org>
9571
9572 * progmodes/fortran.el (fortran-mode-syntax-table):
9573 * progmodes/f90.el (f90-mode-syntax-table):
9574 Set % to punctuation. (Bug#8820)
9575 (f90-find-tag-default): Remove, no longer needed.
9576
f0d4059d
DC
95772011-06-12 Daniel Colascione <dan.colascione@gmail.com>
9578
9579 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
9580
1100a63c
CY
95812011-06-11 Chong Yidong <cyd@stupidchicken.com>
9582
9583 * image.el (image-animated-p): Return animation delay in seconds.
9584 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
9585 (image-animate-timeout): Remove DELAY argument. Don't assume
9586 every subimage has the same delay; get it from image-animated-p.
9587 (image-animate): Caller changed.
9588
def722bf
MA
95892011-06-11 Michael Albinus <michael.albinus@gmx.de>
9590
9591 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
9592 to ignored backtrace functions.
9593
0a2bb1a9
GM
95942011-06-11 Glenn Morris <rgm@gnu.org>
9595
9596 * calendar/appt.el (appt-disp-window-function): Doc fix.
9597 (appt-check): Handle overlapping appointments. (Bug#8337)
9598
6198ccd0
MR
95992011-06-11 Martin Rudalics <rudalics@gmx.at>
9600
9601 * window.el (window-tree-1, window-tree): New functions, moving
9602 the latter to window.el.
9603 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
9604 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
9605 (bw-refresh-edges): Remove.
9606 (balance-windows-1, balance-windows-2): New functions.
9607 (balance-windows): Rewrite in terms of window tree functions,
9608 balance-windows-1 and balance-windows-2.
9609 (bw-adjust-window): Remove.
9610 (balance-windows-area-adjust): New function with functionality of
9611 bw-adjust-window but using resize-window.
2b75be67
SM
9612 (set-window-text-height): Rewrite doc-string.
9613 Use normalize-live-window and resize-window.
9614 (enlarge-window-horizontally, shrink-window-horizontally):
9615 Rename argument to DELTA.
6198ccd0
MR
9616 (window-buffer-height): New function.
9617 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
9618 Rewrite using new window resize routines.
2b75be67
SM
9619 (kill-buffer-and-window, mouse-autoselect-window-select):
9620 Use ignore-errors instead of condition-case.
6198ccd0
MR
9621 (quit-window): Call delete-frame instead of delete-windows-on
9622 for the only buffer on frame.
9623
9397e56f
MR
96242011-06-10 Martin Rudalics <rudalics@gmx.at>
9625
9626 * loadup.el (top-level): Load window before files for the sake
9627 of replace-buffer-in-windows.
9628
9629 * files.el (read-buffer-to-switch)
9630 (switch-to-buffer-other-window)
2b75be67
SM
9631 (switch-to-buffer-other-frame, display-buffer-other-frame):
9632 Move to window.el.
9397e56f
MR
9633
9634 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
9635 (previous-buffer): Move to window.el.
9636
9637 * bindings.el (unbury-buffer): Move to window.el.
9638
9639 * window.el (delete-other-windows-vertically): Move after
9640 definition of delete-other-windows.
9641 (other-window, delete-windows-on, replace-buffer-in-windows):
9642 Move here from window.c.
9643 (record-window-buffer, unrecord-window-buffer)
9644 (set-window-buffer-start-and-point, switch-to-prev-buffer)
9645 (switch-to-next-buffer): New functions.
9646 (get-next-valid-buffer, last-buffer, next-buffer): Move here
9647 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
9648 (previous-buffer): Move here from simple.el.
9649 Call switch-to-prev-buffer.
9397e56f
MR
9650 (bury-buffer): Move here from buffer.c. Switch to previous
9651 buffer when window cannot be deleted.
9652 (unbury-buffer): Move here from bindings.el.
9653 (ctl-x-map): Move binding for other-window from window.c to
9654 here.
9655 (read-buffer-to-switch, switch-to-buffer-other-window)
9656 (switch-to-buffer-other-frame): Move here from files.el.
9657 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
9658 (switch-to-buffer): Move here from buffer.c.
9659 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 9660
562dd5e9
MR
96612011-06-10 Martin Rudalics <rudalics@gmx.at>
9662
9663 * window.el (window-min-height, window-min-width): Move here
9664 from window.c. Add defcustoms and rewrite doc-strings.
9665 (resize-mini-window, resize-window): New functions.
9666 (adjust-window-trailing-edge, enlarge-window, shrink-window):
9667 Move here from window.c.
9668 (maximize-window, minimize-window): New functions.
9669 (delete-window, delete-other-windows, split-window): Move here
9670 from window.c.
9671 (window-split-min-size): New function.
9672 (split-window-keep-point): Mention split-window-above-each-other
9673 instead of split-window-vertically.
2b75be67 9674 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
9675 Rename split-window-vertically to split-window-above-each-other
9676 and provide defalias for old definition.
9677 (split-window-side-by-side, split-window-horizontally):
9678 Rename split-window-horizontally to split-window-side-by-side
9679 and provide defalias for the old definition.
562dd5e9
MR
9680 (ctl-x-map): Move bindings for delete-window,
9681 delete-other-windows and enlarge-window here from window.c.
9682 Replace bindings for split-window-vertically and
9683 split-window-horizontally by bindings for
9684 split-window-above-each-other and split-window-side-by-side.
9685
9686 * cus-start.el (all): Remove entries for window-min-height and
9687 window-min-width. Add entries for window-splits and
9688 window-nest.
9689
f0da764a
GM
96902011-06-09 Glenn Morris <rgm@gnu.org>
9691
80675c21
GM
9692 * calendar/appt.el (appt-mode-line): New function.
9693 (appt-check, appt-disp-window): Use it.
9694
f0da764a
GM
9695 * files.el (hack-one-local-variable-eval-safep):
9696 Allow minor-modes with explicit +/-1 arguments.
9697
59f623b7
TZ
96982011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
9699
9700 * term/xterm.el (xterm): Add defgroup.
9701 (xterm-extra-capabilities): Add defcustom to supply known xterm
9702 capabilities, skip querying them, or query them (default).
9703 (terminal-init-xterm): Use it.
9704 (terminal-init-xterm-modify-other-keys): New function to set up
9705 modifyOtherKeys support to simplify `terminal-init-xterm'.
9706
9aab8e0d
MR
97072011-06-09 Martin Rudalics <rudalics@gmx.at>
9708
9709 * window.el (resize-window-reset, resize-window-reset-1)
9710 (resize-subwindows-skip-p, resize-subwindows-normal)
9711 (resize-subwindows, resize-other-windows, resize-this-window)
9712 (resize-root-window, resize-root-window-vertically)
9713 (window-deletable-p, window-or-subwindow-p)
9714 (frame-root-window-p): New functions.
9715
e8b08aee
GM
97162011-06-09 Glenn Morris <rgm@gnu.org>
9717
9718 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
9719 (ange-ftp-get-files): Use it.
9720
254c37a5
AK
97212011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
9722
9723 * mail/sendmail.el (mail-recover-1, mail-recover):
9724 * files.el (recover-file, recover-session):
9725 Handle dired-listing-switches not being just a single short option.
9726
35d7dbd3
GM
97272011-06-09 Glenn Morris <rgm@gnu.org>
9728
9729 * calendar/appt.el (appt-display-message, appt-disp-window):
9730 Handle lists of appointments.
9731
387522b2
MR
97322011-06-08 Martin Rudalics <rudalics@gmx.at>
9733
2b75be67
SM
9734 * window.el (one-window-p): Move down in code.
9735 Rewrite doc-string.
9736 (window-current-scroll-bars): Rewrite doc-string.
9737 Normalize live window argument.
387522b2
MR
9738 (walk-windows, get-window-with-predicate, count-windows):
9739 Rewrite doc-string. Use window-list-1.
9740 (window-in-direction-2, window-in-direction, get-mru-window):
9741 New functions.
9742
d8e4b68b 97432011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
9744
9745 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
9746 Doc fix (Bug#8713).
9747
97482011-06-08 Chong Yidong <cyd@stupidchicken.com>
9749
9750 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
9751
97522011-06-08 Juanma Barranquero <lekktu@gmail.com>
9753
9754 * loadhist.el (unload-feature-special-hooks):
9755 Add `comint-output-filter-functions'.
9756
0de12c52
IK
97572011-06-08 Ivan Kanis <gnu@kanis.fr>
9758
9759 * calendar/appt.el (appt-check): Move some initializations into the let.
9760
f3d1777e
MR
97612011-06-08 Martin Rudalics <rudalics@gmx.at>
9762
9763 * window.el (window-height): Defalias to window-total-height.
9764 (window-width): Defalias to window-body-width.
9765
18af70d0
CY
97662011-06-07 Chong Yidong <cyd@stupidchicken.com>
9767
9768 * image-mode.el (image-toggle-animation): New command.
9769 (image-mode-map): Bind it to RET.
9770 (image-mode): Update message.
9771 (image-toggle-display-image): Avoid a spurious cache flush.
9772 (image-transform-rotation): Doc fix.
9773 (image-transform-properties): Return quickly in the normal case.
9774 (image-animate-loop): Rename from image-animate-max-time.
9775
2b75be67 9776 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
9777 (create-animated-image): Remove unnecessary function.
9778 (image-animate): Rename from image-animate-start. New arg.
2b75be67 9779 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
9780 (image-animate-timer): Use car-safe.
9781 (image-animate-timeout): Rename argument.
9782
190b47e6
MR
97832011-06-07 Martin Rudalics <rudalics@gmx.at>
9784
9785 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
9786 window.c. Rename first argument to ALL-FRAMES.
9787 Rephrase doc-strings.
9788 (get-buffer-window-list): Rewrite using window-list-1.
9789 Rephrase doc-string.
a1511caf
MR
9790 (window-safe-min-height, window-safe-min-width): New constants.
9791 (window-size-ignore, window-min-size, window-min-size-1)
9792 (window-sizable, window-sizable-p, window-size-fixed-1)
9793 (window-size-fixed-p, window-min-delta-1, window-min-delta)
9794 (window-max-delta-1, window-max-delta, window-resizable)
9795 (window-resizable-p, window-total-height, window-total-width)
9796 (window-body-width): New functions.
9797 (window-full-height-p, window-full-width-p): Rewrite using
9798 window-total-size.
9799 (window-body-height): Rewrite using window-body-size.
190b47e6 9800
85cc1f11
MR
98012011-06-06 Martin Rudalics <rudalics@gmx.at>
9802
9803 * window.el (window-right, window-left, window-child)
9804 (window-child-count, window-last-child, window-any-p)
9805 (normalize-live-buffer, normalize-live-frame)
9806 (normalize-any-window, normalize-live-window)
9807 (window-iso-combination-p, window-iso-combined-p)
9808 (window-iso-combinations)
9809 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
9810 (windows-with-parameter, window-with-parameter)
9811 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
9812 (window-atom-check, window-side-check, window-check):
9813 New functions.
85cc1f11
MR
9814 (ignore-window-parameters, window-sides, window-sides-vertical)
9815 (window-sides-slots): New variables.
9816 (window-size-fixed): Move down in code. Minor doc-string fix.
9817
e7156492
AS
98182011-06-05 Andreas Schwab <schwab@linux-m68k.org>
9819
9820 * comint.el (comint-dynamic-complete-as-filename)
9821 (comint-dynamic-complete-filename): Correctly call
9822 completion-in-region.
9823
7e821d0d
DD
98242011-06-05 Deniz Dogan <deniz@dogan.se>
9825
9826 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
9827 in last change.
9828
ac09b8a1
DD
98292011-06-05 Deniz Dogan <deniz@dogan.se>
9830
9831 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
9832 (rcirc): Use it to prompt for encryption.
9833
34699b85
RW
98342011-06-05 Roland Winkler <winkler@gnu.org>
9835
9836 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
9837 (bibtex-search-entries): New command bound to C-c C-a.
9838 (bibtex-display-entries): New function.
9839
004dedd3
RW
98402011-06-05 Roland Winkler <winkler@gnu.org>
9841
9842 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
9843 (bibtex-insert-kill): After yanking insert newline if necessary.
9844 (bibtex-initialize): Call bibtex-string-files-init only once.
9845 (bibtex-mode): Do not call easy-menu-add.
9846 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
9847 (bibtex-yank): Set arg properly if nil.
9848
022fe7ce
RW
98492011-06-05 Roland Winkler <winkler@gnu.org>
9850
2b75be67
SM
9851 * textmodes/bibtex.el (bibtex-search-entry-globally):
9852 New variable.
022fe7ce
RW
9853 (bibtex-search-entry): Use it.
9854
b7c3692a
RW
98552011-06-05 Roland Winkler <winkler@gnu.org>
9856
9857 * textmodes/bibtex.el (bibtex-entry-format): New option
9858 sort-fields.
9859 (bibtex-format-entry, bibtex-reformat): Honor this option.
9860 (bibtex-parse-entry): Return fields in proper order.
9861
8eda563d
JB
98622011-06-05 Juanma Barranquero <lekktu@gmail.com>
9863
9864 * doc-view.el (doc-view-remove-if): Move computation of result out
9865 of `dolist' to silence misleading lexical-binding warning.
9866
7dbe3dbc
CY
98672011-06-04 Chong Yidong <cyd@stupidchicken.com>
9868
9869 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
9870 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
9871
0c33dd17
MA
98722011-06-04 Michael Albinus <michael.albinus@gmx.de>
9873
9874 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
9875 "SunOS 5.10".
9876
f8f91c2b
MA
98772011-06-04 Michael Albinus <michael.albinus@gmx.de>
9878
9879 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
9880 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
9881 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
9882 (tramp-parse-putty):
9883 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
9884 (tramp-completion-function-alist-ssh)
9885 (tramp-completion-function-alist-telnet)
9886 (tramp-completion-function-alist-su)
9887 (tramp-completion-function-alist-putty): Set `tramp-autoload'
9888 cookie.
9889
9890 * net/tramp-ftp.el:
9891 * net/tramp-sh.el:
9892 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
9893 load "tramp.el" `tramp-set-completion-function'.
9894
e17d9003
SM
98952011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
9896
9897 * shell.el: Require and use pcomplete.
9898 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
9899 (shell-completion-vars): Set pcomplete-default-completion-function.
9900
6c4cab03
DD
99012011-06-04 Deniz Dogan <deniz@dogan.se>
9902
9903 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
9904 `memq' (Bug#8799).
9905
ea9fafe0
SM
99062011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
9907
9908 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
9909
b3e945d3
JB
99102011-06-02 Juanma Barranquero <lekktu@gmail.com>
9911
9912 * bs.el (bs--mark-unmark, bs--nth-wrapper):
9913 * mpc.el (mpc-select-extend, mpc-songpointer-context):
9914 * vc/log-view.el (log-view-beginning-of-defun):
9915 * vc/smerge-mode.el (smerge-apply-resolution-patch)
9916 (smerge-refine-forward, smerge-refine-chopup-region):
9917 Silence warning for unused `dotimes' counter variables.
9918
7d520089
SM
99192011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
9920
9921 * net/tramp.el (tramp-with-progress-reporter): Rename from
9922 with-progress-reporter. Use `declare'.
9923 * net/tramp-smb.el:
9924 * net/tramp-sh.el:
9925 * net/tramp-gvfs.el: Update all uses.
9926
a1c2400f
JB
99272011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
9928
9929 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
9930 buffer isn't killed before making it current.
9931
2403c841
SM
99322011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
9933
9934 Silence various byte-compiler warnings.
9935 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
9936 `access-type' and new obsolescence format.
9937 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
9938 new format.
9939 (byte-compile-check-variable): New `access-type' argument.
9940 Only warn if the access-type is obsolete.
9941 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
9942 (byte-compile-variable-set): Adjust callers.
9943 * help-fns.el (describe-variable): Adjust to new obsolescence format.
9944 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
9945 setting it as obsolete.
9946 * simple.el (minibuffer-completing-symbol):
9947 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
9948 access as obsolete.
9949 * minibuffer.el (minibuffer-completing-file-name): Don't make it
9950 obsolete yet.
9951 * international/quail.el (quail-mouse-choose-completion): Remove unused
9952 code referring to obsolete var.
9953 (quail-choose-completion-string): Remove.
9954 * server.el (server-clients-with, server-kill-buffer-query-function)
9955 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
9956 * proced.el (proced-send-signal):
9957 * emacs-lisp/lisp.el (lisp-complete-symbol):
9958 Replace completion-annotate-function with completion-extra-properties.
9959
2462470b
SM
99602011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
9961
fb5b2591
SM
9962 * simple.el (goto-line): Use read-number.
9963 (overriding-map-is-bound): Remove.
9964 (saved-overriding-map): Change default.
9965 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
9966 Take the map as argument.
9967 (universal-argument, negative-argument, digit-argument): Use it.
9968 (restore-overriding-map): Adjust.
9969 (do-auto-fill): Use fill-forward-paragraph.
9970 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
9971
fd6fa53f
SM
9972 * minibuffer.el (minibuffer-inactive-mode-map): New var.
9973 (minibuffer-inactive-mode): New major mode.
9974 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
9975 the *Messages* buffer" hack.
9976 (mouse-popup-menubar): Don't burp if the event is a normal key.
9977
2462470b
SM
9978 Miscellaneous tweaks.
9979 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
9980 lexical scoping as in subr.el's dolist and dotimes.
9981 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
9982 Silence compiler warning.
9983 * thingatpt.el (forward-whitespace): Trivial coding style fix.
9984 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
9985 * international/ccl.el (ccl-compile): Trivial simplification.
9986 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
9987 * emacs-lisp/testcover.el (testcover-end): Remove spurious
9988 `printflag' argument.
9989 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
9990 Purecopy the whole obsolescence data.
9991
108bf785
LL
99922011-06-01 Leo Liu <sdl.web@gmail.com>
9993
9994 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
9995 improve doc-string as suggested by Marco Pessotto
9996 <melmothx@gmail.com>.
9997 (rcirc-print): Fix last change.
9998
30a23501
SM
99992011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10000
10001 * minibuffer.el (complete-with-action): Return nil for the metadata and
10002 boundaries of non-functional tables.
10003 (completion-table-dynamic): Return nil for the metadata.
10004 (completion-table-with-terminator): Add default case, using
10005 complete-with-action.
10006 (completion--metadata): New function.
10007 (completion-all-sorted-completions, minibuffer-completion-help): Use it
10008 to try and avoid pathological performance problems.
10009 (completion--embedded-envvar-table): Return `category' metadata.
10010
bcd54f83
LMI
100112011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
10012
10013 * subr.el (process-alive-p): New tiny convenience function.
10014
e227544d
SM
100152011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10016
10017 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
10018 content but also its previous major mode.
10019
e8296fdc
HE
100202011-05-31 Helmut Eller <eller.helmut@gmail.com>
10021
4d61f28d 10022 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
10023 *Backtrace* buffer when we exit with C-M-c.
10024
620c53a6
SM
100252011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10026
10027 * minibuffer.el: Add metadata method to completion tables.
10028 (completion-category-overrides): New defcustom.
10029 (completion-metadata, completion--field-metadata)
10030 (completion-metadata-get, completion--styles)
10031 (completion--cycle-threshold): New functions.
10032 (completion-try-completion, completion-all-completions):
10033 Add `metadata' argument to choose completion-styles.
10034 (completion--do-completion): Use metadata to choose cycling.
10035 (completion-all-sorted-completions): Use metadata for sorting.
10036 Remove :completion-cycle-penalty which is not needed any more.
10037 (completion--try-word-completion): Add `metadata' argument.
10038 (minibuffer-completion-help): Check metadata for annotation function
10039 and sorting.
10040 (completion-file-name-table): Return `category' metadata.
10041 (minibuffer-completing-file-name): Make obsolete.
10042 * simple.el (minibuffer-completing-symbol): Make obsolete.
10043 * icomplete.el (icomplete-completions): Pass new `metadata' param to
10044 completion-try-completion.
10045
1257e755
SM
100462011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
10047
10048 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
10049
3767e706
LL
100502011-05-30 Leo Liu <sdl.web@gmail.com>
10051
10052 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
10053 (rcirc-print): Decode all incoming messages (bug#8744).
10054 (rcirc-decode-coding-system): Allow value nil for automatic coding
10055 system detection.
3767e706 10056
d1a5d56a
GM
100572011-06-01 Glenn Morris <rgm@gnu.org>
10058
10059 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
10060
e8cbec34
CY
100612011-05-29 Chong Yidong <cyd@stupidchicken.com>
10062
10063 * image.el (image-animate-max-time): Allow nil and t values.
10064 Default to nil.
10065 (create-animated-image): Doc fix.
10066 (image-animate-start): Remove second arg; just use
10067 image-animate-max-time.
10068 (image-animate-timeout): Doc fix. Args changed.
10069
10070 * image-mode.el (image-toggle-display-image): Ensure that the
10071 image spec passed to the animate timer is the same object as in
58179cce 10072 the buffer's display property (Bug#6981).
e8cbec34
CY
10073 (image-transform-properties): Doc fix.
10074
10075 * image.el (image-animate-max-time): Default to nil.
10076
159daf87
MR
100772011-05-29 Martin Rudalics <rudalics@gmx.at>
10078
10079 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
10080 entire buffer list (Bug#8184).
10081
d66c4c7c
CY
100822011-05-29 Chong Yidong <cyd@stupidchicken.com>
10083
10084 * image.el (imagemagick-types-inhibit)
10085 (imagemagick-register-types): Doc fix.
10086
80aec780
DD
100872011-05-29 Deniz Dogan <deniz@dogan.se>
10088
10089 * net/rcirc.el (rcirc): Use the user's stored encryption method by
10090 default.
10091
1dd3c2d9
CY
100922011-05-29 Chong Yidong <cyd@stupidchicken.com>
10093
10094 * select.el: Don't perform clipboard-manager saving in hooks;
10095 leave the hooks empty.
10096
60e56523
LL
100972011-05-28 Leo Liu <sdl.web@gmail.com>
10098
10099 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
10100 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
10101 (occur-edit-mode): New major mode (Bug#8463).
10102 (occur-after-change-function): New function.
10103 (occur-engine): Give Occur tags a read-only property.
10104
2b1e1a22
KR
101052011-05-28 Kevin Ryde <user42@zip.com.au>
10106
10107 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
10108
5d344e88
CY
101092011-05-28 Chong Yidong <cyd@stupidchicken.com>
10110
8e6ca83d
CY
10111 * bindings.el (help-echo): Make the initial non-indicator dash
10112 empty on graphical terminals (Bug#7295).
10113
5d344e88
CY
10114 * files.el (auto-mode-alist): Move config rule after the
10115 in-stripping one (Bug#8547).
10116
bfbbace7
CY
10117 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
10118
fbeba6e2
CY
10119 * startup.el (normal-splash-screen): Remove gratuitous mode-line
10120 setting (Bug#8740).
10121
60ed8c72
AA
101222011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
10123
4ac619f0
AA
10124 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
10125 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
10126 (Bug#8539).
60ed8c72 10127
23db196e
CY
101282011-05-28 Chong Yidong <cyd@stupidchicken.com>
10129
10130 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
10131
5012f24c
DK
101322011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
10133
10134 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
10135 (hs-hide-block-at-point, hs-find-block-beginning)
10136 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
10137 (Bug#8279).
10138
6a639b16
GM
101392011-05-28 Glenn Morris <rgm@gnu.org>
10140
10141 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
10142
d43eaf2c
CY
101432011-05-28 Chong Yidong <cyd@stupidchicken.com>
10144
5199bde1
CY
10145 * help-fns.el (describe-function-1): If the function is a derived
10146 major mode, print the parent mode.
10147
d43eaf2c
CY
10148 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
10149 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
10150
423428a8
SM
101512011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
10152
0ff8e1ba 10153 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 10154 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
10155 * progmodes/etags.el (tags-completion-at-point-function):
10156 * info-look.el (info-lookup-completions-at-point): Mark as
10157 non-exclusive.
10158 (info-complete): Adjust accordingly.
10159
423428a8
SM
10160 * info-look.el: Convert to lexical-binding and completion-at-point.
10161 (info-lookup-completions-at-point): New function.
10162 (info-complete): Use it and completion-in-region.
10163
b74aa22b
DA
101642011-05-28 Drew Adams <drew.adams@oracle.com>
10165
10166 * isearch.el: Let M-e start with point at the first mismatched char.
10167 (isearch-fail-pos): New function.
10168 (isearch-edit-string): Use it.
10169
66e2e71d
DK
101702011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
10171
10172 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
10173
b1890b0f 101742011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
eb95d01d
TC
10175
10176 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
10177 traversal functions for avl-trees.
10178 (avl-tree--stack): New struct.
10179 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
10180 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
10181 (avl-tree--do-enter): Add optional `updatefun' arg.
10182 Change return value.
eb95d01d 10183 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
10184 (avl-tree--do-delete): Add `test' and `nilflag' args.
10185 Change return value.
eb95d01d
TC
10186 (avl-tree-member): Add optional `nilflag'
10187 (avl-tree-member-p): New function.
10188 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
10189 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
10190 (avl-tree-stack-empty-p): New functions.
10191
3769ddcf
TC
10192 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
10193 avl-tree--del-balance1 and make it work both ways.
10194 (avl-tree--del-balance2): Remove.
10195 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
10196 make it work both ways.
10197 (avl-tree--enter-balance2): Remove.
10198 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
10199 New macros.
10200 (avl-tree--mapc, avl-tree-map): Add direction argument.
10201
eb95d01d 102022011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
10203
10204 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
10205
a9f737ee
CY
102062011-05-27 Chong Yidong <cyd@stupidchicken.com>
10207
10208 * select.el: Support clipboard managers with built-in function
10209 x-clipboard-manager-save, via delete-frame-functions and
10210 kill-emacs-hook.
10211 (xselect-convert-to-targets): Add MULTIPLE target to list.
10212 (xselect-convert-to-save-targets): New function.
10213
c92a1e54
KH
102142011-05-27 Kenichi Handa <handa@m17n.org>
10215
10216 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
10217 let-binding rfc2047-encode-encoded-words to nil.
10218
e145f188
GM
102192011-05-27 Glenn Morris <rgm@gnu.org>
10220
5ec8a862
GM
10221 * mail/emacsbug.el: Don't require url-util.
10222
4b29d9fb
GM
10223 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
10224
e145f188
GM
10225 * files.el (set-auto-mode):
10226 Also respect mode: entries at the end of the file. (Bug#8586)
10227
7d15102b
GM
102282011-05-26 Glenn Morris <rgm@gnu.org>
10229
98f593b8
GM
10230 * files.el (hack-local-variables-prop-line, hack-local-variables):
10231 Downcase mode names, as seems to be traditional.
27b48e63 10232 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 10233
7d15102b
GM
10234 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
10235 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
10236
51d5b4ec
JD
102372011-05-25 Julien Danjou <julien@danjou.info>
10238
10239 * textmodes/rst.el (rst-define-level-faces): Do not define face
10240 symbol if it is already defined.
10241
91513f63
VB
102422011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
10243
10244 * play/5x5.el (5x5-new-game, 5x5-randomize):
10245 Reset 5x5-solver-output to nil when a new grid is cast.
10246 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
10247 these debugging traces, as defmacro breaks the compiled code.
10248
4d90d6d0
DK
102492011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
10250
10251 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
10252
e1b90ef6
LL
102532011-05-24 Leo Liu <sdl.web@gmail.com>
10254
10255 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
10256 (vc-bzr-sha1): Adapt.
10257
d8e4b68b 10258 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
10259
10260 * bindings.el: Provide sha1 feature.
10261
db0406bb 102622011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
10263
10264 * mail/sendmail.el: Require `rfc2047'.
10265 (mail-insert-from-field): Do not perform RFC2047 encoding.
10266 (mail-encode-header): New function.
10267 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
10268 buffer to the return value of select-message-coding-system.
10269 Call mail-encode-header.
b8d747b9
KH
10270
10271 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
10272
db0406bb 102732011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 10274
4d90d6d0
DK
10275 * mail/supercite.el (sc-default-cite-frame):
10276 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 10277
eb8a5e9b
GM
102782011-05-24 Glenn Morris <rgm@gnu.org>
10279
f8630703
GM
10280 * progmodes/python.el (brm-menu): Declare.
10281
8831bbed
GM
10282 * emulation/viper.el (viper-set-hooks): Declare.
10283
eb8a5e9b
GM
10284 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
10285 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
10286 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
10287 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
10288 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
10289 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
10290
a2a25d24
SM
102912011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
10292
10293 Add an :exit-function for completion-at-point.
10294
10295 * minibuffer.el (completion--done): New fun.
10296 (completion--do-completion): Use it. New arg `expect-exact'.
10297 (minibuffer-complete, minibuffer-complete-word): Don't output message,
10298 since completion--do-completion does it for us now.
10299 (minibuffer-force-complete): Use completion--done and
10300 completion--replace. Handle sole-completion case with more care.
10301 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
10302 (completion-extra-properties): New var.
10303 (completion-annotate-function): Make obsolete.
10304 (minibuffer-completion-help): Adjust accordingly.
10305 Use completion-list-insert-choice-function.
10306 (completion-at-point, completion-help-at-point):
10307 Bind completion-extra-properties.
10308 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
10309 * simple.el (completion-list-insert-choice-function): New var.
10310 (completion-setup-function): Preserve it.
10311 (choose-completion): Pay attention to it, shuffle the code a bit.
10312 (choose-completion-string): New arg `insert-function'.
10313
10314 * textmodes/bibtex.el: Convert to lexical binding.
10315 (bibtex-mode-map): Use completion-at-point.
10316 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
10317 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
10318 (bibtex-complete): Define as obsolete alias.
10319 (bibtex-complete-internal): Remove.
10320 (bibtex-format-entry): Remove unused sub-group in regexp.
10321 * shell.el (shell--command-completion-data)
10322 (shell-environment-variable-completion):
10323 * pcomplete.el (pcomplete-completions-at-point):
10324 * comint.el (comint--complete-file-name-data): Use :exit-function
10325 instead of completion-table-with-terminator so it also works for
10326 choose-completion.
10327
e44e373d
SM
103282011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
10329
4f91a816
SM
10330 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
10331
782fc819
SM
10332 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
10333 (bug#8710).
10334
e44e373d
SM
10335 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
10336
381987c3
KM
103372011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
10338
10339 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
10340 customization variable and implement: If non-nil, auto-fill will
10341 be inhibited while on topic's header line.
10342
b776bc70
VB
103432011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
10344
10345 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 10346 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
10347 always have a solution in grid size = 5 cases.
10348 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
10349 (5x5-solver-output, 5x5-log-buffer): New vars.
10350 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
10351 Make these variables buffer local to achieve 5x5 multi-session-ness.
10352 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
10353 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
10354 (5x5-solve-suggest): New funs.
10355 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
10356 randomize a grid so that we ensure that there is always a solution.
10357 (5x5-make-random-grid): Allow other movement than flipping.
10358
7de88b6e
KR
103592011-05-23 Kevin Ryde <user42@zip.com.au>
10360
10361 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 10362 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
10363 advice and passes PREDICATE.
10364
b1ef1257
SM
103652011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
10366
bbca48fe
SM
10367 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
10368 byte-compile-lambda if it's actually a lambda.
10369
b1ef1257
SM
10370 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
10371 Fix function quoting. Use backquote better.
10372
92a9cc65
YS
103732011-05-22 Yuanle Song <sylecn@gmail.com>
10374
10375 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
10376 matching (Bug#8516).
10377
f0fb8059
JA
103782011-01-22 Jari Aalto <jari.aalto@cante.net>
10379
10380 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
10381 different face (Bug#8178).
10382
d5b44c93
CY
103832011-05-22 Chong Yidong <cyd@stupidchicken.com>
10384
10385 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
10386 defface (Bug#8144).
10387
79106a44
SM
103882011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
10389
9c848d8a
SM
10390 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
10391 funcall as well (bug#8712). Warn when performing those conversions.
10392 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
10393
79106a44
SM
10394 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
10395
88dfa756
GM
103962011-05-22 Glenn Morris <rgm@gnu.org>
10397
10398 * files.el (hack-local-variables-prop-line): Small simplifications.
10399 (hack-local-variables, hack-local-variables-prop-line):
10400 If MODE-ONLY, return the mode, rather than just `t'.
10401
b7cf2c79
SM
104022011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
10403
10404 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
10405
3f1a8558
GM
104062011-05-21 Glenn Morris <rgm@gnu.org>
10407
7e4ccca3
GM
10408 * files.el (hack-local-variables-prop-line, hack-local-variables):
10409 If only interested in the mode, don't bother doing the other stuff.
10410
637d46ca
GM
10411 * image-mode.el (image-after-revert-hook):
10412 Redraw all frames on which the image is visible. (Bug#8567)
10413
973d955b
GM
10414 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
10415
3f1a8558
GM
10416 * wid-edit.el (widget-checklist-match-inline):
10417 Fix 2011-04-19 change. (Bug#8649)
10418
96479927
SM
104192011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
10420
1dcf791f
SM
10421 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
10422 Also allow singlespace after single-letter capitals followed by a dot.
10423
96479927
SM
10424 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
10425 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
10426
35fd0881
N
104272011-05-20 Nix <nix@esperi.org.uk>
10428
10429 * files.el (basic-save-buffer-2):
10430 Fix handling of break-hardlink-on-save with non-existent files.
10431
82745640
DD
104322011-05-19 Deniz Dogan <deniz@dogan.se>
10433
10434 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 10435 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 10436
4a720484
GM
104372011-05-19 Glenn Morris <rgm@gnu.org>
10438
d1f21341
GM
10439 * progmodes/f90.el (f90-type-def-re):
10440 Handle "type, bind(c)". (Bug#8691)
10441
4a720484
GM
10442 * emacs-lisp/autoload.el (batch-update-autoloads):
10443 Set autoload-excludes by parsing loadup.el rather than Makefiles.
10444
2fb0a219
MA
104452011-05-18 Michael Albinus <michael.albinus@gmx.de>
10446
10447 * net/tramp.el (tramp-process-actions): Set "first-password-request"
10448 property for the correct connection in case of multihops.
10449
e565dd37
GM
104502011-05-18 Glenn Morris <rgm@gnu.org>
10451
c2571358 10452 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
10453 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
10454
e565dd37
GM
10455 Rationalize calendar handling of day and month abbrev-arrays.
10456 * calendar/calendar.el (calendar-customized-p): New function.
10457 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
10458 (calendar-day-name-array, calendar-month-name-array): Doc fix.
10459 Add :set function.
10460 (calendar-abbrev-length, calendar-day-abbrev-array)
10461 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
10462 (calendar-day-abbrev-array, calendar-month-abbrev-array):
10463 Elements may no longer be nil.
10464 (calendar-day-name, calendar-month-name):
10465 Update for changed nature of abbrev arrays.
10466 * calendar/diary-lib.el (diary-name-pattern):
10467 Update for changed nature of abbrev arrays.
10468 (diary-mark-entries-1): Update calendar-make-alist calls.
10469 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
10470 * calendar/cal-html.el (cal-html-day-abbrev-array):
10471 Simply inherit from calendar-day-abbrev-array.
10472
1d99a745
SM
104732011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10474
10475 * progmodes/grep.el (grep-mode): Disable default
10476 compilation-directory-matcher setting (bug#8684).
10477
7c1d9aa0
MA
104782011-05-17 Michael Albinus <michael.albinus@gmx.de>
10479
10480 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
10481 instead of "head" and "tail". There were problems with SunOS 5.9,
10482 and it performs better.
10483
3952e9d8
GM
104842011-05-17 Glenn Morris <rgm@gnu.org>
10485
2dd12e7f
GM
10486 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
10487
e4157b9c
GM
10488 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
10489 Replace obsolete function.
10490
8e249bbd
GM
10491 * shell.el (pcomplete-parse-arguments-function): Declare.
10492
3952e9d8
GM
10493 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
10494 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
10495 (appt-check): Doc fixes.
10496 (appt-disp-window-function, appt-delete-window-function):
10497 Remove needless special case in custom :type.
10498 (appt-display-count): Default to 0, not nil.
10499 (appt-check): Reset appt-display-count to 0, not nil.
10500
c71a0d48 105012011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 10502
c71a0d48
GM
10503 * progmodes/python.el (python-font-lock-keywords):
10504 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 10505
31d55be9
SM
105062011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
10507
10508 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
10509
3bfacb2f
KR
105102011-05-16 Kevin Ryde <user42@zip.com.au>
10511
10512 * info-look.el (makefile-automake-mode): New setups, looking in
10513 automake manual, then makefile-mode.
10514 (makefile-mode): Remove automake manual, have it just in
10515 makefile-automake-mode since there's various things different or
10516 not relevant to plain make.
10517 (makefile-mode): Remove "other-modes" non-existent automake-mode,
10518 believe a hypothetical automake-mode would go to makefile-mode,
10519 not the other way around.
10520
c8e83751
CY
105212011-05-15 Chong Yidong <cyd@stupidchicken.com>
10522
5e9e35cd
CY
10523 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
10524 hunk-end tags (Bug#8672).
10525
c8e83751
CY
10526 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
10527 vc-annotate-show-diff-revision-at-line (Bug#8671).
10528
50b23e5a
GM
105292011-05-14 Glenn Morris <rgm@gnu.org>
10530
7210a739
GM
10531 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
10532 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
10533 (change-log-font-lock-keywords): Also handle multiple author lines
10534 with leading tabs. (Bug#8644)
7210a739 10535
4691905a
GM
10536 * calendar/appt.el (appt-check): Rename some local variables.
10537 Some simplification/reordering.
10538
50b23e5a
GM
10539 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
10540 (feedmail-sendmail-f-doesnt-sell-me-out)
10541 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
10542 (feedmail-debug-sit-for, feedmail-queue-express-hook)
10543 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
10544 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
10545 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
10546 (feedmail-binmail-gnulinuxish-template):
10547 Rename from feedmail-binmail-linuxish-template.
10548 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
10549 Use insert-buffer-substring.
10550
215cda7c
BC
105512011-05-14 Bill Carpenter <bill@carpenter.org>
10552
10553 * mail/feedmail.el (feedmail-patch-level): Increase.
10554 (feedmail-debug): New custom group.
10555 (feedmail-confirm-outgoing-timeout)
10556 (feedmail-sendmail-f-doesnt-sell-me-out)
10557 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
10558 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
10559 (feedmail-sender-line, feedmail-from-line)
10560 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 10561 (feedmail-spray-this-address)
215cda7c
BC
10562 (feedmail-spray-address-fiddle-plex-list)
10563 (feedmail-queue-use-send-time-for-date)
10564 (feedmail-queue-use-send-time-for-message-id)
10565 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
10566 (feedmail-buffer-eating-function):
10567 Doc fixes.
10568 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
10569 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
10570 (feedmail-message-action-scroll-down): New functions.
10571 (feedmail-queue-directory, feedmail-queue-draft-directory):
10572 Use expand-file-name.
10573 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
10574 Remove C-v help entry.
10575 (feedmail-queue-buffer-file-name): New variable.
10576 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
10577 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
10578 (feedmail-message-action-send-strong, feedmail-message-action-edit)
10579 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
10580 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
10581 (feedmail-message-action-toggle-spray)
10582 (feedmail-run-the-queue-no-prompts)
10583 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
10584 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
10585 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
10586 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
10587 (feedmail-envelope-deducer, feedmail-fiddle-from)
10588 (feedmail-fiddle-sender, feedmail-default-date-generator)
10589 (feedmail-fiddle-date, feedmail-fiddle-message-id)
10590 (feedmail-fiddle-spray-address)
10591 (feedmail-fiddle-list-of-spray-fiddle-plexes)
10592 (feedmail-fiddle-list-of-fiddle-plexes)
10593 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
10594 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
10595 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
10596 Change default. Doc fix.
10597 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
10598 (feedmail-binmail-linuxish-template): New constant.
10599 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
10600 Respect feedmail-sendmail-f-doesnt-sell-me-out.
10601 (feedmail-send-it): Add debug call.
10602 Use feedmail-queue-buffer-file-name, and
10603 feedmail-send-it-immediately-wrapper.
10604 (feedmail-message-action-send): Add debug call.
10605 Use feedmail-send-it-immediately-wrapper.
10606 (feedmail-queue-express-to-queue): Add debug call.
10607 Run feedmail-queue-express-hook.
10608 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
10609 (feedmail-message-action-help-blat):
10610 Rename from feedmail-queue-send-edit-prompt-help-first.
10611 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
10612 Check line-endings. Handle errors better.
10613 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
10614 Doc fix. Add debug call.
10615 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
10616 Use feedmail-queue-send-edit-prompt-inner.
10617 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
10618 (feedmail-queue-send-edit-prompt-inner): New function, extracted
10619 from feedmail-queue-send-edit-prompt.
10620 (feedmail-queue-send-edit-prompt-help)
10621 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
10622 (feedmail-tidy-up-slug): Add debug call.
10623 Respect feedmail-queue-slug-suspect-regexp.
10624 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
10625 (feedmail-dump-message-to-queue): Add debug call.
10626 Expand queue-directory.
10627 (feedmail-dump-message-to-queue): Change message slightly.
10628 Use feedmail-say-chatter.
10629 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
10630 (feedmail-send-it-immediately-wrapper): New function.
10631 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
10632 Insert empty string rather than newline. Handle full-frame case.
10633 Use catch/throw. Use feedmail-say-chatter.
10634 (feedmail-fiddle-from): Try mail-host-address.
10635 (feedmail-default-message-id-generator): Doc fix.
10636 Bind system-time-locale. Handle missing end.
10637 (feedmail-fiddle-x-mailer): Add debug call.
10638 Handle feedmail-x-mailer-line being nil.
10639 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
10640 Add debug call. Use buffer-substring-no-properties.
10641 (feedmail-say-debug, feedmail-say-chatter): New functions.
10642 (feedmail-find-eoh): Give an explicit error.
10643
42c7e61e
UJ
106442011-05-13 Ulf Jasper <ulf.jasper@web.de>
10645
c2571358 10646 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 10647 family from helvetica to sans.
c2571358 10648 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
10649 etc/images/newsticker.
10650
c2571358 10651 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
10652 family from helvetica to sans.
10653
10654 * net/newst-plainview.el (newsticker-new-item-face)
10655 (newsticker-old-item-face, newsticker-immortal-item-face)
10656 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 10657 (newsticker-statistics-face): Change default family from
42c7e61e 10658 helvetica to sans.
c2571358 10659 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
10660 etc/images/newsticker.
10661
10662 * net/newst-backend.el (newsticker--do-run-auto-mark-filter),
10663 (newsticker--process-auto-mark-filter-match): : Tell user about
10664 auto-marking.
10665
8497a297
DV
106662011-05-13 Didier Verna <didier@xemacs.org>
10667
10668 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
10669 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
10670 TODO entries.
8497a297
DV
10671 (lisp-lambda-list-keyword-parameter-indentation)
10672 (lisp-lambda-list-keyword-parameter-alignment)
10673 (lisp-lambda-list-keyword-alignment): New customizable user options.
10674 (lisp-indent-defun-method): Improve docstring.
10675 (extended-loop-p): Fix comment.
10676 (lisp-indent-lambda-list-keywords-regexp): New variable.
10677 (lisp-indent-lambda-list): New function.
10678 (lisp-indent-259): Use it.
10679 (lisp-indent-defmethod): Support for more than one
10680 method qualifier and properly indent methods lambda-lists.
10681 (defgeneric): Provide a missing common-lisp-indent-function property.
10682
f278f87f
SM
106832011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
10684
10685 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
10686 bounds for the empty string (bug#8667).
10687
5233edd7
GM
106882011-05-13 Glenn Morris <rgm@gnu.org>
10689
5237a44f
GM
10690 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
10691
8340026c 10692 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 10693 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 10694
5233edd7 10695 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 10696 (appt-time-msg-list): Doc fix.
a5464014 10697 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 10698
92d10796
AS
106992011-05-12 Andreas Schwab <schwab@linux-m68k.org>
10700
10701 * progmodes/ld-script.el (ld-script-keywords)
10702 (ld-script-builtins): Update keywords list.
10703
914a0ae1
SM
107042011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
10705
c89be45f
SM
10706 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
10707
914a0ae1
SM
10708 * shell.el (shell-completion-vars): New function.
10709 (shell-mode):
10710 * simple.el (read-shell-command): Use it.
10711 (blink-matching-open): No need for " [...]" in minibuffer-message.
10712
98dc3df3
GM
107132011-05-12 Glenn Morris <rgm@gnu.org>
10714
10715 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
10716 (appt-check): Simplify.
10717
d2fc7e3d 107182011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 10719
4d61f28d 10720 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
10721 literal "/dev/null".
10722
d2fc7e3d 107232011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
10724
10725 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
10726 Fix typo.
10727
d2fc7e3d 107282011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 10729
3f254caa
SM
10730 * progmodes/which-func.el (which-function):
10731 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
10732 which might not be defined (Bug#8260).
10733
d45885f7
GM
107342011-05-12 Glenn Morris <rgm@gnu.org>
10735
10736 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
10737 Let byte-compile-initial-macro-environment always take precedence.
10738
488086f4
SM
107392011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
10740
10741 * net/rcirc.el: Add support for SSL/TLS connections.
10742 (rcirc-server-alist): New field `encryption'.
10743 (rcirc): Check `encryption' settings.
10744 (rcirc-connect): New arg `encryption'. Use open-network-stream.
10745 Merge make-local-variable into `set'.
10746 (rcirc--connection-open-p): New function.
10747 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
10748 the process is not a network process (e.g. running gnutls-cli).
10749 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
10750 Make rcirc-(en|de)code-coding-system local here.
10751 (rcirc-mode): Merge make-local-variable into `set'.
10752 (rcirc-parent-buffer): Make permanent buffer-local.
10753 (rcirc-multiline-minor-mode): Don't do it here.
10754 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
10755 there's no server buffer.
10756
7d3b9d44
GM
107572011-05-11 Glenn Morris <rgm@gnu.org>
10758
f64049c6
GM
10759 * newcomment.el (comment-kill): Prefix "unused" local.
10760
93c9df73
GM
10761 * term/w32console.el (get-screen-color): Declare.
10762
7d3b9d44
GM
10763 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
10764 Handle symbol elements of byte-compile-initial-macro-environment.
10765
9e2dd53f
LL
107662011-05-10 Leo Liu <sdl.web@gmail.com>
10767
488086f4
SM
10768 * bookmark.el (bookmark-bmenu-mode-map):
10769 Bind bookmark-bmenu-search to `/'.
8b340240 10770
9e2dd53f 10771 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
10772 (footnote-unicode-string, footnote-unicode-regexp): New variable.
10773 (Footnote-unicode): New function.
10774 (footnote-style-alist): Add unicode style to the list.
10775 (footnote-style): Doc fix.
9e2dd53f 10776
79b70037
GM
107772011-05-10 Jim Meyering <meyering@redhat.com>
10778
10779 Fix doubled-word typos.
10780 * international/quail.el (quail-insert-kbd-layout): and and -> and
10781 * kermit.el: and and -> and
10782 * net/ldap.el (ldap-search-internal): to to -> to
10783 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
10784 * progmodes/js.el (js-mode): and and -> and
10785 * textmodes/artist.el (artist-move-to-xy): at at -> at
10786 (artist-draw-region-trim-line-endings): if if -> if
10787 And Safetyc -> Safety.
10788 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
10789
b8f82dc1 107902011-05-10 Glenn Morris <rgm@gnu.org>
c2571358 10791 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
10792
10793 * files.el (hack-one-local-variable-eval-safep):
10794 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
10795
4f99f44b
GM
107962011-05-10 Glenn Morris <rgm@gnu.org>
10797
10798 * calendar/diary-lib.el (diary-list-entries-hook)
10799 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
10800 (diary-nongregorian-marking-hook, diary-list-entries)
10801 (diary-include-other-diary-files, diary-mark-entries)
10802 (diary-mark-included-diary-files): Doc fixes.
10803
84f29e6b
JB
108042011-05-09 Juanma Barranquero <lekktu@gmail.com>
10805
10806 * misc.el: Require tabulated-list.el during compilation.
10807
9bedd73a
CY
108082011-05-09 Chong Yidong <cyd@stupidchicken.com>
10809
488086f4
SM
10810 * progmodes/compile.el (compilation-start):
10811 Run compilation-filter-hook for the async case too.
9bedd73a
CY
10812 (compilation-filter-hook): Doc fix.
10813
797c735c
DD
108142011-05-09 Deniz Dogan <deniz@dogan.se>
10815
10816 * wdired.el: Remove outdated installation comment. Fix usage
10817 comment.
10818
5f4b1dfe
JB
108192011-05-09 Juanma Barranquero <lekktu@gmail.com>
10820
10821 * misc.el: Implement new command `list-dynamic-libraries'.
10822 (list-dynamic-libraries--loaded-only-p): New variable.
10823 (list-dynamic-libraries--refresh): New function.
10824 (list-dynamic-libraries): New command.
10825
4c44026c
CY
108262011-05-09 Chong Yidong <cyd@stupidchicken.com>
10827
488086f4
SM
10828 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10829 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
10830 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
10831 higher priority to avoid clobbering by gnu.
10832
027f966d
CY
108332011-05-08 Chong Yidong <cyd@stupidchicken.com>
10834
10835 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
10836 if the face has existing theme settings (Bug#8454).
10837
085f5d7d
CY
108382011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
10839
488086f4
SM
10840 * progmodes/perl-mode.el (perl-imenu-generic-expression):
10841 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 10842
2a86a00c
RS
10843 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
10844 special file names `.' and `..' (Bug#8259).
10845
d9c54a06
CY
108462011-05-08 Chong Yidong <cyd@stupidchicken.com>
10847
488086f4
SM
10848 * progmodes/grep.el (grep-mode-font-lock-keywords):
10849 Remove buffer-changing entries.
d9c54a06
CY
10850 (grep-filter): New function.
10851 (grep-mode): Add it to compilation-filter-hook.
10852
10853 * progmodes/compile.el (compilation-filter-hook)
10854 (compilation-filter-start): New defvars.
10855 (compilation-filter): Call compilation-filter-hook prior to
10856 updating the process mark.
10857
c4662635
SM
108582011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
10859
10860 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
10861
b0512a1d
EZ
108622011-05-07 Eli Zaretskii <eliz@gnu.org>
10863
605c9376
EZ
10864 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
10865 mailclient-send-it even if window-system is nil. (Bug#8595)
10866
c4662635
SM
10867 * term/w32console.el (terminal-init-w32console):
10868 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
10869 background-mode. (Bug#8597)
10870
d1dc2cc2
SM
108712011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
10872
10873 Make bytecomp.el understand that defmethod defines funs (bug#8631).
10874 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
10875 New functions.
10876 (defgeneric, eieio--defmethod): Use them.
10877 (eieio-defgeneric): Remove.
10878 (defmethod): Call defgeneric in a way visible to the byte-compiler.
10879
915d1300
GM
108802011-05-07 Glenn Morris <rgm@gnu.org>
10881
a3961c3e
GM
10882 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
10883 Use let rather than let*.
10884 (timeclock-find-discrep): Remove unused local.
10885
314347b9
GM
10886 * calendar/diary-lib.el (diary-comment-start): Doc fix.
10887
915d1300
GM
10888 * calendar/appt.el (appt-time-msg-list): Doc fix.
10889
275b59b0
NF
108902011-05-06 Noah Friedman <friedman@splode.com>
10891
10892 * apropos.el (apropos-print-doc): Only use
10893 emacs-lisp-docstring-fill-column when it is bound to an integer,
10894 per that variable's documentation.
10895
6c19f744
SM
108962011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
10897
10898 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 10899 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 10900
60f884b2
GM
109012011-05-06 Glenn Morris <rgm@gnu.org>
10902
5006e634
GM
10903 * calendar/appt.el (appt-message-warning-time): Doc fix.
10904 (appt-warning-time-regexp): New option.
10905 (appt-make-list): Respect appt-message-warning-time.
10906
548d0a63
GM
10907 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
10908 New options.
10909 (diary-add-to-list): Strip comments from the displayed string.
10910 (diary-mode): Set comment-start and comment-end.
10911
60f884b2
GM
10912 * vc/diff-mode.el (smerge-refine-subst): Declare.
10913 (diff-refine-hunk): Don't require smerge-mode when compiling.
10914
989681bb
JB
109152011-05-06 Juanma Barranquero <lekktu@gmail.com>
10916
10917 * simple.el (list-processes): Return nil as the docstring says.
10918
a6bc05e1
MA
109192011-05-05 Michael Albinus <michael.albinus@gmx.de>
10920
10921 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
10922 to "".
10923 (ange-ftp-write-region, ange-ftp-insert-file-contents)
10924 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
10925 determining of binary transfer. (Bug#7383)
10926
23c22e9a
MA
109272011-05-05 Michael Albinus <michael.albinus@gmx.de>
10928
c4662635
SM
10929 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
10930 Fix port computation bug. (Bug#8618)
23c22e9a 10931
0bff894f
GM
109322011-05-05 Glenn Morris <rgm@gnu.org>
10933
b8296902
GM
10934 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
10935
1f522ce8
GM
10936 * simple.el (shell-dynamic-complete-functions)
10937 (comint-dynamic-complete-functions): Declare.
10938
cf5bee67
GM
10939 * net/network-stream.el (gnutls-negotiate):
10940 * simple.el (tabulated-list-print): Fix declarations.
10941
10942 * progmodes/gud.el (syntax-symbol, syntax-point):
10943 Remove unnecessary and incorrect declarations.
10944
0bff894f
GM
10945 * emacs-lisp/check-declare.el (check-declare-scan):
10946 Handle byte-compile-initial-macro-environment in bytecomp.el
10947
9869b3ae
SM
109482011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
10949
10950 Fix earlier half-done eieio-defmethod change (bug#8338).
10951 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
10952 Streamline and change calling convention.
10953 (defmethod): Adjust accordingly and simplify.
10954 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
10955 new eieio--defmethod.
10956 (slot-boundp): Minor CSE simplification.
10957
9c1d5ac5
MZ
109582011-05-05 Milan Zamazal <pdm@zamazal.org>
10959
10960 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
10961 (glasses-make-readable): Use glasses-separate-capital-groups.
10962
455c834e
JB
109632011-05-05 Juanma Barranquero <lekktu@gmail.com>
10964
10965 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
10966 (warning-series): Doc fix.
10967 (display-warning): Don't try to create the buffer if we just found it.
10968
9ed7c8cb
CY
109692011-05-04 Chong Yidong <cyd@stupidchicken.com>
10970
10971 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
10972 (autoload-find-generated-file): New function.
10973 (generate-file-autoloads): Bind generated-autoload-file to
10974 buffer-file-name.
9869b3ae
SM
10975 (update-file-autoloads, update-directory-autoloads):
10976 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
10977 output file (Bug#7989).
10978 (batch-update-autoloads): Doc fix.
10979
0898ca10
JB
109802011-05-04 Juanma Barranquero <lekktu@gmail.com>
10981
10982 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
10983
31dfb76c
GM
109842011-05-04 Glenn Morris <rgm@gnu.org>
10985
f330b642
GM
10986 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
10987 function, so it follows changes in calendar-date-style.
10988 (diary-fancy-date-matcher): New function.
10989 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
10990 (diary-fancy-font-lock-fontify-region-function):
10991 Use diary-fancy-date-pattern as a function.
10992
31dfb76c
GM
10993 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
10994 non-numbers for `year' etc pseudo-variables. (Bug#8583)
10995
48e79d6a
TZ
109962011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
10997
10998 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
10999 instead of positional arguments. Allow :keylist and :crlfiles
11000 arguments.
11001 (open-gnutls-stream): Call it.
11002
11003 * net/network-stream.el (network-stream-open-starttls): Adjust to
11004 call `gnutls-negotiate' with :process and :hostname arguments.
11005
dd5a5ee0
SM
110062011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
11007
ef80fc09
SM
11008 * minibuffer.el (completion--message): New function.
11009 (completion--do-completion, minibuffer-complete)
11010 (minibuffer-force-complete, minibuffer-complete-word): Use it.
11011 (completion--do-completion): Don't ignore completion-auto-help when in
11012 icomplete-mode.
11013
dd5a5ee0
SM
11014 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
11015 internal encoding (e.g. tibetan zero is not whitespace).
11016 (global-whitespace-mode): Prefer save-current-buffer.
11017 (whitespace-trailing-regexp): Remove useless save-match-data.
11018 (whitespace-empty-at-bob-regexp): Minor simplification.
11019
b7d22a83
CY
110202011-05-03 Chong Yidong <cyd@stupidchicken.com>
11021
11022 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
11023
5192af46
AM
110242011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11025
11026 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 11027 Use `concat' to create string for insertion.
5192af46 11028
5767d190
SM
110292011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11030
11031 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
11032 Avoid open-line which runs post-self-insert-hook.
11033 (bibtex-fill-entry): Remove unused `end' var.
11034
bf242939
AM
110352011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
11036
5767d190
SM
11037 * textmodes/ispell.el (ispell-add-per-file-word-list):
11038 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 11039
25666126
LL
110402011-05-03 Leo Liu <sdl.web@gmail.com>
11041
11042 * isearch.el (isearch-yank-pop): New command.
5767d190 11043 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
11044 (isearch-forward): Mention it.
11045
52d3c2d0
SM
110462011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11047
1bcace58
SM
11048 * simple.el (minibuffer-complete-shell-command): Remove.
11049 (minibuffer-local-shell-command-map): Use completion-at-point.
11050 (read-shell-command): Setup completion vars here instead.
11051 (read-expression-map): Bind TAB to symbol completion.
11052
52d3c2d0
SM
11053 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
11054 error directly rather via storing it into `results'.
11055
35813471
LL
110562011-05-02 Leo Liu <sdl.web@gmail.com>
11057
11058 * vc/diff.el: Fix description.
11059
e793a940
LMI
110602011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11061
11062 * server.el (server-eval-at): New function.
11063
8de66e05
LMI
110642011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11065
11066 * net/network-stream.el (open-network-stream): Take a :nowait
11067 parameter and pass it on to `make-network-process'.
11068 (network-stream-open-plain): Ditto.
11069
dcb79f20
AS
110702011-04-30 Andreas Schwab <schwab@linux-m68k.org>
11071
11072 * faces.el (face-spec-set-match-display): Don't match toolkit
11073 options on terminal frames.
11074
14a7fbd8
SM
110752011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
11076
7eabc1be
SM
11077 * progmodes/pascal.el: Use lexical binding.
11078 (pascal-mode-map): Remove author preferences.
11079
14a7fbd8
SM
11080 * pcomplete.el (pcomplete-std-complete): Don't abuse
11081 completion-at-point.
11082
50f84510
JB
110832011-04-28 Juanma Barranquero <lekktu@gmail.com>
11084
6e087a44
JB
11085 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
11086 removing code that has been dead since 1991 or so.
11087
50f84510
JB
11088 * startup.el (command-line): When warning about "_emacs", use a
11089 delayed warning to allow the user to filter it out.
11090
0ba690bd
DD
110912011-04-28 Deniz Dogan <deniz@dogan.se>
11092
11093 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
11094 user has not joined.
11095
08abfaad
SM
110962011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11097
11098 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
11099 aren't any completions at point.
11100
638f053a
JB
111012011-04-28 Juanma Barranquero <lekktu@gmail.com>
11102
11103 * subr.el (display-delayed-warnings): New function.
11104 (delayed-warnings-hook): New variable.
11105
8fff8daa
SM
111062011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11107
08abfaad
SM
11108 * minibuffer.el (completion-at-point, completion-help-at-point):
11109 Don't presume that a given completion-at-point-function will always
11110 use the same calling convention.
11111
8fff8daa
SM
11112 * pcomplete.el (pcomplete-completions-at-point):
11113 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
11114 pcomplete-seen is non-nil.
11115 (pcomplete-comint-setup): Also recognize the new comint/shell
11116 completion functions.
11117 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
11118 pcomplete-seen is non-nil.
11119
841a1577 111202011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 11121
841a1577 11122 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 11123 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 11124 the first character in the entry. This allows for code to add its
211ec907
UJ
11125 own uid to the entry.
11126 (icalendar--convert-float-to-ical): Add export of
11127 `diary-float'-entries save for those with the optional DAY
11128 argument.
11129
2a782793
DC
111302011-04-27 Daniel Colascione <dan.colascione@gmail.com>
11131
11132 * subr.el (shell-quote-argument): Use alternate escaping strategy
11133 when we spot a variable reference in a string.
11134
0438ce91
DC
111352011-04-26 Daniel Colascione <dan.colascione@gmail.com>
11136
11137 * cus-start.el (all): Define customization for debug-on-event.
11138
841a1577 111392011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
11140
11141 * subr.el (shell-quote-argument): Escape correctly under Windows.
11142
d090ed6c
SM
111432011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
11144
11145 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
11146
bfd31217
MA
111472011-04-25 Michael Albinus <michael.albinus@gmx.de>
11148
d090ed6c
SM
11149 * net/tramp.el (tramp-process-actions): Add POS argument.
11150 Delete region between POS and (pos).
bfd31217 11151
d090ed6c
SM
11152 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
11153 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
11154 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
11155
11156 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
11157 position in `tramp-process-actions' call.
11158
11159 * net/trampver.el: Update release number.
11160
e92f3bd3
SM
111612011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
11162
850256b5
SM
11163 * custom.el (defcustom): Obey lexical-binding.
11164
e92f3bd3
SM
11165 Fix octave-inf completion problems reported by Alexander Klimov.
11166 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
11167 Inherit from octave-mode-syntax-table.
11168 (inferior-octave-mode): Set info-lookup-mode.
11169 (inferior-octave-completion-at-point): New function.
11170 (inferior-octave-complete): Use it and completion-in-region.
11171 (inferior-octave-dynamic-complete-functions): Use it as well, and use
11172 comint-filename-completion.
11173 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
11174 symbol elements which shouldn't be word elements.
11175 (octave-font-lock-keywords, octave-beginning-of-defun)
11176 (octave-function-header-regexp): Adjust regexps accordingly.
11177 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
11178
cd22b309
JB
111792011-04-25 Juanma Barranquero <lekktu@gmail.com>
11180
11181 * net/gnutls.el (gnutls-errorp): Declare before first use.
11182
8b492194
TZ
111832011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
11184
11185 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
11186 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 11187 default trustfile exists before going to use it. Add missing
5a5fa834 11188 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
11189 Reported by Claudio Bley <claudio.bley@gmail.com>.
11190 (open-gnutls-stream): Add usage example.
11191
11192 * net/network-stream.el (network-stream-open-starttls): Give host
11193 parameter to `gnutls-negotiate'.
11194 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 11195 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 11196
841a1577 111972011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 11198
cd22b309
JB
11199 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
11200 Use correct match group (bug#8438).
05842630 11201
3ba7869c
CY
112022011-04-24 Chong Yidong <cyd@stupidchicken.com>
11203
512e3ae1
CY
11204 * emacs-lisp/package.el (package-built-in-p): Fix typo.
11205 (package-menu--generate): New arg specifying packages to show.
11206 (package-menu-refresh, package-menu-execute, list-packages):
11207 Callers changed.
11208 (package-show-package-list): New function, replacing deleted
11209 package--list-packages (renamed because it is non-internal).
11210
11211 * finder.el (finder-list-matches): Use package-show-package-list
11212 instead of deleted package--list-packages.
11213
e92f3bd3
SM
11214 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
11215 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
11216 (vc-annotate-mode-map): Bind it to RET.
11217
7031be6d
UR
112182011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
11219
11220 * progmodes/etags.el (next-file): Don't use set-buffer to change
11221 buffers (Bug#8478).
11222
4ef177aa
CY
112232011-04-24 Chong Yidong <cyd@stupidchicken.com>
11224
c8d173eb
CY
11225 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
11226
4ef177aa
CY
11227 * apropos.el (apropos-label-face): Avoid variable-pitch face.
11228 (apropos-accumulator): Doc fix.
11229 (apropos-function, apropos-macro, apropos-command)
11230 (apropos-variable, apropos-face, apropos-group, apropos-widget)
11231 (apropos-plist): Add face property.
11232 (apropos-symbols-internal): Fix indentation.
11233 (apropos-print): Simplify help, and recognize apropos-multi-type.
11234 (apropos-print-doc): Use button-type-get to extract the button's
11235 face property. Fill docstring (Bug#8352).
11236
4ffd0d6b 112372011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
11238
11239 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
11240
c6c32125 11241 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 11242 (mpuz-mode-map): Use mapc.
c6c32125
JB
11243 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
11244 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
11245 Fix typos in docstrings.
11246
58d468b4
JB
11247 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
11248 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
11249
6470c3c6
JB
11250 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
11251
4ffd0d6b 112522011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
11253
11254 * minibuffer.el (completion--do-completion): Avoid the "Next char
11255 not unique" prompt if icomplete-mode is enabled (Bug#5849).
11256
3ad8bad0
CY
11257 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
11258 mouse-2 into unread-command-events, it is interpreted correctly.
11259
71d73c9c 11260 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 11261 (image-toggle-display): Doc fix.
71d73c9c 11262
841a1577 112632011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 11264
4ffd0d6b
GM
11265 * textmodes/page.el (what-page): Use line-number-at-pos to
11266 calculate line number (Bug#6825).
6e1dbaa9 11267
c2fb1b60
JB
112682011-04-22 Juanma Barranquero <lekktu@gmail.com>
11269
11270 * eshell/esh-mode.el (find-tag-interactive): Declare function.
11271 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
11272 Pass argument NO-DEFAULT to `find-tag-interactive'.
11273
e02f48d7
JB
112742011-04-22 Juanma Barranquero <lekktu@gmail.com>
11275
11276 Lexical-binding cleanup.
11277
11278 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
11279 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
11280 * progmodes/ada-prj.el (ada-prj-initialize-values)
11281 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
11282 (ada-prj-show-value):
11283 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
11284 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
11285 (antlr-invalidate-context-cache, antlr-options-menu-filter)
11286 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
11287 * progmodes/bug-reference.el (bug-reference-push-button):
11288 * progmodes/fortran.el (fortran-line-length):
11289 * progmodes/glasses.el (glasses-change):
11290 * progmodes/octave-mod.el (octave-fill-paragraph):
11291 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
11292 (python-pdbtrack-grub-for-buffer, python-sentinel):
11293 * progmodes/sql.el (sql-save-connection):
11294 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
11295 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
11296 Mark unused parameters.
11297
11298 * progmodes/compile.el (compilation--flush-directory-cache)
11299 (compilation--flush-parse, compile-internal): Mark unused parameters.
11300 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
11301 (compilation-next-error-function): Remove unused variable `timestamp'.
11302
11303 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
11304 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
11305
11306 * progmodes/dcl-mode.el (dcl-end-of-command):
11307 Remove unused variable `start'.
11308 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
11309 (dcl-option-value-basic, dcl-option-value-offset)
11310 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
11311 Mark unused parameters.
11312 (dcl-save-local-variable): Remove unused variable `val'.
11313 (mode): Declare.
11314
11315 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
11316 Mark unused parameters.
11317 (delphi-ignore-changes): Move before first use.
11318 (delphi-charset-token-at): Remove unused variable `start'.
11319 (delphi-else-start): Remove unused variable `if-count'.
11320 (delphi-comment-block-start, delphi-comment-block-end):
11321 Remove unused variable `kind'.
11322 (delphi-indent-line): Remove unused variable `new-point'.
11323
11324 * progmodes/ebrowse.el (ebrowse-files-list)
11325 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
11326 Mark unused parameters. Don't quote `lambda'.
11327 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
11328 Don't quote `lambda'.
11329 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
11330 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
11331 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
11332 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
11333 Use `ignore-errors'.
11334 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
11335 (ebrowse-view/find-file-and-search-pattern)
11336 (ebrowse-view/find-member-declaration/definition):
11337 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
11338 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
11339 Rename parameter PREFIX-ARG to PREFIX.
11340 (ebrowse-tags-read-name): Remove unused variables `start' and
11341 `member-info'.
11342 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
11343 to `tags-file'.
11344
11345 * progmodes/etags.el (local-find-tag-hook): Declare.
11346 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
11347 Mark unused parameters.
11348
11349 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
11350 (executable-interpret): Mark unused parameter.
11351
11352 * progmodes/flymake.el (flymake-process-sentinel)
11353 (flymake-after-change-function)
11354 (flymake-create-temp-with-folder-structure)
11355 (flymake-get-include-dirs-dot): Mark unused parameters.
11356 (flymake-safe-delete-directory): Remove unused variable `err'.
11357
11358 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
11359 (speedbar-timer-fn, speedbar-line-text)
11360 (speedbar-change-expand-button-char, speedbar-delete-subblock)
11361 (speedbar-center-buffer-smartly): Declare functions.
11362 (gdb-find-watch-expression): Remove unused variable `array'.
11363 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
11364 (gdb-starting): Mark unused parameters.
11365 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
11366 (gdb-table-string): Remove unused variable `res'.
11367 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
11368 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
11369 (gdb-display-buffer): Remove unused variable `cur-size'.
11370
11371 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
11372 allow lexical-binding compilation.
11373 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
11374 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
11375 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
11376 Mark unused parameters.
11377 (gud-gdb-marker-filter): Remove unused variable `match'.
11378 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
11379 lambda expressions and funcall them, instead of using `fset'.
11380
11381 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
11382 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
11383
11384 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
11385 variable `header-beg'; use `let'.
11386
11387 * progmodes/icon.el (indent-icon-exp): Remove unused variables
11388 `restart', `last-sexp' and `at-do'.
11389
11390 * progmodes/js.el (js--debug): Mark unused parameter.
11391 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
11392 (js--splice-into-items): Remove unused variable `item'.
11393 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
11394
11395 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
11396 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
11397 (makefile-complete): Remove unused variable `try'.
11398 (makefile-fill-paragraph, makefile-match-function-end):
11399 Mark unused parameters.
11400
11401 * progmodes/octave-inf.el (inferior-octave-complete):
11402 Remove unused variable `proc'.
11403 (inferior-octave-output-digest): Mark unused parameter.
11404
11405 * progmodes/perl-mode.el (perl-calculate-indent):
11406 Remove unused variable `err'.
11407
11408 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
11409 (prolog-indent-line): Mark unused parameters.
11410 (prolog-indent-line): Remove unused variable `beg'.
11411
11412 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
11413 (reporter-dont-compact-list): Declare.
11414
11415 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
11416 Remove unused variable `char'.
11417 (sh-debug): Mark unused parameter.
11418 (sh-get-indent-info): Remove unused variable `start'.
11419 (sh-calculate-indent): Remove unused variable `var'.
11420
11421 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
11422 (simula-electric-keyword): Remove unused variable `null'.
11423 (simula-search-backward, simula-search-forward): Remove unused
11424 variables `begin' and `end'.
11425
11426 * progmodes/vera-mode.el (vera-guess-basic-syntax):
11427 Remove unused variable `pos'.
11428 (vera-electric-tab, vera-comment-uncomment-region):
11429 Mark unused parameters.
11430 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
11431
7ede3b65
CY
114322011-04-22 Chong Yidong <cyd@stupidchicken.com>
11433
11434 * emacs-lisp/package.el (package--builtins, package-alist)
11435 (package-load-descriptor, package-built-in-p, package-activate)
11436 (define-package, package-installed-p)
11437 (package-compute-transaction, package-buffer-info)
11438 (package--push): Doc fix. Distinguish more clearly between
11439 version strings and version lists.
11440
121656e9
JB
114412011-04-21 Juanma Barranquero <lekktu@gmail.com>
11442
11443 Lexical-binding cleanup.
11444
11445 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
11446 (5x5-make-mutate-best):
11447 * play/fortune.el (fortune-in-buffer):
11448 * play/gomoku.el (gomoku-init-display):
11449 * play/solitaire.el (solitaire, solitaire-do-check):
11450 * play/tetris.el (tetris-default-update-speed-function):
11451 Mark unused parameters.
11452
11453 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
11454 (bubbles--shift): Remove unused variable `char-org'.
11455 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
11456 (bubbles--show-images): Remove unused variable `char'.
11457
11458 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
11459 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
11460 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
11461 (decipher-analyze-buffer): Use ?\s.
11462 (decipher-make-checkpoint): Remove unused variable `mapping'.
11463
11464 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
11465
11466 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
11467 Remove unused variable `result'; use `let'.
11468
11469 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
11470 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
11471 (gametree-children-shown-p, gametree-compute-reduced-score):
11472 Use `ignore-errors'.
11473
11474 * play/handwrite.el (ps-lpr-switches): Declare.
11475 (handwrite): Remove unused variables `pmin' and `lastp'.
11476
11477 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
11478
11479 * play/landmark.el (landmark-init-display)
11480 (landmark-update-naught-weights): Mark unused parameters.
11481 (landmark-y): Remove unused variable `noise'. Simplify.
11482 (landmark-human-plays): Remove unused variable `score'.
11483
11484 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
11485 (mpuz-try-proposal): Remove unused variable `game'.
11486
11487 * play/zone.el (life-patterns): Declare.
11488
80f499c7
JB
114892011-04-20 Juanma Barranquero <lekktu@gmail.com>
11490
11491 * vc/vc.el (ediff-vc-internal): Declare function.
11492
024ff170
SM
114932011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
11494
c0a193ea
SM
11495 * shell.el: Use lexical-binding and std completion UI.
11496 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
11497 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
11498 comint-preoutput-filter-functions rather than on
11499 comint-output-filter-functions.
11500 (shell-command-completion, shell--command-completion-data)
11501 (shell-filename-completion, shell-environment-variable-completion)
11502 (shell-c-a-p-replace-by-expanded-directory): New functions.
11503 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
11504 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
11505 (shell-dynamic-complete-environment-variable): Use them.
11506 (shell-dynamic-complete-as-environment-variable)
11507 (shell-dynamic-complete-as-command): Remove.
11508 (shell-match-partial-variable): Match past point.
11509 * comint.el: Clean up use of completion-at-point-functions.
11510 (comint-completion-at-point): New function.
11511 (comint-mode): Use it completion-at-point-functions.
11512 (comint-dynamic-complete): Make it obsolete.
11513 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
11514 (comint-c-a-p-replace-by-expanded-history): New function.
11515 (comint-dynamic-complete-functions)
11516 (comint-replace-by-expanded-history): Use it.
11517 * minibuffer.el (completion-table-with-terminator): Allow dynamic
11518 termination strings. Try harder to avoid second try-completion.
11519 (completion-in-region-mode-map): Disable bindings that don't work yet.
11520
2dbaa080
SM
11521 * comint.el: Use lexical-binding. Require CL.
11522 (comint-dynamic-complete-functions): Use comint-filename-completion.
11523 (comint-completion-addsuffix): Tweak custom type.
11524 (comint-filename-completion, comint--common-suffix)
11525 (comint--common-quoted-suffix, comint--table-subvert)
11526 (comint--complete-file-name-data): New functions.
11527 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
11528 (comint-dynamic-list-filename-completions): Use them.
11529 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 11530
2dbaa080
SM
11531 * minibuffer.el (completion-in-region-mode):
11532 Keep completion-in-region-mode--predicate global.
11533 (completion-in-region--postch):
11534 Assume completion-in-region-mode--predicate is not null.
11535
c79a6f38
SM
11536 * progmodes/flymake.el (flymake-start-syntax-check-process):
11537 Obey `dir'. Simplify.
11538
024ff170
SM
11539 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
11540 we're in VC after all.
11541
1c6c854e
CS
115422011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
11543
11544 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 11545 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
11546 (vc-version-diff): Use vc-diff-build-argument-list-internal.
11547
bed7f140
SM
115482011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
11549
332e62ab
SM
11550 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
11551 add sanity check.
11552
bed7f140
SM
11553 * obsolete/erc-hecomplete.el: Make obsolete.
11554 * obsolete/: Standardize obsolescence info in the header.
11555
f195c582
GM
115562011-04-20 Glenn Morris <rgm@gnu.org>
11557
11558 * calendar/solar.el (solar-horizontal-coordinates):
11559 Use the longitude argument rather than `calendar-longitude'.
11560 (solar-date-next-longitude): Remove unused locals.
11561
cb79b8c0
VJL
115622011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11563
11564 * whitespace.el: New version 13.2.1.
11565
115662011-04-20 felix <EmacsWiki> (tiny change)
11567
d8e4b68b 11568 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
11569 switching between major modes on a file.
11570
602ea69d
SM
115712011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11572
11573 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
11574 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
11575 multi-line comments as well.
11576
06b60517
JB
115772011-04-19 Juanma Barranquero <lekktu@gmail.com>
11578
11579 Lexical-binding cleanup.
11580
11581 * arc-mode.el (archive-mode-revert):
11582 * cmuscheme.el (scheme-interactively-start-process):
11583 * custom.el (custom-initialize-delay):
11584 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
11585 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
11586 * emacs-lock.el (emacs-lock-clear-sentinel):
11587 * ezimage.el (defezimage):
11588 * follow.el (follow-avoid-tail-recenter):
11589 * fringe.el (set-fringe-mode-1):
11590 * generic-x.el (bat-generic-mode-compile):
11591 * help-mode.el (help-info-variable, help-do-xref)
11592 (help-mode-revert-buffer):
11593 * help.el (view-emacs-todo):
11594 * iswitchb.el (iswitchb-completion-help):
11595 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
11596 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
11597 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
11598 * locate.el (locate-update):
11599 * longlines.el (longlines-encode-region)
11600 (longlines-after-change-function):
11601 * outline.el (outline-isearch-open-invisible):
11602 * ps-def.el (declare-function, charset-dimension, char-width)
11603 (encode-char):
11604 * ps-mule.el (ps-mule-plot-string):
11605 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
11606 (recentf-edit-list-select, recentf-edit-list-validate)
11607 (recentf-open-files-action):
11608 * rect.el (delete-whitespace-rectangle-line)
11609 (rectangle-number-line-callback):
11610 * register.el (window-configuration-to-register)
11611 (frame-configuration-to-register):
11612 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
11613 * select.el (xselect-convert-to-string, xselect-convert-to-length)
11614 (xselect-convert-to-targets, xselect-convert-to-delete)
11615 (xselect-convert-to-filename, xselect-convert-to-charpos)
11616 (xselect-convert-to-lineno, xselect-convert-to-colno)
11617 (xselect-convert-to-os, xselect-convert-to-host)
11618 (xselect-convert-to-user, xselect-convert-to-class)
11619 (xselect-convert-to-name, xselect-convert-to-integer)
11620 (xselect-convert-to-atom, xselect-convert-to-identity):
11621 * subr.el (declare, ignore, process-kill-without-query)
11622 (text-clone-maintain):
11623 * terminal.el (te-get-char, te-tic-sentinel):
11624 * tool-bar.el (tool-bar-make-keymap):
11625 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
11626 * type-break.el (type-break-mode, type-break-noninteractive-query):
11627 * view.el (View-back-to-mark):
11628 * wid-browse.el (widget-browse-action, widget-browse-widget)
11629 (widget-browse-widgets, widget-browse-sexp):
11630 * widget.el (define-widget-keywords):
11631 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
11632 Mark unused parameters.
11633
11634 * align.el (align-adjust-col-for-rule): Mark unused parameter.
11635 (align-areas): Remove unused variable `look'.
11636 (align-region): Remove unused variables `real-end' and `pos-list'.
11637
11638 * apropos.el (apropos-score-doc): Remove unused variable `i'.
11639
11640 * bindings.el (mode-line-modified, mode-line-remote):
11641 Mark unused parameters.
11642 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
11643
11644 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
11645 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
11646
11647 * comint.el (comint-history-isearch-pop-state)
11648 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
11649 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
11650 (comint-substitute-in-file-name): Doc fix.
11651
11652 * completion.el (cmpl-statistics-block): Mark unused parameter.
11653 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
11654 (save-completions-to-file, load-completions-from-file):
11655 Remove unused local variable `e'.
11656
11657 * composite.el (compose-chars): Remove unused variable `len'.
11658 (lgstring-insert-glyph): Remove unused variable `g'.
11659 (compose-glyph-string): Remove unused variables `ascent',
11660 `descent', `lbearing' and `rbearing'.
11661 (compose-glyph-string-relative): Remove unused variables
11662 `lbearing', `rbearing' and `wadjust'.
11663 (compose-gstring-for-graphic): Remove unused variables `header',
11664 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
11665 (compose-gstring-for-terminal): Remove unused variables `header'
11666 and `nchars'. Use `let', not `let*'.
11667
11668 * cus-edit.el (Custom-set, Custom-save, custom-reset)
11669 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
11670 (Custom-buffer-done, custom-buffer-create-internal)
11671 (custom-browse-visibility-action, custom-browse-group-tag-action)
11672 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
11673 (widget-magic-mouse-down-action, custom-toggle-parent)
11674 (custom-add-parent-links, custom-toggle-hide-variable)
11675 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
11676 (custom-toggle-hide-face, face, hook, custom-group-link-action)
11677 (custom-face-menu-create, custom-variable-menu-create, get)
11678 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
11679 (custom-reset-standard-save-and-update): Remove unused variable `value'.
11680 (customize-apropos): Remove unused variable `tests'.
11681 (custom-group-value-create): Remove unused variable `hidden-p'.
11682 (sort-fold-case): Declare.
11683
11684 * cus-theme.el (custom-reset-standard-faces-list)
11685 (custom-reset-standard-variables-list): Declare.
11686 (customize-create-theme, custom-theme-revert, custom-theme-write)
11687 (custom-theme-choose-mode, customize-themes, custom-theme-save):
11688 Mark unused parameters.
11689
11690 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
11691
11692 * delim-col.el (delimit-columns-max): Move defvar before first use.
11693
11694 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 11695 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
11696
11697 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
11698 (auto-insert): Declare.
11699 (desktop-restore-file-buffer): Rename desktop-* parameters;
11700 mark unused ones.
11701 (desktop-create-buffer): Rename desktop-* parameters and bind them.
11702 (desktop-buffer): Rename desktop-* parameters.
11703
11704 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
11705 (dframe-reposition-frame-xemacs, dframe-help-echo)
11706 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
11707 Mark unused parameters.
11708
11709 * dired-aux.el (backup-extract-version-start, overwrite-query)
11710 (overwrite-backup-query, rename-regexp-query)
11711 (rename-non-directory-query): Declare.
11712 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
11713 (dired-add-entry): Remove unused variable `orig-file-name'.
11714 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
11715 Use parameter PRESERVE-TIME instead of accessing dynamic variable
11716 `dired-copy-preserve-time' directly.
11717 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
11718 (dired-insert-subdir-newpos): Rename unused variable `pos'.
11719
11720 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
11721 (dired-virtual-revert, dired-make-relative-symlink):
11722 Mark unused parameters.
11723 (manual-program): Declare.
11724 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
11725 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
11726 wrapped in `with-no-warnings' to avoid replacing one warning by another.
11727
11728 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
11729
11730 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
11731
11732 * echistory.el (electric-history-in-progress, Helper-return-blurb):
11733 Declare.
11734
11735 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
11736
11737 * electric.el (Electric-command-loop): Rename parameter
11738 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
11739
11740 * expand.el (expand-in-literal): Remove unused variable `here'.
11741
11742 * facemenu.el (facemenu-add-new-color):
11743 Remove unused variable `docstring'.
11744
11745 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
11746 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
11747 (face-attr-construct): Mark unused parameter. Doc fix.
11748 (read-color): Remove unused variable `hex-string'.
11749
11750 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
11751 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
11752 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
11753 (display-buffer-other-frame): Remove unused variable `old-window'.
11754 (kill-buffer-hook): Declare.
11755 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
11756 Mark unused parameters.
11757 (after-find-file): Pass 1 to `auto-save-mode', not t.
11758
11759 * files-x.el (auto-insert): Declare.
11760 (modify-file-local-variable-prop-line): Remove unused variable `val'.
11761
11762 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 11763 variable `buf'. Mark unused parameter.
06b60517
JB
11764 (find-lisp-insert-directory): Mark unused parameter.
11765
11766 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
11767 (format-encode-region): Remove unused variables `cur-buf' and `result'.
11768 (format-common-tail): Remove, unused.
11769 (format-deannotate-region): Remove unused variable `loc'.
11770 (format-annotate-region): Remove unused variable `p'.
11771 (format-annotate-single-property-change): Remove unused variables
11772 `default' and `tail'.
11773
11774 * forms.el (read-file-filter): Declare.
11775 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
11776
11777 * frame.el (frame-creation-function-alist): Mark unused parameter.
11778 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
11779
11780 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
11781 Remove unused parameters.
11782 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
11783 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
11784
11785 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
11786 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
11787 (hfy-prepare-tag-map): Mark unused parameters.
11788 (htmlfontify-buffer): Use `called-interactively-p'.
11789
11790 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
11791 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
11792 (ibuffer-do-occur): Mark unused parameters.
11793 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
11794 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
11795
11796 * ibuffer.el: Don't quote `lambda'.
11797 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
11798 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
11799 Mark unused parameters.
11800
11801 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
11802 (ido-completing-read): Mark unused parameters.
11803 (ido-copy-current-word): Mark unused parameters;
11804 remove unused variable `name'.
11805 (ido-sort-merged-list): Remove unused parameter `dirs'.
11806
11807 * ielm.el (ielm-input-sender): Mark unused parameter.
11808 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
11809 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
11810 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
11811 `ielm-string' as a dynamic variable accessible from the IELM prompt.
11812 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
11813
11814 * image-dired.el (image-dired-display-thumbs): Remove unused
11815 variables `curr-file' and `count'.
11816 (image-dired-remove-tag): Remove unused variable `start'.
11817 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
11818 variable `curr-file'
11819 (image-dired-rotate-original): Remove unused variable `temp-file'.
11820 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
11821 Remove unused variable `file'.
11822 (image-dired-gallery-generate): Remove unused variable `curr'.
11823 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
11824
11825 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
11826
11827 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
11828
11829 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
11830
11831 * isearch.el (minibuffer-history-symbol): Declare.
11832 (isearch-edit-string): Remove unused variable `err'.
11833 (isearch-message-prefix, isearch-message-suffix):
11834 Mark unused parameters.
11835
11836 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
11837
11838 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
11839
11840 * makesum.el (double-column): Remove unused variable `cnt'.
11841
11842 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
11843 (ido-ignore-item-temp-list): Declare.
11844
11845 * mouse-drag.el (mouse-drag-throw): Remove unused variables
11846 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
11847 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
11848 (mouse-drag-drag): Remove unused variables `mouse-delta' and
11849 `mouse-col-delta'.
11850
11851 * mouse-sel.el (mouse-extend-internal):
11852 Remove unused variable `orig-window-frame'.
11853
11854 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
11855 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
11856 Move declarations before first use.
11857 (pcomplete-opt): Mark unused parameters; doc fix.
11858
11859 * proced.el (proced-revert): Mark unused parameter.
11860 (proced-send-signal): Remove unused variable `err'.
11861
11862 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
11863 Rename parameter PREFIX-ARG to ARG.
11864 (ps-basic-plot-string, ps-basic-plot-whitespace):
11865 Mark unused parameters.
11866
11867 * replace.el (replace-count): Define.
11868 (occur-revert-function): Mark unused parameters.
11869 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
11870 (isearch-case-fold-search, isearch-string): Declare.
11871 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
11872 bind `case-fold-search'. Remove unused variables `beg' and `end',
11873 and simplify.
11874 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
11875 COUNT and bind `replace-count'.
11876 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
11877 to COUNT.
11878
11879 * savehist.el (print-readably, print-string-length): Declare.
11880
11881 * shadowfile.el (shadow-expand-cluster-in-file-name):
11882 Remove unused variable `cluster'.
11883 (shadow-copy-file): Remove unused variable `i'.
11884 (shadow-noquery, shadow-clusters, shadow-site-cluster)
11885 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
11886 (shadow-define-literal-group, shadow-define-regexp-group)
11887 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
11888
11889 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
11890 (shell): Use `called-interactively-p'.
11891 (shell-directory-tracker): Remove unused variable `chdir-failure'.
11892
11893 * simple.el (compilation-context-lines, comint-file-name-quote-list)
11894 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
11895 (delete-backward-char): Remove unused variable `ocol'.
11896 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
11897 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
11898 (event-apply-hyper-modifier, event-apply-shift-modifier)
11899 (event-apply-control-modifier, event-apply-meta-modifier):
11900 Mark unused parameters.
11901 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
11902 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
11903
11904 * speedbar.el (speedbar-ignored-directory-expressions)
11905 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
11906 (speedbar-find-file, speedbar-dir-follow)
11907 (speedbar-directory-buttons-follow, speedbar-tag-find)
11908 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
11909 (speedbar-buffers-line-directory, speedbar-buffer-click):
11910 Mark unused parameters.
11911 (speedbar-tag-file): Remove unused variable `mode'.
11912 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
11913
11914 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
11915
11916 * talk.el (talk): Remove unused variable `display'.
11917
11918 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
11919 (tar-write-region-annotate): Mark unused parameter.
11920
11921 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
11922 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
11923 Declare them, wrapped in `with-no-warnings' to avoid replacing one
11924 warning by another.
11925
11926 * time-stamp.el (time-stamp-string-preprocess):
11927 Remove unused variable `require-padding'.
11928
11929 * tree-widget.el (widget-glyph-enable): Declare.
11930 (tree-widget-action): Mark unused parameter.
11931
11932 * w32-fns.el (x-get-selection): Mark unused parameter.
11933 (autoload-make-program, generated-autoload-file): Declare.
11934
11935 * wdired.el (wdired-revert): Mark unused parameters.
11936 (wdired-xcase-word): Remove unused variable `err'.
11937
11938 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
11939 (whitespace-help-scroll): Remove unused variable `data-help'.
11940
11941 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
11942 (widget-image-insert, widget-after-change, default)
11943 (widget-default-format-handler, widget-default-notify)
11944 (widget-default-prompt-value, widget-info-link-action)
11945 (widget-url-link-action, widget-function-link-action)
11946 (widget-variable-link-action, widget-file-link-action)
11947 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
11948 (widget-field-prompt-internal, widget-field-action, widget-field-match)
11949 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
11950 (widget-insert-button-action, widget-delete-button-action, visibility)
11951 (widget-documentation-link-action, widget-documentation-string-action)
11952 (widget-const-prompt-value, widget-regexp-match, symbol)
11953 (widget-coding-system-prompt-value)
11954 (widget-key-sequence-value-to-external, sexp)
11955 (widget-sexp-value-to-internal, character, vector, cons)
11956 (widget-choice-prompt-value, widget-boolean-prompt-value)
11957 (widget-color--choose-action): Mark unused parameters.
11958 (widget-item-match-inline, widget-choice-match-inline)
11959 (widget-checklist-match, widget-checklist-match-inline)
11960 (widget-group-match): Rename parameter VALUES to VALS.
11961 (widget-field-value-set): Remove unused variable `size'.
11962 (widget-color-action): Remove unused variables `value' and `start'.
11963
11964 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 11965 variable `dir'. Doc fix.
06b60517
JB
11966 (windmove-find-other-window): Don't pass it.
11967
11968 * window.el (count-windows): Mark unused parameter.
11969 (bw-adjust-window): Remove unused variable `err'.
11970
11971 * woman.el (woman-file-name): Remove unused variable `default'.
11972 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
11973 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
11974 (global-font-lock-mode): Declare.
11975 (woman-decode-region): Mark unused parameter.
11976 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
11977
11978 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
11979 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
11980 (x-dnd-handle-moz-url): Remove unused variable `title'.
11981 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
11982
11983 * xml.el (xml-parse-tag, xml-parse-attlist):
11984 Remove unused variable `pos'.
11985
bc4f7f3d
GM
119862011-04-19 Glenn Morris <rgm@gnu.org>
11987
11988 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
11989 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
11990 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
11991 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
11992 * calendar/cal-html.el (cal-html-insert-minical):
11993 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
11994 (calendar-mark-date-pattern):
11995 Prefix "unused" locals.
11996
11997 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
11998 optional argument `style'.
11999
12000 * calendar/appt.el (appt-make-list):
12001 * calendar/cal-china.el (calendar-chinese-date-string):
12002 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
12003 (diary-hebrew-yahrzeit):
12004 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
12005 * calendar/calendar.el (calendar-generate-window):
12006 * calendar/time-date.el (time-to-days):
12007 Remove unused local variables.
12008
16a43933
CY
120092011-04-18 Chong Yidong <cyd@stupidchicken.com>
12010
12011 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
12012 glyphless-char-display table.
12013 (tabulated-list-glyphless-char-display): New var.
12014
7eed1860
SS
120152011-04-18 Sam Steingold <sds@gnu.org>
12016
12017 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
12018 to acknowledgments.
12019
4d2d1ccd
GM
120202011-04-17 Glenn Morris <rgm@gnu.org>
12021
12022 * calendar/diary-lib.el (diary-sexp-entry):
12023 * calendar/holidays.el (holiday-sexp):
12024 Set debug-on-error rather than the removed stack-trace-on-error.
12025
239da61d
GM
120262011-04-16 Glenn Morris <rgm@gnu.org>
12027
12028 * progmodes/f90.el: Use lexical-binding.
12029 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
12030
8b05752a
SM
120312011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
12032
daca8ba5
SM
12033 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
12034 (mail-mode): Setup mailalias completion here instead.
12035 * mail/mailalias.el: Use lexical-binding.
12036 (pattern, mailalias-done): Declare dynamic.
12037 (mail-completion-at-point-function): New function, from mail-complete.
12038 (mail-complete): Use it.
12039 (mail-completion-expand): New function.
12040 (mail-get-names): Use it.
12041 (mail-directory, mail-directory-process, mail-directory-stream):
12042 Don't use `pattern' for lexically bound arg.
12043
6f542485
SM
12044 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
12045
037e7c3f
SM
12046 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
12047 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
12048 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
12049
8b05752a
SM
12050 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
12051 (byte-save-window-excursion, byte-temp-output-buffer-setup)
12052 (byte-interactive-p): Define them again, for use when inlining
12053 old code.
12054
49093f60
JB
120552011-04-15 Juanma Barranquero <lekktu@gmail.com>
12056
12057 * loadup.el: Use `string-to-number', not `string-to-int'.
12058
b5b8e7de
SM
120592011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
12060
12061 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
12062 gud-gdb-complete-command.
12063 (gud-gdb-completions): New function, from gud-gdb-complete-command.
12064 (gud-gdb-completion-at-point): New function.
12065 (gud-gdb-completions): Remove.
12066
f42efeb5
MA
120672011-04-14 Michael Albinus <michael.albinus@gmx.de>
12068
49093f60
JB
12069 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
12070 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
12071 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
12072 whether `executable-find' is bound.
f42efeb5
MA
12073
12074 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
12075
e240cc21
SM
120762011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12077
12078 * minibuffer.el (completion-in-region-mode-predicate)
12079 (completion-in-region-mode--predicate): New vars.
12080 (completion-in-region, completion-in-region--postch)
12081 (completion-in-region-mode): Use them.
12082 (completion--capf-wrapper): Also return the hook function.
12083 (completion-at-point, completion-help-at-point):
12084 Adjust and provide a predicate.
c2bd2ab0
SM
12085
12086 Preserve arg names for advice of subr and lexical functions (bug#8457).
12087 * help-fns.el (help-function-arglist): Consolidate the subr and
12088 new-byte-code cases. Add argument `preserve-names' to extract names
12089 from the docstring when needed.
12090 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
12091 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
12092 (ad-arglist): Use help-function-arglist's new arg.
12093 (ad-definition-type): Use cond.
12094
c183f693
JB
120952011-04-13 Juanma Barranquero <lekktu@gmail.com>
12096
06641a47
JB
12097 * autorevert.el (auto-revert-handler):
12098 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
12099 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
12100 Don't quote lambda.
12101
c183f693
JB
12102 * image-mode.el (image-transform-set-scale):
12103 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
12104
1e3b6001
G
121052011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
12106
12107 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 12108 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
12109 Upgrades via gnutls-cli are too slow to be done opportunistically.
12110
2d6af8dd
JB
121112011-04-12 Juanma Barranquero <lekktu@gmail.com>
12112
12113 * dframe.el (dframe-current-frame): Remove spurious quote.
12114
c0749a51
GM
121152011-04-12 Glenn Morris <rgm@gnu.org>
12116
088d0d61
GM
12117 * calendar/cal-tex.el (cal-tex-end-document):
12118 Try to automatically use latin1 input if needed.
12119
c0749a51
GM
12120 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
12121 Don't try to cons a mark onto an empty element.
12122
5c90fde0
LL
121232011-04-11 Leo Liu <sdl.web@gmail.com>
12124
12125 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
12126 buffers.
12127 (ido-kill-buffer-at-head): Support killing virtual buffers.
12128
369e974d
CY
121292011-04-10 Chong Yidong <cyd@stupidchicken.com>
12130
12131 * minibuffer.el (completion-show-inline-help): New var.
12132 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
12133 (minibuffer-force-complete, minibuffer-complete-word):
12134 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
12135
12136 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
12137 to avoid interference from inline help (Bug#5849).
12138
37f1c930
LL
121392011-04-10 Leo Liu <sdl.web@gmail.com>
12140
099c39a4
JB
12141 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
12142 Fix typo.
37f1c930 12143
a32d4040
CY
121442011-04-09 Chong Yidong <cyd@stupidchicken.com>
12145
12146 * image-mode.el (image-toggle-display-image): Signal an error if
12147 not in Image mode.
12148 (image-transform-mode, image-transform-resize)
12149 (image-transform-set-rotation): Doc fix.
daca8ba5 12150 (image-transform-set-resize): Delete.
a32d4040
CY
12151 (image-transform-set-scale, image-transform-fit-to-height)
12152 (image-transform-fit-to-width): Handle image-toggle-display-image
12153 and image-transform-resize directly.
12154
099c39a4 121552011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
12156
12157 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
12158 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
12159 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
12160 (doc-view-mode-map): Add bindings for the new functions.
12161
099c39a4 121622011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 12163
4d61f28d 12164 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
12165 Fix typo in docstring.
12166
3726838a
EZ
121672011-04-08 Eli Zaretskii <eliz@gnu.org>
12168
04f33f1e
EZ
12169 * files.el (file-size-human-readable): Produce one digit after
12170 decimal, like "ls -lh" does.
12171
12172 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
12173 the file size representation.
12174
3726838a
EZ
12175 * simple.el (list-processes): If async subprocesses are not
12176 available, error out with a clear error message.
12177
cbb59342
CY
121782011-04-08 Chong Yidong <cyd@stupidchicken.com>
12179
12180 * help.el (help-form-show): New function, to be called from C.
12181 Put help-form output in a buffer named differently than *Help*.
12182
e3971c44
EZ
121832011-04-08 Eli Zaretskii <eliz@gnu.org>
12184
12185 * files.el (file-size-human-readable): New function.
12186
12187 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
12188 computing the representation inline. Don't require `cl'.
12189
12544bbe
GM
121902011-04-08 Glenn Morris <rgm@gnu.org>
12191
a1de6c6a
GM
12192 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
12193
3c4671f4
GM
12194 * net/browse-url.el (browse-url-firefox):
12195 Test system-type, not system-configuration.
12196
b605679c
GM
12197 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
12198 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
12199 Use log-edit-empty-buffer-p. (Bug#7598)
12200
56442f0c
GM
12201 * net/rlogin.el (rlogin-process-connection-type): Simplify.
12202 (rlogin-mode-map): Initialize in the defvar.
12203 (rlogin): Use ignore-errors.
12204
12544bbe
GM
12205 * replace.el (occur-mode-map): Some fixes for menu items.
12206
eb237b0f
AH
122072011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
12208
12209 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
12210
7d668f2c
CY
122112011-04-06 Chong Yidong <cyd@stupidchicken.com>
12212
e67a13ab
CY
12213 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
12214 issuing unused warnings.
12215
12216 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
12217 macro directly.
12218
7d668f2c
CY
12219 * simple.el: Lisp reimplement of list-processes. Based on an
12220 earlier reimplementation by Leo Liu, but using tabulated-list.el.
12221 (process-menu-mode): New major mode.
12222 (list-processes--refresh, list-processes):
12223 (process-menu-visit-buffer): New functions.
12224
12225 * files.el (save-buffers-kill-emacs): Don't assume any return
12226 value of list-processes, which is undocumented anyway.
12227
a83ec3c9
CY
122282011-04-06 Chong Yidong <cyd@stupidchicken.com>
12229
12230 * emacs-lisp/tabulated-list.el: New file.
12231
e91a96fe
CY
12232 * emacs-lisp/package.el: Use Tabulated List mode.
12233 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
12234 (package-menu-mode): Derive from tabulated-list-mode. Set up the
12235 table format using Tabulated List mode variables.
12236 (package--push): New macro, replacing package-list-maybe-add.
12237 (package-menu--generate): Use package--push. Renamed from
12238 package--generate-package-list.
12239 (package-menu-refresh, list-packages): Use it.
daca8ba5 12240 (package-menu--print-info): Rename from package-print-package.
e91a96fe 12241 Return insertion data instead of inserting it directly.
099c39a4
JB
12242 (package-menu-describe-package, package-menu-execute):
12243 Use tabulated-list-get-id.
e91a96fe
CY
12244 (package-menu-mark-delete, package-menu-mark-install)
12245 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
12246 (package-menu-mark-obsolete-for-deletion):
12247 Use tabulated-list-put-tag.
e91a96fe
CY
12248 (package--list-packages, package-menu-revert)
12249 (package-menu-get-package, package-menu-get-version)
12250 (package-menu-sort-by-column): Functions deleted.
12251 (package-menu-package-list, package-menu-sort-key): Vars deleted.
12252 (package-menu--status-predicate, package-menu--version-predicate)
12253 (package-menu--name-predicate)
12254 (package-menu--description-predicate): Handle arguments in the
12255 Tabulated List format.
12256 (package-list-packages-no-fetch): Call list-packages.
12257
3e214b50
JB
122582011-04-06 Juanma Barranquero <lekktu@gmail.com>
12259
12260 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 12261 (after-find-file): Don't bind it.
3e214b50
JB
12262 (revert-buffer-in-progress-p): New variable.
12263 (revert-buffer): Bind it.
12264 Pass nil for `after-find-file-from-revert-buffer'.
12265
12266 * saveplace.el (save-place-find-file-hook): Use new variable
12267 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
12268
3f0f1700
GM
122692011-04-06 Glenn Morris <rgm@gnu.org>
12270
c0274801
GM
12271 * Makefile.in (AUTOGEN_VCS): New variable.
12272 (autoloads): Use $AUTOGEN_VCS.
12273
3f0f1700
GM
12274 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
12275 * calendar/calendar.el (calendar-mode-map):
12276 Check for toolkit scroll bars. (Bug#8305)
12277
41ea9e48
CY
122782011-04-05 Chong Yidong <cyd@stupidchicken.com>
12279
12280 * minibuffer.el (completion-in-region--postch)
12281 (completion-in-region-mode): Remove unnecessary messages.
12282
6194c800
JB
122832011-04-05 Juanma Barranquero <lekktu@gmail.com>
12284
33256f14
JB
12285 * font-lock.el (font-lock-refresh-defaults):
12286 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
12287 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
12288
6194c800
JB
12289 * info.el (Info-directory-list, Info-read-node-name-2)
12290 (Info-split-parameter-string): Doc fixes.
12291 (Info-virtual-nodes): Reflow docstring.
12292 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
12293 (Info-apropos-toc-nodes, info-finder, Info-get-token)
12294 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
12295 Fix typos in docstrings.
12296 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
12297 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
12298 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
12299 (Info-restore-desktop-buffer): Mark unused parameters.
12300 (Info-directory-find-file, Info-directory-find-node)
12301 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
12302 (Info-virtual-index-find-node, Info-apropos-find-file)
12303 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 12304 Mark unused parameters; fix typos in docstrings.
6194c800
JB
12305 (Info-virtual-index): Remove unused local variable `nodename'.
12306
b87a8200 123072011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 12308
b87a8200
DD
12309 * net/rcirc.el: Update my e-mail address.
12310 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 12311
3b2ff876
CY
123122011-04-05 Chong Yidong <cyd@stupidchicken.com>
12313
12314 * startup.el (command-line): Save the cursor's theme-face
12315 directly, instead of using face-override-spec.
12316
12317 * custom.el (load-theme): Minor optimization in assigning faces.
12318
8d17e7ca
JB
123192011-04-04 Juanma Barranquero <lekktu@gmail.com>
12320
12321 * help-fns.el (describe-variable): Complete all variables having
12322 documentation, including keywords.
12323 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
12324
2fbc1934
JB
123252011-04-04 Juanma Barranquero <lekktu@gmail.com>
12326
12327 Convert to lexical-binding.
12328
12329 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
12330 (bs--get-marked-string, bs--get-modified-string)
12331 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
12332 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
12333 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
12334
12335 * ehelp.el (electric-help-execute-extended)
12336 (electric-help-ctrl-x-prefix):
12337 * hexl.el (hexl-revert-buffer-function):
12338 * linum.el (linum-after-change, linum-after-scroll):
12339 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
12340
12341 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
12342
74f50695
DU
123432011-04-04 Daiki Ueno <ueno@unixuser.org>
12344
12345 * epa-dired.el:
12346 * epa-mail.el:
12347 * epa-hook.el:
12348 * epa-file.el:
12349 * epa.el:
12350 * epg.el: Use lexical binding.
12351
c11325f7
CY
123522011-04-03 Chong Yidong <cyd@stupidchicken.com>
12353
0d9e9a12
CY
12354 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
12355
c11325f7 12356 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
12357 dictionary case for flyspell-mark-duplications-exceptions.
12358 Use regexp matching for languages.
c11325f7
CY
12359 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
12360 default dictionary (Bug#7926).
12361
da91b5f2
CY
123622011-04-02 Chong Yidong <cyd@stupidchicken.com>
12363
099c39a4
JB
12364 * emacs-lisp/package.el (package--with-work-buffer):
12365 Recognize https URLs.
da91b5f2 12366
099c39a4
JB
12367 * net/network-stream.el: Move from gnus/proto-stream.el.
12368 Change prefix to network-stream throughout.
da91b5f2
CY
12369 (open-protocol-stream): Merge into open-network-stream, leaving
12370 open-protocol-stream as an alias. Handle nil BUFFER args.
12371
12372 * subr.el (open-network-stream): Move to net/network-stream.el.
12373
afa8e9f6
GM
123742011-04-02 Glenn Morris <rgm@gnu.org>
12375
1d2e369d
GM
12376 * find-dired.el (find-exec-terminator): New option.
12377 (find-ls-option): Test for -ls support.
12378 (find-ls-subdir-switches): Test for -b in find-ls-option.
12379 (find-dired, find-grep-dired): Doc fixes.
12380 (find-dired): Use find-exec-terminator.
12381
8abb7da8 12382 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
12383 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
12384 (find-name-arg): Remove purecopy.
8abb7da8 12385
f3ca7378
GM
12386 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
12387 (grep-compute-defaults): Check for `-exec COMMAND +' support.
12388 Set grep-find-use-xargs, grep-find-command, and grep-find-template
12389 accordingly. Don't add the null-device if not needed.
12390
afa8e9f6
GM
12391 * files.el (save-some-buffers): Doc fix.
12392
35eae264
EZ
123932011-04-02 Eli Zaretskii <eliz@gnu.org>
12394
12395 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
12396
26b51db5
JB
123972011-04-01 Juanma Barranquero <lekktu@gmail.com>
12398
12399 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
12400 Use `dolist' rather than `mapcar'.
12401
7200d79c
SM
124022011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
12403
03408648 12404 Add lexical binding.
7200d79c 12405
03408648
SM
12406 * subr.el (apply-partially): Use new closures rather than CL.
12407 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
12408 (dolist, dotimes): Use slightly different expansion for lexical code.
12409 (functionp): Move to C.
12410 (letrec): New macro.
12411 (with-wrapper-hook): Use it and apply-partially instead of CL.
12412 (eval-after-load): Preserve lexical-binding.
12413 (save-window-excursion, with-output-to-temp-buffer): Turn them
12414 into macros.
7200d79c 12415
03408648
SM
12416 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
12417
12418 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
12419 than the arglist.
12420 (help-add-fundoc-usage): Don't add `Not documented'.
12421 (help-function-arglist): Handle closures, subroutines, and new
12422 byte-code-functions.
12423 (help-make-usage): Remove leading underscores.
12424 (describe-function-1): Handle closures.
12425 (describe-variable): Use special-variable-p for completion.
12426
12427 * files.el (lexical-binding): Declare safe.
f488fb65 12428
03408648
SM
12429 * emacs-lisp/pcase.el: Don't use destructuring-bind.
12430 (pcase--memoize): Rename from pcase-memoize. Change weakness.
12431 (pcase): Add `let' pattern.
12432 Change memoization so it actually works.
12433 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
12434 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
12435 <let>: New case.
f488fb65 12436
03408648
SM
12437 * emacs-lisp/macroexp.el: Use lexical binding.
12438 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
12439 Don't convert ' to #' without checking that it's indeed quoting
12440 a lambda.
12441
12442 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 12443 Use eval-sexp-add-defvars.
03408648
SM
12444 (eval-sexp-add-defvars): New fun.
12445
12446 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
12447
12448 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
12449 Don't autoload.
12450 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
12451 than the internal `byte-compile-lambda'.
12452 (defmethod): Don't hide code under quotes.
12453 (eieio-defmethod): New `code' argument.
12454
12455 * emacs-lisp/eieio-comp.el: Remove.
12456
12457 * emacs-lisp/edebug.el (edebug-eval-defun)
12458 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
12459 (edebug-toggle): Avoid `eval'.
12460
12461 * emacs-lisp/disass.el (disassemble-internal): Handle new
12462 `closure' objects.
12463 (disassemble-1): Handle new byte codes.
12464
12465 * emacs-lisp/cl.el (pushnew): Silence warning.
12466
12467 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
12468 (cl-byte-compile-throw): Remove.
12469 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
12470
12471 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
12472 closures.
12473
12474 * emacs-lisp/cconv.el: New file.
12475
12476 * emacs-lisp/bytecomp.el: Use lexical binding instead of
12477 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
12478 (byte-compile-initial-macro-environment):
12479 Handle declare-function here.
12480 (byte-compile--lexical-environment): New var.
12481 (byte-stack-ref, byte-stack-set, byte-discardN)
12482 (byte-discardN-preserve-tos): New lap codes.
12483 (byte-interactive-p): Don't use any more.
12484 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
12485 New macros.
12486 (byte-compile-lapcode): Use them and handle new lap codes.
12487 (byte-compile-obsolete): Remove.
12488 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
12489 (byte-compile-arglist-warn): Check late def of inlinable funs.
12490 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
12491 since they should have been expanded by now.
12492 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
12493 (byte-compile-from-buffer): Remove unused second arg.
12494 (byte-compile-preprocess): New function.
12495 (byte-compile-toplevel-file-form): New function to distinguish
12496 file-form calls from outside from file-form calls from hunk-handlers.
12497 (byte-compile-file-form): Simplify.
12498 (byte-compile-file-form-defsubst): Remove.
12499 (byte-compile-file-form-defmumble): Simplify now that
12500 byte-compile-lambda always returns a byte-code-function.
12501 (byte-compile): Preprocess.
12502 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
12503 Remove, not used any more.
12504 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
12505 (byte-compile-make-args-desc): New funs.
12506 (byte-compile-lambda): Handle lexical functions. Always return
12507 a byte-code-function.
12508 (byte-compile-reserved-constants): New var, to make up room for
12509 closed-over variables.
12510 (byte-compile-constants-vector): Obey it.
12511 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
12512 (byte-compile-macroexpand-declare-function): New function.
12513 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
12514 byte-code-functions.
12515 (byte-compile-form): Check obsolescence here.
12516 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
12517 (byte-compile-variable-ref): Remove.
12518 (byte-compile-dynamic-variable-op): New fun.
12519 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
12520 (byte-compile-variable-set): New funs.
12521 (byte-compile-discard): Add 2 args.
12522 (byte-compile-stack-ref, byte-compile-stack-set)
12523 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
12524 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
12525 macroexpand-all instead.
12526 (byte-compile-quote-form): Remove.
12527 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
12528 (byte-compile-bind, byte-compile-unbind): New funs.
12529 (byte-compile-let): Handle let* and lexical binding.
12530 (byte-compile-let*): Remove.
12531 (byte-compile-catch, byte-compile-unwind-protect)
12532 (byte-compile-track-mouse, byte-compile-condition-case):
12533 Handle a new :fun-body form, used for lexical scoping.
12534 (byte-compile-save-window-excursion)
12535 (byte-compile-with-output-to-temp-buffer): Remove.
12536 (byte-compile-defun): Simplify.
12537 (byte-compile-stack-adjustment): New fun.
12538 (byte-compile-out): Use it.
12539 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
12540
12541 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
12542 handler any more.
12543
12544 * emacs-lisp/byte-opt.el: Use lexical binding.
12545 (byte-inline-lapcode): Remove (to bytecomp).
12546 (byte-compile-inline-expand): Pay attention to inlining to/from
12547 lexically bound code.
12548 (byte-compile-unfold-lambda): Don't handle byte-code-functions
12549 any more.
12550 (byte-optimize-form-code-walker): Don't handle save-window-excursion
12551 any more and don't call compiler-macros.
12552 (byte-compile-splice-in-already-compiled-code): Remove.
12553 (byte-code): Don't inline any more.
12554 (disassemble-offset): Receive `bytes' as argument rather than via
12555 dynamic scoping.
12556 (byte-compile-tag-number): Declare before first use.
12557 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
12558 `return' even if make-spliceable.
12559 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
12560 obsolete interactive-p.
12561 (byte-optimize-lapcode): Optimize new lap-codes.
12562 Don't trip up on new form of `byte-constant' lap code.
12563
12564 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
12565
12566 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
12567
12568 * custom.el (custom-initialize-default, custom-declare-variable):
12569 Use `defvar'.
12570
12571 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
12572 New variables.
12573 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
12574 (COMPILE_FIRST): Add macroexp and cconv.
12575 * makefile.w32-in: Mirror changes in Makefile.in.
12576
12577 * vc/cvs-status.el:
12578 * vc/diff-mode.el:
12579 * vc/log-edit.el:
12580 * vc/log-view.el:
12581 * vc/smerge-mode.el:
12582 * textmodes/bibtex-style.el:
12583 * textmodes/css.el:
12584 * startup.el:
12585 * uniquify.el:
da91b5f2
CY
12586 * minibuffer.el:
12587 * newcomment.el:
12588 * reveal.el:
12589 * server.el:
12590 * mpc.el:
12591 * emacs-lisp/smie.el:
12592 * doc-view.el:
12593 * dired.el:
03408648
SM
12594 * abbrev.el: Use lexical binding.
12595
0f0c1f27
EZ
125962011-04-01 Eli Zaretskii <eliz@gnu.org>
12597
12598 * info.el (info-display-manual): New function.
12599
c82b2579
SM
126002011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12601
12602 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
12603
221ddf68
TH
126042011-03-31 Tassilo Horn <tassilo@member.fsf.org>
12605
12606 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 12607 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 12608
cba6e77e
GM
126092011-03-31 Glenn Morris <rgm@gnu.org>
12610
e040639f
GM
12611 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
12612
cba6e77e
GM
12613 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
12614
6d0f1c9e
CS
126152011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
12616
12617 * progmodes/python.el (python-default-interpreter)
12618 (python-python-command-args, python-jython-command-args)
12619 (python-which-shell, python-which-args, python-which-bufname)
12620 (python-file-queue, python-comint-output-filter-function)
12621 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
12622 variables and functions.
12623
3e2d70fd
SM
126242011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
12625
12626 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
12627 (completion-in-region-mode): New minor mode.
12628 (completion-in-region): Use it.
12629 (completion-in-region--data, completion-in-region-mode-map): New vars.
12630 (completion-in-region--postch): New function.
12631 (completion--capf-misbehave-funs, completion--capf-safe-funs):
12632 New vars.
12633 (completion--capf-wrapper): New function.
12634 (completion-at-point): Use it to track well-behavedness of
12635 hook functions.
12636 (completion-help-at-point): New command.
12637
f3e4086c
JM
126382011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
12639
12640 * vc/add-log.el (add-change-log-entry): Don't use whitespace
12641 syntax class to search for whitespace on a single line
12642 (Message-ID: <4D938140.4030905@redhat.com>).
12643
eb7ffc14
LL
126442011-03-30 Leo Liu <sdl.web@gmail.com>
12645
12646 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
12647 New commands.
12648 (edit-abbrevs-map): Bind them here.
12649 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
12650
d806ab68
KM
126512011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
12652
12653 * allout.el (allout-hide-by-annotation, allout-flag-region):
12654 Reduce possibility of overlay leakage by making them volatile.
12655
12656 * allout-widgets.el (allout-widgets-tally): Define as nil so the
12657 hash is not shared between buffers. Mode initialization is
12658 responsible for giving it a useful starting value.
12659 (allout-item-span): Reduce possibility of overlay leakage by
12660 making them volatile.
12661 (allout-widgets-count-buttons-in-region): Add diagnostic function
12662 for tracking down button overlay leaks.
12663
ea622834
LL
126642011-03-29 Leo Liu <sdl.web@gmail.com>
12665
12666 * ido.el (ido-read-internal): Use the default history var
12667 minibuffer-history if no HISTORY is specified.
12668
b62f8267
G
126692011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
12670
03408648
SM
12671 * net/imap.el (imap-shell-open, imap-process-connection-type):
12672 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
12673 Kerberos, SSL, other subprocesses.
12674
947b6566
LL
126752011-03-28 Leo Liu <sdl.web@gmail.com>
12676
12677 * abbrev.el (abbrev-table-empty-p): New function.
12678 (prepare-abbrev-list-buffer): Place empty abbrev tables after
12679 nonempty ones. (Bug#5937)
12680
5ffb62aa
JD
126812011-03-27 Jan Djärv <jan.h.d@swipnet.se>
12682
12683 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
12684
7a097943
LL
126852011-03-27 Leo Liu <sdl.web@gmail.com>
12686
12687 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
12688 for foreground and background colors.
12689 (ansi-color-make-color-map): Adapt.
12690
c5b40130
LL
126912011-03-25 Leo Liu <sdl.web@gmail.com>
12692
1f48f7d2
LL
12693 * midnight.el (midnight-time-float): Remove. Note it calculates
12694 the microsecond component incorrectly and seconds-to-time does the
12695 same job.
625897ec 12696 Remove redundant (require 'timer).
1f48f7d2 12697
c5b40130
LL
12698 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
12699 (ido-completions): Remove unused arguments. (Bug#8329)
12700
d86d2721
SM
127012011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12702
12703 * minibuffer.el (completion--flush-all-sorted-completions):
12704 Remove itself from hook.
12705 (completion-at-point): Let the functions perform the completion
12706 immediately and return nil or t.
12707 * comint.el (comint-dynamic-complete-functions): Now identical to
12708 completion-at-point-functions.
12709 (comint-dynamic-list-input-ring): Remove unused var `index'.
12710 (comint--match-partial-filename, comint--unquote&expand-filename):
12711 New funs, split from comint-match-partial-filename.
12712 (comint-dynamic-complete): Use completion-at-point.
12713 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
12714
e8974c48
DA
127152011-03-24 Drew Adams <drew.adams@oracle.com>
12716
12717 * thingatpt.el: Support `defun'.
12718
def71b5e
LL
127192011-03-23 Leo Liu <sdl.web@gmail.com>
12720
cb5af48e
LL
12721 * abbrevlist.el: Move to obsolete/abbrevlist.el.
12722
def71b5e
LL
12723 * help-mode.el (help-mode-finish): Tweak regexp.
12724
927c53e7
GM
127252011-03-23 Glenn Morris <rgm@gnu.org>
12726
18d05bed
GM
12727 * eshell/esh-opt.el (eshell-eval-using-options):
12728 Do not bind unused local variable `eshell-option-stub'.
12729
927c53e7
GM
12730 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
12731
9d0da923
JB
127322011-03-22 Juanma Barranquero <lekktu@gmail.com>
12733
12734 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
12735 keymap variable in `with-no-warnings' to avoid a warning when the
12736 keymap has been already `defconst'ed.
12737
4b978a67
LL
127382011-03-22 Leo Liu <sdl.web@gmail.com>
12739
12740 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
12741 encode all chars in abbrevs; otherwise use emacs-mule or
12742 utf-8-emacs. (Bug#8308)
12743
5fd62452
JB
127442011-03-22 Juanma Barranquero <lekktu@gmail.com>
12745
0b1596c6
JB
12746 * simple.el (backward-delete-char-untabify):
12747 Avoid warning about using `delete-backward-char'.
12748
5fd62452
JB
12749 * image.el (image-type-file-name-regexps): Make it variable.
12750 `imagemagick-register-types' modifies it, and the user may want
12751 to add new extensions for known image types.
12752 (imagemagick-register-types): Throw error if not using ImageMagick.
12753
0b4e93f1
LL
127542011-03-22 Leo Liu <sdl.web@gmail.com>
12755
12756 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
12757 located before rcirc-prompt-end-marker.
12758 (rcirc-complete): Error if point is not after rcirc prompt.
12759 Handle the case when table is nil.
9882e214 12760 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 12761
fccee4ab
CY
127622011-03-22 Chong Yidong <cyd@stupidchicken.com>
12763
12764 * custom.el (custom--inhibit-theme-enable): Make it affect only
12765 custom-theme-set-variables and custom-theme-set-faces.
12766 (provide-theme): Ignore custom--inhibit-theme-enable.
12767 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
12768 (custom-enabling-themes): Delete variable.
d86d2721
SM
12769 (enable-theme): Accept only loaded themes as arguments.
12770 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
12771 (custom-enabled-themes): Forbid themes from setting this.
12772 Eliminate use of custom-enabling-themes.
12773 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 12774
af896da6
LL
127752011-03-21 Leo Liu <sdl.web@gmail.com>
12776
12777 * ido.el (ido-read-internal): Add ido-selected to history instead
12778 of user input.
12779
78f64af0
SM
127802011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
12781
12782 * subr.el (deferred-action-list, deferred-action-function):
12783 Mark obsolete.
12784
b16ac1ec
LL
127852011-03-21 Leo Liu <sdl.web@gmail.com>
12786
810f7698
LL
12787 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
12788 change on 2011-02-13 (bug#8309).
12789
b16ac1ec
LL
12790 * minibuffer.el (read-file-name-function): Change default value.
12791 (read-file-name--defaults): Rename from read-file-name-defaults.
12792 (read-file-name-default): Rename from read-file-name.
12793 (read-file-name): Call read-file-name-function.
12794
4e05e67e
GM
127952011-03-21 Glenn Morris <rgm@gnu.org>
12796
12797 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
12798 Doc fixes.
12799
4359915b
CY
128002011-03-21 Chong Yidong <cyd@stupidchicken.com>
12801
12802 * cus-theme.el: Add missing provide statement.
12803 (customize-create-theme): Extract theme value correctly.
12804 (custom-theme-visit-theme): Autoload.
12805 (customize-create-theme): Prompt before inserting default faces.
12806
1fe275ee
JB
128072011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
12808
12809 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
12810 units and musical notes.
12811
cd394be1 128122011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
12813
12814 * ido.el (ido-read-internal): Use completing-read-default.
12815 (ido-completing-read): Fix compatibility with completing-read.
12816
7d476bde
CO
128172011-03-20 Christian Ohler <ohler@gnu.org>
12818
12819 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
12820 (ert-delete-all-tests): Use `called-interactively-p' rather than
12821 `interactive-p'.
12822 (ert--make-xrefs-region): Respect END.
12823
fe0fb33e
CY
128242011-03-19 Chong Yidong <cyd@stupidchicken.com>
12825
ff854b0b
CY
12826 * dired-aux.el (dired-create-directory): Signal an error if the
12827 directory already exists (Bug#8246).
12828
fe0fb33e
CY
12829 * facemenu.el (list-colors-display): Call list-faces-display
12830 inside with-help-window.
12831 (list-colors-print): Use display property to align the final
12832 column, instead of checking window-width.
12833
576bce32
EZ
128342011-03-19 Eli Zaretskii <eliz@gnu.org>
12835
4d61f28d 12836 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
12837 windows-nt systems.
12838 (emerge-protect-metachars): Quote correctly for ms-dos and
12839 windows-nt systems.
12840
89c41d68 128412011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
12842
12843 * info.el (info-initialize): Replace all uses of `:' with
12844 path-separator for compatibility with non-Unix systems.
12845 Cache quoting of path-separator. (Bug#8258)
12846
b14e3e21 128472011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
12848
12849 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
12850 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
12851 (mouse-avoidance-mode): Fix typos in docstrings.
12852
4525ce3e
CY
128532011-03-19 Chong Yidong <cyd@stupidchicken.com>
12854
12855 * startup.el (package-subdirectory-regexp): Move from package.el.
12856 Omit \\` and \\', and let callers add them.
12857
12858 * emacs-lisp/package.el (package-strip-version)
12859 (package-load-all-descriptors): Add \\` and \\' to
12860 package-subdirectory-regexp before using it.
12861 (package-untar-buffer): New arg DIR; ensure that file untars only
12862 into this expected directory. Remove superfluous delete-region.
12863 (package-unpack): Caller changed.
12864 (package-tar-file-info): Use package-subdirectory-regexp.
12865
a904a09a 128662011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 12867
a904a09a
SM
12868 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
12869 diff-mode-shared-map (bug#8284).
12870 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
12871
128722011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
12873
12874 * calendar/time-date.el (format-seconds): Use assoc instead of
12875 assoc-string, since assoc-string doesn't exist in XEmacs.
12876
171fc304
JB
128772011-03-17 Juanma Barranquero <lekktu@gmail.com>
12878
12879 * custom.el (custom-known-themes): Reflow docstring.
12880 (custom-theme-load-path): Fix typo in docstring.
12881 (load-theme): Fix typo in error message.
12882 (custom-available-themes, custom-variable-theme-value):
12883 Use `let', not `let*'.
12884
d71990a1
JB
128852011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
12886
12887 * calc/README: Mention inclusion of musical notes.
12888
12889 * calc/calc-units.el (calc-lu-quant): Rename from
12890 `calc-logunits-quantity'.
12891 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
12892 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
12893 (calc-db): Rename from `calc-dblevel'.
12894 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
12895 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
12896 (calc-np): Rename from `calc-nplevel'.
12897 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
12898 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
12899 (calc-lu-plus): Rename from `calc-logunits-add'.
12900 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
12901 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
12902 (calc-lu-minus): Rename from `calc-logunits-sub'.
12903 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
12904 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
12905 (calc-lu-times): Rename from `calc-logunits-mul'.
12906 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
12907 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
12908 (calc-lu-divide): Rename from `calc-logunits-div'.
12909 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
12910 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
12911
12912 * calc/calc-ext.el (calc-init-extensions): Update the names of the
12913 functions being autoloaded.
12914
12915 * calc/calc.el (calc-lu-power-reference): Rename from
12916 `calc-logunits-power-reference'.
12917 (calc-lu-field-reference): Rename from
12918 `calc-logunits-field-reference'.
12919
7a71b18d
GM
12920 * calc/calc-help.el (calc-l-prefix-help):
12921 Mention musical note functions.
d71990a1 12922
40c2934b
SM
129232011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
12924
12925 * minibuffer.el (completion-all-sorted-completions):
12926 Use :completion-cycle-penalty text property if present.
12927
b0911414
KM
129282011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
12929
12930 * allout.el (allout-yank-processing): Adjust for new rebulleting
12931 regime so bullet being yanked is used without prompting the user
12932 for a choice.
12933
8a05b668
JB
129342011-03-16 Juanma Barranquero <lekktu@gmail.com>
12935
12936 * startup.el (command-line): Warn the user that _emacs is deprecated.
12937
5ba5fb81
JB
129382011-03-16 Juanma Barranquero <lekktu@gmail.com>
12939
12940 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
12941 (delphi-verbose, delphi-comment-face, delphi-string-face)
12942 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
12943 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
12944 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
12945 (delphi-new-comment-line, delphi-font-lock-defaults)
12946 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
12947 Fix typos in docstrings.
12948
2dab465b
KM
129492011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
12950
5ba5fb81 12951 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
12952 Invert the roles of character and string values for INSTEAD, so a
12953 string is used for the more common case of a defaulting prompt.
12954
0adf5618
SM
129552011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
12956
12957 * progmodes/ruby-mode.el (ruby-backward-sexp):
12958 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
12959 * play/gamegrid.el (gamegrid-make-face):
12960 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
12961 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
12962 * notifications.el (notifications-notify):
12963 * net/xesam.el (xesam-search-engines):
12964 * net/quickurl.el (quickurl-list-insert):
12965 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
12966
d72700e5
CY
129672011-03-15 Chong Yidong <cyd@stupidchicken.com>
12968
12969 * startup.el (command-line): Update package subdirectory regexp.
12970
49c5410a
SM
129712011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
12972
c6eee9aa
SM
12973 * allout.el (allout-abbreviate-flattened-numbering)
12974 (allout-mode-deactivate-hook): Fix up obsolescence "date".
12975
49c5410a
SM
12976 * subr.el (read-char-choice): Only show the cursor after the prompt,
12977 not after the answer.
12978
047b2bb9
KR
129792011-03-15 Kevin Ryde <user42@zip.com.au>
12980
12981 * help-fns.el (variable-at-point): Skip leading quotes, if any
12982 (bug#8253).
12983
0a57d256
SM
129842011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
12985
12986 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
12987 warning message.
12988
77c992bc
MA
129892011-03-14 Michael Albinus <michael.albinus@gmx.de>
12990
12991 * shell.el (shell): When called interactively, offer to change the
12992 shell file name on remote hosts.
12993
eebc475d
TZ
129942011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
12995
12996 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
12997 integration for LDAP parameters. The host, base, user or binddn,
12998 and secret tokens can be specified in a netrc file, for instance.
12999 This is optional because an `auth-source' parameter must be
13000 specified in the search attributes.
13001
9d05d1ba
JB
130022011-03-13 Juanma Barranquero <lekktu@gmail.com>
13003
13004 * help.el (describe-mode): Link to the mode's definition (bug#8185).
13005
09d9db2c
GM
130062011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
13007
13008 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
13009 into declaration. Remove redundant and harmful binding.
13010
130112011-03-12 Eli Zaretskii <eliz@gnu.org>
13012
13013 * files.el (file-ownership-preserved-p): Pass `integer' as an
13014 explicit 2nd argument to `file-attributes'. If the file's owner
13015 is the Administrators group on Windows, and the current user is
13016 Administrator, consider that a match.
13017
13018 * server.el (server-ensure-safe-dir): Consider server directory
13019 safe on MS-Windows if its owner is the Administrators group while
13020 the current Emacs user is Administrator. Use `=' to compare
13021 numerical UIDs, since they could be integers or floats.
13022
219bd536
JB
130232011-03-12 Juanma Barranquero <lekktu@gmail.com>
13024
13025 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
13026
f3afd36b
MA
130272011-03-12 Michael Albinus <michael.albinus@gmx.de>
13028
13029 Sync with Tramp 2.2.1.
13030
13031 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
13032
13033 * net/trampver.el: Update release number.
13034
3aaaa6f1
SM
130352011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
13036
94642599
SM
13037 * progmodes/compile.el (compilation--previous-directory): Fix up
13038 various nil/dead-marker mismatches (bug#8014).
13039 (compilation-directory-properties, compilation-error-properties):
13040 Don't call it at a position past the one we're about to change.
13041
3aaaa6f1
SM
13042 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
13043 Disable obsolescence warnings in the file that declares it.
13044
14239447
KM
130452011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
13046
099c39a4
JB
13047 * allout-widgets.el (allout-widgets-tally):
13048 Initialize allout-widgets-tally as a hash table rather than nil to
13049 prevent mode-line redisplay warnings. Also, clarify the module
13050 description and fix a comment typo.
14239447 13051
135e287c
JB
130522011-03-11 Juanma Barranquero <lekktu@gmail.com>
13053
13054 * help-fns.el (describe-variable): Don't complete keywords.
13055 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
13056
ffbf300e
CY
130572011-03-10 Chong Yidong <cyd@stupidchicken.com>
13058
ba08b241
CY
13059 * emacs-lisp/package.el (package-version-join): Impose a standard
13060 string representation for pre/alpha/beta version lists.
13061 (package-unpack-single): Standardize the directory name by passing
13062 it through package-version-join.
13063 (package-strip-rcs-id): Accept any version string that does not
13064 signal an error in version-to-list.
ffbf300e 13065
f346fd6b
MA
130662011-03-10 Michael Albinus <michael.albinus@gmx.de>
13067
13068 * simple.el (delete-trailing-whitespace): Return nil for the
13069 benefit of `write-file-functions'.
13070
ccb55d27
GM
130712011-03-10 Glenn Morris <rgm@gnu.org>
13072
5ceaac0c
GM
13073 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
13074
02da65ff
GM
13075 * vc/vc-git.el (vc-git-program): New option.
13076 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
13077 (vc-git--call): Use it.
13078
b2f603cc
GM
13079 * eshell/esh-util.el (eshell-condition-case): Doc fix.
13080
5772caab
GM
13081 * cus-edit.el (Custom-newline): If no button at point, look
13082 for a subgroup button at start-of-line. (Bug#2298)
13083
ccb55d27
GM
13084 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
13085
ec6ecaed
JD
130862011-03-10 Julien Danjou <julien@danjou.info>
13087
13088 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
13089 `cursor-type' is nil.
13090
9d5aa01d
JB
130912011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
13092
13093 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
13094
b6a5875b
KM
130952011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
13096
7a71b18d 13097 * allout.el: Change so yank of distinctive-bullet items
b6a5875b
KM
13098 preserves the existing header prefix, rebulleting it if necessary,
13099 rather than replacing it. This is necessary for proper operation
13100 of cooperative addons like allout-widgets.
1154d12e
JB
13101 (allout-make-topic-prefix, allout-rebullet-heading):
13102 Change SOLICIT arg to INSTEAD, and interpret additionally a string
13103 value as alternate bullet to be used, instead of prompting the user
13104 for a bullet character.
b6a5875b 13105
ee545c35
MA
131062011-03-09 Michael Albinus <michael.albinus@gmx.de>
13107
d86d2721
SM
13108 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
13109 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
13110 `tramp-default-port'.
13111
c47971d7
DD
131122011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
13113
13114 * net/rcirc.el (rcirc-handler-001): Remove useless
13115 with-rcirc-process-buffer.
13116 (rcirc-check-auth-status): Swap arguments to string-match.
13117
13522cb4
GM
131182011-03-09 Glenn Morris <rgm@gnu.org>
13119
0be6f4f1
GM
13120 * shell.el (shell-mode):
13121 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
13122
13522cb4
GM
13123 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
13124 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
13125
515de2e3
CY
131262011-03-08 Chong Yidong <cyd@stupidchicken.com>
13127
13128 * emacs-lisp/package.el (package-refresh-contents)
13129 (package-menu-execute): Use condition-case-no-debug.
13130
b511b994
MA
131312011-03-08 Michael Albinus <michael.albinus@gmx.de>
13132
13133 * simple.el (shell-command-to-string): Use `process-file'.
13134
13135 * emacs-lisp/package.el (package-tar-file-info): Handle also
13136 remote files.
13137
d86d2721
SM
13138 * emacs-lisp/package-x.el (package-upload-buffer-internal):
13139 Use `equal' for upload base check.
b511b994 13140
25bbfb31
AM
131412011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
13142
13143 * textmodes/texinfo.el (texinfo-environments):
13144 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
13145
be996521
GM
131462011-03-08 Glenn Morris <rgm@gnu.org>
13147
e9c8529f
GM
13148 * cus-start.el (cursor-in-non-selected-windows):
13149 Fix :set quoting oddness. (Bug#8192)
13150
be996521
GM
13151 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
13152 in some setf expressions. (Bug#2159)
13153
2bb5649e
CY
131542011-03-08 Chong Yidong <cyd@stupidchicken.com>
13155
13156 * custom.el (custom-available-themes): Return themes in
13157 alphabetical order.
13158
33383987 13159See ChangeLog.15 for earlier changes.
e3d51b27
MR
13160
13161;; Local Variables:
13162;; coding: utf-8
e3d51b27
MR
13163;; End:
13164
acaf905b 13165 Copyright (C) 2011-2012 Free Software Foundation, Inc.
e3d51b27
MR
13166
13167 This file is part of GNU Emacs.
13168
13169 GNU Emacs is free software: you can redistribute it and/or modify
13170 it under the terms of the GNU General Public License as published by
13171 the Free Software Foundation, either version 3 of the License, or
13172 (at your option) any later version.
13173
13174 GNU Emacs is distributed in the hope that it will be useful,
13175 but WITHOUT ANY WARRANTY; without even the implied warranty of
13176 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13177 GNU General Public License for more details.
13178
13179 You should have received a copy of the GNU General Public License
13180 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.