Replace lexical-let by lexical-binding (except Gnus, CEDET, ERT).
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
e95a67dc
SM
12012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2
3
4 * term/ns-win.el (ns-define-service):
5 * progmodes/pascal.el (pascal-goto-defun):
6 * progmodes/js.el (js--read-tab):
7 * progmodes/etags.el (tags-lazy-completion-table):
8 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
9 * emacs-lisp/ewoc.el (ewoc--wrap):
10 * emacs-lisp/assoc.el (aput, adelete, amake):
11 * doc-view.el (doc-view-convert-current-doc):
12 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
13
cb3e7ae0
CY
142012-04-26 Chong Yidong <cyd@gnu.org>
15
dce04f7f
CY
16 * image.el (image-type-from-buffer): Only return supported image
17 type (Bug#9045).
18
cb3e7ae0
CY
19 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
20 value, for symmetry with diff-end-of-hunk.
21 (diff-split-hunk, diff-find-source-location)
22 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
23 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
24 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
25 compute the relevant hunk or file properly (Bug#6005).
26 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
27
0d42eb3e
SM
282012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
29
30 * vc/vc-mtn.el:
31 * vc/vc-hg.el:
32 * vc/vc-git.el:
33 * vc/vc-dir.el:
34 * vc/vc-cvs.el:
35 * vc/vc-bzr.el:
36 * vc/vc-arch.el:
37 * vc/vc.el: Replace lexical-let by lexical-binding.
38 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
39 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
40 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
41
f08ae1c9
CY
422012-04-26 Chong Yidong <cyd@gnu.org>
43
8b71081d
CY
44 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
45 (diff-mode-shared-map): Bind it to / and [remap undo].
46
f08ae1c9
CY
47 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
48 (ediff-window-setup-function): Use it as the default, to set up
49 windows based on whether the current frame is graphical (Bug#2138).
50 (ediff-choose-window-setup-function-automatically): Make obsolete.
51
52 * vc/ediff-init.el: Always define ediff-pixel-width/height.
53
ef24141c
SM
542012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
55
cc356a5d
SM
56 * ffap.el: Remove old code for obsolete package.
57 (ffap-complete-as-file-p): Remove.
58
b4ff4f1f
SM
59 Use completion-table-with-quoting for comint and pcomplete.
60 * comint.el (comint--unquote&requote-argument)
61 (comint--unquote-argument, comint--requote-argument): New functions.
62 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
63 (comint-quote-filename): Use regexp-opt-charset.
64 (comint--common-suffix, comint--common-quoted-suffix)
65 (comint--table-subvert): Remove.
66 (comint-unquote-function, comint-requote-function): New vars.
67 (comint--complete-file-name-data): Use them with
68 completion-table-with-quoting.
69 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
70 * pcomplete.el (pcomplete-arg-quote-list)
71 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
72 (pcomplete-unquote-argument-function): Default to non-nil.
73 (pcomplete-unquote-argument): Simplify.
74 (pcomplete--common-quoted-suffix): Remove.
75 (pcomplete-requote-argument-function): New var.
76 (pcomplete--common-suffix): New function.
77 (pcomplete-completions-at-point): Use completion-table-with-quoting
78 and completion-table-subvert.
79
79c4eeb4
SM
80 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
81 (minibuffer--double-dollars): Preserve properties.
82 (completion--sifn-requote): New function.
83 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
84
ef24141c
SM
85 * minibuffer.el: Add support for completion of quoted/escaped data.
86 (completion-table-with-quoting, completion-table-subvert): New funs.
87 (completion--twq-try, completion--twq-all): New functions.
88 (completion--nth-completion): New function.
89 (completion-try-completion, completion-all-completions): Use it.
90
784e7d6e
LL
912012-04-25 Leo Liu <sdl.web@gmail.com>
92
dd2ac746
SM
93 * progmodes/python.el (python-pdbtrack-get-source-buffer):
94 Use compilation-message if available to find real filename.
784e7d6e 95
07875ee7
CY
962012-04-25 Chong Yidong <cyd@gnu.org>
97
98 * vc/diff-mode.el (diff-setup-whitespace): New function.
99 (diff-mode): Use it.
100
101 * vc/diff.el (diff-sentinel):
102 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
103 Whitespace mode variables based on diff style (Bug#8612).
104
5055880d
LL
1052012-04-25 Leo Liu <sdl.web@gmail.com>
106
daf75653
LL
107 * progmodes/python.el (python-send-region): Add suffix .py to the
108 temp file.
109
5055880d
LL
110 * files.el (auto-mode-alist): Use javascript-mode instead.
111
db9b177b
AH
1122012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
113
ef24141c 114 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
db9b177b
AH
115
116 * soap-client.el (soap-resolve-references-for-sequence-type)
ef24141c 117 (soap-resolve-references-for-array-type): Hack to prevent self
db9b177b 118 references, see Bug#9.
ef24141c 119 (soap-parse-envelope): Report the contents of the 'detail' node
db9b177b 120 when receiving a fault reply.
ef24141c 121 (soap-parse-envelope): Report the contents of the entire 'detail' node.
db9b177b
AH
122
123 * soap-inspect.el (soap-sample-value-for-simple-type)
ef24141c 124 (soap-inspect-simple-type): New function.
db9b177b 125
ef24141c 126 * soap-client.el (soap-simple-type): New struct.
db9b177b 127 (soap-default-xsd-types, soap-default-soapenc-types)
ef24141c
SM
128 (soap-decode-basic-type, soap-encode-basic-type):
129 support unsignedInt and double basic types.
db9b177b 130 (soap-resolve-references-for-simple-type)
ef24141c
SM
131 (soap-parse-simple-type, soap-encode-simple-type): New function.
132 (soap-parse-schema): Parse xsd:simpleType declarations.
db9b177b
AH
133
134 * soap-client.el (soap-default-xsd-types)
ef24141c
SM
135 (soap-default-soapenc-types): Add integer, byte and anyURI types.
136 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
137 the local name of "soapenc:Array".
138 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
db9b177b
AH
139 decoding integer, byte and anyURI xsd types.
140
1fc6097b
CY
1412012-04-25 Chong Yidong <cyd@gnu.org>
142
143 * cus-edit.el (custom-buffer-create-internal): Update header text.
144
afc6df87
EZ
1452012-04-25 Eli Zaretskii <eliz@gnu.org>
146
147 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
148 settings on 'system-type', not on 'window-system'. On MS-Windows,
149 set interactive-mode on in GDB.
150
dfbd787f
SM
1512012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
152
153 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
154 (ruby-syntax-propertize-regexp): Remove.
155 (ruby-syntax-propertize-function): Split regexp into chunks.
156 Match following code directly.
157
85222d44
DG
1582012-04-24 Dmitry Gutov <dgutov@yandex.ru>
159
51a8ea2a
DG
160 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
161 (ruby-syntax-propertize-regexp): New function.
162 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
163 by a special keyword.
164
85222d44
DG
165 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
166 (ruby-syntax-general-delimiters-goto-beg)
167 (ruby-syntax-propertize-general-delimiters): New functions.
168 (ruby-syntax-propertize-function): Use them to handle GDL.
169 (ruby-font-lock-keywords): Move old handling of GDL...
170 (ruby-font-lock-syntactic-keywords): .. to here.
171 (ruby-calculate-indent): Adjust indentation for GDL.
172
b613912b
MA
1732012-04-24 Michael Albinus <michael.albinus@gmx.de>
174
b5380639
MA
175 * notifications.el (top): Remove unneeded declarations.
176 (notifications-specification-version): Change to "1.2".
e43042fe 177 (notifications-interface, notifications-notify-method)
b613912b
MA
178 (notifications-close-notification-method): Fix docstring.
179 (notifications-get-capabilities-method): New defconst.
e43042fe
MA
180 (notifications-notify): Add :action-items, :resident and
181 :transient hints. Change "image_data" to "image-data" and
182 "image_path" to "image-path".
b613912b
MA
183 (notifications-get-capabilities): New defun.
184
257440aa
LL
1852012-04-24 Leo Liu <sdl.web@gmail.com>
186
187 * progmodes/python.el: Move hideshow setup to the end.
188
b1bac16e
MR
1892012-04-24 Martin Rudalics <rudalics@gmx.at>
190
191 * window.el (handle-select-window): Clear echo area since this is
192 no more done by read_char (Bug#11304).
193
d81bd059
SM
1942012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
195
196 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
197 and `/ M' to filter-derived-mode.
198 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
199 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
200 (ibuffer-mark-by-mode): Use default rather than initial-input.
201 (ibuffer-filter-by-derived-mode): Autoload and require-match.
202
c4cf6d91
IA
2032012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
204
205 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
206 (ibuffer-filter-by-derived-mode): New filter.
207 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
208
7511ded8
CY
2092012-04-23 Andreas Politz <politza@fh-trier.de>
210
211 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
212
775c916b
CY
2132012-04-23 Chong Yidong <cyd@gnu.org>
214
215 * cus-edit.el (customize-apropos, customize-apropos-options):
216 Disable matching of non-option variables (Bug#11176).
217 (customize-option, customize-option-other-window)
218 (customize-changed-options): Doc fix.
219 (customize-apropos-options, customize-apropos-faces)
220 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
221
222 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
922d37d3 223 Fix word list splitting (Bug#11132).
46c71e23
CY
224 (apropos-symbol, apropos-keybinding, apropos-label)
225 (apropos-property, apropos-function-button)
226 (apropos-variable-button, apropos-misc-button): New faces.
227 (apropos-symbol-face, apropos-keybinding-face)
228 (apropos-label-face, apropos-property-face, apropos-match-face):
229 Variables removed (Bug#8396).
230 (apropos-library-button, apropos-format-plist, apropos-print)
231 (apropos-print-doc, apropos-describe-plist): Callers changed.
775c916b 232
2df41f9c
MA
2332012-04-23 Michael Albinus <michael.albinus@gmx.de>
234
235 * net/xesam.el (xesam-mode-map): Use let-bound map in
236 initialization. (Bug#11292)
237
da00640a
AM
2382012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
239
240 Preserve ispell session localwords when switching back to
241 original buffer.
242
243 * ispell.el (ispell-buffer-session-localwords): New buffer-local
244 variable to hold buffer session localwords.
245 (ispell-kill-ispell): add option 'clear to delete session
246 localwords.
247 (ispell-command-loop, ispell-change-dictionary)
248 (ispell-buffer-local-words): Preserve session localwords when
249 needed.
250
251 * flyspell.el (flyspell-process-localwords, flyspell-do-correct):
252 Preserve session localwords when needed.
253
f621ccf5
AM
2542012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
255
256 * ispell.el (ispell-insert-word) Remove unneeded function using
257 obsolete `translation-table-for-input'.
ef24141c
SM
258 (ispell-word, ispell-process-line, ispell-complete-word):
259 Use plain `insert' instead of removed `ispell-insert-word'.
f621ccf5 260
c2d1019e
CY
2612012-04-22 Chong Yidong <cyd@gnu.org>
262
263 * cus-edit.el (custom-variable-menu)
264 (custom-variable-reset-saved, custom-face-menu)
265 (custom-face-reset-saved): If there is no saved value, make the
266 "reset-saved" operation bring back the default (Bug#9509).
267 (custom-face-state): Properly detect themed faces.
268
eeddc531
CY
269 * faces.el (face-spec-set): Stop supporting deprecated form of
270 third arg.
271
dcbf5805
MA
2722012-04-22 Michael Albinus <michael.albinus@gmx.de>
273
274 Move functions from C to Lisp. Make non-blocking method calls
275 the default. Implement further D-Bus standard interfaces.
276
ef24141c
SM
277 * net/dbus.el (dbus-message-internal): Declare function.
278 Remove unneeded function declarations.
dcbf5805
MA
279 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
280 (dbus-message-type-method-return, dbus-message-type-error)
281 (dbus-message-type-signal): Declare variables. Remove local
282 definitions.
283 (dbus-interface-dbus, dbus-interface-peer)
284 (dbus-interface-introspectable, dbus-interface-properties)
285 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
286 Adapt docstring.
287 (dbus-interface-objectmanager): New defconst.
288 (dbus-call-method, dbus-call-method-asynchronously)
289 (dbus-send-signal, dbus-method-return-internal)
290 (dbus-method-error-internal, dbus-register-service)
291 (dbus-register-signal, dbus-register-method): New defuns, moved
292 from dbusbind.c
293 (dbus-call-method-handler, dbus-setenv)
ef24141c
SM
294 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
295 New defuns.
dcbf5805
MA
296 (dbus-call-method-non-blocking): Make it an obsolete function.
297 (dbus-unregister-object, dbus-unregister-service)
298 (dbus-handle-event, dbus-register-property)
299 (dbus-property-handler): Obey the new structure of
300 `bus-registered-objects'.
301 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
302 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
303 Use `dbus-call-method'.
304
cf20dee0
CY
3052012-04-22 Chong Yidong <cyd@gnu.org>
306
307 * cus-edit.el (custom-commands, custom-reset-menu)
308 (Custom-reset-standard): Tweak labels.
309 (custom-reset-button-menu): Change default to t.
310 (custom-buffer-create-internal): For the custom-reset-button-menu
311 case, put the revert button first.
312 (custom-group-subtitle): New face.
313 (custom-group-value-create): Align docstring to a specific column.
314
315 * wid-edit.el (widget-documentation-link-add): Don't handle
316 indentation in this function.
317 (widget-documentation-string-indent-to): New function.
318 (widget-documentation-string-value-create): Use it.
319
320 * autorevert.el (auto-revert):
321 * epg-config.el (epg):
322 * ibuffer.el (ibuffer):
323 * mpc.el (mpc):
324 * ses.el (ses):
325 * eshell/eshell.el (eshell):
326 * net/ange-ftp.el (ange-ftp):
327 * progmodes/ebnf2ps.el (postscript):
328 * progmodes/flymake.el (flymake):
329 * progmodes/prolog.el (prolog):
330 * progmodes/verilog-mode.el (verilog-mode):
331 * progmodes/which-func.el (which-func):
332 * term/xterm.el (xterm):
333 * textmodes/picture.el (picture):
334 * textmodes/tildify.el (tildify):
335 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
336 customization buffers.
337
583e23bd
AM
3382012-04-22 Alan Mackenzie <acm@muc.de>
339
340 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
341 Adding a ) can hide the resulting (..) from searches. Fix it.
342 Bound the backward search to the position of the existing (.
343
7dd51bf1
JB
3442012-04-21 Juanma Barranquero <lekktu@gmail.com>
345
346 * progmodes/verilog-mode.el (verilog-mode): Check whether
347 which-func-modes is t before adding verilog-mode.
348 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
349
d64a438f
LL
3502012-04-21 Leo Liu <sdl.web@gmail.com>
351
7dd51bf1 352 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
d64a438f 353
081e8d65
MV
3542012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
355
356 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
357 filling of the last column of a table (Bug#5635).
358 (woman-find-next-control-line): New arg, specifying an additional
359 regexp component for the control line.
360 (woman2-roff-buffer): Use it.
361 (woman-break-table): New function.
362 (woman2-TS): Use it.
363
3642012-04-21 Chong Yidong <cyd@gnu.org>
365
366 * woman.el (woman-set-buffer-display-table, woman-decode-region)
367 (woman-horizontal-escapes, woman-negative-vertical-space)
368 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
369 (WoMan-warn-ignored): Use ?\s instead of ?\ .
370
ed571ccb
SM
3712012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
372
373 * minibuffer.el (completion-file-name-table): Complete user names.
374
39773899
LL
3752012-04-20 Leo Liu <sdl.web@gmail.com>
376
377 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
378 and pcase-let*.
379
de6ff46d
CY
3802012-04-20 Chong Yidong <cyd@gnu.org>
381
382 * server.el (server-execute): Respect initial-buffer-choice if it
383 is a string and there are no files to open (Bug#2825).
384 (server-create-window-system-frame, server-create-tty-frame):
385 Don't switch buffers here.
2d0e8e61
CY
386 (server-process-filter): Only try to open a window system frame if
387 compiled with graphical support (Bug#8314).
de6ff46d 388
54071013
DN
3892012-04-20 Dan Nicolaescu <dann@gnu.org>
390
391 * battery.el (battery-echo-area-format): Display remaining time
392 for sysfs backend too (Bug#11269).
393 (battery-linux-sysfs): Fix conditional for the charge.
394
f30d612a
CY
3952012-04-20 Chong Yidong <cyd@gnu.org>
396
c07a4c0b 397 * progmodes/gdb-mi.el (gdb): Revert previous change.
f30d612a
CY
398 (gdb-inferior-io--init-proc): New function.
399 (gdb-init-1): Use it.
400 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
401 responsible for allocating a new pty and hooking it to gdb when
402 the old pty gets an EIO due to process exit.
403 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
404 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
405 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
406
2116e93c
EZ
4072012-04-20 Eli Zaretskii <eliz@gnu.org>
408
409 * window.el (window-min-size, window-sizable, window-min-delta)
410 (window-max-delta, window--resizable, window-resizable)
411 (window-total-size, window-full-height-p, window-full-width-p)
412 (window-in-direction, window--resize-mini-window, window-resize)
413 (window--resize-child-windows-normal)
414 (window--resize-child-windows, window--resize-siblings)
415 (window--resize-this-window, adjust-window-trailing-edge)
cd0f830c 416 (enlarge-window, shrink-window): Doc fixes.
2116e93c 417
c07a4c0b 4182012-04-20 Chong Yidong <cyd@gnu.org>
b668fa6e 419
ef24141c
SM
420 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
421 New function to call delete-process on the gdb-inferior buffer's pty.
b668fa6e
CY
422 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
423 pty process (Bug#11273).
424 (gdb-update): New arg to suppress talking to the gdb process.
425 (gdb-done-or-error): Use it.
426 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
427 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
428 sentinel not being called.
429
430 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
431
d02766ab
CY
432 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
433
c07a4c0b 4342012-04-20 Glenn Morris <rgm@gnu.org>
016a35df
GM
435
436 * net/network-stream.el (open-network-stream): Doc fix.
437
c07a4c0b 4382012-04-20 Chong Yidong <cyd@gnu.org>
2c070447
CY
439
440 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
441
c07a4c0b 4422012-04-20 Alan Mackenzie <acm@muc.de>
f0f6bc35
AM
443
444 Ensure searching for keywords is case sensitive.
445
446 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
447 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
448 (c-defun-name, c-mark-function, c-cpp-define-name)
449 (c-comment-indent, c-scan-conditionals, c-indent-defun)
c07a4c0b 450 (c-context-line-break): Bind case-fold-search to nil.
f0f6bc35 451
ef24141c
SM
452 * progmodes/cc-mode.el (c-font-lock-fontify-region):
453 Bind case-fold-search to nil.
f0f6bc35 454
c07a4c0b 4552012-04-20 Chong Yidong <cyd@gnu.org>
4fc2c72a
CY
456
457 * mail/sendmail.el (mail-bury): Call return action with the right
458 Rmail buffer (Bug#11242).
459
9a864fa2
CY
460 * server.el (server-process-filter): Handle corner case where both
461 tty and nowait options are present (Bug#11102).
462
539aa513
EZ
4632012-04-20 Eli Zaretskii <eliz@gnu.org>
464
465 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
6cf2a23e
EZ
466 (top level): Put into the executable the ident-style '$Id:' tag on
467 windows-nt as well.
539aa513 468
cfc7d5da
SM
4692012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
470
471 * electric.el (electric-indent-post-self-insert-function): Check that
472 electric-indent-mode is enabled in current buffer.
473
5b01685c
JB
4742012-04-19 Juanma Barranquero <lekktu@gmail.com>
475
476 * imenu.el (imenu-progress-message): Restore; it is "used" in
477 erc/erc-imenu.el and net/snmp-mode.el.
478
4d6769e1
JB
4792012-04-19 Juanma Barranquero <lekktu@gmail.com>
480
481 * avoid.el (mouse-avoidance-mode): Mark unused arg.
482 (mouse-avoidance-nudge-mouse): Remove unused binding.
483
484 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
485
486 * descr-text.el (describe-char):
487 * progmodes/python.el (python-describe-symbol):
488 Don't call `toggle-read-only', set `buffer-read-only'.
489
490 * imenu.el (imenu-default-goto-function): Mark unused args.
491 (imenu-progress-message): Remove obsolete macro; all callers changed.
492
493 * subr.el (keymap-canonicalize): Remove unused binding.
494 (read-passwd): Mark unused arg.
495
496 * tutorial.el (tutorial--display-changes): Remove unused binding.
497 (tutorial--save-tutorial-to): Remove unused variable.
498
499 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
500 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
501 (package-generate-autoloads, package-menu--generate)
502 (package-menu--find-upgrades): Remove unused bindings.
503
504 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
505 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
506 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
507 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
508 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
509 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
510 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
511 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
512 (cua-delete-char-rectangle): Mark unused args.
513 (cua-align-rectangle): Remove unused binding.
514
515 * mail/rmail.el (compilation--message->loc)
516 (epa--find-coding-system-for-mime-charset): Declare.
517
518 * net/dbus.el (dbus-register-service): Declare.
519 (dbus-name-owner-changed-handler): Remove unused binding.
520
521 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
522 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
523 (nxml-scan-backward-within): Mark unused arg.
524 (nxml-dynamic-markup-word): Remove unused binding.
525
526 * mouse.el (mouse-menu-major-mode-map):
527 * emacs-lisp/authors.el (authors-scan-change-log)
528 (authors-add-to-author-list):
529 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
530 * emacs-lisp/smie.el (smie-auto-fill):
531 * mail/sendmail.el (mail-bury):
532 * mail/unrmail.el (unrmail):
533 * net/tls.el (open-tls-stream):
534 * textmodes/picture.el (picture-mouse-set-point):
535 Remove unused bindings.
536
8c8fc5df
MA
5372012-04-19 Michael Albinus <michael.albinus@gmx.de>
538
539 * net/tramp.el (tramp-action-password): Let-bind
540 `enable-recursive-minibuffers' to t.
541
a77b0ac9
SS
5422012-04-18 Sam Steingold <sds@gnu.org>
543
544 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
545 instead of 'string to accommodate values like [f11].
546 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
547 * progmodes/gdb-mi.el: Likewise.
548
12a106a9
LL
5492012-04-18 Leo Liu <sdl.web@gmail.com>
550
551 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
552 current buffer.
553 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
554 LOCAL is nil.
555
bc6494ef
CY
5562012-04-18 Chong Yidong <cyd@gnu.org>
557
558 * simple.el (line-move): Use forward-line if in batch mode
559 (Bug#11053).
560
c09c46b2
CS
5612012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
562
563 * files.el (after-find-file): Do not try to add a final newline if
564 the buffer is read-only (Bug#11156).
565
5f6530ea
RS
5662012-04-17 Richard Stallman <rms@gnu.org>
567
568 * mail/rmail.el (rmail-start-mail):
569 Pass (rmail-mail-return...) for the return-action.
570 Pass (rmail-yank-current-message...) for the yank-action.
571 (rmail-yank-current-message): New function.
572 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
573 (rmail-reply): Likewise.
574 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
575
576 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
c09c46b2 577 buffer, not the last. Reject temp buffers. Use the rmail-mode
5f6530ea
RS
578 buffer, not newbuf.
579
197b6f3c
JB
5802012-04-17 Juanma Barranquero <lekktu@gmail.com>
581
582 * server.el (server-ensure-safe-dir): Simplify.
583
2311d8e5 5842012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
98fb480e 585
2311d8e5
GM
586 * emacs-lisp/smie.el: Provide smarter auto-filling.
587 (smie-auto-fill): New function.
588 (smie-setup): Use it.
98fb480e 589
2311d8e5
GM
590 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
591
5922012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
8eb5d48f
PH
593
594 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
595 (comment-indent): Use it.
596
2311d8e5 5972012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
4bdf2ad2
VB
598
599 * ses.el: The overall change is to add cell renaming, that is
600 setting fancy names for cell symbols other than name matching
601 "\\`[A-Z]+[0-9]+\\'" regexp .
2311d8e5 602 (ses-localvars): Add ses--renamed-cell-symb-list.
4bdf2ad2 603 (ses-create-cell-variable): New defun.
2311d8e5 604 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
4bdf2ad2
VB
605 (ses-relocate-formula): Relocate formulas only for cells the
606 symbols of which are not renamed, i.e. symbols whose names do not
607 match regexp "\\`[A-Z]+[0-9]+\\'".
608 (ses-relocate-all): Relocate values only for cells the symbols of
609 which are not renamed.
610 (ses-load): Create cells variables as the (ses-cell ...) are read,
611 in order to check row col consistency with cell symbol name only
612 for cells that are not renamed.
613 (ses-replace-name-in-formula): New defun.
614 (ses-rename-cell): New defun.
4bdf2ad2 615
fc72b15c
PO
6162012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
617
618 * progmodes/perl-mode.el (perl-indent-parens-as-block):
619 New option (bug#11118).
620 (perl-calculate-indent): Respect it.
621
12e10e61
GM
6222012-04-17 Glenn Morris <rgm@gnu.org>
623
624 * dired-aux.el (dired-mark-read-string): Doc fix.
625
30009afd
DA
6262012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
627
628 * dired-aux.el (dired-mark-read-string): Offer optional completion.
629 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
630
41f03f4d
GM
6312012-04-17 Glenn Morris <rgm@gnu.org>
632
633 * mouse.el (mouse-drag-track):
634 * speedbar.el (speedbar-frame-mode):
635 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
636
f45f90f3
LL
6372012-04-16 Leo Liu <sdl.web@gmail.com>
638
639 * progmodes/python.el: Trivial cleanup.
640
94ee8db5
GM
6412012-04-16 Glenn Morris <rgm@gnu.org>
642
121b8917
GM
643 * vc/vc.el (vc-string-prefix-p):
644 * vc/pcvs-util.el (cvs-string-prefix-p):
645 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
646 * mpc.el (mpc-string-prefix-p):
647 Make all of these into obsolete aliases for string-prefix-p.
648 Update callers.
649 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
650
1197ecfa
GM
651 * textmodes/two-column.el: Move custom options to the start.
652 (frame-width): Remove compat definition.
653 (2C-associate-buffer, 2C-dissociate):
654 Use with-current-buffer rather than save-excursion.
655 (2C-dissociate): Force a mode-line update.
656 (2C-autoscroll): Use ignore-errors.
657
099e7202
GM
658 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
659 Autoload trivia.
660
bf350d6a
GM
661 * emacs-lisp/cl-extra.el (*random-state*):
662 Remove unnecessary declaration.
663
0e829eab
GM
664 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
665
e3ad7552
GM
666 * play/cookie1.el (cookie-snarf):
667 Give an explicit error if input file cannot be read.
668
68892d27
GM
669 * play/yow.el (yow-file): Use expand-file-name rather than concat.
670
20f0c46d
GM
671 * progmodes/perl-mode.el (c-macro-expand):
672 Remove unnecessary autoload (it is in loaddefs.el).
673
5a0978ce
GM
674 * textmodes/picture.el (picture-desired-column)
675 (picture-update-desired-column): Convert comments to doc-strings.
676 (picture-substitute): Remove function.
677 (picture-mode-map): Initialize in the defvar.
678
6b955486
GM
679 * woman.el: Remove eval-after-load for tar-mode.
680 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
681 (woman-tar-extract-file): Autoload it.
682
94ee8db5
GM
683 * frame.el (automatic-hscrolling): Make this alias obsolete.
684
177eca34
AM
6852012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
686
687 * ispell.el (ispell-set-spellchecker-params): Post-process
4be3075e 688 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
3851314b
AM
689 (ispell-dictionary-base-alist): Revert to original XEmacs
690 friendly version for default. [:alpha:] will be added in
691 `ispell-set-spellchecker-params' if needed
177eca34 692
c505aaeb
CY
6932012-04-16 Chong Yidong <cyd@gnu.org>
694
695 * image.el (imagemagick--extension-regexp): New variable.
696 (imagemagick-register-types): Use it.
697 (imagemagick-types-inhibit): Add :set function. Allow new value
698 of t to inhibit all types.
699
700 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
701 so we can preload it.
702
703 * loadup.el (fboundp): Preload regexp-opt, needed by
704 imagemagick-register-types.
705
60efac0f
CY
7062012-04-15 Chong Yidong <cyd@gnu.org>
707
708 * frame.el (scrolling): Remove nearly unused customization group.
709
710 * scroll-all.el (scroll-all-mode): Move to windows group.
711
5dd1713e
CY
7122012-04-15 Chong Yidong <cyd@gnu.org>
713
714 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
715
e6fd457e
CY
7162012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
717
718 Avoid the use of ((lambda ...) ...) in lexical-binding code.
4d6769e1 719 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
e6fd457e 720
e153c136
GM
7212012-04-15 Glenn Morris <rgm@gnu.org>
722
723 * simple.el (process-file-side-effects): Doc fix.
724
e6fd457e 7252012-04-15 Glenn Morris <rgm@gnu.org>
ca7d96c8
GM
726
727 * international/mule-cmds.el (set-language-environment): Doc fix.
728
3603c3b1
JB
7292012-04-14 Juanma Barranquero <lekktu@gmail.com>
730
731 * server.el (server-auth-key, server-generate-key): Doc fixes.
732 (server-get-auth-key): Doc fix. Use `string-match-p'.
733 (server-start): Reflow docstring.
734
e6de100c
LI
7352012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
736
737 * server.el (server-generate-key): `called-interactively-p'
738 requires a parameter.
739
29734c21
MN
7402012-04-14 Michal Nazarewicz <mina86@mina86.com>
741
742 * server.el (server-auth-key): New variable.
75f1671a 743 (server-generate-key, server-get-auth-key): New function.
29734c21
MN
744 (server-start): Use the new variable and functions to allow
745 setting a permanent server key (bug#9423).
746
d65c9521
LL
7472012-04-14 Leo Liu <sdl.web@gmail.com>
748
749 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
750
5ae255c7
PE
7512012-04-14 Paul Eggert <eggert@cs.ucla.edu>
752
753 Spelling fixes.
754 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
755 Emacs uses American spelling.
756
d5e6342e
JB
7572012-04-14 Juanma Barranquero <lekktu@gmail.com>
758
759 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
760 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
761 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
762 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
763
ab036cd7
SM
7642012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
765
766 * progmodes/which-func.el (which-func-modes): Change default.
767
35dc09a1 7682012-04-14 Kim F. Storm <storm@cua.dk>
9557e2be
CY
769
770 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
771 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
772
35dc09a1 7732012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
774
775 * custom.el (custom-theme-set-variables): Doc fix.
776
35dc09a1 7772012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
778
779 * international/mule.el (set-auto-coding-for-load): Doc fix.
780
35dc09a1 7812012-04-14 Alan Mackenzie <acm@muc.de>
0de3da9f 782
35dc09a1
GM
783 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
784 imenu work again for Objective C Mode. Correct the *-index values,
785 these having been disturbed by a previous change in 2011-08.
57f845ee 786
0de3da9f
AM
787 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
788 Correct two search limits.
789
35dc09a1 7902012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
ede141ac
SM
791
792 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
793
35dc09a1 7942012-04-14 Andreas Schwab <schwab@linux-m68k.org>
d0203d61
AS
795
796 * international/characters.el: Fix sorting.
797
35dc09a1 7982012-04-14 Eli Zaretskii <eliz@gnu.org>
cb80bcd1
EZ
799
800 * international/characters.el: Add more missing Latin case pairs.
801
35dc09a1 8022012-04-14 Glenn Morris <rgm@gnu.org>
4a427f58
GM
803
804 * files.el (dir-locals-set-class-variables): Doc fix.
805
35dc09a1 8062012-04-14 Eli Zaretskii <eliz@gnu.org>
9f847f41 807
3f1b5bf8
EZ
808 * international/characters.el: Add set-case-syntax-pair call for
809 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
810 counterpart. (Bug#11209)
811
9f847f41
EZ
812 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
813
35dc09a1 8142012-04-14 Glenn Morris <rgm@gnu.org>
0c2014a3
GM
815
816 * calendar/holidays.el (calendar-check-holidays): Doc fix.
817
35dc09a1 8182012-04-14 Eli Zaretskii <eliz@gnu.org>
e2627d21 819
35dc09a1
GM
820 * textmodes/ispell.el (ispell-dictionary-base-alist):
821 Add data for Hebrew.
e2627d21 822
35dc09a1 8232012-04-14 Chong Yidong <cyd@gnu.org>
5c14e333 824
35dc09a1
GM
825 * net/rcirc.el (rcirc-cmd-quit):
826 Revert 2012-03-18 change (Bug#11192).
5c14e333 827
35dc09a1 8282012-04-14 Glenn Morris <rgm@gnu.org>
bf6fa423
GM
829
830 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
831
35dc09a1 8322012-04-14 Eli Zaretskii <eliz@gnu.org>
82b24fb2 833
4517fe3a
SM
834 * minibuffer.el (completion-in-region-mode-map):
835 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
82b24fb2 836
b472a594
VD
8372012-04-13 Vivek Dasmohapatra <vivek@etla.org>
838
839 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
840
09b95ce3
MY
8412012-04-13 Masatake YAMATO <yamato@redhat.com>
842
843 * minibuffer.el (minibuffer-local-filename-syntax): New variable
844 to allow `C-M-f' and `C-M-b' to move to the nearest path
845 separator (bug#9511).
846
4b63a9ca
LI
8472012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
848
849 * avoid.el: Require cl when compiling. And also move the
850 `provide' to the end.
851
7b55b8bf
TV
8522012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
853
854 * avoid.el (mouse-avoidance-banish-position): New variable.
855 (mouse-avoidance-banish-destination): Use it (bug#10165).
856
adedaa1f
LL
8572012-04-13 Leo Liu <sdl.web@gmail.com>
858
859 * progmodes/which-func.el (which-func-modes): Add objc-mode.
860
70e74021
KB
8612012-04-13 Ken Brown <kbrown@cornell.edu>
862
863 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
ab036cd7 864 this is no longer needed now that cygstart understands file:// URLs.
70e74021
KB
865 (browse-url-filename-alist): For the same reason, don't modify
866 file:// URLs on Cygwin.
867
e75e89ba
SM
8682012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
869
870 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
871 the region on shift if the binding is already shifted (bug#11221).
872
82f289a4
GM
8732012-04-12 Glenn Morris <rgm@gnu.org>
874
875 * mail/mailpost.el: Move to obsolete/.
876
d333dc4c
DA
8772012-04-12 Drew Adams <drew.adams@oracle.com>
878
879 * imenu.el (imenu--generic-function): Ignore invisible definitions
880 (bug#10123).
881
0d15b5ba
VD
8822012-04-12 Vivek Dasmohapatra <vivek@etla.org>
883
884 * hexl.el (hexl-bits): New variable.
885 (hexl-options): Mention the variable in the doc string.
75f1671a 886 (hexl-rulerise, hexl-line-displen): New functions.
0d15b5ba 887 (hexl-mode): Mention the new variable.
75f1671a
JB
888 (hexl-mode, hexl-current-address, hexl-current-address):
889 Use the displen.
0d15b5ba
VD
890 (hexl-ascii-start-column): New function.
891 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
892 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
893
64a440db
AM
8942012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
895
896 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
897 '("-i" ENCODING), in 2 separate command-line arguments, to specify
898 the encoding, as expected by hunspell.
899
6decb6c2
SM
9002012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
901
902 * battery.el (battery--linux-sysfs-regexp): New const.
903 (battery-status-function): Use it. Remove yeeloong special case.
904 (battery-yeeloong-sysfs): Remove.
905 (battery-echo-area-format): Remove yeeloong special case.
906
088be6fb
SM
9072012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
908
6622e416
SM
909 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
910 Reported by Noah Friedman.
911
088be6fb
SM
912 * subr.el (read-passwd): Use read-string.
913
b49f886e
LMI
9142012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
915
916 * vcursor.el (vcursor-move): Increase the priority of the overlay
917 (bug#9663).
918
a63067fc
DD
9192012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
920
921 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
922 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
923
ac3cf14a
WS
9242012-04-11 William Stevenson <yhvh2000@gmail.com>
925
926 * textmodes/artist.el (artist-mode): Convert artist-mode to use
927 define-minor-mode (bug#10760).
928
c4fc691b 9292012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
49a2697c 930
4d6769e1 931 * progmodes/grep.el (rgrep): Tweak the find command line so
49a2697c
WJ
932 that directories matching `grep-find-ignored-files' won't be
933 pruned (bug#10351).
934
af23e2e5
CY
9352012-04-11 Chong Yidong <cyd@gnu.org>
936
937 * startup.el (command-line): Remove support for long-obsolete
938 variable font-lock-face-attributes.
939
ab7ce8c1
GM
9402012-04-11 Glenn Morris <rgm@gnu.org>
941
942 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
943
de8c03dc
SM
9442012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
945
946 * window.el (window--state-get-1): Obey window-point-insertion-type.
947
050cc68b
LB
9482012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
949
950 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
951 to previous function when point is on the first character of a
75f1671a 952 function. Take care of that in `narrow-to-defun' (bug#6157).
050cc68b 953
a38c310c
GM
9542012-04-11 Glenn Morris <rgm@gnu.org>
955
effed0c2
GM
956 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
957 not just file-errors.
958
a38c310c
GM
959 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
960 (vc-bzr-sha1): Use internal sha1.
961
0221e323
SM
9622012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
963
964 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
965
43956923
SG
9662012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
967
968 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
969 that start in the middle of the line (bug#10496).
970
6a8c9eaf
DN
9712012-04-10 Dan Nicolaescu <dann@gnu.org>
972
973 * battery.el (battery-linux-proc-acpi): Only one battery is
974 discharged at a time, but that seems to confuse battery.el when
975 computing `rate-type' for the battery not being discharged
976 (bug#10332).
977
1930bf5d
SM
9782012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
979
2a718f6f
SM
980 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
981
599430d0
SM
982 * international/quail.el: Use dolist and simplify.
983 (quail-define-package, quail-update-keyboard-layout)
984 (quail-define-rules): Use dolist.
985 (quail-insert-kbd-layout, quail-get-translation): CSE.
986
a2754b6c
SM
987 * tmm.el: Use dolist, remove left over hook.
988 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
989 Use dolist.
990 (calendar-load-hook): Don't mess with it.
991
1930bf5d
SM
992 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
993 Use derived-mode-p. Run the diff asynchronously.
994
9f67961c
LMI
9952012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
996
997 * obsolete/mouse-sel.el: Add an Obsolete-since header.
998
2a8ce227
JB
9992012-04-10 Juanma Barranquero <lekktu@gmail.com>
1000
1001 * misc.el: Display absolute path of loaded DLLs (bug#10424).
1002 (list-dynamic-libraries--loaded): New function.
1003 (list-dynamic-libraries--refresh): Use it.
1004
8f33b5f8
NW
10052012-04-10 Nathan Weizenbaum <nweiz@google.com>
1006
1930bf5d
SM
1007 * progmodes/python.el (python-fill-paragraph):
1008 Make python-fill-region in a multiline string work when font-lock is
8f33b5f8
NW
1009 disabled (bug#7018).
1010
b12f0439
L
10112012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
1012
1930bf5d 1013 * language/european.el (cp775): Add oem/legacy (en)coding on
75f1671a
JB
1014 DOS/MS Windows for the Baltic languages. There are still plenty
1015 of texts written in this encoding/codepage (bug#6519).
b12f0439 1016
57c3bd01
GM
10172012-04-10 Glenn Morris <rgm@gnu.org>
1018
1019 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
1020 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
1021
6c3eab30
FA
10222012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
1023
1930bf5d 1024 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
6c3eab30
FA
1025 next-line "n" and previous-line "p" in order to make recentf more
1026 consistent with ibuffer, dired or org-mode (bug#9387).
1027
24d78a88
LMI
10282012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1029
bc72b5d9
LMI
1030 * image.el (put-image): Return the overlay created instead of the
1031 optional input string (bug#7834). Note that this may break code
1032 that is (for some reason or other) depending on `put-image'
1033 returning the string.
1034
bd2dba5a
LMI
1035 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
1036
74beb59f
LMI
1037 * simple.el (zap-to-char): Allow zapping using input methods
1038 (bug#1580).
1039
24d78a88
LMI
1040 * textmodes/fill.el (fill-region): Leave point and mark where they
1041 were before filling (bug#5399).
1042
263f20cd
GM
10432012-04-09 Glenn Morris <rgm@gnu.org>
1044
1045 * version.el (emacs-bzr-get-version):
1046 Handle lightweight checkouts of local branches.
1047
58d1f797
AS
10482012-04-09 Andreas Schwab <schwab@linux-m68k.org>
1049
263f20cd 1050 * international/characters.el: Recover lost case pairs. (Bug#11209)
58d1f797 1051
b4d3bc10
CY
10522012-04-09 Chong Yidong <cyd@gnu.org>
1053
1054 * custom.el (custom-variable-p): Return nil for non-symbol
1055 arguments instead of signaling an error.
1056 (user-variable-p): Obsolete alias for custom-variable-p.
1057
1058 * apropos.el (apropos-variable):
1059 * files-x.el (read-file-local-variable):
1060 * simple.el (set-variable):
1061 * woman.el (woman-mini-help):
1062 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
1063
fd06db5d
GM
10642012-04-09 Glenn Morris <rgm@gnu.org>
1065
e5fcdb5e
GM
1066 * startup.el (normal-top-level): Don't look for leim-list.el
1067 in places where it will not be found. (Bug#910)
1068
fd06db5d
GM
1069 * international/mule-cmds.el (set-default-coding-systems):
1070 * files.el (normal-mode):
1071 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
1072 This function was removed with ucs-tables.el in 2008.
1073
b39bb7e1
EZ
10742012-04-08 Eli Zaretskii <eliz@gnu.org>
1075
1076 * textmodes/ispell.el (ispell-check-version): For hunspell, set
1077 ispell-encoding8-command to "-i", without a trailing space.
1078 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
1079 separate command-line arguments, to specify the encoding, since
1080 that's how hunspell expects it.
1081
5c5b8e23
GM
10822012-04-08 Glenn Morris <rgm@gnu.org>
1083
1084 * loadup.el: Load bindings before cus-start.
1085 This reduces somewhat the number of "rogue" settings in emacs -Q.
1086
a1ed8b05
GM
10872012-04-07 Glenn Morris <rgm@gnu.org>
1088
1089 * version.el (emacs-bzr-get-version): New function.
dfae128a 1090 (emacs-bzr-version): New variable.
a1ed8b05
GM
1091 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
1092 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
1093
b142f158
EZ
10942012-04-07 Eli Zaretskii <eliz@gnu.org>
1095
dfae128a
GM
1096 * international/uni-bidi.el, international/uni-category.el:
1097 * international/uni-combining.el, international/uni-decimal.el:
1098 * international/uni-decomposition.el, international/uni-digit.el:
1099 * international/uni-lowercase.el, international/uni-mirrored.el:
1100 * international/uni-name.el, international/uni-numeric.el:
1101 * international/uni-titlecase.el, international/uni-uppercase.el:
1102 Update for Unicode 6.1.
b142f158 1103
9078ead6
EZ
11042012-04-07 Eli Zaretskii <eliz@gnu.org>
1105
1106 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
1107
f23d2c7d
LMI
11082012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1109
1110 * window.el (shrink-window): Mention the `window-min-height'
1111 variable in the doc string.
1112
0a0a3573
BG
11132012-04-05 Bastien Guerry <bzg@altern.org>
1114
1115 * color.el (color-lighten-name): Fix typo.
1116
e5248ac9
SM
11172012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
1118
1119 * server.el (server--on-display-p): New function.
1120 (server--on-display-p): Use it.
1121
b4243e22
GV
11222012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
1123
1124 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
1125 (bug#11145).
1126
305d9f44
SM
11272012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
1128
1129 * comint.el (comint--common-quoted-suffix): Check string boundary
1130 before comparing (bug#11158).
1131 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
1132
3d439cd1
CY
11332012-04-04 Chong Yidong <cyd@gnu.org>
1134
321cc491
CY
1135 * minibuffer.el (completion-extra-properties): Doc fix.
1136
3d439cd1
CY
1137 * subr.el (delayed-warnings-hook): Doc fix.
1138
2d562c0f
DU
11392012-04-04 Daiki Ueno <ueno@unixuser.org>
1140
1141 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
1142 selection (Bug#11159).
1143 (epa-insert-keys): Inform that the default public key will be
1144 exported if no key is selected.
1145
4443f204
RS
11462012-04-04 Richard Stallman <rms@gnu.org>
1147
1148 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
1149
529c06b6
CY
11502012-04-03 Chong Yidong <cyd@gnu.org>
1151
1152 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
1153 mail-insert-file, not its obsolete alias mail-attach-file.
1154
66b907dc
MA
11552012-04-03 Michael Albinus <michael.albinus@gmx.de>
1156
1157 * notifications.el (notifications-notify): Fix docstring.
1158
c0ea195d
GM
11592012-04-02 Glenn Morris <rgm@gnu.org>
1160
1161 * emacs-lisp/authors.el (authors-aliases): Another addition.
1162
5ca64e00
MA
11632012-04-02 Michael Albinus <michael.albinus@gmx.de>
1164
1165 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
1166 `tramp-compat-call-process' instead of `tramp-local-call-process'.
1167 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
1168
42ee526b
CY
11692012-04-01 Chong Yidong <cyd@gnu.org>
1170
1171 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
1172 Handle root directory properly.
1173 (copy-directory): Caller changed.
1174
1175 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
1176 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
1177
0b021094
GM
11782012-03-31 Glenn Morris <rgm@gnu.org>
1179
40f86458
GM
1180 * term/xterm.el (xterm-extra-capabilities): Doc fix.
1181
7019c177
GM
1182 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
1183
a1daddd6
GM
1184 * calendar/calendar.el (calendar-window-list)
1185 (calendar-hide-window): Restore. (Bug#11140)
1186 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
1187
0b021094
GM
1188 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
1189
40311efc
TV
11902012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1191
1192 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
1193 Check if file is a symlink (Bug#10489).
1194
1195 * files.el (copy-directory): Likewise.
1196
5319014e
CY
11972012-03-30 Chong Yidong <cyd@gnu.org>
1198
1199 * image.el (imagemagick-types-inhibit)
1200 (imagemagick-register-types): Doc fix.
1201
935d1290
AM
12022012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1203
ef24141c
SM
1204 * ispell.el (ispell-get-extended-character-mode):
1205 Disable extended-char-mode for hunspell. hunspell does not support it
75f1671a 1206 and treats ~word as ordinary words in pipe mode.
935d1290 1207
61c6e8fd
GM
12082012-03-30 Glenn Morris <rgm@gnu.org>
1209
1210 * tutorial.el (help-with-tutorial): Ensure local variables don't
1211 happen to make the buffer read-only. (Bug#11127)
1212
81fdff00
SM
12132012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
1214
1215 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
1216 (perl-calculate-indent): Return `noindent' in strings.
1217
6e7a6ec0
SS
12182012-03-28 Sam Steingold <sds@gnu.org>
1219
1220 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
1221 instead of the broken adhockery which does not prevent calendar
1222 buffers from being displayed at random after exit.
1223 (calendar-window-list, calendar-hide-window): Remove the broken
1224 adhockery.
1225
fee88ca0
GM
12262012-03-28 Glenn Morris <rgm@gnu.org>
1227
1228 * replace.el (query-replace-map): Doc fix.
1229
38de3354
AS
12302012-03-28 Andreas Schwab <schwab@linux-m68k.org>
1231
1232 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
1233 contents. (Bug#11109)
1234
b973155e
SM
12352012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
1236
1237 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
1238 (bug#11077).
1239 (avl-tree--check, avl-tree--check-node): New funs.
1240
dcb6e7b3
MR
12412012-03-27 Martin Rudalics <rudalics@gmx.at>
1242
1243 * window.el (switch-to-visible-buffer): New option.
b973155e
SM
1244 (switch-to-prev-buffer, switch-to-next-buffer):
1245 Observe switch-to-visible-buffer. Make sure that checking for a window
dcb6e7b3
MR
1246 showing a buffer already is done on the same frame.
1247
b4fa35fa
GM
12482012-03-27 Glenn Morris <rgm@gnu.org>
1249
1250 * startup.el (mail-host-address): Doc fix.
1251
f9210e18
SM
12522012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
1253
1254 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
1255 than 197 variables.
1256
c0bf7753
AF
12572012-03-26 Ami Fischman <ami@fischman.org>
1258
1259 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
1260
33da7b16
GM
12612012-03-26 Glenn Morris <rgm@gnu.org>
1262
02243d9d
GM
1263 * files.el (save-buffers-kill-emacs): Doc fix.
1264
33da7b16
GM
1265 * startup.el (normal-top-level, command-line, command-line-1):
1266 Give them doc strings.
1267
e5a69fd0
EZ
12682012-03-25 Eli Zaretskii <eliz@gnu.org>
1269
1270 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
b973155e 1271 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
e5a69fd0 1272
9a69676a
CY
12732012-03-25 Chong Yidong <cyd@gnu.org>
1274
4125cb8b
CY
1275 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
1276 theme if it was previously enabled before (Bug#11031).
1277
dd470960
CY
1278 * cus-theme.el (custom-theme-write-faces): Retrieve current face
1279 spec with custom-face-get-current-spec if its :shown-value is not
1280 determined yet (Bug#9337).
4125cb8b 1281 (customize-create-theme, custom-theme-revert): Doc fixes.
dd470960 1282
9a69676a
CY
1283 * button.el (button-at): Minor addition to docstring.
1284
6e7e90fa
SL
12852012-03-24 Simon Leinen <simon.leinen@gmail.com>
1286
1287 * vc/vc.el (vc-merge): Fix a prompt.
1288
f06e2758
CY
12892012-03-24 Chong Yidong <cyd@gnu.org>
1290
1291 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
1292 point (Bug#9623).
1293
6e7e90fa
SL
1294 * button.el (button-at): Minor addition to docstring.
1295
b9d0879b
SM
12962012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
1297
1298 * newcomment.el (comment-choose-indent): No space after BOL.
1299
e71cebb3
SS
13002012-03-22 Sam Steingold <sds@gnu.org>
1301
1302 * window.el (switch-to-prev-buffer): Revert last patch because the
1303 bug turned out to be an advertised feature (Elisp manual 28.14).
1304
335aff35
GM
13052012-03-22 Glenn Morris <rgm@gnu.org>
1306
1307 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
1308 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
1309
c676576a
LMI
13102012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
1311
1312 * net/network-stream.el (network-stream-open-starttls): Make error
1313 message under Windows be less misleading.
1314
126f3d39
LW
13152012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
1316
1317 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
1318 understands (bug#9942).
1319
64fee311
CY
13202012-03-22 Chong Yidong <cyd@gnu.org>
1321
1322 * simple.el (end-of-visible-line): Handle return value of
1323 next-single-property-change properly (Bug#9371).
1324
a640d29a
KH
13252012-03-22 Kenichi Handa <handa@m17n.org>
1326
1327 * international/quail.el (quail-insert-kbd-layout): Fix previous
1328 change. To avoid unwanted bidi reordering, use
1329 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
1330
39675016
DG
13312012-03-21 Dmitry Gutov <dgutov@yandex.ru>
1332
1333 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
1334 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
1335 (ruby-beginning-of-indent): Be more careful with the difference
1336 between word-boundary and symbol boundary.
1337 (ruby-mode-syntax-table): Make : a symbol constituent.
1338
0a6934fc 13392012-03-21 Andreas Politz <politza@fh-trier.de>
1acad97c 1340
3d008e4f
SM
1341 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
1342
0a6934fc
SM
13432012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
1344
af67c9d7
SM
1345 * progmodes/etags.el (tags-completion-at-point-function):
1346 Improve last fix.
1347
1acad97c
SM
1348 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
1349
e298b5da
SS
13502012-03-21 Sam Steingold <sds@gnu.org>
1351
1352 * progmodes/etags.el (tags-completion-at-point-function):
1353 Avoid the error when point is inside the pattern.
1354
91d82a70
JY
13552012-03-21 John Yates <john@yates-sheets.org> (tiny change)
1356
1357 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
1358 line (Bug#10855).
1359
69188b79
CY
13602012-03-21 Drew Adams <drew.adams@oracle.com>
1361
1362 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
1363
99fc91fe
AK
13642012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
1365
1366 * ido.el (ido-set-current-directory, ido-read-internal)
1367 (ido-choose-completion-string, ido-completion-help): Handle nil
1368 value of ido-completion-buffer (Bug#11008).
1369
087bbb4c
SS
13702012-03-21 Sam Steingold <sds@gnu.org>
1371
1372 * window.el (switch-to-prev-buffer): Do not switch to a visible
1373 window previous buffer, just like with the frame previous buffers.
1374
fb5b8aca
CY
13752012-03-21 Chong Yidong <cyd@gnu.org>
1376
1377 * faces.el (make-face, make-empty-face, copy-face):
1378 * face-remap.el (face-remap-add-relative, face-remap-set-base):
1379 Doc fixes.
1380
dc9924b8
SM
13812012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
1382
1383 * wid-edit.el (widget-complete-field): Remove (bug#11051).
1384 (widget-complete): Remove broken use of it.
1385
f0bcceb9
CY
13862012-03-20 Chong Yidong <cyd@gnu.org>
1387
dc9924b8
SM
1388 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
1389 Use string-width and truncate-string-width to handle arbitrary
f0bcceb9
CY
1390 characters.
1391
ee52ebf3
TH
13922012-03-20 Tassilo Horn <tassilo@member.fsf.org>
1393
1394 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
1395 to draw rectangles, not squares. (Regression introduced by revno
1396 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
1397
4c5779ab
CY
13982012-03-18 Chong Yidong <cyd@gnu.org>
1399
1400 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
1401 it is not yet defined (for temacs).
1402
15360934
LL
14032012-03-18 Leo Liu <sdl.web@gmail.com>
1404
dc9924b8 1405 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
15360934 1406
d9a8eb66
EZ
14072012-03-17 Eli Zaretskii <eliz@gnu.org>
1408
1409 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
1410 (ispell-choices-win-default-height, ispell-silently-savep)
1411 (ispell-dictionary-alist, ispell-encoding8-command)
1412 (ispell-check-version, ispell-aspell-find-dictionary)
1413 (ispell-valid-dictionary-list, ispell-words-keyword)
1414 (ispell-get-word, ispell-internal-change-dictionary)
1415 (ispell-region, ispell-skip-region-list)
1416 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
1417 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
1418 (ispell-message-text-end, ispell-message)
1419 (ispell-buffer-local-parsing): Doc fix.
1420
f02ff80d
J
14212012-03-13 Jambunathan K <kjambunathan@gmail.com>
1422
1423 * htmlfontify.el: Add support for code block fontification for ODT
1424 export (Bug #9914).
1425 (hfy-optimisations): Define new option
1426 `body-text-only'
1427 (hfy-fontify-buffer): Honor above setting.
1428 (hfy-begin-span, hfy-end-span): New routines factored out form
1429 `hfy-fontify-buffer'.
1430 (hfy-begin-span-handler, hfy-end-span-handler): New variables
1431 that permit insertion of custom tags.
1432 (hfy-fontify-buffer): Use above handlers.
1433 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
1434 (hfy-face-to-css): Re-defined to be a variable.
dc9924b8 1435 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
75f1671a 1436 over multiple runs. This is made possible by having the caller let
f02ff80d
J
1437 bind a special variable `hfy-user-sheet-assoc'.
1438 (htmlfontify-string): New defun.
1439 (hfy-compile-face-map): Make sure that the last char in the
1440 buffer is correctly fontified.
1441 (hfy-face-resolve-face): Whitespace only change.
1442
9ac7a13f
EZ
14432012-03-17 Eli Zaretskii <eliz@gnu.org>
1444
1445 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
1446 message more clear.
1447
e2b5bdd7
LL
14482012-03-16 Leo Liu <sdl.web@gmail.com>
1449
1450 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
1451
2e492df3
AM
14522012-03-16 Alan Mackenzie <acm@muc.de>
1453
1454 Further optimise the handling of large macros.
1455
1456 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
1457 limit to a call of `c-literal-limits'.
1458 (c-determine-+ve-limit): New function.
dc9924b8
SM
1459 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
1460 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
2e492df3
AM
1461 In CASE 5B, restrict a search limit to 500.
1462 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
1463
1464 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
1465 Restrict macro bounds to +-500 from after-change's BEG END.
1466
50e94f0c
LL
14672012-03-16 Leo Liu <sdl.web@gmail.com>
1468
1469 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
1470
6f09f6ed
AH
14712012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
1472
1473 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
dc9924b8 1474 `special-mode' setting of `buffer-read-only'. (Bug#11010)
6f09f6ed 1475
c7e73d51
GM
14762012-03-16 Glenn Morris <rgm@gnu.org>
1477
da986230
GM
1478 * view.el (view-buffer, view-buffer-other-window)
1479 (view-buffer-other-frame): Doc fixes re special mode-class.
1480
0835f01e
GM
1481 * subr.el (eval-after-load): If named feature is provided not from
1482 a file, run after-load forms. (Bug#10946)
1483
c7e73d51
GM
1484 * calendar/calendar.el (calendar-insert-at-column):
1485 Handle non-unit-width characters a bit better. (Bug#10978)
1486
3f2eafd1
CY
14872012-03-15 Chong Yidong <cyd@gnu.org>
1488
1489 * emacs-lisp/ring.el (ring-extend): New function.
1490 (ring-insert+extend): Extend the ring correctly (Bug#11019).
1491
1492 * comint.el (comint-read-input-ring)
1493 (comint-add-to-input-history): Grow comint-input-ring lazily.
1494
103af3fe
SM
14952012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
1496
663b1677
SM
1497 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
1498 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
1499
103af3fe
SM
1500 * imenu.el: Fix multiple inheritance breakage (bug#9199).
1501 (imenu-add-to-menubar): Don't add a redundant index.
1502 (imenu-update-menubar): Handle a dynamically composed keymap.
1503
899cb7cb
KY
15042012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
1505
1506 * mail/sendmail.el (mail-encode-header):
1507 Bind rfc2047-encode-encoded-words to nil.
1508
3809f91d
GM
15092012-03-13 Glenn Morris <rgm@gnu.org>
1510
1511 * calendar/calendar.el (calendar-string-spread):
1512 Handle non-unit-width characters a bit better. (Bug#10978)
1513
9e345a01
LL
15142012-03-13 Leo Liu <sdl.web@gmail.com>
1515
1516 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
1517 directory and file as argument (Bug#10822).
1518
4a07df36
KS
15192012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
1520
1521 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
1522 For dynamically generated code, follow $PC.
1523 (gdb-disassembly-handler-custom): Handle no function name case.
1524
4aaa9356
TL
15252012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
1526
1527 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
1528 * emulation/ws-mode.el (ws-query-replace):
1529 * sort.el (sort-regexp-fields):
1530 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
1531
225979da
SM
15322012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
1533
1534 * dabbrev.el: Fix cycle completion order (bug#10963).
1535 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
1536 (dabbrev-completion): Don't use an obarray; provide
1537 a cycle-sort-function.
1538
e2f1fdab
LL
15392012-03-12 Leo Liu <sdl.web@gmail.com>
1540
dc9924b8 1541 * simple.el (kill-new): Use equal-including-properties for comparison.
e2f1fdab
LL
1542 (kill-do-not-save-duplicates): Doc fix.
1543
b19490ed
SM
15442012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
1545
1546 * dabbrev.el: Fix cycle completion (bug#10963).
1547 Use lexical binding and wrap to 80 columns.
1548 (dabbrev-completion): Delay computing the list of completions.
1549
4b05d722
KH
15502012-03-12 Kenichi Handa <handa@m17n.org>
1551
1552 * international/quail.el (quail-insert-kbd-layout): Surround each
1553 row by LRO and PDF instead of inserting many LRMs. Pad the left
1554 and right of each non-spacing marks. Insert invisible space
1555 between lower and upper characters to prevent composition.
1556
dbbc2e69
SM
15572012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
1558
1559 * minibuffer.el (minibuffer-complete): Don't get confused when the
1560 function is run twice via different commands (bug#10958).
1561 (complete-with-action): Fix docstring.
1562
292112ed
CY
15632012-03-12 Chong Yidong <cyd@gnu.org>
1564
5d1ac394
CY
1565 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
1566 (nxml-completion-at-point-function): New function.
1567 (nxml-mode): Use it.
1568 (nxml-bind-meta-tab-to-complete-flag): Default to t.
1569
292112ed
CY
1570 * emacs-lisp/package.el (package-unpack, package-unpack-single):
1571 Load generated autoloads file before byte compiling (Bug#10970).
1572 (package--make-autoloads-and-compile): New helper fun.
1573
4098f8f7
CS
15742012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
1575
1576 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
1577
8f754691
MA
15782012-03-11 Michael Albinus <michael.albinus@gmx.de>
1579
1580 * autorevert.el (auto-revert-handler): Ensure, that
1581 file-readable-p is applied only for local files or in
1582 auto-revert-tail-mode.
1583
e29ab36b
AS
15842012-03-11 Andreas Schwab <schwab@linux-m68k.org>
1585
dbbc2e69
SM
1586 * server.el (server-eval-at): Handle non-tcp connections.
1587 Decode result string.
ad0bf5b6 1588
e29ab36b
AS
1589 * server.el (server-msg-size): New constant.
1590 (server-reply-print): New function.
1591 (server-eval-and-print): Use it.
1592 (server-eval-at): Use server-quote-arg and server-unquote-arg.
1593 Handle -print-nonl.
1594
de5939ba
CS
15952012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
1596
1597 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
1598 (Bug#10987).
1599
0c93eabf
CY
16002012-03-11 Chong Yidong <cyd@gnu.org>
1601
397a688f
CY
1602 * simple.el (goto-line): Doc fix (Bug#9938).
1603
2cc775f9
CY
1604 * subr.el (save-window-excursion): Doc fix (Bug#9979).
1605
0c93eabf
CY
1606 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
1607 when finished (Bug#10963).
1608
c491fa41
MR
16092012-03-11 Martin Rudalics <rudalics@gmx.at>
1610
1611 * window.el (split-window-below): Fix bug in case where
1612 split-window-keep-point is nil (Bug#10971).
1613
300e8fa5
JL
16142012-03-11 Juri Linkov <juri@jurta.org>
1615
1616 * replace.el (replace-highlight): Set isearch-word to nil
1617 unconditionally. (Bug#10887)
1618
dbf6c5a1
EZ
16192012-03-10 Eli Zaretskii <eliz@gnu.org>
1620
1621 * net/mairix.el (mairix-replace-invalid-chars): Rename from
1622 mairix-replace-illegal-chars; all callers changed. Don't remove
dc9924b8 1623 ^, ~, and = characters: they are meaningful in mairix search specs.
dbf6c5a1
EZ
1624 (mairix-widget-create-query): Add usage information about mairix
1625 search forms: negating words, searching for substrings, etc.
1626
b9e501de
JP
16272012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
1628
1629 * international/fontset.el (font-encoding-alist): Add an entry for
1630 ksx1001 (Bug#5667).
1631
92795c91
RS
16322012-03-10 Richard Stallman <rms@gnu.org>
1633
1694e6c1
RS
1634 * mail/sendmail.el (mail-encode-header):
1635 Set rfc2047-encode-encoded-words.
1636
607e8555
RS
1637 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
1638
de3bc99a
RS
1639 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
1640 view buffer means not swapped.
1641 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
1642 (rmail-write-region-annotate): Error if real text has disappeared.
1643
92795c91
RS
1644 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
1645
699bd04e
CY
16462012-03-10 Chong Yidong <cyd@gnu.org>
1647
1648 * emulation/cua-rect.el (cua--init-rectangles):
dbbc2e69
SM
1649 * emulation/cua-base.el (cua--init-keymaps):
1650 Add delete-forward-char to remappings (Bug#9666).
699bd04e 1651
570a1714
MR
16522012-03-10 Martin Rudalics <rudalics@gmx.at>
1653
dbbc2e69
SM
1654 * speedbar.el (speedbar-unhighlight-one-tag-line):
1655 Avoid unhighlighting due to frame switching (Bug#10275).
570a1714 1656
82dcf4e4
CY
16572012-03-10 Chong Yidong <cyd@gnu.org>
1658
7a2c7ca7
CY
1659 * minibuffer.el (completion-in-region, completion-help-at-point):
1660 Give the completion field overlay a high priority (Bug#6830).
1661
82dcf4e4
CY
1662 * dired.el (dired-goto-file): Recognize absolute file name
1663 listings (Bug#7126).
1664 (dired-goto-file-1): New helper function.
1665 (dired-toggle-read-only): Inhibit warnings.
1666
052e28ac
MA
16672012-03-09 Michael Albinus <michael.albinus@gmx.de>
1668
75f1671a 1669 * net/dbus.el (dbus-property-handler): Return empty array if
052e28ac
MA
1670 there are no properties.
1671
95d5e396
LL
16722012-03-09 Leo Liu <sdl.web@gmail.com>
1673
1674 * savehist.el (savehist-printable): Stricter check for string
1675 value (Bug#10937).
1676
3f018d6d
EZ
16772012-03-09 Eli Zaretskii <eliz@gnu.org>
1678
dbbc2e69
SM
1679 * mail/smtpmail.el (smtpmail-send-it):
1680 Bind coding-system-for-write to *-unix, so that FCC files are kept in
3f018d6d
EZ
1681 valid mbox format.
1682
f7fd3d79
GM
16832012-03-09 Glenn Morris <rgm@gnu.org>
1684
1685 * files.el (dir-locals-find-file):
1686 Don't check result is regular, readable.
1687 (dir-locals-read-from-file): Demote errors.
1688
6ff6e72f
EZ
16892012-03-08 Eli Zaretskii <eliz@gnu.org>
1690
dbbc2e69
SM
1691 * international/quail.el (quail-insert-kbd-layout):
1692 Insert invisible LRM characters before each character in a keyboard
6ff6e72f
EZ
1693 layout cell, to prevent their reordering by bidi display engine.
1694 For details, see the discussion in
1695 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
1696
9cec7834
AM
16972012-03-08 Alan Mackenzie <acm@muc.de>
1698
1699 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
1700 the starting position; make it extend the marked region when
1701 invoked repeatedly - all under appropriate circumstances.
1702 Fixes bugs #5525, #10906.
1703
9a40b8d4
GM
17042012-03-08 Glenn Morris <rgm@gnu.org>
1705
1706 * files.el (locate-dominating-file, dir-locals-find-file):
1707 Undo 2012-03-06 change.
1708
7a08ed35
EZ
17092012-03-07 Eli Zaretskii <eliz@gnu.org>
1710
dbbc2e69
SM
1711 * international/quail.el (quail-help):
1712 Force bidi-paragraph-direction be left-to-right. See discussion in
7a08ed35
EZ
1713 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
1714 for the reason.
1715
5aca4f71 17162012-03-07 Michael Albinus <michael.albinus@gmx.de>
6612a284
MA
1717
1718 Avoid superfluous registering of signals. (Bug#10807)
1719
1720 * notifications.el (notifications-on-action-object)
1721 (notifications-on-close-object): New defvars.
1722 (notifications-on-action-signal, notifications-on-closed-signal):
1723 Unregister the signal if not needed any longer.
1724 (notifications-notify): Register `notifications-action-signal' or
1725 `notifications-closed-signal', if :on-action or :on-close has been
1726 passed as argument.
1727
78e8b10a
CY
17282012-03-07 Chong Yidong <cyd@gnu.org>
1729
1730 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
1731 non-X platforms.
1732
69481eb8
GM
17332012-03-06 Glenn Morris <rgm@gnu.org>
1734
1735 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
1736 (x-disown-selection-internal, x-get-selection-internal):
1737 Doc fix (add arglist signatures). (Bug#10783)
1738
133b8e11
KS
17392012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
1740
1741 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
1742 Handle breakpoints with no "type".
1743
99a83064
GM
17442012-03-06 Glenn Morris <rgm@gnu.org>
1745
1746 * files.el (locate-dominating-file): Add optional predicate argument.
1747 (dir-locals-find-file): Make use of above change.
1748
17798e78
TTN
17492012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
1750
1751 * info.el (Info-insert-dir): Also try "dir.gz".
1752
eb182446
GM
17532012-03-06 Glenn Morris <rgm@gnu.org>
1754
8f2114ee
GM
1755 * files.el (dir-locals-find-file):
1756 Ignore non-readable or non-regular files. (Bug#10928)
1757
eb182446
GM
1758 * files.el (locate-dominating-file): Doc fix.
1759
24679323
AS
17602012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
1761
1762 * calendar/calendar.el (calendar-set-mode-line):
1763 `getenv' returns a string. (Bug#10951)
1764
01d972a9
LL
17652012-03-05 Leo Liu <sdl.web@gmail.com>
1766
109aa8a9
LL
1767 * simple.el (backward-delete-char-untabify): Constrain point to
1768 field (Bug#10939).
1769
01d972a9
LL
1770 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
1771
10607bea
CY
17722012-03-05 Chong Yidong <cyd@gnu.org>
1773
1774 * simple.el (count-words): If called from Lisp, return the word
1775 count, for symmetry with `count-lines'. Arglist changed.
1776 (count-words--message): Args changed. Consolidate counting code
1777 from count-words and count-words-region.
1778 (count-words-region): Caller changed.
1779 (count-lines-region): Make it an obsolete alias.
1780
5dd11cfe
TH
17812012-03-04 Tassilo Horn <tassilo@member.fsf.org>
1782
1783 * saveplace.el (save-place-to-alist)
1784 (save-place-ignore-files-regexp): Allow value nil to disable this
1785 feature.
1786
c349f4e6
CY
17872012-03-04 Chong Yidong <cyd@gnu.org>
1788
1789 * faces.el (face-spec-reset-face): For the default face, reset the
1790 attributes to default values (Bug#10748).
1791
e627be4c
LMI
17922012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1793
1794 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
1795 previous patch: Check `message-send-mail-function', and not the
1796 default function (bug#10897).
1797
ebeabff4
MA
17982012-03-04 Michael Albinus <michael.albinus@gmx.de>
1799
a41a6cf4
MA
1800 * notifications.el (notifications-on-action-signal)
1801 (notifications-on-closed-signal): Check for unique service name of
1802 incoming event. Fix error in removing entry.
ebeabff4 1803 (top): Register for signals with wildcard service name.
a41a6cf4 1804 (notifications-notify): Use daemon unique service name for map entries.
ebeabff4 1805
c1ca42b4
CY
18062012-03-04 Chong Yidong <cyd@gnu.org>
1807
dc9924b8 1808 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
c1ca42b4 1809
ea16568d
GM
18102012-03-04 Glenn Morris <rgm@gnu.org>
1811
1812 * abbrev.el (copy-abbrev-table, abbrev-table-p)
1813 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
1814 (expand-abbrev, define-abbrev-table): Doc fixes.
1815
fbae4637
LMI
18162012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1817
1818 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
1819 `message-default-send-mail-function' and not `send-mail-function'
1820 when doing the prompting for `sendmail-query-once' before sending
1821 in Message buffers (bug#10897).
1822
a1e7225c
LMI
1823 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
1824 This is inconsistent with all the other stream functions, which leave
1825 the setting up to the higher levels (if so wanted) (bug#10931).
1826
56d093a9
AM
18272012-03-02 Alan Mackenzie <acm@muc.de>
1828
1829 Depessimize the handling of very large macros.
1830
1831 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
1832 (c-macro-cache-syntactic): New variables to implement a one
1833 element macro cache.
1834 (c-invalidate-macro-cache): New function.
1835 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
1836 Adapt to use the new cache.
1837 (c-state-safe-place): Use better the cache of safe positions.
1838 (c-state-semi-nonlit-pos-cache)
1839 (c-state-semi-nonlit-pos-cache-limit):
1840 New variables for...
1841 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
1842 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
dbbc2e69
SM
1843 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
1844 Use c-state-semi-safe-place.
56d093a9 1845
dbbc2e69
SM
1846 * progmodes/cc-langs.el (c-get-state-before-change-functions):
1847 Add c-invalidate-macro-cache to the C, C++, Obj entries.
56d093a9 1848
817e5c3d
MA
18492012-03-02 Michael Albinus <michael.albinus@gmx.de>
1850
dbbc2e69
SM
1851 * jka-compr.el (jka-compr-call-process):
1852 Apply `file-accessible-directory-p' only when the default directory is
817e5c3d
MA
1853 not remote.
1854
a032a702
MA
18552012-03-01 Michael Albinus <michael.albinus@gmx.de>
1856
1857 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
1858 access of FILE2, if FILE1 does not exist.
1859
99a54f21
MA
1860 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
1861 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
1862
1863 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
1864 Add "PAGER=" to `process-environment'.
1865
f6561e1f
MM
18662012-03-01 Michael R. Mauger <mmaug@yahoo.com>
1867
1868 * progmodes/sql.el: Bug fix
1869 (sql-get-login-ext): Save login values in globals.
1870 (sql-get-login): Use new version of `sql-get-login-ext'.
1871 (sql-interactive-mode): Set global `sql-connection' to nil.
1872 (sql-connect): Set global values for connection.
1873 (sql-product-interactive): Save global values as buffer local.
1874
2d44d9cc
LL
18752012-02-29 Leo Liu <sdl.web@gmail.com>
1876
1877 * abbrev.el (define-abbrevs): Reset sys to nil.
1878
96b49301 18792012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1880
bf7f9bc5
JB
1881 * files.el (file-equal-p): Rename from `files-equal-p'.
1882 Return nil when one or both files don't exist.
96b49301 1883 (file-subdir-of-p): Now only top directory must exists,
1884 return nil if it doesn't.
bf7f9bc5
JB
1885 (copy-directory): No need to test with `file-subdir-of-p' after
1886 creating dir.
1887 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
1888 to `file-equal-p'.
96b49301 1889
44e97401
GM
18902012-02-28 Glenn Morris <rgm@gnu.org>
1891
1892 * shell.el (shell-mode):
1893 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
1894 * play/landmark.el (landmark-font-lock-face-O):
1895 * play/handwrite.el (handwrite):
1896 * play/gomoku.el (gomoku-O):
1897 * net/browse-url.el (browse-url-browser-display):
1898 * international/mule.el (define-charset):
1899 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
1900 * filesets.el (filesets-find-file-delay):
1901 * eshell/em-xtra.el (eshell-xtra):
1902 * eshell/em-unix.el (eshell-grep):
1903 * emulation/viper.el (viper-mode):
1904 * emacs-lisp/regexp-opt.el (regexp-opt-group):
1905 * emacs-lisp/easymenu.el (easy-menu-define):
1906 * calendar/timeclock.el (timeclock-use-display-time):
1907 * bs.el (bs-mode):
1908 * bookmark.el (bookmark-save-flag):
1909 Doc fix (standardize possessive apostrophe usage).
1910
c98c6276
CY
19112012-02-27 Chong Yidong <cyd@gnu.org>
1912
bf7f9bc5
JB
1913 * emulation/viper-cmd.el (viper-intercept-ESC-key):
1914 Fix key-binding lookup for ESC key (Bug#9146).
ecf5f74e 1915
c98c6276
CY
1916 * font-lock.el (font-lock-specified-p): Rename from
1917 font-lock-spec-present. Callers changed.
1918
9c62cd04 19192012-02-27 Daniel Hackney <dan@haxney.org>
8ac9e529 1920
bf7f9bc5
JB
1921 * emacs-lisp/package.el (package-compute-transaction):
1922 Handle holding a package version to t in package-load-list.
8ac9e529 1923
530739c9
MA
19242012-02-26 Michael Albinus <michael.albinus@gmx.de>
1925
1926 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
1927 (tramp-get-inode, tramp-get-device): Use cached values.
1928
487915d7
AM
19292012-02-26 Alan Mackenzie <acm@muc.de>
1930
1931 Check there is a font-lock specification before doing initial
1932 fontification.
1933
1934 * font-core.el (font-lock-mode): Move the conditional from
1935 :after-hook to font-lock-initial-fontify.
1936 (font-lock-default-function): Move the check for a specification
1937 to font-lock-spec-present.
1938
dc9924b8 1939 * font-lock.el (font-lock-initial-fontify): Call ...
487915d7
AM
1940 (font-lock-spec-present): New function.
1941
4fd96557
JB
19422012-02-26 Jim Blandy <jimb@red-bean.com>
1943
1944 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
1945 (gdb-send): Apply it to the operand of the '-interpreter-exec
1946 console' command, so that we can pass arguments with (say) quotes
1947 in them. Store exact string sent in gdb-debug-log (Bug#10765).
1948
9a4888c0
CY
19492012-02-26 Chong Yidong <cyd@gnu.org>
1950
07498861
CY
1951 * help-fns.el (describe-function-1): Clarify description of
1952 remapping (Bug#10844).
1953
9a4888c0
CY
1954 * files.el (files-equal-p): Doc fix.
1955 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
1956 and quit the loop once a mismatch is found.
1957
ea8fb88d
JB
19582012-02-25 Juanma Barranquero <lekktu@gmail.com>
1959
1960 * bs.el (bs--show-with-configuration): Don't throw an error
1961 if the window cannot be split; otherwise, subsequent calls to
1962 bs-show fail, restoring a stale window config. (Bug#10882)
1963
525795c1
JD
19642012-02-25 Jan Djärv <jan.h.d@swipnet.se>
1965
1966 * term/ns-win.el (global-map): Bind ns-drag-file to
1967 ns-find-file (Bug#5855, Bug#10050).
1968
f008086f
AS
19692012-02-25 Andreas Schwab <schwab@linux-m68k.org>
1970
1971 * calendar/parse-time.el (parse-time-string): Allow extractor to
1972 return nil.
1973
a3fcfa99
MA
19742012-02-25 Michael Albinus <michael.albinus@gmx.de>
1975
91027d08
JB
1976 * net/tramp.el (tramp-file-name-for-operation):
1977 Add `files-equal-p' and `file-subdir-of-p'.
a3fcfa99
MA
1978
1979 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
91027d08
JB
1980 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
1981 Add COPY-CONTENTS argument.
a3fcfa99 1982
67b0de11
CY
19832012-02-25 Chong Yidong <cyd@gnu.org>
1984
1985 Add custom groups for VC backends, for consistency with vc-bzr.
1986
1987 * vc/vc-arch.el (vc-arch):
1988 * vc/vc-cvs.el (vc-cvs):
1989 * vc/vc-git.el (vc-git):
1990 * vc/vc-hg.el (vc-hg):
1991 * vc/vc-mtn.el (vc-mtn):
1992 * vc/vc-rcs.el (vc-rcs):
1993 * vc/vc-sccs.el (vc-sccs):
1994 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
1995 All relevant defcustoms reassigned.
1996
3c9dfce6
CY
19972012-02-25 Chong Yidong <cyd@gnu.org>
1998
1339bf43
CY
1999 * newcomment.el (comment-styles): Add autoload (Bug#10868).
2000
3c9dfce6
CY
2001 * term/x-win.el (x-initialize-window-system): Reduce default for
2002 x-selection-timeout to 5 seconds (Bug#8869).
2003
25b2e303 20042012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2005
ec70a47d
GM
2006 * files.el (files-equal-p, file-subdir-of-p): New functions.
2007 (copy-directory): Error when trying to copy a directory on itself.
25b2e303 2008 Add missing copy-contents arg to tramp handler.
ec70a47d
GM
2009 * dired-aux.el (dired-copy-file-recursive): Same.
2010 (dired-create-files): Modify destination when source is equal to
2011 dest when copying files.
53a46cd0 2012 Return also when dest is a subdir of source. (Bug#10489)
25b2e303 2013
914260cd
MA
20142012-02-24 Michael Albinus <michael.albinus@gmx.de>
2015
2016 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
2017 (Bug#10874)
2018
2cb228f7
AM
20192012-02-23 Alan Mackenzie <acm@muc.de>
2020
2021 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
2022 parameter "after-hook:" to allow the expansion to run code after
2023 the execution of the mode hooks.
2024
2025 * font-lock.el (font-lock-initial-fontify): New function extracted
91027d08 2026 from font-lock-mode-internal.
2cb228f7 2027
91027d08 2028 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
2cb228f7
AM
2029 :after-hook.
2030
8f0fde21
SM
20312012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
2032
3e88618b
SM
2033 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
2034 (completion--cache-all-sorted-completions): New function.
2035 (completion-all-sorted-completions): Use it.
2036 (completion--do-completion, minibuffer-force-complete):
2037 Use it to re-instate the flush hook.
2038
8f0fde21
SM
2039 * icomplete.el (icomplete-completions): Replace last fix with a better
2040 one (bug#10850).
2041
8e911f6f
DG
20422012-02-23 Dmitry Gutov <dgutov@yandex.ru>
2043
2044 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
2045 when it might call us back infinitely (bug#10797).
2046
49fe4321
GM
20472012-02-23 Glenn Morris <rgm@gnu.org>
2048
2049 * minibuffer.el (completion-category-overrides): Doc fix.
2050
b291b572
SM
20512012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
2052
2053 * minibuffer.el (completion-table-with-context): Fix inf-loop.
2054 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
2055
31a9ef2e
GM
20562012-02-23 Glenn Morris <rgm@gnu.org>
2057
5e6e6794 2058 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
31a9ef2e
GM
2059 (authors-obsolete-files-regexps, authors-ignored-files)
2060 (authors-ambiguous-files, authors-renamed-files-alist):
2061 Add more entries.
2062
0bd1e074
JL
20632012-02-23 Juri Linkov <juri@jurta.org>
2064
2065 * isearch.el (isearch-occur): Sync interactive spec with occur's
2066 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
2067
b617673c
JL
2068 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
2069
19e9789e
JL
20702012-02-22 Juri Linkov <juri@jurta.org>
2071
2072 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
2073 (ucs-insert): Doc fix. Check for hex digits in the string.
2074 Don't display `nil' in the error message. (Bug#10857)
2075
f41ce09d
AM
20762012-02-22 Alan Mackenzie <acm@muc.de>
2077
7a71b18d 2078 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
f41ce09d 2079
ac2eceee
GM
20802012-02-22 Glenn Morris <rgm@gnu.org>
2081
2082 * ffap.el (ffap-c-path):
2083 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
2084
abd1f678
CY
20852012-02-22 Chong Yidong <cyd@gnu.org>
2086
2087 * custom.el (load-theme): Doc fix.
2088
f25aef2e
GM
20892012-02-22 Glenn Morris <rgm@gnu.org>
2090
2091 * dired-x.el (dired-guess-shell-alist-default):
2092 Remove escape sequences from nroff output. (Bug#172)
2093
5f8dc2ca
GM
20942012-02-21 Glenn Morris <rgm@gnu.org>
2095
6ff86ec4
GM
2096 * vc/emerge.el (emerge-defvar-local):
2097 Set `permanent-local' property rather than unused `preserved'.
2098
be3223a3 2099 * textmodes/picture.el (picture-delete-char): New alias.
5f8dc2ca
GM
2100 (picture-mode-map): Use it. (Bug#10860)
2101 (picture-mode): Doc fix.
2102
3fe58f4f
JB
21032012-02-21 Juanma Barranquero <lekktu@gmail.com>
2104
2105 * newcomment.el (uncomment-region-default): Remove unused binding.
2106
f9a998c3
GM
21072012-02-21 Glenn Morris <rgm@gnu.org>
2108
2109 * textmodes/picture.el (picture-motion, picture-motion-reverse)
2110 (picture-self-insert, picture-tab-chars): Doc fix.
2111 (picture-mode-map): Fix C-a, C-e.
2112
c6029348
GM
21132012-02-20 Glenn Morris <rgm@gnu.org>
2114
2115 * emacs-lisp/authors.el (authors-aliases): Add another entry.
2116
ab1ce9d7
LL
21172012-02-20 Leo Liu <sdl.web@gmail.com>
2118
2119 * icomplete.el (icomplete-completions): Check FROM arg before
2120 passing to substring (Bug#10850).
2121
0fd40f89
CY
21222012-02-19 Chong Yidong <cyd@gnu.org>
2123
2124 * comint.el: Require ansi-color.
2125 (comint-output-filter-functions): Add ansi-color-process-output.
2126
2127 * ansi-color.el: Don't set comint-output-filter-functions; it is
2128 now in the initial value defined in comint.el.
2129 (ansi-color-apply-face-function): New variable.
2130 (ansi-color-apply-on-region): Use it.
2131 (ansi-color-apply-overlay-face): New function.
2132
2133 * shell.el (shell): No need to require ansi-color.
2134 (shell-mode): Use ansi-color-apply-face-function to highlight
2135 color escapes using font-lock-face property (Bug#10835).
2136
20af2394
CY
21372012-02-19 Chong Yidong <cyd@gnu.org>
2138
2139 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
2140 mode-line formats (Bug#10839).
2141
e23a3fbe
GM
21422012-02-18 Glenn Morris <rgm@gnu.org>
2143
b474519e
GM
2144 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
2145
2146 * mail/undigest.el (unforward-rmail-message): Doc fix.
2147
e23a3fbe
GM
2148 * saveplace.el (save-place-ignore-files-regexp): Add :version.
2149
57939ff4
EZ
21502012-02-18 Eli Zaretskii <eliz@gnu.org>
2151
2152 * international/characters.el (script-list): Sync with the latest
2153 Unicode Character Database.
2154
0c23686e
AS
21552012-02-18 Andreas Schwab <schwab@linux-m68k.org>
2156
2157 * international/titdic-cnv.el: Remove duplicate coding tag.
2158 * language/cham.el: Likewise.
2159 * language/tai-viet.el: Likewise.
2160
6818b449
GM
21612012-02-18 Glenn Morris <rgm@gnu.org>
2162
2163 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
2164 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
2165 (calendar-bahai-all-holidays-flag, calendar-other-dates):
2166 * calendar/diary-lib.el (diary-abbreviated-year-flag):
2167 * calendar/holidays.el (holiday-bahai-holidays)
2168 (calendar-holidays, list-holidays):
2169 Use utf-8 Bahá'í in doc-strings, menus, etc.
2170
0311a3fc
TH
21712012-02-17 Tassilo Horn <tassilo@member.fsf.org>
2172
2173 * saveplace.el (save-place-ignore-files-regexp): New variable
2174 allowing for excluding files from saving their location of point.
2175 The default value matches the temporary commit message editing
2176 files from Git, SVN, Bazaar, and Mercurial.
2177 (save-place-to-alist): Use it.
2178
eb864a71
LM
21792012-02-17 Lawrence Mitchell <wence@gmx.li>
2180 Stefan Monnier <monnier@iro.umontreal.ca>
2181
2182 * newcomment.el (uncomment-region-default): Don't leave extra space
2183 when an arg is provided (bug#8150).
2184
ee0ce425
TZ
21852012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
2186
eb864a71 2187 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
ee0ce425 2188
95ddf442
GM
21892012-02-17 Glenn Morris <rgm@gnu.org>
2190
2191 * net/socks.el: Require network-stream. (Bug#10599)
2192
48dd1e39 21932012-02-17 Kenichi Handa <handa@m17n.org>
c406be43
KH
2194
2195 * international/charprop.el:
2196 * international/uni-name.el:
2197 * international/uni-old-name.el:
2198 * international/uni-comment.el: Regenerate.
2199
d68cd087
GM
22002012-02-16 Glenn Morris <rgm@gnu.org>
2201
2202 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
2203 Interactively in calendar buffer, give an error if not on a date.
2204
13932042
GM
22052012-02-15 Glenn Morris <rgm@gnu.org>
2206
2207 * shell.el (shell-delimiter-argument-list):
2208 Revert 2011-02-17 change. (Bug#8027)
2209
c3a70e2b
CY
22102012-02-15 Chong Yidong <cyd@gnu.org>
2211
60236b0d
CY
2212 * minibuffer.el (completion-at-point-functions): Doc fix.
2213
c3a70e2b
CY
2214 * custom.el (defcustom): Doc fix; note use of defvar.
2215
9f26dc24
GM
22162012-02-15 Glenn Morris <rgm@gnu.org>
2217
2218 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
2219 Doc fixes.
2220
6546b134
GM
22212012-02-14 Glenn Morris <rgm@gnu.org>
2222
2223 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
2224
d29b2b4c
LI
22252012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
2226
2227 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
2228 way the ports list is computed.
835bdcba
LI
2229 (smtpmail-query-smtp-server): Prompt the user for a port number if
2230 we can't connect to any of the standard ports (bug#10810).
d29b2b4c 2231
08dcdbc9
TZ
22322012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
2233
2234 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
2235
2605051a
GM
22362012-02-13 Glenn Morris <rgm@gnu.org>
2237
2238 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
2239
7ee99f32
TZ
22402012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
2241
2242 * net/gnutls.el (gnutls-trustfiles): New variable.
2243 (gnutls-negotiate): Use it.
2244
5f0af64f
LI
22452012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
2246
2247 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
2248 does its stuff if Gnus is running.
2249
c14fcc95
AM
22502012-02-13 Alan Mackenzie <acm@muc.de>
2251
2252 Fix a loop in c-set-fl-decl-start.
2253
7a71b18d 2254 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
c14fcc95
AM
2255 c-backward-syntactic-ws actually moves backwards.
2256
142b4d90
LL
22572012-02-13 Leo Liu <sdl.web@gmail.com>
2258
2259 * net/rcirc.el (rcirc-markup-attributes): Move point to the
2260 beginning so that all \C-o chars are removed.
2261
fa9958a6
TZ
22622012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
2263
dc9924b8 2264 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
fa9958a6 2265
0bc5886a
AM
22662012-02-12 Alan Mackenzie <acm@muc.de>
2267
2268 Fix infinite loop with long macros.
4d6769e1 2269 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
0bc5886a 2270
d4bd55e7
CY
22712012-02-12 Chong Yidong <cyd@gnu.org>
2272
2273 * window.el (display-buffer): Doc fix (Bug#10785).
2274
66f3fe22
GM
22752012-02-12 Glenn Morris <rgm@gnu.org>
2276
bd7da63e
GM
2277 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
2278 (x-disown-selection-internal, x-get-selection-internal):
2279 Sync docs with the xselect.c versions.
2280
66f3fe22
GM
2281 * allout-widgets.el: Add missing license notice.
2282
3e0d2fa7
GM
22832012-02-11 Glenn Morris <rgm@gnu.org>
2284
cfecdf09
GM
2285 * select.el (x-get-selection-internal, x-own-selection-internal)
2286 (x-disown-selection-internal):
2287 * x-dnd.el (x-get-selection-internal): Update declarations.
2288
6d216d7f
GM
2289 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
2290
2bed3f04
GM
2291 * window.el (window-sides-slots):
2292 * tool-bar.el (tool-bar-position):
2293 * term/xterm.el (xterm-extra-capabilities):
2294 * ses.el (ses-self-reference-early-detection):
2295 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
2296 (verilog-auto-wire-type)
2297 (verilog-auto-delete-trailing-whitespace)
2298 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
2299 (verilog-auto-tieoff-declaration):
2300 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
2301 (sql-oracle-statement-starters, sql-oracle-scan-on):
2302 * progmodes/prolog.el (prolog-align-comments-flag)
2303 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
2304 (prolog-left-indent-regexp, prolog-paren-indent-p)
2305 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
2306 (prolog-types, prolog-mode-specificators)
2307 (prolog-determinism-specificators, prolog-directives)
2308 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
2309 (prolog-electric-dot-flag)
2310 (prolog-electric-dot-full-predicate-template)
2311 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
2312 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
2313 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
2314 (prolog-program-switches, prolog-prompt-regexp)
2315 (prolog-debug-on-string, prolog-debug-off-string)
2316 (prolog-trace-on-string, prolog-trace-off-string)
2317 (prolog-zip-on-string, prolog-zip-off-string)
2318 (prolog-use-standard-consult-compile-method-flag)
2319 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
2320 (prolog-imenu-max-lines, prolog-info-predicate-index)
2321 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
2322 (prolog-char-quote-workaround):
2323 * progmodes/cc-vars.el (c-defun-tactic):
2324 * net/tramp.el (tramp-encoding-command-interactive)
2325 (tramp-local-end-of-line):
2326 * net/soap-client.el (soap-client):
2327 * net/netrc.el (netrc-file):
2328 * net/gnutls.el (gnutls):
2329 * minibuffer.el (completion-category-overrides)
2330 (completion-cycle-threshold)
2331 (completion-pcm-complete-word-inserts-delimiters):
2332 * man.el (Man-name-local-regexp):
2333 * mail/feedmail.el (feedmail-display-full-frame):
2334 * international/characters.el (glyphless-char-display-control):
2335 * eshell/em-ls.el (eshell-ls-date-format):
2336 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
2337 (lisp-lambda-list-keyword-parameter-indentation)
2338 (lisp-lambda-list-keyword-parameter-alignment):
2339 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
2340 * dired-x.el (dired-omit-verbose):
2341 * cus-theme.el (custom-theme-allow-multiple-selections):
2342 * calc/calc.el (calc-highlight-selections-with-faces)
2343 (calc-lu-field-reference, calc-lu-power-reference)
2344 (calc-note-threshold):
2345 * battery.el (battery-mode-line-limit):
2346 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
2347 (archive-7z-update):
2348 * allout.el (allout-prefixed-keybindings)
2349 (allout-unprefixed-keybindings)
2350 (allout-inhibit-auto-fill-on-headline)
2351 (allout-flattened-numbering-abbreviation):
2352 * allout-widgets.el (allout-widgets-auto-activation)
2353 (allout-widgets-icons-dark-subdir)
2354 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
2355 (allout-widgets-theme-dark-background)
2356 (allout-widgets-theme-light-background)
2357 (allout-widgets-item-image-properties-emacs)
2358 (allout-widgets-item-image-properties-xemacs)
2359 (allout-widgets-run-unit-tests-on-load)
2360 (allout-widgets-time-decoration-activity)
2361 (allout-widgets-hook-error-post-time)
2362 (allout-widgets-track-decoration):
2363 Add missing :version tags to new defcustoms and defgroups.
2364
5fec1b8e
GM
2365 * progmodes/sql.el (sql-ansi-statement-starters)
2366 (sql-oracle-statement-starters): Add custom type.
2367
3e0d2fa7
GM
2368 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
2369 (prolog-system-version): Give it a type.
2370
90b671e2
EZ
23712012-02-11 Eli Zaretskii <eliz@gnu.org>
2372
2373 * term/pc-win.el (x-select-text, x-selection-owner-p)
2374 (x-own-selection-internal, x-disown-selection-internal)
2375 (x-get-selection-internal): Sync doc strings and argument lists
2376 with xselect.c, common-win.el and x-win.el. (Bug#10783)
2377
5eac0c02
LL
23782012-02-11 Leo Liu <sdl.web@gmail.com>
2379
2380 * progmodes/python.el (python-end-of-statement): Fix infinite
2381 loop. (Bug#10788)
2382
f82cb659
GM
23832012-02-10 Glenn Morris <rgm@gnu.org>
2384
2385 * international/mule-cmds.el (unify-8859-on-encoding-mode)
2386 (unify-8859-on-decoding-mode): Properly mark as obsolete.
2387
cc26d239
LI
23882012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
2389
2390 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
2391 about SMTP before checking the From header.
2392
91027d08 2393 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
cc26d239
LI
2394 into own function for reuse by emacsbug.el.
2395
1be3ca5a
LL
23962012-02-10 Leo Liu <sdl.web@gmail.com>
2397
2398 * subr.el (condition-case-unless-debug): Rename from
2399 condition-case-no-debug. All callers changed.
2400 (with-demoted-errors): Fix caller.
2401
2402 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
2403 * nxml/rng-valid.el (rng-do-some-validation):
2404 * emacs-lisp/package.el (package-refresh-contents)
2405 (package-menu-execute):
2406 * desktop.el (desktop-create-buffer):
91027d08 2407 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1be3ca5a 2408
b011fbfe
GM
24092012-02-10 Glenn Morris <rgm@gnu.org>
2410
b2096d72
GM
2411 * textmodes/bibtex.el:
2412 Add missing :version tags for new/changed defcustoms.
2413
b011fbfe
GM
2414 * files.el (remote-file-name-inhibit-cache): Doc fixes.
2415
4c7e65bf
LI
24162012-02-09 Lars Ingebrigtsen <larsi@rusty>
2417
2418 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
2419 (smtpmail-via-smtp): Use it, or fall back on the From address.
2420 (smtpmail-send-it): Ditto.
2421
f3934f6f
SM
24222012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
2423
2424 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
2425 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
2426 (byte-compile-tmp-var): New const.
2427 (byte-compile-defvar): Use it to minimize .elc size.
2428 Just use `defvar' rather than simulate it (bug#10761).
2429
a075a2c5
GM
24302012-02-09 Glenn Morris <rgm@gnu.org>
2431
cf3aa21b
GM
2432 * files.el (rename-uniquely): Doc fix. (Bug#3806)
2433
354998cd
GM
2434 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
2435 Add :version tags.
2436
dc9924b8
SM
2437 * progmodes/compile.el (compilation-error-screen-columns)
2438 (compilation-first-column, compilation-filter-start): Doc fixes.
83274125 2439
dab3703d
GM
2440 * vc/log-view.el (log-view-toggle-entry-display):
2441 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
2442
3f88cd72
GM
2443 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
2444 (report-emacs-bug-can-use-xdg-email):
2445 (report-emacs-bug-insert-to-mailer): Doc fixes.
2446 (report-emacs-bug): Message fix.
2447
d95b247d
GM
2448 * net/browse-url.el (browse-url-can-use-xdg-open)
2449 (browse-url-xdg-open): Doc fixes.
2450
a075a2c5
GM
2451 * electric.el (electric-indent-mode, electric-pair-mode)
2452 (electric-layout-rules, electric-layout-mode): Doc fixes.
2453 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
2454
ffb6157e
MR
24552012-02-08 Martin Rudalics <rudalics@gmx.at>
2456
2457 * server.el (server-unselect-display): Don't inadvertently kill
2458 the current buffer. (Bug#10729)
2459
e1ac4066
GM
24602012-02-08 Glenn Morris <rgm@gnu.org>
2461
34e8a2da
GM
2462 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
2463 (sql-list-table): Doc fixes.
2464
b4ac6e8c
GM
2465 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
2466 Comment out (does nothing).
2467
e1ac4066
GM
2468 * completion.el (dynamic-completion-mode):
2469 * dirtrack.el (dirtrack-debug-mode):
2470 * electric.el (electric-layout-mode):
2471 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
2472 * face-remap.el (text-scale-mode, buffer-face-mode):
2473 * iimage.el (iimage-mode):
2474 * image-mode.el (image-transform-mode):
2475 * minibuffer.el (completion-in-region-mode):
2476 * scroll-lock.el (scroll-lock-mode):
2477 * simple.el (next-error-follow-minor-mode):
2478 * tar-mode.el (tar-subfile-mode):
2479 * tooltip.el (tooltip-mode):
2480 * vcursor.el (vcursor-use-vcursor-map):
2481 * wid-browse.el (widget-minor-mode):
2482 * emulation/tpu-edt.el (tpu-edt-mode):
2483 * emulation/tpu-extras.el (tpu-cursor-free-mode):
2484 * international/iso-ascii.el (iso-ascii-mode):
2485 * language/thai-util.el (thai-word-mode):
2486 * mail/supercite.el (sc-minor-mode):
2487 * net/goto-addr.el (goto-address-mode):
2488 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
2489 * progmodes/cwarn.el (cwarn-mode):
2490 * progmodes/flymake.el (flymake-mode):
2491 * progmodes/glasses.el (glasses-mode):
2492 * progmodes/hideshow.el (hs-minor-mode):
2493 * progmodes/pascal.el (pascal-outline-mode):
2494 * textmodes/enriched.el (enriched-mode):
2495 * vc/smerge-mode.el (smerge-mode):
2496 Doc fixes (minor mode argument).
2497
5e0d957f
EZ
24982012-02-07 Eli Zaretskii <eliz@gnu.org>
2499
2500 * ls-lisp.el (ls-lisp-sanitize): New function.
2501 (ls-lisp-insert-directory): Use it to fix or remove any elements
2502 in file-alist with missing attributes. (Bug#4673)
2503
98d7371e
AM
25042012-02-07 Alan Mackenzie <acm@muc.de>
2505
2506 Fix spurious recognition of c-in-knr-argdecl.
2507
2508 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
2509 putative K&R region.
2510
667ced3a
AM
25112012-02-07 Alan Mackenzie <acm@muc.de>
2512
eb864a71
LM
2513 * progmodes/cc-engine.el (c-forward-objc-directive):
2514 Prevent looping in "#pragma mark @implementation".
667ced3a 2515
5b77774d
MA
25162012-02-07 Michael Albinus <michael.albinus@gmx.de>
2517
2518 * notifications.el (notifications-on-closed-signal): Make `reason'
2519 optional. (Bug#10744)
2520
af008560
GM
25212012-02-07 Glenn Morris <rgm@gnu.org>
2522
60d47423
GM
2523 * emacs-lisp/easy-mmode.el (define-minor-mode):
2524 Doc fixes for the macro and the mode it defines.
2525
dd605cc4
GM
2526 * image.el (imagemagick-types-inhibit): Doc fix.
2527
af008560
GM
2528 * cus-start.el (imagemagick-render-type): Add it.
2529
5cc59a37
LI
25302012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
2531
4d6769e1
JB
2532 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
2533 Set the default at load time, too, so that `font-lock-fontify-buffer'
2534 can be called without setting up the entire mode first. This fixes
2535 a bug in `mm-inline-text' with C MIME parts.
5cc59a37 2536
9a6dd747
CY
25372012-02-06 Chong Yidong <cyd@gnu.org>
2538
2d16b285
CY
2539 * simple.el (list-processes--refresh): Delete exited processes
2540 (Bug#8094).
2541
171e9b6e
CY
2542 * comint.el (comint-next-prompt): next-single-char-property-change
2543 and prev-single-char-property-change never return nil (Bug#8657).
2544
9a6dd747
CY
2545 * custom.el (defcustom): Doc fix (Bug#9711).
2546
aa4589a7
CY
25472012-02-05 Chong Yidong <cyd@gnu.org>
2548
5c2a252f
CY
2549 * cus-edit.el (custom-variable-reset-backup): Quote the value
2550 before storing it in the customized-value property (Bug#6712).
4aab9006 2551 (custom-display): Add a customization type tag.
983b9602 2552 (custom-buffer-create-internal): Improve tooltip message.
5c2a252f 2553
aa4589a7
CY
2554 * wid-edit.el (widget-field-value-get): New optional arg to
2555 suppress trailing whitespace truncation.
2556 (character): Use it (Bug#2689).
2557
1ff980ae
AS
25582012-02-05 Andreas Schwab <schwab@linux-m68k.org>
2559
2560 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
2561 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
2562
03988c98
CY
25632012-02-05 Chong Yidong <cyd@gnu.org>
2564
eeb6cc88
CY
2565 * cus-edit.el (custom-variable-value-create): For mismatched
2566 types, show the current value (Bug#7600).
2567
03988c98
CY
2568 * custom.el (defcustom): Doc fix.
2569
f8cdeef0
GM
25702012-02-05 Glenn Morris <rgm@gnu.org>
2571
2572 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
2573
0696d255
JB
25742012-02-05 Juanma Barranquero <lekktu@gmail.com>
2575
2576 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
2577 (pp-buffer): Use `ignore-errors', `looking-at-p'.
2578 (pp-last-sexp): Use `looking-at-p'.
2579
34c99998
GM
25802012-02-04 Glenn Morris <rgm@gnu.org>
2581
8f05da42
GM
2582 * files.el (revert-buffer):
2583 Doc fix (mention revert-buffer-in-progress-p).
2584
f160676e
GM
2585 * emacs-lisp/ert-x.el (ert-simulate-command):
2586 Check deferred-action-list (which is obsolete) is bound.
2587
c7291ad9
GM
2588 * subr.el (with-wrapper-hook): Doc fixes.
2589
34c99998
GM
2590 * simple.el (filter-buffer-substring-functions)
2591 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
2592
6283a7d3
LL
25932012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
2594
2595 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
2596 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
2597
e96e3013
LL
25982012-02-04 Leo Liu <sdl.web@gmail.com>
2599
2600 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
2601
8ded50f2
GM
26022012-02-04 Glenn Morris <rgm@gnu.org>
2603
82ff1d13
GM
2604 * image.el (image-extension-data): Add obsolete alias.
2605
987a0a16
GM
2606 * isearch.el (isearch-update): Doc fix.
2607
ea32ef46
GM
2608 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
2609
8ded50f2
GM
2610 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
2611
eea14f31
GM
26122012-02-03 Glenn Morris <rgm@gnu.org>
2613
2614 * image.el (image-animated-p): Doc fix. Use image-animated-types.
2615 (image-animate-timeout): Doc fix.
2616
2617 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
2618
12f381b7
GM
26192012-02-02 Glenn Morris <rgm@gnu.org>
2620
953cebf5
GM
2621 * server.el (server-auth-dir): Doc fix.
2622 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
2623
12f381b7
GM
2624 * subr.el (run-mode-hooks): Doc fix.
2625
953a8c3b
JL
26262012-02-02 Juri Linkov <juri@jurta.org>
2627
2628 * image-mode.el (image-toggle-display-image): Remove tautological
2629 `major-mode' from the `derived-mode-p' test.
2630
c5d3843c
KH
26312012-02-02 Kenichi Handa <handa@m17n.org>
2632
9f6e692e 2633 * composite.el (compose-region): Cancel previous change.
c5d3843c 2634
159462d4 26352012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
2636
2637 * composite.el (compose-region, compose-string): Signal error for
2638 a null string component (Bug#6988).
2639
9f562668
CY
26402012-02-01 Chong Yidong <cyd@gnu.org>
2641
e2cef717
CY
2642 * view.el (view-buffer-other-window, view-buffer-other-frame):
2643 Handle special modes like view-buffer (Bug#10650).
2644 (view-buffer): Simplify.
2645
9f562668
CY
2646 * frame.el (set-frame-font): Tweak meaning of third argument.
2647
9f6e692e
JB
2648 * dynamic-setting.el (font-setting-change-default-font):
2649 Use set-frame-font (Bug#9982).
9f562668 2650
781acb9f
GM
26512012-02-01 Glenn Morris <rgm@gnu.org>
2652
6035be52
GM
2653 * progmodes/compile.el (compilation-internal-error-properties):
2654 Respect compilation-first-column in the "*compilation*" buffer.
2655
781acb9f
GM
2656 * emacs-lisp/easy-mmode.el (define-minor-mode):
2657 Relax :variable's test for a named function.
2658
abbceb00
AM
26592012-01-31 Alan Mackenzie <acm@muc.de>
2660
2661 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
2662 off by one error.
2663
fce3fdeb
CY
26642012-01-31 Chong Yidong <cyd@gnu.org>
2665
2666 * frame.el (set-frame-font): New arg ALL-FRAMES.
2667
2668 * menu-bar.el (menu-set-font): Use set-frame-font.
2669
2670 * faces.el (face-spec-reset-face): Don't apply unspecified
2671 attribute values to the default face.
2672
47893581
JB
26732012-01-31 Juanma Barranquero <lekktu@gmail.com>
2674
2675 * progmodes/cwarn.el (cwarn): Remove dead link.
2676 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
2677 Remove * from defcustom docstrings.
2678 (turn-on-cwarn-mode): Make obsolete.
2679 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
2680 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
2681
e58e988a
GM
26822012-01-31 Glenn Morris <rgm@gnu.org>
2683
60dc2671 2684 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6c9b47ae 2685 Fix :variable handling of mode a symbol not equal to modefun.
60dc2671 2686 Allow named functions to be used as the cdr of :variable.
e58e988a 2687
7a3f511d
GM
26882012-01-30 Glenn Morris <rgm@gnu.org>
2689
2690 * emacs-lisp/authors.el (authors-fixed-entries):
2691 Remove reference to deleted file rnewspost.el.
2692
cb882333
JB
26932012-01-29 Juanma Barranquero <lekktu@gmail.com>
2694
2695 * window.el (window-with-parameter): Remove unused variable `windows'.
2696 (window--side-check): Remove unused variable `code'.
2697 (window--resize-siblings): Remove unused variable `first'.
2698 (adjust-window-trailing-edge): Remove unused variable `failed'.
2699 (window-deletable-p, window--delete): Remove unused variable `buffer'.
2700 Use `let', not `let*'.
2701 (balance-windows-2): Remove unused variable `found'.
2702 (window--state-put-2): Remove unused variable `splits'.
2703 (window-state-put): Remove unused variable `selected'.
2704 (same-window-p): Use `string-match-p'.
2705 (display-buffer-assq-regexp): Remove unused variable `value'.
2706 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
2707 Mark argument ALIST as ignored.
2708 (pop-to-buffer): Remove unused variable `old-window'.
2709
907201af
EZ
27102012-01-29 Eli Zaretskii <eliz@gnu.org>
2711
2712 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
2713 and .lzma compressed files.
2714
ea162670
CY
27152012-01-29 Chong Yidong <cyd@gnu.org>
2716
5b95ee8a
CY
2717 * frame.el (window-system-default-frame-alist): Doc fix.
2718
ea162670
CY
2719 * dynamic-setting.el (font-setting-change-default-font): Don't
2720 change the default face if SET-FONT argument is non-nil (Bug#9982).
2721
d6e6f4b1
SB
27222012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
2723
2724 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
2725
0f29fa41 27262012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
2727
2728 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
2729 breakpoints in files outside current directory (Bug#6098).
2730
db174434
CY
27312012-01-29 Chong Yidong <cyd@gnu.org>
2732
6b25e4e2
SE
2733 * progmodes/python.el: Require ansi-color at top-level.
2734
6df6ae42
JB
2735 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
2736 Define and use in Emacs Lisp mode (Bug#9360).
db174434
CY
2737 (lisp-mode-abbrev-table): Add doc.
2738 (lisp-mode-variables): Don't set local-abbrev-table.
2739 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
2740
e70ee681
RW
27412012-01-28 Roland Winkler <winkler@gnu.org>
2742
2743 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
2744
ace88aa2
RW
27452012-01-28 Roland Winkler <winkler@gnu.org>
2746
2747 * textmodes/bibtex.el (bibtex-entry-alist): New function.
2748 (bibtex-set-dialect): Use it. Either set global values of
2749 dialect-dependent variables or bind these variables buffer-locally
2750 (Bug#10254).
2751 (bibtex-mode): Call bibtex-set-dialect via
2752 hack-local-variables-hook.
eb864a71
LM
2753 (bibtex-dialect): Update docstring.
2754 Add safe-local-variable predicate.
ace88aa2
RW
2755 (bibtex-entry-alist, bibtex-field-alist): Initialize via
2756 bibtex-set-dialect.
2757 (bibtex-mode-map): Define menu for each dialect.
2758 (bibtex-entry): Fix docstring.
2759
93376c5b
CY
27602012-01-28 Chong Yidong <cyd@gnu.org>
2761
2762 * eshell/esh-arg.el (eshell-quote-argument): New function.
2763
2764 * eshell/esh-ext.el (eshell-invoke-batch-file):
2765 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
2766 first arg to eshell-parse-command (Bug#10523).
2767
4372494f
DA
27682012-01-28 Drew Adams <drew.adams@oracle.com>
2769
2770 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
2771 `default-directory' is non-nil.
2772
4d4ec1f8
EZ
27732012-01-28 Eli Zaretskii <eliz@gnu.org>
2774
2775 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
2776 line that displays system-configuration-options. (Bug#9924)
2777
7c188927
DA
27782012-01-28 Drew Adams <drew.adams@oracle.com>
2779
2780 * descr-text.el (describe-char): Show information about POS, in
2781 addition to information about the character at POS. Improve and
2782 update the doc string. Change "code point" to "code point in
2783 charset", to avoid confusion with the character's Unicode code
2784 point shown above that. (Bug#10129)
2785
e0da685a
EZ
27862012-01-28 Eli Zaretskii <eliz@gnu.org>
2787
2788 * descr-text.el (describe-char): Show the raw character, not only
2789 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
2790 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
2791 for the reasons.
2792
70550acf
PH
27932012-01-28 Phil Hagelberg <phil@hagelb.org>
2794
eb864a71
LM
2795 * emacs-lisp/package.el (package-install):
2796 Run package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 2797
0ce8e868
CY
27982012-01-28 Chong Yidong <cyd@gnu.org>
2799
cb882333
JB
2800 * emacs-lisp/package.el (package-maybe-load-descriptor):
2801 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
2802 (package-maybe-load-descriptor): Use it.
2803 (package-download-transaction): Fully load required packages
2804 inside the loop, so that `require' calls work (Bug#10593).
2805 (package-install): No need to call package-initialize now.
2806
2e7f3bea
CY
28072012-01-28 Chong Yidong <cyd@gnu.org>
2808
6e9bad14
CY
2809 * simple.el (deactivate-mark): Doc fix (Bug#8614).
2810
f823b8ca
CY
2811 * tooltip.el (tooltip-mode): Doc fix.
2812 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
2813
2680c309
CY
2814 * frame.el (set-cursor-color): Doc fix (Bug#352).
2815
d7a9e63b
CY
2816 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
2817 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
2818
2e7f3bea
CY
2819 * cus-edit.el (custom-buffer-create-internal): Fix search button
2820 action (Bug#10542).
2ae01800 2821 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 2822
fc4f7a23
EW
28232012-01-27 Eduard Wiebe <usenet@pusto.de>
2824
2825 * dired.el (dired-mark-files-regexp):
2826 Include any subdirectory components. (Bug#10445)
2827
7dd37071
ML
28282012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
2829
2830 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
2831 Handle [host]:port syntax. (Bug#10533)
2832
a268160b
AH
28332012-01-27 Alex Harsanyi <harsanyi@mac.com>
2834
2835 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
2836
e43273ef
GM
28372012-01-26 Glenn Morris <rgm@gnu.org>
2838
2839 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
2840 * term.el (term-raw-escape-map): Use Control-X-prefix.
2841 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
2842
1edf595d
MR
28432012-01-25 Martin Rudalics <rudalics@gmx.at>
2844
2845 * window.el (window-state-get, window--state-get-1): Don't deal
2846 with fixed-sizeness of windows. Simplify code.
2847
fa8eafef
JC
28482012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
2849
6df6ae42
JB
2850 * window.el (window--state-get-1, window--state-put-2):
2851 Don't save and restore the mark.
fa8eafef 2852
0b21c100
CY
28532012-01-25 Chong Yidong <cyd@gnu.org>
2854
2855 * custom.el (custom-variable-p): Doc fix.
2856
5ae1a6c8
GM
28572012-01-25 Glenn Morris <rgm@gnu.org>
2858
40047858
GM
2859 * dired.el (dired-goto-file): Handle some of the more common
2860 characters that `ls -b' escapes. (Bug#10596)
2861
5ddce96c
GM
2862 * progmodes/compile.el (compilation-next-error-function):
2863 Respect compilation-first-column in the "*compilation*" buffer.
2864 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
2865
5ae1a6c8
GM
2866 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
2867
b559f1a9
GM
28682012-01-24 Glenn Morris <rgm@gnu.org>
2869
2870 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
2871
6725d21a
JD
28722012-01-24 Julien Danjou <julien@danjou.info>
2873
2874 * color.el (color-rgb-to-hsl): Fix value computing.
2875 (color-hue-to-rgb): New function.
2876 (color-hsl-to-rgb): New function.
2877 (color-clamp, color-saturate-hsl, color-saturate-name)
2878 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
2879 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
2880
70df4bbe
GM
28812012-01-24 Glenn Morris <rgm@gnu.org>
2882
2883 * vc/vc-rcs.el (vc-rcs-create-tag):
2884 * vc/vc-sccs.el (vc-sccs-create-tag):
2885 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
2886
802a2ae2
ML
28872012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
2888
2889 * eshell/esh-util.el (eshell-read-hosts-file):
2890 Skip comment lines. (Bug#10549)
2891
d7128bb1
ML
2892 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
2893
d1a5c3b4
JB
28942012-01-23 Juanma Barranquero <lekktu@gmail.com>
2895
2724d9c7
JB
2896 * subr.el (display-delayed-warnings): Doc fix.
2897 (collapse-delayed-warnings): New function to collapse identical
2898 adjacent warnings.
2899 (delayed-warnings-hook): Add it.
d1a5c3b4 2900
a5509865
MA
29012012-01-22 Michael Albinus <michael.albinus@gmx.de>
2902
2903 * net/tramp.el (tramp-action-login): Set connection property "login-as".
2904
2905 * net/tramp-cache.el (tramp-dump-connection-properties): Do not dump
2906 properties, when "login-as" is set.
2907
2908 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
2909 (tramp-default-user-alist): Don't add "pscp".
2910 (tramp-do-copy-or-rename-file-out-of-band): Use connection
2911 property "login-as", if set. (Bug#10530)
2912
cc6d5805
MA
29132012-01-21 Michael Albinus <michael.albinus@gmx.de>
2914
2915 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
2916 "plink1" and "psftp". (Bug#10530)
2917
29182012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
2919
2920 * international/mule-cmds.el (prefer-coding-system): Show a
2921 warning message if the default value of file-name-coding-system
2922 was not changed.
2923
f0960428
JC
29242012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
2925
cb882333
JB
2926 * windmove.el (windmove-reference-loc):
2927 Fix windmove-reference-loc miscalculation.
f0960428 2928
dd6f2a63
JB
29292012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
2930
2931 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
2932 default unit.
2933
7b447e9b
GM
29342012-01-21 Glenn Morris <rgm@gnu.org>
2935
117a9ea1
GM
2936 * international/mule.el (auto-coding-alist): Add .tbz.
2937
7b447e9b
GM
2938 * files.el (local-enable-local-variables): Doc fix.
2939 (inhibit-local-variables-regexps): Rename from
2940 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
2941 Doc fix. Add some extensions from auto-coding-alist.
2942 (inhibit-local-variables-suffixes):
2943 Rename from inhibit-first-line-modes-suffixes. Doc fix.
2944 (inhibit-local-variables-p):
2945 New function, extracted from set-auto-mode-1.
2946 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
2947 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
2948 (hack-local-variables): Doc fix. Make the mode-only case
2949 respect enable-local-variables and friends.
2950 Respect inhibit-local-variables-regexps for file-locals, but
2951 not for directory-locals.
2952 (set-visited-file-name):
2953 Take account of inhibit-local-variables-regexps.
2954 Whether it applies may change as the file name is changed.
2955 * jka-cmpr-hook.el (jka-compr-install):
2956 * jka-compr.el (jka-compr-uninstall):
2957 Update for inhibit-first-line-modes-suffixes name change.
2958
dd6e3cdd
MR
29592012-01-20 Martin Rudalics <rudalics@gmx.at>
2960
2961 * help-macro.el (make-help-screen): Temporarily restore original
2962 binding for minor-mode-map-alist (Bug#10454).
2963
0d0deb38
JD
29642012-01-19 Julien Danjou <julien@danjou.info>
2965
2966 * color.el (color-name-to-rgb): Use the white color to find the max
2967 color component value and return correctly computed values.
2968 (color-name-to-rgb): Add missing float conversion for max value.
2969
34a02f46
MR
29702012-01-19 Martin Rudalics <rudalics@gmx.at>
2971
2972 * window.el (window--state-get-1, window-state-get): Do not use
eb864a71
LM
2973 special state value for window-persistent-parameters.
2974 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
34a02f46
MR
2975 (window--state-put-2): Reset all window parameters to nil before
2976 assigning values of persistent parameters.
2977
606c44c4
AM
29782012-01-18 Alan Mackenzie <acm@muc.de>
2979
2980 Eliminate sluggishness and hangs in fontification of "semicolon
2981 deserts".
2982
cb882333
JB
2983 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
2984 Change value 10000 -> 3000.
606c44c4
AM
2985 (c-state-safe-place): Reformulate so it doesn't stack up an
2986 infinite number of wrong entries in c-state-nonlit-pos-cache.
2987 (c-determine-limit-get-base, c-determine-limit): New functions to
2988 determine backward search limits disregarding literals.
2989 (c-find-decl-spots): Amend commenting.
2990 (c-cheap-inside-bracelist-p): New function which detects "={".
2991
2992 * progmodes/cc-fonts.el
2993 (c-make-font-lock-BO-decl-search-function): Give a limit to a
2994 backward search.
2995 (c-font-lock-declarations): Fix an occurrence of point being
2996 undefined. Check additionally for point being in a bracelist or
2997 near a macro invocation without a semicolon so as to avoid a
2998 fruitless time consuming search for a declarator. Give a more
2999 precise search limit for declarators using the new
3000 c-determine-limit.
3001
f3860cea
GM
30022012-01-18 Glenn Morris <rgm@gnu.org>
3003
3004 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
3005 (set-auto-mode): Doc fixes.
3006
1db03b16
GM
30072012-01-17 Glenn Morris <rgm@gnu.org>
3008
0e6038be
GM
3009 * isearch.el (search-nonincremental-instead): Fix doc typo.
3010
1db03b16
GM
3011 * dired.el (dired-insert-directory): Handle newlines in directory name.
3012 (dired-build-subdir-alist): Unescape newlines in directory name.
3013
4cb0aa75
MA
30142012-01-17 Michael Albinus <michael.albinus@gmx.de>
3015
3016 * net/tramp.el (tramp-local-end-of-line): New defcustom.
3017 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
3018 (tramp-action-terminal): Use it. (Bug#10530)
3019
1d00653d
SM
30202012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
3021
3022 * minibuffer.el (completion--replace): Strip properties (bug#10062).
3023
6a6ee00d
MR
30242012-01-16 Martin Rudalics <rudalics@gmx.at>
3025
3026 * window.el (window-state-ignored-parameters): Remove variable.
3027 (window--state-get-1): Rename argument MARKERS to IGNORE.
3028 Handle persistent window parameters. Make copy of clone-of
3029 parameter only if requested. (Bug#10348)
3030 (window--state-put-2): Install a window parameter only if it has
3031 a non-nil value or an existing parameter shall be overwritten.
3032
97912def
MA
30332012-01-15 Michael Albinus <michael.albinus@gmx.de>
3034
3035 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
3036
688070a5
EZ
30372012-01-14 Eli Zaretskii <eliz@gnu.org>
3038
3039 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
3040 don't pass the (nil) value of `upnode' to string-match.
3041
301afadc
CY
30422012-01-14 Chong Yidong <cyd@gnu.org>
3043
3044 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 3045 Fix values recognized by the cursorBlink resource.
301afadc 3046
9e5788aa
PE
30472012-01-14 Paul Eggert <eggert@cs.ucla.edu>
3048
3049 * epg.el (epg--make-temp-file): Avoid permission race condition
3050 when running on old Emacs versions (bug#10403).
3051
3cdb7f5a
GM
30522012-01-14 Glenn Morris <rgm@gnu.org>
3053
3054 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
3055
8c82b1b4
AM
30562012-01-13 Alan Mackenzie <acm@muc.de>
3057
3058 Fix filling for when filladapt mode is enabled.
3059
3060 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
3061 c-mask-paragraph, pass in `fill-paragraph' rather than
3062 `fill-region-as-paragraph'. (This is a reversion of a previous
3063 change.)
eb864a71
LM
3064 * progmodes/cc-mode.el (c-basic-common-init):
3065 Make fill-paragraph-handle-comment buffer local and set it to nil.
8c82b1b4 3066
e517eda4
GM
30672012-01-13 Glenn Morris <rgm@gnu.org>
3068
1498536e
GM
3069 * dired.el (dired-switches-escape-p): New function.
3070 (dired-insert-directory): Use dired-switches-escape-p.
3071 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
3072
e517eda4
GM
3073 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
3074
328f984d
GM
30752012-01-12 Glenn Morris <rgm@gnu.org>
3076
3077 * mail/sendmail.el (mail-mode): Update paragraph-separate for
3078 changes in adaptive-fill-regexp. (Bug#10276)
3079
2cc769a8
AM
30802012-01-11 Alan Mackenzie <acm@muc.de>
3081
3082 Fix Emacs bug #10463 - put `widen's around the critical spots.
3083
1d00653d 3084 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
3085 widen around each invocation of c-state-pp-to-literal. Remove an
3086 unused let variable.
3087
e52c37fa
GM
30882012-01-11 Glenn Morris <rgm@gnu.org>
3089
3090 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 3091 Doc fix.
e52c37fa 3092
96f8741e
CY
30932012-01-10 Chong Yidong <cyd@gnu.org>
3094
1d00653d
SM
3095 * net/network-stream.el (network-stream-open-starttls):
3096 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
3097 response to the capability command.
3098
b09a806e
GM
30992012-01-10 Glenn Morris <rgm@gnu.org>
3100
3101 * mail/unrmail.el (unrmail): Tweak previous change.
3102
7655cb66
CY
31032012-01-09 Chong Yidong <cyd@gnu.org>
3104
3105 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
3106
9d5a8f0b
AM
31072012-01-08 Alan Mackenzie <acm@muc.de>
3108
3109 Optimise font locking in long enum definitions.
3110
3111 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
3112 arm to a cond form to handle enums.
3113 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
3114 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
3115
9a0115ab 31162012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
3117
3118 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 3119 (Bug#10401)
6bb72cbd 3120
f186bb95
LMI
31212012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3122
29232a68
LMI
3123 * faces.el (set-face-attribute): Clarify the meaning of the nil
3124 frame (bug#10294).
3125
4e5d086d
LMI
3126 * subr.el (with-selected-frame): Mention that the selected frame
3127 is restored (bug#9980).
3128
8e66aebe
LMI
3129 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
3130 (bug#9759).
3131
cd394be1 3132 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
3133 (password-read): Don't autoload unused function.
3134
adf4e762
JB
31352012-01-07 Juanma Barranquero <lekktu@gmail.com>
3136
3137 * progmodes/which-func.el (which-func-mode): Turn into a
3138 non-interactive function and mark as obsolete (bug#10428).
3139
89bd9ccd
CY
31402012-01-06 Chong Yidong <cyd@gnu.org>
3141
3142 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
3143 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
3144 functions, along with 1 and -1.
3145
4afee9d5
EZ
31462012-01-06 Eli Zaretskii <eliz@gnu.org>
3147
3148 * time.el (display-time-load-average)
3149 (display-time-default-load-average): Doc fixes. See the thread
3150 starting at
3151 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
3152 for the details.
3153
536aea70
GM
31542012-01-06 Glenn Morris <rgm@gnu.org>
3155
665ae865
GM
3156 * mail/unrmail.el (unrmail): Give an explicit error if the input file
3157 has no messages. (Bug#10377)
3158
c869783d
GM
3159 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
3160 than Info-edit. (Bug#10385)
3161
2bb4227e
GM
3162 * time.el (display-time-load-average, display-time-next-load-average):
3163 Doc fixes.
3164
7d5944b9
GM
3165 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
3166 local setting of buffer-read-only to the input buffer. (Bug#10419)
3167
536aea70
GM
3168 * calendar/calendar.el (calendar-mode):
3169 Locally set scroll-margin to 0. (Bug#10379)
3170
7dccca16
UM
31712012-01-06 Ulrich Mueller <ulm@gentoo.org>
3172
3173 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
3174
afbb7930
GM
31752012-01-05 Glenn Morris <rgm@gnu.org>
3176
3177 * eshell/em-unix.el (diff-no-select): Autoload it.
3178 (eshell/diff): Use diff-no-select. (Bug#10420)
3179
04482335
CY
31802012-01-05 Chong Yidong <cyd@gnu.org>
3181
7baca3bc
CY
3182 * shell.el (shell-dynamic-complete-functions): Revert last change.
3183 (shell-command-completion-function): New function.
3184 (shell-completion-vars): Use it to implement
3185 shell-completion-execonly (Bug#10417).
3186
04482335
CY
3187 * custom.el (enable-theme): Don't set custom-safe-themes.
3188
1d00653d
SM
3189 * cus-theme.el (custom-theme-merge-theme):
3190 Ignore custom-enabled-themes and custom-safe-themes.
04482335 3191
bb5aa5d6
MM
31922012-01-05 Michael R. Mauger <mmaug@yahoo.com>
3193
3194 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
3195 first prompt in `sql-interacive-mode'.
3196 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 3197 keywords.
6df6ae42 3198 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
bb5aa5d6
MM
3199 (sql-product-interactive): Bug fix: Set `sql-buffer' in
3200 context of original buffer. Invoke `sql-login-hook'.
3201
a7183d7c
EZ
32022012-01-04 Eli Zaretskii <eliz@gnu.org>
3203
3204 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
3205 letters in cite-prefix.
3206
a1eacd1e
LMI
32072012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3208
3209 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
3210
787cdb34
CY
32112012-01-03 Chong Yidong <cyd@gnu.org>
3212
1d00653d
SM
3213 * shell.el (shell-dynamic-complete-functions):
3214 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
3215 comint-filename-completion first (Bug#10417).
3216
30710442
RS
32172012-01-02 Richard Stallman <rms@gnu.org>
3218
3219 * battery.el (battery-status-function):
3220 Detect when to use battery-yeeloong-sysfs.
3221 (battery-echo-area-format): Add string for Yeeloong.
3222 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
3223 (battery-yeeloong-sysfs): New function.
3224
f75bfc33
CY
32252012-01-02 Chong Yidong <cyd@gnu.org>
3226
3227 * dirtrack.el (dirtrack-list): Eliminate unused third element.
3228 (dirtrack): Merge code for handling relative filenames in prompt
3229 from shell-dir-cookie-watcher.
3230 (dirtrack-debug-message): New arg to avoid excess format calls.
3231
3232 * shell.el (shell-dir-cookie-re): Variable deleted.
3233 (shell-dir-cookie-watcher): Function deleted.
3234 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
3235 with dirtrack-mode.
3236
651e947e
EZ
32372012-01-01 Eli Zaretskii <eliz@gnu.org>
3238
1d00653d
SM
3239 * term/w32-win.el (dynamic-library-alist) <gnutls>:
3240 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
3241 libgnutls-26.dll.
3242
94d4c7dc
AS
32432011-12-31 Andreas Schwab <schwab@linux-m68k.org>
3244
3245 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
3246
8d43f3cd
EZ
32472011-12-31 Eli Zaretskii <eliz@gnu.org>
3248
3249 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
3250 headers of non-MIME messages, when rmail-enable-mime is non-nil.
3251
98c8795a
MA
32522011-12-29 Michael Albinus <michael.albinus@gmx.de>
3253
3254 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
3255 also for alternative shells.
3256 (tramp-open-connection-setup-interactive-shell): Check, whether
3257 the shell is a busybox.
3258 (tramp-send-command): Don't suppress multiple prompts for
3259 busyboxes, it hurts.
3260
51281b32
CY
32612011-12-28 Chong Yidong <cyd@gnu.org>
3262
3263 * progmodes/gdb-mi.el (gdb-get-source-file-list)
3264 (gdb-get-source-file): Move mode line update to
3265 gdb-get-source-file (Bug#10087).
3266
2170cb53
CY
32672011-12-25 Chong Yidong <cyd@gnu.org>
3268
3269 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
3270 gud-gdb-marker-filter without taking it as an argument.
3271 (gud-gdb-run-command-fetch-lines): Caller changed.
3272 (gud-gdb-completion-function): New variable.
3273 (gud-gdb-completion-at-point): Use it.
3274 (gud-gdb-completions-1): Split from gud-gdb-completions.
3275
3276 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
3277 function as separate arguments.
3278 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
3279 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
3280 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
3281 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
3282 (gdb-stopped, def-gdb-auto-update-trigger)
3283 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
3284 (gdb-get-changed-registers, gdb-get-main-selected-frame):
3285 Callers changed.
2170cb53
CY
3286 (gud-gdbmi-completions): New function.
3287 (gdb): Use it for generating the completion table.
3288
be8b11bb
AM
32892011-12-24 Alan Mackenzie <acm@muc.de>
3290
3291 Introduce a mechanism to widen the region used in context font
1d00653d 3292 locking. Use this to protect declarations from losing their contexts.
be8b11bb 3293
1d00653d
SM
3294 * progmodes/cc-langs.el (c-before-font-lock-functions):
3295 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 3296 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
3297 functions to be run just before context (etc.) font locking.
3298
3299 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 3300 New, functionality extracted from
be8b11bb 3301 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 3302 (c-in-after-change-fontification): New variable.
be8b11bb
AM
3303 (c-after-change): Set c-in-after-change-fontification.
3304 (c-set-fl-decl-start): Rejig its interface, so it can be called
3305 from both after-change and context fontifying.
b81d40f0
JB
3306 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
3307 New functions.
3308 (c-standard-font-lock-fontify-region-function): New variable.
3309 (c-font-lock-fontify-region): New function.
be8b11bb 3310
341cf6ac
JL
33112011-12-24 Juri Linkov <juri@jurta.org>
3312
3313 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
3314 (Bug#10348)
3315
bffcee0a
MA
33162011-12-23 Michael Albinus <michael.albinus@gmx.de>
3317
3318 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
3319 existence of source file. (Bug#10325)
3320
cb5e207c
AM
33212011-12-23 Alan Mackenzie <acm@muc.de>
3322
3323 Fix unstable fontification inside templates.
3324
b81d40f0
JB
3325 * progmodes/cc-langs.el (c-before-font-lock-functions):
3326 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
3327 additionally has c-set-fl-decl-start. The other languages (apart
3328 from AWK) have that as a single entry.
3329
b81d40f0
JB
3330 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
3331 The functionality for "local" declarations has been extracted to
cb5e207c
AM
3332 c-set-fl-decl-start.
3333
b81d40f0
JB
3334 * progmodes/cc-mode.el (c-common-init, c-after-change):
3335 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
3336 (c-set-fl-decl-start): New function, extracted from
3337 c-font-lock-enclosing-decls and enhanced.
3338
60ff536c
JB
33392011-12-23 Juanma Barranquero <lekktu@gmail.com>
3340
3341 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
3342
1c4757d6
JL
33432011-12-22 Juri Linkov <juri@jurta.org>
3344
3345 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
3346
d031f2c7
CY
33472011-12-22 Chong Yidong <cyd@gnu.org>
3348
3349 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
3350
bace743a
DA
33512011-12-21 Drew Adams <drew.adams@oracle.com>
3352
3353 * files.el (file-remote-p): Fix docstring. (Bug#10319)
3354
728a1f2b
JC
33552011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
3356
3357 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
3358
0d373f73
TZ
33592011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
3360
fec0aaa4
TZ
3361 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
3362 highlighting and support. Fix up comments for capitalization.
3363 (cfengine-mode-debug): New var.
3364 (cfengine3-mode): Change the modeline indicator to "CFE3".
3365 (cfengine3-font-lock-keywords): Improve defun highlighting.
3366 (cfengine2-actions): Rename from `cfengine-actions'.
3367 (cfengine2-font-lock-keywords): Rename from
3368 `cfengine-font-lock-keywords'.
3369 (cfengine2-imenu-expression): Rename from
3370 `cfengine-imenu-expression'.
3371 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
3372 (cfengine2-beginning-of-defun): Rename from
3373 `cfengine-beginning-of-defun'.
3374 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
3375 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
3376 (cfengine2-mode): Rename from `cfengine-mode'. Change the
3377 modeline indicator to "CFE2".
3378 (cfengine-mode): Defalias to `cfengine-auto-mode'.
3379 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 3380
bc86f573
CY
33812011-12-21 Chong Yidong <cyd@gnu.org>
3382
3383 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
3384 filename argument.
3385
d45ba96b
MR
33862011-12-20 Martin Rudalics <rudalics@gmx.at>
3387
3388 * window.el (window-normalize-buffer-to-display): Remove.
3389 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
3390
a6198c90
CY
33912011-12-19 Chong Yidong <cyd@gnu.org>
3392
3393 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
3394 Don't signal an error in a predicate function; return non-nil.
3395 (vc-dir-mark-file): Move the error here.
3396 (vc-dir-mark-unmark): If acting on the region, keep going if one
3397 of the entries cannot be marked/unmarked.
3398 (vc-dir-mark-all-files): If current entry is a directory, mark
3399 only child files, as documented.
3400
34c5fb55
VB
34012011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
3402
3403 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
3404 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
3405 addition.
3406
c803b2b7
JD
34072011-12-18 Jan Djärv <jan.h.d@swipnet.se>
3408
3409 * term/ns-win.el (ns-get-selection-internal)
3410 (ns-store-selection-internal): Declare.
1154d12e
JB
3411 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
3412 Declare as obsolete.
3413 (ns-get-pasteboard, ns-paste-secondary):
3414 Use ns-get-selection-internal.
3415 (ns-set-pasteboard, ns-copy-including-secondary):
3416 Use ns-store-selection-internal.
c803b2b7 3417
9cff91f8 34182011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
3419
3420 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 3421 (vc-deduce-fileset): Doc fix.
99a289d9 3422
f16c898a
AS
34232011-12-16 Andreas Schwab <schwab@linux-m68k.org>
3424
3425 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
3426
763237c4
SS
34272011-12-13 Sam Steingold <sds@gnu.org>
3428
3429 * man.el (Man-getpage-in-background): When running under a
3430 window-system, ignore $MANWIDTH and $COLUMNS.
3431
5fc1c122
KH
34322011-12-15 Kenichi Handa <handa@m17n.org>
3433
3434 * language/ethio-util.el: Change coding tag to utf-8-emacs.
3435 (setup-ethiopic-environment-internal): Comment out key-binding for
3436 ethio-toggle-punctuation.
3437
13d49cbb
AM
34382011-12-13 Alan Mackenzie <acm@muc.de>
3439
898169a2
AM
3440 Add the switch statement to AWK Mode.
3441
7a71b18d 3442 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
898169a2
AM
3443 "default" to the keywords regexp.
3444
7a71b18d 3445 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
898169a2 3446 expression as the rest.
1d00653d
SM
3447 (c-nonlabel-token-key): Allow string literals for AWK.
3448 Refactor for the other modes.
898169a2 3449
13d49cbb 3450 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 3451 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
3452 routines. Limit backward searching in c-font-lock-enclosing.decl.
3453
3454 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
3455 pp-state and literal type in addition to the limits.
1d00653d 3456 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 3457 (c-state-literal-at): Use the above new defun.
1d00653d
SM
3458 (c-slow-in-literal, c-fast-in-literal): Remove.
3459 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
3460
3461 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
3462 being in a literal. Add a limit for backward searching.
3463
3464 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
3465 c-slow-in-literal.
3466
15e0efc7
SM
34672011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
3468
3469 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
3470
454592a6
MR
34712011-12-13 Martin Rudalics <rudalics@gmx.at>
3472
3473 * window.el (delete-other-windows): Use correct frame in call to
3474 window-with-parameter.
3475
87393f26
DP
34762011-12-12 Daniel Pfeiffer <occitan@t-online.de>
3477
3478 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
3479 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
3480 (makefile-gmake-statements, makefile-makepp-statements):
3481 Use it and add new makepp keywords.
3482 (makefile-makepp-font-lock-keywords): Add new patterns.
3483 (makefile-match-function-end): Match new [...] and [[...]].
3484
11636b22
JB
34852011-12-11 Juanma Barranquero <lekktu@gmail.com>
3486
3487 * ses.el (ses-call-printer-return, ses-cell-property-get)
3488 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
3489 (ses-create-cell-variable, ses-reset-header-string)
3490 (ses-cell-set-formula, ses-repair-cell-reference-all)
3491 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
3492 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
3493 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
3494 (ses-aset-with-undo, ses-load, ses-truncate-cell)
3495 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
3496 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
3497 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
3498 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
3499 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
3500 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
3501 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
3502 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
3503
cf018193
VB
35042011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
3505
3506 * ses.el: The overall change is to add cell renaming, that is
3507 setting fancy names for cell symbols other than name matching
3508 "\\`[A-Z]+[0-9]+\\'" regexp .
3509 (ses-create-cell-variable): New defun.
3510 (ses-relocate-formula): Relocate formulas only for cells the
3511 symbols of which are not renamed, i.e. symbols whose names do not
3512 match regexp "\\`[A-Z]+[0-9]+\\'".
3513 (ses-relocate-all): Relocate values only for cells the symbols of
3514 which are not renamed.
3515 (ses-load): Create cells variables as the (ses-cell ...) are read,
3516 in order to check row col consistency with cell symbol name only
3517 for cells that are not renamed.
3518 (ses-replace-name-in-formula): New defun.
3519 (ses-rename-cell): New defun.
3520
ee957461
CY
35212011-12-11 Chong Yidong <cyd@gnu.org>
3522
3523 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
3524 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
3525
9a9e9ef0
MR
35262011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
3527
3528 * window.el (other-window): Fix docstring.
3529
92a8eba5
EZ
35302011-12-10 Eli Zaretskii <eliz@gnu.org>
3531
3532 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
3533 `from' or `to' address before taking its substring.
3534 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
3535 encoded name is chopped in the middle of the encoded string, and
3536 thus displayed encoded.
3537
e152e577
JB
35382011-12-10 Juanma Barranquero <lekktu@gmail.com>
3539
3540 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
3541
e5d84bfe
EZ
35422011-12-10 Eli Zaretskii <eliz@gnu.org>
3543
3544 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
3545 to use texinfo-update-node and commands that call it if the
3546 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 3547 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
3548 (texinfo-all-menus-update, texinfo-master-menu)
3549 (texinfo-update-node, texinfo-every-node-update)
3550 (texinfo-multiple-files-update): Doc fix. Warn against updating
3551 all the @node lines.
3552 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
3553 argument is numeric. Explain better in the doc string what the
3554 function really does.
3555 (texinfo-insert-master-menu-list): Improve the error message
3556 displayed if there's no menu in the Top node.
3557 (Bug#2975) See also this thread:
e5d84bfe
EZ
3558 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
3559
1d84e9bb
MG
35602011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
3561
3562 * speedbar.el (speedbar-supported-extension-expressions):
3563 Add .adb and .ads, commonly used for Ada source code (bug#10256).
3564
382c953b
JB
35652011-12-09 Juanma Barranquero <lekktu@gmail.com>
3566
3567 * printing.el (pr-mode-alist):
3568 * simple.el (filter-buffer-substring-functions)
3569 (completion-list-insert-choice-function):
3570 * window.el (window-with-parameter, window-atom-root)
3571 (window-sides-slots, window-size-fixed, window-min-delta)
3572 (window-max-delta, window--resize-mini-window)
3573 (window--resize-child-windows-normal, window-tree)
3574 (delete-other-windows, quit-window, split-window)
3575 (display-buffer-record-window, special-display-buffer-names)
3576 (special-display-regexps, special-display-popup-frame)
3577 (same-window-p, split-window-sensibly)
3578 (display-buffer-overriding-action, display-buffer-alist)
3579 (display-buffer-base-action, display-buffer, switch-to-buffer)
3580 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
3581 (fit-window-to-buffer, recenter-positions)
3582 (mouse-autoselect-window-state, mouse-autoselect-window-select):
3583 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
3584 and remove unneeded backslashes in docstrings.
3585
39c9faef
SM
35862011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
3587
98449af8
SM
3588 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
3589
39c9faef
SM
3590 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
3591 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
3592 end in ".mk".
3593 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
3594 when reading the makefile (bug#10116).
3595
86ed9fdc
SM
35962011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3597
3598 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
3599 (bug#10116).
3600
5580f89d
GM
36012011-12-06 Glenn Morris <rgm@gnu.org>
3602
3603 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
3604
28d3917c
CY
36052011-12-06 Chong Yidong <cyd@gnu.org>
3606
3607 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
3608
a98edce9
JB
36092011-12-06 Juanma Barranquero <lekktu@gmail.com>
3610
3611 * textmodes/table.el (table-shorten-cell): Fix typo.
3612
e65adfac
CG
36132011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
3614
3615 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
3616
71cc0b74
EZ
36172011-12-05 Eli Zaretskii <eliz@gnu.org>
3618
3619 * descr-text.el (describe-char): Fix display of strong
3620 right-to-left characters and directional embeddings and overrides.
3621
3622 * simple.el (what-cursor-position): Fix display of codepoints of
3623 strong right-to-left characters.
3624
315bc30d
CY
36252011-12-05 Chong Yidong <cyd@gnu.org>
3626
3627 * faces.el (read-color): Doc fix.
3628
58a70b94
GM
36292011-12-05 Glenn Morris <rgm@gnu.org>
3630
3631 * align.el (align--set-marker): Add doc-string.
3632 Don't try to move something that is not a marker. (Bug#10216)
3633
5158face
GM
36342011-12-04 Glenn Morris <rgm@gnu.org>
3635
3636 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
3637 overly zealous deletion of trailing whitespace.
3638
520fca41
JB
36392011-12-04 Juanma Barranquero <lekktu@gmail.com>
3640
3641 * server.el (server-delete-client): On Windows, do not try to delete
3642 the only terminal.
3643 (server-process-filter): On Windows, treat requests for a tty frame as
3644 if they were for a GUI frame if the running server is in GUI mode.
3645
5e605a2e
GM
36462011-12-03 Glenn Morris <rgm@gnu.org>
3647
3648 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
3649
5c3fe83f
SM
36502011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3651
6f5e57e7
SM
3652 * electric.el: Streamline electric-indent's hook.
3653 (electric-indent-chars): Revert to simple list.
3654 (electric-indent-functions): New var.
3655 (electric-indent-post-self-insert-function): Use it.
3656
5c3fe83f
SM
3657 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
3658 there's no inferior buffer (bug#10196).
3659 (prolog-consult-compile): Don't use toggle-read-only.
3660
6bdac736
MA
36612011-12-02 Michael Albinus <michael.albinus@gmx.de>
3662
3663 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
3664 interrupt. (Bug#10187)
3665
6131ba7f
SM
36662011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
3667
99c79fee
SM
3668 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
3669 (bug#9160).
3670
6131ba7f
SM
3671 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
3672 (bug#10191).
3673
cb0a02ea
JL
36742011-12-02 Juri Linkov <juri@jurta.org>
3675
3676 * info.el (Info-search): Display "end of manual" when Isearch
3677 reaches the end of single-file Info manual. (Bug#9918)
3678
66e0570c
EZ
36792011-12-02 Eli Zaretskii <eliz@gnu.org>
3680
3681 * isearch.el (isearch-message-prefix): Run the input method part
3682 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
3683
02b16839
JL
36842011-12-02 Juri Linkov <juri@jurta.org>
3685
3686 * isearch.el (isearch-occur): Use `word-search-regexp' for
3687 `isearch-word'.
3688 (isearch-search-and-update): Add condition for `isearch-word' and
3689 call `word-search-regexp'. (Bug#10145)
3690
0b950688
GM
36912011-12-01 Glenn Morris <rgm@gnu.org>
3692
3693 * eshell/em-hist.el (eshell-hist-initialize):
3694 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 3695 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 3696
9505c3c7
SM
36972011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
3698
3699 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
3700
1bbe96b2 37012011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 3702
a1beca85
SM
3703 * progmodes/verilog-mode.el (verilog-pretty-expr):
3704 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
3705 verilog, such as += *= and the like.
3706 (verilog-assignment-operator-re): Regular expression to find the
3707 assigment operator in a verilog assignment.
3708 (verilog-assignment-operation-re): Regular expression to find an
3709 assignment statement for pretty-expr.
3710 (verilog-in-attribute-p): Query returns true if point is in an
3711 attribute context; used to skip these for expression line up from
3712 pretty-expr.
3713 (verilog-in-parameter-p): Query returns true if point is in an
3714 parameter definition context; used to skip these for expression
3715 line up from pretty-expr.
3716 (verilog-in-parenthesis-p): Query returns true if point is in a
3717 parenthetical expression, specifically ( ) but not [ ] or { };
3718 used by pretty-expr.
3719 (verilog-just-one-space): If there is no space, don't add one.
3720 (verilog-get-lineup-indent-2): Specifically skip just attribute
3721 contexts for expression lineup, rather than skipping all
3722 parenthetical expressions.
3723 (verilog-calculate-indent): Fix comment, and fix indent.
3724 (verilog-do-indent): Indent declarations in lists (suggested by
3725 Joachim Lechner).
3726 (verilog-mode-abbrev-table): Populate abbrev mode with the various
3727 skeleton items.
3728 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
3729 by Alain Mellan).
3730
1bbe96b2 37312011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
3732
3733 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
3734 parameters with embedded comments. Reported by Ray Stevens.
3735 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
3736 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
3737 Reported by Tim Holt.
3738 (verilog-auto): Fix AUTOing a upper module then AUTOing module
3739 instantiated by upper module causing wrong expansion until AUTOed a
3740 second time. Reported by K C Buckenmaier.
3741 (verilog-diff-auto): Fix showing .* as a difference when
3742 `verilog-auto-star-save' off. Reported by Dan Dever.
3743 (verilog-auto-reset, verilog-read-always-signals)
3744 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
3745 temporary signals in reset list if
3746 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
3747 style to each signal's assignment type, bug381.
3748 Reported by Thomas Esposito.
6288f0ca
WS
3749 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
3750 (verilog-uvm-statement-re): Support UVM indentation and
3751 highlighting, with old OVM keywords only.
a1beca85 3752 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
3753 Support AUTOTIEOFF creating non-wire data types.
3754 Suggested by Jonathan Greenlaw.
6288f0ca
WS
3755 (verilog-auto-insert-lisp, verilog-delete-to-paren)
3756 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
3757 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
3758 (verilog-read-sub-decls, verilog-read-sub-decls-line):
3759 Fix mismatching parenthesis inside commented out code when deleting
382c953b 3760 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
3761 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
3762 non-numeric vector width. Reported by Alex Reed.
3763 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 3764 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
3765 (verilog-auto-delete-trailing-whitespace):
3766 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
3767 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
3768 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
3769 Fix verilog-scan-cache corruption when running user AUTO expansion
3770 hooks that call indentation routines.
3771 (verilog-simplify-range-expression): Fix typo ignoring lower case
3772 identifiers.
3773 (verilog-delete-auto): Fix delete-autos to also remove user created
3774 automatics, as long as they start with AUTO.
3775 (verilog-batch-diff-auto, verilog-diff-auto)
3776 (verilog-diff-function): Add `verilog-diff-auto' and bind to
3777 "C-c?" to report differences in AUTO expansion, ignoring spaces.
3778 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
3779 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
3780 (verilog-re-search-forward-quick, verilog-syntax-ppss):
3781 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
3782 is disabled and its cache will get corrupt, causing AUTOS not to
3783 expand. Instead use only -quick functions.
3784 (verilog-scan-region): Fix scanning over escaped quotes.
3785 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
3786 (verilog-re-search-backward-quick)
3787 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
3788 related functions now ignore strings, to fix misparsing of strings
3789 with magic comments embedded in them.
a1beca85
SM
3790 (verilog-read-auto-template):
3791 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
3792 Reported by Brad Dobbie.
3793 (verilog-read-auto-template):
3794 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 3795 Reported by Brad Dobbie.
6288f0ca
WS
3796 (verilog-auto-inst, verilog-auto-inst-param)
3797 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
3798 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
3799 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
3800 debugging templates without merge conflicts, bug357.
3801 Reported by Brad Dobbie.
3802 (verilog-read-auto-template):
3803 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
3804 Reported by Brad Dobbie.
3805 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
3806 abbrevs so user won't be asked to save.
3807 (verilog-read-auto-lisp-present): Fix to start at beginning of
3808 buffer in case called outside of verilog-auto.
3809 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
3810 to "X-2". Reported by Matthew Myers.
3811 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
3812 all inputs from module templates. Reported by Leith Johnson.
3813 (verilog-module-inside-filename-p): Fix locating programs as with
3814 modules.
3815 (verilog-auto-inst-port): Fix vl-width expressions when using
3816 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
3817 (verilog-decls-get-regs, verilog-decls-get-signals,
3818 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
3819 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
3820 verilog-read-decls): Combine reg and wire structures into one var
3821 structure to represent SystemVerilog concepts.
3822 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
3823 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
3824 (verilog-auto-wire-type, verilog-insert-definition):
3825 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
3826 SystemVerilog "logic" keyword instead of "wire"/"reg".
3827 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
3828 to declares outputs that also have assignments (presumably in an
a1beca85
SM
3829 ifdef or generate if so there's not a driver conflict).
3830 Reported by Matthew Myers.
3831 (verilog-auto-declare-nettype, verilog-insert-definition):
3832 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
3833 `default_nettype none. Reported by Julian Gorfajn.
3834 (verilog-read-always-signals-recurse, verilog-read-decls)
3835 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
3836 malformed end statement, bug325. Reported by Joshua Wise and
3837 Andrew Drake.
3838 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
3839 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
3840 when expanding .* in interfaces, bug320.
3841 Reported by Pierre-David Pfister.
6288f0ca 3842 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
3843 name and open parenthesis, bug317.
3844 Reported by Pierre-David Pfister.
6288f0ca
WS
3845 (verilog-simplify-range-expression): Fix simplification of
3846 multiplications inside AUTOWIRE connections, bug303.
3847 (verilog-auto-inst-port): Support parameter expansion in
3848 multidimensional arrays.
3849 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
3850 after "assert property". Reported by Julian Gorfajn.
3851 (verilog-simplify-range-expression): Fix "couldn't merge" errors
3852 with multiplication, bug303.
3853 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
3854 Reported by Jan Frode Lonnum.
3855
1bbe96b2
GM
38562011-11-30 Juanma Barranquero <lekktu@gmail.com>
3857
3858 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
3859 (hfy-shell-file-name, hfy-shell):
3860 * international/fontset.el (x-decompose-font-name): Fix typos.
3861
38622011-11-29 Ken Brown <kbrown@cornell.edu>
3863
3864 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
3865 (gdb-version): Remove defvar.
3866 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
3867 (gdb-gud-context-command, gdb-non-stop-handler)
3868 (gdb-current-context-command, gdb-stopped): Use it.
3869 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
3870 (gdb-non-stop-handler): Don't enable pretty-printing here.
3871 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
3872 non-stop mode. Use the following.
3873 (gdb-check-target-async): New defun.
3874 (gud-watch, gdb-stopped): Fix whitespace.
3875 (gdb-get-source-file): Don't try to display the source file if
3876 `gdb-main-file' is nil.
3877
38782011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
3879
3880 * align.el: Try to generate fewer markers (bug#10047).
3881 (align--set-marker): New macro.
3882 (align-region): Use it.
3883
c935221f
SM
38842011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
3885
3886 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
3887
e70b5064
CY
38882011-11-29 Chong Yidong <cyd@gnu.org>
3889
3890 * indent.el (indent-for-tab-command, indent-according-to-mode):
3891 Doc fix.
3892 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
3893
f3af92b7
MA
38942011-11-29 Michael Albinus <michael.albinus@gmx.de>
3895
3896 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
3897 aware of remote file names. (Bug#10124)
3898
ed472be9
CY
38992011-11-29 Chong Yidong <cyd@gnu.org>
3900
3901 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
3902
24510c22
SM
39032011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
3904
3905 * files.el (find-file): Don't use force-same-window (bug#10144).
3906 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
3907 use pop-to-buffer if the selected window can't be used.
3908 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
3909
c60c3703
EZ
39102011-11-28 Eli Zaretskii <eliz@gnu.org>
3911
3912 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
3913 special-mode-map.
3914
e95def75
CY
39152011-11-28 Chong Yidong <cyd@gnu.org>
3916
3917 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
3918
c3f1c606
NR
39192011-11-27 Nick Roberts <nickrob@snap.net.nz>
3920
3921 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
3922 gdb-get-source-file-list on gdb-create-source-file-list.
3923
00db469c
EZ
39242011-11-26 Eli Zaretskii <eliz@gnu.org>
3925
3926 * whitespace.el (whitespace-newline): Use a different foreground
3927 color for 16-color light-background displays.
3928
4ad3bc2a
CY
39292011-11-24 Chong Yidong <cyd@gnu.org>
3930
3931 * window.el (display-buffer--special-action): Doc fix.
3932
e9fce1ac
JB
39332011-11-25 Juanma Barranquero <lekktu@gmail.com>
3934
3935 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
3936 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
3937 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
3938 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
3939 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
3940 (avl-tree-stack-first):
3941 * emacs-lisp/cconv.el (cconv--analyse-use):
3942 * net/gnutls.el (gnutls-negotiate): Fix typos.
3943
cb825e5d
GM
39442011-11-24 Glenn Morris <rgm@gnu.org>
3945
3adbe224
GM
3946 * lpr.el (lpr-windows-system, lpr-lp-system):
3947 * mail/binhex.el (binhex-begin-line):
3948 * progmodes/grep.el (grep-history, grep-find-history):
3949 * textmodes/flyspell.el:
3950 * vc/pcvs-defs.el (cvs-global-menu):
3951 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
3952 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
3953 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
3954
321decc8
GM
3955 * net/tls.el: Fix case of "GnuTLS".
3956
420b63ad
GM
3957 * paths.el (rmail-file-name): Format doc-string for make-docfile.
3958
cb825e5d
GM
3959 * version.el (emacs-build-system): Give it a doc-string.
3960
a0649f08
JL
39612011-11-24 Juri Linkov <juri@jurta.org>
3962
3963 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
3964
c0bc0fd4
GM
39652011-11-24 Glenn Morris <rgm@gnu.org>
3966
3967 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
3968 if called on a non-mime message just toggle the headers. (Bug#8006)
3969
20db1522
JB
39702011-11-24 Juanma Barranquero <lekktu@gmail.com>
3971
3972 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
3973 (allout-lead-with-comment-string, allout-structure-deleted-hook)
3974 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
3975 (allout-rebullet-heading, allout-open-sibtopic)
3976 (allout-toggle-current-subtree-encryption)
3977 (allout-toggle-subtree-encryption, allout-encrypt-string)
3978 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
3979 (allout-distinctive-bullets-string, allout-auto-activation):
3980 * window.el (window-normalize-buffer-to-display):
3981 * progmodes/verilog-mode.el (verilog-batch-indent):
3982 * textmodes/bibtex.el (bibtex-field-braces-opt)
3983 (bibtex-field-strings-opt):
3984 * vc/cvs-status.el (cvs-tree-merge):
3985 Fix typos.
3986
7262a87c
MA
39872011-11-23 Michael Albinus <michael.albinus@gmx.de>
3988
3989 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
3990 `non-essential' to t, in order to avoid remote connections.
3991
283430a1
EZ
39922011-11-23 Eli Zaretskii <eliz@gnu.org>
3993
a1beca85
SM
3994 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
3995 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
3996 case-insensitively.
3997
d2992a38
ML
39982011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
3999
4000 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
4001
50419064
GM
40022011-11-23 Glenn Morris <rgm@gnu.org>
4003
da94eca1
GM
4004 * paths.el (rmail-file-name): Reformat the doc-string so that it
4005 is picked up.
4006
9aac4de2
GM
4007 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
4008 (rmail-auto-file): Ignore case in the "special" field names,
4009 as mail-fetch-field does for all others.
4010
8038d2d2
GM
4011 * mail/rmail.el (rmail-forward):
4012 * mail/rmailkwd.el (rmail-set-label):
4013 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
4014 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
4015
f3fe222a
GM
4016 * mail/rmail.el (rmail-current-message): Doc fix.
4017
50419064
GM
4018 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
4019
28109f49
SM
40202011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
4021
4022 * server.el (server-eval-and-print): Allow C-g (bug#6585).
4023
394c65f1
GM
40242011-11-22 Glenn Morris <rgm@gnu.org>
4025
4026 * mail/rmailmm.el (test-rmail-mime-handler)
4027 (test-rmail-mime-bulk-handler)
4028 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
4029
f2a0aa3a
JL
40302011-11-21 Juri Linkov <juri@jurta.org>
4031
1154d12e
JB
4032 * calc/calc.el (calc-read-key-sequence):
4033 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 4034
9c34a344
LMI
40352011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4036
4037 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
4038 Tell the caller that the next line needs recomputation, even
4039 though it doesn't start a sexp (bug#10094).
4040
f04a3be9
SM
40412011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4042
4043 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
4044
7978747f
SM
40452011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
4046
f04a3be9
SM
4047 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
4048 Use force-same-window.
7978747f 4049
fe7a3057
JB
40502011-11-20 Juanma Barranquero <lekktu@gmail.com>
4051
4052 * descr-text.el (describe-char-unicode-data):
4053 * json.el (json-string-escape):
4054 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
4055 (Footnote-unicode, Footnote-style-p):
4056 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
4057
24901d61
CY
40582011-11-20 Chong Yidong <cyd@gnu.org>
4059
4060 * window.el (replace-buffer-in-windows): Restore interactive spec.
4061
bac7ff22
SM
40622011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
4063
24f3d7b9
SM
4064 * electric.el (electric-indent-mode): Fix last change (too optimistic).
4065
bac7ff22
SM
4066 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
4067 (byte-compile-global-not-obsolete-vars): New var.
4068 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
4069 Use it.
4070 (byte-compile-warn-obsolete): Align text with the one in *Help*.
4071
cd1181db
JB
40722011-11-20 Juanma Barranquero <lekktu@gmail.com>
4073
4074 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
4075 * progmodes/pascal.el (electric-pascal-equal):
4076 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
4077 * xml.el (xml-substitute-special): Fix typos.
4078
7fb18e9e
GM
40792011-11-20 Glenn Morris <rgm@gnu.org>
4080
4081 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
4082 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
4083 Doc fixes.
4084 (rmail-decode-mime-charset): Mark as obsolete.
4085
4086 * mail/rmailsum.el (rmail-message-regexp-p-1):
4087 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
4088 Before using mime functions, check they are set. (Bug#10077)
4089
d5a6b3ba
JL
40902011-11-19 Juri Linkov <juri@jurta.org>
4091
4092 * info.el (Info-finder-find-node): Use `package--builtins' instead
4093 of `package-alist'. Use node names formed by the pattern "Keyword "
4094 and the keyword name.
4095
e981b61f
AS
40962011-11-19 Andreas Schwab <schwab@linux-m68k.org>
4097
1d00653d 4098 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 4099
3ffbc301
JL
41002011-11-19 Juri Linkov <juri@jurta.org>
4101
4102 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
4103 that calls `revert-buffer' on all Info buffers. (Bug#9915)
4104 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
4105 `old-history', `old-history-forward'. Add let-binding
4106 `window-selected'. Remove calls to `kill-buffer',
4107 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
4108 before calling `Info-find-node', so `Info-find-node-2' will reread
4109 the Info file. Restore window positions only when `window-selected'
4110 is non-nil.
4111
30c62133
JL
41122011-11-19 Juri Linkov <juri@jurta.org>
4113
4114 * isearch.el (isearch-lazy-highlight-new-loop):
4115 Remove condition `(not isearch-error)'. (Bug#9918)
4116
4117 * misearch.el (multi-isearch-search-fun): Add condition
4118 `(not bound)' to ignore lazy-highlighting search.
4119 Add the search-failed message "end of multi" when the end of
4120 multi-sequence is reached. Uncapitalize the search-failed
4121 message "Repeat for next buffer".
4122
4123 * info.el (Info-search): Add the search-failed message
4124 "end of the manual" when the end of the manual is reached
4125 in Isearch mode.
4126
645ca9cf
JL
41272011-11-19 Juri Linkov <juri@jurta.org>
4128
4129 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
4130 Use non-destructive `remove' instead of `delete' because
4131 `Info-history-list' stored to `Info-isearch-initial-history-list' in
4132 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
4133
df754f66
JL
41342011-11-19 Juri Linkov <juri@jurta.org>
4135
4136 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
4137 to nil instead of binding `search-ring' and `regexp-search-ring'.
4138 (Bug#9185)
4139
0e23d96a
EZ
41402011-11-19 Eli Zaretskii <eliz@gnu.org>
4141
4142 * simple.el (line-move): Force movement by logical lines for any
4143 hscrolled window, not only when auto-hscroll-mode is on.
4144 (line-move-visual): Update doc string to that effect. (Bug#10076)
4145
8a6ccb66
AS
41462011-11-19 Andreas Schwab <schwab@linux-m68k.org>
4147
4148 * language/european.el (macintosh): Define as alias for mac-roman.
4149
49ae5b39
EZ
41502011-11-19 Eli Zaretskii <eliz@gnu.org>
4151
4152 * mail/rmailmm.el (rmail-mime-display-header)
4153 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
4154 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
4155 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
4156 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
4157 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
4158 of a raw aref.
4159 (rmail-mime-entity-segment): To get past the tagline, move forward
4160 2 more lines, to account for the 2 empty lines that precede and
4161 follow the line with the buttons.
4162 (rmail-mime-update-tagline): Move one more line, to get past the
4163 empty line that follows the buttons in the tagline. (Bug#9520)
4164
c56cad4a
MR
41652011-11-19 Martin Rudalics <rudalics@gmx.at>
4166
4167 * window.el (window-max-delta-1, window-min-delta-1)
4168 (window-min-size-1, window-state-get-1, window-state-put-1)
4169 (window-state-put-2): Use "window--" prefix.
4170
cbe71af3
SM
41712011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
4172
2ad52c60
SM
4173 * emacs-lisp/smie.el: Improve warnings and conflict detection.
4174 (smie-warning-count): New var.
4175 (smie-set-prec2tab): Use it.
4176 (smie-bnf->prec2): Improve warnings. Add docstring.
4177 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
4178 (smie-bnf--set-class): New function.
4179 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
4180 corner case.
4181
6944dbc1
SM
4182 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
4183 (compilation-error-properties, compilation-move-to-column):
4184 Handle compilation-first-column while in the target buffer.
4185
c400c4d7
SM
4186 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
4187 Don't hardcode point-min==1.
4188
6dbe3e96
SM
4189 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
4190 (eshell-rewrite-for-command): Remove workaround.
4191 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
4192 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
4193 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
4194
cbe71af3
SM
4195 * files-x.el (modify-file-local-variable): Obey commenting conventions.
4196
a8e1496d
GM
41972011-11-17 Glenn Morris <rgm@gnu.org>
4198
4199 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
4200 Ignore buffer-local generated-autoload-file if it is the same
4201 as the global value. (Bug#10049)
4202
df85d315
JB
42032011-11-17 Juanma Barranquero <lekktu@gmail.com>
4204
4205 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
4206 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
4207 (reftex-toc-previous-heading, reftex-toc-max-level)
4208 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
4209 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
4210 (reftex-toc-do-promote, reftex-toc-promote-prepare)
4211 (reftex-toc-promote-action, reftex-toc-extract-section-number)
4212 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
4213 (reftex-toc-rename-label, reftex-toc-visit-location)
4214 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
4215 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
4216 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
4217 leaving "*toc*" only for references to the buffer.
4218
a0c2d0ae
MR
42192011-11-17 Martin Rudalics <rudalics@gmx.at>
4220
4221 * window.el (window-resize, delete-window, split-window):
4222 Replace window-splits by window-combination-resize.
1d00653d 4223 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 4224
35c0bac8
GM
42252011-11-17 Glenn Morris <rgm@gnu.org>
4226
4227 * progmodes/sh-script.el (sh-font-lock-keywords-var):
4228 Make bash entry derive from sh entry, not shell entry.
4229
d0c8fc8a
MA
42302011-11-16 Michael Albinus <michael.albinus@gmx.de>
4231
d0c8fc8a
MA
4232 * net/tramp-cache.el (tramp-flush-file-property): Flush also
4233 properties of linked files. (Bug#9879)
4234
7262a87c
MA
4235 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
4236 local file name.
4237
7877f373
JB
42382011-11-16 Juanma Barranquero <lekktu@gmail.com>
4239
4240 * menu-bar.el (menu-bar-file-menu):
4241 * printing.el (pr-ps-utility):
4242 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
4243 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
4244 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
4245 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
4246 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
4247 (icalendar--convert-cyclic-to-ical)
4248 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
4249 (icalendar--convert-ical-to-diary)
4250 (icalendar--convert-recurring-to-diary)
4251 (icalendar--convert-non-recurring-all-day-to-diary)
4252 (icalendar-import-format-sample):
4253 * progmodes/idlw-shell.el (idlwave-shell-mode):
4254 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
4255 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
4256 (vhdl-ps-print-init): Fix typos.
4257
10649b82
KM
42582011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
4259
9d0cfcd6
GM
4260 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
4261 FSF and collapse date sequence, obscure author/maintainer email address
4262 better, remove extra version line, track relocation of author's webpage.
10649b82 4263
9d0cfcd6
GM
4264 * progmodes/python.el (python-pdbtrack-input-prompt)
4265 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
4266 regular python pdb prompts. Adjustments shamelessly taken exactly as
4267 suggested in EmacsWiki page (tiny change):
4268 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 4269
58179cce
JB
42702011-11-16 Juanma Barranquero <lekktu@gmail.com>
4271
4272 * expand.el (expand-pos, expand-index, expand-point):
4273 Remove redundant info from docstring.
4274 (expand-add-abbrevs): Doc fix.
4275 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
4276 (expand-sample-perl-mode-expand-list): Fix typos.
4277
4278 * net/dbus.el (dbus-event-member-name):
4279 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
4280 * term/pc-win.el (msdos-create-frame-with-faces):
4281 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
4282
b6f67890
MR
42832011-11-16 Martin Rudalics <rudalics@gmx.at>
4284
4285 * window.el (split-window, window-state-get-1)
4286 (window-state-put-1, window-state-put-2): Rename occurrences of
4287 window-nest to window-combination-limit.
1d00653d 4288 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 4289
ce7ddba0
CY
42902011-11-16 Chong Yidong <cyd@gnu.org>
4291
4292 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
4293 regexp (Bug#10033).
4294
3ae704f4
SM
42952011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4296
4297 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
4298 `completing-read' will remove *Completions* and will preserve
4299 current-buffer for us.
4300 (tmm-add-prompt): Users of *Completions* will always (re)set its
4301 major mode.
4302 (tmm-old-comp-map): Remove.
4303
6ad1cdde
GM
43042011-11-16 Glenn Morris <rgm@gnu.org>
4305
4306 * mail/rmailedit.el: Require rmailmm when compiling.
4307 (rmail-old-mime-state): New declaration.
4308 (rmail-edit-current-message): If editing a mime message,
4309 edit the "raw" message from the mbox buffer.
4310 (rmail-cease-edit): Handle mime messages. (Bug#9840)
4311
d20faa20
GM
43122011-11-15 Glenn Morris <rgm@gnu.org>
4313
4314 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
4315 which wasn't being used. Add optional arg to force given state.
4316 (rmail-mime): Add optional arg to force given state.
4317
c7015153
JB
43182011-11-15 Juanma Barranquero <lekktu@gmail.com>
4319
4320 * allout.el (allout-encryption-plaintext-sanitization-regexps):
4321 * frame.el (display-mm-dimensions-alist):
4322 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
4323 (outline-move-subtree-down):
4324 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
4325 (newsticker--treeview-do-get-node):
4326 * net/quickurl.el (quickurl-list-buffer-name):
4327 * progmodes/dcl-mode.el (dcl-mode):
4328 * progmodes/gdb-mi.el (gdb-mapcar*):
4329 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
4330
45261b50
GM
43312011-11-15 Glenn Morris <rgm@gnu.org>
4332
4333 * mail/rmail.el (rmail-file-coding-system): It's only ever used
4334 in a boolean sense, so just make it a boolean, and fix the doc.
4335 (rmail-show-mime-function, rmail-mime-feature)
4336 (rmail-require-mime-maybe): Doc fixes.
4337 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
4338
4339 * mail/rmailmm.el (rmail-show-mime): Doc fix.
4340
0d26e0b6
JB
43412011-11-15 Juanma Barranquero <lekktu@gmail.com>
4342
4343 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
4344 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
4345 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
4346 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
4347
447f30f6
GM
43482011-11-15 Glenn Morris <rgm@gnu.org>
4349
672b871d
GM
4350 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
4351 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
4352 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
4353 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
4354 (rmail-mime, rmail-show-mime): Doc fixes.
4355
f6aa5bb1
GM
4356 * term/ns-win.el (mode-line-frame-identification):
4357 Leave it alone. (Bug#10051)
4358
947cd66b
GM
4359 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
4360
447f30f6
GM
4361 * mail/rmailout.el (rmail-output-to-rmail-buffer):
4362 Handle empty buffers. (Bug#9978)
4363
0b381c7e
JB
43642011-11-14 Juanma Barranquero <lekktu@gmail.com>
4365
4366 * international/mule.el (define-charset):
4367 * mail/rmailmm.el (rmail-mime-find-header-encoding):
4368 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
4369 * progmodes/verilog-mode.el (verilog-backward-token):
4370 * textmodes/ispell.el (lookup-words):
4371 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
4372
71e027ac
GM
43732011-11-14 Glenn Morris <rgm@gnu.org>
4374
56632ce4
GM
4375 * progmodes/executable.el
4376 (executable-make-buffer-file-executable-if-script-p):
4377 Handle file-modes returning nil.
4378
40500957
GM
4379 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
4380 message - not necessary, and causes problems. (Bug#9831)
4381
071c2340
GM
4382 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
4383
d3cfca60
GM
4384 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
4385
71e027ac
GM
4386 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
4387 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
4388 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
4389
89d61221
MR
43902011-11-12 Martin Rudalics <rudalics@gmx.at>
4391
4392 * window.el (window-resize, delete-window): Use window-splits
4393 variable instead of function.
4394 (window-state-get-1, window-state-put-2, window-state-put):
4395 Don't deal with windows' splits status.
4396
98282f6f
GM
43972011-11-12 Glenn Morris <rgm@gnu.org>
4398
4399 * apropos.el (apropos-do-all, apropos-library, apropos-value)
4400 (apropos-documentation): Doc fixes.
4401
40a8bdf6
JB
44022011-11-11 Juanma Barranquero <lekktu@gmail.com>
4403
4404 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
4405 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
4406
65bd19ff
SM
44072011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
4408
4409 * electric.el (electric-indent-post-self-insert-function): Make it
4410 possible for a char to only indent in some circumstances.
4411 (electric-indent-mode): Simplify.
4412
54f9154c
MR
44132011-11-11 Martin Rudalics <rudalics@gmx.at>
4414
4415 * window.el (windows-with-parameter): Remove unused function.
4416 (windows-at-side): Rename to window-at-side-list.
4417 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
4418 (window-side-check, window-size-ignore, window-size-fixed-1)
4419 (window-in-direction-2): Prefix with "window--".
4420 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 4421
68cbc58b
GM
44222011-11-11 Glenn Morris <rgm@gnu.org>
4423
4424 * subr.el (eval-after-load): If FILE is already loaded,
4425 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
4426
b2621720
GM
44272011-11-10 Glenn Morris <rgm@gnu.org>
4428
9a4de110
GM
4429 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
4430 Call svn via vc-svn-command rather than vc-do-command.
4431 (vc-svn-command): Add --non-interactive. (Bug#9993)
4432 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
4433
b2621720
GM
4434 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
4435 Add toggle-read-only. (Bug#7292)
4436 * files.el (toggle-read-only): Mention that it should only
4437 be used interactively. (Bug#10006)
4438
1dce7193
SM
44392011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4440
d9ac1a1e
SM
4441 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4442 Adjust regexp for OCaml warnings.
4443
0c325082
SM
4444 * electric.el (electric-pair-post-self-insert-function): Let user
4445 turn it off buffer-locally (bug#9932).
4446
90132c14
SM
4447 * progmodes/python.el (python-beginning-of-statement):
4448 Rewrite (bug#2703).
4449
1dce7193
SM
4450 * progmodes/compile.el: Better handle TABs (bug#9749).
4451 (compilation-internal-error-properties)
4452 (compilation-next-error-function): Obey the target buffer's
4453 compilation-error-screen-columns.
4454
c4e7c63a
JB
44552011-11-09 Juanma Barranquero <lekktu@gmail.com>
4456
4457 * progmodes/meta-mode.el: Remove obsolete comments.
4458 (meta-right-comment-regexp, meta-ignore-comment-regexp):
4459 Fix typos in docstrings.
4460
2cffd681
MR
44612011-11-09 Martin Rudalics <rudalics@gmx.at>
4462
4463 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 4464 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
4465 (window--resizable): New function. Make all callers of
4466 window-resizable call window--resizable instead.
4467 (window-resizable): Rewrite in terms of window--resizable.
4468
0edcba87
GM
44692011-11-08 Glenn Morris <rgm@gnu.org>
4470
4471 * progmodes/delphi.el (delphi-mode-syntax-table):
4472 Let define-derived-mode define a proper syntax table. (Bug#9994)
4473
4b0d61e3
SM
44742011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4475
4476 * window.el: Stay away from defsubst.
4477 (window-list-no-nils): Remove.
4478 (window-state-get-1, window-state-get): Use backquote instead.
4479
cd394be1 44802011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 4481
4b0d61e3 4482 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 4483 Fix incorrect use of default argument in `completing-read'.
4484
e1c2c6f2
MR
44852011-11-08 Martin Rudalics <rudalics@gmx.at>
4486
4487 * window.el (display-buffer-function, special-display-function):
4488 Mention display-buffer-record-window but do not mention
4489 help-setup parameter in doc-strings.
b3f4a882 4490 (window-min-delta): Fix doc-string typo.
e1c2c6f2 4491
105216ed
CY
44922011-11-08 Chong Yidong <cyd@gnu.org>
4493
4494 * window.el (window-total-height, window-total-width): Doc fix.
4495 (window-body-size): Move from C.
4496 (window-body-height, window-body-width): Move to C.
4497
0a9f9ab5
SM
44982011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4499
4500 * window.el: Make special-display like display-buffer-alist (bug#9532).
4501 (display-buffer--special-action): New function, morphed
4502 from display-buffer--special.
4503 (display-buffer): Use it to handle special-display-buffers at higher
4504 priority (just after display-buffer-alist).
4505 (display-buffer-fallback-action, display-buffer--other-frame-action)
4506 (pop-to-buffer-same-window): Remove display-buffer--special.
4507
a769dd15
GM
45082011-11-07 Glenn Morris <rgm@gnu.org>
4509
4510 * calendar/cal-menu.el (cal-menu-set-date-title):
4511 Do nothing if not in a calendar. (Bug#9976)
4512
05a61ee3
SM
45132011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
4514
4515 * files.el (find-file): Always use selected-window.
4516
be7f5545
MR
45172011-11-07 Martin Rudalics <rudalics@gmx.at>
4518
4519 * window.el (window-combinations): Make WINDOW argument
4520 mandatory. Rewrite doc-string.
4521 (walk-window-subtree, window-atom-check, window-min-delta)
4522 (window-max-delta, window--resize-this-window)
4523 (window--resize-root-window-vertically, window-tree)
4524 (balance-windows, window-state-put): Rewrite doc-strings as to
4525 not mention the term "subwindow".
4526 (window--resize-subwindows-skip-p): Rename to
4527 window--resize-child-windows-skip-p.
4528 (window--resize-subwindows-normal): Rename to
4529 window--resize-child-windows-normal.
4530 (window--resize-subwindows): Rename to
4531 window--resize-child-windows.
4532 (window-or-subwindow-p): Rename to window--in-subtree-p.
4533
3c6702ef
ML
45342011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
4535
4536 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
4537 Ensure that mbox format messages end in two newlines (Bug#9974).
4538
49745b39
CY
45392011-11-06 Chong Yidong <cyd@gnu.org>
4540
4541 * window.el (window-combination-p): Function deleted; its
4542 side-effect is not used in any existing code.
4543 (window-combinations, window-combined-p): Call window-*-child
4544 directly.
4545
24300f5f
CY
45462011-11-05 Chong Yidong <cyd@gnu.org>
4547
4548 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
4549 (window-size-ignore, window-state-get): Callers changed.
4550 (window-normalize-window): Rename from window-normalize-any-window.
4551 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 4552 (window-normalize-live-window): Delete.
447f16b8
CY
4553 (window-combination-p, window-combined-p, window-combinations)
4554 (walk-window-subtree, window-atom-root, window-min-size)
4555 (window-sizable, window-sizable-p, window-size-fixed-p)
4556 (window-min-delta, window-max-delta, window-resizable)
4557 (window-resizable-p, window-full-height-p, window-full-width-p)
4558 (window-current-scroll-bars, window-point-1, set-window-point-1)
4559 (window-at-side-p, window-in-direction, window-resize)
4560 (adjust-window-trailing-edge, maximize-window, minimize-window)
4561 (window-deletable-p, delete-window, delete-other-windows)
4562 (record-window-buffer, unrecord-window-buffer)
4563 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
4564 (quit-window, split-window, window-state-put)
4565 (set-window-text-height, fit-window-to-buffer)
4566 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 4567
89bd5ee1
EZ
45682011-11-04 Eli Zaretskii <eliz@gnu.org>
4569
53479029
EZ
4570 * mail/rmail.el (rmail-simplified-subject): Decode subject with
4571 rfc2047-decode-string.
4572 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
4573 warnings.
4574
89bd5ee1
EZ
4575 * window.el (window-body-height, window-body-width): Mention in
4576 the doc string that the return values are in frame's canonical
4577 units. (Bug#9949)
4578
bd17fdee
AM
45792011-11-03 Alan Mackenzie <acm@muc.de>
4580
4581 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
4582 change in cc-engine.el.
4583
acc825c5
SM
45842011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
4585
4586 * window.el (switch-to-buffer): Use `force-same-window' interactively.
4587
1885e5b8
MR
45882011-11-02 Martin Rudalics <rudalics@gmx.at>
4589
4590 * window.el (quit-window): Call unrecord-window-buffer after
4591 showing another buffer in the window. (Bug#9937)
acc825c5 4592 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 4593
ebe06da9
JB
45942011-11-02 Juanma Barranquero <lekktu@gmail.com>
4595
4596 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
4597 Accept status with more than 9 shelves. (Bug#9935)
4598 Reported by Colin D Bennett <colin@gibibit.com>.
4599
4ee88440
MR
46002011-11-01 Martin Rudalics <rudalics@gmx.at>
4601
4602 * help.el (with-help-window): Don't reference
4603 temp-buffer-show-specifiers in doc-string.
4604
08e1d82c
AS
46052011-10-31 Andreas Schwab <schwab@linux-m68k.org>
4606
4607 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
4608 menu-item.
4609
84bd6e9e
VJL
46102011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4611
4612 * whitespace.el: New version 13.2.2.
4613 (whitespace-newline-mode): Disable properly. Reported by Sarah
4614 <EmacsWiki>.
4615
dba0634a
UJ
46162011-10-30 Ulf Jasper <ulf.jasper@web.de>
4617
4618 * net/newst-treeview.el: Remove "Time-stamp".
4619 (newsticker--group-manage-orphan-feeds): Do not call
4620 newsticker--treeview-tree-update.
db22a3c2
JB
4621 (newsticker-treeview-update, newsticker-treeview):
4622 Call newsticker--treeview-tree-update if necessary.
dba0634a 4623
3d8daefe
MR
46242011-10-30 Martin Rudalics <rudalics@gmx.at>
4625
4626 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
4627 (window-iso-combinations): Remove "iso-" infix.
4628 Suggested by Chong Yidong.
3d8daefe
MR
4629 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
4630 (window-max-delta-1, window-resize, window--resize-siblings)
4631 (window--resize-this-window, adjust-window-trailing-edge)
4632 (split-window, balance-windows-1)
4633 (shrink-window-if-larger-than-buffer):
4634 * calendar/calendar.el (calendar-generate-window):
db22a3c2 4635 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 4636
1bc4c3ae
SM
46372011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
4638
4639 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
4640 in place (bug#9907).
4641 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
4642 (eshell-rewrite-if-command, eshell-rewrite-for-command)
4643 (eshell-structure-basic-command, eshell-rewrite-while-command)
4644 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
4645 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
4646 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
4647 (eshell-do-pipelines-synchronously, eshell-eval-command):
4648 Use backquotes and prefer setq to set.
4649 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
4650 (eshell-macrop): Use functionp.
c1e2f5fa 4651 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 4652
30b65d9c
CY
46532011-10-30 Chong Yidong <cyd@gnu.org>
4654
4655 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
4656 instead of set-mark (Bug#9810).
4657
2d197ffb
CY
46582011-10-30 Chong Yidong <cyd@gnu.org>
4659
4660 * window.el (split-window-below, split-window-right): Rename from
4661 split-window-above-each-other and split-window-side-by-side
4662 respectively. All callers changed.
4663 (split-window-sensibly, split-window-sensibly): Use them.
4664 (split-window-keep-point): Doc fix.
4665
4666 * isearch.el: Add isearch-scroll property to split-window-below
4667 and split-window-right.
4668
4669 * follow.el (follow-mode):
4670 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
4671 * progmodes/ada-xref.el (ada-gdb-application):
4672 * emulation/vip.el (vip-buffer-in-two-windows):
4673 * image-dired.el (image-dired-dired-with-window-configuration):
4674 * dired-x.el (dired-do-find-marked-files):
4675 * dired.el (dired-pop-to-buffer):
4676 * bs.el (bs--show-with-configuration):
4677 * vc/emerge.el (emerge-setup-windows):
4678 * textmodes/two-column.el (2C-two-columns):
4679 * textmodes/reftex-toc.el (reftex-toc):
4680 * progmodes/gdb-mi.el (gdb-setup-windows):
4681 * progmodes/fortran.el (fortran-window-create):
4682 * net/newst-treeview.el (newsticker--treeview-window-init):
4683 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
4684 * emulation/tpu-edt.el (tpu-gold-map):
4685 * emulation/crisp.el (crisp-mode-map):
4686 * calendar/calendar.el (calendar-basic-setup): Callers changed.
4687
38bb2ca8
CY
46882011-10-29 Chong Yidong <cyd@gnu.org>
4689
aa4de341
CY
4690 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
4691
e1eb5385
CY
4692 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
4693
5d2ece3c
CY
4694 * textmodes/flyspell.el (flyspell-word): Fix char offset for
4695 forged Ispell output (Bug#7904).
4696
38bb2ca8
CY
4697 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
4698
d0af9f77
SM
46992011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4700
4701 * doc-view.el: Avoid ugly errors about not finding nil.
4702 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
4703 (doc-view-dvipdf-program, doc-view-unoconv-program)
4704 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
4705 Avoid nil or absolute file name as default value.
4706 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
4707
52bedd34
AM
47082011-10-28 Alan Mackenzie <acm@muc.de>
4709
db22a3c2 4710 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 4711
7e43cfa5
AM
47122011-10-28 Alan Mackenzie <acm@muc.de>
4713
4714 Amend the handling of c-beginning/end-of-defun in nested declaration
4715 scopes.
4716
52bedd34
AM
4717 * progmodes/cc-vars.el (c-defun-tactic): Move here from
4718 cc-langs.el. Change it to a defcustom.
7e43cfa5 4719
52bedd34
AM
4720 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
4721 cc-vars.el.
7e43cfa5 4722
d0af9f77
SM
4723 * progmodes/cc-engine.el (c-beginning-of-statement-1):
4724 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 4725
52bedd34 4726 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 4727 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
4728 (c-widen-to-enclosing-decl-scope): New function.
4729 (c-while-widening-to-decl-block): New macro.
4730 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
4731 outward for defun boundaries, and correspondingly change symbol
4732 `respect-enclosure' to `go-outward'.
4733 (c-declaration-limits): Change algorithm to report only the "innermost"
4734 defun's boundaries.
4735
1a2ce9ee
DD
47362011-10-28 Deniz Dogan <deniz@dogan.se>
4737
4738 * net/rcirc.el (rcirc-mode): Use hard newlines.
4739
bc97a826
AM
47402011-10-28 Alan Mackenzie <acm@muc.de>
4741
4742 Amend to indent and fontify macros "which include their own semicolon"
4743 correctly, using the "virtual semicolon" mechanism.
4744
52bedd34 4745 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 4746
d0af9f77 4747 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 4748 Recode to scan one line at a time rather than having \n and \r
58179cce 4749 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 4750 (c-forward-label): Amend for virtual semicolons.
58179cce 4751 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 4752
52bedd34
AM
4753 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
4754 of the new C macros.
bc97a826 4755
52bedd34 4756 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
4757 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
4758 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
4759 (c-opt-cpp-macro-define): Make into a full language variable.
4760 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
4761 AWK Mode (including \n, \r) removed, no longer needed.
4762
d0af9f77
SM
4763 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
4764 Invoke c-make-macro-with-semi-re.
bc97a826 4765
52bedd34
AM
4766 * progmodes/cc-vars.el (c-macro-with-semi-re):
4767 (c-macro-names-with-semicolon): New variables.
58179cce 4768 (c-make-macro-with-semi-re): New function.
bc97a826 4769
7a6c0941
SM
47702011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4771
4772 * vc/log-edit.el: Fill empty field rather than adding new one.
4773 (log-edit-add-field): New function.
4774 (log-edit-insert-changelog): Use it.
4775
b0c4cdcf
ML
47762011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
4777
4778 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
4779
ee1f1da9
SM
47802011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4781
4782 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
4783 (gdb--check-interpreter): New function.
4784 (gdb): Use it.
4785
51bc5f8b
GM
47862011-10-27 Glenn Morris <rgm@gnu.org>
4787
416a2c45
GM
4788 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
4789 (least-positive-float, least-negative-float)
4790 (least-positive-normalized-float, least-negative-normalized-float)
4791 (float-epsilon, float-negative-epsilon):
4792 Remove unnecessary declarations.
4793
4794 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
4795 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
4796 (least-positive-float, least-negative-float)
4797 (least-positive-normalized-float, least-negative-normalized-float)
4798 (float-epsilon, float-negative-epsilon): Add doc-strings,
4799 based on those in cl.texi.
4800
51bc5f8b
GM
4801 * files.el (set-visited-file-name): If the major-mode changed,
4802 reload the local variables. (Bug#9796)
4803
15de15c6
CY
48042011-10-27 Chong Yidong <cyd@gnu.org>
4805
4806 * subr.el (change-major-mode-after-body-hook): New hook.
4807 (run-mode-hooks): Run it.
4808
ee1f1da9
SM
4809 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
4810 Use change-major-mode-before-body-hook.
15de15c6
CY
4811
4812 * simple.el (fundamental-mode):
4813 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
4814 change introducing fundamental-mode-hook.
4815
5430d399
JB
48162011-10-26 Juanma Barranquero <lekktu@gmail.com>
4817
acc825c5 4818 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 4819
ad74a69e
MA
48202011-10-26 Michael Albinus <michael.albinus@gmx.de>
4821
4822 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 4823 tramp.el explicitly. (Bug#7583)
ad74a69e 4824
71d4c2a5
SM
48252011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
4826
4827 * progmodes/octave-mod.el:
4828 * progmodes/octave-inf.el: Update maintainer.
4829
b1f6fa26
CY
48302011-10-26 Chong Yidong <cyd@gnu.org>
4831
4832 * subr.el (with-wrapper-hook): Rewrite doc.
4833
3f04efd6
MA
48342011-10-25 Michael Albinus <michael.albinus@gmx.de>
4835
4836 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 4837 filenames "/method:foo:". (Bug#9793)
3f04efd6 4838
410488d3
SM
48392011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
4840
4841 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
4842 (bug#9865).
4843
c1ebb47e
GM
48442011-10-24 Glenn Morris <rgm@gnu.org>
4845
4846 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
4847
7f5c46c7
MA
48482011-10-24 Michael Albinus <michael.albinus@gmx.de>
4849
4850 * notifications.el: Add the requirement of a running D-Bus session
4851 bus to the Commentary.
4852
db2440b6
JL
48532011-10-24 Juri Linkov <juri@jurta.org>
4854
4855 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
4856 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
4857 (Bug#9364)
4858
feecf435
JL
48592011-10-24 Juri Linkov <juri@jurta.org>
4860
4861 * info.el (Info-following-node-name-re): Add newline to the list
4862 of allowed characters for leading space. (Bug#9824)
4863
a3839de2
SM
48642011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
4865
acc825c5
SM
4866 * progmodes/octave-inf.el (inferior-octave-mode-map):
4867 Fix C-c C-h binding.
a3839de2
SM
4868 * progmodes/octave-mod.el (octave-help): Remove.
4869
09388e76
MA
48702011-10-23 Michael Albinus <michael.albinus@gmx.de>
4871
4872 Sync with Tramp 2.2.3.
4873
4874 * net/tramp-cache.el (top): Pacify byte-compiler using
4875 `init-file-user' and `site-run-file'.
4876
4877 * net/trampver.el: Update release number.
4878
86c60681
CY
48792011-10-23 Chong Yidong <cyd@gnu.org>
4880
4881 * files.el (toggle-read-only): Remove obsolete comment about
4882 version control.
4883
4884 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
4885 for toggle-read-only. Note that this hasn't called vc-next-action
4886 since 2008-05-02, though it wasn't documented at the time.
4887
a3839de2
SM
4888 * vc/ediff-init.el (ediff-toggle-read-only-function):
4889 Use toggle-read-only.
86c60681 4890
cd5495ff
AM
48912011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
4892
4893 Fix bug #9560, sporadic wrong indentation; improve instrumentation
4894 of c-parse-state.
4895
00b77525 4896 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 4897 correct faulty logical expression.
cd5495ff
AM
4898 (c-parse-state-state, c-record-parse-state-state):
4899 (c-replay-parse-state-state): New defvar/defuns.
4900 (c-debug-parse-state): Use new functions.
4901
42ee24ed
MR
49022011-10-22 Martin Rudalics <rudalics@gmx.at>
4903
4904 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 4905 last fix. Use window-in-direction correctly.
42ee24ed 4906
a7dee7e7
CY
49072011-10-21 Chong Yidong <cyd@gnu.org>
4908
4909 * progmodes/idlwave.el (idlwave-mode):
4910 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
4911 require-final-newline; that's done in prog-mode.
4912 Suggested by Stefan Monnier.
a7dee7e7 4913
e07b9a6d
MR
49142011-10-21 Martin Rudalics <rudalics@gmx.at>
4915
4916 * mouse.el (mouse-drag-window-above)
4917 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
4918 (mouse-drag-mode-line-1, mouse-drag-header-line)
4919 (mouse-drag-vertical-line-rightward-window): Remove.
4920 (mouse-drag-line): New function.
4921 (mouse-drag-mode-line, mouse-drag-header-line)
4922 (mouse-drag-vertical-line): Call mouse-drag-line.
4923 * window.el (window-at-side-p, windows-at-side): New functions.
4924
7e1361d9
UM
49252011-10-21 Ulrich Mueller <ulm@gentoo.org>
4926
4927 * tar-mode.el (tar-grind-file-mode):
4928 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
4929
30fcaf3a
CY
49302011-10-21 Chong Yidong <cyd@gnu.org>
4931
4932 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
4933 * progmodes/vera-mode.el (vera-mode):
4934 Use mode-require-final-newline.
30fcaf3a 4935
516eddb0
GM
49362011-10-20 Glenn Morris <rgm@gnu.org>
4937
db22a3c2 4938 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 4939
10d5f513
CS
49402011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
4941
4942 * emulation/cua-base.el (cua-set-mark): Fix case of string.
4943
ac6c8639
CY
49442011-10-20 Chong Yidong <cyd@gnu.org>
4945
4946 * emulation/cua-base.el (cua-mode):
4947 * mail/footnote.el (footnote-mode):
4948 * mail/mailabbrev.el (mail-abbrevs-mode):
4949 * net/xesam.el (xesam-minor-mode):
4950 * progmodes/bug-reference.el (bug-reference-mode):
4951 * progmodes/cap-words.el (capitalized-words-mode):
4952 * progmodes/compile.el (compilation-minor-mode)
4953 (compilation-shell-minor-mode):
4954 * progmodes/gud.el (gud-tooltip-mode):
4955 * progmodes/hideif.el (hide-ifdef-mode):
4956 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
4957 * progmodes/subword.el (subword-mode):
4958 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
4959 * progmodes/which-func.el (which-function-mode):
4960 * term/tvi970.el (tvi970-set-keypad-mode):
4961 * term/vt100.el (vt100-wide-mode):
4962 * textmodes/flyspell.el (flyspell-mode):
4963 * textmodes/ispell.el (ispell-minor-mode):
4964 * textmodes/nroff-mode.el (nroff-electric-mode):
4965 * textmodes/paragraphs.el (use-hard-newlines):
4966 * textmodes/refill.el (refill-mode):
4967 * textmodes/reftex.el (reftex-mode):
4968 * textmodes/rst.el (rst-minor-mode):
4969 * textmodes/sgml-mode.el (html-autoview-mode)
4970 (sgml-electric-tag-pair-mode):
4971 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
4972 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
4973 * emulation/crisp.el (crisp-mode):
4974 * emacs-lisp/eldoc.el (eldoc-mode):
4975 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
4976 minor mode behavior.
4977
aa42ab43
JL
49782011-10-19 Juri Linkov <juri@jurta.org>
4979
4980 * descr-text.el (describe-char): Add #x2010 and #x2011 to
4981 the list of hard-coded chars with escape-glyph face.
4982
89400f1d
SM
49832011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
4984
4985 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
4986
305c07f6
MA
49872011-10-19 Michael Albinus <michael.albinus@gmx.de>
4988
4989 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
4990 running process.
4991
13754b54
GM
49922011-10-19 Glenn Morris <rgm@gnu.org>
4993
4994 * vc/vc-bzr.el (vc-bzr-after-dir-status):
4995 Ignore ignored files. (Bug#9726)
4996
06e21633
CY
49972011-10-19 Chong Yidong <cyd@gnu.org>
4998
4999 Doc fix for minor modes, stating that an omitted argument enables
5000 the mode unconditionally when called from Lisp.
5001
5002 * abbrev.el (abbrev-mode):
5003 * allout.el (allout-mode):
5004 * autoinsert.el (auto-insert-mode):
5005 * autoarg.el (autoarg-mode, autoarg-kp-mode):
5006 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
5007 (global-auto-revert-mode):
5008 * battery.el (display-battery-mode):
5009 * composite.el (global-auto-composition-mode)
5010 (auto-composition-mode):
5011 * delsel.el (delete-selection-mode):
5012 * desktop.el (desktop-save-mode):
5013 * dired-x.el (dired-omit-mode):
5014 * dirtrack.el (dirtrack-mode):
5015 * doc-view.el (doc-view-minor-mode):
5016 * double.el (double-mode):
5017 * electric.el (electric-indent-mode, electric-pair-mode):
5018 * emacs-lock.el (emacs-lock-mode):
5019 * epa-hook.el (auto-encryption-mode):
5020 * follow.el (follow-mode):
5021 * font-core.el (font-lock-mode):
5022 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
5023 * help.el (temp-buffer-resize-mode):
5024 * hilit-chg.el (highlight-changes-mode)
5025 (highlight-changes-visible-mode):
5026 * hi-lock.el (hi-lock-mode):
5027 * hl-line.el (hl-line-mode, global-hl-line-mode):
5028 * icomplete.el (icomplete-mode):
5029 * ido.el (ido-everywhere):
5030 * image-file.el (auto-image-file-mode):
5031 * image-mode.el (image-minor-mode):
5032 * iswitchb.el (iswitchb-mode):
5033 * jka-cmpr-hook.el (auto-compression-mode):
5034 * linum.el (linum-mode):
5035 * longlines.el (longlines-mode):
5036 * master.el (master-mode):
5037 * mb-depth.el (minibuffer-depth-indicate-mode):
5038 * menu-bar.el (menu-bar-mode):
5039 * minibuf-eldef.el (minibuffer-electric-default-mode):
5040 * mouse-sel.el (mouse-sel-mode):
5041 * msb.el (msb-mode):
5042 * mwheel.el (mouse-wheel-mode):
5043 * outline.el (outline-minor-mode):
5044 * paren.el (show-paren-mode):
5045 * recentf.el (recentf-mode):
5046 * reveal.el (reveal-mode, global-reveal-mode):
5047 * rfn-eshadow.el (file-name-shadow-mode):
5048 * ruler-mode.el (ruler-mode):
5049 * savehist.el (savehist-mode):
5050 * scroll-all.el (scroll-all-mode):
5051 * scroll-bar.el (scroll-bar-mode):
5052 * server.el (server-mode):
5053 * shell.el (shell-dirtrack-mode):
5054 * simple.el (auto-fill-mode, transient-mark-mode)
5055 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
5056 (line-number-mode, column-number-mode, size-indication-mode)
5057 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
5058 * strokes.el (strokes-mode):
5059 * time.el (display-time-mode):
5060 * t-mouse.el (gpm-mouse-mode):
5061 * tool-bar.el (tool-bar-mode):
5062 * tooltip.el (tooltip-mode):
5063 * type-break.el (type-break-mode-line-message-mode)
5064 (type-break-query-mode):
5065 * view.el (view-mode):
5066 * whitespace.el (whitespace-mode, whitespace-newline-mode)
5067 (global-whitespace-mode, global-whitespace-newline-mode):
5068 * xt-mouse.el (xterm-mouse-mode): Doc fix.
5069
a3839de2
SM
5070 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5071 Fix autogenerated docstring.
06e21633 5072
5214e501
JL
50732011-10-19 Juri Linkov <juri@jurta.org>
5074
5075 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
5076 by checking environment variables "DESKTOP_SESSION" and
5077 "XDG_CURRENT_DESKTOP". (Bug#9779)
5078
195f8db9
JL
50792011-10-19 Juri Linkov <juri@jurta.org>
5080
5081 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
5082 (browse-url-chromium-program, browse-url-chromium-arguments):
5083 New defcustoms.
5084 (browse-url-default-browser): Check for `browse-url-chromium' and
5085 call `browse-url-chromium-program'.
5086 (browse-url-chromium): New command. (Bug#9779)
5087
343a34ff
JB
50882011-10-18 Juanma Barranquero <lekktu@gmail.com>
5089
5090 * facemenu.el (list-colors-duplicates): On Windows, detect more
5091 duplicates by assuming that only colors matching "^System" are
5092 special "system colors". (Bug#9722)
5093
6978a151
SM
50942011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5095
5096 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
5097 to distinguish the author from the committer.
5098
6a80b297
MA
50992011-10-18 Michael Albinus <michael.albinus@gmx.de>
5100
5101 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
5102
b31a5677
JK
51032011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
5104
5105 * international/mule.el (sgml-html-meta-auto-coding-function):
5106 Add support for detecting encoding in HTML5 specified only as
5107 <meta charset="UTF-8">. Implementation just makes http-equiv and
5108 content-type parts from HTML4 encoding string optional. (Bug#9716)
5109
80c6d77f
GM
51102011-10-18 Glenn Morris <rgm@gnu.org>
5111
5112 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
5113
08b0fee8
CY
51142011-10-18 Chong Yidong <cyd@gnu.org>
5115
5116 * faces.el (cursor): Doc fix.
5117
67e729a5
CY
51182011-10-17 Chong Yidong <cyd@gnu.org>
5119
5120 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
5121
343a34ff 51222011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
5123
5124 * dirtrack.el (dirtrack): Support shell buffers with path
5125 prefixes, e.g. tramp-based remote shells. (Bug#9647)
5126
0bc06380
TZ
51272011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
5128
5129 * json.el: Bump version to 1.3 and note change in History.
5130 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
5131
8b79f3e0
SM
51322011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
5133
5a7c536b
SM
5134 * comint.el (comint-insert-input, comint-send-input)
5135 (comint-get-old-input-default, comint-backward-matching-input)
5136 (comint-next-prompt): Use nil instead of `input' for field property of
5137 past user input (bug#114).
5138
96a8a0df
SM
5139 * minibuffer.el (completion--replace): Inherit surrounding properties
5140 (bug#114).
5141 (minibuffer-complete-and-exit): Use it.
5142
8b79f3e0
SM
5143 * comint.el (comint--table-subvert): Quote the all-completions output
5144 (bug#9160).
5145
b8f7ff0d
MR
51462011-10-17 Martin Rudalics <rudalics@gmx.at>
5147
8b79f3e0 5148 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 5149
b8f7ff0d 5150 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 5151 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
5152 entries and separate them from frame entries.
5153
c235b555
GM
51542011-10-15 Glenn Morris <rgm@gnu.org>
5155
5156 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
5157 Doc fixes.
5158
6bbfa6e1
CY
51592011-10-15 Chong Yidong <cyd@stupidchicken.com>
5160
8b79f3e0
SM
5161 * net/network-stream.el (network-stream-open-starttls):
5162 Improve detection of failure due to lack of TLS support.
ec5c990d 5163
6bbfa6e1
CY
5164 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
5165 putting the input text in front and in bold.
5166
98488977
SM
51672011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
5168
3d1337be
SM
5169 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
5170
ee0b45e4
SM
5171 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
5172 empty buffer.
5173
98488977
SM
5174 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
5175 unread-command-events rather than pushing yet-another event.
5176
186f4720
EZ
51772011-10-14 Eli Zaretskii <eliz@gnu.org>
5178
5179 * mail/sendmail.el (sendmail-query-once): Improve the wording of
5180 the explanation of the possible choices. Make the options passed
5181 to completing-read shorter.
5182
8b7a997c
AM
51832011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5184
5185 * textmodes/flyspell.el (flyspell-large-region): Make sure
5186 extended character mode is used if defined (Bug#1339).
5187
12587bbb
EZ
51882011-10-13 Eli Zaretskii <eliz@gnu.org>
5189
5190 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
5191 character info for LRE, LRO, RLE, and RLO characters by appending
5192 an invisible PDF.
12587bbb 5193
bad41229
SM
51942011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
5195
5196 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
5197 even in case of error; add debug spec; simplify data flow.
5198 (with-timeout-handler): Remove.
5199
28dbc92f
MA
52002011-10-12 Michael Albinus <michael.albinus@gmx.de>
5201
5202 Fix Bug#6019, Bug#9315.
5203
5204 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
5205 complete `buffer-file-name', the local file name part could look
5206 remotely (for example on VMS).
5207
5208 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
5209 `tramp-run-real-handler'.
5210 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
5211 already quoted by '"'.
5212
5213 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
5214 Let `file-name-handler-alist' be nil, the local file name part
5215 could look remotely (for example on VMS).
5216
e1b0b23a
SM
52172011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
5218
5219 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
5220 from here...
5221 (flyspell-post-command-hook): ...to here.
5222
a120bde9
SM
52232011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
5224
5225 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
5226 if not needed.
5227 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
5228 using completion. Protect against "slow" callers.
5229 Remove the "message hack".
5230
7ce7717b
JL
52312011-10-11 Juri Linkov <juri@jurta.org>
5232
5233 * isearch.el (isearch-lazy-highlight-word): New variable.
5234 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
5235 Use it. (Bug#9727)
5236
c02ee9d6
GM
52372011-10-11 Glenn Morris <rgm@gnu.org>
5238
5239 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
5240 like f90-previous-statement does.
5241
93e616fd 52422011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5243
1f190e73 5244 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
5245 only in interactive use, to avoid error.
5246
af7b6078
SM
52472011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
5248
5249 * minibuffer.el (completion-file-name-table): Fix last change,
5250 i.e. ignore normal errors but not the other ones.
5251
0563dae9
MR
52522011-10-10 Martin Rudalics <rudalics@gmx.at>
5253
5254 * window.el (special-display-buffer-names)
5255 (special-display-regexps): Remove some remnants of earlier
5256 changes from doc-strings.
366ca7f3
MR
5257 (quit-windows-on): New function.
5258
5259 * vc/vc.el (vc-revert, vc-rollback):
5260 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
5261 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 5262 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 5263
49677495
MR
52642011-10-09 Martin Rudalics <rudalics@gmx.at>
5265
5266 * window.el (frame-auto-hide-function): Add version tag.
5267 (Bug#9699)
5268
56f2d1e1
MA
52692011-10-09 Michael Albinus <michael.albinus@gmx.de>
5270
5271 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
5272 condition.
5273
112a6592
LL
52742011-10-09 Leo Liu <sdl.web@gmail.com>
5275
5276 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
5277 (Bug#9701)
5278
0812589b
GM
52792011-10-08 Glenn Morris <rgm@gnu.org>
5280
5281 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
5282 before the first code statement zero indent. (Bug#9690)
5283
b2b0776e
CY
52842011-10-08 Chong Yidong <cyd@stupidchicken.com>
5285
5286 * simple.el (count-words-region): Always count in the region.
5287 Report the number of lines and characters too.
5288 (count-words): New command, which counts in the buffer if the
5289 region is inactive, as count-words-region used to.
5290 (count-words--message): New function. Handle plurals.
5291 (count-lines-region): Make it an alias for count-words-region.
5292
5293 * bindings.el (esc-map): Replace count-lines-region with
5294 count-words-region.
5295
c557cd6b
MR
52962011-10-08 Martin Rudalics <rudalics@gmx.at>
5297
5298 * window.el (window--delete): Delete dedicated frame
5299 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 5300 (switch-to-buffer): Fix doc-string typo.
c557cd6b 5301
61a57ef4 53022011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5303
3a7d293b 5304 * eshell/eshell.el (eshell-command): Avoid using hooks.
61a57ef4 5305
c3833279
CY
53062011-10-07 Chong Yidong <cyd@stupidchicken.com>
5307
5308 * bindings.el ([M-left],[M-right]): Bind to left-word and
5309 right-word respectively.
5310
21ce8245
GM
53112011-10-07 Glenn Morris <rgm@gnu.org>
5312
5313 * cus-start.el (debug-on-quit): Fix custom type.
5314
6d823bb2
LMI
53152011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
5316
0181e193
LMI
5317 * subr.el (define-key-after): Clarify that the function is not
5318 useful for non-menu keymaps.
5319
6d823bb2
LMI
5320 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
5321
8e3459ce 53222011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5323
21ce8245 5324 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 5325 in current minibuffer (Fix bug with recursive minibuffers).
5326
a1c2d21e
CY
53272011-10-06 Chong Yidong <cyd@stupidchicken.com>
5328
5329 * progmodes/gdb-mi.el (gdb): Doc fix.
5330
5a4cf282
MR
53312011-10-05 Martin Rudalics <rudalics@gmx.at>
5332
5333 * window.el (frame-auto-hide-function): New option replacing
5334 frame-auto-delete. Suggested by Stefan Monnier.
5335 (window--delete): Call frame-auto-hide-function instead of
5336 investigating frame-auto-delete.
c96111ea
MR
5337 (window-point-1, set-window-point-1): New functions.
5338 (window-in-direction, record-window-buffer, window-state-get-1)
5339 (display-buffer-record-window): Use window-point-1 instead of
5340 window-point.
5341 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 5342
9854542e
SM
53432011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
5344
5345 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
5346
8943cfb0
GM
53472011-10-05 Glenn Morris <rgm@gnu.org>
5348
5349 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
5350 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
5351
647ab967
LL
53522011-10-05 Leo Liu <sdl.web@gmail.com>
5353
5354 * subr.el (read-char-choice): Fix argument to buffer-live-p which
5355 works with buffer object.
5356
3ddfbced
SM
53572011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
5358
5359 * mpc.el (mpc-tool-bar-map): Add labels.
5360
bdfa5dd2
GM
53612011-10-04 Glenn Morris <rgm@gnu.org>
5362
5363 * calendar/holidays.el (calendar-check-holidays): Doc fix.
5364
0e2070b5
MR
53652011-10-04 Martin Rudalics <rudalics@gmx.at>
5366
5367 * window.el (window--delete): New function.
5368 (frame-auto-delete): Resuscitate option.
5369 (bury-buffer, replace-buffer-in-windows)
5370 (quit-window): Rewrite using window--delete.
5371 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
5372 Pass display-buffer-mark-dedicated to window--display-buffer-2
5373 (Bug#9639).
5374
3dc61a09
SM
53752011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
5376
915a9b64
SM
5377 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
5378 returns a list (bug#9554). Add remote file name completion.
5379 * comint.el (comint--table-subvert): Curry and get quote&unquote
5380 functions as arguments.
5381 (comint--complete-file-name-data): Adjust call accordingly.
5382 * pcomplete.el (pcomplete--table-subvert): Remove.
5383 (pcomplete-completions-at-point): Use comint--table-subvert instead.
5384
3dc61a09
SM
5385 * minibuffer.el (completion-table-case-fold): Use currying.
5386 (completion--styles-type, completion--cycling-threshold-type):
5387 New constants.
5388 (completion-styles, completion-category-overrides)
5389 (completion-cycle-threshold): Use them.
5390 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
5391 completion-table-case-fold.
5392
8ea0a993
SB
53932011-10-03 Stephen Berman <stephen.berman@gmx.net>
5394
5395 * minibuffer.el (completion-category-overrides): Fix type of styles
5396 and add more user friendly tags (bug#9660).
5397
8c24b7f6
SM
53982011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
5399
5400 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
5401 (mule-input-method-string): New widget.
5402 (default-input-method, language-info-custom-alist): Use it.
5403
428fe61a
SM
54042011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
5405
32c1fffd
SM
5406 * pcomplete.el: Require comint.
5407 (pcomplete--common-suffix): Remove.
5408 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
5409 (pcomplete--table-subvert): Sync with comint--table-subvert.
5410 (pcomplete--entries): Use comint-completion-file-name-table.
5411 * comint.el (comint-unquote-filename): Simplify.
5412 (comint-completion-file-name-table): New function (bug#9616).
5413 (comint--complete-file-name-data): Use it.
5414
428fe61a
SM
5415 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
5416 (pcmpl-gnu-tar-buffer): Remove.
5417 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
5418 around. Make sure pcomplete-suffix-list is only changed temporarily.
5419 Don't look inside the tar's file if it's too large.
428fe61a 5420
04c52e2f
CY
54212011-10-01 Chong Yidong <cyd@stupidchicken.com>
5422
ce3cefcc
CY
5423 * cus-edit.el (custom-mode-map):
5424 * epa.el (epa-key-list-mode-map):
5425 * man.el (Man-mode-map):
5426 * startup.el (splash-screen-keymap):
5427 * simple.el (special-mode-map): Use scroll-up-command and
5428 scroll-down-command.
5429
5430 * progmodes/idlw-help.el (idlwave-help-mode-map):
5431 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
5432 * net/newst-plainview.el (newsticker-mode-map):
5433 * emulation/ws-mode.el (wordstar-mode-map):
5434 * emulation/vi.el (vi-com-map):
5435 * calc/calc-graph.el (calc-graph-show-dumb):
5436 * term/sun.el (terminal-init-sun):
5437 * term/ns-win.el (global-map):
5438 * progmodes/grep.el (grep-mode-map):
5439 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
5440 * mail/rmail.el (rmail-mode-map):
5441 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
5442
04c52e2f
CY
5443 * custom.el (custom-safe-themes, load-theme): Treat value of t for
5444 custom-safe-themes as special.
5445
79adf8c8
JD
54462011-10-01 Julien Danjou <julien@danjou.info>
5447
5448 * notifications.el (notifications-notify): Fix docstring.
5449
63bd50d3
PS
54502011-10-01 Per Starbäck <per@starback.se>
5451
5452 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
5453
199e4c7e
MR
54542011-09-30 Martin Rudalics <rudalics@gmx.at>
5455
5456 * startup.el (command-line-1): Fix last fix by inserting
5457 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 5458 (Bug#9605) and (Bug#9636)
199e4c7e 5459
fe5f08dd
EZ
54602011-09-29 Eli Zaretskii <eliz@gnu.org>
5461
5462 * simple.el (line-move): If auto-hscroll-mode is disabled and the
5463 window is hscrolled, move by logical lines. (Bug#9607)
5464 (line-move-visual): Update the doc string to the above effect.
5465
b5516bbd
MR
54662011-09-29 Martin Rudalics <rudalics@gmx.at>
5467
ccee00c0
MR
5468 * window.el (display-buffer-record-window): When WINDOW is the
5469 selected window use `point' instead of `window-point'. (Bug#9626)
5470
b5516bbd
MR
5471 * startup.el (command-line-1): Use insert-before-markers when
5472 inserting initial-scratch-message. (Bug#9605)
ccee00c0 5473
b5516bbd
MR
5474 * help.el (help-window): Remove variable.
5475
52aa0014
GM
54762011-09-29 Glenn Morris <rgm@gnu.org>
5477
5478 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
5479
df9a7357
JB
54802011-09-29 Juanma Barranquero <lekktu@gmail.com>
5481
5482 * descr-text.el (describe-char-categories): Accept category
5483 descriptions more than one line long.
5484
a8406c20
SM
54852011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
5486
88d9610c
SM
5487 * simple.el (delete-trailing-whitespace): Fix last change.
5488
a5daf810
SM
5489 * progmodes/perl-mode.el (perl-syntax-propertize-function):
5490 Don't confuse "y => 3" as the beginning of a `y' operation.
5491
a8406c20
SM
5492 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
5493 object has more than 4 slots (bug#9613).
5494
a239d4e9
JB
54952011-09-28 Juanma Barranquero <lekktu@gmail.com>
5496
5497 * subr.el (with-output-to-temp-buffer):
5498 * net/quickurl.el (quickurl, quickurl-browse-url):
5499 Fix typos in docstrings.
5500
693fbdb6
EZ
55012011-09-27 Eli Zaretskii <eliz@gnu.org>
5502
5503 * minibuffer.el (completion-styles)
5504 (completion-category-overrides): Cross reference each other in doc
5505 strings.
5506
8b457e28
GM
55072011-09-27 Glenn Morris <rgm@gnu.org>
5508
5509 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
5510 to split-string. (Bug#9606)
5511
85a16208
LMI
55122011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5513
5514 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
5515 (bug#9615).
5516
502f9ebd
CY
55172011-09-27 Chong Yidong <cyd@stupidchicken.com>
5518
5519 * emacs-lisp/package.el (list-packages): Fix echo area message.
5520
7690bdea
LL
55212011-09-27 Leo Liu <sdl.web@gmail.com>
5522
5523 * ido.el (ido-read-internal): Accept cons cell HIST arg.
5524
e2ee6f30
MA
55252011-09-25 Michael Albinus <michael.albinus@gmx.de>
5526
5527 * net/dbus.el (dbus-unregister-object): Don't release services for
5528 registered signals. (Bug#9581)
5529
f3f98342
TZ
55302011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
5531
5532 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
5533 function that picks between cfengine 2 and 3 support
5534 automatically. Update docs accordingly.
5535
dd7aa8dd
KH
55362011-09-22 Kenichi Handa <handa@m17n.org>
5537
5538 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
5539 ZERO.
5540 (indian-itrans-v5-table-for-tamil): New variable.
5541 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
5542
3f2b07f8
KM
55432011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
5544
5545 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
5546 that's true if the current command involved collapsing of text.
5547 It's reset to false at the beginning of the next command.
5548 (allout-post-command-business): Move the cursor to the beginning
5549 of entry if the cursor is hidden and collapsing activity just
5550 happened.
5551
371d6a61
CY
55522011-09-24 Chong Yidong <cyd@stupidchicken.com>
5553
5554 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
5555 tracking (Bug#9541).
5556
2ac2721a
UJ
55572011-09-24 Ulf Jasper <ulf.jasper@web.de>
5558
5559 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
5560 (newsticker-show-news): Automatically load html rendering package
5561 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
5562 because w3m-fill-column is let-bound" and the error "Symbol's value
5563 as variable is void: w3m-fill-column".
2ac2721a 5564
fac7ae53
MA
55652011-09-24 Michael Albinus <michael.albinus@gmx.de>
5566
5567 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
5568 Release services only if they are defined. (Bug#9581)
5569
e08b633b
RS
55702011-09-23 Richard Stallman <rms@gnu.org>
5571
e488d29c
RS
5572 * textmodes/paragraphs.el (forward-sentence): For backwards case,
5573 distinguish start of paragraph from start of its text.
5574
19c38752
RS
5575 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
5576
e08b633b
RS
5577 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
5578 (rmail-generate-viewer-buffer): Put that hook on view buffer.
5579 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
5580
0a39f27e
AS
55812011-09-23 Andreas Schwab <schwab@linux-m68k.org>
5582
5583 * international/mule-diag.el (mule-diag): Insert a newline after
5584 each fontset description.
5585
db4e950d
SM
55862011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
5587
5588 * simple.el (delete-trailing-whitespace):
5589 Document last change; simplify.
5590
eca3f3ea
PW
55912011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
5592
d68e189a
PW
5593 * simple.el (delete-trailing-whitespace): Also delete
5594 extra newlines at the end of the buffer.
5595
eca3f3ea
PW
5596 * textmodes/picture.el: Make motion commands obey shift-select-mode.
5597 (picture-newline): Use forward-line so as to ignore fields.
5598
01c157cc
SM
55992011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
5600
5601 * subr.el (with-wrapper-hook): Fix edebug spec.
5602
022de23e
LMI
56032011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5604
5605 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
5606 (bug#4538).
5607
91683089
MA
56082011-09-23 Michael Albinus <michael.albinus@gmx.de>
5609
eca3f3ea
PW
5610 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
5611 Fix nasty bug using wrong cached values.
91683089 5612
5bdd6fa4
AM
56132011-09-23 Alan Mackenzie <acm@muc.de>
5614
5615 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
5616
97adfb97
CY
56172011-09-23 Chong Yidong <cyd@stupidchicken.com>
5618
5619 * window.el (pop-to-buffer): Ensure right window is selected if we
5620 chose another frame.
5621
d4ef2b50
EZ
56222011-09-22 Eli Zaretskii <eliz@gnu.org>
5623
5624 * simple.el (what-cursor-position): Use get-char-property-change
5625 and next-single-char-property-change, to be able to show display
5626 properties that come from overlays as well as text properties.
5627
72258fe5
CY
56282011-09-22 Chong Yidong <cyd@stupidchicken.com>
5629
5630 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
5631
5632 * cmuscheme.el (run-scheme, switch-to-scheme):
5633 * cus-edit.el (customize-group, custom-buffer-create)
5634 (customize-browse):
5635 * info.el (info):
5636 * shell.el (shell):
5637 * mail/sendmail.el (mail):
5638 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
5639
8f098516
RS
56402011-09-22 Richard Stallman <rms@gnu.org>
5641
5642 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
5643 move back only to line beg, don't move back over blank lines.
5644
e74f1bb6
MA
56452011-09-22 Michael Albinus <michael.albinus@gmx.de>
5646
5647 * files.el (copy-directory): Set directory attributes only in case
5648 they could be retrieved from the source directory. (Bug#9565)
5649
bfeef8b6
DK
56502011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
5651
5652 * progmodes/hideshow.el (hs-looking-at-block-start-p)
5653 (hs-find-block-beginning, hs-hide-level-recursive):
5654 Ignore strings as well as comments. (Bug#9502)
5655
7e423bb8
AS
56562011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
5657
5658 * progmodes/sql.el (sql-comint-postgres):
5659 Convert port number to a string. (Bug#9566)
5660
b4d72fcf
MR
56612011-09-22 Martin Rudalics <rudalics@gmx.at>
5662
5663 * window.el (quit-window): Undedicate window when switching to
5664 previous buffer. Reported by Thierry Volpiatto
5665 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
5666 (special-display-popup-frame): When popping up a new frame reset
5667 its previous buffers to nil. Simplify code.
b4d72fcf 5668
a7b88dc6
MA
56692011-09-21 Michael Albinus <michael.albinus@gmx.de>
5670
5671 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
5672 and process filter, as done also in `shell-command'.
5673
cf4eacfd
MR
56742011-09-21 Martin Rudalics <rudalics@gmx.at>
5675
eca3f3ea 5676 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
5677 Call set-window-start with NOFORCE argument t.
5678 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
5679 (quit-window): Reword doc-string. Handle new format of
5680 quit-restore parameter. Don't delete window if it has a
5681 previous buffer we can show instead of the present one.
5682 (display-buffer-record-window): Rewrite using a new format for
5683 the quit-restore window parameter
5684 (special-display-popup-frame, display-buffer-same-window)
5685 (display-buffer-reuse-window, display-buffer-pop-up-frame)
5686 (display-buffer-pop-up-window, display-buffer-use-some-window):
5687 Adapt symbol passed to display-buffer-record-window.
5688 * help.el (help-window-setup): Handle new format of quit-restore
5689 parameter.
5690
8d28cb95
SM
56912011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
5692
94ab793f
SM
5693 * faces.el (face-list): Fix docstring (bug#9564).
5694
8d28cb95
SM
5695 * window.el (display-buffer--action-function-custom-type):
5696 Don't include internal functions in the Custom interface.
5697
3820edeb
JL
56982011-09-20 Juri Linkov <juri@jurta.org>
5699
5700 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
5701 (Info-forward-node, Info-backward-node, Info-next-preorder)
5702 (Info-last-preorder): Use it. (Bug#9528)
5703
5147931d
JL
57042011-09-20 Juri Linkov <juri@jurta.org>
5705
5706 * info.el (Info-last-preorder): Visit last menu item only when
5707 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
5708
cf499a1a
JD
57092011-09-20 Julien Danjou <julien@danjou.info>
5710
5711 * password-cache.el (password-cache-remove): Remove entries even if the
5712 value is nil, so that password with a nil value (negative caching) is
5713 possible to invalidate.
5714
f84e2fe2
LM
57152011-09-20 Lawrence Mitchell <wence@gmx.li>
5716
5717 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
5718 all whitespace around breakpoint. (Bug#9553)
5719 (f90-find-breakpoint): Only break at whitespace inside a comment.
5720
78054a46
SM
57212011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
5722
5723 * minibuffer.el (completion-file-name-table): Keep track of errors.
5724 (completion-table-with-predicate): Handle the case where pred1 is nil.
5725 * pcomplete.el (pcomplete-completions-at-point): Simplify.
5726
345083b2
SM
57272011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5728
e24e27be
SM
5729 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
5730 (debugger-return-value): Signal an error if the debugging context does
5731 not await any return value.
5732
345083b2
SM
5733 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
5734 * image-mode.el (image-toggle-display-text)
5735 (image-toggle-display-image): Stay away from evil `intangible'.
5736
08d355e3
LL
57372011-09-19 Leo Liu <sdl.web@gmail.com>
5738
5739 * replace.el (occur-revert-arguments): Make it permanent-local.
5740 (occur-mode): Don't call font-lock-defontify.
5741
f01da43f
CY
57422011-09-19 Chong Yidong <cyd@stupidchicken.com>
5743
5744 * net/ldap.el (ldap-search-internal): Don't push empty search
5745 result (Bug#9508).
5746
b6072fa6
SM
57472011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5748
5749 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
5750
443d6696
MA
57512011-09-19 Michael Albinus <michael.albinus@gmx.de>
5752
5753 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
5754 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
5755
7cc6e154
JL
57562011-09-18 Juri Linkov <juri@jurta.org>
5757
5758 * buff-menu.el (Buffer-menu-mode-map):
5759 * dired.el (dired-mode-map):
5760 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
5761 (lisp-interaction-mode-map):
5762 * emacs-lisp/package.el (package-menu-mode-map):
5763 * epa.el (epa-key-list-mode-map):
5764 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
5765 (menu-bar-options-menu):
5766 * outline.el (outline-mode-menu-bar-map):
5767 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
5768 * vc/vc-dir.el (vc-dir-menu-map):
5769 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
5770 Capitalize non-function content words in menu item strings.
5771
5772 * dired.el (dired-mode-map): Add menu item for
5773 `image-dired-dired-toggle-marked-thumbs'.
5774
80302a81
JL
57752011-09-18 Juri Linkov <juri@jurta.org>
5776
5777 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
5778 to `isearch-case-fold-search' and restore its original value
5779 after the `isearch-mode' call.
5780
46c5cf66
JL
57812011-09-18 Juri Linkov <juri@jurta.org>
5782
5783 * progmodes/grep.el (grep-process-setup): Don't check code for 1
5784 because `zgrep' returns 1 for successful matches (bug#9226).
5785
d18b513b
JL
57862011-09-18 Juri Linkov <juri@jurta.org>
5787
5788 * info.el (Info-extract-menu-node-name): Check the second match
5789 for empty string (second test-case of bug#9528).
5790 (Info-last-preorder): Let-bind `Info-history' to nil to not add
5791 intermediate nodes to the history (first test-case of bug#9528).
5792
72753f87
JL
57932011-09-18 Juri Linkov <juri@jurta.org>
5794
5795 * info.el (Info-mode-syntax-table): New variable.
1154d12e 5796 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 5797
c9384295
JL
57982011-09-18 Juri Linkov <juri@jurta.org>
5799
1154d12e
JB
5800 * info.el (Info-file-supports-index-cookies):
5801 Increment line-beginning-position's arg from 3 to 4 because makeinfo
5802 outputs one more line for long file names (bug#4142).
c9384295 5803
d473dce8
CY
58042011-09-18 Chong Yidong <cyd@stupidchicken.com>
5805
5806 * newcomment.el (comment-normalize-vars): If prompting for
5807 comment-start, set comment-start-skip too (Bug#8424).
5808
2176854d
JB
58092011-09-18 Johan Bockgård <bojohan@gnu.org>
5810
5811 * icomplete.el: Fix previous fix of Bug#5849.
5812 (icomplete-mode): Don't set completion-show-inline-help.
5813 (icomplete-minibuffer-setup): Set completion-show-inline-help
5814 locally during icompletion.
5815
3aace4e4
CY
58162011-09-18 Chong Yidong <cyd@stupidchicken.com>
5817
c940224f
CY
5818 * woman.el (woman2-process-escapes): Don't delete unrecognized
5819 escapes (Bug#7843).
5820
3aace4e4
CY
5821 * files.el (inhibit-first-line-modes-regexps): Add image files.
5822 (hack-local-variables-prop-line): Return nil for malformed
5823 prop-lines (Bug#9044).
5824
710dec63
MA
58252011-09-18 Michael Albinus <michael.albinus@gmx.de>
5826
5827 * net/tramp.el (top): Don't require 'shell.
5828 (tramp-methods): Fix docstring.
5829 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
5830 Return complete remote file name. Handle "smb" case.
5831 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
5832 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
5833
5834 * net/tramp-compat.el (top): Require 'shell.
5835
5836 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
5837 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
5838 `tramp-current-host'.
5839 (tramp-get-remote-tmpdir): Remove.
5840
5841 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
5842 `tramp-tmpdir' entries.
5843 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
5844 (tramp-smb-handle-file-attributes): Ignore errors.
5845 (tramp-smb-wait-for-output): Check also for process end.
5846
5d5ac8ec
LMI
58472011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
5848
5849 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
5850 when sending QUIT (bug#9312).
5851
8c0f49f0
CY
58522011-09-17 Chong Yidong <cyd@stupidchicken.com>
5853
5854 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
5855 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
5856 occur-mode-display-occurrence.
5857 (occur-edit-mode): Add usage message.
5858 (occur-cease-edit): New command.
5859 (occur-after-change-function): Use text properties to find the
5860 position of the prefix text.
5861 (occur-engine): Set stickiness of prefix text properties.
5862
8f1383f7
GM
58632011-09-17 Glenn Morris <rgm@gnu.org>
5864
5865 * progmodes/etags.el (complete-tag):
5866 Fix call to completion-in-region. (Bug#9526)
5867
744ba0e3
JL
58682011-09-17 Juri Linkov <juri@jurta.org>
5869
5870 * textmodes/ispell.el (ispell-word): Add to the error message
5871 the word, ispell program name and current dictionary (bug#9121).
5872 (ispell-tex-arg-end): Capitalize "error" in the error message.
5873
d9bbf400
AS
58742011-09-17 Andreas Schwab <schwab@linux-m68k.org>
5875
5876 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
5877 check. (Bug#4251)
5878
8da11505
JL
58792011-09-17 Juri Linkov <juri@jurta.org>
5880
5881 * window.el (window-safe-min-height, window-safe-min-width):
5882 Fix typos (followup to bug#9522).
5883
a91adc7e
SJ
58842011-09-17 Sven Joachim <svenjoac@gmx.de>
5885
5886 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
5887
064f328a
EZ
58882011-09-16 Eli Zaretskii <eliz@gnu.org>
5889
5890 * simple.el (line-move): If goal-column is set, move by logical
5891 lines, not by display lines. (Bug#971)
5892 (next-line, previous-line, goal-column, line-move-visual): Doc fix
5893 to reflect the above change.
5894
e69df516
SM
58952011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
5896
5897 * image.el (imagemagick-register-types): Use regexp-opt.
5898
cbb0f9ab
CY
58992011-09-15 Chong Yidong <cyd@stupidchicken.com>
5900
5901 * window.el (display-buffer-base-action): Rename from
5902 display-buffer-default-action. Make default value empty.
5903 (display-buffer-overriding-action): Convert to defvar.
5904 (display-buffer-fallback-action): New var.
5905
25322144
CY
59062011-09-15 Chong Yidong <cyd@stupidchicken.com>
5907
5908 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
5909 declaration.
5910 (package--add-to-archive-contents): If there is a duplicate entry
5911 with an older version, remove it.
5912 (package-menu-mark-delete, package-menu-mark-install)
5913 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
5914 (package-menu-mark-obsolete-for-deletion):
5915 Use package-menu-get-status instead of a regexp search.
25322144
CY
5916 (package-menu-get-status): Use tabulated-list-entry.
5917 (package-menu-mark-upgrades): New command.
d770725a 5918 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
5919 (package-menu-execute): Do installation before deletion.
5920 (package-menu-refresh, package-menu-execute): Use derived-mode-p
5921 instead of checking major-mode.
5922 (package-menu--find-upgrades): New function.
5923
7520339c
LMI
59242011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5925
5926 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
5927 passwords in the log buffer.
65a046c4
LMI
5928 (smtpmail-process-filter): Update the process marker so that the
5929 "broken by peer" status message is inserted in the right place.
7520339c 5930
d3c30954
SM
59312011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
5932
3fe48822
SM
5933 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
5934 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
5935 bibtex-completion-at-point-function.
5936 (bibtex-completion-at-point-function): Use them.
5937
1b8b3954
SM
5938 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
5939
d3c30954
SM
5940 * mpc.el (mpc-constraints-tag-lookup): New function.
5941 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
5942 also to browser "album|playlist".
5943
72779976
JL
59442011-09-14 Juri Linkov <juri@jurta.org>
5945
5946 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
5947 (isearch-edit-string): Use length of `isearch-string' when
5948 `isearch-fail-pos' returns nil.
5949 (isearch-message): Remove duplicate code and call
5950 `isearch-fail-pos' with arg `t'.
5951
a0bf2bcd
CY
59522011-09-14 Chong Yidong <cyd@stupidchicken.com>
5953
17bb0a2d
CY
5954 * replace.el (occur-mode-goto-occurrence): Don't force using other
5955 window (Bug#9499).
5956
a0bf2bcd
CY
5957 * dired-aux.el (dired-do-chmod): Don't provide initial input.
5958
f678e0b6
MR
59592011-09-14 Martin Rudalics <rudalics@gmx.at>
5960
5961 * window.el (display-buffer-window): Remove.
5962 (display-buffer-record-window): Use help-setup window parameter
5963 instead of variable display-buffer-window.
5964 (display-buffer-function, special-display-buffer-names)
5965 (special-display-function): Mention help-setup parameter instead
5966 of display-buffer-window in doc-string.
d3c30954
SM
5967 * help.el (help-window-setup): New argument help-window.
5968 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
5969 Reword some messages.
5970 (with-help-window): Pass window used for displaying the buffer
5971 to help-window-setup. Don't set display-buffer-window.
5972
8e39b2e8
GM
59732011-09-13 Glenn Morris <rgm@gnu.org>
5974
5975 * emacs-lisp/debug.el (debugger-make-xrefs):
5976 Preserve point. (Bug#9462)
5977
85e9c04b
CY
59782011-09-13 Chong Yidong <cyd@stupidchicken.com>
5979
5980 * window.el (window-deletable-p): Use next-frame.
5981
1b36ed6a
MR
59822011-09-13 Martin Rudalics <rudalics@gmx.at>
5983
5984 * window.el (window-auto-delete): Remove.
5985 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 5986 dedication and previous buffers.
1b36ed6a
MR
5987 (switch-to-prev-buffer): Don't delete window.
5988 (delete-windows-on): Delete a window's frame if and only if the
5989 window is dedicated.
5990 (replace-buffer-in-windows): Delete buffer's window or frame if
5991 and only if window is dedicated.
5992 (quit-window): Handle quit-restore as before last change.
4d61f28d 5993 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 5994
ef8ef9fb
CY
59952011-09-13 Chong Yidong <cyd@stupidchicken.com>
5996
5997 * window.el (window-deletable-p): Never delete the last frame on a
5998 given terminal.
5999
b2cba41e
GM
60002011-09-13 Glenn Morris <rgm@gnu.org>
6001
6002 * help.el (describe-key-briefly): Copy previous standard-output change.
6003
51553db6 60042011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
6005
6006 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
6007
b7556719
GM
60082011-09-13 Glenn Morris <rgm@gnu.org>
6009
6010 * emacs-lisp/lisp-mode.el (lisp-indent-function):
6011 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
6012
64b51947
CY
60132011-09-12 Chong Yidong <cyd@stupidchicken.com>
6014
6015 * dired-aux.el (dired-mark-read-string): Don't return default
6016 value on empty input (Bug#9361).
6017 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
6018 Omit initial minibuffer contents.
6019 (dired-do-chmod): Signal an error on empty input.
6020 (dired-mark-read-string): Don't return default on empty input.
6021
6022 * files.el (file-modes-symbolic-to-number): Doc fix.
6023
393a301e
SM
60242011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6025
6026 * international/mule-cmds.el (ucs-completions): Remove.
6027 (read-char-by-name): Use complete-with-action instead; add metadata.
6028
fa5660f9
CY
60292011-09-11 Chong Yidong <cyd@stupidchicken.com>
6030
6031 * window.el (display-buffer--action-function-custom-type)
6032 (display-buffer--action-custom-type): New vars.
6033 (display-buffer-alist, display-buffer-default-action)
6034 (display-buffer-overriding-action): Add defcustom types.
6035
4a592f66
CY
6036 * frame.el (delete-other-frames): Doc fix (Bug#276).
6037
73d56dbd
LMI
60382011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6039
6040 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
6041
37ac18a3
CY
60422011-09-11 Chong Yidong <cyd@stupidchicken.com>
6043
6044 Change modes that used same-window-* vars to use switch-to-buffer.
6045
6046 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
6047 Use switch-to-buffer.
6048
6049 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
6050 (customize-browse, custom-buffer-create-other-window):
6051 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
6052
6053 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
6054 (Info-prev, Info-up, Info-speedbar-goto-node)
6055 (info-display-manual): Use switch-to-buffer.
6056 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
6057
6058 * mail/sendmail.el (mail): Use switch-to-buffer.
6059 (mail-recover): Use switch-to-buffer-other-window.
6060
6061 * cmuscheme.el (run-scheme, switch-to-scheme):
6062 * ielm.el (ielm):
6063 * shell.el (shell):
6064 * net/rlogin.el (rlogin):
6065 * net/telnet.el (telnet, rsh):
6066 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
6067
10195bd6
AS
60682011-09-11 Andreas Schwab <schwab@linux-m68k.org>
6069
6070 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
6071
b322f63a
LMI
60722011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6073
39d7fed6
LMI
6074 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
6075 so don't mention it (bug#9301).
ba5a81f1 6076 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 6077
ee0e9f11
LMI
6078 * faces.el (face-spec-set-match-display): Make `(type graphic)'
6079 match `x', `w32' and `ns', like the manual says (bug#9029).
6080
0b1c89c1 6081 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
6082 (process-kill-buffer-query-function): Mention the buffer name in
6083 the query.
0b1c89c1 6084
77549ea8
LMI
6085 * image-mode.el (image-next-line): The line parameter is mandatory
6086 (bug#9258).
6087
803ef892
LMI
6088 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
6089 which can be useful (bug#9301).
6090
12980837
LMI
6091 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
6092
91054f8f
LMI
6093 * subr.el (match-string): Mention that the current buffer should
6094 be the same as the search was done in (bug#9282).
6095
b322f63a
LMI
6096 * facemenu.el: Disable the remove-* commands if the mark isn't
6097 active (bug#9162).
6098
3199b96f
CY
60992011-09-10 Chong Yidong <cyd@stupidchicken.com>
6100
6101 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
6102 of display-buffer.
6103 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
6104
6105 * replace.el (occur-mode-goto-occurrence)
6106 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
6107 and display-buffer.
6108
6109 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
6110 display-buffer.
6111
6112 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
6113 special-display and same-window variables.
6114 (mail-other-window): Use switch-to-buffer-other-window.
6115 (mail-other-frame): USe switch-to-buffer-other-frame.
6116
393a301e
SM
6117 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
6118 Use display-buffer-other-frame.
3199b96f
CY
6119 (gdb-display-gdb-buffer): Use pop-to-buffer.
6120
6121 * progmodes/gud.el (gud-goto-info): Use info-other-window.
6122
6123 * progmodes/python.el: Don't set same-window-buffer-names.
6124
6125 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
6126
6127 * window.el (display-buffer-alist): Add *Python*.
6128
8319e0bf
CY
61292011-09-10 Chong Yidong <cyd@stupidchicken.com>
6130
6131 * window.el (display-buffer-alist): Add entry for buffers
6132 previously handled same-window-*.
6133 (display-buffer-alist, display-buffer-default-action)
6134 (display-buffer-overriding-action): Mark as risky.
6135 (display-buffer-alist): Document action function changes.
6136 (display-buffer--same-window-action)
6137 (display-buffer--other-frame-action): New variables.
6138 (switch-to-buffer, display-buffer-other-frame): Use them.
6139 (display-buffer): Rename reuse-frame entry to reusable-frames.
6140 (display-buffer-reuse-selected-window): Function deleted.
6141 (display-buffer-reuse-window): Handle reusable-frames alist entry.
6142 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
6143 (display-buffer-special): New function.
6144 (display-buffer--maybe-pop-up-frame-or-window): Rename from
6145 display-buffer-reuse-or-pop-window. Split off special-display
6146 part into display-buffer-special.
6147 (display-buffer-use-some-window): Don't perform any special
6148 pop-up-frames handling.
6149 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 6150 (display-buffer--maybe-same-window): Rename from
0d3ff375 6151 display-buffer-maybe-same-window.
8319e0bf 6152
919a69aa
CY
6153 * info.el: Don't set same-window-regexps.
6154 (info-setup): New function.
6155 (info-other-window, info): Call it.
6156
6157 * cus-edit.el: Don't set same-window-regexps.
6158 (customize-group): New argument.
6159 (customize-group-other-window): Use it.
6160 (customize-face, customize-face-other-window): Likewise.
6161 (custom-buffer-create-other-window): Use pop-to-buffer directly.
6162
8319e0bf
CY
6163 * net/rlogin.el:
6164 * net/telnet.el:
6165 * progmodes/gud.el: Don't set same-window-regexps.
6166
6167 * cmuscheme.el:
6168 * ielm.el:
6169 * shell.el:
6170 * mail/sendmail.el:
6171 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
6172
25173000
JL
61732011-09-10 Juri Linkov <juri@jurta.org>
6174
6175 * isearch.el (isearch-edit-string): Remove obsolete mention of
6176 `C-w' (`isearch-yank-word-or-char') from docstring.
6177 (isearch-query-replace): Fix typo in docstring (bug#9466).
6178
056e44ef
JL
61792011-09-10 Juri Linkov <juri@jurta.org>
6180
6181 * paren.el (show-paren-function): Don't show escaped parens.
6182 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
6183
c3760c17
EZ
61842011-09-10 Eli Zaretskii <eliz@gnu.org>
6185
6186 * mail/sendmail.el (mml-to-mime, mml-attach-file)
6187 (mm-default-file-encoding): Remove autoload forms, they are
6188 replaced with autoload cookies in mml.el and mm-encode.el.
6189 (mail-add-attachment): New command.
6190 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
6191 (mail-mode): Mention mail-insert-file and mail-add-attachment in
6192 the doc string.
6193 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
6194
fece895e
RT
61952011-09-10 Reuben Thomas <rrt@sc3d.org>
6196
e69df516
SM
6197 * simple.el (count-words-region): Use buffer if there's no region
6198 (bug#9429).
fece895e 6199
5e68ce4a
JL
62002011-09-09 Juri Linkov <juri@jurta.org>
6201
6202 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
6203 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
6204 (wdired-isearch-filter-read-only): New function. (Bug#6362)
6205
0a6b9622
AM
62062011-09-09 Alan Mackenzie <acm@muc.de>
6207
6208 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
6209 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
6210
14a29deb
EZ
62112011-09-09 Eli Zaretskii <eliz@gnu.org>
6212
6213 Fix for Savannah bug#9392.
6214 * simple.el (mail-encode-mml): New defvar.
6215
6216 * mail/rmail.el (mail-encode-mml): Add a defvar.
6217 (rmail-enable-mime-composing): Default to t.
6218 (rmail-forward): Use MIME method of forwarding only if both
6219 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
6220 Set mail-encode-mml non-nil if the MIME method was used.
6221
6222 * mail/sendmail.el (mml-to-mime): Add autoload form.
6223 (mail-encode-mml): Add a defvar.
6224 (mail-mode): Make mail-encode-mml buffer-local and initialize it
6225 to nil.
6226 (mail-send): If mail-encode-mml is non-nil, run the outgoing
6227 message through mml-to-mime, and reset mail-encode-mml to nil.
6228
28c45130
GM
62292011-09-09 Glenn Morris <rgm@gnu.org>
6230
6231 * woman.el (woman-if-body): When processing an .el block,
6232 do not delete the next .el block as well. (Bug#9447)
69f4b618 6233 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 6234
9b1c252e
MR
62352011-09-08 Martin Rudalics <rudalics@gmx.at>
6236
6237 * window.el (window-deletable-p): Make sure window is live before
6238 invoking window-prev-buffers.
6239
567457e3
LL
62402011-09-08 Leo Liu <sdl.web@gmail.com>
6241
6242 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
6243
97f05794
JL
62442011-09-08 Juri Linkov <juri@jurta.org>
6245
6246 * progmodes/compile.el (compilation-environment): Make it
6247 a defcustom (bug#8340).
6248
8b0874b5
MR
62492011-09-08 Martin Rudalics <rudalics@gmx.at>
6250
6251 * window.el (frame-auto-delete): Rename to window-auto-delete.
6252 Make it control auto-deletion of windows and/or frames.
6253 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 6254 for deleting window/frame. (Bug#9419)
8b0874b5
MR
6255 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
6256 Rewrite handling of case when window/frame can be deleted.
6257 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 6258 argument t. (Bug#9456)
8b0874b5 6259
4feb6e73
CY
62602011-09-07 Chong Yidong <cyd@stupidchicken.com>
6261
6262 * help-mode.el (help-mode): Restore autoload.
6263
91ab9c13
JL
62642011-09-07 Juri Linkov <juri@jurta.org>
6265
6266 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
6267 `compilation-environment'. Set buffer-local
6268 `compilation-environment' to `thisenv' later after (funcall mode).
6269 (Bug#8340)
6270
6271 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
6272 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
6273 instead of replacing its value. (Bug#8340)
6274
0527e251
JL
62752011-09-07 Juri Linkov <juri@jurta.org>
6276
6277 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
6278 based on text properties put by `grep-filter' instead of matching
6279 escape sequences.
6280 (grep-mode): Set buffer-local `compilation-error-screen-columns'
6281 to the value of `grep-error-screen-columns' (bug#9438).
6282
249f792c
JL
62832011-09-07 Juri Linkov <juri@jurta.org>
6284
6285 * simple.el (next-error-highlight, next-error-highlight-no-select):
6286 Doc fix (bug#9432).
6287
ff7271b9
OT
62882011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
6289
6290 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
6291 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
6292
183fc730
LL
62932011-09-07 Leo Liu <sdl.web@gmail.com>
6294
6295 * net/rcirc.el (rcirc-mode): Conditionally initialize
6296 rcirc-input-ring.
6297
77694924
SM
62982011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
6299
6300 * emacs-lisp/find-func.el (find-function-C-source): Only set
6301 find-function-C-source-directory after checking that we found a source
6302 file there (bug#9440).
6303
d809b8eb
AM
63042011-09-06 Alan Mackenzie <acm@muc.de>
6305
6306 * isearch.el (isearch-other-meta-char): Wherever a key list is
6307 unread, "unread" the prefix arg, too. This fixes bug #8901.
6308
453de99f
OG
63092011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
6310
6311 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
6312
90439906
JL
63132011-09-05 Juri Linkov <juri@jurta.org>
6314
6315 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
6316
f62bd846
JL
63172011-09-05 Juri Linkov <juri@jurta.org>
6318
6319 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
6320 keeping point where processing of grep matches begins, and
6321 continue to delete remaining escape sequences from the same point.
6322 (grep-filter): Make leading zero optional in "0?1;31m" because
6323 git-grep emits "\033[1;31m" escape sequences unlike expected
6324 "\033[01;31m" as GNU Grep does (bug#9408).
6325 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
6326
045820ec
JL
63272011-09-05 Juri Linkov <juri@jurta.org>
6328
6329 * subr.el (y-or-n-p): Capitalize "yes".
6330
f5e29b9b
MA
63312011-09-04 Michael Albinus <michael.albinus@gmx.de>
6332
6333 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
6334 `tramp-cache-unload-hook' where appropriate.
6335 (tramp-methods): Rename `tramp-remote-sh' to
6336 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
6337 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
6338
6339 * net/tramp-sh.el (top): Don't require 'shell.
6340 (tramp-methods): Add `tramp-remote-shell' and
6341 `tramp-remote-shell-args' entries.
6342 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
6343 (tramp-sh-handle-shell-command): Remove.
6344 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
6345 Use `tramp-remote-shell'.
6346
2784c434
CY
63472011-09-03 Chong Yidong <cyd@stupidchicken.com>
6348
393a301e 6349 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
6350 (sendmail-query-once): Save directly to send-mail-function.
6351 Update message-send-mail-function too.
6352
6353 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
6354
464cdf56
CS
63552011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
6356
6357 * progmodes/python.el (python-mode-map): Use correct function to
6358 start python interpreter from menu-bar (as reported by Geert
6359 Kloosterman).
6360 (inferior-python-mode-map): Fix typo.
393a301e 6361 (python-shell-map): Remove.
464cdf56 6362
d37e5c87
DD
63632011-09-03 Deniz Dogan <deniz@dogan.se>
6364
6365 * net/rcirc.el (rcirc-print): Simplify code for
6366 rcirc-scroll-show-maximum-output. There is no need to walk
6367 through all windows to find the right one.
6368
f3ada0ee
CS
63692011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
6370
6371 * help.el (help-return-method): Doc fix.
6372
1f3c99ca
MR
63732011-09-03 Martin Rudalics <rudalics@gmx.at>
6374
6375 * window.el (window-deletable-p): Don't return a non-nil value
6376 when there's a buffer that was shown in the window before.
6377 (Bug#9419)
393a301e
SM
6378 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
6379 Set window's previous buffers to nil.
1f3c99ca 6380
a3cf097f
EZ
63812011-09-03 Eli Zaretskii <eliz@gnu.org>
6382
6383 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
6384 newline before and after the tag line, so it doesn't interfere
6385 with determining the paragraph direction of bidirectional text.
6386
3d03de90
LL
63872011-09-03 Leo Liu <sdl.web@gmail.com>
6388
6389 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
6390
c3313451
CY
63912011-09-02 Chong Yidong <cyd@stupidchicken.com>
6392
393a301e 6393 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
6394 (pop-to-buffer): Change interactive spec. Pass second argument
6395 directly to display-buffer.
6396 (display-buffer): Fix interactive spec. Use functionp to
6397 distinguish between a function and a list of functions.
6398
6399 * abbrev.el (edit-abbrevs):
6400 * arc-mode.el (archive-extract):
6401 * autoinsert.el (auto-insert):
6402 * bookmark.el (bookmark-bmenu-list):
6403 * files.el (find-file):
6404 * view.el (view-buffer):
6405 * progmodes/compile.el (compilation-goto-locus):
6406 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
6407
89894cd8
CY
64082011-09-02 Chong Yidong <cyd@stupidchicken.com>
6409
6410 * window.el (display-buffer-alist): Doc fix.
6411 (display-buffer): Add docstring. Don't treat
6412 display-buffer-default specially.
6413 (display-buffer-reuse-selected-window)
6414 (display-buffer-same-window, display-buffer-maybe-same-window)
6415 (display-buffer-reuse-window, display-buffer-pop-up-frame)
6416 (display-buffer-pop-up-window)
6417 (display-buffer-reuse-or-pop-window)
6418 (display-buffer-use-some-window): New functions.
6419 (display-buffer-default-action): Use them.
393a301e 6420 (display-buffer-default): Delete.
89894cd8
CY
6421 (pop-to-buffer-1): Fix choice of actions.
6422
ae0bc9fb
SM
64232011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
6424
6425 * minibuffer.el (completion--insert-strings): Don't get confused by
6426 completion entries that end with an LF char.
6427
e9d90883
EZ
64282011-09-01 Eli Zaretskii <eliz@gnu.org>
6429
6430 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
6431
437014c8
CY
64322011-09-01 Chong Yidong <cyd@stupidchicken.com>
6433
6434 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
6435 (display-buffer-same-window, display-buffer-other-window):
6436 New functions.
437014c8
CY
6437 (pop-to-buffer-1): New function. Use the above.
6438 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 6439 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
6440
6441 * view.el (view-buffer-other-window, view-buffer-other-frame):
6442 Just use pop-to-buffer.
6443
a5e063d5
TV
64442011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6445
6446 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
6447
793d32bb
WH
64482011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
6449
6450 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
6451
d65e4c15
RS
64522011-08-31 Richard Stallman <rms@gnu.org>
6453
6454 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
6455 of the separation of rmail-view-buffer from rmail-buffer.
6456 If you say no to "replace original", the decrypt is in the
6457 view buffer. If you say yes, the decrypt goes into the
6458 rmail buffer also.
6459
f818cd2a
MR
64602011-08-31 Martin Rudalics <rudalics@gmx.at>
6461
6462 * window.el (display-buffer-window): Rewrite doc-string.
6463 (display-buffer-record-window): New function.
6464 (display-buffer-macro-specifiers)
6465 (display-buffer-even-window-sizes, display-buffer-set-height)
6466 (display-buffer-set-width, display-buffer-in-window)
6467 (display-buffer-reuse-window, display-buffer-split-specifiers)
6468 (display-buffer-side-specifiers, display-buffer-split-window-1)
6469 (display-buffer-split-window, display-buffer-split-atom-window)
6470 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
6471 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
6472 (display-buffer-other-window-means-other-frame)
6473 (display-buffer-normalize-special)
6474 (display-buffer-normalize-default)
6475 (display-buffer-normalize-argument)
6476 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
6477 (display-buffer-normalize-specifiers, display-buffer-frame)
6478 (display-buffer-same-window, display-buffer-same-frame)
6479 (display-buffer-other-window)
6480 (display-buffer-same-frame-other-window)
6481 (display-buffer-other-frame, pop-to-buffer-same-window)
6482 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
6483 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
6484 (switch-to-buffer-same-frame)
6485 (switch-to-buffer-other-window-same-frame)
6486 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
6487 (display-buffer-alist-set-1, display-buffer-alist-set-2)
6488 (display-buffer-alist-set): Remove.
6489 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
6490 (special-display-regexps, special-display-function):
6491 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
6492 parameter.
6493 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
6494 (special-display-frame-alist, special-display-popup-frame)
6495 (same-window-buffer-names, same-window-regexps, same-window-p)
6496 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
6497 (split-window-preferred-function, split-height-threshold)
6498 (split-width-threshold, window-splittable-p)
6499 (split-window-sensibly, window--try-to-split-window)
6500 (window--frame-usable-p, even-window-heights)
6501 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
6502 (window--display-buffer-2, display-buffer-other-frame):
6503 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
6504 (display-buffer-default, display-buffer-assq-regexp): New functions.
6505 (display-buffer-alist): Rewrite doc-string.
6506 (display-buffer-default-action)
6507 (display-buffer-overriding-action): New variables.
6508 (display-buffer, switch-to-buffer): Rewrite.
6509 (pop-to-buffer): Restore Emacs 23 behavior but use
6510 window-normalize-buffer-to-display.
6511 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
6512 Restore Emacs 23 behavior but use
6513 window-normalize-buffer-to-switch-to.
6514 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
6515 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
6516 Rewrite using Emacs 23 options.
f818cd2a 6517
5bc3b51d
MA
65182011-08-31 Michael Albinus <michael.albinus@gmx.de>
6519
6520 * net/tramp.el (tramp-root-regexp): Remove.
6521 (tramp-completion-file-name-regexp-unified)
6522 (tramp-completion-file-name-regexp-separate)
6523 (tramp-completion-file-name-regexp-url): Don't use leading volume
6524 letter on win32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
6525 (tramp-drop-volume-letter): Simplify definition.
6526 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 6527
b1a4f8e1
SM
65282011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
6529
6530 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
6531 (bug#9356).
6532
5664fa7b
RT
65332011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
6534
b1a4f8e1 6535 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 6536
9a45d6c3
JL
65372011-08-29 Juri Linkov <juri@jurta.org>
6538
6539 * isearch.el (isearch-done): Don't display message "Mark saved"
6540 when arg `edit' is non-nil to prevent its flicker in the echo area.
6541
fb87e0fb
CY
65422011-08-28 Chong Yidong <cyd@stupidchicken.com>
6543
6544 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
6545 obsolete packages for deletion.
6546
09ac1c2a
CS
65472011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
6548
6549 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 6550 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
6551 view-mode from help-mode.
6552 (help-xref-override-view-map): Remove.
6553 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
6554 view-mode is not used anymore.
6555
7a1ff57f
CY
65562011-08-28 Chong Yidong <cyd@stupidchicken.com>
6557
6558 * server.el (server-port): Doc fix.
6559
b9696605
CY
6560 * cus-theme.el (custom-theme-choose-mode): Inherit from
6561 special-mode (Bug#9124).
6562 (custom-theme-choose-mode-map): Add special-mode to parent.
6563
ef8cdf8c
AM
65642011-08-28 Alan Mackenzie <acm@muc.de>
6565
6566 * progmodes/cc-fonts.el
6567 (c-make-font-lock-BO-decl-search-function): New function.
6568 (c-basic-matchers-after - "Fontify the clauses after various
6569 keywords"): Extract the three keyword lists for the 3 erroneous
6570 constructs from the list of four, and use the new function above
6571 in place of an old one.
6572
27de4e20
DD
65732011-08-28 Deniz Dogan <deniz@dogan.se>
6574
6575 * net/rcirc.el (rcirc-insert-prev-input)
6576 (rcirc-insert-next-input): Remove unused argument.
6577
356a3681
SM
65782011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
6579
6580 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
6581
3fc9b218
AM
65822011-08-27 Alan Mackenzie <acm@muc.de>
6583
6584 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
6585 handle function pointer parameters properly.
6586
538a061c
MR
65872011-08-27 Martin Rudalics <rudalics@gmx.at>
6588
6589 * window.el (display-buffer-reuse-window): Fix case where
6590 selected window was reused with non-nil OTHER-WINDOW argument.
6591 (Bug#9381)
6592
35b1c40c
DD
65932011-08-27 Deniz Dogan <deniz@dogan.se>
6594
6595 * net/rcirc.el (rcirc-check-auth-status): Adding support for
6596 oftc's NickServ messages.
6597
2f6a3e79
GM
65982011-08-27 Glenn Morris <rgm@gnu.org>
6599
6600 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
6601
7254299e
CY
66022011-08-26 Chong Yidong <cyd@stupidchicken.com>
6603
6604 * emacs-lisp/package.el (package-install): Call package-initialize
6605 if called interactively.
6606
f8ccf167
LL
66072011-08-26 Leo Liu <sdl.web@gmail.com>
6608
6609 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
6610
3e8cd5ce
JL
66112011-08-25 Juri Linkov <juri@jurta.org>
6612
6613 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
6614 `search-whitespace-regexp' (bug#9364).
6615
93eb7113
JL
66162011-08-25 Juri Linkov <juri@jurta.org>
6617
6618 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
6619 `regexp-search-ring' to their global values to protect from
6620 updating by `read-from-minibuffer' (bug#9185).
6621
f65d1611
JL
66222011-08-25 Juri Linkov <juri@jurta.org>
6623
6624 * textmodes/ispell.el (ispell-command-loop): Add newline
6625 at the end of the "Use option `i'..." line.
6626
f1cf7a31
JL
66272011-08-25 Juri Linkov <juri@jurta.org>
6628
6629 * battery.el (display-battery-mode): If `battery-status-function'
6630 or `battery-mode-line-format' is nil, display the message and set
6631 `display-battery-mode' to nil (bug#9363).
6632
0c95fcf7
EZ
66332011-08-25 Eli Zaretskii <eliz@gnu.org>
6634
6635 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
6636 bidi-string-mark-left-to-right; they are unnecessary now.
6637
a2ebe600
DD
66382011-08-25 Deniz Dogan <deniz@dogan.se>
6639
6640 * net/quickurl.el: Documentation typo fixes.
6641
e4ed06f1
CY
66422011-08-25 Chong Yidong <cyd@stupidchicken.com>
6643
6644 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
6645
e5f1c99e
GM
66462011-08-25 Glenn Morris <rgm@gnu.org>
6647
b2948976
GM
6648 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
6649
e5f1c99e
GM
6650 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
6651 (smtpmail-via-smtp): Handle nil response from smtp.
6652
f22f4808
JL
66532011-08-24 Juri Linkov <juri@jurta.org>
6654
6655 * proced.el (proced-marked): Inherit from `error' instead of
6656 `font-lock-warning-face'.
6657
6658 * ibuffer.el (ibuffer-marked-face): Change default face from
6659 `font-lock-warning-face' to `warning'.
6660 (ibuffer-deletion-face): Change default face from
6661 `font-lock-type-face' to `error'.
6662
6663 * battery.el (battery-update): Use the face `error' instead of
6664 `font-lock-warning-face' (bug#6117).
6665
6a93965e
JL
66662011-08-24 Juri Linkov <juri@jurta.org>
6667
6668 * faces.el (success): Change face color from "Green3" to
6669 "ForestGreen" on light background (bug#9353).
6670
1ed43b09
CY
66712011-08-24 Chong Yidong <cyd@stupidchicken.com>
6672
5664fa7b
RT
6673 * window.el (quit-window): Rename from quit-restore-window.
6674 Use same arglist as old quit-window.
1ed43b09
CY
6675 (frame-auto-delete): Doc fix.
6676
6677 * view.el (view-mode-exit): Use quit-window.
6678
11dcdbb2
JL
66792011-08-24 Juri Linkov <juri@jurta.org>
6680
6681 * isearch.el (isearch-ring-adjust1): Start visiting previous
6682 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
6683 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
6684 for empty search string (when the last search string is reused
6685 automatically) to adjust the isearch ring to the last element and
6686 prepare the correct index for further M-p commands (bug#9185).
6687
de62b4df
KH
66882011-08-24 Kenichi Handa <handa@m17n.org>
6689
6690 * international/ucs-normalize.el: If decomposition property of
6691 CHAR is the default one (i.e. a list of CHAR itself), treat it as
6692 nil.
6693 (nfd, nfkd): Likewise.
6694
963b492b
SM
66952011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
6696
6697 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
6698 from process filters aren't reliably transmitted to the surrounding
6699 accept-process-output.
6700 (mpc-proc-check): New function.
6701 (mpc-proc-sync): Use it (bug#8293)
6702
93b6b5e1
SM
67032011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
6704
6705 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
6706 Add compatibility functions (bug#9313).
6707
bca633fb
EZ
67082011-08-23 Eli Zaretskii <eliz@gnu.org>
6709
b177498a
EZ
6710 * cus-start.el (all): Add entry for bidi-paragraph-direction.
6711
6df6ae42 6712 * international/uni-bidi.el: Regenerate.
bca633fb 6713
0902a04e
KH
67142011-08-23 Kenichi Handa <handa@m17n.org>
6715
6716 * international/charprop.el:
6717 * international/uni-bidi.el:
6718 * international/uni-category.el:
6719 * international/uni-combining.el:
6720 * international/uni-comment.el:
6721 * international/uni-decimal.el:
6722 * international/uni-decomposition.el:
6723 * international/uni-digit.el:
6724 * international/uni-lowercase.el:
6725 * international/uni-mirrored.el:
6726 * international/uni-name.el:
6727 * international/uni-numeric.el:
6728 * international/uni-old-name.el:
6729 * international/uni-titlecase.el:
6730 * international/uni-uppercase.el: Regenerate.
6731
3bbf23bc
MR
67322011-08-23 Martin Rudalics <rudalics@gmx.at>
6733
6734 * help.el (help-window-setup): Fix message displayed when other
6735 window is reused. (Bug#9341)
6736
b3fd59bd
SM
67372011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
6738
1802e444
SM
6739 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
6740 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
6741
b3fd59bd
SM
6742 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
6743 Mark obsolete.
6744 * shell.el (shell-parse-pcomplete-arguments): New function.
6745 (shell-completion-vars): Use it instead (bug#9160).
6746
4eb61348
SM
67472011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
6748
867cab74
SM
6749 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
6750 strings and comments (bug#9333).
6751
4eb61348
SM
6752 * emacs-lisp/debug.el (debug-arglist): New function.
6753 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
6754 (debug-on-entry-1): Handle interpreted closures (bug#9120).
6755
262a1439
JL
67562011-08-22 Juri Linkov <juri@jurta.org>
6757
56ee679c
JL
6758 * progmodes/compile.el (compilation-mode-font-lock-keywords):
6759 Revert regexp that highlights output switches to its old
6760 pre-2010-10-28 value and remove one `?' from it (bug#9319).
6761
262a1439
JL
6762 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
6763 to check for empty output (bug#9226).
6764
f13f86fb
CY
67652011-08-22 Chong Yidong <cyd@stupidchicken.com>
6766
6767 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
6768 symbol-constituent as the default, as that stops font-lock from
6769 working properly (Bug#8843).
6770
c65c9622
LMI
67712011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6772
6773 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
6774 `coding-system-for-*' around the process open call to avoid
6775 auth-source side effects.
e7f2c178 6776 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
6777 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
6778 probe hangs.
c65c9622 6779
23a8a5ab
CY
67802011-08-21 Chong Yidong <cyd@stupidchicken.com>
6781
ff98b2dd
CY
6782 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
6783
23a8a5ab
CY
6784 * emacs-lisp/find-func.el (find-function-noselect): New arg
6785 lisp-only.
6786
6787 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
6788 signal an error for built-in functions (Bug#6664).
6789
f5e3c598
LMI
67902011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6791
6792 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
6793 (smtpmail-try-auth-methods): Use it.
6794
a3f2468a
CY
67952011-08-21 Chong Yidong <cyd@stupidchicken.com>
6796
2c34e8da
CY
6797 * font-lock.el (font-lock-fontify-region)
6798 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
6799 (font-lock-default-unfontify-buffer)
6800 (font-lock-default-fontify-region)
6801 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
6802
b3fd59bd
SM
6803 * progmodes/compile.el (compilation-error-properties):
6804 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
6805 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
6806 `ant' regexp.
ee31aabc 6807
a3f2468a
CY
6808 * net/browse-url.el (browse-url-firefox): Don't call
6809 browse-url-firefox-sentinel unless using -remote (Bug#9328).
6810
8e999f70
GM
68112011-08-20 Glenn Morris <rgm@gnu.org>
6812
c21a496a
GM
6813 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
6814
59ee0542
GM
6815 * tutorial.el (tutorial--default-keys): Update some default bindings.
6816
8e999f70
GM
6817 * files.el (hack-local-variables): Fully ignore case for "mode:".
6818
e3715033
AM
68192011-08-20 Alan Mackenzie <acm@muc.de>
6820
6821 Resolve invalid use of a regexp in regexp-opt.
6822
4d61f28d
JB
6823 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
6824 detection for a java annotation.
e3715033 6825
4d61f28d 6826 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
6827 detection for a java annotation.
6828
4d61f28d
JB
6829 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
6830 handling for java.
e3715033
AM
6831 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
6832
04ed2e9c
CY
68332011-08-20 Chong Yidong <cyd@stupidchicken.com>
6834
6835 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
6836 (Bug#9274).
6837
826cee64
AM
68382011-08-20 Alan Mackenzie <acm@muc.de>
6839
58179cce 6840 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
6841 such a construct. Mainly for when jit-lock etc. starts a chunk
6842 here.
6843
58179cce 6844 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 6845 variable.
58179cce 6846 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
6847 c-make-font-lock-search-function.
6848 (c-make-font-lock-search-function): Use the above function.
6849 (c-make-font-lock-context-search-function): New function.
6850 (c-cpp-matchers): Enhance the preprocessor expression case with
6851 the above function
6852 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
6853 which takes an expression.
6854
6855 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
6856
13009bd8
MR
68572011-08-20 Martin Rudalics <rudalics@gmx.at>
6858
6859 * window.el (display-buffer-reuse-window)
6860 (display-buffer-pop-up-window): Don't reuse or split a side
6861 window.
6862
9234ff7f
GM
68632011-08-19 Glenn Morris <rgm@gnu.org>
6864
6865 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 6866 Downcase "Mode:". (Bug#9331)
9234ff7f 6867
f635daa1
CY
68682011-08-18 Chong Yidong <cyd@stupidchicken.com>
6869
6870 * international/characters.el: Add L and R categories.
6871
6872 * subr.el (bidi-string-mark-left-to-right): Rename from
6873 string-mark-left-to-right. Use category search.
6874
6875 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
6876
bc987f8b
JL
68772011-08-18 Juri Linkov <juri@jurta.org>
6878
6879 * faces.el (error, warning, success): New faces with definitions
6880 copied from old default values of `font-lock-warning-face',
6881 `compilation-warning', `compilation-info' (bug#6117).
6882
6883 * font-lock.el (font-lock-warning-face): Inherit from `error'.
6884
6885 * progmodes/compile.el (compilation-error): Inherit from `error'.
6886 (compilation-warning): Inherit from `warning'.
6887 (compilation-info): Inherit from `success'.
6888
6889 * dired.el (dired-marked): Inherit from `warning'.
6890 (dired-flagged): Inherit from `error'.
6891
57173b96
LMI
68922011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6893
3e79eb87
LMI
6894 * mail/smtpmail.el (auth-source): Require to avoid problems with
6895 binding variables (bug#9298). Also clean up some unused
6896 autoloads.
6897
b3fd59bd
SM
6898 * net/network-stream.el (network-stream-open-starttls):
6899 Support using starttls.el without using gnutls-cli.
57173b96 6900
02b404de
JL
69012011-08-17 Juri Linkov <juri@jurta.org>
6902
6903 * progmodes/grep.el (rgrep): Handle the case when
6904 `grep-find-command' is a cons cell (bug#9278).
6905
8c9177f2
MR
69062011-08-17 Martin Rudalics <rudalics@gmx.at>
6907
6908 * window.el (display-buffer-pop-up-frame): Run frame creation
6909 function with BUFFER current (as special-display-popup-frame
6910 does). Reported by Drew Adams.
6911
3644a0ab
DU
69122011-08-17 Daiki Ueno <ueno@unixuser.org>
6913
6914 * epa-mail.el: Simplify GnuPG group expansion using
6915 epg-expand-group.
6916 (epa-mail-group-alist, epa-mail-group-modtime)
6917 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
6918 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
6919 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
6920 Remove.
6921
5e617bc2 69222011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
6923
6924 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
6925
9c4aeabf
AM
69262011-08-16 Alan Mackenzie <acm@muc.de>
6927
6928 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
6929 Correct, to avoid the inside of macros.
6930
3a99bf64
RS
69312011-08-16 Richard Stallman <rms@gnu.org>
6932
04963aa8
RS
6933 * epa-mail.el: Handle GnuPG group definitions.
6934 (epa-mail-group-alist, epa-mail-group-modtime)
6935 (epa-mail-gnupg-conf-file): New variables.
6936 (epa-mail-parse-groups, epa-mail-sync-groups)
6937 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
6938 (epa-mail-expand-recipients): New functions.
6939 (epa-mail-encrypt): Call epa-mail-expand-recipients.
6940
177549d0
RS
6941 * mail/rmail.el (rmail-epa-decrypt): New command.
6942
fe38beef
RS
6943 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
6944 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
6945 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
6946 (epa-decrypt-armor-in-region): Make error message clearer.
6947
934eacb9
SM
69482011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
6949
6950 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
6951 and "a2b" to "ab" for `prefix'.
6952
d024fb4e
CY
69532011-08-14 Chong Yidong <cyd@stupidchicken.com>
6954
6955 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
6956 filter groups.
de148fee
CY
6957 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
6958 Fourquet (Bug#8804).
d024fb4e 6959
62f1ca49
JB
69602011-08-12 Juanma Barranquero <lekktu@gmail.com>
6961
6962 * startup.el (argi): Declare as global variable (bug#9275).
6963
9ccaaa4b
CY
69642011-08-12 Chong Yidong <cyd@stupidchicken.com>
6965
6966 * subr.el (string-mark-left-to-right): Search the entire string
6967 for RTL script, not just the terminating character. Doc fix.
6968
a3dae87a
SM
69692011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
6970
6cd18349
SM
6971 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
6972 New function.
6973 (js--regexp-literal, js-syntax-propertize-function): Remove.
6974 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
6975 (js-mode-map): Don't rebind electric keys.
6976 (js-insert-and-indent): Remove.
6977 (js-mode): Setup electric-layout and electric-indent instead.
6978
a3dae87a
SM
6979 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
6980
9d5cb631
DU
69812011-08-12 Daiki Ueno <ueno@unixuser.org>
6982
6983 * epa.el (epa-progress-callback-function): Fix the logic of
6984 displaying progress.
6985 * epa-file.el (epa-file-insert-file-contents): Make progress
6986 display more user-friendly.
6987 (epa-file-write-region): Ditto.
6988
3e26a4a2
CY
69892011-08-10 Chong Yidong <cyd@stupidchicken.com>
6990
6991 * subr.el (string-mark-left-to-right): New function.
6992
6993 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
6994 Use string-mark-left-to-right.
6995 (list-buffers-noselect): Caller changed.
6996
a3dae87a
SM
6997 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
6998 Use string-mark-left-to-right.
3e26a4a2
CY
6999 (tabulated-list-print): Recenter after moving point.
7000
ac8cf6e6
JL
70012011-08-10 Juri Linkov <juri@jurta.org>
7002
7003 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
7004 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
7005 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
7006
8d96c9a4
CY
70072011-08-09 Chong Yidong <cyd@stupidchicken.com>
7008
7009 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
7010 (Bug#7554).
7011
7be1c708 70122011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
7013
7014 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
7015 character. (Bug#6594)
7016
37e11a63
CY
70172011-08-08 Chong Yidong <cyd@stupidchicken.com>
7018
839dde57
CY
7019 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
7020 (image-dired--with-db-file): New macro.
7021 (image-dired-write-tags, image-dired-remove-tag)
7022 (image-dired-create-gallery-lists, image-dired-write-comments)
7023 (image-dired-get-comment, image-dired-mark-tagged-files)
7024 (image-dired-list-tags, image-dired-gallery-generate): Use it.
7025 (image-dired-gallery-generate): Use insert-file-contents.
7026
37e11a63
CY
7027 * time.el (display-time-world-list, display-time-world-display):
7028 * time-stamp.el (time-stamp-string):
7029 * vc/add-log.el (add-change-log-entry): Use setenv instead of
7030 set-time-zone-rule (Bug#7337).
7031
0b4946c4
DU
70322011-08-08 Daiki Ueno <ueno@unixuser.org>
7033
7034 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
7035 (epg-error-to-string, epg-errors-to-string): New function.
7036 (epg-wait-for-completion): Reverse errors list.
7037 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
7038 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
7039 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
7040 (epg-sign-keys, epg-generate-key-from-file)
7041 (epg-generate-key-from-string): Format errors by using
7042 epg-errors-to-string (bug#9255).
7043 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
7044
75bfc667
JL
70452011-08-07 Juri Linkov <juri@jurta.org>
7046
7047 * faces.el (list-faces-display): Remove extra angle bracket
7048 from `help-mode-map'.
7049
7050 * info.el (Info-history-toc-nodes): Doc fix.
7051
7052 * longlines.el (longlines-mode): Doc fix.
7053
673e08bb
SM
70542011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
7055
4640dd88
SM
7056 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
7057 of statements and in a few more cases (bug#9183).
7058
673e08bb
SM
7059 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
7060 New functions.
7061 (cl-transform-lambda): Use them (bug#9239).
7062
89b3f019
MR
70632011-08-05 Martin Rudalics <rudalics@gmx.at>
7064
7065 * window.el (display-buffer-same-window)
7066 (display-buffer-same-frame, display-buffer-other-window)
7067 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
7068 (pop-to-buffer-other-window)
7069 (pop-to-buffer-same-frame-other-window)
7070 (pop-to-buffer-other-frame): Make them defuns.
7071 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
7072
640c8776
SM
70732011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
7074
7075 * subr.el (make-composed-keymap): Move from C. Change calling
7076 convention, and improve docstring to bring attention to a subtle point.
7077 * minibuffer.el (completing-read-default): Adjust accordingly.
7078
63648a95
MA
70792011-08-03 Michael Albinus <michael.albinus@gmx.de>
7080
7081 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
7082 (tramp-open-shell): Use `tramp-shell-quote-argument'.
7083
7084 * net/trampver.el: Update release number.
7085
b796c9b7
SM
70862011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
7087
7088 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
7089 "in" (bug#9190).
7090
2239d7d5
LMI
70912011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7092
e07dd7c3
LMI
7093 * mail/sendmail.el (sendmail-query-once): Restore the current
7094 buffer after querying (bug#9074).
7095
0e6a2bd7
LMI
7096 * dired.el (dired-flagged): Use different faces for marked and
7097 flagged files (bug#6117).
7098
ce887515
LMI
7099 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
7100 (bug#4433).
7101
92f2affc
LMI
7102 * ido.el (ido-mode): Switch off the message if called
7103 non-interactively.
7104
57d5aff0
LMI
7105 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
7106 before 587, since it appears that that's more likely to work for
7107 more people.
7108
98cd6c18 7109 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 7110 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
7111 exist.
7112
b96dec83
LMI
7113 * info.el: Remove the `Info-beginning-of-buffer' function
7114 (bug#8325).
7115
b796c9b7
SM
7116 * net/network-stream.el (network-stream-open-starttls):
7117 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 7118
d90e2ea0
MR
71192011-08-01 Martin Rudalics <rudalics@gmx.at>
7120
7121 * window.el (display-buffer-in-window): Don't set dedicated status
7122 of window here (Bug#9215).
7123 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
7124 (display-buffer-pop-up-side-window)
b796c9b7 7125 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 7126
cca09170
SM
71272011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
7128
7129 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
7130 before binding generated-autoload-file.
7131
027b979c
DD
71322011-08-01 Deniz Dogan <deniz@dogan.se>
7133
7134 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
7135
3c7ee4f3
MA
71362011-07-30 Michael Albinus <michael.albinus@gmx.de>
7137
7138 Sync with Tramp 2.2.2.
7139
7140 * net/trampver.el: Update release number.
7141
2cc8e51a
JL
71422011-07-30 Juri Linkov <juri@jurta.org>
7143
7144 * dired-aux.el (dired-touch-initial): Remove function.
7145 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
7146 current time, and `default' to the last modification time of the
7147 current marked file (bug#6887).
7148
a514d856
JM
71492011-07-28 Jose E. Marchesi <jemarch@gnu.org>
7150
7151 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 7152 numeric argument to read-number (bug#9163).
a514d856 7153
8a7eddd7
MA
71542011-07-27 Michael Albinus <michael.albinus@gmx.de>
7155
7156 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
7157 connection process, it could be nil.
7158
1ddd96f5
LL
71592011-07-27 Leo Liu <sdl.web@gmail.com>
7160
7161 Simplify url handling in rcirc-mode.
7162
7163 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
7164 (rcirc-browse-url-at-mouse): Remove.
7165 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
7166
b248a85d
AM
71672011-07-26 Alan Mackenzie <acm@muc.de>
7168
7169 Fontify bitfield declarations properly.
7170
7171 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
7172 (c-symbol-chars): Now exported as a lang variable.
7173 (c-not-primitive-type-keywords): New lang variable.
7174
7175 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
7176 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 7177 parsed as a bitfield declaration.
b248a85d 7178
b796c9b7
SM
7179 * progmodes/cc-engine.el (c-beginning-of-statement-1):
7180 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
7181 (c-punctuation-in): New function.
7182 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
7183 declarations properly.
7184
68575ab0
UJ
71852011-07-26 Ulf Jasper <ulf.jasper@web.de>
7186
7187 * calendar/icalendar.el (icalendar--all-events): Take care of
7188 multiple vcalendars in a single file.
b796c9b7 7189 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 7190
0f0a88b9
DD
71912011-07-25 Deniz Dogan <deniz@dogan.se>
7192
7193 * image.el (insert-image): Clarifying docstring.
7194
0b3f36df
MA
71952011-07-24 Michael Albinus <michael.albinus@gmx.de>
7196
7197 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
7198 `tramp-send-command-and-check' if there is no error.
7199 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
7200
a9901f61
AM
72012011-07-22 Alan Mackenzie <acm@muc.de>
7202
7203 Prevent cc-langs.elc being loaded at run time.
7204
7205 * progmodes/cc-mode.el: Remove two autoload forms which loaded
7206 cc-langs.
7207
4d61f28d 7208 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
7209 "(require 'cc-langs)". Quote a form so it will evaluate at
7210 (cc-mode's) compilation time.
7211
11d074b2
MA
72122011-07-22 Michael Albinus <michael.albinus@gmx.de>
7213
7214 * net/tramp.el (tramp-file-name-handler): Avoid recursive
7215 loading. (Bug#9114)
7216
938b94c8
MR
72172011-07-21 Martin Rudalics <rudalics@gmx.at>
7218
7219 * window.el (display-buffer-pop-up-window)
7220 (display-buffer-pop-up-side-window)
7221 (display-buffer-in-side-window): Call display-buffer-set-height
7222 and display-buffer-set-width after setting the new window's
b796c9b7 7223 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 7224
bfa4f190
SS
72252011-07-20 Sam Steingold <sds@gnu.org>
7226
7227 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
7228 (etags-tags-included-tables): Call `convert-standard-filename' on
7229 the file names contained in TAGS so that windows Emacs can handle
7230 TAGS files created by cygwin ctags.
7231
8ca42262
LMI
72322011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
7233
7234 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
7235 which apparently didn't work.
7236
5db2afd2 72372011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 7238
5db2afd2
RW
7239 * proced.el (proced-send-signal): For *Marked Processes* buffer
7240 put point at beginning of buffer.
7241
92e15d10
SB
72422011-07-19 Stephen Berman <stephen.berman@gmx.net>
7243
7244 * proced.el (proced-format): Make header lines align with the text
7245 (bug#1779).
7246
1bfd59e5
LMI
72472011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
7248
7249 * view.el (view-buffer): Allow running in `special' modes if we're
7250 visiting a file (bug#8615).
7251
f5aae37c
MR
72522011-07-19 Martin Rudalics <rudalics@gmx.at>
7253
7254 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
7255 (display-buffer-alist-set-1, display-buffer-alist-set-2):
7256 New functions.
f5aae37c
MR
7257 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
7258 more accurately.
7259
bf2c1571
AM
72602011-07-18 Alan Mackenzie <acm@muc.de>
7261
7262 Fontify declarators properly when, e.g., a jit-lock chunk begins
7263 inside a declaration.
7264
7265 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
7266
b796c9b7
SM
7267 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
7268 New function.
bf2c1571
AM
7269 (c-complex-decl-matchers): Insert reference to
7270 c-font-lock-enclosing-decls.
7271
7272 * progmodes/cc-engine.el (c-backward-single-comment):
7273 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
7274 to nil around calls to (forward-comment -1).
7275
4e190b80
LMI
72762011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7277
12dc863d
LMI
7278 * image.el (put-image): Doc typo fix.
7279
a762e966
LMI
7280 * progmodes/etags.el (tags-search): Doc typo fix.
7281
4e190b80
LMI
7282 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
7283 password if we get errors 550 to 554.
7284
f019fb21
LMI
72852011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7286
b796c9b7 7287 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 7288
81746738
LMI
7289 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
7290 indentation character (bug#6380).
7291
3ee3a1b5
LMI
7292 * files.el (buffer-offer-save): Made permanently local (bug#6241).
7293
c82f64de
LMI
7294 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
7295 to clarify what the problem is (bug#4291).
7296
f019fb21
LMI
7297 * simple.el (current-kill): Clarify what
7298 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
7299 (auto-fill-mode): Document `auto-fill-function' in relation to
7300 `auto-fill-mode' (bug#2470).
f019fb21 7301
0794775d
LM
73022011-07-16 Lawrence Mitchell <wence@gmx.li>
7303
7304 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
7305 method if slot is read-only (bug#9035).
7306
be39b8cc
MR
73072011-07-16 Martin Rudalics <rudalics@gmx.at>
7308
b796c9b7 7309 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 7310 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
7311 selected before, see discussion of (Bug#8615), (Bug#6954).
7312 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 7313
6ccf7859
GM
73142011-07-15 Glenn Morris <rgm@gnu.org>
7315
7316 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 7317 Respect help-form.
6ccf7859 7318
87e86684
LM
73192011-07-09 Lawrence Mitchell <wence@gmx.li>
7320
7321 * net/gnutls.el (gnutls-min-prime-bits): New variable.
7322 (gnutls-negotiate): Use it.
7323
d6066239
LMI
73242011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
7325
b796c9b7
SM
7326 * net/gnutls.el (gnutls-negotiate):
7327 Upcase `gnutls-algorithm-priority'.
d6066239 7328
bd23ebc0
GM
73292011-07-15 Glenn Morris <rgm@gnu.org>
7330
c65bca65
GM
7331 * jka-compr.el (jka-compr-verbose): Move from here...
7332 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
7333 Add missing :version tag.
7334 * info.el: No need to require jka-compr when compiling.
bd23ebc0 7335
478615cc
LMI
73362011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
7337
7b41decb
LMI
7338 * net/gnutls.el (gnutls-algorithm-priority): New variable.
7339 (gnutls-negotiate): Use it.
7340
dbc44fcd
LMI
7341 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
7342
06789f97
LMI
7343 * info.el (Info-beginning-of-buffer): New command.
7344 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
7345 announcing `b' as the key (bug#8325).
ab896c37 7346 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 7347
c39da690
LMI
7348 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
7349
3aa5f34b
LMI
7350 * international/mule-cmds.el
7351 (describe-specified-language-support): Make the error message
7352 clearer (bug#8905).
7353
4bf0979f
LMI
7354 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
7355
478615cc
LMI
7356 * isearch.el (isearch-barrier): Add a doc string, since it's
7357 mentioned in a function doc string (bug#8678).
7358
75c68aa1
MR
73592011-07-15 Martin Rudalics <rudalics@gmx.at>
7360
7361 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
7362 buffer argument (Bug#9083) and self-identifying label argument.
7363
a7c33da2
GM
73642011-07-15 Glenn Morris <rgm@gnu.org>
7365
7366 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
7367
2f5c6024
LMI
73682011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7369
7370 * man.el (Man-fontify-manpage): Fix message when formatting the
7371 man page (bug#7929).
7372
0bb23927 73732011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
7374
7375 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
7376 argument LRM; if non-nil, append an invisible LRM character to the
7377 buffer name.
7378 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
7379 last argument non-nil, when formatting buffer names.
0bb23927
EZ
7380 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
7381 paragraph direction.
cce4b0a7 7382
621ef9ab
LMI
73832011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7384
d1583c48
LMI
7385 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
7386 the man page name (bug#7929).
7387
6a57fb5f
LMI
7388 * image.el (put-image): Mention the `put-image' overlay property
7389 (bug#7834).
7390
d7956b14
LMI
7391 * scroll-bar.el (set-scroll-bar-mode): Mention that
7392 `scroll-bar-mode' lists the values (bug#7772).
7393
5b2d4a66
LMI
7394 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
7395 command (bug#7729).
7396
7509a874
LMI
7397 * rect.el (apply-on-rectangle): Return the point after the last
7398 operation.
7399 (string-rectangle): Go to the point after the last operation
7400 (bug#7522).
7401
4fe74b19
LMI
7402 * printing.el (pr-toggle-region): Clarify the documentation
7403 slightly (bug#7493).
7404
b796c9b7
SM
7405 * time.el (display-time-update):
7406 Allow `display-time-mail-function' to return nil (bug#7158).
7407 Fix suggested by Detlev Zundel.
ab283561 7408
fc233c9d
LMI
7409 * vc/diff.el (diff): Clarify the order the file names are read
7410 (bug#7111).
7411
43f5740b
LMI
7412 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
7413 the doc string (bug#7015).
7414
f2182a76
LMI
7415 * font-lock.el (font-lock-maximum-decoration): Mention what
7416 numeric levels mean (bug#6935).
7417
621ef9ab
LMI
7418 * startup.el (initial-buffer-choice): Don't mention the `none'
7419 selection, which is against policy.
7420
adc47434
MR
74212011-07-14 Martin Rudalics <rudalics@gmx.at>
7422
b796c9b7
SM
7423 * window.el (display-buffer-normalize-special):
7424 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 7425
7e5bfb8f
EZ
74262011-07-14 Eli Zaretskii <eliz@gnu.org>
7427
7428 * subr.el (version<, version<=, version=): Mention "-CVS" and
7429 "-12345" alpha version numbers.
7430
27fa387a
CY
74312011-07-14 Chong Yidong <cyd@stupidchicken.com>
7432
7433 * bindings.el: Add advertised binding for set-mark-command
7434 (Bug#5772).
7435
8bdfa064
CY
74362011-07-14 Chong Yidong <cyd@stupidchicken.com>
7437
7438 * bindings.el (mode-line-other-buffer):
7439 * bookmark.el (bookmark-bmenu-2-window):
7440 * bs.el (bs-cycle-next, bs-cycle-previous):
7441 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
7442 switch-to-buffer.
7443
7444 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 7445 Delete.
8bdfa064 7446
5eba16a3
JB
74472011-07-14 Juanma Barranquero <lekktu@gmail.com>
7448
7449 * follow.el (follow-debug-message, follow-redisplay):
7450 * jka-cmpr-hook.el (with-auto-compression-mode):
7451 Fix typos in docstrings.
7452
15853710
LMI
74532011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7454
a28e4607
LMI
7455 * subr.el (with-silent-modifications): Clarify somewhat what the
7456 macro inhibits (bug#6525).
7457
15853710
LMI
7458 * simple.el (eval-expression): Note what it does if called
7459 interactively (bug#6495).
7460
bee0fcef
CY
74612011-07-13 Chong Yidong <cyd@stupidchicken.com>
7462
b796c9b7
SM
7463 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
7464 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
7465
7466 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
7467 Remove switch-to-buffer.
7468
58274504
LMI
74692011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7470
bd2fcc8d
LMI
7471 * files.el (make-directory): Clarify that an error will be raised
7472 if there's an error (bug#6397).
7473
0f04b32c
LMI
7474 * startup.el (initial-buffer-choice): Add `none' as a choice
7475 (bug#6234).
7476
465c5fc8
LMI
7477 * subr.el (add-hook): Clarify section about buffer-local hooks
7478 (bug#6218).
7479
58274504
LMI
7480 * dired.el (dired-flagged): Clarify doc string (bug#6117).
7481
bead9a43
JB
74822011-07-13 Juanma Barranquero <lekktu@gmail.com>
7483
7484 * tabify.el (untabify): Preserve the current column so that point
7485 doesn't move (bug#6032).
7486
3af98a7b
LMI
74872011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7488
b796c9b7
SM
7489 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
7490 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 7491
6240145a
GM
74922011-07-13 Glenn Morris <rgm@gnu.org>
7493
7494 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
7495 (dired-insert-directory): Give a message the first time
7496 if ls is found not to support --dired.
7497
1d8c2ccc
LMI
74982011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7499
7500 * simple.el (toggle-truncate-lines): Clarify what is toggled
7501 (bug#5580). Text by Drew Adams.
7502
5fc4038e
CY
75032011-07-13 Chong Yidong <cyd@stupidchicken.com>
7504
7505 * simple.el (blink-matching-open): Make the error message from the
7506 last change less verbose.
7507
bf6012e5
DN
75082011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
7509
7510 * font-lock.el (font-lock-comment-face): Use the high contrast
7511 "yellow" color for font-lock-comment-face on low color terminals
7512 using a dark background color (bug#4221).
7513
343c3b5a
LMI
75142011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7515
7e9505c5
LMI
7516 * dired.el (dired-insert-set-properties): Make the doc string
7517 reflect what it does now (bug#5325).
7518
c26fdcf5
LMI
7519 * simple.el (blink-matching-open): Say that we were unable to find
7520 the match within the limit, if we're limited (bug#5122).
7521
bb388cc5
LMI
7522 * international/mule-cmds.el (prefer-coding-system): Add an
7523 example (bug#4869).
7524
343c3b5a
LMI
7525 * progmodes/etags.el (tags-search): Document `file-list-form'
7526 (bug#4731).
7527
2a517d45
LM
75282011-07-13 Lawrence Mitchell <wence@gmx.li>
7529
7530 * net/browse-url.el (browse-url-default-browser)
7531 (browse-url-browser-function): Make the default browser choice a
7532 bit more logical (bug#4300). Also clean up the doc string.
7533
b6c78ef2
JB
75342011-07-13 Juanma Barranquero <lekktu@gmail.com>
7535
7536 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
7537 binary endings (bug#4440).
7538
1c4dd947
LMI
75392011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7540
a2014063
LMI
7541 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
7542 which can be pretty annoying (bug#8971).
7543
9c9c2d88
LMI
7544 * jka-compr.el (jka-compr-verbose): New variable, and use
7545 throughout (bug#8971).
7546
1c4dd947
LMI
7547 * info.el (Info-find-file): Fall back on the installation
7548 directory if we can't find the info node anywhere else.
7549
a1c9f41b
SO
75502011-07-13 Sergei Organov <osv@javad.com> (tiny change)
7551
7552 * vc/vc.el (vc-revert-file):
7553 Don't set file time-stamp in the past. (Bug#5181)
7554
536f3d36
LMI
75552011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
7556
7152b011
LMI
7557 * files.el (after-find-file): Give a better error message when
7558 trying to find a symlink that points to a file that doesn't exist
7559 (bug#4398).
7560
536f3d36
LMI
7561 * progmodes/cc-vars.el: Remove (probably) misleading comment
7562 (bug#4396).
7563
460c0fba
JB
75642011-07-12 Johan Bockgård <bojohan@gnu.org>
7565
7566 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
7567
7a6bda45
CY
75682011-07-12 Chong Yidong <cyd@stupidchicken.com>
7569
7570 * mouse-sel.el: Hack restoring functionality, while keeping
7571 compatibility with 2010-07-03 changes to mouse selection.
7572 (mouse-sel-primary-overlay): New var.
7573 (mouse-sel-selection-alist): Use it.
7574 (mouse-sel-mode): Doc fix; remove points that are default features
7575 of mouse.el.
7576
c79598ef
JB
75772011-07-12 Johan Bockgård <bojohan@gnu.org>
7578
7579 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7580 Fix previous fix (bug#2490).
7581
ff8be6ef
RW
75822011-07-12 Roland Winkler <winkler@gnu.org>
7583
b796c9b7
SM
7584 * textmodes/bibtex.el (bibtex-initialize):
7585 Use pop-to-buffer-same-window.
ff8be6ef
RW
7586 (bibtex-search-entries): Fix interactive call.
7587
296ba3ee
LMI
75882011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
7589
f5242a02 7590 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
7591 Fontise bytecomp Error lines more correctly (bug#2490).
7592 Fix suggested by Johan Bockgård.
f5242a02 7593
296ba3ee
LMI
7594 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
7595
7596 * dired-x.el (dired-guess-default): Use `delete-dups'.
7597
f69fd0d2
CY
75982011-07-12 Chong Yidong <cyd@stupidchicken.com>
7599
7600 * dired.el (dired-mark-prompt):
7601 * dired-aux.el (dired-read-shell-command): Doc fix.
7602
eab5dc07
LMI
76032011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
7604
b796c9b7
SM
7605 * mail/sendmail.el (sendmail-query-once):
7606 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
7607 emacs -Q.
7608
7609 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
7610
eab5dc07
LMI
7611 * cus-edit.el (custom-file): Take an optional no-error variable.
7612 (customize-save-variable): Set the variable, and give a warning if
7613 running under "emacs -q".
7614
a1e65d42
JB
76152011-07-11 Juanma Barranquero <lekktu@gmail.com>
7616
7617 * loadhist.el (unload-feature-special-hooks):
7618 Add `auto-coding-functions', `fill-nobreak-predicate' and
7619 `find-directory-functions' (bug#5327).
7620
1d52da10
LMI
76212011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
7622
be958f1d
LMI
7623 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
7624
5bedb26c
LMI
7625 * cus-edit.el (custom-guess-name-alist): -alist variables should
7626 use the `alist' type (bug#3120). Suggested by Drew Adams.
7627
1d52da10
LMI
7628 * printing.el: Add documentation to all the `pr-toggle-' commands.
7629
cd394be1 76302011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
7631
7632 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
7633 backends where it makes sense (bug#2623).
7634
dcc88d8a
LMI
76352011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
7636
c3de9feb
LMI
7637 * dired-x.el (dired-guess-default): Remove duplicate shell command
7638 entries (bug#2028).
8a93078b 7639 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 7640 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 7641
dcc88d8a
LMI
7642 * subr.el (remove-duplicates): New conveniency function.
7643
505e3645
LMI
76442011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7645
7646 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
7647 (bug#1526).
7648
76492011-07-10 Martin Rudalics <rudalics@gmx.at>
7650
7651 * window.el (display-buffer-normalize-default): Don't invert
7652 meaning of even-window-heights. Reported by Eli Zaretskii
7653 <eliz@gnu.org>.
7654
455e4fa1
BR
76552011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
7656
7657 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
7658
8e0bc3e9
CY
76592011-07-10 Chong Yidong <cyd@stupidchicken.com>
7660
7661 * window.el (display-buffer): Fix arguments to
7662 display-buffer-reuse-window in last change.
7663
fa7c3228
CY
7664 * faces.el (link): Use a less saturated blue on light backgrounds.
7665
7666 * startup.el (fancy-startup-text, fancy-about-text)
7667 (fancy-startup-tail): Use font-lock faces, for background safety.
7668
c0a7f300
BN
76692011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
7670
b796c9b7
SM
7671 * emulation/viper-cmd.el (viper-change-state-to-vi):
7672 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 7673
4dc2a129
MR
76742011-07-09 Martin Rudalics <rudalics@gmx.at>
7675
7676 * window.el (display-buffer-default-specifiers): Remove.
7677 (display-buffer-macro-specifiers): Remove default specifiers.
7678 (display-buffer-alist): Default to nil.
b796c9b7 7679 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
7680 (display-buffer-pop-up-window): Allow splitting internal
7681 windows. Check whether a live window was created.
7682 (display-buffer-other-window-means-other-frame)
7683 (display-buffer-normalize-arguments): Rename to
7684 display-buffer-normalize-argument and rewrite. Set the
7685 other-window specifier.
7686 (display-buffer-normalize-special): New function.
7687 (display-buffer-normalize-options): Rename to
7688 display-buffer-normalize-default and rewrite.
7689 (display-buffer-normalize-options-inhibit): Remove.
7690 (display-buffer-normalize-specifiers): Rewrite.
7691 (display-buffer): Process other-window specifier and call
7692 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
7693 more faithfully.
b796c9b7 7694 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 7695 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
7696 (display-buffer-in-window, display-buffer-alist-set):
7697 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
7698 <tassilo@member.fsf.org>.
7699
2d43b8c9
LL
77002011-07-09 Leo Liu <sdl.web@gmail.com>
7701
7702 * register.el (insert-register): Restore accidental change on
7703 2011-06-26. (Bug#9028)
7704
7f9b7c53
GM
77052011-07-09 Glenn Morris <rgm@gnu.org>
7706
7707 * subr.el (remq): Handle the empty list. (Bug#9024)
7708
f042cfd8
AS
77092011-07-08 Andreas Schwab <schwab@linux-m68k.org>
7710
7711 * mail/sendmail.el (send-mail-function): No longer delay custom
7712 initialization.
7713 * custom.el (custom-initialize-delay): Doc fix.
7714
856b2f11
SM
77152011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
7716
7717 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
7718
afae1d68
MA
77192011-07-08 Michael Albinus <michael.albinus@gmx.de>
7720
7721 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
7722 human-friendly prompt.
7723
0757af94
SM
77242011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
7725
7726 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
7727 provided by a particular plugin.
7728
d760b731
LMI
77292011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
7730
7731 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
7732 save customizations (with "emacs -Q"), just set the variable
7733 instead of erroring out.
7734
7735 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
7736
cd79ce90
JL
77372011-07-08 Juri Linkov <juri@jurta.org>
7738
7739 * arc-mode.el (archive-zip-expunge, archive-zip-update)
7740 (archive-zip-update-case): Use 7z if found by `executable-find'.
7741 The order of searching the available programs is the same as in
7742 `archive-zip-extract' (bug#8968).
7743
14cc04aa
CY
77442011-07-07 Chong Yidong <cyd@stupidchicken.com>
7745
7746 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
7747 (menu-bar-options-menu): Tweak descriptions.
7748
0a1848ec
LMI
77492011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
7750
7751 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
7752 menu items into verb phrases (bug#1421). Also refill to fit under
7753 80 columns.
7754
f5bd0689
CY
77552011-07-07 Chong Yidong <cyd@stupidchicken.com>
7756
538e85c6
CY
7757 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
7758 (Info-read-node-name): Doc fix (Bug#1084).
7759
f5bd0689
CY
7760 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
7761 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
7762 (end-of-sexp, beginning-of-sexp)
7763 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
7764 (forward-symbol, forward-same-syntax, word-at-point)
7765 (sentence-at-point): Doc fix (Bug#1144).
7766
56ec5115
LMI
77672011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
7768
f3f8e37f
LMI
7769 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
7770 should cover it (bug#1281).
7771
0757af94 7772 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 7773
e9fce1ac 7774 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
7775 negotiation fails, then possibly try again with a non-encrypted
7776 connection (bug#9017).
7777
56ec5115
LMI
7778 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
7779 be used.
7780
c2f9aec8
RS
77812011-07-07 Richard Stallman <rms@gnu.org>
7782
7783 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
7784 property, and handle its changed format.
7785 Look for the correct line number.
7786 Use file's line contents (but not past first =) to find
7787 correct line in message.
7788
ef7b981d 77892011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
7790
7791 * international/characters.el (build-unicode-category-table):
7792 Delete it.
0757af94 7793 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 7794
0757af94 7795 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
7796 to src/chartab.c.
7797 (get-char-code-property): Call unicode-property-table-internal to
7798 load a file. Call get-unicode-property-internal where necessary.
7799 (put-char-code-property): Call unicode-property-table-internal to
7800 load a file. Call put-unicode-property-internal where necessary.
7801 put-unicode-property-internal where necessary.
0757af94
SM
7802 (char-code-property-description):
7803 Call unicode-property-table-internal to load a file.
c805dec0
KH
7804
7805 * international/charprop.el:
7806 * international/uni-bidi.el:
7807 * international/uni-category.el:
7808 * international/uni-combining.el:
7809 * international/uni-comment.el:
7810 * international/uni-decimal.el:
7811 * international/uni-decomposition.el:
7812 * international/uni-digit.el:
7813 * international/uni-lowercase.el:
7814 * international/uni-mirrored.el:
7815 * international/uni-name.el:
7816 * international/uni-numeric.el:
7817 * international/uni-old-name.el:
7818 * international/uni-titlecase.el:
7819 * international/uni-uppercase.el: Regenerate.
7820
7821 * loadup.el: Load international/charprop.el before
7822 international/characters.
7823
e14b388a
CY
78242011-07-07 Chong Yidong <cyd@stupidchicken.com>
7825
7826 * window.el (next-buffer, previous-buffer): Signal an error if
7827 called from a minibuffer window.
7828
7829 * bindings.el: Revert 2011-07-04 change.
7830
354cf0ba
RS
78312011-07-06 Richard Stallman <rms@gnu.org>
7832
7833 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
7834 (rmail-mime-insert-bulk, rmail-mime-insert-text):
7835 Treat markers like ints.
7836 (rmail-mime-entity): Doc fix.
7837
a48868a7
LMI
78382011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
7839
4906cd3d
LMI
7840 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
7841 defcustom again for backwards compatibility.
7842
e0457abe
LMI
7843 * simple.el (shell-command-on-region): Fill.
7844
d67f7e1f
LMI
7845 * dired-aux.el (dired-kill-line): Add a doc string.
7846
fe204702
LMI
7847 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
7848 to "\\sw\\|\\s_" (bug#358).
7849
a48868a7
LMI
7850 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
7851 (dired-unmark-backward): Ditto.
7852 (dired-flag-backup-files): Ditto.
7853
7854 * dired-x.el (dired-mark-sexp): Ditto.
7855
aa8a705c
RS
78562011-07-06 Richard Stallman <rms@gnu.org>
7857
7858 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
7859 (rmail-mime-entity): New arg TRUNCATED.
7860 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
7861 New functions.
7862 (rmail-mime-save): Warn if entity is truncated.
7863 (rmail-mime-toggle-hidden): Likewise, for showing.
7864 (rmail-mime-process-multipart): Record when an entity is truncated.
7865
a9a936b9
RS
7866 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
7867 if ENTITY is a string.
7868
1f2b92cb
LMI
78692011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
7870
f4f73198 7871 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
7872 of faces when `M-C-x'-ing their definitions (bug#8378).
7873 Also clean up the code slightly.
f4f73198 7874
12b16734 7875 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 7876 because that makes the colors go away.
12b16734 7877
f0691d22
LMI
7878 * mail/sendmail.el (send-mail-function): Change the default to
7879 `sendmail-query-once'.
9e87df06 7880 (sendmail-query-once): Add an autoload cookie.
f0691d22 7881
1f2b92cb
LMI
7882 * net/network-stream.el (network-stream-open-starttls): Try using
7883 a plain connection even if the server offered STARTTLS, and we
7884 kinda wanted to use it, if Emacs doesn't have any STARTTLS
7885 capability. This should make smtpmail.el work in slightly more
7886 configurations.
7887
1cdd2a1b
MA
78882011-07-06 Michael Albinus <michael.albinus@gmx.de>
7889
7890 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
7891 New defun.
7892 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
7893
fbcc67e2
MM
78942011-07-06 Michael R. Mauger <mmaug@yahoo.com>
7895
7896 * progmodes/sql.el: Version 3.0
0757af94 7897 (sql-product-alist): Add product :completion-object,
fbcc67e2 7898 :completion-column, and :statement attributes.
0757af94 7899 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 7900 (sql-mode-syntax-table): Mark all punctuation.
0757af94 7901 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
7902 ansi keywords.
7903 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 7904 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
7905 (sql-oracle-show-reserved-words): New function for development.
7906 (sql-product-font-lock): Simplify for source code buffers.
7907 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
7908 New functions.
7909 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
7910 (sql-mode-map): Add statement movement functions.
7911 (sql-ansi-statement-starters, sql-oracle-statement-starters):
7912 New variable.
fbcc67e2
MM
7913 (sql-statement-regexp, sql-beginning-of-statement)
7914 (sql-end-of-statement, sql-signum): New functions.
0757af94 7915 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
7916 (sql-show-sqli-buffer): Bug fix.
7917 (sql-interactive-mode): Store connection data as buffer local.
0757af94 7918 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
7919 with sql-interactive-mode.
7920 (sql-save-connection): Save buffer local settings.
0757af94 7921 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
7922 (sql-product-interactive): Bug fix.
7923 (sql-preoutput-hold): New variable.
7924 (sql-interactive-remove-continuation-prompt): Bug fixes.
7925 (sql-debug-redirect): New variable.
7926 (sql-str-literal): New function.
7927 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 7928 Redesign.
fbcc67e2
MM
7929 (sql-oracle-save-settings, sql-oracle-restore-settings)
7930 (sql-oracle-list-all, sql-oracle-list-table): New functions.
7931 (sql-completion-object, sql-completion-column)
7932 (sql-completion-sqlbuf): New variables.
7933 (sql-build-completions-1, sql-build-completions)
7934 (sql-try-completion): New functions.
7935 (sql-read-table-name): Use them.
7936 (sql-contains-names): New buffer local variable.
7937 (sql-list-all, sql-list-table): Use it.
7938 (sql-oracle-completion-types): New variable.
7939 (sql-oracle-completion-object, sql-sqlite-completion-object)
7940 (sql-postgres-completion-object): New functions.
7941
d4eaeab1
GM
79422011-07-06 Glenn Morris <rgm@gnu.org>
7943
7944 * window.el (pop-to-buffer): Doc fix.
7945
322b7dab 79462011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
7947
7948 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
7949
322b7dab 79502011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 7951
322b7dab 7952 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 7953
322b7dab 7954 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 7955
605dd5bf
CY
79562011-07-05 Chong Yidong <cyd@stupidchicken.com>
7957
7958 * button.el (button): Inherit from link face. Suggested by Dan
7959 Nicolaescu.
7960
7dbfa719
SM
79612011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
7962
3db614b0
SM
7963 * progmodes/gdb-mi.el: Fit in 80 columns.
7964 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
7965 switch-to-buffer.
7966
7dbfa719
SM
7967 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
7968 if imenu is simply not configured (bug#8941).
7969
919d884a
KM
79702011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
7971
7972 * allout.el (allout-post-undo-hook): New allout outline-change
7973 event hook to signal undo activity.
7974 (allout-post-command-business): Run allout-post-undo-hook if an
7975 undo just occurred.
7dbfa719
SM
7976 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
7977 * allout-widgets.el (allout-widgets-after-undo-function):
7978 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
7979 in the vicinity of an undo.
7980 (allout-widgets-mode): Include allout-widgets-after-undo-function
7981 on the new allout-post-undo-hook.
7982
450a0f09
SM
79832011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
7984
7985 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
7986 Let define-derived-mode define it.
7987 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
7988 cycles of abbrev-table inheritance (bug#8998).
7989
2de69e00
RW
79902011-07-05 Roland Winkler <winkler@gnu.org>
7991
7992 * textmodes/bibtex.el: Add support for biblatex.
7993 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
7994 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
7995 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
7996 (bibtex-entry-alist, bibtex-field-alist): New variables.
7997 (bibtex-entry-field-alist): Obsolete alias for
7998 bibtex-BibTeX-entry-alist.
7999 (bibtex-entry-alist, bibtex-field-alist): New widgets.
8000 (bibtex-set-dialect): New command.
8001 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
8002 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
8003 Bind via bibtex-set-dialect.
2de69e00
RW
8004 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
8005 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
8006 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
8007 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
8008 Define via bibtex-set-dialect.
450a0f09
SM
8009 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
8010 Obey bibtex-no-opt-remove-re.
2de69e00
RW
8011 (bibtex-vec-push, bibtex-vec-incr): New functions.
8012 (bibtex-format-entry, bibtex-field-list)
8013 (bibtex-print-help-message, bibtex-validate)
8014 (bibtex-search-entries): Use new format of bibtex-entry-alist.
8015
2dcdbdd9
SM
80162011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
8017
8018 * progmodes/compile.el (compilation-goto-locus):
8019 * net/tramp-cmds.el (tramp-append-tramp-buffers):
8020 * bs.el (bs-cycle-next, bs-cycle-previous):
8021 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
8022 * bindings.el (mode-line-other-buffer):
8023 * autoinsert.el (auto-insert):
8024 * arc-mode.el (archive-extract):
8025 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
8026
b27640fe
JB
80272011-07-05 Juanma Barranquero <lekktu@gmail.com>
8028
8029 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
8030 Fix check of `emacs-lock-unlockable-modes'.
8031 Coerce true values of `emacs-lock--try-unlocking' to t.
8032
53bbe3ad
JB
80332011-07-05 Juanma Barranquero <lekktu@gmail.com>
8034
8035 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
8036 * emacs-lock.el: New file.
8037
1d3cdbc7
JD
80382011-07-05 Julien Danjou <julien@danjou.info>
8039
8040 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
8041 than `boundp' to check if face is set.
8042
9173deec
JB
80432011-07-05 Juanma Barranquero <lekktu@gmail.com>
8044
8045 * register.el (registerv-make):
8046 * window.el (window-min-height): Fix typos in docstrings.
8047
869795d6
JD
80482011-07-05 Jan Djärv <jan.h.d@swipnet.se>
8049
9173deec 8050 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
8051 Update doc string.
8052
b768cdcd
JB
80532011-07-04 Juanma Barranquero <lekktu@gmail.com>
8054
8055 * server.el (server-execute): Catch quit and call
8056 `server-return-error' to pass the error back to emacsclient and
8057 close the connection (bug#8942).
8058
13aa217b
KM
80592011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
8060
8061 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
8062 insecure exception for current topic. Also note that auto-saves
8063 are handled differently.
8064
8065 (allout-auto-save-temporarily-disabled), (allout-just-did-undo):
8066 State variables for tracking auto-save inhibition situation.
8067
8068 (allout-write-contents-hook-handler): Rename from
8069 'allout-write-file-hook-handler', and describe how it depends on
8070 write-contents-functions sensitivity to non-nil value to prevent
8071 file write.
8072
8073 (allout-auto-save-hook-handler): Remove. auto-save does not check
8074 this in individual buffers, only in the starting buffer, so this
8075 is not the right way for us to inhibit auto-save in a buffer
8076 according to its condition.
8077
8078 (allout-mode): Use new allout-write-contents-hook-handler, and
8079 only with write-contents-functions. Remove auto-save provisions -
8080 they're implemented elsewhere.
8081
8082 (allout-before-change-handler): If undo is in progress, note that
8083 for attention of allout-post-command-business.
8084
8085 (allout-post-command-business): If the command we're following was
8086 an undo, check for change in the status of encrypted items and
8087 adjust auto-save inhibitions accordingly.
8088
8089 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
8090 according to whether there are or aren't any plain-text topics
8091 pending encryption.
8092
2dcdbdd9 8093 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
8094 Adjust buffer-saved-size and some allout state to inhibit auto-saves
8095 if there are plain-text topics pending encryption.
13aa217b
KM
8096
8097 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
8098 buffer-saved-size and some allout state to not inhibit auto-saves
8099 if there are no longer any plain-text topics pending encryption.
8100
0757af94
SM
8101 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
8102 No longer provide for exemption of the current topic.
13aa217b 8103
ac89b32c
JL
81042011-07-04 Juri Linkov <juri@jurta.org>
8105
8106 Add 7z operations to delete and save changed members (bug#8968).
8107 * arc-mode.el (archive-7z-expunge, archive-7z-update):
8108 New defcustoms.
8109 (archive-7z-write-file-member): New function.
8110 (archive-7z-summarize): Fix the number of dashes in the
8111 listing output.
8112
8fa39615
SM
81132011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
8114
8115 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
8116 (bug#8958).
8117
2f11b3f1
CY
81182011-07-04 Chong Yidong <cyd@stupidchicken.com>
8119
d66fef2b
CY
8120 * bindings.el: Ignore next-buffer and previous-buffer in
8121 minibuffer-local-map.
8122
2f11b3f1
CY
8123 * font-lock.el (font-lock-builtin-face): Change light background
8124 color to dark slate blue (Bug#6693).
8125
f932a347
WD
81262011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
8127
8128 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
8129
c8af70e1
SM
81302011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
8131
8132 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
8133 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8134 Add switch-to-buffer.
8135
f158badc
LMI
81362011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
8137
8138 * isearch.el (isearch-search-fun-function): Clarify further the
8139 meaning of the function returned.
8140
6d95bd46
MA
81412011-07-04 Michael Albinus <michael.albinus@gmx.de>
8142
8143 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
8144
8145 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
8146 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
8147 Use it.
8148 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
8149 `tramp-default-remote-path' does not exist.
8150 (tramp-send-command-and-read): New optional argument NOERROR.
8151 (tramp-open-connection-setup-interactive-shell)
8152 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
8153 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
8154 (tramp-process-sentinel): Flush also process' connection property.
8155 (tramp-sh-handle-start-file-process): Do not set process
8156 sentinel. It is done now ...
8157 (tramp-maybe-open-connection): ... here. (Bug#8929)
8158
909e6b67
MK
81592011-07-04 MON KEY <monkey@sandpframing.com>
8160
8161 * play/animate.el (animate-string): Doc fixes and allow changing
8162 the buffer name (bug#5417).
8163
81642011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
8165
c8af70e1 8166 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 8167
f34755dc
PE
81682011-07-04 Paul Eggert <eggert@cs.ucla.edu>
8169
396cec72
PE
8170 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
8171 This is simpler and helps future-proof the code.
8172 (timer-until): Use time-subtract and float-time.
08235028 8173 (timer--time-less-p): Use time-less-p.
f34755dc 8174
56e6cc31
JB
81752011-07-04 Juanma Barranquero <lekktu@gmail.com>
8176
3abb79e5
JB
8177 * type-break.el (timep): Use the value of `float-time' to avoid a
8178 byte-compiler warning.
8179
56e6cc31
JB
8180 * server.el (server-eval-and-print): Return any result, even nil.
8181
7b9430b4
PE
81822011-07-03 Paul Eggert <eggert@cs.ucla.edu>
8183
8184 * type-break.el: Accept time formats that the builtins accept.
8185 (timep, type-break-time-difference): Accept any format that
8186 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
8187 This is simpler and helps future-proof the code.
8188 (type-break-time-difference): Round rather than ignoring
8189 subseconds components.
8190
3034e9e7
LMI
81912011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8192
8193 * info.el (Info-apropos-matches): Make non-interactive, since it
8194 doesn't seem to do anything useful as a command (bug#8829).
8195
1485f4c0
CY
81962011-07-03 Chong Yidong <cyd@stupidchicken.com>
8197
8198 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 8199 Move from faces.el.
1485f4c0
CY
8200 (frame-default-terminal-background): New function.
8201
8202 * custom.el (custom-push-theme): Don't record faces in `changed'
8203 theme; this doesn't work correctly for per-frame face settings.
8204 (disable-theme): Use face-set-after-frame-default to reset faces.
8205 (custom--frame-color-default): New function.
8206
9fa3dd45
LMI
82072011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8208
c8af70e1 8209 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
8210 (bug#8769).
8211
6cbbc20c
KR
82122011-03-29 Kevin Ryde <user42@zip.com.au>
8213
8214 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8215 `perl-Test2' extend to match possible "fail #N" rep count
8216 (bug#8377).
8217
c7f98048
LMI
82182011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8219
65676592
LMI
8220 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
8221 `smtpmail-via-smtp' now returns the error instead of nil.
8222
c7f98048
LMI
8223 * isearch.el (isearch-search-fun-function): Clarify the doc string
8224 (bug#8101).
8225
56e6cc31 82262011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
8227
8228 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
8229 unnecessary spaces (bug#8987).
8230
2b216704
LMI
82312011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8232
8233 * net/network-stream.el (open-network-stream): Use the
8234 :end-of-capability command thoughout.
8235
82362011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
8237
8238 * net/network-stream.el (open-network-stream): Add the
8239 :end-of-capability command parameter, used by pop3.el.
8240
36adf6ce
LMI
82412011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8242
1ca0da0e
LMI
8243 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
8244
fc00f69c
LMI
8245 * fringe.el (fringe-query-style): Remove redundant text " (type ?
8246 for list)" (bug#6475).
8247
28fd8759 8248 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 8249 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
8250 an error (bug#6297).
8251
0dd8b6da
LMI
8252 * man.el (Man-reference-regexp): Allow matching possible
8253 word-wrapped references (bug#6289).
8254
ce1438d6
LMI
8255 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
8256 for consistency with the other vc buffers (bug#6197).
8257 (vc-checkin): Ditto.
8258
8259 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
8260
36adf6ce
LMI
8261 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
8262
e83cc1f7
LMI
82632011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
8264
8a20ca4c
LMI
8265 * custom.el (defcustom): Clarify that :set is only used in the
8266 Customize user interface (bug#6089).
8267
83319045
LMI
8268 * progmodes/flymake.el (flymake-mode): If the buffer isn't
8269 associated with a file, refuse to run instead of erroring out
8270 (bug#6084).
8271
a8392169
LMI
8272 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
8273 the doc string, since it appears that using `fill-column' always
8274 controls the width (bug#7845).
8275
e83cc1f7
LMI
8276 * simple.el (shell-command-on-region): Say where the error output
8277 went if `shell-command-default-error-buffer' is set (bug#6857).
8278
e47ca23b
KM
82792011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
8280
8281 * allout.el (allout-yank-processing): Adjust cursor position for
8282 backwards-deleted space.
8283
8284 (allout-rebullet-heading): Register changes with
8285 allout-exposure-changed-hook, so the modified topic is properly
8286 decorated.
8287
5cf56143
LMI
82882011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
8289
08549772
LMI
8290 * minibuffer.el (completion-in-region): Document PREDICATE
8291 (bug#7136).
8292
48e96771
LMI
8293 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
8294 of keyword/argument pairs (bug#6904).
8295
c8af70e1
SM
8296 * replace.el (multi-occur):
8297 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 8298
e17d05e2
LMI
82992011-07-02 Drew Adams <drew.adams@oracle.com>
8300
8301 * dired.el (dired-mark-if): Make the message about whether it's
8302 marking or unmarking clearer (bug#8523).
8303
063b0e45
LMI
83042011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
8305
8306 * disp-table.el (display-table-print-array): New function.
8307 (describe-display-table): Use it to print the vectors more pretty
8308 (Bug#8859).
8309
28545e04
MR
83102011-07-02 Martin Rudalics <rudalics@gmx.at>
8311
8312 * window.el (window-state-get-1): Don't assign clone numbers.
8313 Add clone-of item to list of window parameters.
8314 (window-state-put-2): Don't process clone numbers.
8315 (display-buffer-alist): Fix doc-string.
8316
3349e122
SM
83172011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
8318
8319 * subr.el (remq): Don't allocate if it's not needed.
8320 (keymap--menu-item-binding, keymap--menu-item-with-binding)
8321 (keymap--merge-bindings): New functions.
8322 (keymap-canonicalize): Use them to refine the canonicalization.
8323 * minibuffer.el (minibuffer-local-completion-map)
8324 (minibuffer-local-must-match-map): Move initialization from C.
8325 (minibuffer-local-filename-completion-map): Move initialization from C;
8326 don't inherit from anything here.
8327 (minibuffer-local-filename-must-match-map): Make obsolete.
8328 (completing-read-default): Use make-composed-keymap to combine
8329 minibuffer-local-filename-completion-map with either
8330 minibuffer-local-must-match-map or
8331 minibuffer-local-filename-completion-map.
8332
d224ac83
GM
83332011-07-01 Glenn Morris <rgm@gnu.org>
8334
3de63bf8
GM
8335 * type-break.el (type-break-time-sum): Use dolist.
8336
d224ac83
GM
8337 * textmodes/flyspell.el (flyspell-word-search-backward):
8338 Replace CL function.
8339
1a1e3f32
SM
83402011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
8341
fe3f64d5
SM
8342 * mouse.el (mouse--strip-first-event): New function.
8343 (function-key-map): Use it to map fringe clicks to normal clicks
8344 by default.
8345
eb604e34
SM
8346 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
8347 (vc-bzr-revision-completion-table): Add support for annotate and date.
8348
1a1e3f32
SM
8349 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
8350 inherit from parent.
8351
5bd35902
LMI
83522011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8353
ace6c69c 8354 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 8355 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 8356
191e2bed
LMI
8357 * dired.el (dired-mode): Fix up the doc string as suggested by
8358 Drew Adams (bug#8817).
8359
5bd35902
LMI
8360 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
8361 cookie, since the manual says that it should be possible to add
8362 this function to `find-file-hook' (bug#8709).
8363
eee8207a
TZ
83642011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
8365
8366 * progmodes/cfengine.el: Moved all cfengine3.el functionality
8367 here. Noted Ted Zlatanov as the maintainer.
8368 (cfengine-common-settings, cfengine-common-syntax): New functions
8369 to set up common things between `cfengine-mode' and
8370 `cfengine3-mode'.
8371 (cfengine3-mode): New mode.
8372 (cfengine3-defuns cfengine3-defuns-regex
8373 (cfengine3-class-selector-regex cfengine3-category-regex)
8374 (cfengine3-vartypes cfengine3-font-lock-keywords)
8375 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 8376 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 8377
36b148cf
MA
83782011-07-01 Michael Albinus <michael.albinus@gmx.de>
8379
8380 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
8381
8382 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
8383
0bf4ba9a
MR
83842011-07-01 Martin Rudalics <rudalics@gmx.at>
8385
8386 * window.el (same-window-buffer-names, same-window-regexps)
8387 (same-window-p, special-display-frame-alist)
8388 (special-display-popup-frame, special-display-function)
8389 (special-display-buffer-names, special-display-regexps)
8390 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
8391 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
8392 (split-window-preferred-function, split-height-threshold)
8393 (split-width-threshold, even-window-heights)
8394 (display-buffer-mark-dedicated, window-splittable-p)
8395 (split-window-sensibly, window-safely-shrinkable-p):
8396 Un-obsolete.
8397 (display-buffer): Don't spread args with function specifier
8398 because special-display-popup-frame won't like it.
8399
35837f51
PE
84002011-07-01 Paul Eggert <eggert@cs.ucla.edu>
8401
d0672f86
PE
8402 Time-stamp simplifications and fixes.
8403 These improve accuracy slightly, and future-proof the code
8404 against some potential changes to current-time format.
8405
b9444d97
PE
8406 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
8407 by using time-since and float-time.
8408
0ef923dc
PE
8409 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
8410 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
8411 + NNN microseconds".
8412
2f81380d
PE
8413 * type-break.el (type-break-time-sum): Rewrite using time-add.
8414
845b5c3e
PE
8415 * play/hanoi.el (hanoi-current-time-float): Remove.
8416 All uses replaced by float-time.
8417
ee6f1be0
PE
8418 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
8419 This yields a more-accurate answer.
8420 (rng-time-to-float): Remove; no longer needed.
8421
fe955043
PE
8422 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
8423
5777162a
PE
8424 * calendar/timeclock.el (timeclock-seconds-to-time):
8425 Defalias to seconds-to-time, since they're the same thing.
8426
3103f8b6 8427 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 8428 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
8429 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
8430
0e61a35f
SM
84312011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
8432
8433 * window.el (bury-buffer): Don't iconify the only frame.
8434 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
8435 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
8436
ddd63a1e
CY
84372011-07-01 Chong Yidong <cyd@stupidchicken.com>
8438
0e61a35f
SM
8439 * eshell/em-smart.el (eshell-smart-display-navigate-list):
8440 Add mouse-yank-primary.
ddd63a1e 8441
055f4923
TZ
84422011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
8443
8444 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
8445
6a2fb145
SM
84462011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
8447
8448 * emacs-lisp/find-func.el (find-library--load-name): New fun.
8449 (find-library-name): Use it to find relative load names when provided
8450 absolute file name (bug#8803).
8451
fd4983f2
LMI
84522011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8453
887d14ad
LMI
8454 * textmodes/flyspell.el (flyspell-word): Consider words that
8455 differ only in case as potential doublons (bug#5687).
8456
c53dc7fc
LMI
8457 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
8458 Remove two rather uninteresting debugging-like messages to make
8459 debbugs.el more silent.
8460
fd4983f2
LMI
8461 * comint.el (comint-password-prompt-regexp): Accept "Response" as
8462 a password-like phrase.
8463
7a71b18d 84642011-06-30 Masatake YAMATO <yamato@redhat.com>
b14c0c55
AM
8465
8466 * progmodes/cc-guess.el: New file.
8467
6a2fb145 8468 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
8469
8470 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
8471 derived from `c-basic-common-init'.
8472
8473 * progmodes/cc-mode.el (top-level): Require cc-guess.
8474 (c-basic-common-init): Use `cc-choose-style-for-mode'.
8475
1fa280a3
LM
84762011-06-30 Lawrence Mitchell <wence@gmx.li>
8477
8478 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
8479
e6597158
AM
84802011-06-30 Alan Mackenzie <acm@muc.de>
8481
1fa280a3
LM
8482 * progmodes/cc-engine.el (c-guess-continued-construct):
8483 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
8484 lock is disabled. Name this case as "CASE G".
8485
68ba37fb
KM
84862011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
8487
8488 * allout.el (allout-yank-processing): Fix injection of extra space
8489 between bullet and non-whitespace character in first topic when
8490 pasting, ensuring that the actual spacing in the pasted topic
8491 following the bullet char is preserved. This extra space was
8492 causing pasted encrypted topics to get a decrypted status even
8493 when the content was actually still encrypted. Now the decryption
8494 status from before the paste is preserved.
8495
8496 (allout-flag-region): Set all allout overlays so they evaporate
8497 when reduced to zero length (evanescent), to prevent overlay
8498 leakage.
8499
887a0b34
GM
85002011-06-30 Glenn Morris <rgm@gnu.org>
8501
94b9acce
GM
8502 * w32-fns.el (w32-charset-info-alist): Declare.
8503
1d9b46d4
GM
8504 * find-dired.el (find-grep-options): Simplify.
8505
cc232200
GM
8506 * term/ns-win.el (ns-set-resource): Declare.
8507
28e77c46
GM
8508 * ses.el (row, col): Declare dynamic variables honestly.
8509
887a0b34
GM
8510 * textmodes/reftex-parse.el (index-tags): Declare.
8511
658d8eb8
CY
85122011-06-30 Chong Yidong <cyd@stupidchicken.com>
8513
8514 * cus-edit.el (customize-push-and-save): New function.
8515
8516 * files.el (hack-local-variables-confirm): Use it.
8517
1fa280a3
LM
8518 * custom.el (load-theme): New arg NO-CONFIRM.
8519 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
8520 (custom-enabled-themes): Doc fix.
8521
8522 * cus-theme.el (customize-create-theme)
8523 (custom-theme-merge-theme): Callers to load-theme changed.
8524
bb617717
LMI
85252011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8526
d61bdd5d
LMI
8527 * thingatpt.el (thing-at-point-short-url-regexp): Require that
8528 short URLs have at least one dot in them (bug #7614).
8529
bb617717
LMI
8530 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
8531 nil, because using a pty is apparently too slow (bug #895).
8532
2f31f37a
LMI
85332011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
8534
8535 * mail/sendmail.el (sendmail-query-once): New function.
8536 (sendmail-query-once-function): New variable.
8537
3076b24e
GM
85382011-06-29 Glenn Morris <rgm@gnu.org>
8539
faf2a174
GM
8540 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
8541
3076b24e
GM
8542 * ses.el (top-level): Require cl when compiling.
8543 (ses-set-localvars): Fix error statement.
8544 Call it at compile time to silence a storm of warnings.
8545
5386012d
MR
85462011-06-29 Martin Rudalics <rudalics@gmx.at>
8547
8548 * window.el (normalize-live-buffer): Rename to
8549 window-normalize-buffer.
8550 (normalize-live-frame): Rename to window-normalize-frame.
8551 (normalize-any-window): Rename to window-normalize-any-window.
8552 (normalize-live-window): Rename to window-normalize-live-window.
8553 (make-window-atom): Rename to window-make-atom.
8554 (window-resize-reset): Rename to window--resize-reset.
8555 (window-resize-reset-1): Rename to window--resize-reset-1.
8556 (resize-mini-window): Rename to window--resize-mini-window.
8557 (resize-subwindows-skip-p): Rename to
8558 window--resize-subwindows-skip-p.
8559 (resize-subwindows-normal): Rename to
8560 window--resize-subwindows-normal.
8561 (resize-subwindows): Rename to window--resize-subwindows.
8562 (resize-other-windows): Rename to window--resize-siblings.
8563 (resize-this-window): Rename to window--resize-this-window.
8564 (resize-root-window): Rename to window--resize-root-window.
8565 (resize-root-window-vertically): Rename to
8566 window--resize-root-window-vertically.
8567 (normalize-buffer-to-display): Rename to
8568 window-normalize-buffer-to-display.
8569 (normalize-buffer-to-switch-to): Rename to
8570 window-normalize-buffer-to-switch-to.
8571 Correspondingly update all callers of the functions listed
8572 above.
8573 (display-buffer-alist, display-buffer-normalize-arguments)
8574 (display-buffer-normalize-options, display-buffer)
8575 (display-buffer-alist-set): Use "function" instead of
8576 "fun-with-args".
8577
1176868d
CY
85782011-06-28 Chong Yidong <cyd@stupidchicken.com>
8579
8580 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
8581 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
8582 debbugs.gnu.org. Mention acknowledgment email.
8583
20a7a65f
LMI
85842011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
8585
8586 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
8587 buffer multibyteness, since it shouldn't matter.
8588
5f45cca5
MR
85892011-06-28 Martin Rudalics <rudalics@gmx.at>
8590
8591 * window.el (display-buffer-in-side-window): Handle dedicated
8592 windows as in display-buffer-reuse-window.
8593 (display-buffer-normalize-alist): Use value of override
8594 specifier.
8595 (display-buffer-normalize-specifiers): Use value of
8596 other-window-means-other-frame specifier.
8597 (display-buffer-alist): Rewrite some texts in widgets.
8598 (display-buffer): Spread arguments when calling function
8599 specified by fun-with-args.
8600
ad85fe1f
DD
86012011-06-28 Deniz Dogan <deniz@dogan.se>
8602
1fa280a3
LM
8603 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
8604 Unnest `let'.
da68c4c8 8605
ad85fe1f
DD
8606 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
8607 selectors (Bug#5732).
ec49bd31 8608 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 8609
a08cc025
JA
86102011-06-27 Jari Aalto <jari.aalto@cante.net>
8611
8612 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
8613 (eshell-ls-date-format): New defcustom.
8614 (eshell-ls-file): Use it.
8615
e2b551c5
SM
86162011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
8617
8618 * help-fns.el (describe-variable): Fix message for terminal-local vars.
8619
8982b231
KY
86202011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
8621
8622 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
8623 (ange-ftp-make-tmp-name): New arg.
8624 (ange-ftp-file-local-copy): Use it.
8625
36c9fa27
J
86262011-06-27 Jambunathan K <kjambunathan@gmail.com>
8627
8628 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
8629 no-conversion (Bug#8870).
8630
d68443dc
MR
86312011-06-27 Martin Rudalics <rudalics@gmx.at>
8632
8633 * window.el (window-right, window-left, window-child)
8634 (window-child-count, window-last-child)
8635 (window-iso-combination-p, walk-window-tree-1)
8636 (window-atom-check-1, window-tree-1, delete-window)
8637 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
8638 new naming conventions - window-vchild, window-hchild,
8639 window-next and window-prev are now called window-top-child,
8640 window-left-child, window-next-sibling and window-prev-sibling
8641 respectively.
d615d6d2
MR
8642 (resize-window-reset): Rename to window-resize-reset.
8643 (resize-window-reset-1): Rename to window-resize-reset-1.
8644 (resize-window): Rename to window-resize.
8645 (window-min-height, window-min-width)
8646 (resize-mini-window, resize-this-window, resize-root-window)
8647 (resize-root-window-vertically, adjust-window-trailing-edge)
8648 (enlarge-window, shrink-window, maximize-window)
8649 (minimize-window, delete-window, quit-restore-window)
8650 (split-window, balance-windows, balance-windows-area-adjust)
8651 (balance-windows-area, window-state-put-2)
8652 (display-buffer-even-window-sizes, display-buffer-set-height)
8653 (display-buffer-set-width, set-window-text-height)
8654 (fit-window-to-buffer): Rename all "resize-window" prefixed
8655 calls to use the "window-resize" prefix convention.
8656 (display-buffer-alist): Fix symbol for label specifier.
8657 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
8658 corresponding specifier.
8659 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 8660
b6458526
VB
86612011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
8662
8663 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
8664 convention.
8665 (ses-call-printer): Does not pass an empty string to formatter when the
8666 cell is empty to keep from barking printer Calc math-format-value.
8667
d31fd9ac
RS
86682011-06-27 Richard Stallman <rms@gnu.org>
8669
43d5bf84
RS
8670 * battery.el (battery-mode-line-limit): New variable.
8671 (battery-update): Handle it.
8672
d31fd9ac
RS
8673 * mail/rmailmm.el (rmail-mime-process-multipart):
8674 Handle truncated messages.
8675
819a6054
GM
86762011-06-27 Glenn Morris <rgm@gnu.org>
8677
8678 * progmodes/flymake.el (flymake-err-line-patterns):
8679 Allow for column numbers in the ant/javac pattern. (Bug#8866)
8680
cedc73f2
VB
86812011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
8682
819a6054 8683 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
8684 (ses--clean-!, ses--clean-_): New functions.
8685 (ses-range): Add configurability of readout order, and conversion
8686 to Calc vector.
8687
5e5d49b6
VB
8688 * ses.el (ses-repair-cell-reference-all): New function.
8689 (ses-cell-symbol): Set macro as safe, so that it can be used in
8690 formulas.
8691
56e6cc31 8692 * ses.el: Update cycle detection algorithm.
90ca8b49 8693 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 8694 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
8695 (ses-set-localvars): New function.
8696 (ses-make-cell): Add property-list as a cell element.
8697 (ses-cell-property-get-fun, ses-cell-property-get)
8698 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
8699 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
8700 New functions.
90ca8b49
VB
8701 (ses-cell-property-set, ses-cell-property-pop)
8702 (ses-cell-property-get-handle): New macro.
8703 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
8704 New aliases, used for code readability.
8705 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
8706 cycle detection.
8707 (ses-self-reference-early-detection): New defcustom.
fac916bf 8708 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
8709 (ses-mode): Use ses-set-localvars.
8710 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
8711 before lauching the update processing.
8712 (ses-initialize-Dijkstra-attempt): New function.
8713 (ses-recalculate-cell): Update for cycle detection based on
8714 Dijkstra algorithm.
8715
2bb63e81
VB
8716 * ses.el: Fix commenting and indenting convention.
8717
c9d29fb8
SM
87182011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
8719
8720 * bs.el (bs-cycle-next): Complete last change.
8721
d8e4b68b
JB
87222011-06-27 Drew Adams <drew.adams@oracle.com>
8723
8724 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
8725
40098786
LMI
87262011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
8727
c9d29fb8
SM
8728 * net/network-stream.el (network-stream-open-starttls):
8729 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
8730 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
8731
40098786
LMI
8732 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
8733 to binary to possibly avoid line encoding issues on Windows (among
8734 other things).
8735
468d09d4
LMI
87362011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
8737
8738 * net/network-stream.el (open-network-stream): Return an :error
8739 saying what the problem was, if possible.
8740
8741 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
8742 server.
8743
8744 * net/network-stream.el (network-stream-open-starttls): If we
8745 wanted to use STARTTLS, and the server offered it, but we weren't
8746 able to because we had no STARTTLS support, then close the connection.
8747 (open-network-stream): Return an :error element, if present.
8748
16f07dd7
CY
87492011-06-26 Chong Yidong <cyd@stupidchicken.com>
8750
88821ca0
CY
8751 * hl-line.el (hl-line-sticky-flag): Doc fix.
8752 (global-hl-line-sticky-flag): New option (Bug#8323).
8753 (global-hl-line-highlight): Obey it.
8754
16f07dd7
CY
8755 * vc/vc.el (vc-revert-show-diff): Default to t.
8756
6b5ccddf
KM
87572011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
8758
c9d29fb8
SM
8759 * allout-widgets.el (allout-widgets-post-command-business):
8760 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
8761 undecorated when an isearch is continued past, and isearch
8762 automatically collapses them. This leads to "widget leaks", where
8763 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
8764 hidden widgets can slow down cursor travel, substantially.
8765 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
8766 so we're doing without this nicety.
8767
8768 (allout-widgets-tally-string): Don't try to do a hash-table-count
8769 of allout-widgets-tally when it's nil. This eliminates spurious "Error
8770 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
8771 *Messages* when allout-widgets-maintain-tally is t.
8772
355f2e07
MR
87732011-06-26 Martin Rudalics <rudalics@gmx.at>
8774
8775 * window.el (display-buffer-normalize-argument): Rename to
8776 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
8777 LABEL argument. Respect special-display-function when popping up
8778 a new frame. Fix code searching for a window showing the buffer
8779 on another frame.
c9d29fb8
SM
8780 (display-buffer-normalize-specifiers):
8781 Call display-buffer-normalize-arguments.
355f2e07
MR
8782 (display-buffer-in-window): Don't undedicate the window if its
8783 buffer remains the same.
8784 Reported by Drew Adams <drew.adams@oracle.com>.
8785 (display-buffer-alist): Add choice for same-window macro
8786 specfier.
8787 (display-buffer): Mention special meaning of LABEL argument in
8788 doc-string. Fix quoting. Don't pop up a new frame even as
8789 fallback.
8790
7ca8fc42
JB
87912011-06-26 Juanma Barranquero <lekktu@gmail.com>
8792
8793 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
8794 avoid deleting the current window in some cases (bug#8911).
8795
bc312254
AS
87962011-06-26 Andreas Schwab <schwab@linux-m68k.org>
8797
8798 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
8799 (Bug#8934)
8800
2db18f3f
LMI
88012011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
8802
c9d29fb8
SM
8803 * net/network-stream.el (network-stream-open-starttls):
8804 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
8805 (network-stream-open-tls): Ditto.
8806
6302e0d3
LL
88072011-06-26 Leo Liu <sdl.web@gmail.com>
8808
8809 * register.el (registerv): New struct.
8810 (registerv-make): New function.
c9d29fb8
SM
8811 (jump-to-register, describe-register-1, insert-register):
8812 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
8813 struct. (Bug#8415)
8814
5fdd4046
CY
88152011-06-26 Chong Yidong <cyd@stupidchicken.com>
8816
2afef60a
CY
8817 * vc/vc.el (vc-revert-show-diff): New defcustom.
8818 (vc-diff-internal): New arg specifying diff buffer.
8819 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
8820 reuse an existing *vc-diff* buffer (Bug#8927).
8821
5fdd4046
CY
8822 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
8823
e93db24a
GM
88242011-06-26 Glenn Morris <rgm@gnu.org>
8825
8826 * progmodes/f90.el (f90-critical-indent): New option.
8827 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
8828 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
8829 (f90-mode): Doc fix.
8830 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
8831 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
8832 (f90-beginning-of-block, f90-next-block, f90-indent-region)
8833 (f90-match-end): Handle block, critical.
8834
eefff499
GM
88352011-06-25 Glenn Morris <rgm@gnu.org>
8836
f6ba4cc9
GM
8837 * calendar/diary-lib.el (diary-included-files): Doc fix.
8838 (diary-include-files): New function, extracted from
8839 diary-include-other-diary-files and diary-mark-included-diary-files.
8840 (diary-include-other-diary-files, diary-mark-included-diary-files):
8841 Just call diary-include-files.
8842 (diary-mark-entries): Reset diary-included-files on first call.
8843
16712304
GM
8844 * calendar/diary-lib.el (diary-mark-entries)
8845 (diary-mark-included-diary-files):
8846 Visit included diary-files in temp buffers.
8847
5d8e0d43
GM
8848 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
8849 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
8850 (f90-start-block-re, f90-imenu-generic-expression)
8851 (f90-looking-at-program-block-start, f90-no-block-limit):
8852 Add support for submodules.
8853
ccf7a5d5
GM
8854 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
8855 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 8856
11fdef7d 88572011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
8858
8859 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
8860 buffer-file-type before setting its value, to avoid disastrous
eefff499 8861 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 8862
74f53697
JB
88632011-06-25 Juanma Barranquero <lekktu@gmail.com>
8864
8865 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
8866
8867 * ses.el (ses-unload-function):
8868 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
8869
8870 * proced.el (proced-unload-function):
8871 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
8872
18a4ce5e
AR
88732011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
8874
8875 * server.el (server-create-window-system-frame): Add parameters arg.
8876 (server-process-filter): Doc fix. Handle frame-parameters.
8877
519d22cc
JB
88782011-06-25 Juanma Barranquero <lekktu@gmail.com>
8879
8880 Fix bug#8730, bug#8781.
8881
8882 * loadhist.el (unload--set-major-mode): New function.
8883 (unload-feature): Use it.
8884
8885 * progmodes/python.el (python-after-info-look): Add autoload cookie.
8886 (python-unload-function): New function.
8887
c206f5b0
SM
88882011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
8889
8890 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
8891
f9ad64f3
GS
88922011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
8893
8894 * net/browse-url.el (browse-url-firefox-program): Add icecat to
8895 the candidates list.
8896
7d0da90e
JB
88972011-06-24 Juanma Barranquero <lekktu@gmail.com>
8898
8899 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
8900
14b4e83d
RS
89012011-06-23 Richard Stallman <rms@gnu.org>
8902
8903 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
8904 (rmail-variables): Set next-error-move-function.
8905 (rmail-what-message): Take argument POS.
8906 (rmail-next-error-move): New function.
8907
273d2baf
SM
89082011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
8909
8910 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
8911 messages for adjacent non-terminals.
8912
56c2cc9a
RS
89132011-06-23 Richard Stallman <rms@gnu.org>
8914
8915 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 8916 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
8917 (rmail-start-mail): Don't specify use of rmail-mail-return;
8918 that's done by mail-bury now.
8919 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 8920
d59eb518
MA
89212011-06-23 Michael Albinus <michael.albinus@gmx.de>
8922
8923 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
8924 SIZE is a number.
8925
02cfc6d6
MR
89262011-06-23 Martin Rudalics <rudalics@gmx.at>
8927
8928 * window.el (get-lru-window, get-mru-window)
8929 (get-largest-window): Never return a minibuffer window.
8930 (display-buffer-pop-up-window): Fix a bug that could lead to
8931 reusing the minibuffer window.
8932 (display-buffer): Pass original specifier argument to
8933 display-buffer-function instead of the normalized one.
8934 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
8935
4e323265
LL
89362011-06-22 Leo Liu <sdl.web@gmail.com>
8937
8938 * minibuffer.el (completing-read-function)
8939 (completing-read-default): Move from minibuf.c
8940
7a70468f
RS
89412011-06-22 Richard Stallman <rms@gnu.org>
8942
50718fc2
RS
8943 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
8944 to Rmail even if not started by a special Rmail command.
8945
7a70468f
RS
8946 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
8947 Copy the buffer currently showing just one message.
8948
297dde5a
RW
89492011-06-22 Roland Winkler <winkler@gnu.org>
8950
8951 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
8952 (bibtex-clean-entry): First delete the old key so that a
8953 customized algorithm for generating the new key does not get
8954 confused by the old key.
8955 (bibtex-url): Obey regexp of first step.
8956 (bibtex-search-entries): Do not use add-to-list with local
8957 list-var.
8958
97bb1093
LMI
89592011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
8960
8961 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
8962 stored a user name, then query for the password first, instead of
8963 waiting for SMTP to give an error message and the trying again.
8964
1c0f1a19
JD
89652011-06-22 Lawrence Mitchell <wence@gmx.li>
8966
8967 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
8968 BUFFER in call-process.
8969
396f7c9d
LMI
89702011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
8971
8972 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
8973 QUIT twice.
ddb7ffee
LMI
8974 (smtpmail-try-auth-methods): Require user name and password from
8975 auth-source.
396f7c9d 8976
8998d1b3
MR
89772011-06-22 Martin Rudalics <rudalics@gmx.at>
8978
8979 * window.el (display-buffer-default-specifiers)
8980 (display-buffer-alist): Remove entries for pop-up-frame-alist.
8981 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 8982 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
8983
8984 * frame.el (pop-up-frame-alist, pop-up-frame-function)
8985 (special-display-frame-alist, special-display-popup-frame):
8986 Remove duplicate declarations. These are now in window.el.
8987
4ea31e07
LMI
89882011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8989
c9d29fb8
SM
8990 * mail/smtpmail.el (smtpmail-via-smtp):
8991 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
8992 server supports it. SMTP servers that support STARTTLS commonly
8993 require it.
8994
8995 * net/network-stream.el (network-stream-open-starttls): Support
8996 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 8997 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 8998
95f41d9a
LMI
8999 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
9000 upgrades with `open-network-stream', and rely solely on
9001 auth-source for all credentials. Big changes throughout the file,
9002 but in particular:
c9d29fb8
SM
9003 (smtpmail-auth-credentials): Remove.
9004 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
9005 (smtpmail-via-smtp): Check for servers saying they want AUTH after
9006 MAIL FROM, too.
95f41d9a 9007
c9d29fb8
SM
9008 * net/network-stream.el (network-stream-open-starttls):
9009 Provide support for client certificates both for external and built-in
4ea31e07
LMI
9010 STARTTLS.
9011 (auth-source): Require.
9012 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
9013 (network-stream-certificate): Change cert-cert to cert and
9014 cert-key to key.
4ea31e07 9015
065ec2c7
MA
90162011-06-21 Michael Albinus <michael.albinus@gmx.de>
9017
9018 * net/tramp-cache.el (top): Don't load the persistency file when
9019 "emacs -Q" has been called.
9020
cd93b359
DR
90212011-06-21 Tim Harper <timcharper@gmail.com>
9022
d8e4b68b
JB
9023 * term/ns-win.el (ns-initialize-window-system):
9024 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
9025 resource to NO as it is not yet supported by the NS port.
9026
ae9c0411
JB
90272011-06-21 Juanma Barranquero <lekktu@gmail.com>
9028
9029 * misc.el (list-dynamic-libraries--refresh): Compute header here...
9030 (list-dynamic-libraries): ...not here.
9031
7f3f739f
LL
90322011-06-21 Leo Liu <sdl.web@gmail.com>
9033
9034 * subr.el (sha1): Implement sha1 using secure-hash.
9035
327c8fb1
MR
90362011-06-21 Martin Rudalics <rudalics@gmx.at>
9037
9038 * window.el (display-buffer-alist): In default value do not
9039 enforce searching a window on any but the selected frame.
9040 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
9041 (display-buffer-select-window): Remove function.
9042 (display-buffer-in-window): When a window on another frame gets
9043 reused, do not select it any more but just raise its frame if
9044 necessary (Bug#8851) and (Bug#8856).
9045 (display-buffer-normalize-options): Handle pop-up-frames related
9046 options more faithfully.
9047 (pop-to-buffer): Don't rely on `display-buffer' selecting the
9048 window if it is on another frame.
c9d29fb8
SM
9049 (display-buffer-alist, display-buffer-default-specifiers):
9050 Don't make new frame unsplittable by default.
9e9de014
MR
9051 (display-buffer-normalize-argument): Fix doc-string typo and use
9052 'same-frame-other-window instead of 'other-window when associating
9053 with display-buffer-macro-specifiers.
327c8fb1 9054
7cf3f556
VB
90552011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
9056
9057 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
9058 New functions.
9059 (5x5-mode-map, 5x5-mode-menu): Bind them.
9060 (5x5-draw-grid): Tweak the solver's rendering.
9061
60a406cf
SM
90622011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
9063
9064 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
9065 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
9066
d8e4b68b 90672011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
9068
9069 * menu-bar.el: Use function variable instead of switch-to-buffer.
9070 (menu-bar-select-buffer-function): New variable.
60a406cf 9071 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 9072
478d6f95
SM
90732011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
9074
9075 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
9076 variable's status.
9077
ca530739
JD
90782011-06-20 Jan Djärv <jan.h.d@swipnet.se>
9079
9080 * x-dnd.el (x-dnd-version-from-flags)
9081 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
9082 and long as number (Bug#8899).
9083 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
9084
bcd70d97
SM
90852011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
9086
60a406cf 9087 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
9088 (completion-try-completion, completion-all-completions): Compute the
9089 metadata argument if it's missing; make it optional (bug#8795).
9090
60a406cf 9091 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
9092 (widget-complete): Use new :completion-function property.
9093 (widget-completions-at-point): New function.
9094 (default): Use :completion-function instead of :complete.
60a406cf
SM
9095 (widget-default-completions): Rename from widget-default-complete;
9096 Rewrite.
bcd70d97
SM
9097 (widget-string-complete, widget-file-complete, widget-color-complete):
9098 Remove functions.
9099 (file, symbol, function, variable, coding-system, color):
9100 * international/mule-cmds.el (default-input-method, charset)
9101 (language-info-custom-alist):
9102 * cus-edit.el (face): Use new property :completions.
9103
9104 * progmodes/pascal.el (pascal-completions-at-point): New function.
9105 (pascal-mode): Use it.
9106 (pascal-mode-map): Use completion-at-point.
9107 (pascal-toggle-completions): Make obsolete.
9108 (pascal-complete-word, pascal-show-completions):
9109 * progmodes/octave-mod.el (octave-complete-symbol):
9110 Redefine as obsolete alias.
9111 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
9112 Signal absence of completion info for old Octave,
9113 (inferior-octave-complete): Redefine as obsolete alias.
9114 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
9115 (meta-completions-at-point): Rename from meta-complete-symbol and
9116 adapt it for use on completion-at-point-functions.
9117 (meta-common-mode): Use it.
9118 (meta-looking-at-backward, meta-match-buffer): Remove.
9119 (meta-complete-symbol): Redefine as obsolete alias.
9120 (meta-common-mode-map): Use completion-at-point.
9121 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
9122 (makefile-mode-map): Use completion-at-point.
9123 (makefile-completions-at-point): Rename from makefile-complete and
9124 adapt it for use on completion-at-point-functions.
9125 (makefile-mode): Use it.
9126 (makefile-complete): Redefine as obsolete alias.
9127
aebf69c8
DD
91282011-06-20 Deniz Dogan <deniz@dogan.se>
9129
9130 * net/rcirc.el: Delete trailing whitespaces once and for all.
9131
bfbbb27d
DC
91322011-06-20 Daniel Colascione <dan.colascione@gmail.com>
9133
9134 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
9135
d264a46b
CY
91362011-06-19 Chong Yidong <cyd@stupidchicken.com>
9137
4ca009e5
CY
9138 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
9139
d264a46b
CY
9140 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
9141
fbf5b3ce
MR
91422011-06-19 Martin Rudalics <rudalics@gmx.at>
9143
9144 * window.el (display-buffer-other-window-means-other-frame):
9145 Call display-buffer-normalize-alist.
9146 (display-buffer-normalize-specifiers-1): Rename to
9147 display-buffer-normalize-argument. New argument other-frame.
9148 Rewrite.
9149 (display-buffer-normalize-specifiers-2): Rename to
9150 display-buffer-normalize-options.
9151 (display-buffer-normalize-alist-1): New function.
9152 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
9153 display-buffer-normalize-alist.
9154 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
9155 (display-buffer-normalize-options-inhibit): New variable.
9156 (display-buffer-normalize-specifiers): Rewrite calling
9157 display-buffer-normalize-alist,
9158 display-buffer-normalize-argument, and
9159 display-buffer-normalize-options. Don't call the latter if
9160 display-buffer-normalize-options-inhibit is non-nil.
9161 (frame-auto-delete): New option.
9162 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
9163 (window-list-no-nils, window-state-ignored-parameters)
9164 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
9165 (window-state-put-1, window-state-put-2, window-state-put):
9166 New functions.
9a028c23
MR
9167 (display-buffer-normalize-options): Move special-display-p group
9168 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 9169
6d10d800
CY
91702011-06-18 Chong Yidong <cyd@stupidchicken.com>
9171
6420d28b
CY
9172 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
9173 groups (Bug#8776).
9174 (rx-submatch-n): New function.
9175 (rx): Document it.
9176
ddb8b596
CY
9177 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
9178 (Bug#8768).
9179
9180 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
9181
77080289
CY
9182 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
9183
61dfb316
CY
9184 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
9185 anytime existing face settings are present (Bug#8889).
9186
6d10d800
CY
9187 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
9188 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
9189 Remove unused argument.
9190
be3fb2b8
MR
91912011-06-18 Martin Rudalics <rudalics@gmx.at>
9192
bcd70d97
SM
9193 * window.el (display-buffer-default-specifiers):
9194 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
9195 pop-up-window-min-width, and another reuse-window specifier
9196 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
9197 (display-buffer-normalize-specifiers-2):
9198 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
9199 pop-up-windows is unset. Add a reuse-window specifier for the
9200 case popping up a new window fails.
9201 (special-display-popup-frame): Remove double quoting.
28dec25a 9202 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 9203
1c6d8c76
SM
92042011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
9205
9206 * shell.el (shell-completion-vars): Set pcomplete-termination-string
9207 according to comint-completion-addsuffix.
9208
9209 * pcomplete.el: Convert to lexical binding and fix bug#8819.
9210 (pcomplete-suffix-list): Mark as obsolete.
9211 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
9212 pcomplete-seen in the closure.
9213 (pcomplete-comint-setup): Setup completion-at-point as well.
9214 (pcomplete--entries): New function.
9215 (pcomplete--env-regexp): New var.
9216 (pcomplete-entries): Rewrite to work with partial-completion and
9217 without relying on pcomplete-suffix-list.
9218 (pcomplete-pare-list): Remove, unused.
9219
25aef8b8
MR
92202011-06-17 Martin Rudalics <rudalics@gmx.at>
9221
9222 * window.el (display-buffer-alist): Set pop-up-window-min-height
9223 and pop-up-window-min-width in default value. Reported by
9224 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
9225 other-window-means-other-frame.
9226 (display-buffer-macro-specifiers): Comment out entry for
9227 other-window specifier.
9228 (display-buffer-other-window-means-other-frame): New function.
9229 (display-buffer-normalize-specifiers-1): New arguments
9230 buffer-name and label. Treat other-window case specially.
9231 (display-buffer-normalize-specifiers-2): Treat other-window case
9232 specially.
9233 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
9234 (display-buffer-normalize-specifiers):
9235 Call display-buffer-normalize-specifiers-3.
25aef8b8 9236
dbad4f69
MR
92372011-06-17 Martin Rudalics <rudalics@gmx.at>
9238
9239 * window.el (same-window-p): Fix two typos introduced when
9240 adding with-no-warnings.
d1067961
MR
9241 (display-buffer-normalize-specifiers-1): Don't check
9242 pop-up-frames for 'unset initialization.
9243 (display-buffer-normalize-specifiers-2): Major rewrite using
9244 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
9245 (pop-up-frames, display-buffer-reuse-frames)
9246 (display-buffer-mark-dedicated): Don't initialize to 'unset.
9247 Suggested by David Engster <deng@randomsample.de>.
9248 (even-window-heights): Initialize to 'unset.
9249 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
9250 (display-buffer-macro-specifiers): Don't pop up a new frame in the
9251 other window case.
dbad4f69 9252
9b9c9e3a
MR
92532011-06-16 Martin Rudalics <rudalics@gmx.at>
9254
bcd70d97
SM
9255 * window.el (display-buffer-normalize-specifiers-1):
9256 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 9257 second argument of display-buffer (Bug#8865).
981d5c09
MR
9258 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
9259 (switch-to-buffer-other-window-same-frame)
9260 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
9261 Adams (Bug#8875).
9c2755e9
MR
9262 (display-buffer): Don't check noninteractive when calling
9263 display-buffer-pop-up-frame.
9264 (display-buffer-pop-up-frame): Never pop up a frame in
9265 noninteractive mode (Bug#8857).
67222e1d
MR
9266 (enlarge-window, shrink-window): Don't report an error when the
9267 window can't be resized as requested (Bug#8862).
9b9c9e3a 9268
2b75be67
SM
92692011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
9270
9ffdd3ba
SM
9271 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
9272
cb581a67
SM
9273 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
9274
2b75be67
SM
9275 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
9276
8c0e3589
AM
92772011-06-15 Alan Mackenzie <acm@muc.de>
9278
cb581a67
SM
9279 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
9280 for declarators, disable knr checking to speed up for normal files.
9281 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 9282
b96e6cde
LMI
92832011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
9284
4bba86e6
LMI
9285 * net/network-stream.el (open-network-stream): Add the keyword
9286 :always-query-capabilities for the case where you want to force a
9287 `plain' network connection, but the protocol still requires the
9288 capabilitiy command (i.e., SMTP and EHLO).
9289
2b75be67 9290 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
9291 consistency with other `-live-p' functions.
9292
efdcdbf8
SM
92932011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
9294
9295 * window.el (same-window-buffer-names, same-window-regexps)
9296 (special-display-frame-alist, special-display-popup-frame)
9297 (special-display-function, special-display-buffer-names)
9298 (special-display-regexps, pop-up-frame-alist)
9299 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
9300 (pop-up-windows, split-window-preferred-function)
9301 (split-height-threshold, split-width-threshold, even-window-heights)
9302 (display-buffer-mark-dedicated): Don't encourage the use of
9303 display-buffer-alist from Elisp code.
9304
c5cde042
DN
93052011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
9306
9307 * progmodes/python.el (python-mode): Derive from prog-mode.
9308 * progmodes/ps-mode.el (ps-mode):
9309 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 9310 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
9311 * progmodes/ld-script.el (ld-script-mode): Likewise.
9312
baa1c9ab
MR
93132011-06-15 Martin Rudalics <rudalics@gmx.at>
9314
9315 * window.el (display-buffer-alist): Trim default value to avoid
9316 popping up a new frame (Bug#8857) or reusing an arbitrary window
9317 on another frame.
9318 (display-buffer): Do not fall back on popping up a new frame in
9319 batch mode (Bug#8857).
9320
c5dd5a51
CY
93212011-06-14 Chong Yidong <cyd@stupidchicken.com>
9322
9323 * cus-theme.el (describe-theme-1): Use custom-theme-p.
9324 (custom-theme-summary): New function.
9325 (customize-themes): Use it.
9326
d647b7c4
GM
93272011-06-13 Glenn Morris <rgm@gnu.org>
9328
9329 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
9330
9481c002
MR
93312011-06-13 Martin Rudalics <rudalics@gmx.at>
9332
357f93d2
MR
9333 * help.el (help-window): Remove variable.
9334 (help-window-point-marker, temp-buffer-max-height)
9335 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
9336 (help-print-return-message): Don't set help-window.
9337 (resize-temp-buffer-window): Rewrite cod eand doc-string.
9338 (help-window-setup-finish): Remove.
9339 (help-window-display-message, help-window-setup)
9340 (with-help-window): Major rewrite based on new
9341 display-buffer-window variable.
9342
9343 * help-mode.el (help-mode-finish): Remove help-window related
9344 code.
9345
9346 * view.el (view-exits-all-viewing-windows): Remove reference to
9347 view-return-to-alist in doc-string.
9348 (view-return-to-alist): Make obsolete.
9349 (view-buffer): Call pop-to-buffer-same-window and remove
9350 undo-window code.
9351 (view-buffer-other-window): Call pop-to-buffer-other-window and
9352 simplify code. Ignore second argument.
9353 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
9354 simplify code. Ignore second argument.
9355 (view-return-to-alist-update): Make obsolete.
9356 (view-mode-enter): Rename second argument to QUIT-RESTORE.
9357 Rewrite using quit-restore window parameters.
2b75be67
SM
9358 (view-mode-exit): Rename second argument to EXIT-ONLY.
9359 Rewrite using quit-restore-window.
357f93d2
MR
9360 (View-exit, View-exit-and-edit, View-leave, View-quit)
9361 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
9362 appropriate arguments.
9363 (view-end-message): Use quit-restore window parameter.
9364
9481c002
MR
9365 * window.el (display-buffer-function): Rewrite doc-string.
9366 (display-buffer-window, display-buffer-alist): New variables.
9367 (display-buffer-split-specifiers)
9368 (display-buffer-side-specifiers)
9369 (display-buffer-macro-specifiers): New constants.
9370 (display-buffer-even-window-sizes, display-buffer-set-height)
9371 (display-buffer-set-width, display-buffer-select-window)
9372 (display-buffer-in-window, display-buffer-reuse-window)
9373 (display-buffer-split-window-1, display-buffer-split-window)
9374 (display-buffer-split-atom-window, display-buffer-pop-up-window)
9375 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
9376 (display-buffer-in-side-window, normalize-buffer-to-display)
9377 (display-buffer-normalize-specifiers-1)
9378 (display-buffer-normalize-specifiers-2)
2b75be67
SM
9379 (display-buffer-normalize-specifiers, display-buffer-frame):
9380 New functions.
9481c002
MR
9381 (display-buffer): Major rewrite.
9382 (display-buffer-other-window, display-buffer-other-frame)
9383 (pop-to-buffer, switch-to-buffer-other-window)
9384 (switch-to-buffer-other-frame): Rewrite.
9385 (display-buffer-same-window, display-buffer-same-frame)
9386 (display-buffer-same-frame-other-window)
9387 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
9388 (pop-to-buffer-other-window)
9389 (pop-to-buffer-same-frame-other-window)
9390 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
9391 (switch-to-buffer-other-window-same-frame): New functions.
9392 (same-window-p, special-display-p): Rewrite disabling warnings.
9393 Make obsolete.
9394 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
9395 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
9396 Make obsolete
9397 (same-window-buffer-names, same-window-regexps)
9398 (special-display-frame-alist, special-display-popup-frame)
9399 (special-display-function, special-display-buffer-names)
9400 (special-display-regexps, pop-up-frame-alist)
9401 (pop-up-frame-function, split-window-preferred-function)
9402 (split-height-threshold, split-width-threshold)
9403 (even-window-heights): Make obsolete.
9404
9db51aca
GM
94052011-06-12 Glenn Morris <rgm@gnu.org>
9406
9407 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 9408 Misc simplifications.
9db51aca 9409
39cffb44
MR
94102011-06-12 Martin Rudalics <rudalics@gmx.at>
9411
9412 * window.el (window-safely-shrinkable-p): Restore function which
9413 was inadvertently removed in change from 2011-06-11. Declare as
9414 obsolete.
9415
2b75be67
SM
9416 * calendar/calendar.el (calendar-generate-window):
9417 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
9418 window-safely-shrinkable-p.
9419
a8955be7
GM
94202011-06-12 Glenn Morris <rgm@gnu.org>
9421
9422 * progmodes/fortran.el (fortran-mode-syntax-table):
9423 * progmodes/f90.el (f90-mode-syntax-table):
9424 Set % to punctuation. (Bug#8820)
9425 (f90-find-tag-default): Remove, no longer needed.
9426
f0d4059d
DC
94272011-06-12 Daniel Colascione <dan.colascione@gmail.com>
9428
9429 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
9430
1100a63c
CY
94312011-06-11 Chong Yidong <cyd@stupidchicken.com>
9432
9433 * image.el (image-animated-p): Return animation delay in seconds.
9434 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
9435 (image-animate-timeout): Remove DELAY argument. Don't assume
9436 every subimage has the same delay; get it from image-animated-p.
9437 (image-animate): Caller changed.
9438
def722bf
MA
94392011-06-11 Michael Albinus <michael.albinus@gmx.de>
9440
9441 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
9442 to ignored backtrace functions.
9443
0a2bb1a9
GM
94442011-06-11 Glenn Morris <rgm@gnu.org>
9445
9446 * calendar/appt.el (appt-disp-window-function): Doc fix.
9447 (appt-check): Handle overlapping appointments. (Bug#8337)
9448
6198ccd0
MR
94492011-06-11 Martin Rudalics <rudalics@gmx.at>
9450
9451 * window.el (window-tree-1, window-tree): New functions, moving
9452 the latter to window.el.
9453 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
9454 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
9455 (bw-refresh-edges): Remove.
9456 (balance-windows-1, balance-windows-2): New functions.
9457 (balance-windows): Rewrite in terms of window tree functions,
9458 balance-windows-1 and balance-windows-2.
9459 (bw-adjust-window): Remove.
9460 (balance-windows-area-adjust): New function with functionality of
9461 bw-adjust-window but using resize-window.
2b75be67
SM
9462 (set-window-text-height): Rewrite doc-string.
9463 Use normalize-live-window and resize-window.
9464 (enlarge-window-horizontally, shrink-window-horizontally):
9465 Rename argument to DELTA.
6198ccd0
MR
9466 (window-buffer-height): New function.
9467 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
9468 Rewrite using new window resize routines.
2b75be67
SM
9469 (kill-buffer-and-window, mouse-autoselect-window-select):
9470 Use ignore-errors instead of condition-case.
6198ccd0
MR
9471 (quit-window): Call delete-frame instead of delete-windows-on
9472 for the only buffer on frame.
9473
9397e56f
MR
94742011-06-10 Martin Rudalics <rudalics@gmx.at>
9475
9476 * loadup.el (top-level): Load window before files for the sake
9477 of replace-buffer-in-windows.
9478
9479 * files.el (read-buffer-to-switch)
9480 (switch-to-buffer-other-window)
2b75be67
SM
9481 (switch-to-buffer-other-frame, display-buffer-other-frame):
9482 Move to window.el.
9397e56f
MR
9483
9484 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
9485 (previous-buffer): Move to window.el.
9486
9487 * bindings.el (unbury-buffer): Move to window.el.
9488
9489 * window.el (delete-other-windows-vertically): Move after
9490 definition of delete-other-windows.
9491 (other-window, delete-windows-on, replace-buffer-in-windows):
9492 Move here from window.c.
9493 (record-window-buffer, unrecord-window-buffer)
9494 (set-window-buffer-start-and-point, switch-to-prev-buffer)
9495 (switch-to-next-buffer): New functions.
9496 (get-next-valid-buffer, last-buffer, next-buffer): Move here
9497 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
9498 (previous-buffer): Move here from simple.el.
9499 Call switch-to-prev-buffer.
9397e56f
MR
9500 (bury-buffer): Move here from buffer.c. Switch to previous
9501 buffer when window cannot be deleted.
9502 (unbury-buffer): Move here from bindings.el.
9503 (ctl-x-map): Move binding for other-window from window.c to
9504 here.
9505 (read-buffer-to-switch, switch-to-buffer-other-window)
9506 (switch-to-buffer-other-frame): Move here from files.el.
9507 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
9508 (switch-to-buffer): Move here from buffer.c.
9509 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 9510
562dd5e9
MR
95112011-06-10 Martin Rudalics <rudalics@gmx.at>
9512
9513 * window.el (window-min-height, window-min-width): Move here
9514 from window.c. Add defcustoms and rewrite doc-strings.
9515 (resize-mini-window, resize-window): New functions.
9516 (adjust-window-trailing-edge, enlarge-window, shrink-window):
9517 Move here from window.c.
9518 (maximize-window, minimize-window): New functions.
9519 (delete-window, delete-other-windows, split-window): Move here
9520 from window.c.
9521 (window-split-min-size): New function.
9522 (split-window-keep-point): Mention split-window-above-each-other
9523 instead of split-window-vertically.
2b75be67 9524 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
9525 Rename split-window-vertically to split-window-above-each-other
9526 and provide defalias for old definition.
9527 (split-window-side-by-side, split-window-horizontally):
9528 Rename split-window-horizontally to split-window-side-by-side
9529 and provide defalias for the old definition.
562dd5e9
MR
9530 (ctl-x-map): Move bindings for delete-window,
9531 delete-other-windows and enlarge-window here from window.c.
9532 Replace bindings for split-window-vertically and
9533 split-window-horizontally by bindings for
9534 split-window-above-each-other and split-window-side-by-side.
9535
9536 * cus-start.el (all): Remove entries for window-min-height and
9537 window-min-width. Add entries for window-splits and
9538 window-nest.
9539
f0da764a
GM
95402011-06-09 Glenn Morris <rgm@gnu.org>
9541
80675c21
GM
9542 * calendar/appt.el (appt-mode-line): New function.
9543 (appt-check, appt-disp-window): Use it.
9544
f0da764a
GM
9545 * files.el (hack-one-local-variable-eval-safep):
9546 Allow minor-modes with explicit +/-1 arguments.
9547
59f623b7
TZ
95482011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
9549
9550 * term/xterm.el (xterm): Add defgroup.
9551 (xterm-extra-capabilities): Add defcustom to supply known xterm
9552 capabilities, skip querying them, or query them (default).
9553 (terminal-init-xterm): Use it.
9554 (terminal-init-xterm-modify-other-keys): New function to set up
9555 modifyOtherKeys support to simplify `terminal-init-xterm'.
9556
9aab8e0d
MR
95572011-06-09 Martin Rudalics <rudalics@gmx.at>
9558
9559 * window.el (resize-window-reset, resize-window-reset-1)
9560 (resize-subwindows-skip-p, resize-subwindows-normal)
9561 (resize-subwindows, resize-other-windows, resize-this-window)
9562 (resize-root-window, resize-root-window-vertically)
9563 (window-deletable-p, window-or-subwindow-p)
9564 (frame-root-window-p): New functions.
9565
e8b08aee
GM
95662011-06-09 Glenn Morris <rgm@gnu.org>
9567
9568 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
9569 (ange-ftp-get-files): Use it.
9570
254c37a5
AK
95712011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
9572
9573 * mail/sendmail.el (mail-recover-1, mail-recover):
9574 * files.el (recover-file, recover-session):
9575 Handle dired-listing-switches not being just a single short option.
9576
35d7dbd3
GM
95772011-06-09 Glenn Morris <rgm@gnu.org>
9578
9579 * calendar/appt.el (appt-display-message, appt-disp-window):
9580 Handle lists of appointments.
9581
387522b2
MR
95822011-06-08 Martin Rudalics <rudalics@gmx.at>
9583
2b75be67
SM
9584 * window.el (one-window-p): Move down in code.
9585 Rewrite doc-string.
9586 (window-current-scroll-bars): Rewrite doc-string.
9587 Normalize live window argument.
387522b2
MR
9588 (walk-windows, get-window-with-predicate, count-windows):
9589 Rewrite doc-string. Use window-list-1.
9590 (window-in-direction-2, window-in-direction, get-mru-window):
9591 New functions.
9592
d8e4b68b 95932011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
9594
9595 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
9596 Doc fix (Bug#8713).
9597
95982011-06-08 Chong Yidong <cyd@stupidchicken.com>
9599
9600 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
9601
96022011-06-08 Juanma Barranquero <lekktu@gmail.com>
9603
9604 * loadhist.el (unload-feature-special-hooks):
9605 Add `comint-output-filter-functions'.
9606
0de12c52
IK
96072011-06-08 Ivan Kanis <gnu@kanis.fr>
9608
9609 * calendar/appt.el (appt-check): Move some initializations into the let.
9610
f3d1777e
MR
96112011-06-08 Martin Rudalics <rudalics@gmx.at>
9612
9613 * window.el (window-height): Defalias to window-total-height.
9614 (window-width): Defalias to window-body-width.
9615
18af70d0
CY
96162011-06-07 Chong Yidong <cyd@stupidchicken.com>
9617
9618 * image-mode.el (image-toggle-animation): New command.
9619 (image-mode-map): Bind it to RET.
9620 (image-mode): Update message.
9621 (image-toggle-display-image): Avoid a spurious cache flush.
9622 (image-transform-rotation): Doc fix.
9623 (image-transform-properties): Return quickly in the normal case.
9624 (image-animate-loop): Rename from image-animate-max-time.
9625
2b75be67 9626 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
9627 (create-animated-image): Remove unnecessary function.
9628 (image-animate): Rename from image-animate-start. New arg.
2b75be67 9629 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
9630 (image-animate-timer): Use car-safe.
9631 (image-animate-timeout): Rename argument.
9632
190b47e6
MR
96332011-06-07 Martin Rudalics <rudalics@gmx.at>
9634
9635 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
9636 window.c. Rename first argument to ALL-FRAMES.
9637 Rephrase doc-strings.
9638 (get-buffer-window-list): Rewrite using window-list-1.
9639 Rephrase doc-string.
a1511caf
MR
9640 (window-safe-min-height, window-safe-min-width): New constants.
9641 (window-size-ignore, window-min-size, window-min-size-1)
9642 (window-sizable, window-sizable-p, window-size-fixed-1)
9643 (window-size-fixed-p, window-min-delta-1, window-min-delta)
9644 (window-max-delta-1, window-max-delta, window-resizable)
9645 (window-resizable-p, window-total-height, window-total-width)
9646 (window-body-width): New functions.
9647 (window-full-height-p, window-full-width-p): Rewrite using
9648 window-total-size.
9649 (window-body-height): Rewrite using window-body-size.
190b47e6 9650
85cc1f11
MR
96512011-06-06 Martin Rudalics <rudalics@gmx.at>
9652
9653 * window.el (window-right, window-left, window-child)
9654 (window-child-count, window-last-child, window-any-p)
9655 (normalize-live-buffer, normalize-live-frame)
9656 (normalize-any-window, normalize-live-window)
9657 (window-iso-combination-p, window-iso-combined-p)
9658 (window-iso-combinations)
9659 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
9660 (windows-with-parameter, window-with-parameter)
9661 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
9662 (window-atom-check, window-side-check, window-check):
9663 New functions.
85cc1f11
MR
9664 (ignore-window-parameters, window-sides, window-sides-vertical)
9665 (window-sides-slots): New variables.
9666 (window-size-fixed): Move down in code. Minor doc-string fix.
9667
e7156492
AS
96682011-06-05 Andreas Schwab <schwab@linux-m68k.org>
9669
9670 * comint.el (comint-dynamic-complete-as-filename)
9671 (comint-dynamic-complete-filename): Correctly call
9672 completion-in-region.
9673
7e821d0d
DD
96742011-06-05 Deniz Dogan <deniz@dogan.se>
9675
9676 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
9677 in last change.
9678
ac09b8a1
DD
96792011-06-05 Deniz Dogan <deniz@dogan.se>
9680
9681 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
9682 (rcirc): Use it to prompt for encryption.
9683
34699b85
RW
96842011-06-05 Roland Winkler <winkler@gnu.org>
9685
9686 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
9687 (bibtex-search-entries): New command bound to C-c C-a.
9688 (bibtex-display-entries): New function.
9689
004dedd3
RW
96902011-06-05 Roland Winkler <winkler@gnu.org>
9691
9692 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
9693 (bibtex-insert-kill): After yanking insert newline if necessary.
9694 (bibtex-initialize): Call bibtex-string-files-init only once.
9695 (bibtex-mode): Do not call easy-menu-add.
9696 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
9697 (bibtex-yank): Set arg properly if nil.
9698
022fe7ce
RW
96992011-06-05 Roland Winkler <winkler@gnu.org>
9700
2b75be67
SM
9701 * textmodes/bibtex.el (bibtex-search-entry-globally):
9702 New variable.
022fe7ce
RW
9703 (bibtex-search-entry): Use it.
9704
b7c3692a
RW
97052011-06-05 Roland Winkler <winkler@gnu.org>
9706
9707 * textmodes/bibtex.el (bibtex-entry-format): New option
9708 sort-fields.
9709 (bibtex-format-entry, bibtex-reformat): Honor this option.
9710 (bibtex-parse-entry): Return fields in proper order.
9711
8eda563d
JB
97122011-06-05 Juanma Barranquero <lekktu@gmail.com>
9713
9714 * doc-view.el (doc-view-remove-if): Move computation of result out
9715 of `dolist' to silence misleading lexical-binding warning.
9716
7dbe3dbc
CY
97172011-06-04 Chong Yidong <cyd@stupidchicken.com>
9718
9719 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
9720 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
9721
0c33dd17
MA
97222011-06-04 Michael Albinus <michael.albinus@gmx.de>
9723
9724 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
9725 "SunOS 5.10".
9726
f8f91c2b
MA
97272011-06-04 Michael Albinus <michael.albinus@gmx.de>
9728
9729 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
9730 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
9731 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
9732 (tramp-parse-putty):
9733 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
9734 (tramp-completion-function-alist-ssh)
9735 (tramp-completion-function-alist-telnet)
9736 (tramp-completion-function-alist-su)
9737 (tramp-completion-function-alist-putty): Set `tramp-autoload'
9738 cookie.
9739
9740 * net/tramp-ftp.el:
9741 * net/tramp-sh.el:
9742 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
9743 load "tramp.el" `tramp-set-completion-function'.
9744
e17d9003
SM
97452011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
9746
9747 * shell.el: Require and use pcomplete.
9748 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
9749 (shell-completion-vars): Set pcomplete-default-completion-function.
9750
6c4cab03
DD
97512011-06-04 Deniz Dogan <deniz@dogan.se>
9752
9753 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
9754 `memq' (Bug#8799).
9755
ea9fafe0
SM
97562011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
9757
9758 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
9759
b3e945d3
JB
97602011-06-02 Juanma Barranquero <lekktu@gmail.com>
9761
9762 * bs.el (bs--mark-unmark, bs--nth-wrapper):
9763 * mpc.el (mpc-select-extend, mpc-songpointer-context):
9764 * vc/log-view.el (log-view-beginning-of-defun):
9765 * vc/smerge-mode.el (smerge-apply-resolution-patch)
9766 (smerge-refine-forward, smerge-refine-chopup-region):
9767 Silence warning for unused `dotimes' counter variables.
9768
7d520089
SM
97692011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
9770
9771 * net/tramp.el (tramp-with-progress-reporter): Rename from
9772 with-progress-reporter. Use `declare'.
9773 * net/tramp-smb.el:
9774 * net/tramp-sh.el:
9775 * net/tramp-gvfs.el: Update all uses.
9776
a1c2400f
JB
97772011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
9778
9779 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
9780 buffer isn't killed before making it current.
9781
2403c841
SM
97822011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
9783
9784 Silence various byte-compiler warnings.
9785 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
9786 `access-type' and new obsolescence format.
9787 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
9788 new format.
9789 (byte-compile-check-variable): New `access-type' argument.
9790 Only warn if the access-type is obsolete.
9791 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
9792 (byte-compile-variable-set): Adjust callers.
9793 * help-fns.el (describe-variable): Adjust to new obsolescence format.
9794 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
9795 setting it as obsolete.
9796 * simple.el (minibuffer-completing-symbol):
9797 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
9798 access as obsolete.
9799 * minibuffer.el (minibuffer-completing-file-name): Don't make it
9800 obsolete yet.
9801 * international/quail.el (quail-mouse-choose-completion): Remove unused
9802 code referring to obsolete var.
9803 (quail-choose-completion-string): Remove.
9804 * server.el (server-clients-with, server-kill-buffer-query-function)
9805 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
9806 * proced.el (proced-send-signal):
9807 * emacs-lisp/lisp.el (lisp-complete-symbol):
9808 Replace completion-annotate-function with completion-extra-properties.
9809
2462470b
SM
98102011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
9811
fb5b2591
SM
9812 * simple.el (goto-line): Use read-number.
9813 (overriding-map-is-bound): Remove.
9814 (saved-overriding-map): Change default.
9815 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
9816 Take the map as argument.
9817 (universal-argument, negative-argument, digit-argument): Use it.
9818 (restore-overriding-map): Adjust.
9819 (do-auto-fill): Use fill-forward-paragraph.
9820 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
9821
fd6fa53f
SM
9822 * minibuffer.el (minibuffer-inactive-mode-map): New var.
9823 (minibuffer-inactive-mode): New major mode.
9824 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
9825 the *Messages* buffer" hack.
9826 (mouse-popup-menubar): Don't burp if the event is a normal key.
9827
2462470b
SM
9828 Miscellaneous tweaks.
9829 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
9830 lexical scoping as in subr.el's dolist and dotimes.
9831 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
9832 Silence compiler warning.
9833 * thingatpt.el (forward-whitespace): Trivial coding style fix.
9834 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
9835 * international/ccl.el (ccl-compile): Trivial simplification.
9836 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
9837 * emacs-lisp/testcover.el (testcover-end): Remove spurious
9838 `printflag' argument.
9839 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
9840 Purecopy the whole obsolescence data.
9841
108bf785
LL
98422011-06-01 Leo Liu <sdl.web@gmail.com>
9843
9844 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
9845 improve doc-string as suggested by Marco Pessotto
9846 <melmothx@gmail.com>.
9847 (rcirc-print): Fix last change.
9848
30a23501
SM
98492011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
9850
9851 * minibuffer.el (complete-with-action): Return nil for the metadata and
9852 boundaries of non-functional tables.
9853 (completion-table-dynamic): Return nil for the metadata.
9854 (completion-table-with-terminator): Add default case, using
9855 complete-with-action.
9856 (completion--metadata): New function.
9857 (completion-all-sorted-completions, minibuffer-completion-help): Use it
9858 to try and avoid pathological performance problems.
9859 (completion--embedded-envvar-table): Return `category' metadata.
9860
bcd54f83
LMI
98612011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
9862
9863 * subr.el (process-alive-p): New tiny convenience function.
9864
e227544d
SM
98652011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
9866
9867 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
9868 content but also its previous major mode.
9869
e8296fdc
HE
98702011-05-31 Helmut Eller <eller.helmut@gmail.com>
9871
4d61f28d 9872 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
9873 *Backtrace* buffer when we exit with C-M-c.
9874
620c53a6
SM
98752011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
9876
9877 * minibuffer.el: Add metadata method to completion tables.
9878 (completion-category-overrides): New defcustom.
9879 (completion-metadata, completion--field-metadata)
9880 (completion-metadata-get, completion--styles)
9881 (completion--cycle-threshold): New functions.
9882 (completion-try-completion, completion-all-completions):
9883 Add `metadata' argument to choose completion-styles.
9884 (completion--do-completion): Use metadata to choose cycling.
9885 (completion-all-sorted-completions): Use metadata for sorting.
9886 Remove :completion-cycle-penalty which is not needed any more.
9887 (completion--try-word-completion): Add `metadata' argument.
9888 (minibuffer-completion-help): Check metadata for annotation function
9889 and sorting.
9890 (completion-file-name-table): Return `category' metadata.
9891 (minibuffer-completing-file-name): Make obsolete.
9892 * simple.el (minibuffer-completing-symbol): Make obsolete.
9893 * icomplete.el (icomplete-completions): Pass new `metadata' param to
9894 completion-try-completion.
9895
1257e755
SM
98962011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
9897
9898 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
9899
3767e706
LL
99002011-05-30 Leo Liu <sdl.web@gmail.com>
9901
9902 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
9903 (rcirc-print): Decode all incoming messages (bug#8744).
9904 (rcirc-decode-coding-system): Allow value nil for automatic coding
9905 system detection.
3767e706 9906
d1a5d56a
GM
99072011-06-01 Glenn Morris <rgm@gnu.org>
9908
9909 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
9910
e8cbec34
CY
99112011-05-29 Chong Yidong <cyd@stupidchicken.com>
9912
9913 * image.el (image-animate-max-time): Allow nil and t values.
9914 Default to nil.
9915 (create-animated-image): Doc fix.
9916 (image-animate-start): Remove second arg; just use
9917 image-animate-max-time.
9918 (image-animate-timeout): Doc fix. Args changed.
9919
9920 * image-mode.el (image-toggle-display-image): Ensure that the
9921 image spec passed to the animate timer is the same object as in
58179cce 9922 the buffer's display property (Bug#6981).
e8cbec34
CY
9923 (image-transform-properties): Doc fix.
9924
9925 * image.el (image-animate-max-time): Default to nil.
9926
159daf87
MR
99272011-05-29 Martin Rudalics <rudalics@gmx.at>
9928
9929 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
9930 entire buffer list (Bug#8184).
9931
d66c4c7c
CY
99322011-05-29 Chong Yidong <cyd@stupidchicken.com>
9933
9934 * image.el (imagemagick-types-inhibit)
9935 (imagemagick-register-types): Doc fix.
9936
80aec780
DD
99372011-05-29 Deniz Dogan <deniz@dogan.se>
9938
9939 * net/rcirc.el (rcirc): Use the user's stored encryption method by
9940 default.
9941
1dd3c2d9
CY
99422011-05-29 Chong Yidong <cyd@stupidchicken.com>
9943
9944 * select.el: Don't perform clipboard-manager saving in hooks;
9945 leave the hooks empty.
9946
60e56523
LL
99472011-05-28 Leo Liu <sdl.web@gmail.com>
9948
9949 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
9950 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
9951 (occur-edit-mode): New major mode (Bug#8463).
9952 (occur-after-change-function): New function.
9953 (occur-engine): Give Occur tags a read-only property.
9954
2b1e1a22
KR
99552011-05-28 Kevin Ryde <user42@zip.com.au>
9956
9957 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
9958
5d344e88
CY
99592011-05-28 Chong Yidong <cyd@stupidchicken.com>
9960
8e6ca83d
CY
9961 * bindings.el (help-echo): Make the initial non-indicator dash
9962 empty on graphical terminals (Bug#7295).
9963
5d344e88
CY
9964 * files.el (auto-mode-alist): Move config rule after the
9965 in-stripping one (Bug#8547).
9966
bfbbace7
CY
9967 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
9968
fbeba6e2
CY
9969 * startup.el (normal-splash-screen): Remove gratuitous mode-line
9970 setting (Bug#8740).
9971
60ed8c72
AA
99722011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
9973
4ac619f0
AA
9974 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
9975 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
9976 (Bug#8539).
60ed8c72 9977
23db196e
CY
99782011-05-28 Chong Yidong <cyd@stupidchicken.com>
9979
9980 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
9981
5012f24c
DK
99822011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
9983
9984 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
9985 (hs-hide-block-at-point, hs-find-block-beginning)
9986 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
9987 (Bug#8279).
9988
6a639b16
GM
99892011-05-28 Glenn Morris <rgm@gnu.org>
9990
9991 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
9992
d43eaf2c
CY
99932011-05-28 Chong Yidong <cyd@stupidchicken.com>
9994
5199bde1
CY
9995 * help-fns.el (describe-function-1): If the function is a derived
9996 major mode, print the parent mode.
9997
d43eaf2c
CY
9998 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
9999 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
10000
423428a8
SM
100012011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
10002
0ff8e1ba 10003 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 10004 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
10005 * progmodes/etags.el (tags-completion-at-point-function):
10006 * info-look.el (info-lookup-completions-at-point): Mark as
10007 non-exclusive.
10008 (info-complete): Adjust accordingly.
10009
423428a8
SM
10010 * info-look.el: Convert to lexical-binding and completion-at-point.
10011 (info-lookup-completions-at-point): New function.
10012 (info-complete): Use it and completion-in-region.
10013
b74aa22b
DA
100142011-05-28 Drew Adams <drew.adams@oracle.com>
10015
10016 * isearch.el: Let M-e start with point at the first mismatched char.
10017 (isearch-fail-pos): New function.
10018 (isearch-edit-string): Use it.
10019
66e2e71d
DK
100202011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
10021
10022 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
10023
b1890b0f 100242011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
eb95d01d
TC
10025
10026 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
10027 traversal functions for avl-trees.
10028 (avl-tree--stack): New struct.
10029 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
10030 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
10031 (avl-tree--do-enter): Add optional `updatefun' arg.
10032 Change return value.
eb95d01d 10033 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
10034 (avl-tree--do-delete): Add `test' and `nilflag' args.
10035 Change return value.
eb95d01d
TC
10036 (avl-tree-member): Add optional `nilflag'
10037 (avl-tree-member-p): New function.
10038 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
10039 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
10040 (avl-tree-stack-empty-p): New functions.
10041
3769ddcf
TC
10042 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
10043 avl-tree--del-balance1 and make it work both ways.
10044 (avl-tree--del-balance2): Remove.
10045 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
10046 make it work both ways.
10047 (avl-tree--enter-balance2): Remove.
10048 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
10049 New macros.
10050 (avl-tree--mapc, avl-tree-map): Add direction argument.
10051
eb95d01d 100522011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
10053
10054 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
10055
a9f737ee
CY
100562011-05-27 Chong Yidong <cyd@stupidchicken.com>
10057
10058 * select.el: Support clipboard managers with built-in function
10059 x-clipboard-manager-save, via delete-frame-functions and
10060 kill-emacs-hook.
10061 (xselect-convert-to-targets): Add MULTIPLE target to list.
10062 (xselect-convert-to-save-targets): New function.
10063
c92a1e54
KH
100642011-05-27 Kenichi Handa <handa@m17n.org>
10065
10066 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
10067 let-binding rfc2047-encode-encoded-words to nil.
10068
e145f188
GM
100692011-05-27 Glenn Morris <rgm@gnu.org>
10070
5ec8a862
GM
10071 * mail/emacsbug.el: Don't require url-util.
10072
4b29d9fb
GM
10073 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
10074
e145f188
GM
10075 * files.el (set-auto-mode):
10076 Also respect mode: entries at the end of the file. (Bug#8586)
10077
7d15102b
GM
100782011-05-26 Glenn Morris <rgm@gnu.org>
10079
98f593b8
GM
10080 * files.el (hack-local-variables-prop-line, hack-local-variables):
10081 Downcase mode names, as seems to be traditional.
27b48e63 10082 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 10083
7d15102b
GM
10084 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
10085 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
10086
51d5b4ec
JD
100872011-05-25 Julien Danjou <julien@danjou.info>
10088
10089 * textmodes/rst.el (rst-define-level-faces): Do not define face
10090 symbol if it is already defined.
10091
91513f63
VB
100922011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
10093
10094 * play/5x5.el (5x5-new-game, 5x5-randomize):
10095 Reset 5x5-solver-output to nil when a new grid is cast.
10096 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
10097 these debugging traces, as defmacro breaks the compiled code.
10098
4d90d6d0
DK
100992011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
10100
10101 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
10102
e1b90ef6
LL
101032011-05-24 Leo Liu <sdl.web@gmail.com>
10104
10105 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
10106 (vc-bzr-sha1): Adapt.
10107
d8e4b68b 10108 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
10109
10110 * bindings.el: Provide sha1 feature.
10111
db0406bb 101122011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
10113
10114 * mail/sendmail.el: Require `rfc2047'.
10115 (mail-insert-from-field): Do not perform RFC2047 encoding.
10116 (mail-encode-header): New function.
10117 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
10118 buffer to the return value of select-message-coding-system.
10119 Call mail-encode-header.
b8d747b9
KH
10120
10121 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
10122
db0406bb 101232011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 10124
4d90d6d0
DK
10125 * mail/supercite.el (sc-default-cite-frame):
10126 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 10127
eb8a5e9b
GM
101282011-05-24 Glenn Morris <rgm@gnu.org>
10129
f8630703
GM
10130 * progmodes/python.el (brm-menu): Declare.
10131
8831bbed
GM
10132 * emulation/viper.el (viper-set-hooks): Declare.
10133
eb8a5e9b
GM
10134 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
10135 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
10136 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
10137 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
10138 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
10139 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
10140
a2a25d24
SM
101412011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
10142
10143 Add an :exit-function for completion-at-point.
10144
10145 * minibuffer.el (completion--done): New fun.
10146 (completion--do-completion): Use it. New arg `expect-exact'.
10147 (minibuffer-complete, minibuffer-complete-word): Don't output message,
10148 since completion--do-completion does it for us now.
10149 (minibuffer-force-complete): Use completion--done and
10150 completion--replace. Handle sole-completion case with more care.
10151 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
10152 (completion-extra-properties): New var.
10153 (completion-annotate-function): Make obsolete.
10154 (minibuffer-completion-help): Adjust accordingly.
10155 Use completion-list-insert-choice-function.
10156 (completion-at-point, completion-help-at-point):
10157 Bind completion-extra-properties.
10158 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
10159 * simple.el (completion-list-insert-choice-function): New var.
10160 (completion-setup-function): Preserve it.
10161 (choose-completion): Pay attention to it, shuffle the code a bit.
10162 (choose-completion-string): New arg `insert-function'.
10163
10164 * textmodes/bibtex.el: Convert to lexical binding.
10165 (bibtex-mode-map): Use completion-at-point.
10166 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
10167 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
10168 (bibtex-complete): Define as obsolete alias.
10169 (bibtex-complete-internal): Remove.
10170 (bibtex-format-entry): Remove unused sub-group in regexp.
10171 * shell.el (shell--command-completion-data)
10172 (shell-environment-variable-completion):
10173 * pcomplete.el (pcomplete-completions-at-point):
10174 * comint.el (comint--complete-file-name-data): Use :exit-function
10175 instead of completion-table-with-terminator so it also works for
10176 choose-completion.
10177
e44e373d
SM
101782011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
10179
4f91a816
SM
10180 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
10181
782fc819
SM
10182 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
10183 (bug#8710).
10184
e44e373d
SM
10185 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
10186
381987c3
KM
101872011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
10188
10189 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
10190 customization variable and implement: If non-nil, auto-fill will
10191 be inhibited while on topic's header line.
10192
b776bc70
VB
101932011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
10194
10195 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 10196 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
10197 always have a solution in grid size = 5 cases.
10198 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
10199 (5x5-solver-output, 5x5-log-buffer): New vars.
10200 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
10201 Make these variables buffer local to achieve 5x5 multi-session-ness.
10202 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
10203 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
10204 (5x5-solve-suggest): New funs.
10205 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
10206 randomize a grid so that we ensure that there is always a solution.
10207 (5x5-make-random-grid): Allow other movement than flipping.
10208
7de88b6e
KR
102092011-05-23 Kevin Ryde <user42@zip.com.au>
10210
10211 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 10212 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
10213 advice and passes PREDICATE.
10214
b1ef1257
SM
102152011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
10216
bbca48fe
SM
10217 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
10218 byte-compile-lambda if it's actually a lambda.
10219
b1ef1257
SM
10220 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
10221 Fix function quoting. Use backquote better.
10222
92a9cc65
YS
102232011-05-22 Yuanle Song <sylecn@gmail.com>
10224
10225 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
10226 matching (Bug#8516).
10227
f0fb8059
JA
102282011-01-22 Jari Aalto <jari.aalto@cante.net>
10229
10230 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
10231 different face (Bug#8178).
10232
d5b44c93
CY
102332011-05-22 Chong Yidong <cyd@stupidchicken.com>
10234
10235 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
10236 defface (Bug#8144).
10237
79106a44
SM
102382011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
10239
9c848d8a
SM
10240 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
10241 funcall as well (bug#8712). Warn when performing those conversions.
10242 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
10243
79106a44
SM
10244 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
10245
88dfa756
GM
102462011-05-22 Glenn Morris <rgm@gnu.org>
10247
10248 * files.el (hack-local-variables-prop-line): Small simplifications.
10249 (hack-local-variables, hack-local-variables-prop-line):
10250 If MODE-ONLY, return the mode, rather than just `t'.
10251
b7cf2c79
SM
102522011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
10253
10254 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
10255
3f1a8558
GM
102562011-05-21 Glenn Morris <rgm@gnu.org>
10257
7e4ccca3
GM
10258 * files.el (hack-local-variables-prop-line, hack-local-variables):
10259 If only interested in the mode, don't bother doing the other stuff.
10260
637d46ca
GM
10261 * image-mode.el (image-after-revert-hook):
10262 Redraw all frames on which the image is visible. (Bug#8567)
10263
973d955b
GM
10264 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
10265
3f1a8558
GM
10266 * wid-edit.el (widget-checklist-match-inline):
10267 Fix 2011-04-19 change. (Bug#8649)
10268
96479927
SM
102692011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
10270
1dcf791f
SM
10271 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
10272 Also allow singlespace after single-letter capitals followed by a dot.
10273
96479927
SM
10274 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
10275 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
10276
35fd0881
N
102772011-05-20 Nix <nix@esperi.org.uk>
10278
10279 * files.el (basic-save-buffer-2):
10280 Fix handling of break-hardlink-on-save with non-existent files.
10281
82745640
DD
102822011-05-19 Deniz Dogan <deniz@dogan.se>
10283
10284 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 10285 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 10286
4a720484
GM
102872011-05-19 Glenn Morris <rgm@gnu.org>
10288
d1f21341
GM
10289 * progmodes/f90.el (f90-type-def-re):
10290 Handle "type, bind(c)". (Bug#8691)
10291
4a720484
GM
10292 * emacs-lisp/autoload.el (batch-update-autoloads):
10293 Set autoload-excludes by parsing loadup.el rather than Makefiles.
10294
2fb0a219
MA
102952011-05-18 Michael Albinus <michael.albinus@gmx.de>
10296
10297 * net/tramp.el (tramp-process-actions): Set "first-password-request"
10298 property for the correct connection in case of multihops.
10299
e565dd37
GM
103002011-05-18 Glenn Morris <rgm@gnu.org>
10301
c2571358 10302 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
10303 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
10304
e565dd37
GM
10305 Rationalize calendar handling of day and month abbrev-arrays.
10306 * calendar/calendar.el (calendar-customized-p): New function.
10307 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
10308 (calendar-day-name-array, calendar-month-name-array): Doc fix.
10309 Add :set function.
10310 (calendar-abbrev-length, calendar-day-abbrev-array)
10311 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
10312 (calendar-day-abbrev-array, calendar-month-abbrev-array):
10313 Elements may no longer be nil.
10314 (calendar-day-name, calendar-month-name):
10315 Update for changed nature of abbrev arrays.
10316 * calendar/diary-lib.el (diary-name-pattern):
10317 Update for changed nature of abbrev arrays.
10318 (diary-mark-entries-1): Update calendar-make-alist calls.
10319 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
10320 * calendar/cal-html.el (cal-html-day-abbrev-array):
10321 Simply inherit from calendar-day-abbrev-array.
10322
1d99a745
SM
103232011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10324
10325 * progmodes/grep.el (grep-mode): Disable default
10326 compilation-directory-matcher setting (bug#8684).
10327
7c1d9aa0
MA
103282011-05-17 Michael Albinus <michael.albinus@gmx.de>
10329
10330 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
10331 instead of "head" and "tail". There were problems with SunOS 5.9,
10332 and it performs better.
10333
3952e9d8
GM
103342011-05-17 Glenn Morris <rgm@gnu.org>
10335
2dd12e7f
GM
10336 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
10337
e4157b9c
GM
10338 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
10339 Replace obsolete function.
10340
8e249bbd
GM
10341 * shell.el (pcomplete-parse-arguments-function): Declare.
10342
3952e9d8
GM
10343 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
10344 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
10345 (appt-check): Doc fixes.
10346 (appt-disp-window-function, appt-delete-window-function):
10347 Remove needless special case in custom :type.
10348 (appt-display-count): Default to 0, not nil.
10349 (appt-check): Reset appt-display-count to 0, not nil.
10350
c71a0d48 103512011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 10352
c71a0d48
GM
10353 * progmodes/python.el (python-font-lock-keywords):
10354 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 10355
31d55be9
SM
103562011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
10357
10358 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
10359
3bfacb2f
KR
103602011-05-16 Kevin Ryde <user42@zip.com.au>
10361
10362 * info-look.el (makefile-automake-mode): New setups, looking in
10363 automake manual, then makefile-mode.
10364 (makefile-mode): Remove automake manual, have it just in
10365 makefile-automake-mode since there's various things different or
10366 not relevant to plain make.
10367 (makefile-mode): Remove "other-modes" non-existent automake-mode,
10368 believe a hypothetical automake-mode would go to makefile-mode,
10369 not the other way around.
10370
c8e83751
CY
103712011-05-15 Chong Yidong <cyd@stupidchicken.com>
10372
5e9e35cd
CY
10373 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
10374 hunk-end tags (Bug#8672).
10375
c8e83751
CY
10376 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
10377 vc-annotate-show-diff-revision-at-line (Bug#8671).
10378
50b23e5a
GM
103792011-05-14 Glenn Morris <rgm@gnu.org>
10380
7210a739
GM
10381 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
10382 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
10383 (change-log-font-lock-keywords): Also handle multiple author lines
10384 with leading tabs. (Bug#8644)
7210a739 10385
4691905a
GM
10386 * calendar/appt.el (appt-check): Rename some local variables.
10387 Some simplification/reordering.
10388
50b23e5a
GM
10389 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
10390 (feedmail-sendmail-f-doesnt-sell-me-out)
10391 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
10392 (feedmail-debug-sit-for, feedmail-queue-express-hook)
10393 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
10394 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
10395 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
10396 (feedmail-binmail-gnulinuxish-template):
10397 Rename from feedmail-binmail-linuxish-template.
10398 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
10399 Use insert-buffer-substring.
10400
215cda7c
BC
104012011-05-14 Bill Carpenter <bill@carpenter.org>
10402
10403 * mail/feedmail.el (feedmail-patch-level): Increase.
10404 (feedmail-debug): New custom group.
10405 (feedmail-confirm-outgoing-timeout)
10406 (feedmail-sendmail-f-doesnt-sell-me-out)
10407 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
10408 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
10409 (feedmail-sender-line, feedmail-from-line)
10410 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 10411 (feedmail-spray-this-address)
215cda7c
BC
10412 (feedmail-spray-address-fiddle-plex-list)
10413 (feedmail-queue-use-send-time-for-date)
10414 (feedmail-queue-use-send-time-for-message-id)
10415 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
10416 (feedmail-buffer-eating-function):
10417 Doc fixes.
10418 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
10419 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
10420 (feedmail-message-action-scroll-down): New functions.
10421 (feedmail-queue-directory, feedmail-queue-draft-directory):
10422 Use expand-file-name.
10423 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
10424 Remove C-v help entry.
10425 (feedmail-queue-buffer-file-name): New variable.
10426 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
10427 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
10428 (feedmail-message-action-send-strong, feedmail-message-action-edit)
10429 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
10430 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
10431 (feedmail-message-action-toggle-spray)
10432 (feedmail-run-the-queue-no-prompts)
10433 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
10434 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
10435 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
10436 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
10437 (feedmail-envelope-deducer, feedmail-fiddle-from)
10438 (feedmail-fiddle-sender, feedmail-default-date-generator)
10439 (feedmail-fiddle-date, feedmail-fiddle-message-id)
10440 (feedmail-fiddle-spray-address)
10441 (feedmail-fiddle-list-of-spray-fiddle-plexes)
10442 (feedmail-fiddle-list-of-fiddle-plexes)
10443 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
10444 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
10445 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
10446 Change default. Doc fix.
10447 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
10448 (feedmail-binmail-linuxish-template): New constant.
10449 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
10450 Respect feedmail-sendmail-f-doesnt-sell-me-out.
10451 (feedmail-send-it): Add debug call.
10452 Use feedmail-queue-buffer-file-name, and
10453 feedmail-send-it-immediately-wrapper.
10454 (feedmail-message-action-send): Add debug call.
10455 Use feedmail-send-it-immediately-wrapper.
10456 (feedmail-queue-express-to-queue): Add debug call.
10457 Run feedmail-queue-express-hook.
10458 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
10459 (feedmail-message-action-help-blat):
10460 Rename from feedmail-queue-send-edit-prompt-help-first.
10461 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
10462 Check line-endings. Handle errors better.
10463 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
10464 Doc fix. Add debug call.
10465 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
10466 Use feedmail-queue-send-edit-prompt-inner.
10467 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
10468 (feedmail-queue-send-edit-prompt-inner): New function, extracted
10469 from feedmail-queue-send-edit-prompt.
10470 (feedmail-queue-send-edit-prompt-help)
10471 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
10472 (feedmail-tidy-up-slug): Add debug call.
10473 Respect feedmail-queue-slug-suspect-regexp.
10474 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
10475 (feedmail-dump-message-to-queue): Add debug call.
10476 Expand queue-directory.
10477 (feedmail-dump-message-to-queue): Change message slightly.
10478 Use feedmail-say-chatter.
10479 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
10480 (feedmail-send-it-immediately-wrapper): New function.
10481 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
10482 Insert empty string rather than newline. Handle full-frame case.
10483 Use catch/throw. Use feedmail-say-chatter.
10484 (feedmail-fiddle-from): Try mail-host-address.
10485 (feedmail-default-message-id-generator): Doc fix.
10486 Bind system-time-locale. Handle missing end.
10487 (feedmail-fiddle-x-mailer): Add debug call.
10488 Handle feedmail-x-mailer-line being nil.
10489 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
10490 Add debug call. Use buffer-substring-no-properties.
10491 (feedmail-say-debug, feedmail-say-chatter): New functions.
10492 (feedmail-find-eoh): Give an explicit error.
10493
42c7e61e
UJ
104942011-05-13 Ulf Jasper <ulf.jasper@web.de>
10495
c2571358 10496 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 10497 family from helvetica to sans.
c2571358 10498 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
10499 etc/images/newsticker.
10500
c2571358 10501 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
10502 family from helvetica to sans.
10503
10504 * net/newst-plainview.el (newsticker-new-item-face)
10505 (newsticker-old-item-face, newsticker-immortal-item-face)
10506 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 10507 (newsticker-statistics-face): Change default family from
42c7e61e 10508 helvetica to sans.
c2571358 10509 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
10510 etc/images/newsticker.
10511
10512 * net/newst-backend.el (newsticker--do-run-auto-mark-filter),
10513 (newsticker--process-auto-mark-filter-match): : Tell user about
10514 auto-marking.
10515
8497a297
DV
105162011-05-13 Didier Verna <didier@xemacs.org>
10517
10518 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
10519 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
10520 TODO entries.
8497a297
DV
10521 (lisp-lambda-list-keyword-parameter-indentation)
10522 (lisp-lambda-list-keyword-parameter-alignment)
10523 (lisp-lambda-list-keyword-alignment): New customizable user options.
10524 (lisp-indent-defun-method): Improve docstring.
10525 (extended-loop-p): Fix comment.
10526 (lisp-indent-lambda-list-keywords-regexp): New variable.
10527 (lisp-indent-lambda-list): New function.
10528 (lisp-indent-259): Use it.
10529 (lisp-indent-defmethod): Support for more than one
10530 method qualifier and properly indent methods lambda-lists.
10531 (defgeneric): Provide a missing common-lisp-indent-function property.
10532
f278f87f
SM
105332011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
10534
10535 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
10536 bounds for the empty string (bug#8667).
10537
5233edd7
GM
105382011-05-13 Glenn Morris <rgm@gnu.org>
10539
5237a44f
GM
10540 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
10541
8340026c 10542 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 10543 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 10544
5233edd7 10545 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 10546 (appt-time-msg-list): Doc fix.
a5464014 10547 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 10548
92d10796
AS
105492011-05-12 Andreas Schwab <schwab@linux-m68k.org>
10550
10551 * progmodes/ld-script.el (ld-script-keywords)
10552 (ld-script-builtins): Update keywords list.
10553
914a0ae1
SM
105542011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
10555
c89be45f
SM
10556 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
10557
914a0ae1
SM
10558 * shell.el (shell-completion-vars): New function.
10559 (shell-mode):
10560 * simple.el (read-shell-command): Use it.
10561 (blink-matching-open): No need for " [...]" in minibuffer-message.
10562
98dc3df3
GM
105632011-05-12 Glenn Morris <rgm@gnu.org>
10564
10565 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
10566 (appt-check): Simplify.
10567
d2fc7e3d 105682011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 10569
4d61f28d 10570 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
10571 literal "/dev/null".
10572
d2fc7e3d 105732011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
10574
10575 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
10576 Fix typo.
10577
d2fc7e3d 105782011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 10579
3f254caa
SM
10580 * progmodes/which-func.el (which-function):
10581 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
10582 which might not be defined (Bug#8260).
10583
d45885f7
GM
105842011-05-12 Glenn Morris <rgm@gnu.org>
10585
10586 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
10587 Let byte-compile-initial-macro-environment always take precedence.
10588
488086f4
SM
105892011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
10590
10591 * net/rcirc.el: Add support for SSL/TLS connections.
10592 (rcirc-server-alist): New field `encryption'.
10593 (rcirc): Check `encryption' settings.
10594 (rcirc-connect): New arg `encryption'. Use open-network-stream.
10595 Merge make-local-variable into `set'.
10596 (rcirc--connection-open-p): New function.
10597 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
10598 the process is not a network process (e.g. running gnutls-cli).
10599 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
10600 Make rcirc-(en|de)code-coding-system local here.
10601 (rcirc-mode): Merge make-local-variable into `set'.
10602 (rcirc-parent-buffer): Make permanent buffer-local.
10603 (rcirc-multiline-minor-mode): Don't do it here.
10604 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
10605 there's no server buffer.
10606
7d3b9d44
GM
106072011-05-11 Glenn Morris <rgm@gnu.org>
10608
f64049c6
GM
10609 * newcomment.el (comment-kill): Prefix "unused" local.
10610
93c9df73
GM
10611 * term/w32console.el (get-screen-color): Declare.
10612
7d3b9d44
GM
10613 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
10614 Handle symbol elements of byte-compile-initial-macro-environment.
10615
9e2dd53f
LL
106162011-05-10 Leo Liu <sdl.web@gmail.com>
10617
488086f4
SM
10618 * bookmark.el (bookmark-bmenu-mode-map):
10619 Bind bookmark-bmenu-search to `/'.
8b340240 10620
9e2dd53f 10621 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
10622 (footnote-unicode-string, footnote-unicode-regexp): New variable.
10623 (Footnote-unicode): New function.
10624 (footnote-style-alist): Add unicode style to the list.
10625 (footnote-style): Doc fix.
9e2dd53f 10626
79b70037
GM
106272011-05-10 Jim Meyering <meyering@redhat.com>
10628
10629 Fix doubled-word typos.
10630 * international/quail.el (quail-insert-kbd-layout): and and -> and
10631 * kermit.el: and and -> and
10632 * net/ldap.el (ldap-search-internal): to to -> to
10633 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
10634 * progmodes/js.el (js-mode): and and -> and
10635 * textmodes/artist.el (artist-move-to-xy): at at -> at
10636 (artist-draw-region-trim-line-endings): if if -> if
10637 And Safetyc -> Safety.
10638 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
10639
b8f82dc1 106402011-05-10 Glenn Morris <rgm@gnu.org>
c2571358 10641 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
10642
10643 * files.el (hack-one-local-variable-eval-safep):
10644 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
10645
4f99f44b
GM
106462011-05-10 Glenn Morris <rgm@gnu.org>
10647
10648 * calendar/diary-lib.el (diary-list-entries-hook)
10649 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
10650 (diary-nongregorian-marking-hook, diary-list-entries)
10651 (diary-include-other-diary-files, diary-mark-entries)
10652 (diary-mark-included-diary-files): Doc fixes.
10653
84f29e6b
JB
106542011-05-09 Juanma Barranquero <lekktu@gmail.com>
10655
10656 * misc.el: Require tabulated-list.el during compilation.
10657
9bedd73a
CY
106582011-05-09 Chong Yidong <cyd@stupidchicken.com>
10659
488086f4
SM
10660 * progmodes/compile.el (compilation-start):
10661 Run compilation-filter-hook for the async case too.
9bedd73a
CY
10662 (compilation-filter-hook): Doc fix.
10663
797c735c
DD
106642011-05-09 Deniz Dogan <deniz@dogan.se>
10665
10666 * wdired.el: Remove outdated installation comment. Fix usage
10667 comment.
10668
5f4b1dfe
JB
106692011-05-09 Juanma Barranquero <lekktu@gmail.com>
10670
10671 * misc.el: Implement new command `list-dynamic-libraries'.
10672 (list-dynamic-libraries--loaded-only-p): New variable.
10673 (list-dynamic-libraries--refresh): New function.
10674 (list-dynamic-libraries): New command.
10675
4c44026c
CY
106762011-05-09 Chong Yidong <cyd@stupidchicken.com>
10677
488086f4
SM
10678 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10679 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
10680 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
10681 higher priority to avoid clobbering by gnu.
10682
027f966d
CY
106832011-05-08 Chong Yidong <cyd@stupidchicken.com>
10684
10685 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
10686 if the face has existing theme settings (Bug#8454).
10687
085f5d7d
CY
106882011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
10689
488086f4
SM
10690 * progmodes/perl-mode.el (perl-imenu-generic-expression):
10691 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 10692
2a86a00c
RS
10693 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
10694 special file names `.' and `..' (Bug#8259).
10695
d9c54a06
CY
106962011-05-08 Chong Yidong <cyd@stupidchicken.com>
10697
488086f4
SM
10698 * progmodes/grep.el (grep-mode-font-lock-keywords):
10699 Remove buffer-changing entries.
d9c54a06
CY
10700 (grep-filter): New function.
10701 (grep-mode): Add it to compilation-filter-hook.
10702
10703 * progmodes/compile.el (compilation-filter-hook)
10704 (compilation-filter-start): New defvars.
10705 (compilation-filter): Call compilation-filter-hook prior to
10706 updating the process mark.
10707
c4662635
SM
107082011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
10709
10710 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
10711
b0512a1d
EZ
107122011-05-07 Eli Zaretskii <eliz@gnu.org>
10713
605c9376
EZ
10714 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
10715 mailclient-send-it even if window-system is nil. (Bug#8595)
10716
c4662635
SM
10717 * term/w32console.el (terminal-init-w32console):
10718 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
10719 background-mode. (Bug#8597)
10720
d1dc2cc2
SM
107212011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
10722
10723 Make bytecomp.el understand that defmethod defines funs (bug#8631).
10724 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
10725 New functions.
10726 (defgeneric, eieio--defmethod): Use them.
10727 (eieio-defgeneric): Remove.
10728 (defmethod): Call defgeneric in a way visible to the byte-compiler.
10729
915d1300
GM
107302011-05-07 Glenn Morris <rgm@gnu.org>
10731
a3961c3e
GM
10732 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
10733 Use let rather than let*.
10734 (timeclock-find-discrep): Remove unused local.
10735
314347b9
GM
10736 * calendar/diary-lib.el (diary-comment-start): Doc fix.
10737
915d1300
GM
10738 * calendar/appt.el (appt-time-msg-list): Doc fix.
10739
275b59b0
NF
107402011-05-06 Noah Friedman <friedman@splode.com>
10741
10742 * apropos.el (apropos-print-doc): Only use
10743 emacs-lisp-docstring-fill-column when it is bound to an integer,
10744 per that variable's documentation.
10745
6c19f744
SM
107462011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
10747
10748 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 10749 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 10750
60f884b2
GM
107512011-05-06 Glenn Morris <rgm@gnu.org>
10752
5006e634
GM
10753 * calendar/appt.el (appt-message-warning-time): Doc fix.
10754 (appt-warning-time-regexp): New option.
10755 (appt-make-list): Respect appt-message-warning-time.
10756
548d0a63
GM
10757 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
10758 New options.
10759 (diary-add-to-list): Strip comments from the displayed string.
10760 (diary-mode): Set comment-start and comment-end.
10761
60f884b2
GM
10762 * vc/diff-mode.el (smerge-refine-subst): Declare.
10763 (diff-refine-hunk): Don't require smerge-mode when compiling.
10764
989681bb
JB
107652011-05-06 Juanma Barranquero <lekktu@gmail.com>
10766
10767 * simple.el (list-processes): Return nil as the docstring says.
10768
a6bc05e1
MA
107692011-05-05 Michael Albinus <michael.albinus@gmx.de>
10770
10771 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
10772 to "".
10773 (ange-ftp-write-region, ange-ftp-insert-file-contents)
10774 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
10775 determining of binary transfer. (Bug#7383)
10776
23c22e9a
MA
107772011-05-05 Michael Albinus <michael.albinus@gmx.de>
10778
c4662635
SM
10779 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
10780 Fix port computation bug. (Bug#8618)
23c22e9a 10781
0bff894f
GM
107822011-05-05 Glenn Morris <rgm@gnu.org>
10783
b8296902
GM
10784 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
10785
1f522ce8
GM
10786 * simple.el (shell-dynamic-complete-functions)
10787 (comint-dynamic-complete-functions): Declare.
10788
cf5bee67
GM
10789 * net/network-stream.el (gnutls-negotiate):
10790 * simple.el (tabulated-list-print): Fix declarations.
10791
10792 * progmodes/gud.el (syntax-symbol, syntax-point):
10793 Remove unnecessary and incorrect declarations.
10794
0bff894f
GM
10795 * emacs-lisp/check-declare.el (check-declare-scan):
10796 Handle byte-compile-initial-macro-environment in bytecomp.el
10797
9869b3ae
SM
107982011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
10799
10800 Fix earlier half-done eieio-defmethod change (bug#8338).
10801 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
10802 Streamline and change calling convention.
10803 (defmethod): Adjust accordingly and simplify.
10804 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
10805 new eieio--defmethod.
10806 (slot-boundp): Minor CSE simplification.
10807
9c1d5ac5
MZ
108082011-05-05 Milan Zamazal <pdm@zamazal.org>
10809
10810 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
10811 (glasses-make-readable): Use glasses-separate-capital-groups.
10812
455c834e
JB
108132011-05-05 Juanma Barranquero <lekktu@gmail.com>
10814
10815 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
10816 (warning-series): Doc fix.
10817 (display-warning): Don't try to create the buffer if we just found it.
10818
9ed7c8cb
CY
108192011-05-04 Chong Yidong <cyd@stupidchicken.com>
10820
10821 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
10822 (autoload-find-generated-file): New function.
10823 (generate-file-autoloads): Bind generated-autoload-file to
10824 buffer-file-name.
9869b3ae
SM
10825 (update-file-autoloads, update-directory-autoloads):
10826 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
10827 output file (Bug#7989).
10828 (batch-update-autoloads): Doc fix.
10829
0898ca10
JB
108302011-05-04 Juanma Barranquero <lekktu@gmail.com>
10831
10832 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
10833
31dfb76c
GM
108342011-05-04 Glenn Morris <rgm@gnu.org>
10835
f330b642
GM
10836 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
10837 function, so it follows changes in calendar-date-style.
10838 (diary-fancy-date-matcher): New function.
10839 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
10840 (diary-fancy-font-lock-fontify-region-function):
10841 Use diary-fancy-date-pattern as a function.
10842
31dfb76c
GM
10843 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
10844 non-numbers for `year' etc pseudo-variables. (Bug#8583)
10845
48e79d6a
TZ
108462011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
10847
10848 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
10849 instead of positional arguments. Allow :keylist and :crlfiles
10850 arguments.
10851 (open-gnutls-stream): Call it.
10852
10853 * net/network-stream.el (network-stream-open-starttls): Adjust to
10854 call `gnutls-negotiate' with :process and :hostname arguments.
10855
dd5a5ee0
SM
108562011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
10857
ef80fc09
SM
10858 * minibuffer.el (completion--message): New function.
10859 (completion--do-completion, minibuffer-complete)
10860 (minibuffer-force-complete, minibuffer-complete-word): Use it.
10861 (completion--do-completion): Don't ignore completion-auto-help when in
10862 icomplete-mode.
10863
dd5a5ee0
SM
10864 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
10865 internal encoding (e.g. tibetan zero is not whitespace).
10866 (global-whitespace-mode): Prefer save-current-buffer.
10867 (whitespace-trailing-regexp): Remove useless save-match-data.
10868 (whitespace-empty-at-bob-regexp): Minor simplification.
10869
b7d22a83
CY
108702011-05-03 Chong Yidong <cyd@stupidchicken.com>
10871
10872 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
10873
5192af46
AM
108742011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10875
10876 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 10877 Use `concat' to create string for insertion.
5192af46 10878
5767d190
SM
108792011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
10880
10881 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
10882 Avoid open-line which runs post-self-insert-hook.
10883 (bibtex-fill-entry): Remove unused `end' var.
10884
bf242939
AM
108852011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
10886
5767d190
SM
10887 * textmodes/ispell.el (ispell-add-per-file-word-list):
10888 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 10889
25666126
LL
108902011-05-03 Leo Liu <sdl.web@gmail.com>
10891
10892 * isearch.el (isearch-yank-pop): New command.
5767d190 10893 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
10894 (isearch-forward): Mention it.
10895
52d3c2d0
SM
108962011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
10897
1bcace58
SM
10898 * simple.el (minibuffer-complete-shell-command): Remove.
10899 (minibuffer-local-shell-command-map): Use completion-at-point.
10900 (read-shell-command): Setup completion vars here instead.
10901 (read-expression-map): Bind TAB to symbol completion.
10902
52d3c2d0
SM
10903 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
10904 error directly rather via storing it into `results'.
10905
35813471
LL
109062011-05-02 Leo Liu <sdl.web@gmail.com>
10907
10908 * vc/diff.el: Fix description.
10909
e793a940
LMI
109102011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
10911
10912 * server.el (server-eval-at): New function.
10913
8de66e05
LMI
109142011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10915
10916 * net/network-stream.el (open-network-stream): Take a :nowait
10917 parameter and pass it on to `make-network-process'.
10918 (network-stream-open-plain): Ditto.
10919
dcb79f20
AS
109202011-04-30 Andreas Schwab <schwab@linux-m68k.org>
10921
10922 * faces.el (face-spec-set-match-display): Don't match toolkit
10923 options on terminal frames.
10924
14a7fbd8
SM
109252011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
10926
7eabc1be
SM
10927 * progmodes/pascal.el: Use lexical binding.
10928 (pascal-mode-map): Remove author preferences.
10929
14a7fbd8
SM
10930 * pcomplete.el (pcomplete-std-complete): Don't abuse
10931 completion-at-point.
10932
50f84510
JB
109332011-04-28 Juanma Barranquero <lekktu@gmail.com>
10934
6e087a44
JB
10935 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
10936 removing code that has been dead since 1991 or so.
10937
50f84510
JB
10938 * startup.el (command-line): When warning about "_emacs", use a
10939 delayed warning to allow the user to filter it out.
10940
0ba690bd
DD
109412011-04-28 Deniz Dogan <deniz@dogan.se>
10942
10943 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
10944 user has not joined.
10945
08abfaad
SM
109462011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
10947
10948 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
10949 aren't any completions at point.
10950
638f053a
JB
109512011-04-28 Juanma Barranquero <lekktu@gmail.com>
10952
10953 * subr.el (display-delayed-warnings): New function.
10954 (delayed-warnings-hook): New variable.
10955
8fff8daa
SM
109562011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
10957
08abfaad
SM
10958 * minibuffer.el (completion-at-point, completion-help-at-point):
10959 Don't presume that a given completion-at-point-function will always
10960 use the same calling convention.
10961
8fff8daa
SM
10962 * pcomplete.el (pcomplete-completions-at-point):
10963 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
10964 pcomplete-seen is non-nil.
10965 (pcomplete-comint-setup): Also recognize the new comint/shell
10966 completion functions.
10967 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
10968 pcomplete-seen is non-nil.
10969
841a1577 109702011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 10971
841a1577 10972 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 10973 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 10974 the first character in the entry. This allows for code to add its
211ec907
UJ
10975 own uid to the entry.
10976 (icalendar--convert-float-to-ical): Add export of
10977 `diary-float'-entries save for those with the optional DAY
10978 argument.
10979
2a782793
DC
109802011-04-27 Daniel Colascione <dan.colascione@gmail.com>
10981
10982 * subr.el (shell-quote-argument): Use alternate escaping strategy
10983 when we spot a variable reference in a string.
10984
0438ce91
DC
109852011-04-26 Daniel Colascione <dan.colascione@gmail.com>
10986
10987 * cus-start.el (all): Define customization for debug-on-event.
10988
841a1577 109892011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
10990
10991 * subr.el (shell-quote-argument): Escape correctly under Windows.
10992
d090ed6c
SM
109932011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
10994
10995 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
10996
bfd31217
MA
109972011-04-25 Michael Albinus <michael.albinus@gmx.de>
10998
d090ed6c
SM
10999 * net/tramp.el (tramp-process-actions): Add POS argument.
11000 Delete region between POS and (pos).
bfd31217 11001
d090ed6c
SM
11002 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
11003 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
11004 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
11005
11006 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
11007 position in `tramp-process-actions' call.
11008
11009 * net/trampver.el: Update release number.
11010
e92f3bd3
SM
110112011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
11012
850256b5
SM
11013 * custom.el (defcustom): Obey lexical-binding.
11014
e92f3bd3
SM
11015 Fix octave-inf completion problems reported by Alexander Klimov.
11016 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
11017 Inherit from octave-mode-syntax-table.
11018 (inferior-octave-mode): Set info-lookup-mode.
11019 (inferior-octave-completion-at-point): New function.
11020 (inferior-octave-complete): Use it and completion-in-region.
11021 (inferior-octave-dynamic-complete-functions): Use it as well, and use
11022 comint-filename-completion.
11023 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
11024 symbol elements which shouldn't be word elements.
11025 (octave-font-lock-keywords, octave-beginning-of-defun)
11026 (octave-function-header-regexp): Adjust regexps accordingly.
11027 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
11028
cd22b309
JB
110292011-04-25 Juanma Barranquero <lekktu@gmail.com>
11030
11031 * net/gnutls.el (gnutls-errorp): Declare before first use.
11032
8b492194
TZ
110332011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
11034
11035 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
11036 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 11037 default trustfile exists before going to use it. Add missing
5a5fa834 11038 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
11039 Reported by Claudio Bley <claudio.bley@gmail.com>.
11040 (open-gnutls-stream): Add usage example.
11041
11042 * net/network-stream.el (network-stream-open-starttls): Give host
11043 parameter to `gnutls-negotiate'.
11044 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 11045 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 11046
841a1577 110472011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 11048
cd22b309
JB
11049 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
11050 Use correct match group (bug#8438).
05842630 11051
3ba7869c
CY
110522011-04-24 Chong Yidong <cyd@stupidchicken.com>
11053
512e3ae1
CY
11054 * emacs-lisp/package.el (package-built-in-p): Fix typo.
11055 (package-menu--generate): New arg specifying packages to show.
11056 (package-menu-refresh, package-menu-execute, list-packages):
11057 Callers changed.
11058 (package-show-package-list): New function, replacing deleted
11059 package--list-packages (renamed because it is non-internal).
11060
11061 * finder.el (finder-list-matches): Use package-show-package-list
11062 instead of deleted package--list-packages.
11063
e92f3bd3
SM
11064 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
11065 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
11066 (vc-annotate-mode-map): Bind it to RET.
11067
7031be6d
UR
110682011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
11069
11070 * progmodes/etags.el (next-file): Don't use set-buffer to change
11071 buffers (Bug#8478).
11072
4ef177aa
CY
110732011-04-24 Chong Yidong <cyd@stupidchicken.com>
11074
c8d173eb
CY
11075 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
11076
4ef177aa
CY
11077 * apropos.el (apropos-label-face): Avoid variable-pitch face.
11078 (apropos-accumulator): Doc fix.
11079 (apropos-function, apropos-macro, apropos-command)
11080 (apropos-variable, apropos-face, apropos-group, apropos-widget)
11081 (apropos-plist): Add face property.
11082 (apropos-symbols-internal): Fix indentation.
11083 (apropos-print): Simplify help, and recognize apropos-multi-type.
11084 (apropos-print-doc): Use button-type-get to extract the button's
11085 face property. Fill docstring (Bug#8352).
11086
4ffd0d6b 110872011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
11088
11089 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
11090
c6c32125 11091 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 11092 (mpuz-mode-map): Use mapc.
c6c32125
JB
11093 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
11094 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
11095 Fix typos in docstrings.
11096
58d468b4
JB
11097 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
11098 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
11099
6470c3c6
JB
11100 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
11101
4ffd0d6b 111022011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
11103
11104 * minibuffer.el (completion--do-completion): Avoid the "Next char
11105 not unique" prompt if icomplete-mode is enabled (Bug#5849).
11106
3ad8bad0
CY
11107 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
11108 mouse-2 into unread-command-events, it is interpreted correctly.
11109
71d73c9c 11110 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 11111 (image-toggle-display): Doc fix.
71d73c9c 11112
841a1577 111132011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 11114
4ffd0d6b
GM
11115 * textmodes/page.el (what-page): Use line-number-at-pos to
11116 calculate line number (Bug#6825).
6e1dbaa9 11117
c2fb1b60
JB
111182011-04-22 Juanma Barranquero <lekktu@gmail.com>
11119
11120 * eshell/esh-mode.el (find-tag-interactive): Declare function.
11121 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
11122 Pass argument NO-DEFAULT to `find-tag-interactive'.
11123
e02f48d7
JB
111242011-04-22 Juanma Barranquero <lekktu@gmail.com>
11125
11126 Lexical-binding cleanup.
11127
11128 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
11129 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
11130 * progmodes/ada-prj.el (ada-prj-initialize-values)
11131 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
11132 (ada-prj-show-value):
11133 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
11134 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
11135 (antlr-invalidate-context-cache, antlr-options-menu-filter)
11136 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
11137 * progmodes/bug-reference.el (bug-reference-push-button):
11138 * progmodes/fortran.el (fortran-line-length):
11139 * progmodes/glasses.el (glasses-change):
11140 * progmodes/octave-mod.el (octave-fill-paragraph):
11141 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
11142 (python-pdbtrack-grub-for-buffer, python-sentinel):
11143 * progmodes/sql.el (sql-save-connection):
11144 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
11145 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
11146 Mark unused parameters.
11147
11148 * progmodes/compile.el (compilation--flush-directory-cache)
11149 (compilation--flush-parse, compile-internal): Mark unused parameters.
11150 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
11151 (compilation-next-error-function): Remove unused variable `timestamp'.
11152
11153 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
11154 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
11155
11156 * progmodes/dcl-mode.el (dcl-end-of-command):
11157 Remove unused variable `start'.
11158 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
11159 (dcl-option-value-basic, dcl-option-value-offset)
11160 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
11161 Mark unused parameters.
11162 (dcl-save-local-variable): Remove unused variable `val'.
11163 (mode): Declare.
11164
11165 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
11166 Mark unused parameters.
11167 (delphi-ignore-changes): Move before first use.
11168 (delphi-charset-token-at): Remove unused variable `start'.
11169 (delphi-else-start): Remove unused variable `if-count'.
11170 (delphi-comment-block-start, delphi-comment-block-end):
11171 Remove unused variable `kind'.
11172 (delphi-indent-line): Remove unused variable `new-point'.
11173
11174 * progmodes/ebrowse.el (ebrowse-files-list)
11175 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
11176 Mark unused parameters. Don't quote `lambda'.
11177 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
11178 Don't quote `lambda'.
11179 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
11180 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
11181 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
11182 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
11183 Use `ignore-errors'.
11184 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
11185 (ebrowse-view/find-file-and-search-pattern)
11186 (ebrowse-view/find-member-declaration/definition):
11187 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
11188 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
11189 Rename parameter PREFIX-ARG to PREFIX.
11190 (ebrowse-tags-read-name): Remove unused variables `start' and
11191 `member-info'.
11192 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
11193 to `tags-file'.
11194
11195 * progmodes/etags.el (local-find-tag-hook): Declare.
11196 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
11197 Mark unused parameters.
11198
11199 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
11200 (executable-interpret): Mark unused parameter.
11201
11202 * progmodes/flymake.el (flymake-process-sentinel)
11203 (flymake-after-change-function)
11204 (flymake-create-temp-with-folder-structure)
11205 (flymake-get-include-dirs-dot): Mark unused parameters.
11206 (flymake-safe-delete-directory): Remove unused variable `err'.
11207
11208 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
11209 (speedbar-timer-fn, speedbar-line-text)
11210 (speedbar-change-expand-button-char, speedbar-delete-subblock)
11211 (speedbar-center-buffer-smartly): Declare functions.
11212 (gdb-find-watch-expression): Remove unused variable `array'.
11213 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
11214 (gdb-starting): Mark unused parameters.
11215 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
11216 (gdb-table-string): Remove unused variable `res'.
11217 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
11218 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
11219 (gdb-display-buffer): Remove unused variable `cur-size'.
11220
11221 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
11222 allow lexical-binding compilation.
11223 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
11224 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
11225 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
11226 Mark unused parameters.
11227 (gud-gdb-marker-filter): Remove unused variable `match'.
11228 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
11229 lambda expressions and funcall them, instead of using `fset'.
11230
11231 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
11232 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
11233
11234 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
11235 variable `header-beg'; use `let'.
11236
11237 * progmodes/icon.el (indent-icon-exp): Remove unused variables
11238 `restart', `last-sexp' and `at-do'.
11239
11240 * progmodes/js.el (js--debug): Mark unused parameter.
11241 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
11242 (js--splice-into-items): Remove unused variable `item'.
11243 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
11244
11245 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
11246 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
11247 (makefile-complete): Remove unused variable `try'.
11248 (makefile-fill-paragraph, makefile-match-function-end):
11249 Mark unused parameters.
11250
11251 * progmodes/octave-inf.el (inferior-octave-complete):
11252 Remove unused variable `proc'.
11253 (inferior-octave-output-digest): Mark unused parameter.
11254
11255 * progmodes/perl-mode.el (perl-calculate-indent):
11256 Remove unused variable `err'.
11257
11258 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
11259 (prolog-indent-line): Mark unused parameters.
11260 (prolog-indent-line): Remove unused variable `beg'.
11261
11262 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
11263 (reporter-dont-compact-list): Declare.
11264
11265 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
11266 Remove unused variable `char'.
11267 (sh-debug): Mark unused parameter.
11268 (sh-get-indent-info): Remove unused variable `start'.
11269 (sh-calculate-indent): Remove unused variable `var'.
11270
11271 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
11272 (simula-electric-keyword): Remove unused variable `null'.
11273 (simula-search-backward, simula-search-forward): Remove unused
11274 variables `begin' and `end'.
11275
11276 * progmodes/vera-mode.el (vera-guess-basic-syntax):
11277 Remove unused variable `pos'.
11278 (vera-electric-tab, vera-comment-uncomment-region):
11279 Mark unused parameters.
11280 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
11281
7ede3b65
CY
112822011-04-22 Chong Yidong <cyd@stupidchicken.com>
11283
11284 * emacs-lisp/package.el (package--builtins, package-alist)
11285 (package-load-descriptor, package-built-in-p, package-activate)
11286 (define-package, package-installed-p)
11287 (package-compute-transaction, package-buffer-info)
11288 (package--push): Doc fix. Distinguish more clearly between
11289 version strings and version lists.
11290
121656e9
JB
112912011-04-21 Juanma Barranquero <lekktu@gmail.com>
11292
11293 Lexical-binding cleanup.
11294
11295 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
11296 (5x5-make-mutate-best):
11297 * play/fortune.el (fortune-in-buffer):
11298 * play/gomoku.el (gomoku-init-display):
11299 * play/solitaire.el (solitaire, solitaire-do-check):
11300 * play/tetris.el (tetris-default-update-speed-function):
11301 Mark unused parameters.
11302
11303 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
11304 (bubbles--shift): Remove unused variable `char-org'.
11305 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
11306 (bubbles--show-images): Remove unused variable `char'.
11307
11308 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
11309 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
11310 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
11311 (decipher-analyze-buffer): Use ?\s.
11312 (decipher-make-checkpoint): Remove unused variable `mapping'.
11313
11314 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
11315
11316 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
11317 Remove unused variable `result'; use `let'.
11318
11319 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
11320 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
11321 (gametree-children-shown-p, gametree-compute-reduced-score):
11322 Use `ignore-errors'.
11323
11324 * play/handwrite.el (ps-lpr-switches): Declare.
11325 (handwrite): Remove unused variables `pmin' and `lastp'.
11326
11327 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
11328
11329 * play/landmark.el (landmark-init-display)
11330 (landmark-update-naught-weights): Mark unused parameters.
11331 (landmark-y): Remove unused variable `noise'. Simplify.
11332 (landmark-human-plays): Remove unused variable `score'.
11333
11334 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
11335 (mpuz-try-proposal): Remove unused variable `game'.
11336
11337 * play/zone.el (life-patterns): Declare.
11338
80f499c7
JB
113392011-04-20 Juanma Barranquero <lekktu@gmail.com>
11340
11341 * vc/vc.el (ediff-vc-internal): Declare function.
11342
024ff170
SM
113432011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
11344
c0a193ea
SM
11345 * shell.el: Use lexical-binding and std completion UI.
11346 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
11347 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
11348 comint-preoutput-filter-functions rather than on
11349 comint-output-filter-functions.
11350 (shell-command-completion, shell--command-completion-data)
11351 (shell-filename-completion, shell-environment-variable-completion)
11352 (shell-c-a-p-replace-by-expanded-directory): New functions.
11353 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
11354 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
11355 (shell-dynamic-complete-environment-variable): Use them.
11356 (shell-dynamic-complete-as-environment-variable)
11357 (shell-dynamic-complete-as-command): Remove.
11358 (shell-match-partial-variable): Match past point.
11359 * comint.el: Clean up use of completion-at-point-functions.
11360 (comint-completion-at-point): New function.
11361 (comint-mode): Use it completion-at-point-functions.
11362 (comint-dynamic-complete): Make it obsolete.
11363 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
11364 (comint-c-a-p-replace-by-expanded-history): New function.
11365 (comint-dynamic-complete-functions)
11366 (comint-replace-by-expanded-history): Use it.
11367 * minibuffer.el (completion-table-with-terminator): Allow dynamic
11368 termination strings. Try harder to avoid second try-completion.
11369 (completion-in-region-mode-map): Disable bindings that don't work yet.
11370
2dbaa080
SM
11371 * comint.el: Use lexical-binding. Require CL.
11372 (comint-dynamic-complete-functions): Use comint-filename-completion.
11373 (comint-completion-addsuffix): Tweak custom type.
11374 (comint-filename-completion, comint--common-suffix)
11375 (comint--common-quoted-suffix, comint--table-subvert)
11376 (comint--complete-file-name-data): New functions.
11377 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
11378 (comint-dynamic-list-filename-completions): Use them.
11379 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 11380
2dbaa080
SM
11381 * minibuffer.el (completion-in-region-mode):
11382 Keep completion-in-region-mode--predicate global.
11383 (completion-in-region--postch):
11384 Assume completion-in-region-mode--predicate is not null.
11385
c79a6f38
SM
11386 * progmodes/flymake.el (flymake-start-syntax-check-process):
11387 Obey `dir'. Simplify.
11388
024ff170
SM
11389 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
11390 we're in VC after all.
11391
1c6c854e
CS
113922011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
11393
11394 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 11395 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
11396 (vc-version-diff): Use vc-diff-build-argument-list-internal.
11397
bed7f140
SM
113982011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
11399
332e62ab
SM
11400 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
11401 add sanity check.
11402
bed7f140
SM
11403 * obsolete/erc-hecomplete.el: Make obsolete.
11404 * obsolete/: Standardize obsolescence info in the header.
11405
f195c582
GM
114062011-04-20 Glenn Morris <rgm@gnu.org>
11407
11408 * calendar/solar.el (solar-horizontal-coordinates):
11409 Use the longitude argument rather than `calendar-longitude'.
11410 (solar-date-next-longitude): Remove unused locals.
11411
cb79b8c0
VJL
114122011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11413
11414 * whitespace.el: New version 13.2.1.
11415
114162011-04-20 felix <EmacsWiki> (tiny change)
11417
d8e4b68b 11418 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
11419 switching between major modes on a file.
11420
602ea69d
SM
114212011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11422
11423 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
11424 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
11425 multi-line comments as well.
11426
06b60517
JB
114272011-04-19 Juanma Barranquero <lekktu@gmail.com>
11428
11429 Lexical-binding cleanup.
11430
11431 * arc-mode.el (archive-mode-revert):
11432 * cmuscheme.el (scheme-interactively-start-process):
11433 * custom.el (custom-initialize-delay):
11434 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
11435 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
11436 * emacs-lock.el (emacs-lock-clear-sentinel):
11437 * ezimage.el (defezimage):
11438 * follow.el (follow-avoid-tail-recenter):
11439 * fringe.el (set-fringe-mode-1):
11440 * generic-x.el (bat-generic-mode-compile):
11441 * help-mode.el (help-info-variable, help-do-xref)
11442 (help-mode-revert-buffer):
11443 * help.el (view-emacs-todo):
11444 * iswitchb.el (iswitchb-completion-help):
11445 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
11446 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
11447 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
11448 * locate.el (locate-update):
11449 * longlines.el (longlines-encode-region)
11450 (longlines-after-change-function):
11451 * outline.el (outline-isearch-open-invisible):
11452 * ps-def.el (declare-function, charset-dimension, char-width)
11453 (encode-char):
11454 * ps-mule.el (ps-mule-plot-string):
11455 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
11456 (recentf-edit-list-select, recentf-edit-list-validate)
11457 (recentf-open-files-action):
11458 * rect.el (delete-whitespace-rectangle-line)
11459 (rectangle-number-line-callback):
11460 * register.el (window-configuration-to-register)
11461 (frame-configuration-to-register):
11462 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
11463 * select.el (xselect-convert-to-string, xselect-convert-to-length)
11464 (xselect-convert-to-targets, xselect-convert-to-delete)
11465 (xselect-convert-to-filename, xselect-convert-to-charpos)
11466 (xselect-convert-to-lineno, xselect-convert-to-colno)
11467 (xselect-convert-to-os, xselect-convert-to-host)
11468 (xselect-convert-to-user, xselect-convert-to-class)
11469 (xselect-convert-to-name, xselect-convert-to-integer)
11470 (xselect-convert-to-atom, xselect-convert-to-identity):
11471 * subr.el (declare, ignore, process-kill-without-query)
11472 (text-clone-maintain):
11473 * terminal.el (te-get-char, te-tic-sentinel):
11474 * tool-bar.el (tool-bar-make-keymap):
11475 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
11476 * type-break.el (type-break-mode, type-break-noninteractive-query):
11477 * view.el (View-back-to-mark):
11478 * wid-browse.el (widget-browse-action, widget-browse-widget)
11479 (widget-browse-widgets, widget-browse-sexp):
11480 * widget.el (define-widget-keywords):
11481 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
11482 Mark unused parameters.
11483
11484 * align.el (align-adjust-col-for-rule): Mark unused parameter.
11485 (align-areas): Remove unused variable `look'.
11486 (align-region): Remove unused variables `real-end' and `pos-list'.
11487
11488 * apropos.el (apropos-score-doc): Remove unused variable `i'.
11489
11490 * bindings.el (mode-line-modified, mode-line-remote):
11491 Mark unused parameters.
11492 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
11493
11494 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
11495 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
11496
11497 * comint.el (comint-history-isearch-pop-state)
11498 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
11499 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
11500 (comint-substitute-in-file-name): Doc fix.
11501
11502 * completion.el (cmpl-statistics-block): Mark unused parameter.
11503 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
11504 (save-completions-to-file, load-completions-from-file):
11505 Remove unused local variable `e'.
11506
11507 * composite.el (compose-chars): Remove unused variable `len'.
11508 (lgstring-insert-glyph): Remove unused variable `g'.
11509 (compose-glyph-string): Remove unused variables `ascent',
11510 `descent', `lbearing' and `rbearing'.
11511 (compose-glyph-string-relative): Remove unused variables
11512 `lbearing', `rbearing' and `wadjust'.
11513 (compose-gstring-for-graphic): Remove unused variables `header',
11514 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
11515 (compose-gstring-for-terminal): Remove unused variables `header'
11516 and `nchars'. Use `let', not `let*'.
11517
11518 * cus-edit.el (Custom-set, Custom-save, custom-reset)
11519 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
11520 (Custom-buffer-done, custom-buffer-create-internal)
11521 (custom-browse-visibility-action, custom-browse-group-tag-action)
11522 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
11523 (widget-magic-mouse-down-action, custom-toggle-parent)
11524 (custom-add-parent-links, custom-toggle-hide-variable)
11525 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
11526 (custom-toggle-hide-face, face, hook, custom-group-link-action)
11527 (custom-face-menu-create, custom-variable-menu-create, get)
11528 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
11529 (custom-reset-standard-save-and-update): Remove unused variable `value'.
11530 (customize-apropos): Remove unused variable `tests'.
11531 (custom-group-value-create): Remove unused variable `hidden-p'.
11532 (sort-fold-case): Declare.
11533
11534 * cus-theme.el (custom-reset-standard-faces-list)
11535 (custom-reset-standard-variables-list): Declare.
11536 (customize-create-theme, custom-theme-revert, custom-theme-write)
11537 (custom-theme-choose-mode, customize-themes, custom-theme-save):
11538 Mark unused parameters.
11539
11540 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
11541
11542 * delim-col.el (delimit-columns-max): Move defvar before first use.
11543
11544 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 11545 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
11546
11547 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
11548 (auto-insert): Declare.
11549 (desktop-restore-file-buffer): Rename desktop-* parameters;
11550 mark unused ones.
11551 (desktop-create-buffer): Rename desktop-* parameters and bind them.
11552 (desktop-buffer): Rename desktop-* parameters.
11553
11554 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
11555 (dframe-reposition-frame-xemacs, dframe-help-echo)
11556 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
11557 Mark unused parameters.
11558
11559 * dired-aux.el (backup-extract-version-start, overwrite-query)
11560 (overwrite-backup-query, rename-regexp-query)
11561 (rename-non-directory-query): Declare.
11562 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
11563 (dired-add-entry): Remove unused variable `orig-file-name'.
11564 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
11565 Use parameter PRESERVE-TIME instead of accessing dynamic variable
11566 `dired-copy-preserve-time' directly.
11567 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
11568 (dired-insert-subdir-newpos): Rename unused variable `pos'.
11569
11570 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
11571 (dired-virtual-revert, dired-make-relative-symlink):
11572 Mark unused parameters.
11573 (manual-program): Declare.
11574 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
11575 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
11576 wrapped in `with-no-warnings' to avoid replacing one warning by another.
11577
11578 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
11579
11580 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
11581
11582 * echistory.el (electric-history-in-progress, Helper-return-blurb):
11583 Declare.
11584
11585 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
11586
11587 * electric.el (Electric-command-loop): Rename parameter
11588 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
11589
11590 * expand.el (expand-in-literal): Remove unused variable `here'.
11591
11592 * facemenu.el (facemenu-add-new-color):
11593 Remove unused variable `docstring'.
11594
11595 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
11596 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
11597 (face-attr-construct): Mark unused parameter. Doc fix.
11598 (read-color): Remove unused variable `hex-string'.
11599
11600 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
11601 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
11602 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
11603 (display-buffer-other-frame): Remove unused variable `old-window'.
11604 (kill-buffer-hook): Declare.
11605 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
11606 Mark unused parameters.
11607 (after-find-file): Pass 1 to `auto-save-mode', not t.
11608
11609 * files-x.el (auto-insert): Declare.
11610 (modify-file-local-variable-prop-line): Remove unused variable `val'.
11611
11612 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 11613 variable `buf'. Mark unused parameter.
06b60517
JB
11614 (find-lisp-insert-directory): Mark unused parameter.
11615
11616 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
11617 (format-encode-region): Remove unused variables `cur-buf' and `result'.
11618 (format-common-tail): Remove, unused.
11619 (format-deannotate-region): Remove unused variable `loc'.
11620 (format-annotate-region): Remove unused variable `p'.
11621 (format-annotate-single-property-change): Remove unused variables
11622 `default' and `tail'.
11623
11624 * forms.el (read-file-filter): Declare.
11625 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
11626
11627 * frame.el (frame-creation-function-alist): Mark unused parameter.
11628 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
11629
11630 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
11631 Remove unused parameters.
11632 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
11633 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
11634
11635 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
11636 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
11637 (hfy-prepare-tag-map): Mark unused parameters.
11638 (htmlfontify-buffer): Use `called-interactively-p'.
11639
11640 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
11641 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
11642 (ibuffer-do-occur): Mark unused parameters.
11643 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
11644 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
11645
11646 * ibuffer.el: Don't quote `lambda'.
11647 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
11648 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
11649 Mark unused parameters.
11650
11651 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
11652 (ido-completing-read): Mark unused parameters.
11653 (ido-copy-current-word): Mark unused parameters;
11654 remove unused variable `name'.
11655 (ido-sort-merged-list): Remove unused parameter `dirs'.
11656
11657 * ielm.el (ielm-input-sender): Mark unused parameter.
11658 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
11659 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
11660 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
11661 `ielm-string' as a dynamic variable accessible from the IELM prompt.
11662 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
11663
11664 * image-dired.el (image-dired-display-thumbs): Remove unused
11665 variables `curr-file' and `count'.
11666 (image-dired-remove-tag): Remove unused variable `start'.
11667 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
11668 variable `curr-file'
11669 (image-dired-rotate-original): Remove unused variable `temp-file'.
11670 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
11671 Remove unused variable `file'.
11672 (image-dired-gallery-generate): Remove unused variable `curr'.
11673 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
11674
11675 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
11676
11677 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
11678
11679 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
11680
11681 * isearch.el (minibuffer-history-symbol): Declare.
11682 (isearch-edit-string): Remove unused variable `err'.
11683 (isearch-message-prefix, isearch-message-suffix):
11684 Mark unused parameters.
11685
11686 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
11687
11688 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
11689
11690 * makesum.el (double-column): Remove unused variable `cnt'.
11691
11692 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
11693 (ido-ignore-item-temp-list): Declare.
11694
11695 * mouse-drag.el (mouse-drag-throw): Remove unused variables
11696 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
11697 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
11698 (mouse-drag-drag): Remove unused variables `mouse-delta' and
11699 `mouse-col-delta'.
11700
11701 * mouse-sel.el (mouse-extend-internal):
11702 Remove unused variable `orig-window-frame'.
11703
11704 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
11705 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
11706 Move declarations before first use.
11707 (pcomplete-opt): Mark unused parameters; doc fix.
11708
11709 * proced.el (proced-revert): Mark unused parameter.
11710 (proced-send-signal): Remove unused variable `err'.
11711
11712 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
11713 Rename parameter PREFIX-ARG to ARG.
11714 (ps-basic-plot-string, ps-basic-plot-whitespace):
11715 Mark unused parameters.
11716
11717 * replace.el (replace-count): Define.
11718 (occur-revert-function): Mark unused parameters.
11719 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
11720 (isearch-case-fold-search, isearch-string): Declare.
11721 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
11722 bind `case-fold-search'. Remove unused variables `beg' and `end',
11723 and simplify.
11724 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
11725 COUNT and bind `replace-count'.
11726 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
11727 to COUNT.
11728
11729 * savehist.el (print-readably, print-string-length): Declare.
11730
11731 * shadowfile.el (shadow-expand-cluster-in-file-name):
11732 Remove unused variable `cluster'.
11733 (shadow-copy-file): Remove unused variable `i'.
11734 (shadow-noquery, shadow-clusters, shadow-site-cluster)
11735 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
11736 (shadow-define-literal-group, shadow-define-regexp-group)
11737 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
11738
11739 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
11740 (shell): Use `called-interactively-p'.
11741 (shell-directory-tracker): Remove unused variable `chdir-failure'.
11742
11743 * simple.el (compilation-context-lines, comint-file-name-quote-list)
11744 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
11745 (delete-backward-char): Remove unused variable `ocol'.
11746 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
11747 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
11748 (event-apply-hyper-modifier, event-apply-shift-modifier)
11749 (event-apply-control-modifier, event-apply-meta-modifier):
11750 Mark unused parameters.
11751 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
11752 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
11753
11754 * speedbar.el (speedbar-ignored-directory-expressions)
11755 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
11756 (speedbar-find-file, speedbar-dir-follow)
11757 (speedbar-directory-buttons-follow, speedbar-tag-find)
11758 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
11759 (speedbar-buffers-line-directory, speedbar-buffer-click):
11760 Mark unused parameters.
11761 (speedbar-tag-file): Remove unused variable `mode'.
11762 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
11763
11764 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
11765
11766 * talk.el (talk): Remove unused variable `display'.
11767
11768 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
11769 (tar-write-region-annotate): Mark unused parameter.
11770
11771 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
11772 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
11773 Declare them, wrapped in `with-no-warnings' to avoid replacing one
11774 warning by another.
11775
11776 * time-stamp.el (time-stamp-string-preprocess):
11777 Remove unused variable `require-padding'.
11778
11779 * tree-widget.el (widget-glyph-enable): Declare.
11780 (tree-widget-action): Mark unused parameter.
11781
11782 * w32-fns.el (x-get-selection): Mark unused parameter.
11783 (autoload-make-program, generated-autoload-file): Declare.
11784
11785 * wdired.el (wdired-revert): Mark unused parameters.
11786 (wdired-xcase-word): Remove unused variable `err'.
11787
11788 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
11789 (whitespace-help-scroll): Remove unused variable `data-help'.
11790
11791 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
11792 (widget-image-insert, widget-after-change, default)
11793 (widget-default-format-handler, widget-default-notify)
11794 (widget-default-prompt-value, widget-info-link-action)
11795 (widget-url-link-action, widget-function-link-action)
11796 (widget-variable-link-action, widget-file-link-action)
11797 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
11798 (widget-field-prompt-internal, widget-field-action, widget-field-match)
11799 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
11800 (widget-insert-button-action, widget-delete-button-action, visibility)
11801 (widget-documentation-link-action, widget-documentation-string-action)
11802 (widget-const-prompt-value, widget-regexp-match, symbol)
11803 (widget-coding-system-prompt-value)
11804 (widget-key-sequence-value-to-external, sexp)
11805 (widget-sexp-value-to-internal, character, vector, cons)
11806 (widget-choice-prompt-value, widget-boolean-prompt-value)
11807 (widget-color--choose-action): Mark unused parameters.
11808 (widget-item-match-inline, widget-choice-match-inline)
11809 (widget-checklist-match, widget-checklist-match-inline)
11810 (widget-group-match): Rename parameter VALUES to VALS.
11811 (widget-field-value-set): Remove unused variable `size'.
11812 (widget-color-action): Remove unused variables `value' and `start'.
11813
11814 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 11815 variable `dir'. Doc fix.
06b60517
JB
11816 (windmove-find-other-window): Don't pass it.
11817
11818 * window.el (count-windows): Mark unused parameter.
11819 (bw-adjust-window): Remove unused variable `err'.
11820
11821 * woman.el (woman-file-name): Remove unused variable `default'.
11822 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
11823 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
11824 (global-font-lock-mode): Declare.
11825 (woman-decode-region): Mark unused parameter.
11826 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
11827
11828 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
11829 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
11830 (x-dnd-handle-moz-url): Remove unused variable `title'.
11831 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
11832
11833 * xml.el (xml-parse-tag, xml-parse-attlist):
11834 Remove unused variable `pos'.
11835
bc4f7f3d
GM
118362011-04-19 Glenn Morris <rgm@gnu.org>
11837
11838 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
11839 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
11840 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
11841 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
11842 * calendar/cal-html.el (cal-html-insert-minical):
11843 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
11844 (calendar-mark-date-pattern):
11845 Prefix "unused" locals.
11846
11847 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
11848 optional argument `style'.
11849
11850 * calendar/appt.el (appt-make-list):
11851 * calendar/cal-china.el (calendar-chinese-date-string):
11852 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
11853 (diary-hebrew-yahrzeit):
11854 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
11855 * calendar/calendar.el (calendar-generate-window):
11856 * calendar/time-date.el (time-to-days):
11857 Remove unused local variables.
11858
16a43933
CY
118592011-04-18 Chong Yidong <cyd@stupidchicken.com>
11860
11861 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
11862 glyphless-char-display table.
11863 (tabulated-list-glyphless-char-display): New var.
11864
7eed1860
SS
118652011-04-18 Sam Steingold <sds@gnu.org>
11866
11867 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
11868 to acknowledgments.
11869
4d2d1ccd
GM
118702011-04-17 Glenn Morris <rgm@gnu.org>
11871
11872 * calendar/diary-lib.el (diary-sexp-entry):
11873 * calendar/holidays.el (holiday-sexp):
11874 Set debug-on-error rather than the removed stack-trace-on-error.
11875
239da61d
GM
118762011-04-16 Glenn Morris <rgm@gnu.org>
11877
11878 * progmodes/f90.el: Use lexical-binding.
11879 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
11880
8b05752a
SM
118812011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
11882
daca8ba5
SM
11883 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
11884 (mail-mode): Setup mailalias completion here instead.
11885 * mail/mailalias.el: Use lexical-binding.
11886 (pattern, mailalias-done): Declare dynamic.
11887 (mail-completion-at-point-function): New function, from mail-complete.
11888 (mail-complete): Use it.
11889 (mail-completion-expand): New function.
11890 (mail-get-names): Use it.
11891 (mail-directory, mail-directory-process, mail-directory-stream):
11892 Don't use `pattern' for lexically bound arg.
11893
6f542485
SM
11894 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
11895
037e7c3f
SM
11896 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
11897 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
11898 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
11899
8b05752a
SM
11900 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
11901 (byte-save-window-excursion, byte-temp-output-buffer-setup)
11902 (byte-interactive-p): Define them again, for use when inlining
11903 old code.
11904
49093f60
JB
119052011-04-15 Juanma Barranquero <lekktu@gmail.com>
11906
11907 * loadup.el: Use `string-to-number', not `string-to-int'.
11908
b5b8e7de
SM
119092011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
11910
11911 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
11912 gud-gdb-complete-command.
11913 (gud-gdb-completions): New function, from gud-gdb-complete-command.
11914 (gud-gdb-completion-at-point): New function.
11915 (gud-gdb-completions): Remove.
11916
f42efeb5
MA
119172011-04-14 Michael Albinus <michael.albinus@gmx.de>
11918
49093f60
JB
11919 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
11920 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
11921 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
11922 whether `executable-find' is bound.
f42efeb5
MA
11923
11924 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
11925
e240cc21
SM
119262011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
11927
11928 * minibuffer.el (completion-in-region-mode-predicate)
11929 (completion-in-region-mode--predicate): New vars.
11930 (completion-in-region, completion-in-region--postch)
11931 (completion-in-region-mode): Use them.
11932 (completion--capf-wrapper): Also return the hook function.
11933 (completion-at-point, completion-help-at-point):
11934 Adjust and provide a predicate.
c2bd2ab0
SM
11935
11936 Preserve arg names for advice of subr and lexical functions (bug#8457).
11937 * help-fns.el (help-function-arglist): Consolidate the subr and
11938 new-byte-code cases. Add argument `preserve-names' to extract names
11939 from the docstring when needed.
11940 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
11941 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
11942 (ad-arglist): Use help-function-arglist's new arg.
11943 (ad-definition-type): Use cond.
11944
c183f693
JB
119452011-04-13 Juanma Barranquero <lekktu@gmail.com>
11946
06641a47
JB
11947 * autorevert.el (auto-revert-handler):
11948 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
11949 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
11950 Don't quote lambda.
11951
c183f693
JB
11952 * image-mode.el (image-transform-set-scale):
11953 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
11954
1e3b6001
G
119552011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
11956
11957 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 11958 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
11959 Upgrades via gnutls-cli are too slow to be done opportunistically.
11960
2d6af8dd
JB
119612011-04-12 Juanma Barranquero <lekktu@gmail.com>
11962
11963 * dframe.el (dframe-current-frame): Remove spurious quote.
11964
c0749a51
GM
119652011-04-12 Glenn Morris <rgm@gnu.org>
11966
088d0d61
GM
11967 * calendar/cal-tex.el (cal-tex-end-document):
11968 Try to automatically use latin1 input if needed.
11969
c0749a51
GM
11970 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
11971 Don't try to cons a mark onto an empty element.
11972
5c90fde0
LL
119732011-04-11 Leo Liu <sdl.web@gmail.com>
11974
11975 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
11976 buffers.
11977 (ido-kill-buffer-at-head): Support killing virtual buffers.
11978
369e974d
CY
119792011-04-10 Chong Yidong <cyd@stupidchicken.com>
11980
11981 * minibuffer.el (completion-show-inline-help): New var.
11982 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
11983 (minibuffer-force-complete, minibuffer-complete-word):
11984 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
11985
11986 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
11987 to avoid interference from inline help (Bug#5849).
11988
37f1c930
LL
119892011-04-10 Leo Liu <sdl.web@gmail.com>
11990
099c39a4
JB
11991 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
11992 Fix typo.
37f1c930 11993
a32d4040
CY
119942011-04-09 Chong Yidong <cyd@stupidchicken.com>
11995
11996 * image-mode.el (image-toggle-display-image): Signal an error if
11997 not in Image mode.
11998 (image-transform-mode, image-transform-resize)
11999 (image-transform-set-rotation): Doc fix.
daca8ba5 12000 (image-transform-set-resize): Delete.
a32d4040
CY
12001 (image-transform-set-scale, image-transform-fit-to-height)
12002 (image-transform-fit-to-width): Handle image-toggle-display-image
12003 and image-transform-resize directly.
12004
099c39a4 120052011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
12006
12007 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
12008 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
12009 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
12010 (doc-view-mode-map): Add bindings for the new functions.
12011
099c39a4 120122011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 12013
4d61f28d 12014 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
12015 Fix typo in docstring.
12016
3726838a
EZ
120172011-04-08 Eli Zaretskii <eliz@gnu.org>
12018
04f33f1e
EZ
12019 * files.el (file-size-human-readable): Produce one digit after
12020 decimal, like "ls -lh" does.
12021
12022 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
12023 the file size representation.
12024
3726838a
EZ
12025 * simple.el (list-processes): If async subprocesses are not
12026 available, error out with a clear error message.
12027
cbb59342
CY
120282011-04-08 Chong Yidong <cyd@stupidchicken.com>
12029
12030 * help.el (help-form-show): New function, to be called from C.
12031 Put help-form output in a buffer named differently than *Help*.
12032
e3971c44
EZ
120332011-04-08 Eli Zaretskii <eliz@gnu.org>
12034
12035 * files.el (file-size-human-readable): New function.
12036
12037 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
12038 computing the representation inline. Don't require `cl'.
12039
12544bbe
GM
120402011-04-08 Glenn Morris <rgm@gnu.org>
12041
a1de6c6a
GM
12042 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
12043
3c4671f4
GM
12044 * net/browse-url.el (browse-url-firefox):
12045 Test system-type, not system-configuration.
12046
b605679c
GM
12047 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
12048 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
12049 Use log-edit-empty-buffer-p. (Bug#7598)
12050
56442f0c
GM
12051 * net/rlogin.el (rlogin-process-connection-type): Simplify.
12052 (rlogin-mode-map): Initialize in the defvar.
12053 (rlogin): Use ignore-errors.
12054
12544bbe
GM
12055 * replace.el (occur-mode-map): Some fixes for menu items.
12056
eb237b0f
AH
120572011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
12058
12059 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
12060
7d668f2c
CY
120612011-04-06 Chong Yidong <cyd@stupidchicken.com>
12062
e67a13ab
CY
12063 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
12064 issuing unused warnings.
12065
12066 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
12067 macro directly.
12068
7d668f2c
CY
12069 * simple.el: Lisp reimplement of list-processes. Based on an
12070 earlier reimplementation by Leo Liu, but using tabulated-list.el.
12071 (process-menu-mode): New major mode.
12072 (list-processes--refresh, list-processes):
12073 (process-menu-visit-buffer): New functions.
12074
12075 * files.el (save-buffers-kill-emacs): Don't assume any return
12076 value of list-processes, which is undocumented anyway.
12077
a83ec3c9
CY
120782011-04-06 Chong Yidong <cyd@stupidchicken.com>
12079
12080 * emacs-lisp/tabulated-list.el: New file.
12081
e91a96fe
CY
12082 * emacs-lisp/package.el: Use Tabulated List mode.
12083 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
12084 (package-menu-mode): Derive from tabulated-list-mode. Set up the
12085 table format using Tabulated List mode variables.
12086 (package--push): New macro, replacing package-list-maybe-add.
12087 (package-menu--generate): Use package--push. Renamed from
12088 package--generate-package-list.
12089 (package-menu-refresh, list-packages): Use it.
daca8ba5 12090 (package-menu--print-info): Rename from package-print-package.
e91a96fe 12091 Return insertion data instead of inserting it directly.
099c39a4
JB
12092 (package-menu-describe-package, package-menu-execute):
12093 Use tabulated-list-get-id.
e91a96fe
CY
12094 (package-menu-mark-delete, package-menu-mark-install)
12095 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
12096 (package-menu-mark-obsolete-for-deletion):
12097 Use tabulated-list-put-tag.
e91a96fe
CY
12098 (package--list-packages, package-menu-revert)
12099 (package-menu-get-package, package-menu-get-version)
12100 (package-menu-sort-by-column): Functions deleted.
12101 (package-menu-package-list, package-menu-sort-key): Vars deleted.
12102 (package-menu--status-predicate, package-menu--version-predicate)
12103 (package-menu--name-predicate)
12104 (package-menu--description-predicate): Handle arguments in the
12105 Tabulated List format.
12106 (package-list-packages-no-fetch): Call list-packages.
12107
3e214b50
JB
121082011-04-06 Juanma Barranquero <lekktu@gmail.com>
12109
12110 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 12111 (after-find-file): Don't bind it.
3e214b50
JB
12112 (revert-buffer-in-progress-p): New variable.
12113 (revert-buffer): Bind it.
12114 Pass nil for `after-find-file-from-revert-buffer'.
12115
12116 * saveplace.el (save-place-find-file-hook): Use new variable
12117 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
12118
3f0f1700
GM
121192011-04-06 Glenn Morris <rgm@gnu.org>
12120
c0274801
GM
12121 * Makefile.in (AUTOGEN_VCS): New variable.
12122 (autoloads): Use $AUTOGEN_VCS.
12123
3f0f1700
GM
12124 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
12125 * calendar/calendar.el (calendar-mode-map):
12126 Check for toolkit scroll bars. (Bug#8305)
12127
41ea9e48
CY
121282011-04-05 Chong Yidong <cyd@stupidchicken.com>
12129
12130 * minibuffer.el (completion-in-region--postch)
12131 (completion-in-region-mode): Remove unnecessary messages.
12132
6194c800
JB
121332011-04-05 Juanma Barranquero <lekktu@gmail.com>
12134
33256f14
JB
12135 * font-lock.el (font-lock-refresh-defaults):
12136 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
12137 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
12138
6194c800
JB
12139 * info.el (Info-directory-list, Info-read-node-name-2)
12140 (Info-split-parameter-string): Doc fixes.
12141 (Info-virtual-nodes): Reflow docstring.
12142 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
12143 (Info-apropos-toc-nodes, info-finder, Info-get-token)
12144 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
12145 Fix typos in docstrings.
12146 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
12147 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
12148 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
12149 (Info-restore-desktop-buffer): Mark unused parameters.
12150 (Info-directory-find-file, Info-directory-find-node)
12151 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
12152 (Info-virtual-index-find-node, Info-apropos-find-file)
12153 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 12154 Mark unused parameters; fix typos in docstrings.
6194c800
JB
12155 (Info-virtual-index): Remove unused local variable `nodename'.
12156
b87a8200 121572011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 12158
b87a8200
DD
12159 * net/rcirc.el: Update my e-mail address.
12160 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 12161
3b2ff876
CY
121622011-04-05 Chong Yidong <cyd@stupidchicken.com>
12163
12164 * startup.el (command-line): Save the cursor's theme-face
12165 directly, instead of using face-override-spec.
12166
12167 * custom.el (load-theme): Minor optimization in assigning faces.
12168
8d17e7ca
JB
121692011-04-04 Juanma Barranquero <lekktu@gmail.com>
12170
12171 * help-fns.el (describe-variable): Complete all variables having
12172 documentation, including keywords.
12173 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
12174
2fbc1934
JB
121752011-04-04 Juanma Barranquero <lekktu@gmail.com>
12176
12177 Convert to lexical-binding.
12178
12179 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
12180 (bs--get-marked-string, bs--get-modified-string)
12181 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
12182 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
12183 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
12184
12185 * ehelp.el (electric-help-execute-extended)
12186 (electric-help-ctrl-x-prefix):
12187 * hexl.el (hexl-revert-buffer-function):
12188 * linum.el (linum-after-change, linum-after-scroll):
12189 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
12190
12191 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
12192
74f50695
DU
121932011-04-04 Daiki Ueno <ueno@unixuser.org>
12194
12195 * epa-dired.el:
12196 * epa-mail.el:
12197 * epa-hook.el:
12198 * epa-file.el:
12199 * epa.el:
12200 * epg.el: Use lexical binding.
12201
c11325f7
CY
122022011-04-03 Chong Yidong <cyd@stupidchicken.com>
12203
0d9e9a12
CY
12204 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
12205
c11325f7 12206 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
12207 dictionary case for flyspell-mark-duplications-exceptions.
12208 Use regexp matching for languages.
c11325f7
CY
12209 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
12210 default dictionary (Bug#7926).
12211
da91b5f2
CY
122122011-04-02 Chong Yidong <cyd@stupidchicken.com>
12213
099c39a4
JB
12214 * emacs-lisp/package.el (package--with-work-buffer):
12215 Recognize https URLs.
da91b5f2 12216
099c39a4
JB
12217 * net/network-stream.el: Move from gnus/proto-stream.el.
12218 Change prefix to network-stream throughout.
da91b5f2
CY
12219 (open-protocol-stream): Merge into open-network-stream, leaving
12220 open-protocol-stream as an alias. Handle nil BUFFER args.
12221
12222 * subr.el (open-network-stream): Move to net/network-stream.el.
12223
afa8e9f6
GM
122242011-04-02 Glenn Morris <rgm@gnu.org>
12225
1d2e369d
GM
12226 * find-dired.el (find-exec-terminator): New option.
12227 (find-ls-option): Test for -ls support.
12228 (find-ls-subdir-switches): Test for -b in find-ls-option.
12229 (find-dired, find-grep-dired): Doc fixes.
12230 (find-dired): Use find-exec-terminator.
12231
8abb7da8 12232 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
12233 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
12234 (find-name-arg): Remove purecopy.
8abb7da8 12235
f3ca7378
GM
12236 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
12237 (grep-compute-defaults): Check for `-exec COMMAND +' support.
12238 Set grep-find-use-xargs, grep-find-command, and grep-find-template
12239 accordingly. Don't add the null-device if not needed.
12240
afa8e9f6
GM
12241 * files.el (save-some-buffers): Doc fix.
12242
35eae264
EZ
122432011-04-02 Eli Zaretskii <eliz@gnu.org>
12244
12245 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
12246
26b51db5
JB
122472011-04-01 Juanma Barranquero <lekktu@gmail.com>
12248
12249 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
12250 Use `dolist' rather than `mapcar'.
12251
7200d79c
SM
122522011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
12253
03408648 12254 Add lexical binding.
7200d79c 12255
03408648
SM
12256 * subr.el (apply-partially): Use new closures rather than CL.
12257 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
12258 (dolist, dotimes): Use slightly different expansion for lexical code.
12259 (functionp): Move to C.
12260 (letrec): New macro.
12261 (with-wrapper-hook): Use it and apply-partially instead of CL.
12262 (eval-after-load): Preserve lexical-binding.
12263 (save-window-excursion, with-output-to-temp-buffer): Turn them
12264 into macros.
7200d79c 12265
03408648
SM
12266 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
12267
12268 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
12269 than the arglist.
12270 (help-add-fundoc-usage): Don't add `Not documented'.
12271 (help-function-arglist): Handle closures, subroutines, and new
12272 byte-code-functions.
12273 (help-make-usage): Remove leading underscores.
12274 (describe-function-1): Handle closures.
12275 (describe-variable): Use special-variable-p for completion.
12276
12277 * files.el (lexical-binding): Declare safe.
f488fb65 12278
03408648
SM
12279 * emacs-lisp/pcase.el: Don't use destructuring-bind.
12280 (pcase--memoize): Rename from pcase-memoize. Change weakness.
12281 (pcase): Add `let' pattern.
12282 Change memoization so it actually works.
12283 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
12284 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
12285 <let>: New case.
f488fb65 12286
03408648
SM
12287 * emacs-lisp/macroexp.el: Use lexical binding.
12288 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
12289 Don't convert ' to #' without checking that it's indeed quoting
12290 a lambda.
12291
12292 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 12293 Use eval-sexp-add-defvars.
03408648
SM
12294 (eval-sexp-add-defvars): New fun.
12295
12296 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
12297
12298 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
12299 Don't autoload.
12300 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
12301 than the internal `byte-compile-lambda'.
12302 (defmethod): Don't hide code under quotes.
12303 (eieio-defmethod): New `code' argument.
12304
12305 * emacs-lisp/eieio-comp.el: Remove.
12306
12307 * emacs-lisp/edebug.el (edebug-eval-defun)
12308 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
12309 (edebug-toggle): Avoid `eval'.
12310
12311 * emacs-lisp/disass.el (disassemble-internal): Handle new
12312 `closure' objects.
12313 (disassemble-1): Handle new byte codes.
12314
12315 * emacs-lisp/cl.el (pushnew): Silence warning.
12316
12317 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
12318 (cl-byte-compile-throw): Remove.
12319 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
12320
12321 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
12322 closures.
12323
12324 * emacs-lisp/cconv.el: New file.
12325
12326 * emacs-lisp/bytecomp.el: Use lexical binding instead of
12327 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
12328 (byte-compile-initial-macro-environment):
12329 Handle declare-function here.
12330 (byte-compile--lexical-environment): New var.
12331 (byte-stack-ref, byte-stack-set, byte-discardN)
12332 (byte-discardN-preserve-tos): New lap codes.
12333 (byte-interactive-p): Don't use any more.
12334 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
12335 New macros.
12336 (byte-compile-lapcode): Use them and handle new lap codes.
12337 (byte-compile-obsolete): Remove.
12338 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
12339 (byte-compile-arglist-warn): Check late def of inlinable funs.
12340 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
12341 since they should have been expanded by now.
12342 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
12343 (byte-compile-from-buffer): Remove unused second arg.
12344 (byte-compile-preprocess): New function.
12345 (byte-compile-toplevel-file-form): New function to distinguish
12346 file-form calls from outside from file-form calls from hunk-handlers.
12347 (byte-compile-file-form): Simplify.
12348 (byte-compile-file-form-defsubst): Remove.
12349 (byte-compile-file-form-defmumble): Simplify now that
12350 byte-compile-lambda always returns a byte-code-function.
12351 (byte-compile): Preprocess.
12352 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
12353 Remove, not used any more.
12354 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
12355 (byte-compile-make-args-desc): New funs.
12356 (byte-compile-lambda): Handle lexical functions. Always return
12357 a byte-code-function.
12358 (byte-compile-reserved-constants): New var, to make up room for
12359 closed-over variables.
12360 (byte-compile-constants-vector): Obey it.
12361 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
12362 (byte-compile-macroexpand-declare-function): New function.
12363 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
12364 byte-code-functions.
12365 (byte-compile-form): Check obsolescence here.
12366 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
12367 (byte-compile-variable-ref): Remove.
12368 (byte-compile-dynamic-variable-op): New fun.
12369 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
12370 (byte-compile-variable-set): New funs.
12371 (byte-compile-discard): Add 2 args.
12372 (byte-compile-stack-ref, byte-compile-stack-set)
12373 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
12374 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
12375 macroexpand-all instead.
12376 (byte-compile-quote-form): Remove.
12377 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
12378 (byte-compile-bind, byte-compile-unbind): New funs.
12379 (byte-compile-let): Handle let* and lexical binding.
12380 (byte-compile-let*): Remove.
12381 (byte-compile-catch, byte-compile-unwind-protect)
12382 (byte-compile-track-mouse, byte-compile-condition-case):
12383 Handle a new :fun-body form, used for lexical scoping.
12384 (byte-compile-save-window-excursion)
12385 (byte-compile-with-output-to-temp-buffer): Remove.
12386 (byte-compile-defun): Simplify.
12387 (byte-compile-stack-adjustment): New fun.
12388 (byte-compile-out): Use it.
12389 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
12390
12391 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
12392 handler any more.
12393
12394 * emacs-lisp/byte-opt.el: Use lexical binding.
12395 (byte-inline-lapcode): Remove (to bytecomp).
12396 (byte-compile-inline-expand): Pay attention to inlining to/from
12397 lexically bound code.
12398 (byte-compile-unfold-lambda): Don't handle byte-code-functions
12399 any more.
12400 (byte-optimize-form-code-walker): Don't handle save-window-excursion
12401 any more and don't call compiler-macros.
12402 (byte-compile-splice-in-already-compiled-code): Remove.
12403 (byte-code): Don't inline any more.
12404 (disassemble-offset): Receive `bytes' as argument rather than via
12405 dynamic scoping.
12406 (byte-compile-tag-number): Declare before first use.
12407 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
12408 `return' even if make-spliceable.
12409 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
12410 obsolete interactive-p.
12411 (byte-optimize-lapcode): Optimize new lap-codes.
12412 Don't trip up on new form of `byte-constant' lap code.
12413
12414 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
12415
12416 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
12417
12418 * custom.el (custom-initialize-default, custom-declare-variable):
12419 Use `defvar'.
12420
12421 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
12422 New variables.
12423 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
12424 (COMPILE_FIRST): Add macroexp and cconv.
12425 * makefile.w32-in: Mirror changes in Makefile.in.
12426
12427 * vc/cvs-status.el:
12428 * vc/diff-mode.el:
12429 * vc/log-edit.el:
12430 * vc/log-view.el:
12431 * vc/smerge-mode.el:
12432 * textmodes/bibtex-style.el:
12433 * textmodes/css.el:
12434 * startup.el:
12435 * uniquify.el:
da91b5f2
CY
12436 * minibuffer.el:
12437 * newcomment.el:
12438 * reveal.el:
12439 * server.el:
12440 * mpc.el:
12441 * emacs-lisp/smie.el:
12442 * doc-view.el:
12443 * dired.el:
03408648
SM
12444 * abbrev.el: Use lexical binding.
12445
0f0c1f27
EZ
124462011-04-01 Eli Zaretskii <eliz@gnu.org>
12447
12448 * info.el (info-display-manual): New function.
12449
c82b2579
SM
124502011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12451
12452 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
12453
221ddf68
TH
124542011-03-31 Tassilo Horn <tassilo@member.fsf.org>
12455
12456 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 12457 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 12458
cba6e77e
GM
124592011-03-31 Glenn Morris <rgm@gnu.org>
12460
e040639f
GM
12461 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
12462
cba6e77e
GM
12463 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
12464
6d0f1c9e
CS
124652011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
12466
12467 * progmodes/python.el (python-default-interpreter)
12468 (python-python-command-args, python-jython-command-args)
12469 (python-which-shell, python-which-args, python-which-bufname)
12470 (python-file-queue, python-comint-output-filter-function)
12471 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
12472 variables and functions.
12473
3e2d70fd
SM
124742011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
12475
12476 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
12477 (completion-in-region-mode): New minor mode.
12478 (completion-in-region): Use it.
12479 (completion-in-region--data, completion-in-region-mode-map): New vars.
12480 (completion-in-region--postch): New function.
12481 (completion--capf-misbehave-funs, completion--capf-safe-funs):
12482 New vars.
12483 (completion--capf-wrapper): New function.
12484 (completion-at-point): Use it to track well-behavedness of
12485 hook functions.
12486 (completion-help-at-point): New command.
12487
f3e4086c
JM
124882011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
12489
12490 * vc/add-log.el (add-change-log-entry): Don't use whitespace
12491 syntax class to search for whitespace on a single line
12492 (Message-ID: <4D938140.4030905@redhat.com>).
12493
eb7ffc14
LL
124942011-03-30 Leo Liu <sdl.web@gmail.com>
12495
12496 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
12497 New commands.
12498 (edit-abbrevs-map): Bind them here.
12499 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
12500
d806ab68
KM
125012011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
12502
12503 * allout.el (allout-hide-by-annotation, allout-flag-region):
12504 Reduce possibility of overlay leakage by making them volatile.
12505
12506 * allout-widgets.el (allout-widgets-tally): Define as nil so the
12507 hash is not shared between buffers. Mode initialization is
12508 responsible for giving it a useful starting value.
12509 (allout-item-span): Reduce possibility of overlay leakage by
12510 making them volatile.
12511 (allout-widgets-count-buttons-in-region): Add diagnostic function
12512 for tracking down button overlay leaks.
12513
ea622834
LL
125142011-03-29 Leo Liu <sdl.web@gmail.com>
12515
12516 * ido.el (ido-read-internal): Use the default history var
12517 minibuffer-history if no HISTORY is specified.
12518
b62f8267
G
125192011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
12520
03408648
SM
12521 * net/imap.el (imap-shell-open, imap-process-connection-type):
12522 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
12523 Kerberos, SSL, other subprocesses.
12524
947b6566
LL
125252011-03-28 Leo Liu <sdl.web@gmail.com>
12526
12527 * abbrev.el (abbrev-table-empty-p): New function.
12528 (prepare-abbrev-list-buffer): Place empty abbrev tables after
12529 nonempty ones. (Bug#5937)
12530
5ffb62aa
JD
125312011-03-27 Jan Djärv <jan.h.d@swipnet.se>
12532
12533 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
12534
7a097943
LL
125352011-03-27 Leo Liu <sdl.web@gmail.com>
12536
12537 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
12538 for foreground and background colors.
12539 (ansi-color-make-color-map): Adapt.
12540
c5b40130
LL
125412011-03-25 Leo Liu <sdl.web@gmail.com>
12542
1f48f7d2
LL
12543 * midnight.el (midnight-time-float): Remove. Note it calculates
12544 the microsecond component incorrectly and seconds-to-time does the
12545 same job.
625897ec 12546 Remove redundant (require 'timer).
1f48f7d2 12547
c5b40130
LL
12548 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
12549 (ido-completions): Remove unused arguments. (Bug#8329)
12550
d86d2721
SM
125512011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12552
12553 * minibuffer.el (completion--flush-all-sorted-completions):
12554 Remove itself from hook.
12555 (completion-at-point): Let the functions perform the completion
12556 immediately and return nil or t.
12557 * comint.el (comint-dynamic-complete-functions): Now identical to
12558 completion-at-point-functions.
12559 (comint-dynamic-list-input-ring): Remove unused var `index'.
12560 (comint--match-partial-filename, comint--unquote&expand-filename):
12561 New funs, split from comint-match-partial-filename.
12562 (comint-dynamic-complete): Use completion-at-point.
12563 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
12564
e8974c48
DA
125652011-03-24 Drew Adams <drew.adams@oracle.com>
12566
12567 * thingatpt.el: Support `defun'.
12568
def71b5e
LL
125692011-03-23 Leo Liu <sdl.web@gmail.com>
12570
cb5af48e
LL
12571 * abbrevlist.el: Move to obsolete/abbrevlist.el.
12572
def71b5e
LL
12573 * help-mode.el (help-mode-finish): Tweak regexp.
12574
927c53e7
GM
125752011-03-23 Glenn Morris <rgm@gnu.org>
12576
18d05bed
GM
12577 * eshell/esh-opt.el (eshell-eval-using-options):
12578 Do not bind unused local variable `eshell-option-stub'.
12579
927c53e7
GM
12580 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
12581
9d0da923
JB
125822011-03-22 Juanma Barranquero <lekktu@gmail.com>
12583
12584 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
12585 keymap variable in `with-no-warnings' to avoid a warning when the
12586 keymap has been already `defconst'ed.
12587
4b978a67
LL
125882011-03-22 Leo Liu <sdl.web@gmail.com>
12589
12590 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
12591 encode all chars in abbrevs; otherwise use emacs-mule or
12592 utf-8-emacs. (Bug#8308)
12593
5fd62452
JB
125942011-03-22 Juanma Barranquero <lekktu@gmail.com>
12595
0b1596c6
JB
12596 * simple.el (backward-delete-char-untabify):
12597 Avoid warning about using `delete-backward-char'.
12598
5fd62452
JB
12599 * image.el (image-type-file-name-regexps): Make it variable.
12600 `imagemagick-register-types' modifies it, and the user may want
12601 to add new extensions for known image types.
12602 (imagemagick-register-types): Throw error if not using ImageMagick.
12603
0b4e93f1
LL
126042011-03-22 Leo Liu <sdl.web@gmail.com>
12605
12606 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
12607 located before rcirc-prompt-end-marker.
12608 (rcirc-complete): Error if point is not after rcirc prompt.
12609 Handle the case when table is nil.
9882e214 12610 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 12611
fccee4ab
CY
126122011-03-22 Chong Yidong <cyd@stupidchicken.com>
12613
12614 * custom.el (custom--inhibit-theme-enable): Make it affect only
12615 custom-theme-set-variables and custom-theme-set-faces.
12616 (provide-theme): Ignore custom--inhibit-theme-enable.
12617 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
12618 (custom-enabling-themes): Delete variable.
d86d2721
SM
12619 (enable-theme): Accept only loaded themes as arguments.
12620 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
12621 (custom-enabled-themes): Forbid themes from setting this.
12622 Eliminate use of custom-enabling-themes.
12623 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 12624
af896da6
LL
126252011-03-21 Leo Liu <sdl.web@gmail.com>
12626
12627 * ido.el (ido-read-internal): Add ido-selected to history instead
12628 of user input.
12629
78f64af0
SM
126302011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
12631
12632 * subr.el (deferred-action-list, deferred-action-function):
12633 Mark obsolete.
12634
b16ac1ec
LL
126352011-03-21 Leo Liu <sdl.web@gmail.com>
12636
810f7698
LL
12637 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
12638 change on 2011-02-13 (bug#8309).
12639
b16ac1ec
LL
12640 * minibuffer.el (read-file-name-function): Change default value.
12641 (read-file-name--defaults): Rename from read-file-name-defaults.
12642 (read-file-name-default): Rename from read-file-name.
12643 (read-file-name): Call read-file-name-function.
12644
4e05e67e
GM
126452011-03-21 Glenn Morris <rgm@gnu.org>
12646
12647 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
12648 Doc fixes.
12649
4359915b
CY
126502011-03-21 Chong Yidong <cyd@stupidchicken.com>
12651
12652 * cus-theme.el: Add missing provide statement.
12653 (customize-create-theme): Extract theme value correctly.
12654 (custom-theme-visit-theme): Autoload.
12655 (customize-create-theme): Prompt before inserting default faces.
12656
1fe275ee
JB
126572011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
12658
12659 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
12660 units and musical notes.
12661
cd394be1 126622011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
12663
12664 * ido.el (ido-read-internal): Use completing-read-default.
12665 (ido-completing-read): Fix compatibility with completing-read.
12666
7d476bde
CO
126672011-03-20 Christian Ohler <ohler@gnu.org>
12668
12669 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
12670 (ert-delete-all-tests): Use `called-interactively-p' rather than
12671 `interactive-p'.
12672 (ert--make-xrefs-region): Respect END.
12673
fe0fb33e
CY
126742011-03-19 Chong Yidong <cyd@stupidchicken.com>
12675
ff854b0b
CY
12676 * dired-aux.el (dired-create-directory): Signal an error if the
12677 directory already exists (Bug#8246).
12678
fe0fb33e
CY
12679 * facemenu.el (list-colors-display): Call list-faces-display
12680 inside with-help-window.
12681 (list-colors-print): Use display property to align the final
12682 column, instead of checking window-width.
12683
576bce32
EZ
126842011-03-19 Eli Zaretskii <eliz@gnu.org>
12685
4d61f28d 12686 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
12687 windows-nt systems.
12688 (emerge-protect-metachars): Quote correctly for ms-dos and
12689 windows-nt systems.
12690
89c41d68 126912011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
12692
12693 * info.el (info-initialize): Replace all uses of `:' with
12694 path-separator for compatibility with non-Unix systems.
12695 Cache quoting of path-separator. (Bug#8258)
12696
b14e3e21 126972011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
12698
12699 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
12700 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
12701 (mouse-avoidance-mode): Fix typos in docstrings.
12702
4525ce3e
CY
127032011-03-19 Chong Yidong <cyd@stupidchicken.com>
12704
12705 * startup.el (package-subdirectory-regexp): Move from package.el.
12706 Omit \\` and \\', and let callers add them.
12707
12708 * emacs-lisp/package.el (package-strip-version)
12709 (package-load-all-descriptors): Add \\` and \\' to
12710 package-subdirectory-regexp before using it.
12711 (package-untar-buffer): New arg DIR; ensure that file untars only
12712 into this expected directory. Remove superfluous delete-region.
12713 (package-unpack): Caller changed.
12714 (package-tar-file-info): Use package-subdirectory-regexp.
12715
a904a09a 127162011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 12717
a904a09a
SM
12718 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
12719 diff-mode-shared-map (bug#8284).
12720 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
12721
127222011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
12723
12724 * calendar/time-date.el (format-seconds): Use assoc instead of
12725 assoc-string, since assoc-string doesn't exist in XEmacs.
12726
171fc304
JB
127272011-03-17 Juanma Barranquero <lekktu@gmail.com>
12728
12729 * custom.el (custom-known-themes): Reflow docstring.
12730 (custom-theme-load-path): Fix typo in docstring.
12731 (load-theme): Fix typo in error message.
12732 (custom-available-themes, custom-variable-theme-value):
12733 Use `let', not `let*'.
12734
d71990a1
JB
127352011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
12736
12737 * calc/README: Mention inclusion of musical notes.
12738
12739 * calc/calc-units.el (calc-lu-quant): Rename from
12740 `calc-logunits-quantity'.
12741 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
12742 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
12743 (calc-db): Rename from `calc-dblevel'.
12744 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
12745 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
12746 (calc-np): Rename from `calc-nplevel'.
12747 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
12748 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
12749 (calc-lu-plus): Rename from `calc-logunits-add'.
12750 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
12751 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
12752 (calc-lu-minus): Rename from `calc-logunits-sub'.
12753 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
12754 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
12755 (calc-lu-times): Rename from `calc-logunits-mul'.
12756 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
12757 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
12758 (calc-lu-divide): Rename from `calc-logunits-div'.
12759 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
12760 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
12761
12762 * calc/calc-ext.el (calc-init-extensions): Update the names of the
12763 functions being autoloaded.
12764
12765 * calc/calc.el (calc-lu-power-reference): Rename from
12766 `calc-logunits-power-reference'.
12767 (calc-lu-field-reference): Rename from
12768 `calc-logunits-field-reference'.
12769
7a71b18d
GM
12770 * calc/calc-help.el (calc-l-prefix-help):
12771 Mention musical note functions.
d71990a1 12772
40c2934b
SM
127732011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
12774
12775 * minibuffer.el (completion-all-sorted-completions):
12776 Use :completion-cycle-penalty text property if present.
12777
b0911414
KM
127782011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
12779
12780 * allout.el (allout-yank-processing): Adjust for new rebulleting
12781 regime so bullet being yanked is used without prompting the user
12782 for a choice.
12783
8a05b668
JB
127842011-03-16 Juanma Barranquero <lekktu@gmail.com>
12785
12786 * startup.el (command-line): Warn the user that _emacs is deprecated.
12787
5ba5fb81
JB
127882011-03-16 Juanma Barranquero <lekktu@gmail.com>
12789
12790 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
12791 (delphi-verbose, delphi-comment-face, delphi-string-face)
12792 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
12793 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
12794 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
12795 (delphi-new-comment-line, delphi-font-lock-defaults)
12796 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
12797 Fix typos in docstrings.
12798
2dab465b
KM
127992011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
12800
5ba5fb81 12801 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
12802 Invert the roles of character and string values for INSTEAD, so a
12803 string is used for the more common case of a defaulting prompt.
12804
0adf5618
SM
128052011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
12806
12807 * progmodes/ruby-mode.el (ruby-backward-sexp):
12808 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
12809 * play/gamegrid.el (gamegrid-make-face):
12810 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
12811 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
12812 * notifications.el (notifications-notify):
12813 * net/xesam.el (xesam-search-engines):
12814 * net/quickurl.el (quickurl-list-insert):
12815 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
12816
d72700e5
CY
128172011-03-15 Chong Yidong <cyd@stupidchicken.com>
12818
12819 * startup.el (command-line): Update package subdirectory regexp.
12820
49c5410a
SM
128212011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
12822
c6eee9aa
SM
12823 * allout.el (allout-abbreviate-flattened-numbering)
12824 (allout-mode-deactivate-hook): Fix up obsolescence "date".
12825
49c5410a
SM
12826 * subr.el (read-char-choice): Only show the cursor after the prompt,
12827 not after the answer.
12828
047b2bb9
KR
128292011-03-15 Kevin Ryde <user42@zip.com.au>
12830
12831 * help-fns.el (variable-at-point): Skip leading quotes, if any
12832 (bug#8253).
12833
0a57d256
SM
128342011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
12835
12836 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
12837 warning message.
12838
77c992bc
MA
128392011-03-14 Michael Albinus <michael.albinus@gmx.de>
12840
12841 * shell.el (shell): When called interactively, offer to change the
12842 shell file name on remote hosts.
12843
eebc475d
TZ
128442011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
12845
12846 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
12847 integration for LDAP parameters. The host, base, user or binddn,
12848 and secret tokens can be specified in a netrc file, for instance.
12849 This is optional because an `auth-source' parameter must be
12850 specified in the search attributes.
12851
9d05d1ba
JB
128522011-03-13 Juanma Barranquero <lekktu@gmail.com>
12853
12854 * help.el (describe-mode): Link to the mode's definition (bug#8185).
12855
09d9db2c
GM
128562011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
12857
12858 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
12859 into declaration. Remove redundant and harmful binding.
12860
128612011-03-12 Eli Zaretskii <eliz@gnu.org>
12862
12863 * files.el (file-ownership-preserved-p): Pass `integer' as an
12864 explicit 2nd argument to `file-attributes'. If the file's owner
12865 is the Administrators group on Windows, and the current user is
12866 Administrator, consider that a match.
12867
12868 * server.el (server-ensure-safe-dir): Consider server directory
12869 safe on MS-Windows if its owner is the Administrators group while
12870 the current Emacs user is Administrator. Use `=' to compare
12871 numerical UIDs, since they could be integers or floats.
12872
219bd536
JB
128732011-03-12 Juanma Barranquero <lekktu@gmail.com>
12874
12875 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
12876
f3afd36b
MA
128772011-03-12 Michael Albinus <michael.albinus@gmx.de>
12878
12879 Sync with Tramp 2.2.1.
12880
12881 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
12882
12883 * net/trampver.el: Update release number.
12884
3aaaa6f1
SM
128852011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
12886
94642599
SM
12887 * progmodes/compile.el (compilation--previous-directory): Fix up
12888 various nil/dead-marker mismatches (bug#8014).
12889 (compilation-directory-properties, compilation-error-properties):
12890 Don't call it at a position past the one we're about to change.
12891
3aaaa6f1
SM
12892 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
12893 Disable obsolescence warnings in the file that declares it.
12894
14239447
KM
128952011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
12896
099c39a4
JB
12897 * allout-widgets.el (allout-widgets-tally):
12898 Initialize allout-widgets-tally as a hash table rather than nil to
12899 prevent mode-line redisplay warnings. Also, clarify the module
12900 description and fix a comment typo.
14239447 12901
135e287c
JB
129022011-03-11 Juanma Barranquero <lekktu@gmail.com>
12903
12904 * help-fns.el (describe-variable): Don't complete keywords.
12905 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
12906
ffbf300e
CY
129072011-03-10 Chong Yidong <cyd@stupidchicken.com>
12908
ba08b241
CY
12909 * emacs-lisp/package.el (package-version-join): Impose a standard
12910 string representation for pre/alpha/beta version lists.
12911 (package-unpack-single): Standardize the directory name by passing
12912 it through package-version-join.
12913 (package-strip-rcs-id): Accept any version string that does not
12914 signal an error in version-to-list.
ffbf300e 12915
f346fd6b
MA
129162011-03-10 Michael Albinus <michael.albinus@gmx.de>
12917
12918 * simple.el (delete-trailing-whitespace): Return nil for the
12919 benefit of `write-file-functions'.
12920
ccb55d27
GM
129212011-03-10 Glenn Morris <rgm@gnu.org>
12922
5ceaac0c
GM
12923 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
12924
02da65ff
GM
12925 * vc/vc-git.el (vc-git-program): New option.
12926 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
12927 (vc-git--call): Use it.
12928
b2f603cc
GM
12929 * eshell/esh-util.el (eshell-condition-case): Doc fix.
12930
5772caab
GM
12931 * cus-edit.el (Custom-newline): If no button at point, look
12932 for a subgroup button at start-of-line. (Bug#2298)
12933
ccb55d27
GM
12934 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
12935
ec6ecaed
JD
129362011-03-10 Julien Danjou <julien@danjou.info>
12937
12938 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
12939 `cursor-type' is nil.
12940
9d5aa01d
JB
129412011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
12942
12943 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
12944
b6a5875b
KM
129452011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
12946
7a71b18d 12947 * allout.el: Change so yank of distinctive-bullet items
b6a5875b
KM
12948 preserves the existing header prefix, rebulleting it if necessary,
12949 rather than replacing it. This is necessary for proper operation
12950 of cooperative addons like allout-widgets.
1154d12e
JB
12951 (allout-make-topic-prefix, allout-rebullet-heading):
12952 Change SOLICIT arg to INSTEAD, and interpret additionally a string
12953 value as alternate bullet to be used, instead of prompting the user
12954 for a bullet character.
b6a5875b 12955
ee545c35
MA
129562011-03-09 Michael Albinus <michael.albinus@gmx.de>
12957
d86d2721
SM
12958 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
12959 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
12960 `tramp-default-port'.
12961
c47971d7
DD
129622011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
12963
12964 * net/rcirc.el (rcirc-handler-001): Remove useless
12965 with-rcirc-process-buffer.
12966 (rcirc-check-auth-status): Swap arguments to string-match.
12967
13522cb4
GM
129682011-03-09 Glenn Morris <rgm@gnu.org>
12969
0be6f4f1
GM
12970 * shell.el (shell-mode):
12971 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
12972
13522cb4
GM
12973 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
12974 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
12975
515de2e3
CY
129762011-03-08 Chong Yidong <cyd@stupidchicken.com>
12977
12978 * emacs-lisp/package.el (package-refresh-contents)
12979 (package-menu-execute): Use condition-case-no-debug.
12980
b511b994
MA
129812011-03-08 Michael Albinus <michael.albinus@gmx.de>
12982
12983 * simple.el (shell-command-to-string): Use `process-file'.
12984
12985 * emacs-lisp/package.el (package-tar-file-info): Handle also
12986 remote files.
12987
d86d2721
SM
12988 * emacs-lisp/package-x.el (package-upload-buffer-internal):
12989 Use `equal' for upload base check.
b511b994 12990
25bbfb31
AM
129912011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
12992
12993 * textmodes/texinfo.el (texinfo-environments):
12994 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
12995
be996521
GM
129962011-03-08 Glenn Morris <rgm@gnu.org>
12997
e9c8529f
GM
12998 * cus-start.el (cursor-in-non-selected-windows):
12999 Fix :set quoting oddness. (Bug#8192)
13000
be996521
GM
13001 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
13002 in some setf expressions. (Bug#2159)
13003
2bb5649e
CY
130042011-03-08 Chong Yidong <cyd@stupidchicken.com>
13005
13006 * custom.el (custom-available-themes): Return themes in
13007 alphabetical order.
13008
33383987 13009See ChangeLog.15 for earlier changes.
e3d51b27
MR
13010
13011;; Local Variables:
13012;; coding: utf-8
e3d51b27
MR
13013;; End:
13014
acaf905b 13015 Copyright (C) 2011-2012 Free Software Foundation, Inc.
e3d51b27
MR
13016
13017 This file is part of GNU Emacs.
13018
13019 GNU Emacs is free software: you can redistribute it and/or modify
13020 it under the terms of the GNU General Public License as published by
13021 the Free Software Foundation, either version 3 of the License, or
13022 (at your option) any later version.
13023
13024 GNU Emacs is distributed in the hope that it will be useful,
13025 but WITHOUT ANY WARRANTY; without even the implied warranty of
13026 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13027 GNU General Public License for more details.
13028
13029 You should have received a copy of the GNU General Public License
13030 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.