Merge verilog-mode.el from upstream.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
47086495
WS
12012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
2
3 * progmodes/verilog-mode.el (font-lock-keywords):
4 Fix mis-highligting auto. Reported by Craig Barner.
5 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
6 defines from global name space. Reported by Dan Dever.
7 (verilog-auto-reset, verilog-auto-reset-widths)
8 (verilog-auto-tieoff): Support using unbased numbers for
9 AUTORESET and AUTOTIEOFF.
10 (verilog-submit-bug-report): Update variable list.
11 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
12 parenthesis from not matching. Reported by Michael Rytting.
13 (verilog-auto-template-lint): Fix hash error when linting modules
14 with no used templates.
15 (verilog-warn, verilog-warn-error)
16 (verilog-warn-fatal): When non-interactive report multiple
17 warnings before exiting. Suggested by Brad Dobbie.
18 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
19 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
20 to report unused template errors. Reported by Brad Dobbie.
21 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
22 nets, bug438. Reported by Vns Blore.
23 (verilog-auto-inout-module, verilog-auto-reg)
24 (verilog-read-decls, verilog-read-sub-decls-sig)
25 (verilog-signals-edit-wire-reg, verilog-signals-with):
26 Fix passing of Verilog data types in ANSI input/output ports
27 such as "output logic" into the AUTOs. Special case "wire" and
28 "reg" for backwards compatibility presuming Verilog 2001.
29 (verilog-auto-ascii-enum): Add "auto enum" as alias.
30 (verilog-preprocess): Fix replication of preprocess output.
31 Reported by Brad Dobbie.
32 (verilog-auto-inst-interfaced-ports):
33 Create verilog-auto-inst-interfaced-ports, bug429.
34 Reported by Julian Gorfajn.
35 (verilog-after-save-font-hook)
36 (verilog-before-save-font-hook): New variable.
37 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
38 (verilog-save-font-mods): Wrap disabling fontification, reported
39 by David Rogoff.
40 (verilog-do-indent, verilog-pretty-declarations-auto)
41 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
42 Reported by Pierre-David Pfister.
43 (verilog-set-auto-endcomments): Fix endtask auto comments outside
44 of class declarations, bug292. Reported by Kevin Heilman.
45 (verilog-read-decls): Fix 'parameter type' not appearing in
46 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
47 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
48 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
49 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
50 Reported by David Kravitz.
51
522012-05-03 Michael McNamara <mac@mail.brushroad.com>
53
54 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
55 assignment with tests in ifs and for loops.
56 (verilog-extended-complete-re, verilog-complete-reg): Change so
57 that DPI inport functions don't look like fuction declarations.
58 (verilog-pretty-expr): Don't line up assignment
59 operations to the test and increment in if and for loops
60 (verilog-extended-complete-re, verilog-complete-reg): Change so
61 that DPI inport functions don't look like fuction declarations
62
2e51d4b5
KH
632012-05-03 Kenichi Handa <handa@m17n.org>
64
65 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
66 decoding, and show a warning message without signalling an error
67 (Bug#11282).
68
2bd785a2
SM
692012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
70
71 * emacs-lisp/bytecomp.el
72 (byte-compile-file-form-custom-declare-variable): Compile all elements,
73 since cconv.el might have introduced :fun-body, internal-make-closure,
74 and friends for bytecomp to handle (bug#11391).
75 * custom.el (defcustom): Avoid ((λ ..) ..).
76
99d27583
SM
772012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
78
79 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
80
55a71479
JB
812012-05-02 Juanma Barranquero <lekktu@gmail.com>
82
83 * notifications.el (dbus-debug):
84 * term/linux.el (gpm-mouse-enable):
85 * term/screen.el (xterm-register-default-colors): Declare.
86
7b97c764
CY
872012-05-02 Chong Yidong <cyd@gnu.org>
88
2bc356d7
CY
89 * cus-start.el (gc-cons-percentage, exec-suffixes)
90 (dos-display-scancodes, dos-hyper-key, dos-super-key)
91 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
92 (make-cursor-line-fully-visible, void-text-area-pointer)
93 (font-list-limit): Add customization data.
94
7b97c764
CY
95 * allout.el (allout-exposure-change-functions)
96 (allout-structure-added-functions)
97 (allout-structure-deleted-functions)
98 (allout-structure-shifted-functions): Rename abnormal hooks from
99 *-hook, and convert to defcustoms.
5d3385a0
JB
100 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
101 Convert to defcustoms.
7b97c764
CY
102 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
103
104 * allout-widgets.el: Hook callers changed.
105
90207a15 1062012-05-02 Eli Zaretskii <eliz@gnu.org>
91af76bf
EZ
107
108 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
109 the yanked message in preference to the default value of
110 buffer-file-coding-system.
111
90207a15 1122012-05-02 Martin Rudalics <rudalics@gmx.at>
d9558cad 113
5d3385a0
JB
114 * window.el (display-buffer--action-function-custom-type):
115 Fix entry.
d9558cad 116
90207a15 1172012-05-02 Alan Mackenzie <acm@muc.de>
09affde0
AM
118
119 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
120
d80ac57b
GM
1212012-05-01 Glenn Morris <rgm@gnu.org>
122
976f7668
GM
123 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
124
beb83b5a
GM
125 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
126
d80ac57b
GM
127 * cus-edit.el (custom-variable-documentation): Simplify with format.
128
b593d6a9
AH
1292012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
130 Stefan Monnier <monnier@iro.umontreal.ca>
131
132 * simple.el (suggest-key-bindings, execute-extended-command):
133 Move from keyboard.c.
134
782fbf2a
CY
1352012-05-01 Chong Yidong <cyd@gnu.org>
136
137 * follow.el: Eliminate advice.
138 (set-process-filter, process-filter, sit-for): Advice deleted.
139 (follow-mode-off-hook): Obsolete hook removed.
b593d6a9
AH
140 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
141 Vars deleted.
782fbf2a
CY
142 (follow-auto): Use a :set function.
143 (follow-mode): Rewritten. Don't advise process filters.
144 (follow-switch-to-current-buffer-all, follow-scroll-up)
145 (follow-scroll-down): Assume follow-mode is bound.
146 (follow-comint-scroll-to-bottom)
147 (follow-align-compilation-windows): New functions.
148 (follow--window-sorter): New function.
149 (follow-all-followers): Use it to explicitly sort windows by their
150 positions; don't make assumptions about next-window order.
151 (follow-windows-start-end, follow-delete-other-windows-and-split)
152 (follow-calc-win-start): Doc fix.
153 (follow-windows-aligned-p, follow-select-if-visible): Don't call
154 vertical-motion unnecessarily.
155 (follow-adjust-window): New function.
156 (follow-post-command-hook): Use it.
157 (follow-call-set-process-filter, follow-call-process-filter)
158 (follow-intercept-process-output, follow-tidy-process-filter-alist)
159 (follow-stop-intercept-process-output, follow-generic-filter):
160 Functions deleted.
161 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
b593d6a9
AH
162 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
163 New functions, replacing advice on scroll-bar-* commands.
87233a14 164 (follow-mwheel-scroll): New function (Bug#4112).
782fbf2a
CY
165
166 * comint.el (comint-adjust-point): New function.
b593d6a9
AH
167 (comint-postoutput-scroll-to-bottom): Use it.
168 Call follow-comint-scroll-to-bottom for Follow mode buffers.
782fbf2a 169
290af740
GM
1702012-05-01 Glenn Morris <rgm@gnu.org>
171
172 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
173 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
174 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
175 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
176 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
177 Remove no-byte-compile setting.
178
6eac8dc9
SM
1792012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
180
181 * minibuffer.el (completion-table-with-quoting): Fix compatibility
182 all-completions code to not return a number in the last cdr.
183
9cc7819c
LL
1842012-04-30 Leo Liu <sdl.web@gmail.com>
185
186 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
187 read-only error.
188
c93b886f
CY
1892012-04-29 Chong Yidong <cyd@gnu.org>
190
191 * follow.el (follow-calc-win-end): Rewrite to handle partial
192 screen lines correctly (Bug#8390).
193 (follow-avoid-tail-recenter): Minor cleanup.
194
8b6c19f4
SM
1952012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
196
197 Avoid the obsolete `assoc' package.
198 * speedbar.el (speedbar-refresh): Avoid adelete.
199 (speedbar-file-lists): Simplify and avoid aput.
200 * man.el (Man--sections, Man--refpages): New vars, replacing
201 Man-sections-alist and Man-refpages-alist.
202 (Man-build-section-alist, Man-build-references-alist):
203 Use them; avoid aput.
204 (Man--last-section, Man--last-refpage): New vars.
205 (Man-follow-manual-reference): Use them.
206 Use the `default' arg of completing-read.
207 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
208
c5bb7569
CY
2092012-04-27 Chong Yidong <cyd@gnu.org>
210
d1d2e2e8
CY
211 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
212
15cd8efd
CY
213 * startup.el (x-apply-session-resources): New function.
214
215 * term/ns-win.el (ns-initialize-window-system):
216 * term/w32-win.el (w32-initialize-window-system):
217 * term/x-win.el (x-initialize-window-system): Use it to properly
218 set menu-bar-mode and other vars from X resources, even if the
219 initial frame is not a window-system frame (Bug#2299).
220
c5bb7569
CY
221 * subr.el (read-key): Avoid running filter function when setting
222 up temporary tool bar entries (Bug#9922).
223
a8e7d6d7 2242012-04-27 Andreas Schwab <schwab@linux-m68k.org>
c4347ab9
AS
225
226 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
227 (Bug#11344)
228
a8e7d6d7 2292012-04-27 Chong Yidong <cyd@gnu.org>
acb71f1d
CY
230
231 * select.el (xselect--encode-string): New function, split from
232 xselect-convert-to-string.
233 (xselect-convert-to-string): Use it.
234 (xselect-convert-to-filename, xselect-convert-to-os)
235 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
236 returned strings are properly encoded (Bug#11315).
237
a8e7d6d7 2382012-04-27 Chong Yidong <cyd@gnu.org>
d55486c7
CY
239
240 * simple.el (delete-active-region): Move to killing custom group.
241
a8e7d6d7 2422012-04-27 Andreas Schwab <schwab@linux-m68k.org>
581b6788
AS
243
244 * progmodes/which-func.el (which-func-current): Quote %
245 characters for mode-line processing.
246
578c1d4b 2472012-04-27 Chong Yidong <cyd@gnu.org>
18edb22d
CY
248
249 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
250 reaching eob (Bug#11286).
251
a8e7d6d7 2522012-04-27 Eli Zaretskii <eliz@gnu.org>
9ee9f470
EZ
253
254 * progmodes/gdb-mi.el (gdb-control-level): New variable.
255 (gdb): Make it buffer-local and init to zero.
256 (gdb-control-commands-regexp): New variable.
257 (gdb-send): Don't wrap in "-interpreter-exec console" if
258 gdb-control-level is positive. Increment gdb-control-level
259 whenever the command matches gdb-control-commands-regexp, and
260 decrement it each time the command is "end". (Bug#11279)
261
a8e7d6d7 2622012-04-27 Martin Rudalics <rudalics@gmx.at>
41cfe0cb
MR
263
264 * window.el (adjust-window-trailing-edge, enlarge-window)
265 (shrink-window, window-resize):
266 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
267 windows (Bug#11276).
268
b3608390
CY
2692012-04-27 Chong Yidong <cyd@gnu.org>
270
271 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
a8e7d6d7 272 fix "missing prefix" warning. All callers changed.
b3608390 273
797e6e88
SM
2742012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
275
276 * emacs-lisp/assoc.el: Move to obsolete/.
277
e95a67dc
SM
2782012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
279
657c21e4 280 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
e95a67dc
SM
281
282 * term/ns-win.el (ns-define-service):
283 * progmodes/pascal.el (pascal-goto-defun):
284 * progmodes/js.el (js--read-tab):
285 * progmodes/etags.el (tags-lazy-completion-table):
286 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
287 * emacs-lisp/ewoc.el (ewoc--wrap):
288 * emacs-lisp/assoc.el (aput, adelete, amake):
289 * doc-view.el (doc-view-convert-current-doc):
290 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
291
cb3e7ae0
CY
2922012-04-26 Chong Yidong <cyd@gnu.org>
293
dce04f7f
CY
294 * image.el (image-type-from-buffer): Only return supported image
295 type (Bug#9045).
296
cb3e7ae0
CY
297 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
298 value, for symmetry with diff-end-of-hunk.
299 (diff-split-hunk, diff-find-source-location)
300 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
301 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
302 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
303 compute the relevant hunk or file properly (Bug#6005).
304 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
305
0d42eb3e
SM
3062012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
307
308 * vc/vc-mtn.el:
309 * vc/vc-hg.el:
310 * vc/vc-git.el:
311 * vc/vc-dir.el:
312 * vc/vc-cvs.el:
313 * vc/vc-bzr.el:
314 * vc/vc-arch.el:
315 * vc/vc.el: Replace lexical-let by lexical-binding.
316 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
317 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
318 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
319
f08ae1c9
CY
3202012-04-26 Chong Yidong <cyd@gnu.org>
321
8b71081d
CY
322 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
323 (diff-mode-shared-map): Bind it to / and [remap undo].
324
f08ae1c9
CY
325 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
326 (ediff-window-setup-function): Use it as the default, to set up
327 windows based on whether the current frame is graphical (Bug#2138).
328 (ediff-choose-window-setup-function-automatically): Make obsolete.
329
330 * vc/ediff-init.el: Always define ediff-pixel-width/height.
331
ef24141c
SM
3322012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
333
cc356a5d
SM
334 * ffap.el: Remove old code for obsolete package.
335 (ffap-complete-as-file-p): Remove.
336
b4ff4f1f
SM
337 Use completion-table-with-quoting for comint and pcomplete.
338 * comint.el (comint--unquote&requote-argument)
339 (comint--unquote-argument, comint--requote-argument): New functions.
340 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
341 (comint-quote-filename): Use regexp-opt-charset.
342 (comint--common-suffix, comint--common-quoted-suffix)
343 (comint--table-subvert): Remove.
344 (comint-unquote-function, comint-requote-function): New vars.
345 (comint--complete-file-name-data): Use them with
346 completion-table-with-quoting.
347 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
348 * pcomplete.el (pcomplete-arg-quote-list)
349 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
350 (pcomplete-unquote-argument-function): Default to non-nil.
351 (pcomplete-unquote-argument): Simplify.
352 (pcomplete--common-quoted-suffix): Remove.
353 (pcomplete-requote-argument-function): New var.
354 (pcomplete--common-suffix): New function.
355 (pcomplete-completions-at-point): Use completion-table-with-quoting
356 and completion-table-subvert.
357
79c4eeb4
SM
358 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
359 (minibuffer--double-dollars): Preserve properties.
360 (completion--sifn-requote): New function.
361 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
362
ef24141c
SM
363 * minibuffer.el: Add support for completion of quoted/escaped data.
364 (completion-table-with-quoting, completion-table-subvert): New funs.
365 (completion--twq-try, completion--twq-all): New functions.
366 (completion--nth-completion): New function.
367 (completion-try-completion, completion-all-completions): Use it.
368
784e7d6e
LL
3692012-04-25 Leo Liu <sdl.web@gmail.com>
370
dd2ac746
SM
371 * progmodes/python.el (python-pdbtrack-get-source-buffer):
372 Use compilation-message if available to find real filename.
784e7d6e 373
07875ee7
CY
3742012-04-25 Chong Yidong <cyd@gnu.org>
375
376 * vc/diff-mode.el (diff-setup-whitespace): New function.
377 (diff-mode): Use it.
378
379 * vc/diff.el (diff-sentinel):
380 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
381 Whitespace mode variables based on diff style (Bug#8612).
382
5055880d
LL
3832012-04-25 Leo Liu <sdl.web@gmail.com>
384
daf75653
LL
385 * progmodes/python.el (python-send-region): Add suffix .py to the
386 temp file.
387
5055880d
LL
388 * files.el (auto-mode-alist): Use javascript-mode instead.
389
db9b177b
AH
3902012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
391
ef24141c 392 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
db9b177b
AH
393
394 * soap-client.el (soap-resolve-references-for-sequence-type)
ef24141c 395 (soap-resolve-references-for-array-type): Hack to prevent self
db9b177b 396 references, see Bug#9.
ef24141c 397 (soap-parse-envelope): Report the contents of the 'detail' node
db9b177b 398 when receiving a fault reply.
ef24141c 399 (soap-parse-envelope): Report the contents of the entire 'detail' node.
db9b177b
AH
400
401 * soap-inspect.el (soap-sample-value-for-simple-type)
ef24141c 402 (soap-inspect-simple-type): New function.
db9b177b 403
ef24141c 404 * soap-client.el (soap-simple-type): New struct.
db9b177b 405 (soap-default-xsd-types, soap-default-soapenc-types)
ef24141c
SM
406 (soap-decode-basic-type, soap-encode-basic-type):
407 support unsignedInt and double basic types.
db9b177b 408 (soap-resolve-references-for-simple-type)
ef24141c
SM
409 (soap-parse-simple-type, soap-encode-simple-type): New function.
410 (soap-parse-schema): Parse xsd:simpleType declarations.
db9b177b
AH
411
412 * soap-client.el (soap-default-xsd-types)
ef24141c
SM
413 (soap-default-soapenc-types): Add integer, byte and anyURI types.
414 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
415 the local name of "soapenc:Array".
416 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
db9b177b
AH
417 decoding integer, byte and anyURI xsd types.
418
1fc6097b
CY
4192012-04-25 Chong Yidong <cyd@gnu.org>
420
421 * cus-edit.el (custom-buffer-create-internal): Update header text.
422
afc6df87
EZ
4232012-04-25 Eli Zaretskii <eliz@gnu.org>
424
425 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
426 settings on 'system-type', not on 'window-system'. On MS-Windows,
427 set interactive-mode on in GDB.
428
dfbd787f
SM
4292012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
430
431 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
432 (ruby-syntax-propertize-regexp): Remove.
433 (ruby-syntax-propertize-function): Split regexp into chunks.
434 Match following code directly.
435
85222d44
DG
4362012-04-24 Dmitry Gutov <dgutov@yandex.ru>
437
51a8ea2a
DG
438 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
439 (ruby-syntax-propertize-regexp): New function.
440 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
441 by a special keyword.
442
85222d44
DG
443 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
444 (ruby-syntax-general-delimiters-goto-beg)
445 (ruby-syntax-propertize-general-delimiters): New functions.
446 (ruby-syntax-propertize-function): Use them to handle GDL.
447 (ruby-font-lock-keywords): Move old handling of GDL...
448 (ruby-font-lock-syntactic-keywords): .. to here.
449 (ruby-calculate-indent): Adjust indentation for GDL.
450
b613912b
MA
4512012-04-24 Michael Albinus <michael.albinus@gmx.de>
452
b5380639
MA
453 * notifications.el (top): Remove unneeded declarations.
454 (notifications-specification-version): Change to "1.2".
e43042fe 455 (notifications-interface, notifications-notify-method)
b613912b
MA
456 (notifications-close-notification-method): Fix docstring.
457 (notifications-get-capabilities-method): New defconst.
e43042fe
MA
458 (notifications-notify): Add :action-items, :resident and
459 :transient hints. Change "image_data" to "image-data" and
460 "image_path" to "image-path".
b613912b
MA
461 (notifications-get-capabilities): New defun.
462
257440aa
LL
4632012-04-24 Leo Liu <sdl.web@gmail.com>
464
465 * progmodes/python.el: Move hideshow setup to the end.
466
b1bac16e
MR
4672012-04-24 Martin Rudalics <rudalics@gmx.at>
468
469 * window.el (handle-select-window): Clear echo area since this is
470 no more done by read_char (Bug#11304).
471
d81bd059
SM
4722012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
473
474 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
475 and `/ M' to filter-derived-mode.
476 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
477 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
478 (ibuffer-mark-by-mode): Use default rather than initial-input.
479 (ibuffer-filter-by-derived-mode): Autoload and require-match.
480
c4cf6d91
IA
4812012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
482
483 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
484 (ibuffer-filter-by-derived-mode): New filter.
485 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
486
7511ded8
CY
4872012-04-23 Andreas Politz <politza@fh-trier.de>
488
489 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
490
775c916b
CY
4912012-04-23 Chong Yidong <cyd@gnu.org>
492
493 * cus-edit.el (customize-apropos, customize-apropos-options):
494 Disable matching of non-option variables (Bug#11176).
495 (customize-option, customize-option-other-window)
496 (customize-changed-options): Doc fix.
497 (customize-apropos-options, customize-apropos-faces)
498 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
499
500 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
922d37d3 501 Fix word list splitting (Bug#11132).
46c71e23
CY
502 (apropos-symbol, apropos-keybinding, apropos-label)
503 (apropos-property, apropos-function-button)
504 (apropos-variable-button, apropos-misc-button): New faces.
505 (apropos-symbol-face, apropos-keybinding-face)
506 (apropos-label-face, apropos-property-face, apropos-match-face):
507 Variables removed (Bug#8396).
508 (apropos-library-button, apropos-format-plist, apropos-print)
509 (apropos-print-doc, apropos-describe-plist): Callers changed.
775c916b 510
2df41f9c
MA
5112012-04-23 Michael Albinus <michael.albinus@gmx.de>
512
513 * net/xesam.el (xesam-mode-map): Use let-bound map in
514 initialization. (Bug#11292)
515
da00640a
AM
5162012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
517
518 Preserve ispell session localwords when switching back to
519 original buffer.
520
521 * ispell.el (ispell-buffer-session-localwords): New buffer-local
522 variable to hold buffer session localwords.
523 (ispell-kill-ispell): add option 'clear to delete session
524 localwords.
525 (ispell-command-loop, ispell-change-dictionary)
526 (ispell-buffer-local-words): Preserve session localwords when
527 needed.
528
529 * flyspell.el (flyspell-process-localwords, flyspell-do-correct):
530 Preserve session localwords when needed.
531
f621ccf5
AM
5322012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
533
534 * ispell.el (ispell-insert-word) Remove unneeded function using
535 obsolete `translation-table-for-input'.
ef24141c
SM
536 (ispell-word, ispell-process-line, ispell-complete-word):
537 Use plain `insert' instead of removed `ispell-insert-word'.
f621ccf5 538
c2d1019e
CY
5392012-04-22 Chong Yidong <cyd@gnu.org>
540
541 * cus-edit.el (custom-variable-menu)
542 (custom-variable-reset-saved, custom-face-menu)
543 (custom-face-reset-saved): If there is no saved value, make the
544 "reset-saved" operation bring back the default (Bug#9509).
545 (custom-face-state): Properly detect themed faces.
546
eeddc531
CY
547 * faces.el (face-spec-set): Stop supporting deprecated form of
548 third arg.
549
dcbf5805
MA
5502012-04-22 Michael Albinus <michael.albinus@gmx.de>
551
552 Move functions from C to Lisp. Make non-blocking method calls
553 the default. Implement further D-Bus standard interfaces.
554
ef24141c
SM
555 * net/dbus.el (dbus-message-internal): Declare function.
556 Remove unneeded function declarations.
dcbf5805
MA
557 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
558 (dbus-message-type-method-return, dbus-message-type-error)
559 (dbus-message-type-signal): Declare variables. Remove local
560 definitions.
561 (dbus-interface-dbus, dbus-interface-peer)
562 (dbus-interface-introspectable, dbus-interface-properties)
563 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
564 Adapt docstring.
565 (dbus-interface-objectmanager): New defconst.
566 (dbus-call-method, dbus-call-method-asynchronously)
567 (dbus-send-signal, dbus-method-return-internal)
568 (dbus-method-error-internal, dbus-register-service)
569 (dbus-register-signal, dbus-register-method): New defuns, moved
570 from dbusbind.c
571 (dbus-call-method-handler, dbus-setenv)
ef24141c
SM
572 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
573 New defuns.
dcbf5805
MA
574 (dbus-call-method-non-blocking): Make it an obsolete function.
575 (dbus-unregister-object, dbus-unregister-service)
576 (dbus-handle-event, dbus-register-property)
577 (dbus-property-handler): Obey the new structure of
578 `bus-registered-objects'.
579 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
580 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
581 Use `dbus-call-method'.
582
cf20dee0
CY
5832012-04-22 Chong Yidong <cyd@gnu.org>
584
585 * cus-edit.el (custom-commands, custom-reset-menu)
586 (Custom-reset-standard): Tweak labels.
587 (custom-reset-button-menu): Change default to t.
588 (custom-buffer-create-internal): For the custom-reset-button-menu
589 case, put the revert button first.
590 (custom-group-subtitle): New face.
591 (custom-group-value-create): Align docstring to a specific column.
592
593 * wid-edit.el (widget-documentation-link-add): Don't handle
594 indentation in this function.
595 (widget-documentation-string-indent-to): New function.
596 (widget-documentation-string-value-create): Use it.
597
598 * autorevert.el (auto-revert):
599 * epg-config.el (epg):
600 * ibuffer.el (ibuffer):
601 * mpc.el (mpc):
602 * ses.el (ses):
603 * eshell/eshell.el (eshell):
604 * net/ange-ftp.el (ange-ftp):
605 * progmodes/ebnf2ps.el (postscript):
606 * progmodes/flymake.el (flymake):
607 * progmodes/prolog.el (prolog):
608 * progmodes/verilog-mode.el (verilog-mode):
609 * progmodes/which-func.el (which-func):
610 * term/xterm.el (xterm):
611 * textmodes/picture.el (picture):
612 * textmodes/tildify.el (tildify):
613 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
614 customization buffers.
615
583e23bd
AM
6162012-04-22 Alan Mackenzie <acm@muc.de>
617
618 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
619 Adding a ) can hide the resulting (..) from searches. Fix it.
620 Bound the backward search to the position of the existing (.
621
7dd51bf1
JB
6222012-04-21 Juanma Barranquero <lekktu@gmail.com>
623
624 * progmodes/verilog-mode.el (verilog-mode): Check whether
625 which-func-modes is t before adding verilog-mode.
626 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
627
d64a438f
LL
6282012-04-21 Leo Liu <sdl.web@gmail.com>
629
7dd51bf1 630 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
d64a438f 631
081e8d65
MV
6322012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
633
634 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
635 filling of the last column of a table (Bug#5635).
636 (woman-find-next-control-line): New arg, specifying an additional
637 regexp component for the control line.
638 (woman2-roff-buffer): Use it.
639 (woman-break-table): New function.
640 (woman2-TS): Use it.
641
6422012-04-21 Chong Yidong <cyd@gnu.org>
643
644 * woman.el (woman-set-buffer-display-table, woman-decode-region)
645 (woman-horizontal-escapes, woman-negative-vertical-space)
646 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
647 (WoMan-warn-ignored): Use ?\s instead of ?\ .
648
ed571ccb
SM
6492012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
650
651 * minibuffer.el (completion-file-name-table): Complete user names.
652
39773899
LL
6532012-04-20 Leo Liu <sdl.web@gmail.com>
654
655 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
656 and pcase-let*.
657
de6ff46d
CY
6582012-04-20 Chong Yidong <cyd@gnu.org>
659
660 * server.el (server-execute): Respect initial-buffer-choice if it
661 is a string and there are no files to open (Bug#2825).
662 (server-create-window-system-frame, server-create-tty-frame):
663 Don't switch buffers here.
2d0e8e61
CY
664 (server-process-filter): Only try to open a window system frame if
665 compiled with graphical support (Bug#8314).
de6ff46d 666
54071013
DN
6672012-04-20 Dan Nicolaescu <dann@gnu.org>
668
669 * battery.el (battery-echo-area-format): Display remaining time
670 for sysfs backend too (Bug#11269).
671 (battery-linux-sysfs): Fix conditional for the charge.
672
f30d612a
CY
6732012-04-20 Chong Yidong <cyd@gnu.org>
674
c07a4c0b 675 * progmodes/gdb-mi.el (gdb): Revert previous change.
f30d612a
CY
676 (gdb-inferior-io--init-proc): New function.
677 (gdb-init-1): Use it.
678 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
679 responsible for allocating a new pty and hooking it to gdb when
680 the old pty gets an EIO due to process exit.
681 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
682 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
683 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
684
2116e93c
EZ
6852012-04-20 Eli Zaretskii <eliz@gnu.org>
686
687 * window.el (window-min-size, window-sizable, window-min-delta)
688 (window-max-delta, window--resizable, window-resizable)
689 (window-total-size, window-full-height-p, window-full-width-p)
690 (window-in-direction, window--resize-mini-window, window-resize)
691 (window--resize-child-windows-normal)
692 (window--resize-child-windows, window--resize-siblings)
693 (window--resize-this-window, adjust-window-trailing-edge)
cd0f830c 694 (enlarge-window, shrink-window): Doc fixes.
2116e93c 695
c07a4c0b 6962012-04-20 Chong Yidong <cyd@gnu.org>
b668fa6e 697
ef24141c
SM
698 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
699 New function to call delete-process on the gdb-inferior buffer's pty.
b668fa6e
CY
700 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
701 pty process (Bug#11273).
702 (gdb-update): New arg to suppress talking to the gdb process.
703 (gdb-done-or-error): Use it.
704 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
705 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
706 sentinel not being called.
707
708 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
709
d02766ab
CY
710 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
711
c07a4c0b 7122012-04-20 Glenn Morris <rgm@gnu.org>
016a35df
GM
713
714 * net/network-stream.el (open-network-stream): Doc fix.
715
c07a4c0b 7162012-04-20 Chong Yidong <cyd@gnu.org>
2c070447
CY
717
718 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
719
c07a4c0b 7202012-04-20 Alan Mackenzie <acm@muc.de>
f0f6bc35
AM
721
722 Ensure searching for keywords is case sensitive.
723
724 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
725 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
726 (c-defun-name, c-mark-function, c-cpp-define-name)
727 (c-comment-indent, c-scan-conditionals, c-indent-defun)
c07a4c0b 728 (c-context-line-break): Bind case-fold-search to nil.
f0f6bc35 729
ef24141c
SM
730 * progmodes/cc-mode.el (c-font-lock-fontify-region):
731 Bind case-fold-search to nil.
f0f6bc35 732
c07a4c0b 7332012-04-20 Chong Yidong <cyd@gnu.org>
4fc2c72a
CY
734
735 * mail/sendmail.el (mail-bury): Call return action with the right
736 Rmail buffer (Bug#11242).
737
9a864fa2
CY
738 * server.el (server-process-filter): Handle corner case where both
739 tty and nowait options are present (Bug#11102).
740
539aa513
EZ
7412012-04-20 Eli Zaretskii <eliz@gnu.org>
742
743 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
6cf2a23e
EZ
744 (top level): Put into the executable the ident-style '$Id:' tag on
745 windows-nt as well.
539aa513 746
cfc7d5da
SM
7472012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
748
749 * electric.el (electric-indent-post-self-insert-function): Check that
750 electric-indent-mode is enabled in current buffer.
751
5b01685c
JB
7522012-04-19 Juanma Barranquero <lekktu@gmail.com>
753
754 * imenu.el (imenu-progress-message): Restore; it is "used" in
755 erc/erc-imenu.el and net/snmp-mode.el.
756
4d6769e1
JB
7572012-04-19 Juanma Barranquero <lekktu@gmail.com>
758
759 * avoid.el (mouse-avoidance-mode): Mark unused arg.
760 (mouse-avoidance-nudge-mouse): Remove unused binding.
761
762 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
763
764 * descr-text.el (describe-char):
765 * progmodes/python.el (python-describe-symbol):
766 Don't call `toggle-read-only', set `buffer-read-only'.
767
768 * imenu.el (imenu-default-goto-function): Mark unused args.
769 (imenu-progress-message): Remove obsolete macro; all callers changed.
770
771 * subr.el (keymap-canonicalize): Remove unused binding.
772 (read-passwd): Mark unused arg.
773
774 * tutorial.el (tutorial--display-changes): Remove unused binding.
775 (tutorial--save-tutorial-to): Remove unused variable.
776
777 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
778 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
779 (package-generate-autoloads, package-menu--generate)
780 (package-menu--find-upgrades): Remove unused bindings.
781
782 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
783 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
784 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
785 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
786 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
787 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
788 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
789 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
790 (cua-delete-char-rectangle): Mark unused args.
791 (cua-align-rectangle): Remove unused binding.
792
793 * mail/rmail.el (compilation--message->loc)
794 (epa--find-coding-system-for-mime-charset): Declare.
795
796 * net/dbus.el (dbus-register-service): Declare.
797 (dbus-name-owner-changed-handler): Remove unused binding.
798
799 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
800 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
801 (nxml-scan-backward-within): Mark unused arg.
802 (nxml-dynamic-markup-word): Remove unused binding.
803
804 * mouse.el (mouse-menu-major-mode-map):
805 * emacs-lisp/authors.el (authors-scan-change-log)
806 (authors-add-to-author-list):
807 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
808 * emacs-lisp/smie.el (smie-auto-fill):
809 * mail/sendmail.el (mail-bury):
810 * mail/unrmail.el (unrmail):
811 * net/tls.el (open-tls-stream):
812 * textmodes/picture.el (picture-mouse-set-point):
813 Remove unused bindings.
814
8c8fc5df
MA
8152012-04-19 Michael Albinus <michael.albinus@gmx.de>
816
817 * net/tramp.el (tramp-action-password): Let-bind
818 `enable-recursive-minibuffers' to t.
819
a77b0ac9
SS
8202012-04-18 Sam Steingold <sds@gnu.org>
821
822 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
823 instead of 'string to accommodate values like [f11].
824 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
825 * progmodes/gdb-mi.el: Likewise.
826
12a106a9
LL
8272012-04-18 Leo Liu <sdl.web@gmail.com>
828
829 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
830 current buffer.
831 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
832 LOCAL is nil.
833
bc6494ef
CY
8342012-04-18 Chong Yidong <cyd@gnu.org>
835
836 * simple.el (line-move): Use forward-line if in batch mode
837 (Bug#11053).
838
c09c46b2
CS
8392012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
840
841 * files.el (after-find-file): Do not try to add a final newline if
842 the buffer is read-only (Bug#11156).
843
5f6530ea
RS
8442012-04-17 Richard Stallman <rms@gnu.org>
845
846 * mail/rmail.el (rmail-start-mail):
847 Pass (rmail-mail-return...) for the return-action.
848 Pass (rmail-yank-current-message...) for the yank-action.
849 (rmail-yank-current-message): New function.
850 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
851 (rmail-reply): Likewise.
852 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
853
854 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
c09c46b2 855 buffer, not the last. Reject temp buffers. Use the rmail-mode
5f6530ea
RS
856 buffer, not newbuf.
857
197b6f3c
JB
8582012-04-17 Juanma Barranquero <lekktu@gmail.com>
859
860 * server.el (server-ensure-safe-dir): Simplify.
861
2311d8e5 8622012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
98fb480e 863
2311d8e5
GM
864 * emacs-lisp/smie.el: Provide smarter auto-filling.
865 (smie-auto-fill): New function.
866 (smie-setup): Use it.
98fb480e 867
2311d8e5
GM
868 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
869
8702012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
8eb5d48f
PH
871
872 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
873 (comment-indent): Use it.
874
2311d8e5 8752012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
4bdf2ad2
VB
876
877 * ses.el: The overall change is to add cell renaming, that is
878 setting fancy names for cell symbols other than name matching
879 "\\`[A-Z]+[0-9]+\\'" regexp .
2311d8e5 880 (ses-localvars): Add ses--renamed-cell-symb-list.
4bdf2ad2 881 (ses-create-cell-variable): New defun.
2311d8e5 882 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
4bdf2ad2
VB
883 (ses-relocate-formula): Relocate formulas only for cells the
884 symbols of which are not renamed, i.e. symbols whose names do not
885 match regexp "\\`[A-Z]+[0-9]+\\'".
886 (ses-relocate-all): Relocate values only for cells the symbols of
887 which are not renamed.
888 (ses-load): Create cells variables as the (ses-cell ...) are read,
889 in order to check row col consistency with cell symbol name only
890 for cells that are not renamed.
891 (ses-replace-name-in-formula): New defun.
892 (ses-rename-cell): New defun.
4bdf2ad2 893
fc72b15c
PO
8942012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
895
896 * progmodes/perl-mode.el (perl-indent-parens-as-block):
897 New option (bug#11118).
898 (perl-calculate-indent): Respect it.
899
12e10e61
GM
9002012-04-17 Glenn Morris <rgm@gnu.org>
901
902 * dired-aux.el (dired-mark-read-string): Doc fix.
903
30009afd
DA
9042012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
905
906 * dired-aux.el (dired-mark-read-string): Offer optional completion.
907 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
908
41f03f4d
GM
9092012-04-17 Glenn Morris <rgm@gnu.org>
910
911 * mouse.el (mouse-drag-track):
912 * speedbar.el (speedbar-frame-mode):
913 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
914
f45f90f3
LL
9152012-04-16 Leo Liu <sdl.web@gmail.com>
916
917 * progmodes/python.el: Trivial cleanup.
918
94ee8db5
GM
9192012-04-16 Glenn Morris <rgm@gnu.org>
920
121b8917
GM
921 * vc/vc.el (vc-string-prefix-p):
922 * vc/pcvs-util.el (cvs-string-prefix-p):
923 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
924 * mpc.el (mpc-string-prefix-p):
925 Make all of these into obsolete aliases for string-prefix-p.
926 Update callers.
927 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
928
1197ecfa
GM
929 * textmodes/two-column.el: Move custom options to the start.
930 (frame-width): Remove compat definition.
931 (2C-associate-buffer, 2C-dissociate):
932 Use with-current-buffer rather than save-excursion.
933 (2C-dissociate): Force a mode-line update.
934 (2C-autoscroll): Use ignore-errors.
935
099e7202
GM
936 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
937 Autoload trivia.
938
bf350d6a
GM
939 * emacs-lisp/cl-extra.el (*random-state*):
940 Remove unnecessary declaration.
941
0e829eab
GM
942 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
943
e3ad7552
GM
944 * play/cookie1.el (cookie-snarf):
945 Give an explicit error if input file cannot be read.
946
68892d27
GM
947 * play/yow.el (yow-file): Use expand-file-name rather than concat.
948
20f0c46d
GM
949 * progmodes/perl-mode.el (c-macro-expand):
950 Remove unnecessary autoload (it is in loaddefs.el).
951
5a0978ce
GM
952 * textmodes/picture.el (picture-desired-column)
953 (picture-update-desired-column): Convert comments to doc-strings.
954 (picture-substitute): Remove function.
955 (picture-mode-map): Initialize in the defvar.
956
6b955486
GM
957 * woman.el: Remove eval-after-load for tar-mode.
958 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
959 (woman-tar-extract-file): Autoload it.
960
94ee8db5
GM
961 * frame.el (automatic-hscrolling): Make this alias obsolete.
962
177eca34
AM
9632012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
964
965 * ispell.el (ispell-set-spellchecker-params): Post-process
4be3075e 966 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
3851314b
AM
967 (ispell-dictionary-base-alist): Revert to original XEmacs
968 friendly version for default. [:alpha:] will be added in
969 `ispell-set-spellchecker-params' if needed
177eca34 970
c505aaeb
CY
9712012-04-16 Chong Yidong <cyd@gnu.org>
972
973 * image.el (imagemagick--extension-regexp): New variable.
974 (imagemagick-register-types): Use it.
975 (imagemagick-types-inhibit): Add :set function. Allow new value
976 of t to inhibit all types.
977
978 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
979 so we can preload it.
980
981 * loadup.el (fboundp): Preload regexp-opt, needed by
982 imagemagick-register-types.
983
60efac0f
CY
9842012-04-15 Chong Yidong <cyd@gnu.org>
985
986 * frame.el (scrolling): Remove nearly unused customization group.
987
988 * scroll-all.el (scroll-all-mode): Move to windows group.
989
5dd1713e
CY
9902012-04-15 Chong Yidong <cyd@gnu.org>
991
992 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
993
e6fd457e
CY
9942012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
995
996 Avoid the use of ((lambda ...) ...) in lexical-binding code.
4d6769e1 997 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
e6fd457e 998
e153c136
GM
9992012-04-15 Glenn Morris <rgm@gnu.org>
1000
1001 * simple.el (process-file-side-effects): Doc fix.
1002
e6fd457e 10032012-04-15 Glenn Morris <rgm@gnu.org>
ca7d96c8
GM
1004
1005 * international/mule-cmds.el (set-language-environment): Doc fix.
1006
3603c3b1
JB
10072012-04-14 Juanma Barranquero <lekktu@gmail.com>
1008
1009 * server.el (server-auth-key, server-generate-key): Doc fixes.
1010 (server-get-auth-key): Doc fix. Use `string-match-p'.
1011 (server-start): Reflow docstring.
1012
e6de100c
LI
10132012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
1014
1015 * server.el (server-generate-key): `called-interactively-p'
1016 requires a parameter.
1017
29734c21
MN
10182012-04-14 Michal Nazarewicz <mina86@mina86.com>
1019
1020 * server.el (server-auth-key): New variable.
75f1671a 1021 (server-generate-key, server-get-auth-key): New function.
29734c21
MN
1022 (server-start): Use the new variable and functions to allow
1023 setting a permanent server key (bug#9423).
1024
d65c9521
LL
10252012-04-14 Leo Liu <sdl.web@gmail.com>
1026
1027 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
1028
5ae255c7
PE
10292012-04-14 Paul Eggert <eggert@cs.ucla.edu>
1030
1031 Spelling fixes.
1032 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
1033 Emacs uses American spelling.
1034
d5e6342e
JB
10352012-04-14 Juanma Barranquero <lekktu@gmail.com>
1036
1037 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
1038 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
1039 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
1040 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
1041
ab036cd7
SM
10422012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
1043
1044 * progmodes/which-func.el (which-func-modes): Change default.
1045
35dc09a1 10462012-04-14 Kim F. Storm <storm@cua.dk>
9557e2be
CY
1047
1048 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
1049 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
1050
35dc09a1 10512012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
1052
1053 * custom.el (custom-theme-set-variables): Doc fix.
1054
35dc09a1 10552012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
1056
1057 * international/mule.el (set-auto-coding-for-load): Doc fix.
1058
35dc09a1 10592012-04-14 Alan Mackenzie <acm@muc.de>
0de3da9f 1060
35dc09a1
GM
1061 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
1062 imenu work again for Objective C Mode. Correct the *-index values,
1063 these having been disturbed by a previous change in 2011-08.
57f845ee 1064
0de3da9f
AM
1065 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
1066 Correct two search limits.
1067
35dc09a1 10682012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
ede141ac
SM
1069
1070 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
1071
35dc09a1 10722012-04-14 Andreas Schwab <schwab@linux-m68k.org>
d0203d61
AS
1073
1074 * international/characters.el: Fix sorting.
1075
35dc09a1 10762012-04-14 Eli Zaretskii <eliz@gnu.org>
cb80bcd1
EZ
1077
1078 * international/characters.el: Add more missing Latin case pairs.
1079
35dc09a1 10802012-04-14 Glenn Morris <rgm@gnu.org>
4a427f58
GM
1081
1082 * files.el (dir-locals-set-class-variables): Doc fix.
1083
35dc09a1 10842012-04-14 Eli Zaretskii <eliz@gnu.org>
9f847f41 1085
3f1b5bf8
EZ
1086 * international/characters.el: Add set-case-syntax-pair call for
1087 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
1088 counterpart. (Bug#11209)
1089
9f847f41
EZ
1090 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
1091
35dc09a1 10922012-04-14 Glenn Morris <rgm@gnu.org>
0c2014a3
GM
1093
1094 * calendar/holidays.el (calendar-check-holidays): Doc fix.
1095
35dc09a1 10962012-04-14 Eli Zaretskii <eliz@gnu.org>
e2627d21 1097
35dc09a1
GM
1098 * textmodes/ispell.el (ispell-dictionary-base-alist):
1099 Add data for Hebrew.
e2627d21 1100
35dc09a1 11012012-04-14 Chong Yidong <cyd@gnu.org>
5c14e333 1102
35dc09a1
GM
1103 * net/rcirc.el (rcirc-cmd-quit):
1104 Revert 2012-03-18 change (Bug#11192).
5c14e333 1105
35dc09a1 11062012-04-14 Glenn Morris <rgm@gnu.org>
bf6fa423
GM
1107
1108 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
1109
35dc09a1 11102012-04-14 Eli Zaretskii <eliz@gnu.org>
82b24fb2 1111
4517fe3a
SM
1112 * minibuffer.el (completion-in-region-mode-map):
1113 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
82b24fb2 1114
b472a594
VD
11152012-04-13 Vivek Dasmohapatra <vivek@etla.org>
1116
1117 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
1118
09b95ce3
MY
11192012-04-13 Masatake YAMATO <yamato@redhat.com>
1120
1121 * minibuffer.el (minibuffer-local-filename-syntax): New variable
1122 to allow `C-M-f' and `C-M-b' to move to the nearest path
1123 separator (bug#9511).
1124
4b63a9ca
LI
11252012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
1126
1127 * avoid.el: Require cl when compiling. And also move the
1128 `provide' to the end.
1129
7b55b8bf
TV
11302012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1131
1132 * avoid.el (mouse-avoidance-banish-position): New variable.
1133 (mouse-avoidance-banish-destination): Use it (bug#10165).
1134
adedaa1f
LL
11352012-04-13 Leo Liu <sdl.web@gmail.com>
1136
1137 * progmodes/which-func.el (which-func-modes): Add objc-mode.
1138
70e74021
KB
11392012-04-13 Ken Brown <kbrown@cornell.edu>
1140
1141 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
ab036cd7 1142 this is no longer needed now that cygstart understands file:// URLs.
70e74021
KB
1143 (browse-url-filename-alist): For the same reason, don't modify
1144 file:// URLs on Cygwin.
1145
e75e89ba
SM
11462012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
1147
1148 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
1149 the region on shift if the binding is already shifted (bug#11221).
1150
82f289a4
GM
11512012-04-12 Glenn Morris <rgm@gnu.org>
1152
1153 * mail/mailpost.el: Move to obsolete/.
1154
d333dc4c
DA
11552012-04-12 Drew Adams <drew.adams@oracle.com>
1156
1157 * imenu.el (imenu--generic-function): Ignore invisible definitions
1158 (bug#10123).
1159
0d15b5ba
VD
11602012-04-12 Vivek Dasmohapatra <vivek@etla.org>
1161
1162 * hexl.el (hexl-bits): New variable.
1163 (hexl-options): Mention the variable in the doc string.
75f1671a 1164 (hexl-rulerise, hexl-line-displen): New functions.
0d15b5ba 1165 (hexl-mode): Mention the new variable.
75f1671a
JB
1166 (hexl-mode, hexl-current-address, hexl-current-address):
1167 Use the displen.
0d15b5ba
VD
1168 (hexl-ascii-start-column): New function.
1169 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
1170 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
1171
64a440db
AM
11722012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1173
1174 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
1175 '("-i" ENCODING), in 2 separate command-line arguments, to specify
1176 the encoding, as expected by hunspell.
1177
6decb6c2
SM
11782012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
1179
1180 * battery.el (battery--linux-sysfs-regexp): New const.
1181 (battery-status-function): Use it. Remove yeeloong special case.
1182 (battery-yeeloong-sysfs): Remove.
1183 (battery-echo-area-format): Remove yeeloong special case.
1184
088be6fb
SM
11852012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
1186
6622e416
SM
1187 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
1188 Reported by Noah Friedman.
1189
088be6fb
SM
1190 * subr.el (read-passwd): Use read-string.
1191
b49f886e
LMI
11922012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1193
1194 * vcursor.el (vcursor-move): Increase the priority of the overlay
1195 (bug#9663).
1196
a63067fc
DD
11972012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1198
1199 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
1200 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
1201
ac3cf14a
WS
12022012-04-11 William Stevenson <yhvh2000@gmail.com>
1203
1204 * textmodes/artist.el (artist-mode): Convert artist-mode to use
1205 define-minor-mode (bug#10760).
1206
c4fc691b 12072012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
49a2697c 1208
4d6769e1 1209 * progmodes/grep.el (rgrep): Tweak the find command line so
49a2697c
WJ
1210 that directories matching `grep-find-ignored-files' won't be
1211 pruned (bug#10351).
1212
af23e2e5
CY
12132012-04-11 Chong Yidong <cyd@gnu.org>
1214
1215 * startup.el (command-line): Remove support for long-obsolete
1216 variable font-lock-face-attributes.
1217
ab7ce8c1
GM
12182012-04-11 Glenn Morris <rgm@gnu.org>
1219
1220 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
1221
de8c03dc
SM
12222012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
1223
1224 * window.el (window--state-get-1): Obey window-point-insertion-type.
1225
050cc68b
LB
12262012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
1227
1228 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
1229 to previous function when point is on the first character of a
75f1671a 1230 function. Take care of that in `narrow-to-defun' (bug#6157).
050cc68b 1231
a38c310c
GM
12322012-04-11 Glenn Morris <rgm@gnu.org>
1233
effed0c2
GM
1234 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
1235 not just file-errors.
1236
a38c310c
GM
1237 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
1238 (vc-bzr-sha1): Use internal sha1.
1239
0221e323
SM
12402012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
1241
1242 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
1243
43956923
SG
12442012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
1245
1246 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
1247 that start in the middle of the line (bug#10496).
1248
6a8c9eaf
DN
12492012-04-10 Dan Nicolaescu <dann@gnu.org>
1250
1251 * battery.el (battery-linux-proc-acpi): Only one battery is
1252 discharged at a time, but that seems to confuse battery.el when
1253 computing `rate-type' for the battery not being discharged
1254 (bug#10332).
1255
1930bf5d
SM
12562012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
1257
2a718f6f
SM
1258 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
1259
599430d0
SM
1260 * international/quail.el: Use dolist and simplify.
1261 (quail-define-package, quail-update-keyboard-layout)
1262 (quail-define-rules): Use dolist.
1263 (quail-insert-kbd-layout, quail-get-translation): CSE.
1264
a2754b6c
SM
1265 * tmm.el: Use dolist, remove left over hook.
1266 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
1267 Use dolist.
1268 (calendar-load-hook): Don't mess with it.
1269
1930bf5d
SM
1270 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
1271 Use derived-mode-p. Run the diff asynchronously.
1272
9f67961c
LMI
12732012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1274
1275 * obsolete/mouse-sel.el: Add an Obsolete-since header.
1276
2a8ce227
JB
12772012-04-10 Juanma Barranquero <lekktu@gmail.com>
1278
1279 * misc.el: Display absolute path of loaded DLLs (bug#10424).
1280 (list-dynamic-libraries--loaded): New function.
1281 (list-dynamic-libraries--refresh): Use it.
1282
8f33b5f8
NW
12832012-04-10 Nathan Weizenbaum <nweiz@google.com>
1284
1930bf5d
SM
1285 * progmodes/python.el (python-fill-paragraph):
1286 Make python-fill-region in a multiline string work when font-lock is
8f33b5f8
NW
1287 disabled (bug#7018).
1288
b12f0439
L
12892012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
1290
1930bf5d 1291 * language/european.el (cp775): Add oem/legacy (en)coding on
75f1671a
JB
1292 DOS/MS Windows for the Baltic languages. There are still plenty
1293 of texts written in this encoding/codepage (bug#6519).
b12f0439 1294
57c3bd01
GM
12952012-04-10 Glenn Morris <rgm@gnu.org>
1296
1297 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
1298 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
1299
6c3eab30
FA
13002012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
1301
1930bf5d 1302 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
6c3eab30
FA
1303 next-line "n" and previous-line "p" in order to make recentf more
1304 consistent with ibuffer, dired or org-mode (bug#9387).
1305
24d78a88
LMI
13062012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1307
bc72b5d9
LMI
1308 * image.el (put-image): Return the overlay created instead of the
1309 optional input string (bug#7834). Note that this may break code
1310 that is (for some reason or other) depending on `put-image'
1311 returning the string.
1312
bd2dba5a
LMI
1313 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
1314
74beb59f
LMI
1315 * simple.el (zap-to-char): Allow zapping using input methods
1316 (bug#1580).
1317
24d78a88
LMI
1318 * textmodes/fill.el (fill-region): Leave point and mark where they
1319 were before filling (bug#5399).
1320
263f20cd
GM
13212012-04-09 Glenn Morris <rgm@gnu.org>
1322
1323 * version.el (emacs-bzr-get-version):
1324 Handle lightweight checkouts of local branches.
1325
58d1f797
AS
13262012-04-09 Andreas Schwab <schwab@linux-m68k.org>
1327
263f20cd 1328 * international/characters.el: Recover lost case pairs. (Bug#11209)
58d1f797 1329
b4d3bc10
CY
13302012-04-09 Chong Yidong <cyd@gnu.org>
1331
1332 * custom.el (custom-variable-p): Return nil for non-symbol
1333 arguments instead of signaling an error.
1334 (user-variable-p): Obsolete alias for custom-variable-p.
1335
1336 * apropos.el (apropos-variable):
1337 * files-x.el (read-file-local-variable):
1338 * simple.el (set-variable):
1339 * woman.el (woman-mini-help):
1340 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
1341
fd06db5d
GM
13422012-04-09 Glenn Morris <rgm@gnu.org>
1343
e5fcdb5e
GM
1344 * startup.el (normal-top-level): Don't look for leim-list.el
1345 in places where it will not be found. (Bug#910)
1346
fd06db5d
GM
1347 * international/mule-cmds.el (set-default-coding-systems):
1348 * files.el (normal-mode):
1349 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
1350 This function was removed with ucs-tables.el in 2008.
1351
b39bb7e1
EZ
13522012-04-08 Eli Zaretskii <eliz@gnu.org>
1353
1354 * textmodes/ispell.el (ispell-check-version): For hunspell, set
1355 ispell-encoding8-command to "-i", without a trailing space.
1356 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
1357 separate command-line arguments, to specify the encoding, since
1358 that's how hunspell expects it.
1359
5c5b8e23
GM
13602012-04-08 Glenn Morris <rgm@gnu.org>
1361
1362 * loadup.el: Load bindings before cus-start.
1363 This reduces somewhat the number of "rogue" settings in emacs -Q.
1364
a1ed8b05
GM
13652012-04-07 Glenn Morris <rgm@gnu.org>
1366
1367 * version.el (emacs-bzr-get-version): New function.
dfae128a 1368 (emacs-bzr-version): New variable.
a1ed8b05
GM
1369 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
1370 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
1371
b142f158
EZ
13722012-04-07 Eli Zaretskii <eliz@gnu.org>
1373
dfae128a
GM
1374 * international/uni-bidi.el, international/uni-category.el:
1375 * international/uni-combining.el, international/uni-decimal.el:
1376 * international/uni-decomposition.el, international/uni-digit.el:
1377 * international/uni-lowercase.el, international/uni-mirrored.el:
1378 * international/uni-name.el, international/uni-numeric.el:
1379 * international/uni-titlecase.el, international/uni-uppercase.el:
1380 Update for Unicode 6.1.
b142f158 1381
9078ead6
EZ
13822012-04-07 Eli Zaretskii <eliz@gnu.org>
1383
1384 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
1385
f23d2c7d
LMI
13862012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1387
1388 * window.el (shrink-window): Mention the `window-min-height'
1389 variable in the doc string.
1390
0a0a3573
BG
13912012-04-05 Bastien Guerry <bzg@altern.org>
1392
1393 * color.el (color-lighten-name): Fix typo.
1394
e5248ac9
SM
13952012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
1396
1397 * server.el (server--on-display-p): New function.
1398 (server--on-display-p): Use it.
1399
b4243e22
GV
14002012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
1401
1402 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
1403 (bug#11145).
1404
305d9f44
SM
14052012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
1406
1407 * comint.el (comint--common-quoted-suffix): Check string boundary
1408 before comparing (bug#11158).
1409 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
1410
3d439cd1
CY
14112012-04-04 Chong Yidong <cyd@gnu.org>
1412
321cc491
CY
1413 * minibuffer.el (completion-extra-properties): Doc fix.
1414
3d439cd1
CY
1415 * subr.el (delayed-warnings-hook): Doc fix.
1416
2d562c0f
DU
14172012-04-04 Daiki Ueno <ueno@unixuser.org>
1418
1419 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
1420 selection (Bug#11159).
1421 (epa-insert-keys): Inform that the default public key will be
1422 exported if no key is selected.
1423
4443f204
RS
14242012-04-04 Richard Stallman <rms@gnu.org>
1425
1426 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
1427
529c06b6
CY
14282012-04-03 Chong Yidong <cyd@gnu.org>
1429
1430 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
1431 mail-insert-file, not its obsolete alias mail-attach-file.
1432
66b907dc
MA
14332012-04-03 Michael Albinus <michael.albinus@gmx.de>
1434
1435 * notifications.el (notifications-notify): Fix docstring.
1436
c0ea195d
GM
14372012-04-02 Glenn Morris <rgm@gnu.org>
1438
1439 * emacs-lisp/authors.el (authors-aliases): Another addition.
1440
5ca64e00
MA
14412012-04-02 Michael Albinus <michael.albinus@gmx.de>
1442
1443 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
1444 `tramp-compat-call-process' instead of `tramp-local-call-process'.
1445 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
1446
42ee526b
CY
14472012-04-01 Chong Yidong <cyd@gnu.org>
1448
1449 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
1450 Handle root directory properly.
1451 (copy-directory): Caller changed.
1452
1453 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
1454 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
1455
0b021094
GM
14562012-03-31 Glenn Morris <rgm@gnu.org>
1457
40f86458
GM
1458 * term/xterm.el (xterm-extra-capabilities): Doc fix.
1459
7019c177
GM
1460 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
1461
a1daddd6
GM
1462 * calendar/calendar.el (calendar-window-list)
1463 (calendar-hide-window): Restore. (Bug#11140)
1464 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
1465
0b021094
GM
1466 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
1467
40311efc
TV
14682012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1469
1470 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
1471 Check if file is a symlink (Bug#10489).
1472
1473 * files.el (copy-directory): Likewise.
1474
5319014e
CY
14752012-03-30 Chong Yidong <cyd@gnu.org>
1476
1477 * image.el (imagemagick-types-inhibit)
1478 (imagemagick-register-types): Doc fix.
1479
935d1290
AM
14802012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1481
ef24141c
SM
1482 * ispell.el (ispell-get-extended-character-mode):
1483 Disable extended-char-mode for hunspell. hunspell does not support it
75f1671a 1484 and treats ~word as ordinary words in pipe mode.
935d1290 1485
61c6e8fd
GM
14862012-03-30 Glenn Morris <rgm@gnu.org>
1487
1488 * tutorial.el (help-with-tutorial): Ensure local variables don't
1489 happen to make the buffer read-only. (Bug#11127)
1490
81fdff00
SM
14912012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
1492
1493 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
1494 (perl-calculate-indent): Return `noindent' in strings.
1495
6e7a6ec0
SS
14962012-03-28 Sam Steingold <sds@gnu.org>
1497
1498 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
1499 instead of the broken adhockery which does not prevent calendar
1500 buffers from being displayed at random after exit.
1501 (calendar-window-list, calendar-hide-window): Remove the broken
1502 adhockery.
1503
fee88ca0
GM
15042012-03-28 Glenn Morris <rgm@gnu.org>
1505
1506 * replace.el (query-replace-map): Doc fix.
1507
38de3354
AS
15082012-03-28 Andreas Schwab <schwab@linux-m68k.org>
1509
1510 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
1511 contents. (Bug#11109)
1512
b973155e
SM
15132012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
1514
1515 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
1516 (bug#11077).
1517 (avl-tree--check, avl-tree--check-node): New funs.
1518
dcb6e7b3
MR
15192012-03-27 Martin Rudalics <rudalics@gmx.at>
1520
1521 * window.el (switch-to-visible-buffer): New option.
b973155e
SM
1522 (switch-to-prev-buffer, switch-to-next-buffer):
1523 Observe switch-to-visible-buffer. Make sure that checking for a window
dcb6e7b3
MR
1524 showing a buffer already is done on the same frame.
1525
b4fa35fa
GM
15262012-03-27 Glenn Morris <rgm@gnu.org>
1527
1528 * startup.el (mail-host-address): Doc fix.
1529
f9210e18
SM
15302012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
1531
1532 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
1533 than 197 variables.
1534
c0bf7753
AF
15352012-03-26 Ami Fischman <ami@fischman.org>
1536
1537 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
1538
33da7b16
GM
15392012-03-26 Glenn Morris <rgm@gnu.org>
1540
02243d9d
GM
1541 * files.el (save-buffers-kill-emacs): Doc fix.
1542
33da7b16
GM
1543 * startup.el (normal-top-level, command-line, command-line-1):
1544 Give them doc strings.
1545
e5a69fd0
EZ
15462012-03-25 Eli Zaretskii <eliz@gnu.org>
1547
1548 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
b973155e 1549 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
e5a69fd0 1550
9a69676a
CY
15512012-03-25 Chong Yidong <cyd@gnu.org>
1552
4125cb8b
CY
1553 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
1554 theme if it was previously enabled before (Bug#11031).
1555
dd470960
CY
1556 * cus-theme.el (custom-theme-write-faces): Retrieve current face
1557 spec with custom-face-get-current-spec if its :shown-value is not
1558 determined yet (Bug#9337).
4125cb8b 1559 (customize-create-theme, custom-theme-revert): Doc fixes.
dd470960 1560
9a69676a
CY
1561 * button.el (button-at): Minor addition to docstring.
1562
6e7e90fa
SL
15632012-03-24 Simon Leinen <simon.leinen@gmail.com>
1564
1565 * vc/vc.el (vc-merge): Fix a prompt.
1566
f06e2758
CY
15672012-03-24 Chong Yidong <cyd@gnu.org>
1568
1569 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
1570 point (Bug#9623).
1571
6e7e90fa
SL
1572 * button.el (button-at): Minor addition to docstring.
1573
b9d0879b
SM
15742012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
1575
1576 * newcomment.el (comment-choose-indent): No space after BOL.
1577
e71cebb3
SS
15782012-03-22 Sam Steingold <sds@gnu.org>
1579
1580 * window.el (switch-to-prev-buffer): Revert last patch because the
1581 bug turned out to be an advertised feature (Elisp manual 28.14).
1582
335aff35
GM
15832012-03-22 Glenn Morris <rgm@gnu.org>
1584
1585 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
1586 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
1587
c676576a
LMI
15882012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
1589
1590 * net/network-stream.el (network-stream-open-starttls): Make error
1591 message under Windows be less misleading.
1592
126f3d39
LW
15932012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
1594
1595 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
1596 understands (bug#9942).
1597
64fee311
CY
15982012-03-22 Chong Yidong <cyd@gnu.org>
1599
1600 * simple.el (end-of-visible-line): Handle return value of
1601 next-single-property-change properly (Bug#9371).
1602
a640d29a
KH
16032012-03-22 Kenichi Handa <handa@m17n.org>
1604
1605 * international/quail.el (quail-insert-kbd-layout): Fix previous
1606 change. To avoid unwanted bidi reordering, use
1607 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
1608
39675016
DG
16092012-03-21 Dmitry Gutov <dgutov@yandex.ru>
1610
1611 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
1612 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
1613 (ruby-beginning-of-indent): Be more careful with the difference
1614 between word-boundary and symbol boundary.
1615 (ruby-mode-syntax-table): Make : a symbol constituent.
1616
0a6934fc 16172012-03-21 Andreas Politz <politza@fh-trier.de>
1acad97c 1618
3d008e4f
SM
1619 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
1620
0a6934fc
SM
16212012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
1622
af67c9d7
SM
1623 * progmodes/etags.el (tags-completion-at-point-function):
1624 Improve last fix.
1625
1acad97c
SM
1626 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
1627
e298b5da
SS
16282012-03-21 Sam Steingold <sds@gnu.org>
1629
1630 * progmodes/etags.el (tags-completion-at-point-function):
1631 Avoid the error when point is inside the pattern.
1632
91d82a70
JY
16332012-03-21 John Yates <john@yates-sheets.org> (tiny change)
1634
1635 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
1636 line (Bug#10855).
1637
69188b79
CY
16382012-03-21 Drew Adams <drew.adams@oracle.com>
1639
1640 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
1641
99fc91fe
AK
16422012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
1643
1644 * ido.el (ido-set-current-directory, ido-read-internal)
1645 (ido-choose-completion-string, ido-completion-help): Handle nil
1646 value of ido-completion-buffer (Bug#11008).
1647
087bbb4c
SS
16482012-03-21 Sam Steingold <sds@gnu.org>
1649
1650 * window.el (switch-to-prev-buffer): Do not switch to a visible
1651 window previous buffer, just like with the frame previous buffers.
1652
fb5b8aca
CY
16532012-03-21 Chong Yidong <cyd@gnu.org>
1654
1655 * faces.el (make-face, make-empty-face, copy-face):
1656 * face-remap.el (face-remap-add-relative, face-remap-set-base):
1657 Doc fixes.
1658
dc9924b8
SM
16592012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
1660
1661 * wid-edit.el (widget-complete-field): Remove (bug#11051).
1662 (widget-complete): Remove broken use of it.
1663
f0bcceb9
CY
16642012-03-20 Chong Yidong <cyd@gnu.org>
1665
dc9924b8
SM
1666 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
1667 Use string-width and truncate-string-width to handle arbitrary
f0bcceb9
CY
1668 characters.
1669
ee52ebf3
TH
16702012-03-20 Tassilo Horn <tassilo@member.fsf.org>
1671
1672 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
1673 to draw rectangles, not squares. (Regression introduced by revno
1674 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
1675
4c5779ab
CY
16762012-03-18 Chong Yidong <cyd@gnu.org>
1677
1678 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
1679 it is not yet defined (for temacs).
1680
15360934
LL
16812012-03-18 Leo Liu <sdl.web@gmail.com>
1682
dc9924b8 1683 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
15360934 1684
d9a8eb66
EZ
16852012-03-17 Eli Zaretskii <eliz@gnu.org>
1686
1687 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
1688 (ispell-choices-win-default-height, ispell-silently-savep)
1689 (ispell-dictionary-alist, ispell-encoding8-command)
1690 (ispell-check-version, ispell-aspell-find-dictionary)
1691 (ispell-valid-dictionary-list, ispell-words-keyword)
1692 (ispell-get-word, ispell-internal-change-dictionary)
1693 (ispell-region, ispell-skip-region-list)
1694 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
1695 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
1696 (ispell-message-text-end, ispell-message)
1697 (ispell-buffer-local-parsing): Doc fix.
1698
f02ff80d
J
16992012-03-13 Jambunathan K <kjambunathan@gmail.com>
1700
1701 * htmlfontify.el: Add support for code block fontification for ODT
1702 export (Bug #9914).
1703 (hfy-optimisations): Define new option
1704 `body-text-only'
1705 (hfy-fontify-buffer): Honor above setting.
1706 (hfy-begin-span, hfy-end-span): New routines factored out form
1707 `hfy-fontify-buffer'.
1708 (hfy-begin-span-handler, hfy-end-span-handler): New variables
1709 that permit insertion of custom tags.
1710 (hfy-fontify-buffer): Use above handlers.
1711 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
1712 (hfy-face-to-css): Re-defined to be a variable.
dc9924b8 1713 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
75f1671a 1714 over multiple runs. This is made possible by having the caller let
f02ff80d
J
1715 bind a special variable `hfy-user-sheet-assoc'.
1716 (htmlfontify-string): New defun.
1717 (hfy-compile-face-map): Make sure that the last char in the
1718 buffer is correctly fontified.
1719 (hfy-face-resolve-face): Whitespace only change.
1720
9ac7a13f
EZ
17212012-03-17 Eli Zaretskii <eliz@gnu.org>
1722
1723 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
1724 message more clear.
1725
e2b5bdd7
LL
17262012-03-16 Leo Liu <sdl.web@gmail.com>
1727
1728 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
1729
2e492df3
AM
17302012-03-16 Alan Mackenzie <acm@muc.de>
1731
1732 Further optimise the handling of large macros.
1733
1734 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
1735 limit to a call of `c-literal-limits'.
1736 (c-determine-+ve-limit): New function.
dc9924b8
SM
1737 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
1738 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
2e492df3
AM
1739 In CASE 5B, restrict a search limit to 500.
1740 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
1741
1742 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
1743 Restrict macro bounds to +-500 from after-change's BEG END.
1744
50e94f0c
LL
17452012-03-16 Leo Liu <sdl.web@gmail.com>
1746
1747 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
1748
6f09f6ed
AH
17492012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
1750
1751 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
dc9924b8 1752 `special-mode' setting of `buffer-read-only'. (Bug#11010)
6f09f6ed 1753
c7e73d51
GM
17542012-03-16 Glenn Morris <rgm@gnu.org>
1755
da986230
GM
1756 * view.el (view-buffer, view-buffer-other-window)
1757 (view-buffer-other-frame): Doc fixes re special mode-class.
1758
0835f01e
GM
1759 * subr.el (eval-after-load): If named feature is provided not from
1760 a file, run after-load forms. (Bug#10946)
1761
c7e73d51
GM
1762 * calendar/calendar.el (calendar-insert-at-column):
1763 Handle non-unit-width characters a bit better. (Bug#10978)
1764
3f2eafd1
CY
17652012-03-15 Chong Yidong <cyd@gnu.org>
1766
1767 * emacs-lisp/ring.el (ring-extend): New function.
1768 (ring-insert+extend): Extend the ring correctly (Bug#11019).
1769
1770 * comint.el (comint-read-input-ring)
1771 (comint-add-to-input-history): Grow comint-input-ring lazily.
1772
103af3fe
SM
17732012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
1774
663b1677
SM
1775 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
1776 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
1777
103af3fe
SM
1778 * imenu.el: Fix multiple inheritance breakage (bug#9199).
1779 (imenu-add-to-menubar): Don't add a redundant index.
1780 (imenu-update-menubar): Handle a dynamically composed keymap.
1781
899cb7cb
KY
17822012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
1783
1784 * mail/sendmail.el (mail-encode-header):
1785 Bind rfc2047-encode-encoded-words to nil.
1786
3809f91d
GM
17872012-03-13 Glenn Morris <rgm@gnu.org>
1788
1789 * calendar/calendar.el (calendar-string-spread):
1790 Handle non-unit-width characters a bit better. (Bug#10978)
1791
9e345a01
LL
17922012-03-13 Leo Liu <sdl.web@gmail.com>
1793
1794 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
1795 directory and file as argument (Bug#10822).
1796
4a07df36
KS
17972012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
1798
1799 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
1800 For dynamically generated code, follow $PC.
1801 (gdb-disassembly-handler-custom): Handle no function name case.
1802
4aaa9356
TL
18032012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
1804
1805 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
1806 * emulation/ws-mode.el (ws-query-replace):
1807 * sort.el (sort-regexp-fields):
1808 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
1809
225979da
SM
18102012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
1811
1812 * dabbrev.el: Fix cycle completion order (bug#10963).
1813 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
1814 (dabbrev-completion): Don't use an obarray; provide
1815 a cycle-sort-function.
1816
e2f1fdab
LL
18172012-03-12 Leo Liu <sdl.web@gmail.com>
1818
dc9924b8 1819 * simple.el (kill-new): Use equal-including-properties for comparison.
e2f1fdab
LL
1820 (kill-do-not-save-duplicates): Doc fix.
1821
b19490ed
SM
18222012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
1823
1824 * dabbrev.el: Fix cycle completion (bug#10963).
1825 Use lexical binding and wrap to 80 columns.
1826 (dabbrev-completion): Delay computing the list of completions.
1827
4b05d722
KH
18282012-03-12 Kenichi Handa <handa@m17n.org>
1829
1830 * international/quail.el (quail-insert-kbd-layout): Surround each
1831 row by LRO and PDF instead of inserting many LRMs. Pad the left
1832 and right of each non-spacing marks. Insert invisible space
1833 between lower and upper characters to prevent composition.
1834
dbbc2e69
SM
18352012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
1836
1837 * minibuffer.el (minibuffer-complete): Don't get confused when the
1838 function is run twice via different commands (bug#10958).
1839 (complete-with-action): Fix docstring.
1840
292112ed
CY
18412012-03-12 Chong Yidong <cyd@gnu.org>
1842
5d1ac394
CY
1843 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
1844 (nxml-completion-at-point-function): New function.
1845 (nxml-mode): Use it.
1846 (nxml-bind-meta-tab-to-complete-flag): Default to t.
1847
292112ed
CY
1848 * emacs-lisp/package.el (package-unpack, package-unpack-single):
1849 Load generated autoloads file before byte compiling (Bug#10970).
1850 (package--make-autoloads-and-compile): New helper fun.
1851
4098f8f7
CS
18522012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
1853
1854 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
1855
8f754691
MA
18562012-03-11 Michael Albinus <michael.albinus@gmx.de>
1857
1858 * autorevert.el (auto-revert-handler): Ensure, that
1859 file-readable-p is applied only for local files or in
1860 auto-revert-tail-mode.
1861
e29ab36b
AS
18622012-03-11 Andreas Schwab <schwab@linux-m68k.org>
1863
dbbc2e69
SM
1864 * server.el (server-eval-at): Handle non-tcp connections.
1865 Decode result string.
ad0bf5b6 1866
e29ab36b
AS
1867 * server.el (server-msg-size): New constant.
1868 (server-reply-print): New function.
1869 (server-eval-and-print): Use it.
1870 (server-eval-at): Use server-quote-arg and server-unquote-arg.
1871 Handle -print-nonl.
1872
de5939ba
CS
18732012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
1874
1875 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
1876 (Bug#10987).
1877
0c93eabf
CY
18782012-03-11 Chong Yidong <cyd@gnu.org>
1879
397a688f
CY
1880 * simple.el (goto-line): Doc fix (Bug#9938).
1881
2cc775f9
CY
1882 * subr.el (save-window-excursion): Doc fix (Bug#9979).
1883
0c93eabf
CY
1884 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
1885 when finished (Bug#10963).
1886
c491fa41
MR
18872012-03-11 Martin Rudalics <rudalics@gmx.at>
1888
1889 * window.el (split-window-below): Fix bug in case where
1890 split-window-keep-point is nil (Bug#10971).
1891
300e8fa5
JL
18922012-03-11 Juri Linkov <juri@jurta.org>
1893
1894 * replace.el (replace-highlight): Set isearch-word to nil
1895 unconditionally. (Bug#10887)
1896
dbf6c5a1
EZ
18972012-03-10 Eli Zaretskii <eliz@gnu.org>
1898
1899 * net/mairix.el (mairix-replace-invalid-chars): Rename from
1900 mairix-replace-illegal-chars; all callers changed. Don't remove
dc9924b8 1901 ^, ~, and = characters: they are meaningful in mairix search specs.
dbf6c5a1
EZ
1902 (mairix-widget-create-query): Add usage information about mairix
1903 search forms: negating words, searching for substrings, etc.
1904
b9e501de
JP
19052012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
1906
1907 * international/fontset.el (font-encoding-alist): Add an entry for
1908 ksx1001 (Bug#5667).
1909
92795c91
RS
19102012-03-10 Richard Stallman <rms@gnu.org>
1911
1694e6c1
RS
1912 * mail/sendmail.el (mail-encode-header):
1913 Set rfc2047-encode-encoded-words.
1914
607e8555
RS
1915 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
1916
de3bc99a
RS
1917 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
1918 view buffer means not swapped.
1919 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
1920 (rmail-write-region-annotate): Error if real text has disappeared.
1921
92795c91
RS
1922 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
1923
699bd04e
CY
19242012-03-10 Chong Yidong <cyd@gnu.org>
1925
1926 * emulation/cua-rect.el (cua--init-rectangles):
dbbc2e69
SM
1927 * emulation/cua-base.el (cua--init-keymaps):
1928 Add delete-forward-char to remappings (Bug#9666).
699bd04e 1929
570a1714
MR
19302012-03-10 Martin Rudalics <rudalics@gmx.at>
1931
dbbc2e69
SM
1932 * speedbar.el (speedbar-unhighlight-one-tag-line):
1933 Avoid unhighlighting due to frame switching (Bug#10275).
570a1714 1934
82dcf4e4
CY
19352012-03-10 Chong Yidong <cyd@gnu.org>
1936
7a2c7ca7
CY
1937 * minibuffer.el (completion-in-region, completion-help-at-point):
1938 Give the completion field overlay a high priority (Bug#6830).
1939
82dcf4e4
CY
1940 * dired.el (dired-goto-file): Recognize absolute file name
1941 listings (Bug#7126).
1942 (dired-goto-file-1): New helper function.
1943 (dired-toggle-read-only): Inhibit warnings.
1944
052e28ac
MA
19452012-03-09 Michael Albinus <michael.albinus@gmx.de>
1946
75f1671a 1947 * net/dbus.el (dbus-property-handler): Return empty array if
052e28ac
MA
1948 there are no properties.
1949
95d5e396
LL
19502012-03-09 Leo Liu <sdl.web@gmail.com>
1951
1952 * savehist.el (savehist-printable): Stricter check for string
1953 value (Bug#10937).
1954
3f018d6d
EZ
19552012-03-09 Eli Zaretskii <eliz@gnu.org>
1956
dbbc2e69
SM
1957 * mail/smtpmail.el (smtpmail-send-it):
1958 Bind coding-system-for-write to *-unix, so that FCC files are kept in
3f018d6d
EZ
1959 valid mbox format.
1960
f7fd3d79
GM
19612012-03-09 Glenn Morris <rgm@gnu.org>
1962
1963 * files.el (dir-locals-find-file):
1964 Don't check result is regular, readable.
1965 (dir-locals-read-from-file): Demote errors.
1966
6ff6e72f
EZ
19672012-03-08 Eli Zaretskii <eliz@gnu.org>
1968
dbbc2e69
SM
1969 * international/quail.el (quail-insert-kbd-layout):
1970 Insert invisible LRM characters before each character in a keyboard
6ff6e72f
EZ
1971 layout cell, to prevent their reordering by bidi display engine.
1972 For details, see the discussion in
1973 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
1974
9cec7834
AM
19752012-03-08 Alan Mackenzie <acm@muc.de>
1976
1977 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
1978 the starting position; make it extend the marked region when
1979 invoked repeatedly - all under appropriate circumstances.
1980 Fixes bugs #5525, #10906.
1981
9a40b8d4
GM
19822012-03-08 Glenn Morris <rgm@gnu.org>
1983
1984 * files.el (locate-dominating-file, dir-locals-find-file):
1985 Undo 2012-03-06 change.
1986
7a08ed35
EZ
19872012-03-07 Eli Zaretskii <eliz@gnu.org>
1988
dbbc2e69
SM
1989 * international/quail.el (quail-help):
1990 Force bidi-paragraph-direction be left-to-right. See discussion in
7a08ed35
EZ
1991 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
1992 for the reason.
1993
5aca4f71 19942012-03-07 Michael Albinus <michael.albinus@gmx.de>
6612a284
MA
1995
1996 Avoid superfluous registering of signals. (Bug#10807)
1997
1998 * notifications.el (notifications-on-action-object)
1999 (notifications-on-close-object): New defvars.
2000 (notifications-on-action-signal, notifications-on-closed-signal):
2001 Unregister the signal if not needed any longer.
2002 (notifications-notify): Register `notifications-action-signal' or
2003 `notifications-closed-signal', if :on-action or :on-close has been
2004 passed as argument.
2005
78e8b10a
CY
20062012-03-07 Chong Yidong <cyd@gnu.org>
2007
2008 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
2009 non-X platforms.
2010
69481eb8
GM
20112012-03-06 Glenn Morris <rgm@gnu.org>
2012
2013 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
2014 (x-disown-selection-internal, x-get-selection-internal):
2015 Doc fix (add arglist signatures). (Bug#10783)
2016
133b8e11
KS
20172012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
2018
2019 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
2020 Handle breakpoints with no "type".
2021
99a83064
GM
20222012-03-06 Glenn Morris <rgm@gnu.org>
2023
2024 * files.el (locate-dominating-file): Add optional predicate argument.
2025 (dir-locals-find-file): Make use of above change.
2026
17798e78
TTN
20272012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
2028
2029 * info.el (Info-insert-dir): Also try "dir.gz".
2030
eb182446
GM
20312012-03-06 Glenn Morris <rgm@gnu.org>
2032
8f2114ee
GM
2033 * files.el (dir-locals-find-file):
2034 Ignore non-readable or non-regular files. (Bug#10928)
2035
eb182446
GM
2036 * files.el (locate-dominating-file): Doc fix.
2037
24679323
AS
20382012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
2039
2040 * calendar/calendar.el (calendar-set-mode-line):
2041 `getenv' returns a string. (Bug#10951)
2042
01d972a9
LL
20432012-03-05 Leo Liu <sdl.web@gmail.com>
2044
109aa8a9
LL
2045 * simple.el (backward-delete-char-untabify): Constrain point to
2046 field (Bug#10939).
2047
01d972a9
LL
2048 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
2049
10607bea
CY
20502012-03-05 Chong Yidong <cyd@gnu.org>
2051
2052 * simple.el (count-words): If called from Lisp, return the word
2053 count, for symmetry with `count-lines'. Arglist changed.
2054 (count-words--message): Args changed. Consolidate counting code
2055 from count-words and count-words-region.
2056 (count-words-region): Caller changed.
2057 (count-lines-region): Make it an obsolete alias.
2058
5dd11cfe
TH
20592012-03-04 Tassilo Horn <tassilo@member.fsf.org>
2060
2061 * saveplace.el (save-place-to-alist)
2062 (save-place-ignore-files-regexp): Allow value nil to disable this
2063 feature.
2064
c349f4e6
CY
20652012-03-04 Chong Yidong <cyd@gnu.org>
2066
2067 * faces.el (face-spec-reset-face): For the default face, reset the
2068 attributes to default values (Bug#10748).
2069
e627be4c
LMI
20702012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2071
2072 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
2073 previous patch: Check `message-send-mail-function', and not the
2074 default function (bug#10897).
2075
ebeabff4
MA
20762012-03-04 Michael Albinus <michael.albinus@gmx.de>
2077
a41a6cf4
MA
2078 * notifications.el (notifications-on-action-signal)
2079 (notifications-on-closed-signal): Check for unique service name of
2080 incoming event. Fix error in removing entry.
ebeabff4 2081 (top): Register for signals with wildcard service name.
a41a6cf4 2082 (notifications-notify): Use daemon unique service name for map entries.
ebeabff4 2083
c1ca42b4
CY
20842012-03-04 Chong Yidong <cyd@gnu.org>
2085
dc9924b8 2086 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
c1ca42b4 2087
ea16568d
GM
20882012-03-04 Glenn Morris <rgm@gnu.org>
2089
2090 * abbrev.el (copy-abbrev-table, abbrev-table-p)
2091 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
2092 (expand-abbrev, define-abbrev-table): Doc fixes.
2093
fbae4637
LMI
20942012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2095
2096 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
2097 `message-default-send-mail-function' and not `send-mail-function'
2098 when doing the prompting for `sendmail-query-once' before sending
2099 in Message buffers (bug#10897).
2100
a1e7225c
LMI
2101 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
2102 This is inconsistent with all the other stream functions, which leave
2103 the setting up to the higher levels (if so wanted) (bug#10931).
2104
56d093a9
AM
21052012-03-02 Alan Mackenzie <acm@muc.de>
2106
2107 Depessimize the handling of very large macros.
2108
2109 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
2110 (c-macro-cache-syntactic): New variables to implement a one
2111 element macro cache.
2112 (c-invalidate-macro-cache): New function.
2113 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
2114 Adapt to use the new cache.
2115 (c-state-safe-place): Use better the cache of safe positions.
2116 (c-state-semi-nonlit-pos-cache)
2117 (c-state-semi-nonlit-pos-cache-limit):
2118 New variables for...
2119 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
2120 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
dbbc2e69
SM
2121 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
2122 Use c-state-semi-safe-place.
56d093a9 2123
dbbc2e69
SM
2124 * progmodes/cc-langs.el (c-get-state-before-change-functions):
2125 Add c-invalidate-macro-cache to the C, C++, Obj entries.
56d093a9 2126
817e5c3d
MA
21272012-03-02 Michael Albinus <michael.albinus@gmx.de>
2128
dbbc2e69
SM
2129 * jka-compr.el (jka-compr-call-process):
2130 Apply `file-accessible-directory-p' only when the default directory is
817e5c3d
MA
2131 not remote.
2132
a032a702
MA
21332012-03-01 Michael Albinus <michael.albinus@gmx.de>
2134
2135 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
2136 access of FILE2, if FILE1 does not exist.
2137
99a54f21
MA
2138 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
2139 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
2140
2141 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
2142 Add "PAGER=" to `process-environment'.
2143
f6561e1f
MM
21442012-03-01 Michael R. Mauger <mmaug@yahoo.com>
2145
2146 * progmodes/sql.el: Bug fix
2147 (sql-get-login-ext): Save login values in globals.
2148 (sql-get-login): Use new version of `sql-get-login-ext'.
2149 (sql-interactive-mode): Set global `sql-connection' to nil.
2150 (sql-connect): Set global values for connection.
2151 (sql-product-interactive): Save global values as buffer local.
2152
2d44d9cc
LL
21532012-02-29 Leo Liu <sdl.web@gmail.com>
2154
2155 * abbrev.el (define-abbrevs): Reset sys to nil.
2156
96b49301 21572012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2158
bf7f9bc5
JB
2159 * files.el (file-equal-p): Rename from `files-equal-p'.
2160 Return nil when one or both files don't exist.
96b49301 2161 (file-subdir-of-p): Now only top directory must exists,
2162 return nil if it doesn't.
bf7f9bc5
JB
2163 (copy-directory): No need to test with `file-subdir-of-p' after
2164 creating dir.
2165 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
2166 to `file-equal-p'.
96b49301 2167
44e97401
GM
21682012-02-28 Glenn Morris <rgm@gnu.org>
2169
2170 * shell.el (shell-mode):
2171 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
2172 * play/landmark.el (landmark-font-lock-face-O):
2173 * play/handwrite.el (handwrite):
2174 * play/gomoku.el (gomoku-O):
2175 * net/browse-url.el (browse-url-browser-display):
2176 * international/mule.el (define-charset):
2177 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
2178 * filesets.el (filesets-find-file-delay):
2179 * eshell/em-xtra.el (eshell-xtra):
2180 * eshell/em-unix.el (eshell-grep):
2181 * emulation/viper.el (viper-mode):
2182 * emacs-lisp/regexp-opt.el (regexp-opt-group):
2183 * emacs-lisp/easymenu.el (easy-menu-define):
2184 * calendar/timeclock.el (timeclock-use-display-time):
2185 * bs.el (bs-mode):
2186 * bookmark.el (bookmark-save-flag):
2187 Doc fix (standardize possessive apostrophe usage).
2188
c98c6276
CY
21892012-02-27 Chong Yidong <cyd@gnu.org>
2190
bf7f9bc5
JB
2191 * emulation/viper-cmd.el (viper-intercept-ESC-key):
2192 Fix key-binding lookup for ESC key (Bug#9146).
ecf5f74e 2193
c98c6276
CY
2194 * font-lock.el (font-lock-specified-p): Rename from
2195 font-lock-spec-present. Callers changed.
2196
9c62cd04 21972012-02-27 Daniel Hackney <dan@haxney.org>
8ac9e529 2198
bf7f9bc5
JB
2199 * emacs-lisp/package.el (package-compute-transaction):
2200 Handle holding a package version to t in package-load-list.
8ac9e529 2201
530739c9
MA
22022012-02-26 Michael Albinus <michael.albinus@gmx.de>
2203
2204 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
2205 (tramp-get-inode, tramp-get-device): Use cached values.
2206
487915d7
AM
22072012-02-26 Alan Mackenzie <acm@muc.de>
2208
2209 Check there is a font-lock specification before doing initial
2210 fontification.
2211
2212 * font-core.el (font-lock-mode): Move the conditional from
2213 :after-hook to font-lock-initial-fontify.
2214 (font-lock-default-function): Move the check for a specification
2215 to font-lock-spec-present.
2216
dc9924b8 2217 * font-lock.el (font-lock-initial-fontify): Call ...
487915d7
AM
2218 (font-lock-spec-present): New function.
2219
4fd96557
JB
22202012-02-26 Jim Blandy <jimb@red-bean.com>
2221
2222 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
2223 (gdb-send): Apply it to the operand of the '-interpreter-exec
2224 console' command, so that we can pass arguments with (say) quotes
2225 in them. Store exact string sent in gdb-debug-log (Bug#10765).
2226
9a4888c0
CY
22272012-02-26 Chong Yidong <cyd@gnu.org>
2228
07498861
CY
2229 * help-fns.el (describe-function-1): Clarify description of
2230 remapping (Bug#10844).
2231
9a4888c0
CY
2232 * files.el (files-equal-p): Doc fix.
2233 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
2234 and quit the loop once a mismatch is found.
2235
ea8fb88d
JB
22362012-02-25 Juanma Barranquero <lekktu@gmail.com>
2237
2238 * bs.el (bs--show-with-configuration): Don't throw an error
2239 if the window cannot be split; otherwise, subsequent calls to
2240 bs-show fail, restoring a stale window config. (Bug#10882)
2241
525795c1
JD
22422012-02-25 Jan Djärv <jan.h.d@swipnet.se>
2243
2244 * term/ns-win.el (global-map): Bind ns-drag-file to
2245 ns-find-file (Bug#5855, Bug#10050).
2246
f008086f
AS
22472012-02-25 Andreas Schwab <schwab@linux-m68k.org>
2248
2249 * calendar/parse-time.el (parse-time-string): Allow extractor to
2250 return nil.
2251
a3fcfa99
MA
22522012-02-25 Michael Albinus <michael.albinus@gmx.de>
2253
91027d08
JB
2254 * net/tramp.el (tramp-file-name-for-operation):
2255 Add `files-equal-p' and `file-subdir-of-p'.
a3fcfa99
MA
2256
2257 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
91027d08
JB
2258 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
2259 Add COPY-CONTENTS argument.
a3fcfa99 2260
67b0de11
CY
22612012-02-25 Chong Yidong <cyd@gnu.org>
2262
2263 Add custom groups for VC backends, for consistency with vc-bzr.
2264
2265 * vc/vc-arch.el (vc-arch):
2266 * vc/vc-cvs.el (vc-cvs):
2267 * vc/vc-git.el (vc-git):
2268 * vc/vc-hg.el (vc-hg):
2269 * vc/vc-mtn.el (vc-mtn):
2270 * vc/vc-rcs.el (vc-rcs):
2271 * vc/vc-sccs.el (vc-sccs):
2272 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
2273 All relevant defcustoms reassigned.
2274
3c9dfce6
CY
22752012-02-25 Chong Yidong <cyd@gnu.org>
2276
1339bf43
CY
2277 * newcomment.el (comment-styles): Add autoload (Bug#10868).
2278
3c9dfce6
CY
2279 * term/x-win.el (x-initialize-window-system): Reduce default for
2280 x-selection-timeout to 5 seconds (Bug#8869).
2281
25b2e303 22822012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2283
ec70a47d
GM
2284 * files.el (files-equal-p, file-subdir-of-p): New functions.
2285 (copy-directory): Error when trying to copy a directory on itself.
25b2e303 2286 Add missing copy-contents arg to tramp handler.
ec70a47d
GM
2287 * dired-aux.el (dired-copy-file-recursive): Same.
2288 (dired-create-files): Modify destination when source is equal to
2289 dest when copying files.
53a46cd0 2290 Return also when dest is a subdir of source. (Bug#10489)
25b2e303 2291
914260cd
MA
22922012-02-24 Michael Albinus <michael.albinus@gmx.de>
2293
2294 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
2295 (Bug#10874)
2296
2cb228f7
AM
22972012-02-23 Alan Mackenzie <acm@muc.de>
2298
2299 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
2300 parameter "after-hook:" to allow the expansion to run code after
2301 the execution of the mode hooks.
2302
2303 * font-lock.el (font-lock-initial-fontify): New function extracted
91027d08 2304 from font-lock-mode-internal.
2cb228f7 2305
91027d08 2306 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
2cb228f7
AM
2307 :after-hook.
2308
8f0fde21
SM
23092012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
2310
3e88618b
SM
2311 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
2312 (completion--cache-all-sorted-completions): New function.
2313 (completion-all-sorted-completions): Use it.
2314 (completion--do-completion, minibuffer-force-complete):
2315 Use it to re-instate the flush hook.
2316
8f0fde21
SM
2317 * icomplete.el (icomplete-completions): Replace last fix with a better
2318 one (bug#10850).
2319
8e911f6f
DG
23202012-02-23 Dmitry Gutov <dgutov@yandex.ru>
2321
2322 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
2323 when it might call us back infinitely (bug#10797).
2324
49fe4321
GM
23252012-02-23 Glenn Morris <rgm@gnu.org>
2326
2327 * minibuffer.el (completion-category-overrides): Doc fix.
2328
b291b572
SM
23292012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
2330
2331 * minibuffer.el (completion-table-with-context): Fix inf-loop.
2332 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
2333
31a9ef2e
GM
23342012-02-23 Glenn Morris <rgm@gnu.org>
2335
5e6e6794 2336 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
31a9ef2e
GM
2337 (authors-obsolete-files-regexps, authors-ignored-files)
2338 (authors-ambiguous-files, authors-renamed-files-alist):
2339 Add more entries.
2340
0bd1e074
JL
23412012-02-23 Juri Linkov <juri@jurta.org>
2342
2343 * isearch.el (isearch-occur): Sync interactive spec with occur's
2344 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
2345
b617673c
JL
2346 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
2347
19e9789e
JL
23482012-02-22 Juri Linkov <juri@jurta.org>
2349
2350 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
2351 (ucs-insert): Doc fix. Check for hex digits in the string.
2352 Don't display `nil' in the error message. (Bug#10857)
2353
f41ce09d
AM
23542012-02-22 Alan Mackenzie <acm@muc.de>
2355
7a71b18d 2356 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
f41ce09d 2357
ac2eceee
GM
23582012-02-22 Glenn Morris <rgm@gnu.org>
2359
2360 * ffap.el (ffap-c-path):
2361 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
2362
abd1f678
CY
23632012-02-22 Chong Yidong <cyd@gnu.org>
2364
2365 * custom.el (load-theme): Doc fix.
2366
f25aef2e
GM
23672012-02-22 Glenn Morris <rgm@gnu.org>
2368
2369 * dired-x.el (dired-guess-shell-alist-default):
2370 Remove escape sequences from nroff output. (Bug#172)
2371
5f8dc2ca
GM
23722012-02-21 Glenn Morris <rgm@gnu.org>
2373
6ff86ec4
GM
2374 * vc/emerge.el (emerge-defvar-local):
2375 Set `permanent-local' property rather than unused `preserved'.
2376
be3223a3 2377 * textmodes/picture.el (picture-delete-char): New alias.
5f8dc2ca
GM
2378 (picture-mode-map): Use it. (Bug#10860)
2379 (picture-mode): Doc fix.
2380
3fe58f4f
JB
23812012-02-21 Juanma Barranquero <lekktu@gmail.com>
2382
2383 * newcomment.el (uncomment-region-default): Remove unused binding.
2384
f9a998c3
GM
23852012-02-21 Glenn Morris <rgm@gnu.org>
2386
2387 * textmodes/picture.el (picture-motion, picture-motion-reverse)
2388 (picture-self-insert, picture-tab-chars): Doc fix.
2389 (picture-mode-map): Fix C-a, C-e.
2390
c6029348
GM
23912012-02-20 Glenn Morris <rgm@gnu.org>
2392
2393 * emacs-lisp/authors.el (authors-aliases): Add another entry.
2394
ab1ce9d7
LL
23952012-02-20 Leo Liu <sdl.web@gmail.com>
2396
2397 * icomplete.el (icomplete-completions): Check FROM arg before
2398 passing to substring (Bug#10850).
2399
0fd40f89
CY
24002012-02-19 Chong Yidong <cyd@gnu.org>
2401
2402 * comint.el: Require ansi-color.
2403 (comint-output-filter-functions): Add ansi-color-process-output.
2404
2405 * ansi-color.el: Don't set comint-output-filter-functions; it is
2406 now in the initial value defined in comint.el.
2407 (ansi-color-apply-face-function): New variable.
2408 (ansi-color-apply-on-region): Use it.
2409 (ansi-color-apply-overlay-face): New function.
2410
2411 * shell.el (shell): No need to require ansi-color.
2412 (shell-mode): Use ansi-color-apply-face-function to highlight
2413 color escapes using font-lock-face property (Bug#10835).
2414
20af2394
CY
24152012-02-19 Chong Yidong <cyd@gnu.org>
2416
2417 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
2418 mode-line formats (Bug#10839).
2419
e23a3fbe
GM
24202012-02-18 Glenn Morris <rgm@gnu.org>
2421
b474519e
GM
2422 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
2423
2424 * mail/undigest.el (unforward-rmail-message): Doc fix.
2425
e23a3fbe
GM
2426 * saveplace.el (save-place-ignore-files-regexp): Add :version.
2427
57939ff4
EZ
24282012-02-18 Eli Zaretskii <eliz@gnu.org>
2429
2430 * international/characters.el (script-list): Sync with the latest
2431 Unicode Character Database.
2432
0c23686e
AS
24332012-02-18 Andreas Schwab <schwab@linux-m68k.org>
2434
2435 * international/titdic-cnv.el: Remove duplicate coding tag.
2436 * language/cham.el: Likewise.
2437 * language/tai-viet.el: Likewise.
2438
6818b449
GM
24392012-02-18 Glenn Morris <rgm@gnu.org>
2440
2441 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
2442 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
2443 (calendar-bahai-all-holidays-flag, calendar-other-dates):
2444 * calendar/diary-lib.el (diary-abbreviated-year-flag):
2445 * calendar/holidays.el (holiday-bahai-holidays)
2446 (calendar-holidays, list-holidays):
2447 Use utf-8 Bahá'í in doc-strings, menus, etc.
2448
0311a3fc
TH
24492012-02-17 Tassilo Horn <tassilo@member.fsf.org>
2450
2451 * saveplace.el (save-place-ignore-files-regexp): New variable
2452 allowing for excluding files from saving their location of point.
2453 The default value matches the temporary commit message editing
2454 files from Git, SVN, Bazaar, and Mercurial.
2455 (save-place-to-alist): Use it.
2456
eb864a71
LM
24572012-02-17 Lawrence Mitchell <wence@gmx.li>
2458 Stefan Monnier <monnier@iro.umontreal.ca>
2459
2460 * newcomment.el (uncomment-region-default): Don't leave extra space
2461 when an arg is provided (bug#8150).
2462
ee0ce425
TZ
24632012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
2464
eb864a71 2465 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
ee0ce425 2466
95ddf442
GM
24672012-02-17 Glenn Morris <rgm@gnu.org>
2468
2469 * net/socks.el: Require network-stream. (Bug#10599)
2470
48dd1e39 24712012-02-17 Kenichi Handa <handa@m17n.org>
c406be43
KH
2472
2473 * international/charprop.el:
2474 * international/uni-name.el:
2475 * international/uni-old-name.el:
2476 * international/uni-comment.el: Regenerate.
2477
d68cd087
GM
24782012-02-16 Glenn Morris <rgm@gnu.org>
2479
2480 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
2481 Interactively in calendar buffer, give an error if not on a date.
2482
13932042
GM
24832012-02-15 Glenn Morris <rgm@gnu.org>
2484
2485 * shell.el (shell-delimiter-argument-list):
2486 Revert 2011-02-17 change. (Bug#8027)
2487
c3a70e2b
CY
24882012-02-15 Chong Yidong <cyd@gnu.org>
2489
60236b0d
CY
2490 * minibuffer.el (completion-at-point-functions): Doc fix.
2491
c3a70e2b
CY
2492 * custom.el (defcustom): Doc fix; note use of defvar.
2493
9f26dc24
GM
24942012-02-15 Glenn Morris <rgm@gnu.org>
2495
2496 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
2497 Doc fixes.
2498
6546b134
GM
24992012-02-14 Glenn Morris <rgm@gnu.org>
2500
2501 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
2502
d29b2b4c
LI
25032012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
2504
2505 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
2506 way the ports list is computed.
835bdcba
LI
2507 (smtpmail-query-smtp-server): Prompt the user for a port number if
2508 we can't connect to any of the standard ports (bug#10810).
d29b2b4c 2509
08dcdbc9
TZ
25102012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
2511
2512 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
2513
2605051a
GM
25142012-02-13 Glenn Morris <rgm@gnu.org>
2515
2516 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
2517
7ee99f32
TZ
25182012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
2519
2520 * net/gnutls.el (gnutls-trustfiles): New variable.
2521 (gnutls-negotiate): Use it.
2522
5f0af64f
LI
25232012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
2524
2525 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
2526 does its stuff if Gnus is running.
2527
c14fcc95
AM
25282012-02-13 Alan Mackenzie <acm@muc.de>
2529
2530 Fix a loop in c-set-fl-decl-start.
2531
7a71b18d 2532 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
c14fcc95
AM
2533 c-backward-syntactic-ws actually moves backwards.
2534
142b4d90
LL
25352012-02-13 Leo Liu <sdl.web@gmail.com>
2536
2537 * net/rcirc.el (rcirc-markup-attributes): Move point to the
2538 beginning so that all \C-o chars are removed.
2539
fa9958a6
TZ
25402012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
2541
dc9924b8 2542 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
fa9958a6 2543
0bc5886a
AM
25442012-02-12 Alan Mackenzie <acm@muc.de>
2545
2546 Fix infinite loop with long macros.
4d6769e1 2547 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
0bc5886a 2548
d4bd55e7
CY
25492012-02-12 Chong Yidong <cyd@gnu.org>
2550
2551 * window.el (display-buffer): Doc fix (Bug#10785).
2552
66f3fe22
GM
25532012-02-12 Glenn Morris <rgm@gnu.org>
2554
bd7da63e
GM
2555 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
2556 (x-disown-selection-internal, x-get-selection-internal):
2557 Sync docs with the xselect.c versions.
2558
66f3fe22
GM
2559 * allout-widgets.el: Add missing license notice.
2560
3e0d2fa7
GM
25612012-02-11 Glenn Morris <rgm@gnu.org>
2562
cfecdf09
GM
2563 * select.el (x-get-selection-internal, x-own-selection-internal)
2564 (x-disown-selection-internal):
2565 * x-dnd.el (x-get-selection-internal): Update declarations.
2566
6d216d7f
GM
2567 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
2568
2bed3f04
GM
2569 * window.el (window-sides-slots):
2570 * tool-bar.el (tool-bar-position):
2571 * term/xterm.el (xterm-extra-capabilities):
2572 * ses.el (ses-self-reference-early-detection):
2573 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
2574 (verilog-auto-wire-type)
2575 (verilog-auto-delete-trailing-whitespace)
2576 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
2577 (verilog-auto-tieoff-declaration):
2578 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
2579 (sql-oracle-statement-starters, sql-oracle-scan-on):
2580 * progmodes/prolog.el (prolog-align-comments-flag)
2581 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
2582 (prolog-left-indent-regexp, prolog-paren-indent-p)
2583 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
2584 (prolog-types, prolog-mode-specificators)
2585 (prolog-determinism-specificators, prolog-directives)
2586 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
2587 (prolog-electric-dot-flag)
2588 (prolog-electric-dot-full-predicate-template)
2589 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
2590 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
2591 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
2592 (prolog-program-switches, prolog-prompt-regexp)
2593 (prolog-debug-on-string, prolog-debug-off-string)
2594 (prolog-trace-on-string, prolog-trace-off-string)
2595 (prolog-zip-on-string, prolog-zip-off-string)
2596 (prolog-use-standard-consult-compile-method-flag)
2597 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
2598 (prolog-imenu-max-lines, prolog-info-predicate-index)
2599 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
2600 (prolog-char-quote-workaround):
2601 * progmodes/cc-vars.el (c-defun-tactic):
2602 * net/tramp.el (tramp-encoding-command-interactive)
2603 (tramp-local-end-of-line):
2604 * net/soap-client.el (soap-client):
2605 * net/netrc.el (netrc-file):
2606 * net/gnutls.el (gnutls):
2607 * minibuffer.el (completion-category-overrides)
2608 (completion-cycle-threshold)
2609 (completion-pcm-complete-word-inserts-delimiters):
2610 * man.el (Man-name-local-regexp):
2611 * mail/feedmail.el (feedmail-display-full-frame):
2612 * international/characters.el (glyphless-char-display-control):
2613 * eshell/em-ls.el (eshell-ls-date-format):
2614 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
2615 (lisp-lambda-list-keyword-parameter-indentation)
2616 (lisp-lambda-list-keyword-parameter-alignment):
2617 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
2618 * dired-x.el (dired-omit-verbose):
2619 * cus-theme.el (custom-theme-allow-multiple-selections):
2620 * calc/calc.el (calc-highlight-selections-with-faces)
2621 (calc-lu-field-reference, calc-lu-power-reference)
2622 (calc-note-threshold):
2623 * battery.el (battery-mode-line-limit):
2624 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
2625 (archive-7z-update):
2626 * allout.el (allout-prefixed-keybindings)
2627 (allout-unprefixed-keybindings)
2628 (allout-inhibit-auto-fill-on-headline)
2629 (allout-flattened-numbering-abbreviation):
2630 * allout-widgets.el (allout-widgets-auto-activation)
2631 (allout-widgets-icons-dark-subdir)
2632 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
2633 (allout-widgets-theme-dark-background)
2634 (allout-widgets-theme-light-background)
2635 (allout-widgets-item-image-properties-emacs)
2636 (allout-widgets-item-image-properties-xemacs)
2637 (allout-widgets-run-unit-tests-on-load)
2638 (allout-widgets-time-decoration-activity)
2639 (allout-widgets-hook-error-post-time)
2640 (allout-widgets-track-decoration):
2641 Add missing :version tags to new defcustoms and defgroups.
2642
5fec1b8e
GM
2643 * progmodes/sql.el (sql-ansi-statement-starters)
2644 (sql-oracle-statement-starters): Add custom type.
2645
3e0d2fa7
GM
2646 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
2647 (prolog-system-version): Give it a type.
2648
90b671e2
EZ
26492012-02-11 Eli Zaretskii <eliz@gnu.org>
2650
2651 * term/pc-win.el (x-select-text, x-selection-owner-p)
2652 (x-own-selection-internal, x-disown-selection-internal)
2653 (x-get-selection-internal): Sync doc strings and argument lists
2654 with xselect.c, common-win.el and x-win.el. (Bug#10783)
2655
5eac0c02
LL
26562012-02-11 Leo Liu <sdl.web@gmail.com>
2657
2658 * progmodes/python.el (python-end-of-statement): Fix infinite
2659 loop. (Bug#10788)
2660
f82cb659
GM
26612012-02-10 Glenn Morris <rgm@gnu.org>
2662
2663 * international/mule-cmds.el (unify-8859-on-encoding-mode)
2664 (unify-8859-on-decoding-mode): Properly mark as obsolete.
2665
cc26d239
LI
26662012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
2667
2668 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
2669 about SMTP before checking the From header.
2670
91027d08 2671 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
cc26d239
LI
2672 into own function for reuse by emacsbug.el.
2673
1be3ca5a
LL
26742012-02-10 Leo Liu <sdl.web@gmail.com>
2675
2676 * subr.el (condition-case-unless-debug): Rename from
2677 condition-case-no-debug. All callers changed.
2678 (with-demoted-errors): Fix caller.
2679
2680 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
2681 * nxml/rng-valid.el (rng-do-some-validation):
2682 * emacs-lisp/package.el (package-refresh-contents)
2683 (package-menu-execute):
2684 * desktop.el (desktop-create-buffer):
91027d08 2685 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1be3ca5a 2686
b011fbfe
GM
26872012-02-10 Glenn Morris <rgm@gnu.org>
2688
b2096d72
GM
2689 * textmodes/bibtex.el:
2690 Add missing :version tags for new/changed defcustoms.
2691
b011fbfe
GM
2692 * files.el (remote-file-name-inhibit-cache): Doc fixes.
2693
4c7e65bf
LI
26942012-02-09 Lars Ingebrigtsen <larsi@rusty>
2695
2696 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
2697 (smtpmail-via-smtp): Use it, or fall back on the From address.
2698 (smtpmail-send-it): Ditto.
2699
f3934f6f
SM
27002012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
2701
2702 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
2703 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
2704 (byte-compile-tmp-var): New const.
2705 (byte-compile-defvar): Use it to minimize .elc size.
2706 Just use `defvar' rather than simulate it (bug#10761).
2707
a075a2c5
GM
27082012-02-09 Glenn Morris <rgm@gnu.org>
2709
cf3aa21b
GM
2710 * files.el (rename-uniquely): Doc fix. (Bug#3806)
2711
354998cd
GM
2712 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
2713 Add :version tags.
2714
dc9924b8
SM
2715 * progmodes/compile.el (compilation-error-screen-columns)
2716 (compilation-first-column, compilation-filter-start): Doc fixes.
83274125 2717
dab3703d
GM
2718 * vc/log-view.el (log-view-toggle-entry-display):
2719 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
2720
3f88cd72
GM
2721 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
2722 (report-emacs-bug-can-use-xdg-email):
2723 (report-emacs-bug-insert-to-mailer): Doc fixes.
2724 (report-emacs-bug): Message fix.
2725
d95b247d
GM
2726 * net/browse-url.el (browse-url-can-use-xdg-open)
2727 (browse-url-xdg-open): Doc fixes.
2728
a075a2c5
GM
2729 * electric.el (electric-indent-mode, electric-pair-mode)
2730 (electric-layout-rules, electric-layout-mode): Doc fixes.
2731 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
2732
ffb6157e
MR
27332012-02-08 Martin Rudalics <rudalics@gmx.at>
2734
2735 * server.el (server-unselect-display): Don't inadvertently kill
2736 the current buffer. (Bug#10729)
2737
e1ac4066
GM
27382012-02-08 Glenn Morris <rgm@gnu.org>
2739
34e8a2da
GM
2740 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
2741 (sql-list-table): Doc fixes.
2742
b4ac6e8c
GM
2743 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
2744 Comment out (does nothing).
2745
e1ac4066
GM
2746 * completion.el (dynamic-completion-mode):
2747 * dirtrack.el (dirtrack-debug-mode):
2748 * electric.el (electric-layout-mode):
2749 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
2750 * face-remap.el (text-scale-mode, buffer-face-mode):
2751 * iimage.el (iimage-mode):
2752 * image-mode.el (image-transform-mode):
2753 * minibuffer.el (completion-in-region-mode):
2754 * scroll-lock.el (scroll-lock-mode):
2755 * simple.el (next-error-follow-minor-mode):
2756 * tar-mode.el (tar-subfile-mode):
2757 * tooltip.el (tooltip-mode):
2758 * vcursor.el (vcursor-use-vcursor-map):
2759 * wid-browse.el (widget-minor-mode):
2760 * emulation/tpu-edt.el (tpu-edt-mode):
2761 * emulation/tpu-extras.el (tpu-cursor-free-mode):
2762 * international/iso-ascii.el (iso-ascii-mode):
2763 * language/thai-util.el (thai-word-mode):
2764 * mail/supercite.el (sc-minor-mode):
2765 * net/goto-addr.el (goto-address-mode):
2766 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
2767 * progmodes/cwarn.el (cwarn-mode):
2768 * progmodes/flymake.el (flymake-mode):
2769 * progmodes/glasses.el (glasses-mode):
2770 * progmodes/hideshow.el (hs-minor-mode):
2771 * progmodes/pascal.el (pascal-outline-mode):
2772 * textmodes/enriched.el (enriched-mode):
2773 * vc/smerge-mode.el (smerge-mode):
2774 Doc fixes (minor mode argument).
2775
5e0d957f
EZ
27762012-02-07 Eli Zaretskii <eliz@gnu.org>
2777
2778 * ls-lisp.el (ls-lisp-sanitize): New function.
2779 (ls-lisp-insert-directory): Use it to fix or remove any elements
2780 in file-alist with missing attributes. (Bug#4673)
2781
98d7371e
AM
27822012-02-07 Alan Mackenzie <acm@muc.de>
2783
2784 Fix spurious recognition of c-in-knr-argdecl.
2785
2786 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
2787 putative K&R region.
2788
667ced3a
AM
27892012-02-07 Alan Mackenzie <acm@muc.de>
2790
eb864a71
LM
2791 * progmodes/cc-engine.el (c-forward-objc-directive):
2792 Prevent looping in "#pragma mark @implementation".
667ced3a 2793
5b77774d
MA
27942012-02-07 Michael Albinus <michael.albinus@gmx.de>
2795
2796 * notifications.el (notifications-on-closed-signal): Make `reason'
2797 optional. (Bug#10744)
2798
af008560
GM
27992012-02-07 Glenn Morris <rgm@gnu.org>
2800
60d47423
GM
2801 * emacs-lisp/easy-mmode.el (define-minor-mode):
2802 Doc fixes for the macro and the mode it defines.
2803
dd605cc4
GM
2804 * image.el (imagemagick-types-inhibit): Doc fix.
2805
af008560
GM
2806 * cus-start.el (imagemagick-render-type): Add it.
2807
5cc59a37
LI
28082012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
2809
4d6769e1
JB
2810 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
2811 Set the default at load time, too, so that `font-lock-fontify-buffer'
2812 can be called without setting up the entire mode first. This fixes
2813 a bug in `mm-inline-text' with C MIME parts.
5cc59a37 2814
9a6dd747
CY
28152012-02-06 Chong Yidong <cyd@gnu.org>
2816
2d16b285
CY
2817 * simple.el (list-processes--refresh): Delete exited processes
2818 (Bug#8094).
2819
171e9b6e
CY
2820 * comint.el (comint-next-prompt): next-single-char-property-change
2821 and prev-single-char-property-change never return nil (Bug#8657).
2822
9a6dd747
CY
2823 * custom.el (defcustom): Doc fix (Bug#9711).
2824
aa4589a7
CY
28252012-02-05 Chong Yidong <cyd@gnu.org>
2826
5c2a252f
CY
2827 * cus-edit.el (custom-variable-reset-backup): Quote the value
2828 before storing it in the customized-value property (Bug#6712).
4aab9006 2829 (custom-display): Add a customization type tag.
983b9602 2830 (custom-buffer-create-internal): Improve tooltip message.
5c2a252f 2831
aa4589a7
CY
2832 * wid-edit.el (widget-field-value-get): New optional arg to
2833 suppress trailing whitespace truncation.
2834 (character): Use it (Bug#2689).
2835
1ff980ae
AS
28362012-02-05 Andreas Schwab <schwab@linux-m68k.org>
2837
2838 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
2839 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
2840
03988c98
CY
28412012-02-05 Chong Yidong <cyd@gnu.org>
2842
eeb6cc88
CY
2843 * cus-edit.el (custom-variable-value-create): For mismatched
2844 types, show the current value (Bug#7600).
2845
03988c98
CY
2846 * custom.el (defcustom): Doc fix.
2847
f8cdeef0
GM
28482012-02-05 Glenn Morris <rgm@gnu.org>
2849
2850 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
2851
0696d255
JB
28522012-02-05 Juanma Barranquero <lekktu@gmail.com>
2853
2854 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
2855 (pp-buffer): Use `ignore-errors', `looking-at-p'.
2856 (pp-last-sexp): Use `looking-at-p'.
2857
34c99998
GM
28582012-02-04 Glenn Morris <rgm@gnu.org>
2859
8f05da42
GM
2860 * files.el (revert-buffer):
2861 Doc fix (mention revert-buffer-in-progress-p).
2862
f160676e
GM
2863 * emacs-lisp/ert-x.el (ert-simulate-command):
2864 Check deferred-action-list (which is obsolete) is bound.
2865
c7291ad9
GM
2866 * subr.el (with-wrapper-hook): Doc fixes.
2867
34c99998
GM
2868 * simple.el (filter-buffer-substring-functions)
2869 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
2870
6283a7d3
LL
28712012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
2872
2873 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
2874 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
2875
e96e3013
LL
28762012-02-04 Leo Liu <sdl.web@gmail.com>
2877
2878 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
2879
8ded50f2
GM
28802012-02-04 Glenn Morris <rgm@gnu.org>
2881
82ff1d13
GM
2882 * image.el (image-extension-data): Add obsolete alias.
2883
987a0a16
GM
2884 * isearch.el (isearch-update): Doc fix.
2885
ea32ef46
GM
2886 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
2887
8ded50f2
GM
2888 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
2889
eea14f31
GM
28902012-02-03 Glenn Morris <rgm@gnu.org>
2891
2892 * image.el (image-animated-p): Doc fix. Use image-animated-types.
2893 (image-animate-timeout): Doc fix.
2894
2895 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
2896
12f381b7
GM
28972012-02-02 Glenn Morris <rgm@gnu.org>
2898
953cebf5
GM
2899 * server.el (server-auth-dir): Doc fix.
2900 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
2901
12f381b7
GM
2902 * subr.el (run-mode-hooks): Doc fix.
2903
953a8c3b
JL
29042012-02-02 Juri Linkov <juri@jurta.org>
2905
2906 * image-mode.el (image-toggle-display-image): Remove tautological
2907 `major-mode' from the `derived-mode-p' test.
2908
c5d3843c
KH
29092012-02-02 Kenichi Handa <handa@m17n.org>
2910
9f6e692e 2911 * composite.el (compose-region): Cancel previous change.
c5d3843c 2912
159462d4 29132012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
2914
2915 * composite.el (compose-region, compose-string): Signal error for
2916 a null string component (Bug#6988).
2917
9f562668
CY
29182012-02-01 Chong Yidong <cyd@gnu.org>
2919
e2cef717
CY
2920 * view.el (view-buffer-other-window, view-buffer-other-frame):
2921 Handle special modes like view-buffer (Bug#10650).
2922 (view-buffer): Simplify.
2923
9f562668
CY
2924 * frame.el (set-frame-font): Tweak meaning of third argument.
2925
9f6e692e
JB
2926 * dynamic-setting.el (font-setting-change-default-font):
2927 Use set-frame-font (Bug#9982).
9f562668 2928
781acb9f
GM
29292012-02-01 Glenn Morris <rgm@gnu.org>
2930
6035be52
GM
2931 * progmodes/compile.el (compilation-internal-error-properties):
2932 Respect compilation-first-column in the "*compilation*" buffer.
2933
781acb9f
GM
2934 * emacs-lisp/easy-mmode.el (define-minor-mode):
2935 Relax :variable's test for a named function.
2936
abbceb00
AM
29372012-01-31 Alan Mackenzie <acm@muc.de>
2938
2939 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
2940 off by one error.
2941
fce3fdeb
CY
29422012-01-31 Chong Yidong <cyd@gnu.org>
2943
2944 * frame.el (set-frame-font): New arg ALL-FRAMES.
2945
2946 * menu-bar.el (menu-set-font): Use set-frame-font.
2947
2948 * faces.el (face-spec-reset-face): Don't apply unspecified
2949 attribute values to the default face.
2950
47893581
JB
29512012-01-31 Juanma Barranquero <lekktu@gmail.com>
2952
2953 * progmodes/cwarn.el (cwarn): Remove dead link.
2954 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
2955 Remove * from defcustom docstrings.
2956 (turn-on-cwarn-mode): Make obsolete.
2957 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
2958 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
2959
e58e988a
GM
29602012-01-31 Glenn Morris <rgm@gnu.org>
2961
60dc2671 2962 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6c9b47ae 2963 Fix :variable handling of mode a symbol not equal to modefun.
60dc2671 2964 Allow named functions to be used as the cdr of :variable.
e58e988a 2965
7a3f511d
GM
29662012-01-30 Glenn Morris <rgm@gnu.org>
2967
2968 * emacs-lisp/authors.el (authors-fixed-entries):
2969 Remove reference to deleted file rnewspost.el.
2970
cb882333
JB
29712012-01-29 Juanma Barranquero <lekktu@gmail.com>
2972
2973 * window.el (window-with-parameter): Remove unused variable `windows'.
2974 (window--side-check): Remove unused variable `code'.
2975 (window--resize-siblings): Remove unused variable `first'.
2976 (adjust-window-trailing-edge): Remove unused variable `failed'.
2977 (window-deletable-p, window--delete): Remove unused variable `buffer'.
2978 Use `let', not `let*'.
2979 (balance-windows-2): Remove unused variable `found'.
2980 (window--state-put-2): Remove unused variable `splits'.
2981 (window-state-put): Remove unused variable `selected'.
2982 (same-window-p): Use `string-match-p'.
2983 (display-buffer-assq-regexp): Remove unused variable `value'.
2984 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
2985 Mark argument ALIST as ignored.
2986 (pop-to-buffer): Remove unused variable `old-window'.
2987
907201af
EZ
29882012-01-29 Eli Zaretskii <eliz@gnu.org>
2989
2990 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
2991 and .lzma compressed files.
2992
ea162670
CY
29932012-01-29 Chong Yidong <cyd@gnu.org>
2994
5b95ee8a
CY
2995 * frame.el (window-system-default-frame-alist): Doc fix.
2996
ea162670
CY
2997 * dynamic-setting.el (font-setting-change-default-font): Don't
2998 change the default face if SET-FONT argument is non-nil (Bug#9982).
2999
d6e6f4b1
SB
30002012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
3001
3002 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
3003
0f29fa41 30042012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
3005
3006 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
3007 breakpoints in files outside current directory (Bug#6098).
3008
db174434
CY
30092012-01-29 Chong Yidong <cyd@gnu.org>
3010
6b25e4e2
SE
3011 * progmodes/python.el: Require ansi-color at top-level.
3012
6df6ae42
JB
3013 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
3014 Define and use in Emacs Lisp mode (Bug#9360).
db174434
CY
3015 (lisp-mode-abbrev-table): Add doc.
3016 (lisp-mode-variables): Don't set local-abbrev-table.
3017 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
3018
e70ee681
RW
30192012-01-28 Roland Winkler <winkler@gnu.org>
3020
3021 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
3022
ace88aa2
RW
30232012-01-28 Roland Winkler <winkler@gnu.org>
3024
3025 * textmodes/bibtex.el (bibtex-entry-alist): New function.
3026 (bibtex-set-dialect): Use it. Either set global values of
3027 dialect-dependent variables or bind these variables buffer-locally
3028 (Bug#10254).
3029 (bibtex-mode): Call bibtex-set-dialect via
3030 hack-local-variables-hook.
eb864a71
LM
3031 (bibtex-dialect): Update docstring.
3032 Add safe-local-variable predicate.
ace88aa2
RW
3033 (bibtex-entry-alist, bibtex-field-alist): Initialize via
3034 bibtex-set-dialect.
3035 (bibtex-mode-map): Define menu for each dialect.
3036 (bibtex-entry): Fix docstring.
3037
93376c5b
CY
30382012-01-28 Chong Yidong <cyd@gnu.org>
3039
3040 * eshell/esh-arg.el (eshell-quote-argument): New function.
3041
3042 * eshell/esh-ext.el (eshell-invoke-batch-file):
3043 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
3044 first arg to eshell-parse-command (Bug#10523).
3045
4372494f
DA
30462012-01-28 Drew Adams <drew.adams@oracle.com>
3047
3048 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
3049 `default-directory' is non-nil.
3050
4d4ec1f8
EZ
30512012-01-28 Eli Zaretskii <eliz@gnu.org>
3052
3053 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
3054 line that displays system-configuration-options. (Bug#9924)
3055
7c188927
DA
30562012-01-28 Drew Adams <drew.adams@oracle.com>
3057
3058 * descr-text.el (describe-char): Show information about POS, in
3059 addition to information about the character at POS. Improve and
3060 update the doc string. Change "code point" to "code point in
3061 charset", to avoid confusion with the character's Unicode code
3062 point shown above that. (Bug#10129)
3063
e0da685a
EZ
30642012-01-28 Eli Zaretskii <eliz@gnu.org>
3065
3066 * descr-text.el (describe-char): Show the raw character, not only
3067 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
3068 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
3069 for the reasons.
3070
70550acf
PH
30712012-01-28 Phil Hagelberg <phil@hagelb.org>
3072
eb864a71
LM
3073 * emacs-lisp/package.el (package-install):
3074 Run package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 3075
0ce8e868
CY
30762012-01-28 Chong Yidong <cyd@gnu.org>
3077
cb882333
JB
3078 * emacs-lisp/package.el (package-maybe-load-descriptor):
3079 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
3080 (package-maybe-load-descriptor): Use it.
3081 (package-download-transaction): Fully load required packages
3082 inside the loop, so that `require' calls work (Bug#10593).
3083 (package-install): No need to call package-initialize now.
3084
2e7f3bea
CY
30852012-01-28 Chong Yidong <cyd@gnu.org>
3086
6e9bad14
CY
3087 * simple.el (deactivate-mark): Doc fix (Bug#8614).
3088
f823b8ca
CY
3089 * tooltip.el (tooltip-mode): Doc fix.
3090 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
3091
2680c309
CY
3092 * frame.el (set-cursor-color): Doc fix (Bug#352).
3093
d7a9e63b
CY
3094 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
3095 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
3096
2e7f3bea
CY
3097 * cus-edit.el (custom-buffer-create-internal): Fix search button
3098 action (Bug#10542).
2ae01800 3099 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 3100
fc4f7a23
EW
31012012-01-27 Eduard Wiebe <usenet@pusto.de>
3102
3103 * dired.el (dired-mark-files-regexp):
3104 Include any subdirectory components. (Bug#10445)
3105
7dd37071
ML
31062012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
3107
3108 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
3109 Handle [host]:port syntax. (Bug#10533)
3110
a268160b
AH
31112012-01-27 Alex Harsanyi <harsanyi@mac.com>
3112
3113 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
3114
e43273ef
GM
31152012-01-26 Glenn Morris <rgm@gnu.org>
3116
3117 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
3118 * term.el (term-raw-escape-map): Use Control-X-prefix.
3119 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
3120
1edf595d
MR
31212012-01-25 Martin Rudalics <rudalics@gmx.at>
3122
3123 * window.el (window-state-get, window--state-get-1): Don't deal
3124 with fixed-sizeness of windows. Simplify code.
3125
fa8eafef
JC
31262012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
3127
6df6ae42
JB
3128 * window.el (window--state-get-1, window--state-put-2):
3129 Don't save and restore the mark.
fa8eafef 3130
0b21c100
CY
31312012-01-25 Chong Yidong <cyd@gnu.org>
3132
3133 * custom.el (custom-variable-p): Doc fix.
3134
5ae1a6c8
GM
31352012-01-25 Glenn Morris <rgm@gnu.org>
3136
40047858
GM
3137 * dired.el (dired-goto-file): Handle some of the more common
3138 characters that `ls -b' escapes. (Bug#10596)
3139
5ddce96c
GM
3140 * progmodes/compile.el (compilation-next-error-function):
3141 Respect compilation-first-column in the "*compilation*" buffer.
3142 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
3143
5ae1a6c8
GM
3144 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
3145
b559f1a9
GM
31462012-01-24 Glenn Morris <rgm@gnu.org>
3147
3148 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
3149
6725d21a
JD
31502012-01-24 Julien Danjou <julien@danjou.info>
3151
3152 * color.el (color-rgb-to-hsl): Fix value computing.
3153 (color-hue-to-rgb): New function.
3154 (color-hsl-to-rgb): New function.
3155 (color-clamp, color-saturate-hsl, color-saturate-name)
3156 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
3157 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
3158
70df4bbe
GM
31592012-01-24 Glenn Morris <rgm@gnu.org>
3160
3161 * vc/vc-rcs.el (vc-rcs-create-tag):
3162 * vc/vc-sccs.el (vc-sccs-create-tag):
3163 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
3164
802a2ae2
ML
31652012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
3166
3167 * eshell/esh-util.el (eshell-read-hosts-file):
3168 Skip comment lines. (Bug#10549)
3169
d7128bb1
ML
3170 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
3171
d1a5c3b4
JB
31722012-01-23 Juanma Barranquero <lekktu@gmail.com>
3173
2724d9c7
JB
3174 * subr.el (display-delayed-warnings): Doc fix.
3175 (collapse-delayed-warnings): New function to collapse identical
3176 adjacent warnings.
3177 (delayed-warnings-hook): Add it.
d1a5c3b4 3178
a5509865
MA
31792012-01-22 Michael Albinus <michael.albinus@gmx.de>
3180
3181 * net/tramp.el (tramp-action-login): Set connection property "login-as".
3182
3183 * net/tramp-cache.el (tramp-dump-connection-properties): Do not dump
3184 properties, when "login-as" is set.
3185
3186 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
3187 (tramp-default-user-alist): Don't add "pscp".
3188 (tramp-do-copy-or-rename-file-out-of-band): Use connection
3189 property "login-as", if set. (Bug#10530)
3190
cc6d5805
MA
31912012-01-21 Michael Albinus <michael.albinus@gmx.de>
3192
3193 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
3194 "plink1" and "psftp". (Bug#10530)
3195
31962012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
3197
3198 * international/mule-cmds.el (prefer-coding-system): Show a
3199 warning message if the default value of file-name-coding-system
3200 was not changed.
3201
f0960428
JC
32022012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
3203
cb882333
JB
3204 * windmove.el (windmove-reference-loc):
3205 Fix windmove-reference-loc miscalculation.
f0960428 3206
dd6f2a63
JB
32072012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
3208
3209 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
3210 default unit.
3211
7b447e9b
GM
32122012-01-21 Glenn Morris <rgm@gnu.org>
3213
117a9ea1
GM
3214 * international/mule.el (auto-coding-alist): Add .tbz.
3215
7b447e9b
GM
3216 * files.el (local-enable-local-variables): Doc fix.
3217 (inhibit-local-variables-regexps): Rename from
3218 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
3219 Doc fix. Add some extensions from auto-coding-alist.
3220 (inhibit-local-variables-suffixes):
3221 Rename from inhibit-first-line-modes-suffixes. Doc fix.
3222 (inhibit-local-variables-p):
3223 New function, extracted from set-auto-mode-1.
3224 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
3225 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
3226 (hack-local-variables): Doc fix. Make the mode-only case
3227 respect enable-local-variables and friends.
3228 Respect inhibit-local-variables-regexps for file-locals, but
3229 not for directory-locals.
3230 (set-visited-file-name):
3231 Take account of inhibit-local-variables-regexps.
3232 Whether it applies may change as the file name is changed.
3233 * jka-cmpr-hook.el (jka-compr-install):
3234 * jka-compr.el (jka-compr-uninstall):
3235 Update for inhibit-first-line-modes-suffixes name change.
3236
dd6e3cdd
MR
32372012-01-20 Martin Rudalics <rudalics@gmx.at>
3238
3239 * help-macro.el (make-help-screen): Temporarily restore original
3240 binding for minor-mode-map-alist (Bug#10454).
3241
0d0deb38
JD
32422012-01-19 Julien Danjou <julien@danjou.info>
3243
3244 * color.el (color-name-to-rgb): Use the white color to find the max
3245 color component value and return correctly computed values.
3246 (color-name-to-rgb): Add missing float conversion for max value.
3247
34a02f46
MR
32482012-01-19 Martin Rudalics <rudalics@gmx.at>
3249
3250 * window.el (window--state-get-1, window-state-get): Do not use
eb864a71
LM
3251 special state value for window-persistent-parameters.
3252 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
34a02f46
MR
3253 (window--state-put-2): Reset all window parameters to nil before
3254 assigning values of persistent parameters.
3255
606c44c4
AM
32562012-01-18 Alan Mackenzie <acm@muc.de>
3257
3258 Eliminate sluggishness and hangs in fontification of "semicolon
3259 deserts".
3260
cb882333
JB
3261 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
3262 Change value 10000 -> 3000.
606c44c4
AM
3263 (c-state-safe-place): Reformulate so it doesn't stack up an
3264 infinite number of wrong entries in c-state-nonlit-pos-cache.
3265 (c-determine-limit-get-base, c-determine-limit): New functions to
3266 determine backward search limits disregarding literals.
3267 (c-find-decl-spots): Amend commenting.
3268 (c-cheap-inside-bracelist-p): New function which detects "={".
3269
3270 * progmodes/cc-fonts.el
3271 (c-make-font-lock-BO-decl-search-function): Give a limit to a
3272 backward search.
3273 (c-font-lock-declarations): Fix an occurrence of point being
3274 undefined. Check additionally for point being in a bracelist or
3275 near a macro invocation without a semicolon so as to avoid a
3276 fruitless time consuming search for a declarator. Give a more
3277 precise search limit for declarators using the new
3278 c-determine-limit.
3279
f3860cea
GM
32802012-01-18 Glenn Morris <rgm@gnu.org>
3281
3282 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
3283 (set-auto-mode): Doc fixes.
3284
1db03b16
GM
32852012-01-17 Glenn Morris <rgm@gnu.org>
3286
0e6038be
GM
3287 * isearch.el (search-nonincremental-instead): Fix doc typo.
3288
1db03b16
GM
3289 * dired.el (dired-insert-directory): Handle newlines in directory name.
3290 (dired-build-subdir-alist): Unescape newlines in directory name.
3291
4cb0aa75
MA
32922012-01-17 Michael Albinus <michael.albinus@gmx.de>
3293
3294 * net/tramp.el (tramp-local-end-of-line): New defcustom.
3295 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
3296 (tramp-action-terminal): Use it. (Bug#10530)
3297
1d00653d
SM
32982012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
3299
3300 * minibuffer.el (completion--replace): Strip properties (bug#10062).
3301
6a6ee00d
MR
33022012-01-16 Martin Rudalics <rudalics@gmx.at>
3303
3304 * window.el (window-state-ignored-parameters): Remove variable.
3305 (window--state-get-1): Rename argument MARKERS to IGNORE.
3306 Handle persistent window parameters. Make copy of clone-of
3307 parameter only if requested. (Bug#10348)
3308 (window--state-put-2): Install a window parameter only if it has
3309 a non-nil value or an existing parameter shall be overwritten.
3310
97912def
MA
33112012-01-15 Michael Albinus <michael.albinus@gmx.de>
3312
3313 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
3314
688070a5
EZ
33152012-01-14 Eli Zaretskii <eliz@gnu.org>
3316
3317 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
3318 don't pass the (nil) value of `upnode' to string-match.
3319
301afadc
CY
33202012-01-14 Chong Yidong <cyd@gnu.org>
3321
3322 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 3323 Fix values recognized by the cursorBlink resource.
301afadc 3324
9e5788aa
PE
33252012-01-14 Paul Eggert <eggert@cs.ucla.edu>
3326
3327 * epg.el (epg--make-temp-file): Avoid permission race condition
3328 when running on old Emacs versions (bug#10403).
3329
3cdb7f5a
GM
33302012-01-14 Glenn Morris <rgm@gnu.org>
3331
3332 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
3333
8c82b1b4
AM
33342012-01-13 Alan Mackenzie <acm@muc.de>
3335
3336 Fix filling for when filladapt mode is enabled.
3337
3338 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
3339 c-mask-paragraph, pass in `fill-paragraph' rather than
3340 `fill-region-as-paragraph'. (This is a reversion of a previous
3341 change.)
eb864a71
LM
3342 * progmodes/cc-mode.el (c-basic-common-init):
3343 Make fill-paragraph-handle-comment buffer local and set it to nil.
8c82b1b4 3344
e517eda4
GM
33452012-01-13 Glenn Morris <rgm@gnu.org>
3346
1498536e
GM
3347 * dired.el (dired-switches-escape-p): New function.
3348 (dired-insert-directory): Use dired-switches-escape-p.
3349 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
3350
e517eda4
GM
3351 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
3352
328f984d
GM
33532012-01-12 Glenn Morris <rgm@gnu.org>
3354
3355 * mail/sendmail.el (mail-mode): Update paragraph-separate for
3356 changes in adaptive-fill-regexp. (Bug#10276)
3357
2cc769a8
AM
33582012-01-11 Alan Mackenzie <acm@muc.de>
3359
3360 Fix Emacs bug #10463 - put `widen's around the critical spots.
3361
1d00653d 3362 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
3363 widen around each invocation of c-state-pp-to-literal. Remove an
3364 unused let variable.
3365
e52c37fa
GM
33662012-01-11 Glenn Morris <rgm@gnu.org>
3367
3368 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 3369 Doc fix.
e52c37fa 3370
96f8741e
CY
33712012-01-10 Chong Yidong <cyd@gnu.org>
3372
1d00653d
SM
3373 * net/network-stream.el (network-stream-open-starttls):
3374 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
3375 response to the capability command.
3376
b09a806e
GM
33772012-01-10 Glenn Morris <rgm@gnu.org>
3378
3379 * mail/unrmail.el (unrmail): Tweak previous change.
3380
7655cb66
CY
33812012-01-09 Chong Yidong <cyd@gnu.org>
3382
3383 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
3384
9d5a8f0b
AM
33852012-01-08 Alan Mackenzie <acm@muc.de>
3386
3387 Optimise font locking in long enum definitions.
3388
3389 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
3390 arm to a cond form to handle enums.
3391 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
3392 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
3393
9a0115ab 33942012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
3395
3396 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 3397 (Bug#10401)
6bb72cbd 3398
f186bb95
LMI
33992012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3400
29232a68
LMI
3401 * faces.el (set-face-attribute): Clarify the meaning of the nil
3402 frame (bug#10294).
3403
4e5d086d
LMI
3404 * subr.el (with-selected-frame): Mention that the selected frame
3405 is restored (bug#9980).
3406
8e66aebe
LMI
3407 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
3408 (bug#9759).
3409
cd394be1 3410 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
3411 (password-read): Don't autoload unused function.
3412
adf4e762
JB
34132012-01-07 Juanma Barranquero <lekktu@gmail.com>
3414
3415 * progmodes/which-func.el (which-func-mode): Turn into a
3416 non-interactive function and mark as obsolete (bug#10428).
3417
89bd9ccd
CY
34182012-01-06 Chong Yidong <cyd@gnu.org>
3419
3420 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
3421 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
3422 functions, along with 1 and -1.
3423
4afee9d5
EZ
34242012-01-06 Eli Zaretskii <eliz@gnu.org>
3425
3426 * time.el (display-time-load-average)
3427 (display-time-default-load-average): Doc fixes. See the thread
3428 starting at
3429 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
3430 for the details.
3431
536aea70
GM
34322012-01-06 Glenn Morris <rgm@gnu.org>
3433
665ae865
GM
3434 * mail/unrmail.el (unrmail): Give an explicit error if the input file
3435 has no messages. (Bug#10377)
3436
c869783d
GM
3437 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
3438 than Info-edit. (Bug#10385)
3439
2bb4227e
GM
3440 * time.el (display-time-load-average, display-time-next-load-average):
3441 Doc fixes.
3442
7d5944b9
GM
3443 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
3444 local setting of buffer-read-only to the input buffer. (Bug#10419)
3445
536aea70
GM
3446 * calendar/calendar.el (calendar-mode):
3447 Locally set scroll-margin to 0. (Bug#10379)
3448
7dccca16
UM
34492012-01-06 Ulrich Mueller <ulm@gentoo.org>
3450
3451 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
3452
afbb7930
GM
34532012-01-05 Glenn Morris <rgm@gnu.org>
3454
3455 * eshell/em-unix.el (diff-no-select): Autoload it.
3456 (eshell/diff): Use diff-no-select. (Bug#10420)
3457
04482335
CY
34582012-01-05 Chong Yidong <cyd@gnu.org>
3459
7baca3bc
CY
3460 * shell.el (shell-dynamic-complete-functions): Revert last change.
3461 (shell-command-completion-function): New function.
3462 (shell-completion-vars): Use it to implement
3463 shell-completion-execonly (Bug#10417).
3464
04482335
CY
3465 * custom.el (enable-theme): Don't set custom-safe-themes.
3466
1d00653d
SM
3467 * cus-theme.el (custom-theme-merge-theme):
3468 Ignore custom-enabled-themes and custom-safe-themes.
04482335 3469
bb5aa5d6
MM
34702012-01-05 Michael R. Mauger <mmaug@yahoo.com>
3471
3472 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
3473 first prompt in `sql-interacive-mode'.
3474 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 3475 keywords.
6df6ae42 3476 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
bb5aa5d6
MM
3477 (sql-product-interactive): Bug fix: Set `sql-buffer' in
3478 context of original buffer. Invoke `sql-login-hook'.
3479
a7183d7c
EZ
34802012-01-04 Eli Zaretskii <eliz@gnu.org>
3481
3482 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
3483 letters in cite-prefix.
3484
a1eacd1e
LMI
34852012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3486
3487 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
3488
787cdb34
CY
34892012-01-03 Chong Yidong <cyd@gnu.org>
3490
1d00653d
SM
3491 * shell.el (shell-dynamic-complete-functions):
3492 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
3493 comint-filename-completion first (Bug#10417).
3494
30710442
RS
34952012-01-02 Richard Stallman <rms@gnu.org>
3496
3497 * battery.el (battery-status-function):
3498 Detect when to use battery-yeeloong-sysfs.
3499 (battery-echo-area-format): Add string for Yeeloong.
3500 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
3501 (battery-yeeloong-sysfs): New function.
3502
f75bfc33
CY
35032012-01-02 Chong Yidong <cyd@gnu.org>
3504
3505 * dirtrack.el (dirtrack-list): Eliminate unused third element.
3506 (dirtrack): Merge code for handling relative filenames in prompt
3507 from shell-dir-cookie-watcher.
3508 (dirtrack-debug-message): New arg to avoid excess format calls.
3509
3510 * shell.el (shell-dir-cookie-re): Variable deleted.
3511 (shell-dir-cookie-watcher): Function deleted.
3512 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
3513 with dirtrack-mode.
3514
651e947e
EZ
35152012-01-01 Eli Zaretskii <eliz@gnu.org>
3516
1d00653d
SM
3517 * term/w32-win.el (dynamic-library-alist) <gnutls>:
3518 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
3519 libgnutls-26.dll.
3520
94d4c7dc
AS
35212011-12-31 Andreas Schwab <schwab@linux-m68k.org>
3522
3523 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
3524
8d43f3cd
EZ
35252011-12-31 Eli Zaretskii <eliz@gnu.org>
3526
3527 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
3528 headers of non-MIME messages, when rmail-enable-mime is non-nil.
3529
98c8795a
MA
35302011-12-29 Michael Albinus <michael.albinus@gmx.de>
3531
3532 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
3533 also for alternative shells.
3534 (tramp-open-connection-setup-interactive-shell): Check, whether
3535 the shell is a busybox.
3536 (tramp-send-command): Don't suppress multiple prompts for
3537 busyboxes, it hurts.
3538
51281b32
CY
35392011-12-28 Chong Yidong <cyd@gnu.org>
3540
3541 * progmodes/gdb-mi.el (gdb-get-source-file-list)
3542 (gdb-get-source-file): Move mode line update to
3543 gdb-get-source-file (Bug#10087).
3544
2170cb53
CY
35452011-12-25 Chong Yidong <cyd@gnu.org>
3546
3547 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
3548 gud-gdb-marker-filter without taking it as an argument.
3549 (gud-gdb-run-command-fetch-lines): Caller changed.
3550 (gud-gdb-completion-function): New variable.
3551 (gud-gdb-completion-at-point): Use it.
3552 (gud-gdb-completions-1): Split from gud-gdb-completions.
3553
3554 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
3555 function as separate arguments.
3556 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
3557 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
3558 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
3559 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
3560 (gdb-stopped, def-gdb-auto-update-trigger)
3561 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
3562 (gdb-get-changed-registers, gdb-get-main-selected-frame):
3563 Callers changed.
2170cb53
CY
3564 (gud-gdbmi-completions): New function.
3565 (gdb): Use it for generating the completion table.
3566
be8b11bb
AM
35672011-12-24 Alan Mackenzie <acm@muc.de>
3568
3569 Introduce a mechanism to widen the region used in context font
1d00653d 3570 locking. Use this to protect declarations from losing their contexts.
be8b11bb 3571
1d00653d
SM
3572 * progmodes/cc-langs.el (c-before-font-lock-functions):
3573 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 3574 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
3575 functions to be run just before context (etc.) font locking.
3576
3577 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 3578 New, functionality extracted from
be8b11bb 3579 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 3580 (c-in-after-change-fontification): New variable.
be8b11bb
AM
3581 (c-after-change): Set c-in-after-change-fontification.
3582 (c-set-fl-decl-start): Rejig its interface, so it can be called
3583 from both after-change and context fontifying.
b81d40f0
JB
3584 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
3585 New functions.
3586 (c-standard-font-lock-fontify-region-function): New variable.
3587 (c-font-lock-fontify-region): New function.
be8b11bb 3588
341cf6ac
JL
35892011-12-24 Juri Linkov <juri@jurta.org>
3590
3591 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
3592 (Bug#10348)
3593
bffcee0a
MA
35942011-12-23 Michael Albinus <michael.albinus@gmx.de>
3595
3596 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
3597 existence of source file. (Bug#10325)
3598
cb5e207c
AM
35992011-12-23 Alan Mackenzie <acm@muc.de>
3600
3601 Fix unstable fontification inside templates.
3602
b81d40f0
JB
3603 * progmodes/cc-langs.el (c-before-font-lock-functions):
3604 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
3605 additionally has c-set-fl-decl-start. The other languages (apart
3606 from AWK) have that as a single entry.
3607
b81d40f0
JB
3608 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
3609 The functionality for "local" declarations has been extracted to
cb5e207c
AM
3610 c-set-fl-decl-start.
3611
b81d40f0
JB
3612 * progmodes/cc-mode.el (c-common-init, c-after-change):
3613 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
3614 (c-set-fl-decl-start): New function, extracted from
3615 c-font-lock-enclosing-decls and enhanced.
3616
60ff536c
JB
36172011-12-23 Juanma Barranquero <lekktu@gmail.com>
3618
3619 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
3620
1c4757d6
JL
36212011-12-22 Juri Linkov <juri@jurta.org>
3622
3623 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
3624
d031f2c7
CY
36252011-12-22 Chong Yidong <cyd@gnu.org>
3626
3627 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
3628
bace743a
DA
36292011-12-21 Drew Adams <drew.adams@oracle.com>
3630
3631 * files.el (file-remote-p): Fix docstring. (Bug#10319)
3632
728a1f2b
JC
36332011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
3634
3635 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
3636
0d373f73
TZ
36372011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
3638
fec0aaa4
TZ
3639 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
3640 highlighting and support. Fix up comments for capitalization.
3641 (cfengine-mode-debug): New var.
3642 (cfengine3-mode): Change the modeline indicator to "CFE3".
3643 (cfengine3-font-lock-keywords): Improve defun highlighting.
3644 (cfengine2-actions): Rename from `cfengine-actions'.
3645 (cfengine2-font-lock-keywords): Rename from
3646 `cfengine-font-lock-keywords'.
3647 (cfengine2-imenu-expression): Rename from
3648 `cfengine-imenu-expression'.
3649 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
3650 (cfengine2-beginning-of-defun): Rename from
3651 `cfengine-beginning-of-defun'.
3652 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
3653 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
3654 (cfengine2-mode): Rename from `cfengine-mode'. Change the
3655 modeline indicator to "CFE2".
3656 (cfengine-mode): Defalias to `cfengine-auto-mode'.
3657 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 3658
bc86f573
CY
36592011-12-21 Chong Yidong <cyd@gnu.org>
3660
3661 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
3662 filename argument.
3663
d45ba96b
MR
36642011-12-20 Martin Rudalics <rudalics@gmx.at>
3665
3666 * window.el (window-normalize-buffer-to-display): Remove.
3667 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
3668
a6198c90
CY
36692011-12-19 Chong Yidong <cyd@gnu.org>
3670
3671 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
3672 Don't signal an error in a predicate function; return non-nil.
3673 (vc-dir-mark-file): Move the error here.
3674 (vc-dir-mark-unmark): If acting on the region, keep going if one
3675 of the entries cannot be marked/unmarked.
3676 (vc-dir-mark-all-files): If current entry is a directory, mark
3677 only child files, as documented.
3678
34c5fb55
VB
36792011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
3680
3681 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
3682 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
3683 addition.
3684
c803b2b7
JD
36852011-12-18 Jan Djärv <jan.h.d@swipnet.se>
3686
3687 * term/ns-win.el (ns-get-selection-internal)
3688 (ns-store-selection-internal): Declare.
1154d12e
JB
3689 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
3690 Declare as obsolete.
3691 (ns-get-pasteboard, ns-paste-secondary):
3692 Use ns-get-selection-internal.
3693 (ns-set-pasteboard, ns-copy-including-secondary):
3694 Use ns-store-selection-internal.
c803b2b7 3695
9cff91f8 36962011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
3697
3698 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 3699 (vc-deduce-fileset): Doc fix.
99a289d9 3700
f16c898a
AS
37012011-12-16 Andreas Schwab <schwab@linux-m68k.org>
3702
3703 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
3704
763237c4
SS
37052011-12-13 Sam Steingold <sds@gnu.org>
3706
3707 * man.el (Man-getpage-in-background): When running under a
3708 window-system, ignore $MANWIDTH and $COLUMNS.
3709
5fc1c122
KH
37102011-12-15 Kenichi Handa <handa@m17n.org>
3711
3712 * language/ethio-util.el: Change coding tag to utf-8-emacs.
3713 (setup-ethiopic-environment-internal): Comment out key-binding for
3714 ethio-toggle-punctuation.
3715
13d49cbb
AM
37162011-12-13 Alan Mackenzie <acm@muc.de>
3717
898169a2
AM
3718 Add the switch statement to AWK Mode.
3719
7a71b18d 3720 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
898169a2
AM
3721 "default" to the keywords regexp.
3722
7a71b18d 3723 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
898169a2 3724 expression as the rest.
1d00653d
SM
3725 (c-nonlabel-token-key): Allow string literals for AWK.
3726 Refactor for the other modes.
898169a2 3727
13d49cbb 3728 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 3729 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
3730 routines. Limit backward searching in c-font-lock-enclosing.decl.
3731
3732 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
3733 pp-state and literal type in addition to the limits.
1d00653d 3734 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 3735 (c-state-literal-at): Use the above new defun.
1d00653d
SM
3736 (c-slow-in-literal, c-fast-in-literal): Remove.
3737 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
3738
3739 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
3740 being in a literal. Add a limit for backward searching.
3741
3742 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
3743 c-slow-in-literal.
3744
15e0efc7
SM
37452011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
3746
3747 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
3748
454592a6
MR
37492011-12-13 Martin Rudalics <rudalics@gmx.at>
3750
3751 * window.el (delete-other-windows): Use correct frame in call to
3752 window-with-parameter.
3753
87393f26
DP
37542011-12-12 Daniel Pfeiffer <occitan@t-online.de>
3755
3756 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
3757 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
3758 (makefile-gmake-statements, makefile-makepp-statements):
3759 Use it and add new makepp keywords.
3760 (makefile-makepp-font-lock-keywords): Add new patterns.
3761 (makefile-match-function-end): Match new [...] and [[...]].
3762
11636b22
JB
37632011-12-11 Juanma Barranquero <lekktu@gmail.com>
3764
3765 * ses.el (ses-call-printer-return, ses-cell-property-get)
3766 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
3767 (ses-create-cell-variable, ses-reset-header-string)
3768 (ses-cell-set-formula, ses-repair-cell-reference-all)
3769 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
3770 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
3771 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
3772 (ses-aset-with-undo, ses-load, ses-truncate-cell)
3773 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
3774 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
3775 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
3776 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
3777 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
3778 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
3779 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
3780 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
3781
cf018193
VB
37822011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
3783
3784 * ses.el: The overall change is to add cell renaming, that is
3785 setting fancy names for cell symbols other than name matching
3786 "\\`[A-Z]+[0-9]+\\'" regexp .
3787 (ses-create-cell-variable): New defun.
3788 (ses-relocate-formula): Relocate formulas only for cells the
3789 symbols of which are not renamed, i.e. symbols whose names do not
3790 match regexp "\\`[A-Z]+[0-9]+\\'".
3791 (ses-relocate-all): Relocate values only for cells the symbols of
3792 which are not renamed.
3793 (ses-load): Create cells variables as the (ses-cell ...) are read,
3794 in order to check row col consistency with cell symbol name only
3795 for cells that are not renamed.
3796 (ses-replace-name-in-formula): New defun.
3797 (ses-rename-cell): New defun.
3798
ee957461
CY
37992011-12-11 Chong Yidong <cyd@gnu.org>
3800
3801 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
3802 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
3803
9a9e9ef0
MR
38042011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
3805
3806 * window.el (other-window): Fix docstring.
3807
92a8eba5
EZ
38082011-12-10 Eli Zaretskii <eliz@gnu.org>
3809
3810 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
3811 `from' or `to' address before taking its substring.
3812 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
3813 encoded name is chopped in the middle of the encoded string, and
3814 thus displayed encoded.
3815
e152e577
JB
38162011-12-10 Juanma Barranquero <lekktu@gmail.com>
3817
3818 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
3819
e5d84bfe
EZ
38202011-12-10 Eli Zaretskii <eliz@gnu.org>
3821
3822 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
3823 to use texinfo-update-node and commands that call it if the
3824 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 3825 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
3826 (texinfo-all-menus-update, texinfo-master-menu)
3827 (texinfo-update-node, texinfo-every-node-update)
3828 (texinfo-multiple-files-update): Doc fix. Warn against updating
3829 all the @node lines.
3830 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
3831 argument is numeric. Explain better in the doc string what the
3832 function really does.
3833 (texinfo-insert-master-menu-list): Improve the error message
3834 displayed if there's no menu in the Top node.
3835 (Bug#2975) See also this thread:
e5d84bfe
EZ
3836 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
3837
1d84e9bb
MG
38382011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
3839
3840 * speedbar.el (speedbar-supported-extension-expressions):
3841 Add .adb and .ads, commonly used for Ada source code (bug#10256).
3842
382c953b
JB
38432011-12-09 Juanma Barranquero <lekktu@gmail.com>
3844
3845 * printing.el (pr-mode-alist):
3846 * simple.el (filter-buffer-substring-functions)
3847 (completion-list-insert-choice-function):
3848 * window.el (window-with-parameter, window-atom-root)
3849 (window-sides-slots, window-size-fixed, window-min-delta)
3850 (window-max-delta, window--resize-mini-window)
3851 (window--resize-child-windows-normal, window-tree)
3852 (delete-other-windows, quit-window, split-window)
3853 (display-buffer-record-window, special-display-buffer-names)
3854 (special-display-regexps, special-display-popup-frame)
3855 (same-window-p, split-window-sensibly)
3856 (display-buffer-overriding-action, display-buffer-alist)
3857 (display-buffer-base-action, display-buffer, switch-to-buffer)
3858 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
3859 (fit-window-to-buffer, recenter-positions)
3860 (mouse-autoselect-window-state, mouse-autoselect-window-select):
3861 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
3862 and remove unneeded backslashes in docstrings.
3863
39c9faef
SM
38642011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
3865
98449af8
SM
3866 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
3867
39c9faef
SM
3868 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
3869 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
3870 end in ".mk".
3871 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
3872 when reading the makefile (bug#10116).
3873
86ed9fdc
SM
38742011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3875
3876 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
3877 (bug#10116).
3878
5580f89d
GM
38792011-12-06 Glenn Morris <rgm@gnu.org>
3880
3881 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
3882
28d3917c
CY
38832011-12-06 Chong Yidong <cyd@gnu.org>
3884
3885 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
3886
a98edce9
JB
38872011-12-06 Juanma Barranquero <lekktu@gmail.com>
3888
3889 * textmodes/table.el (table-shorten-cell): Fix typo.
3890
e65adfac
CG
38912011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
3892
3893 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
3894
71cc0b74
EZ
38952011-12-05 Eli Zaretskii <eliz@gnu.org>
3896
3897 * descr-text.el (describe-char): Fix display of strong
3898 right-to-left characters and directional embeddings and overrides.
3899
3900 * simple.el (what-cursor-position): Fix display of codepoints of
3901 strong right-to-left characters.
3902
315bc30d
CY
39032011-12-05 Chong Yidong <cyd@gnu.org>
3904
3905 * faces.el (read-color): Doc fix.
3906
58a70b94
GM
39072011-12-05 Glenn Morris <rgm@gnu.org>
3908
3909 * align.el (align--set-marker): Add doc-string.
3910 Don't try to move something that is not a marker. (Bug#10216)
3911
5158face
GM
39122011-12-04 Glenn Morris <rgm@gnu.org>
3913
3914 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
3915 overly zealous deletion of trailing whitespace.
3916
520fca41
JB
39172011-12-04 Juanma Barranquero <lekktu@gmail.com>
3918
3919 * server.el (server-delete-client): On Windows, do not try to delete
3920 the only terminal.
3921 (server-process-filter): On Windows, treat requests for a tty frame as
3922 if they were for a GUI frame if the running server is in GUI mode.
3923
5e605a2e
GM
39242011-12-03 Glenn Morris <rgm@gnu.org>
3925
3926 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
3927
5c3fe83f
SM
39282011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3929
6f5e57e7
SM
3930 * electric.el: Streamline electric-indent's hook.
3931 (electric-indent-chars): Revert to simple list.
3932 (electric-indent-functions): New var.
3933 (electric-indent-post-self-insert-function): Use it.
3934
5c3fe83f
SM
3935 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
3936 there's no inferior buffer (bug#10196).
3937 (prolog-consult-compile): Don't use toggle-read-only.
3938
6bdac736
MA
39392011-12-02 Michael Albinus <michael.albinus@gmx.de>
3940
3941 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
3942 interrupt. (Bug#10187)
3943
6131ba7f
SM
39442011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
3945
99c79fee
SM
3946 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
3947 (bug#9160).
3948
6131ba7f
SM
3949 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
3950 (bug#10191).
3951
cb0a02ea
JL
39522011-12-02 Juri Linkov <juri@jurta.org>
3953
3954 * info.el (Info-search): Display "end of manual" when Isearch
3955 reaches the end of single-file Info manual. (Bug#9918)
3956
66e0570c
EZ
39572011-12-02 Eli Zaretskii <eliz@gnu.org>
3958
3959 * isearch.el (isearch-message-prefix): Run the input method part
3960 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
3961
02b16839
JL
39622011-12-02 Juri Linkov <juri@jurta.org>
3963
3964 * isearch.el (isearch-occur): Use `word-search-regexp' for
3965 `isearch-word'.
3966 (isearch-search-and-update): Add condition for `isearch-word' and
3967 call `word-search-regexp'. (Bug#10145)
3968
0b950688
GM
39692011-12-01 Glenn Morris <rgm@gnu.org>
3970
3971 * eshell/em-hist.el (eshell-hist-initialize):
3972 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 3973 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 3974
9505c3c7
SM
39752011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
3976
3977 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
3978
1bbe96b2 39792011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 3980
a1beca85
SM
3981 * progmodes/verilog-mode.el (verilog-pretty-expr):
3982 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
3983 verilog, such as += *= and the like.
3984 (verilog-assignment-operator-re): Regular expression to find the
3985 assigment operator in a verilog assignment.
3986 (verilog-assignment-operation-re): Regular expression to find an
3987 assignment statement for pretty-expr.
3988 (verilog-in-attribute-p): Query returns true if point is in an
3989 attribute context; used to skip these for expression line up from
3990 pretty-expr.
3991 (verilog-in-parameter-p): Query returns true if point is in an
3992 parameter definition context; used to skip these for expression
3993 line up from pretty-expr.
3994 (verilog-in-parenthesis-p): Query returns true if point is in a
3995 parenthetical expression, specifically ( ) but not [ ] or { };
3996 used by pretty-expr.
3997 (verilog-just-one-space): If there is no space, don't add one.
3998 (verilog-get-lineup-indent-2): Specifically skip just attribute
3999 contexts for expression lineup, rather than skipping all
4000 parenthetical expressions.
4001 (verilog-calculate-indent): Fix comment, and fix indent.
4002 (verilog-do-indent): Indent declarations in lists (suggested by
4003 Joachim Lechner).
4004 (verilog-mode-abbrev-table): Populate abbrev mode with the various
4005 skeleton items.
4006 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
4007 by Alain Mellan).
4008
1bbe96b2 40092011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
4010
4011 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
4012 parameters with embedded comments. Reported by Ray Stevens.
4013 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
4014 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
4015 Reported by Tim Holt.
4016 (verilog-auto): Fix AUTOing a upper module then AUTOing module
4017 instantiated by upper module causing wrong expansion until AUTOed a
4018 second time. Reported by K C Buckenmaier.
4019 (verilog-diff-auto): Fix showing .* as a difference when
4020 `verilog-auto-star-save' off. Reported by Dan Dever.
4021 (verilog-auto-reset, verilog-read-always-signals)
4022 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
4023 temporary signals in reset list if
4024 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
4025 style to each signal's assignment type, bug381.
4026 Reported by Thomas Esposito.
6288f0ca
WS
4027 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
4028 (verilog-uvm-statement-re): Support UVM indentation and
4029 highlighting, with old OVM keywords only.
a1beca85 4030 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
4031 Support AUTOTIEOFF creating non-wire data types.
4032 Suggested by Jonathan Greenlaw.
6288f0ca
WS
4033 (verilog-auto-insert-lisp, verilog-delete-to-paren)
4034 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
4035 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
4036 (verilog-read-sub-decls, verilog-read-sub-decls-line):
4037 Fix mismatching parenthesis inside commented out code when deleting
382c953b 4038 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
4039 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
4040 non-numeric vector width. Reported by Alex Reed.
4041 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 4042 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
4043 (verilog-auto-delete-trailing-whitespace):
4044 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
4045 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
4046 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
4047 Fix verilog-scan-cache corruption when running user AUTO expansion
4048 hooks that call indentation routines.
4049 (verilog-simplify-range-expression): Fix typo ignoring lower case
4050 identifiers.
4051 (verilog-delete-auto): Fix delete-autos to also remove user created
4052 automatics, as long as they start with AUTO.
4053 (verilog-batch-diff-auto, verilog-diff-auto)
4054 (verilog-diff-function): Add `verilog-diff-auto' and bind to
4055 "C-c?" to report differences in AUTO expansion, ignoring spaces.
4056 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
4057 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
4058 (verilog-re-search-forward-quick, verilog-syntax-ppss):
4059 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
4060 is disabled and its cache will get corrupt, causing AUTOS not to
4061 expand. Instead use only -quick functions.
4062 (verilog-scan-region): Fix scanning over escaped quotes.
4063 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
4064 (verilog-re-search-backward-quick)
4065 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
4066 related functions now ignore strings, to fix misparsing of strings
4067 with magic comments embedded in them.
a1beca85
SM
4068 (verilog-read-auto-template):
4069 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
4070 Reported by Brad Dobbie.
4071 (verilog-read-auto-template):
4072 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 4073 Reported by Brad Dobbie.
6288f0ca
WS
4074 (verilog-auto-inst, verilog-auto-inst-param)
4075 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
4076 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
4077 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
4078 debugging templates without merge conflicts, bug357.
4079 Reported by Brad Dobbie.
4080 (verilog-read-auto-template):
4081 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
4082 Reported by Brad Dobbie.
4083 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
4084 abbrevs so user won't be asked to save.
4085 (verilog-read-auto-lisp-present): Fix to start at beginning of
4086 buffer in case called outside of verilog-auto.
4087 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
4088 to "X-2". Reported by Matthew Myers.
4089 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
4090 all inputs from module templates. Reported by Leith Johnson.
4091 (verilog-module-inside-filename-p): Fix locating programs as with
4092 modules.
4093 (verilog-auto-inst-port): Fix vl-width expressions when using
4094 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
4095 (verilog-decls-get-regs, verilog-decls-get-signals,
4096 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
4097 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
4098 verilog-read-decls): Combine reg and wire structures into one var
4099 structure to represent SystemVerilog concepts.
4100 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
4101 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
4102 (verilog-auto-wire-type, verilog-insert-definition):
4103 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
4104 SystemVerilog "logic" keyword instead of "wire"/"reg".
4105 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
4106 to declares outputs that also have assignments (presumably in an
a1beca85
SM
4107 ifdef or generate if so there's not a driver conflict).
4108 Reported by Matthew Myers.
4109 (verilog-auto-declare-nettype, verilog-insert-definition):
4110 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
4111 `default_nettype none. Reported by Julian Gorfajn.
4112 (verilog-read-always-signals-recurse, verilog-read-decls)
4113 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
4114 malformed end statement, bug325. Reported by Joshua Wise and
4115 Andrew Drake.
4116 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
4117 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
4118 when expanding .* in interfaces, bug320.
4119 Reported by Pierre-David Pfister.
6288f0ca 4120 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
4121 name and open parenthesis, bug317.
4122 Reported by Pierre-David Pfister.
6288f0ca
WS
4123 (verilog-simplify-range-expression): Fix simplification of
4124 multiplications inside AUTOWIRE connections, bug303.
4125 (verilog-auto-inst-port): Support parameter expansion in
4126 multidimensional arrays.
4127 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
4128 after "assert property". Reported by Julian Gorfajn.
4129 (verilog-simplify-range-expression): Fix "couldn't merge" errors
4130 with multiplication, bug303.
4131 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
4132 Reported by Jan Frode Lonnum.
4133
1bbe96b2
GM
41342011-11-30 Juanma Barranquero <lekktu@gmail.com>
4135
4136 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
4137 (hfy-shell-file-name, hfy-shell):
4138 * international/fontset.el (x-decompose-font-name): Fix typos.
4139
41402011-11-29 Ken Brown <kbrown@cornell.edu>
4141
4142 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
4143 (gdb-version): Remove defvar.
4144 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
4145 (gdb-gud-context-command, gdb-non-stop-handler)
4146 (gdb-current-context-command, gdb-stopped): Use it.
4147 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
4148 (gdb-non-stop-handler): Don't enable pretty-printing here.
4149 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
4150 non-stop mode. Use the following.
4151 (gdb-check-target-async): New defun.
4152 (gud-watch, gdb-stopped): Fix whitespace.
4153 (gdb-get-source-file): Don't try to display the source file if
4154 `gdb-main-file' is nil.
4155
41562011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
4157
4158 * align.el: Try to generate fewer markers (bug#10047).
4159 (align--set-marker): New macro.
4160 (align-region): Use it.
4161
c935221f
SM
41622011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
4163
4164 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
4165
e70b5064
CY
41662011-11-29 Chong Yidong <cyd@gnu.org>
4167
4168 * indent.el (indent-for-tab-command, indent-according-to-mode):
4169 Doc fix.
4170 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
4171
f3af92b7
MA
41722011-11-29 Michael Albinus <michael.albinus@gmx.de>
4173
4174 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
4175 aware of remote file names. (Bug#10124)
4176
ed472be9
CY
41772011-11-29 Chong Yidong <cyd@gnu.org>
4178
4179 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
4180
24510c22
SM
41812011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
4182
4183 * files.el (find-file): Don't use force-same-window (bug#10144).
4184 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
4185 use pop-to-buffer if the selected window can't be used.
4186 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
4187
c60c3703
EZ
41882011-11-28 Eli Zaretskii <eliz@gnu.org>
4189
4190 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
4191 special-mode-map.
4192
e95def75
CY
41932011-11-28 Chong Yidong <cyd@gnu.org>
4194
4195 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
4196
c3f1c606
NR
41972011-11-27 Nick Roberts <nickrob@snap.net.nz>
4198
4199 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
4200 gdb-get-source-file-list on gdb-create-source-file-list.
4201
00db469c
EZ
42022011-11-26 Eli Zaretskii <eliz@gnu.org>
4203
4204 * whitespace.el (whitespace-newline): Use a different foreground
4205 color for 16-color light-background displays.
4206
4ad3bc2a
CY
42072011-11-24 Chong Yidong <cyd@gnu.org>
4208
4209 * window.el (display-buffer--special-action): Doc fix.
4210
e9fce1ac
JB
42112011-11-25 Juanma Barranquero <lekktu@gmail.com>
4212
4213 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
4214 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
4215 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
4216 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
4217 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
4218 (avl-tree-stack-first):
4219 * emacs-lisp/cconv.el (cconv--analyse-use):
4220 * net/gnutls.el (gnutls-negotiate): Fix typos.
4221
cb825e5d
GM
42222011-11-24 Glenn Morris <rgm@gnu.org>
4223
3adbe224
GM
4224 * lpr.el (lpr-windows-system, lpr-lp-system):
4225 * mail/binhex.el (binhex-begin-line):
4226 * progmodes/grep.el (grep-history, grep-find-history):
4227 * textmodes/flyspell.el:
4228 * vc/pcvs-defs.el (cvs-global-menu):
4229 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
4230 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
4231 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
4232
321decc8
GM
4233 * net/tls.el: Fix case of "GnuTLS".
4234
420b63ad
GM
4235 * paths.el (rmail-file-name): Format doc-string for make-docfile.
4236
cb825e5d
GM
4237 * version.el (emacs-build-system): Give it a doc-string.
4238
a0649f08
JL
42392011-11-24 Juri Linkov <juri@jurta.org>
4240
4241 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
4242
c0bc0fd4
GM
42432011-11-24 Glenn Morris <rgm@gnu.org>
4244
4245 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
4246 if called on a non-mime message just toggle the headers. (Bug#8006)
4247
20db1522
JB
42482011-11-24 Juanma Barranquero <lekktu@gmail.com>
4249
4250 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
4251 (allout-lead-with-comment-string, allout-structure-deleted-hook)
4252 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
4253 (allout-rebullet-heading, allout-open-sibtopic)
4254 (allout-toggle-current-subtree-encryption)
4255 (allout-toggle-subtree-encryption, allout-encrypt-string)
4256 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
4257 (allout-distinctive-bullets-string, allout-auto-activation):
4258 * window.el (window-normalize-buffer-to-display):
4259 * progmodes/verilog-mode.el (verilog-batch-indent):
4260 * textmodes/bibtex.el (bibtex-field-braces-opt)
4261 (bibtex-field-strings-opt):
4262 * vc/cvs-status.el (cvs-tree-merge):
4263 Fix typos.
4264
7262a87c
MA
42652011-11-23 Michael Albinus <michael.albinus@gmx.de>
4266
4267 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
4268 `non-essential' to t, in order to avoid remote connections.
4269
283430a1
EZ
42702011-11-23 Eli Zaretskii <eliz@gnu.org>
4271
a1beca85
SM
4272 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
4273 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
4274 case-insensitively.
4275
d2992a38
ML
42762011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
4277
4278 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
4279
50419064
GM
42802011-11-23 Glenn Morris <rgm@gnu.org>
4281
da94eca1
GM
4282 * paths.el (rmail-file-name): Reformat the doc-string so that it
4283 is picked up.
4284
9aac4de2
GM
4285 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
4286 (rmail-auto-file): Ignore case in the "special" field names,
4287 as mail-fetch-field does for all others.
4288
8038d2d2
GM
4289 * mail/rmail.el (rmail-forward):
4290 * mail/rmailkwd.el (rmail-set-label):
4291 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
4292 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
4293
f3fe222a
GM
4294 * mail/rmail.el (rmail-current-message): Doc fix.
4295
50419064
GM
4296 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
4297
28109f49
SM
42982011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
4299
4300 * server.el (server-eval-and-print): Allow C-g (bug#6585).
4301
394c65f1
GM
43022011-11-22 Glenn Morris <rgm@gnu.org>
4303
4304 * mail/rmailmm.el (test-rmail-mime-handler)
4305 (test-rmail-mime-bulk-handler)
4306 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
4307
f2a0aa3a
JL
43082011-11-21 Juri Linkov <juri@jurta.org>
4309
1154d12e
JB
4310 * calc/calc.el (calc-read-key-sequence):
4311 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 4312
9c34a344
LMI
43132011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4314
4315 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
4316 Tell the caller that the next line needs recomputation, even
4317 though it doesn't start a sexp (bug#10094).
4318
f04a3be9
SM
43192011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4320
4321 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
4322
7978747f
SM
43232011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
4324
f04a3be9
SM
4325 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
4326 Use force-same-window.
7978747f 4327
fe7a3057
JB
43282011-11-20 Juanma Barranquero <lekktu@gmail.com>
4329
4330 * descr-text.el (describe-char-unicode-data):
4331 * json.el (json-string-escape):
4332 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
4333 (Footnote-unicode, Footnote-style-p):
4334 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
4335
24901d61
CY
43362011-11-20 Chong Yidong <cyd@gnu.org>
4337
4338 * window.el (replace-buffer-in-windows): Restore interactive spec.
4339
bac7ff22
SM
43402011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
4341
24f3d7b9
SM
4342 * electric.el (electric-indent-mode): Fix last change (too optimistic).
4343
bac7ff22
SM
4344 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
4345 (byte-compile-global-not-obsolete-vars): New var.
4346 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
4347 Use it.
4348 (byte-compile-warn-obsolete): Align text with the one in *Help*.
4349
cd1181db
JB
43502011-11-20 Juanma Barranquero <lekktu@gmail.com>
4351
4352 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
4353 * progmodes/pascal.el (electric-pascal-equal):
4354 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
4355 * xml.el (xml-substitute-special): Fix typos.
4356
7fb18e9e
GM
43572011-11-20 Glenn Morris <rgm@gnu.org>
4358
4359 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
4360 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
4361 Doc fixes.
4362 (rmail-decode-mime-charset): Mark as obsolete.
4363
4364 * mail/rmailsum.el (rmail-message-regexp-p-1):
4365 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
4366 Before using mime functions, check they are set. (Bug#10077)
4367
d5a6b3ba
JL
43682011-11-19 Juri Linkov <juri@jurta.org>
4369
4370 * info.el (Info-finder-find-node): Use `package--builtins' instead
4371 of `package-alist'. Use node names formed by the pattern "Keyword "
4372 and the keyword name.
4373
e981b61f
AS
43742011-11-19 Andreas Schwab <schwab@linux-m68k.org>
4375
1d00653d 4376 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 4377
3ffbc301
JL
43782011-11-19 Juri Linkov <juri@jurta.org>
4379
4380 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
4381 that calls `revert-buffer' on all Info buffers. (Bug#9915)
4382 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
4383 `old-history', `old-history-forward'. Add let-binding
4384 `window-selected'. Remove calls to `kill-buffer',
4385 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
4386 before calling `Info-find-node', so `Info-find-node-2' will reread
4387 the Info file. Restore window positions only when `window-selected'
4388 is non-nil.
4389
30c62133
JL
43902011-11-19 Juri Linkov <juri@jurta.org>
4391
4392 * isearch.el (isearch-lazy-highlight-new-loop):
4393 Remove condition `(not isearch-error)'. (Bug#9918)
4394
4395 * misearch.el (multi-isearch-search-fun): Add condition
4396 `(not bound)' to ignore lazy-highlighting search.
4397 Add the search-failed message "end of multi" when the end of
4398 multi-sequence is reached. Uncapitalize the search-failed
4399 message "Repeat for next buffer".
4400
4401 * info.el (Info-search): Add the search-failed message
4402 "end of the manual" when the end of the manual is reached
4403 in Isearch mode.
4404
645ca9cf
JL
44052011-11-19 Juri Linkov <juri@jurta.org>
4406
4407 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
4408 Use non-destructive `remove' instead of `delete' because
4409 `Info-history-list' stored to `Info-isearch-initial-history-list' in
4410 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
4411
df754f66
JL
44122011-11-19 Juri Linkov <juri@jurta.org>
4413
4414 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
4415 to nil instead of binding `search-ring' and `regexp-search-ring'.
4416 (Bug#9185)
4417
0e23d96a
EZ
44182011-11-19 Eli Zaretskii <eliz@gnu.org>
4419
4420 * simple.el (line-move): Force movement by logical lines for any
4421 hscrolled window, not only when auto-hscroll-mode is on.
4422 (line-move-visual): Update doc string to that effect. (Bug#10076)
4423
8a6ccb66
AS
44242011-11-19 Andreas Schwab <schwab@linux-m68k.org>
4425
4426 * language/european.el (macintosh): Define as alias for mac-roman.
4427
49ae5b39
EZ
44282011-11-19 Eli Zaretskii <eliz@gnu.org>
4429
4430 * mail/rmailmm.el (rmail-mime-display-header)
4431 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
4432 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
4433 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
4434 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
4435 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
4436 of a raw aref.
4437 (rmail-mime-entity-segment): To get past the tagline, move forward
4438 2 more lines, to account for the 2 empty lines that precede and
4439 follow the line with the buttons.
4440 (rmail-mime-update-tagline): Move one more line, to get past the
4441 empty line that follows the buttons in the tagline. (Bug#9520)
4442
c56cad4a
MR
44432011-11-19 Martin Rudalics <rudalics@gmx.at>
4444
4445 * window.el (window-max-delta-1, window-min-delta-1)
4446 (window-min-size-1, window-state-get-1, window-state-put-1)
4447 (window-state-put-2): Use "window--" prefix.
4448
cbe71af3
SM
44492011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
4450
2ad52c60
SM
4451 * emacs-lisp/smie.el: Improve warnings and conflict detection.
4452 (smie-warning-count): New var.
4453 (smie-set-prec2tab): Use it.
4454 (smie-bnf->prec2): Improve warnings. Add docstring.
4455 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
4456 (smie-bnf--set-class): New function.
4457 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
4458 corner case.
4459
6944dbc1
SM
4460 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
4461 (compilation-error-properties, compilation-move-to-column):
4462 Handle compilation-first-column while in the target buffer.
4463
c400c4d7
SM
4464 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
4465 Don't hardcode point-min==1.
4466
6dbe3e96
SM
4467 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
4468 (eshell-rewrite-for-command): Remove workaround.
4469 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
4470 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
4471 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
4472
cbe71af3
SM
4473 * files-x.el (modify-file-local-variable): Obey commenting conventions.
4474
a8e1496d
GM
44752011-11-17 Glenn Morris <rgm@gnu.org>
4476
4477 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
4478 Ignore buffer-local generated-autoload-file if it is the same
4479 as the global value. (Bug#10049)
4480
df85d315
JB
44812011-11-17 Juanma Barranquero <lekktu@gmail.com>
4482
4483 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
4484 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
4485 (reftex-toc-previous-heading, reftex-toc-max-level)
4486 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
4487 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
4488 (reftex-toc-do-promote, reftex-toc-promote-prepare)
4489 (reftex-toc-promote-action, reftex-toc-extract-section-number)
4490 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
4491 (reftex-toc-rename-label, reftex-toc-visit-location)
4492 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
4493 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
4494 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
4495 leaving "*toc*" only for references to the buffer.
4496
a0c2d0ae
MR
44972011-11-17 Martin Rudalics <rudalics@gmx.at>
4498
4499 * window.el (window-resize, delete-window, split-window):
4500 Replace window-splits by window-combination-resize.
1d00653d 4501 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 4502
35c0bac8
GM
45032011-11-17 Glenn Morris <rgm@gnu.org>
4504
4505 * progmodes/sh-script.el (sh-font-lock-keywords-var):
4506 Make bash entry derive from sh entry, not shell entry.
4507
d0c8fc8a
MA
45082011-11-16 Michael Albinus <michael.albinus@gmx.de>
4509
d0c8fc8a
MA
4510 * net/tramp-cache.el (tramp-flush-file-property): Flush also
4511 properties of linked files. (Bug#9879)
4512
7262a87c
MA
4513 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
4514 local file name.
4515
7877f373
JB
45162011-11-16 Juanma Barranquero <lekktu@gmail.com>
4517
4518 * menu-bar.el (menu-bar-file-menu):
4519 * printing.el (pr-ps-utility):
4520 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
4521 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
4522 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
4523 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
4524 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
4525 (icalendar--convert-cyclic-to-ical)
4526 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
4527 (icalendar--convert-ical-to-diary)
4528 (icalendar--convert-recurring-to-diary)
4529 (icalendar--convert-non-recurring-all-day-to-diary)
4530 (icalendar-import-format-sample):
4531 * progmodes/idlw-shell.el (idlwave-shell-mode):
4532 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
4533 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
4534 (vhdl-ps-print-init): Fix typos.
4535
10649b82
KM
45362011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
4537
9d0cfcd6
GM
4538 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
4539 FSF and collapse date sequence, obscure author/maintainer email address
4540 better, remove extra version line, track relocation of author's webpage.
10649b82 4541
9d0cfcd6
GM
4542 * progmodes/python.el (python-pdbtrack-input-prompt)
4543 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
4544 regular python pdb prompts. Adjustments shamelessly taken exactly as
4545 suggested in EmacsWiki page (tiny change):
4546 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 4547
58179cce
JB
45482011-11-16 Juanma Barranquero <lekktu@gmail.com>
4549
4550 * expand.el (expand-pos, expand-index, expand-point):
4551 Remove redundant info from docstring.
4552 (expand-add-abbrevs): Doc fix.
4553 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
4554 (expand-sample-perl-mode-expand-list): Fix typos.
4555
4556 * net/dbus.el (dbus-event-member-name):
4557 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
4558 * term/pc-win.el (msdos-create-frame-with-faces):
4559 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
4560
b6f67890
MR
45612011-11-16 Martin Rudalics <rudalics@gmx.at>
4562
4563 * window.el (split-window, window-state-get-1)
4564 (window-state-put-1, window-state-put-2): Rename occurrences of
4565 window-nest to window-combination-limit.
1d00653d 4566 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 4567
ce7ddba0
CY
45682011-11-16 Chong Yidong <cyd@gnu.org>
4569
4570 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
4571 regexp (Bug#10033).
4572
3ae704f4
SM
45732011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4574
4575 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
4576 `completing-read' will remove *Completions* and will preserve
4577 current-buffer for us.
4578 (tmm-add-prompt): Users of *Completions* will always (re)set its
4579 major mode.
4580 (tmm-old-comp-map): Remove.
4581
6ad1cdde
GM
45822011-11-16 Glenn Morris <rgm@gnu.org>
4583
4584 * mail/rmailedit.el: Require rmailmm when compiling.
4585 (rmail-old-mime-state): New declaration.
4586 (rmail-edit-current-message): If editing a mime message,
4587 edit the "raw" message from the mbox buffer.
4588 (rmail-cease-edit): Handle mime messages. (Bug#9840)
4589
d20faa20
GM
45902011-11-15 Glenn Morris <rgm@gnu.org>
4591
4592 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
4593 which wasn't being used. Add optional arg to force given state.
4594 (rmail-mime): Add optional arg to force given state.
4595
c7015153
JB
45962011-11-15 Juanma Barranquero <lekktu@gmail.com>
4597
4598 * allout.el (allout-encryption-plaintext-sanitization-regexps):
4599 * frame.el (display-mm-dimensions-alist):
4600 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
4601 (outline-move-subtree-down):
4602 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
4603 (newsticker--treeview-do-get-node):
4604 * net/quickurl.el (quickurl-list-buffer-name):
4605 * progmodes/dcl-mode.el (dcl-mode):
4606 * progmodes/gdb-mi.el (gdb-mapcar*):
4607 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
4608
45261b50
GM
46092011-11-15 Glenn Morris <rgm@gnu.org>
4610
4611 * mail/rmail.el (rmail-file-coding-system): It's only ever used
4612 in a boolean sense, so just make it a boolean, and fix the doc.
4613 (rmail-show-mime-function, rmail-mime-feature)
4614 (rmail-require-mime-maybe): Doc fixes.
4615 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
4616
4617 * mail/rmailmm.el (rmail-show-mime): Doc fix.
4618
0d26e0b6
JB
46192011-11-15 Juanma Barranquero <lekktu@gmail.com>
4620
4621 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
4622 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
4623 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
4624 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
4625
447f30f6
GM
46262011-11-15 Glenn Morris <rgm@gnu.org>
4627
672b871d
GM
4628 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
4629 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
4630 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
4631 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
4632 (rmail-mime, rmail-show-mime): Doc fixes.
4633
f6aa5bb1
GM
4634 * term/ns-win.el (mode-line-frame-identification):
4635 Leave it alone. (Bug#10051)
4636
947cd66b
GM
4637 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
4638
447f30f6
GM
4639 * mail/rmailout.el (rmail-output-to-rmail-buffer):
4640 Handle empty buffers. (Bug#9978)
4641
0b381c7e
JB
46422011-11-14 Juanma Barranquero <lekktu@gmail.com>
4643
4644 * international/mule.el (define-charset):
4645 * mail/rmailmm.el (rmail-mime-find-header-encoding):
4646 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
4647 * progmodes/verilog-mode.el (verilog-backward-token):
4648 * textmodes/ispell.el (lookup-words):
4649 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
4650
71e027ac
GM
46512011-11-14 Glenn Morris <rgm@gnu.org>
4652
56632ce4
GM
4653 * progmodes/executable.el
4654 (executable-make-buffer-file-executable-if-script-p):
4655 Handle file-modes returning nil.
4656
40500957
GM
4657 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
4658 message - not necessary, and causes problems. (Bug#9831)
4659
071c2340
GM
4660 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
4661
d3cfca60
GM
4662 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
4663
71e027ac
GM
4664 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
4665 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
4666 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
4667
89d61221
MR
46682011-11-12 Martin Rudalics <rudalics@gmx.at>
4669
4670 * window.el (window-resize, delete-window): Use window-splits
4671 variable instead of function.
4672 (window-state-get-1, window-state-put-2, window-state-put):
4673 Don't deal with windows' splits status.
4674
98282f6f
GM
46752011-11-12 Glenn Morris <rgm@gnu.org>
4676
4677 * apropos.el (apropos-do-all, apropos-library, apropos-value)
4678 (apropos-documentation): Doc fixes.
4679
40a8bdf6
JB
46802011-11-11 Juanma Barranquero <lekktu@gmail.com>
4681
4682 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
4683 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
4684
65bd19ff
SM
46852011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
4686
4687 * electric.el (electric-indent-post-self-insert-function): Make it
4688 possible for a char to only indent in some circumstances.
4689 (electric-indent-mode): Simplify.
4690
54f9154c
MR
46912011-11-11 Martin Rudalics <rudalics@gmx.at>
4692
4693 * window.el (windows-with-parameter): Remove unused function.
4694 (windows-at-side): Rename to window-at-side-list.
4695 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
4696 (window-side-check, window-size-ignore, window-size-fixed-1)
4697 (window-in-direction-2): Prefix with "window--".
4698 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 4699
68cbc58b
GM
47002011-11-11 Glenn Morris <rgm@gnu.org>
4701
4702 * subr.el (eval-after-load): If FILE is already loaded,
4703 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
4704
b2621720
GM
47052011-11-10 Glenn Morris <rgm@gnu.org>
4706
9a4de110
GM
4707 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
4708 Call svn via vc-svn-command rather than vc-do-command.
4709 (vc-svn-command): Add --non-interactive. (Bug#9993)
4710 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
4711
b2621720
GM
4712 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
4713 Add toggle-read-only. (Bug#7292)
4714 * files.el (toggle-read-only): Mention that it should only
4715 be used interactively. (Bug#10006)
4716
1dce7193
SM
47172011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4718
d9ac1a1e
SM
4719 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4720 Adjust regexp for OCaml warnings.
4721
0c325082
SM
4722 * electric.el (electric-pair-post-self-insert-function): Let user
4723 turn it off buffer-locally (bug#9932).
4724
90132c14
SM
4725 * progmodes/python.el (python-beginning-of-statement):
4726 Rewrite (bug#2703).
4727
1dce7193
SM
4728 * progmodes/compile.el: Better handle TABs (bug#9749).
4729 (compilation-internal-error-properties)
4730 (compilation-next-error-function): Obey the target buffer's
4731 compilation-error-screen-columns.
4732
c4e7c63a
JB
47332011-11-09 Juanma Barranquero <lekktu@gmail.com>
4734
4735 * progmodes/meta-mode.el: Remove obsolete comments.
4736 (meta-right-comment-regexp, meta-ignore-comment-regexp):
4737 Fix typos in docstrings.
4738
2cffd681
MR
47392011-11-09 Martin Rudalics <rudalics@gmx.at>
4740
4741 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 4742 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
4743 (window--resizable): New function. Make all callers of
4744 window-resizable call window--resizable instead.
4745 (window-resizable): Rewrite in terms of window--resizable.
4746
0edcba87
GM
47472011-11-08 Glenn Morris <rgm@gnu.org>
4748
4749 * progmodes/delphi.el (delphi-mode-syntax-table):
4750 Let define-derived-mode define a proper syntax table. (Bug#9994)
4751
4b0d61e3
SM
47522011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4753
4754 * window.el: Stay away from defsubst.
4755 (window-list-no-nils): Remove.
4756 (window-state-get-1, window-state-get): Use backquote instead.
4757
cd394be1 47582011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 4759
4b0d61e3 4760 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 4761 Fix incorrect use of default argument in `completing-read'.
4762
e1c2c6f2
MR
47632011-11-08 Martin Rudalics <rudalics@gmx.at>
4764
4765 * window.el (display-buffer-function, special-display-function):
4766 Mention display-buffer-record-window but do not mention
4767 help-setup parameter in doc-strings.
b3f4a882 4768 (window-min-delta): Fix doc-string typo.
e1c2c6f2 4769
105216ed
CY
47702011-11-08 Chong Yidong <cyd@gnu.org>
4771
4772 * window.el (window-total-height, window-total-width): Doc fix.
4773 (window-body-size): Move from C.
4774 (window-body-height, window-body-width): Move to C.
4775
0a9f9ab5
SM
47762011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4777
4778 * window.el: Make special-display like display-buffer-alist (bug#9532).
4779 (display-buffer--special-action): New function, morphed
4780 from display-buffer--special.
4781 (display-buffer): Use it to handle special-display-buffers at higher
4782 priority (just after display-buffer-alist).
4783 (display-buffer-fallback-action, display-buffer--other-frame-action)
4784 (pop-to-buffer-same-window): Remove display-buffer--special.
4785
a769dd15
GM
47862011-11-07 Glenn Morris <rgm@gnu.org>
4787
4788 * calendar/cal-menu.el (cal-menu-set-date-title):
4789 Do nothing if not in a calendar. (Bug#9976)
4790
05a61ee3
SM
47912011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
4792
4793 * files.el (find-file): Always use selected-window.
4794
be7f5545
MR
47952011-11-07 Martin Rudalics <rudalics@gmx.at>
4796
4797 * window.el (window-combinations): Make WINDOW argument
4798 mandatory. Rewrite doc-string.
4799 (walk-window-subtree, window-atom-check, window-min-delta)
4800 (window-max-delta, window--resize-this-window)
4801 (window--resize-root-window-vertically, window-tree)
4802 (balance-windows, window-state-put): Rewrite doc-strings as to
4803 not mention the term "subwindow".
4804 (window--resize-subwindows-skip-p): Rename to
4805 window--resize-child-windows-skip-p.
4806 (window--resize-subwindows-normal): Rename to
4807 window--resize-child-windows-normal.
4808 (window--resize-subwindows): Rename to
4809 window--resize-child-windows.
4810 (window-or-subwindow-p): Rename to window--in-subtree-p.
4811
3c6702ef
ML
48122011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
4813
4814 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
4815 Ensure that mbox format messages end in two newlines (Bug#9974).
4816
49745b39
CY
48172011-11-06 Chong Yidong <cyd@gnu.org>
4818
4819 * window.el (window-combination-p): Function deleted; its
4820 side-effect is not used in any existing code.
4821 (window-combinations, window-combined-p): Call window-*-child
4822 directly.
4823
24300f5f
CY
48242011-11-05 Chong Yidong <cyd@gnu.org>
4825
4826 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
4827 (window-size-ignore, window-state-get): Callers changed.
4828 (window-normalize-window): Rename from window-normalize-any-window.
4829 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 4830 (window-normalize-live-window): Delete.
447f16b8
CY
4831 (window-combination-p, window-combined-p, window-combinations)
4832 (walk-window-subtree, window-atom-root, window-min-size)
4833 (window-sizable, window-sizable-p, window-size-fixed-p)
4834 (window-min-delta, window-max-delta, window-resizable)
4835 (window-resizable-p, window-full-height-p, window-full-width-p)
4836 (window-current-scroll-bars, window-point-1, set-window-point-1)
4837 (window-at-side-p, window-in-direction, window-resize)
4838 (adjust-window-trailing-edge, maximize-window, minimize-window)
4839 (window-deletable-p, delete-window, delete-other-windows)
4840 (record-window-buffer, unrecord-window-buffer)
4841 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
4842 (quit-window, split-window, window-state-put)
4843 (set-window-text-height, fit-window-to-buffer)
4844 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 4845
89bd5ee1
EZ
48462011-11-04 Eli Zaretskii <eliz@gnu.org>
4847
53479029
EZ
4848 * mail/rmail.el (rmail-simplified-subject): Decode subject with
4849 rfc2047-decode-string.
4850 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
4851 warnings.
4852
89bd5ee1
EZ
4853 * window.el (window-body-height, window-body-width): Mention in
4854 the doc string that the return values are in frame's canonical
4855 units. (Bug#9949)
4856
bd17fdee
AM
48572011-11-03 Alan Mackenzie <acm@muc.de>
4858
4859 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
4860 change in cc-engine.el.
4861
acc825c5
SM
48622011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
4863
4864 * window.el (switch-to-buffer): Use `force-same-window' interactively.
4865
1885e5b8
MR
48662011-11-02 Martin Rudalics <rudalics@gmx.at>
4867
4868 * window.el (quit-window): Call unrecord-window-buffer after
4869 showing another buffer in the window. (Bug#9937)
acc825c5 4870 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 4871
ebe06da9
JB
48722011-11-02 Juanma Barranquero <lekktu@gmail.com>
4873
4874 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
4875 Accept status with more than 9 shelves. (Bug#9935)
4876 Reported by Colin D Bennett <colin@gibibit.com>.
4877
4ee88440
MR
48782011-11-01 Martin Rudalics <rudalics@gmx.at>
4879
4880 * help.el (with-help-window): Don't reference
4881 temp-buffer-show-specifiers in doc-string.
4882
08e1d82c
AS
48832011-10-31 Andreas Schwab <schwab@linux-m68k.org>
4884
4885 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
4886 menu-item.
4887
84bd6e9e
VJL
48882011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4889
4890 * whitespace.el: New version 13.2.2.
4891 (whitespace-newline-mode): Disable properly. Reported by Sarah
4892 <EmacsWiki>.
4893
dba0634a
UJ
48942011-10-30 Ulf Jasper <ulf.jasper@web.de>
4895
4896 * net/newst-treeview.el: Remove "Time-stamp".
4897 (newsticker--group-manage-orphan-feeds): Do not call
4898 newsticker--treeview-tree-update.
db22a3c2
JB
4899 (newsticker-treeview-update, newsticker-treeview):
4900 Call newsticker--treeview-tree-update if necessary.
dba0634a 4901
3d8daefe
MR
49022011-10-30 Martin Rudalics <rudalics@gmx.at>
4903
4904 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
4905 (window-iso-combinations): Remove "iso-" infix.
4906 Suggested by Chong Yidong.
3d8daefe
MR
4907 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
4908 (window-max-delta-1, window-resize, window--resize-siblings)
4909 (window--resize-this-window, adjust-window-trailing-edge)
4910 (split-window, balance-windows-1)
4911 (shrink-window-if-larger-than-buffer):
4912 * calendar/calendar.el (calendar-generate-window):
db22a3c2 4913 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 4914
1bc4c3ae
SM
49152011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
4916
4917 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
4918 in place (bug#9907).
4919 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
4920 (eshell-rewrite-if-command, eshell-rewrite-for-command)
4921 (eshell-structure-basic-command, eshell-rewrite-while-command)
4922 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
4923 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
4924 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
4925 (eshell-do-pipelines-synchronously, eshell-eval-command):
4926 Use backquotes and prefer setq to set.
4927 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
4928 (eshell-macrop): Use functionp.
c1e2f5fa 4929 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 4930
30b65d9c
CY
49312011-10-30 Chong Yidong <cyd@gnu.org>
4932
4933 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
4934 instead of set-mark (Bug#9810).
4935
2d197ffb
CY
49362011-10-30 Chong Yidong <cyd@gnu.org>
4937
4938 * window.el (split-window-below, split-window-right): Rename from
4939 split-window-above-each-other and split-window-side-by-side
4940 respectively. All callers changed.
4941 (split-window-sensibly, split-window-sensibly): Use them.
4942 (split-window-keep-point): Doc fix.
4943
4944 * isearch.el: Add isearch-scroll property to split-window-below
4945 and split-window-right.
4946
4947 * follow.el (follow-mode):
4948 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
4949 * progmodes/ada-xref.el (ada-gdb-application):
4950 * emulation/vip.el (vip-buffer-in-two-windows):
4951 * image-dired.el (image-dired-dired-with-window-configuration):
4952 * dired-x.el (dired-do-find-marked-files):
4953 * dired.el (dired-pop-to-buffer):
4954 * bs.el (bs--show-with-configuration):
4955 * vc/emerge.el (emerge-setup-windows):
4956 * textmodes/two-column.el (2C-two-columns):
4957 * textmodes/reftex-toc.el (reftex-toc):
4958 * progmodes/gdb-mi.el (gdb-setup-windows):
4959 * progmodes/fortran.el (fortran-window-create):
4960 * net/newst-treeview.el (newsticker--treeview-window-init):
4961 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
4962 * emulation/tpu-edt.el (tpu-gold-map):
4963 * emulation/crisp.el (crisp-mode-map):
4964 * calendar/calendar.el (calendar-basic-setup): Callers changed.
4965
38bb2ca8
CY
49662011-10-29 Chong Yidong <cyd@gnu.org>
4967
aa4de341
CY
4968 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
4969
e1eb5385
CY
4970 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
4971
5d2ece3c
CY
4972 * textmodes/flyspell.el (flyspell-word): Fix char offset for
4973 forged Ispell output (Bug#7904).
4974
38bb2ca8
CY
4975 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
4976
d0af9f77
SM
49772011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4978
4979 * doc-view.el: Avoid ugly errors about not finding nil.
4980 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
4981 (doc-view-dvipdf-program, doc-view-unoconv-program)
4982 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
4983 Avoid nil or absolute file name as default value.
4984 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
4985
52bedd34
AM
49862011-10-28 Alan Mackenzie <acm@muc.de>
4987
db22a3c2 4988 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 4989
7e43cfa5
AM
49902011-10-28 Alan Mackenzie <acm@muc.de>
4991
4992 Amend the handling of c-beginning/end-of-defun in nested declaration
4993 scopes.
4994
52bedd34
AM
4995 * progmodes/cc-vars.el (c-defun-tactic): Move here from
4996 cc-langs.el. Change it to a defcustom.
7e43cfa5 4997
52bedd34
AM
4998 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
4999 cc-vars.el.
7e43cfa5 5000
d0af9f77
SM
5001 * progmodes/cc-engine.el (c-beginning-of-statement-1):
5002 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 5003
52bedd34 5004 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 5005 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
5006 (c-widen-to-enclosing-decl-scope): New function.
5007 (c-while-widening-to-decl-block): New macro.
5008 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
5009 outward for defun boundaries, and correspondingly change symbol
5010 `respect-enclosure' to `go-outward'.
5011 (c-declaration-limits): Change algorithm to report only the "innermost"
5012 defun's boundaries.
5013
1a2ce9ee
DD
50142011-10-28 Deniz Dogan <deniz@dogan.se>
5015
5016 * net/rcirc.el (rcirc-mode): Use hard newlines.
5017
bc97a826
AM
50182011-10-28 Alan Mackenzie <acm@muc.de>
5019
5020 Amend to indent and fontify macros "which include their own semicolon"
5021 correctly, using the "virtual semicolon" mechanism.
5022
52bedd34 5023 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 5024
d0af9f77 5025 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 5026 Recode to scan one line at a time rather than having \n and \r
58179cce 5027 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 5028 (c-forward-label): Amend for virtual semicolons.
58179cce 5029 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 5030
52bedd34
AM
5031 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
5032 of the new C macros.
bc97a826 5033
52bedd34 5034 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
5035 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
5036 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
5037 (c-opt-cpp-macro-define): Make into a full language variable.
5038 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
5039 AWK Mode (including \n, \r) removed, no longer needed.
5040
d0af9f77
SM
5041 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
5042 Invoke c-make-macro-with-semi-re.
bc97a826 5043
52bedd34
AM
5044 * progmodes/cc-vars.el (c-macro-with-semi-re):
5045 (c-macro-names-with-semicolon): New variables.
58179cce 5046 (c-make-macro-with-semi-re): New function.
bc97a826 5047
7a6c0941
SM
50482011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5049
5050 * vc/log-edit.el: Fill empty field rather than adding new one.
5051 (log-edit-add-field): New function.
5052 (log-edit-insert-changelog): Use it.
5053
b0c4cdcf
ML
50542011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
5055
5056 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
5057
ee1f1da9
SM
50582011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5059
5060 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
5061 (gdb--check-interpreter): New function.
5062 (gdb): Use it.
5063
51bc5f8b
GM
50642011-10-27 Glenn Morris <rgm@gnu.org>
5065
416a2c45
GM
5066 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
5067 (least-positive-float, least-negative-float)
5068 (least-positive-normalized-float, least-negative-normalized-float)
5069 (float-epsilon, float-negative-epsilon):
5070 Remove unnecessary declarations.
5071
5072 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
5073 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
5074 (least-positive-float, least-negative-float)
5075 (least-positive-normalized-float, least-negative-normalized-float)
5076 (float-epsilon, float-negative-epsilon): Add doc-strings,
5077 based on those in cl.texi.
5078
51bc5f8b
GM
5079 * files.el (set-visited-file-name): If the major-mode changed,
5080 reload the local variables. (Bug#9796)
5081
15de15c6
CY
50822011-10-27 Chong Yidong <cyd@gnu.org>
5083
5084 * subr.el (change-major-mode-after-body-hook): New hook.
5085 (run-mode-hooks): Run it.
5086
ee1f1da9
SM
5087 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5088 Use change-major-mode-before-body-hook.
15de15c6
CY
5089
5090 * simple.el (fundamental-mode):
5091 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
5092 change introducing fundamental-mode-hook.
5093
5430d399
JB
50942011-10-26 Juanma Barranquero <lekktu@gmail.com>
5095
acc825c5 5096 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 5097
ad74a69e
MA
50982011-10-26 Michael Albinus <michael.albinus@gmx.de>
5099
5100 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 5101 tramp.el explicitly. (Bug#7583)
ad74a69e 5102
71d4c2a5
SM
51032011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
5104
5105 * progmodes/octave-mod.el:
5106 * progmodes/octave-inf.el: Update maintainer.
5107
b1f6fa26
CY
51082011-10-26 Chong Yidong <cyd@gnu.org>
5109
5110 * subr.el (with-wrapper-hook): Rewrite doc.
5111
3f04efd6
MA
51122011-10-25 Michael Albinus <michael.albinus@gmx.de>
5113
5114 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 5115 filenames "/method:foo:". (Bug#9793)
3f04efd6 5116
410488d3
SM
51172011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5118
5119 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
5120 (bug#9865).
5121
c1ebb47e
GM
51222011-10-24 Glenn Morris <rgm@gnu.org>
5123
5124 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
5125
7f5c46c7
MA
51262011-10-24 Michael Albinus <michael.albinus@gmx.de>
5127
5128 * notifications.el: Add the requirement of a running D-Bus session
5129 bus to the Commentary.
5130
db2440b6
JL
51312011-10-24 Juri Linkov <juri@jurta.org>
5132
5133 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
5134 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
5135 (Bug#9364)
5136
feecf435
JL
51372011-10-24 Juri Linkov <juri@jurta.org>
5138
5139 * info.el (Info-following-node-name-re): Add newline to the list
5140 of allowed characters for leading space. (Bug#9824)
5141
a3839de2
SM
51422011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5143
acc825c5
SM
5144 * progmodes/octave-inf.el (inferior-octave-mode-map):
5145 Fix C-c C-h binding.
a3839de2
SM
5146 * progmodes/octave-mod.el (octave-help): Remove.
5147
09388e76
MA
51482011-10-23 Michael Albinus <michael.albinus@gmx.de>
5149
5150 Sync with Tramp 2.2.3.
5151
5152 * net/tramp-cache.el (top): Pacify byte-compiler using
5153 `init-file-user' and `site-run-file'.
5154
5155 * net/trampver.el: Update release number.
5156
86c60681
CY
51572011-10-23 Chong Yidong <cyd@gnu.org>
5158
5159 * files.el (toggle-read-only): Remove obsolete comment about
5160 version control.
5161
5162 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
5163 for toggle-read-only. Note that this hasn't called vc-next-action
5164 since 2008-05-02, though it wasn't documented at the time.
5165
a3839de2
SM
5166 * vc/ediff-init.el (ediff-toggle-read-only-function):
5167 Use toggle-read-only.
86c60681 5168
cd5495ff
AM
51692011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
5170
5171 Fix bug #9560, sporadic wrong indentation; improve instrumentation
5172 of c-parse-state.
5173
00b77525 5174 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 5175 correct faulty logical expression.
cd5495ff
AM
5176 (c-parse-state-state, c-record-parse-state-state):
5177 (c-replay-parse-state-state): New defvar/defuns.
5178 (c-debug-parse-state): Use new functions.
5179
42ee24ed
MR
51802011-10-22 Martin Rudalics <rudalics@gmx.at>
5181
5182 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 5183 last fix. Use window-in-direction correctly.
42ee24ed 5184
a7dee7e7
CY
51852011-10-21 Chong Yidong <cyd@gnu.org>
5186
5187 * progmodes/idlwave.el (idlwave-mode):
5188 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
5189 require-final-newline; that's done in prog-mode.
5190 Suggested by Stefan Monnier.
a7dee7e7 5191
e07b9a6d
MR
51922011-10-21 Martin Rudalics <rudalics@gmx.at>
5193
5194 * mouse.el (mouse-drag-window-above)
5195 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
5196 (mouse-drag-mode-line-1, mouse-drag-header-line)
5197 (mouse-drag-vertical-line-rightward-window): Remove.
5198 (mouse-drag-line): New function.
5199 (mouse-drag-mode-line, mouse-drag-header-line)
5200 (mouse-drag-vertical-line): Call mouse-drag-line.
5201 * window.el (window-at-side-p, windows-at-side): New functions.
5202
7e1361d9
UM
52032011-10-21 Ulrich Mueller <ulm@gentoo.org>
5204
5205 * tar-mode.el (tar-grind-file-mode):
5206 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
5207
30fcaf3a
CY
52082011-10-21 Chong Yidong <cyd@gnu.org>
5209
5210 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
5211 * progmodes/vera-mode.el (vera-mode):
5212 Use mode-require-final-newline.
30fcaf3a 5213
516eddb0
GM
52142011-10-20 Glenn Morris <rgm@gnu.org>
5215
db22a3c2 5216 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 5217
10d5f513
CS
52182011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
5219
5220 * emulation/cua-base.el (cua-set-mark): Fix case of string.
5221
ac6c8639
CY
52222011-10-20 Chong Yidong <cyd@gnu.org>
5223
5224 * emulation/cua-base.el (cua-mode):
5225 * mail/footnote.el (footnote-mode):
5226 * mail/mailabbrev.el (mail-abbrevs-mode):
5227 * net/xesam.el (xesam-minor-mode):
5228 * progmodes/bug-reference.el (bug-reference-mode):
5229 * progmodes/cap-words.el (capitalized-words-mode):
5230 * progmodes/compile.el (compilation-minor-mode)
5231 (compilation-shell-minor-mode):
5232 * progmodes/gud.el (gud-tooltip-mode):
5233 * progmodes/hideif.el (hide-ifdef-mode):
5234 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
5235 * progmodes/subword.el (subword-mode):
5236 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
5237 * progmodes/which-func.el (which-function-mode):
5238 * term/tvi970.el (tvi970-set-keypad-mode):
5239 * term/vt100.el (vt100-wide-mode):
5240 * textmodes/flyspell.el (flyspell-mode):
5241 * textmodes/ispell.el (ispell-minor-mode):
5242 * textmodes/nroff-mode.el (nroff-electric-mode):
5243 * textmodes/paragraphs.el (use-hard-newlines):
5244 * textmodes/refill.el (refill-mode):
5245 * textmodes/reftex.el (reftex-mode):
5246 * textmodes/rst.el (rst-minor-mode):
5247 * textmodes/sgml-mode.el (html-autoview-mode)
5248 (sgml-electric-tag-pair-mode):
5249 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
5250 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
5251 * emulation/crisp.el (crisp-mode):
5252 * emacs-lisp/eldoc.el (eldoc-mode):
5253 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
5254 minor mode behavior.
5255
aa42ab43
JL
52562011-10-19 Juri Linkov <juri@jurta.org>
5257
5258 * descr-text.el (describe-char): Add #x2010 and #x2011 to
5259 the list of hard-coded chars with escape-glyph face.
5260
89400f1d
SM
52612011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5262
5263 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
5264
305c07f6
MA
52652011-10-19 Michael Albinus <michael.albinus@gmx.de>
5266
5267 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
5268 running process.
5269
13754b54
GM
52702011-10-19 Glenn Morris <rgm@gnu.org>
5271
5272 * vc/vc-bzr.el (vc-bzr-after-dir-status):
5273 Ignore ignored files. (Bug#9726)
5274
06e21633
CY
52752011-10-19 Chong Yidong <cyd@gnu.org>
5276
5277 Doc fix for minor modes, stating that an omitted argument enables
5278 the mode unconditionally when called from Lisp.
5279
5280 * abbrev.el (abbrev-mode):
5281 * allout.el (allout-mode):
5282 * autoinsert.el (auto-insert-mode):
5283 * autoarg.el (autoarg-mode, autoarg-kp-mode):
5284 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
5285 (global-auto-revert-mode):
5286 * battery.el (display-battery-mode):
5287 * composite.el (global-auto-composition-mode)
5288 (auto-composition-mode):
5289 * delsel.el (delete-selection-mode):
5290 * desktop.el (desktop-save-mode):
5291 * dired-x.el (dired-omit-mode):
5292 * dirtrack.el (dirtrack-mode):
5293 * doc-view.el (doc-view-minor-mode):
5294 * double.el (double-mode):
5295 * electric.el (electric-indent-mode, electric-pair-mode):
5296 * emacs-lock.el (emacs-lock-mode):
5297 * epa-hook.el (auto-encryption-mode):
5298 * follow.el (follow-mode):
5299 * font-core.el (font-lock-mode):
5300 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
5301 * help.el (temp-buffer-resize-mode):
5302 * hilit-chg.el (highlight-changes-mode)
5303 (highlight-changes-visible-mode):
5304 * hi-lock.el (hi-lock-mode):
5305 * hl-line.el (hl-line-mode, global-hl-line-mode):
5306 * icomplete.el (icomplete-mode):
5307 * ido.el (ido-everywhere):
5308 * image-file.el (auto-image-file-mode):
5309 * image-mode.el (image-minor-mode):
5310 * iswitchb.el (iswitchb-mode):
5311 * jka-cmpr-hook.el (auto-compression-mode):
5312 * linum.el (linum-mode):
5313 * longlines.el (longlines-mode):
5314 * master.el (master-mode):
5315 * mb-depth.el (minibuffer-depth-indicate-mode):
5316 * menu-bar.el (menu-bar-mode):
5317 * minibuf-eldef.el (minibuffer-electric-default-mode):
5318 * mouse-sel.el (mouse-sel-mode):
5319 * msb.el (msb-mode):
5320 * mwheel.el (mouse-wheel-mode):
5321 * outline.el (outline-minor-mode):
5322 * paren.el (show-paren-mode):
5323 * recentf.el (recentf-mode):
5324 * reveal.el (reveal-mode, global-reveal-mode):
5325 * rfn-eshadow.el (file-name-shadow-mode):
5326 * ruler-mode.el (ruler-mode):
5327 * savehist.el (savehist-mode):
5328 * scroll-all.el (scroll-all-mode):
5329 * scroll-bar.el (scroll-bar-mode):
5330 * server.el (server-mode):
5331 * shell.el (shell-dirtrack-mode):
5332 * simple.el (auto-fill-mode, transient-mark-mode)
5333 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
5334 (line-number-mode, column-number-mode, size-indication-mode)
5335 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
5336 * strokes.el (strokes-mode):
5337 * time.el (display-time-mode):
5338 * t-mouse.el (gpm-mouse-mode):
5339 * tool-bar.el (tool-bar-mode):
5340 * tooltip.el (tooltip-mode):
5341 * type-break.el (type-break-mode-line-message-mode)
5342 (type-break-query-mode):
5343 * view.el (view-mode):
5344 * whitespace.el (whitespace-mode, whitespace-newline-mode)
5345 (global-whitespace-mode, global-whitespace-newline-mode):
5346 * xt-mouse.el (xterm-mouse-mode): Doc fix.
5347
a3839de2
SM
5348 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5349 Fix autogenerated docstring.
06e21633 5350
5214e501
JL
53512011-10-19 Juri Linkov <juri@jurta.org>
5352
5353 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
5354 by checking environment variables "DESKTOP_SESSION" and
5355 "XDG_CURRENT_DESKTOP". (Bug#9779)
5356
195f8db9
JL
53572011-10-19 Juri Linkov <juri@jurta.org>
5358
5359 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
5360 (browse-url-chromium-program, browse-url-chromium-arguments):
5361 New defcustoms.
5362 (browse-url-default-browser): Check for `browse-url-chromium' and
5363 call `browse-url-chromium-program'.
5364 (browse-url-chromium): New command. (Bug#9779)
5365
343a34ff
JB
53662011-10-18 Juanma Barranquero <lekktu@gmail.com>
5367
5368 * facemenu.el (list-colors-duplicates): On Windows, detect more
5369 duplicates by assuming that only colors matching "^System" are
5370 special "system colors". (Bug#9722)
5371
6978a151
SM
53722011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5373
5374 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
5375 to distinguish the author from the committer.
5376
6a80b297
MA
53772011-10-18 Michael Albinus <michael.albinus@gmx.de>
5378
5379 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
5380
b31a5677
JK
53812011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
5382
5383 * international/mule.el (sgml-html-meta-auto-coding-function):
5384 Add support for detecting encoding in HTML5 specified only as
5385 <meta charset="UTF-8">. Implementation just makes http-equiv and
5386 content-type parts from HTML4 encoding string optional. (Bug#9716)
5387
80c6d77f
GM
53882011-10-18 Glenn Morris <rgm@gnu.org>
5389
5390 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
5391
08b0fee8
CY
53922011-10-18 Chong Yidong <cyd@gnu.org>
5393
5394 * faces.el (cursor): Doc fix.
5395
67e729a5
CY
53962011-10-17 Chong Yidong <cyd@gnu.org>
5397
5398 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
5399
343a34ff 54002011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
5401
5402 * dirtrack.el (dirtrack): Support shell buffers with path
5403 prefixes, e.g. tramp-based remote shells. (Bug#9647)
5404
0bc06380
TZ
54052011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
5406
5407 * json.el: Bump version to 1.3 and note change in History.
5408 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
5409
8b79f3e0
SM
54102011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
5411
5a7c536b
SM
5412 * comint.el (comint-insert-input, comint-send-input)
5413 (comint-get-old-input-default, comint-backward-matching-input)
5414 (comint-next-prompt): Use nil instead of `input' for field property of
5415 past user input (bug#114).
5416
96a8a0df
SM
5417 * minibuffer.el (completion--replace): Inherit surrounding properties
5418 (bug#114).
5419 (minibuffer-complete-and-exit): Use it.
5420
8b79f3e0
SM
5421 * comint.el (comint--table-subvert): Quote the all-completions output
5422 (bug#9160).
5423
b8f7ff0d
MR
54242011-10-17 Martin Rudalics <rudalics@gmx.at>
5425
8b79f3e0 5426 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 5427
b8f7ff0d 5428 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 5429 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
5430 entries and separate them from frame entries.
5431
c235b555
GM
54322011-10-15 Glenn Morris <rgm@gnu.org>
5433
5434 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
5435 Doc fixes.
5436
6bbfa6e1
CY
54372011-10-15 Chong Yidong <cyd@stupidchicken.com>
5438
8b79f3e0
SM
5439 * net/network-stream.el (network-stream-open-starttls):
5440 Improve detection of failure due to lack of TLS support.
ec5c990d 5441
6bbfa6e1
CY
5442 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
5443 putting the input text in front and in bold.
5444
98488977
SM
54452011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
5446
3d1337be
SM
5447 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
5448
ee0b45e4
SM
5449 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
5450 empty buffer.
5451
98488977
SM
5452 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
5453 unread-command-events rather than pushing yet-another event.
5454
186f4720
EZ
54552011-10-14 Eli Zaretskii <eliz@gnu.org>
5456
5457 * mail/sendmail.el (sendmail-query-once): Improve the wording of
5458 the explanation of the possible choices. Make the options passed
5459 to completing-read shorter.
5460
8b7a997c
AM
54612011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5462
5463 * textmodes/flyspell.el (flyspell-large-region): Make sure
5464 extended character mode is used if defined (Bug#1339).
5465
12587bbb
EZ
54662011-10-13 Eli Zaretskii <eliz@gnu.org>
5467
5468 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
5469 character info for LRE, LRO, RLE, and RLO characters by appending
5470 an invisible PDF.
12587bbb 5471
bad41229
SM
54722011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
5473
5474 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
5475 even in case of error; add debug spec; simplify data flow.
5476 (with-timeout-handler): Remove.
5477
28dbc92f
MA
54782011-10-12 Michael Albinus <michael.albinus@gmx.de>
5479
5480 Fix Bug#6019, Bug#9315.
5481
5482 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
5483 complete `buffer-file-name', the local file name part could look
5484 remotely (for example on VMS).
5485
5486 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
5487 `tramp-run-real-handler'.
5488 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
5489 already quoted by '"'.
5490
5491 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
5492 Let `file-name-handler-alist' be nil, the local file name part
5493 could look remotely (for example on VMS).
5494
e1b0b23a
SM
54952011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
5496
5497 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
5498 from here...
5499 (flyspell-post-command-hook): ...to here.
5500
a120bde9
SM
55012011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
5502
5503 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
5504 if not needed.
5505 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
5506 using completion. Protect against "slow" callers.
5507 Remove the "message hack".
5508
7ce7717b
JL
55092011-10-11 Juri Linkov <juri@jurta.org>
5510
5511 * isearch.el (isearch-lazy-highlight-word): New variable.
5512 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
5513 Use it. (Bug#9727)
5514
c02ee9d6
GM
55152011-10-11 Glenn Morris <rgm@gnu.org>
5516
5517 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
5518 like f90-previous-statement does.
5519
93e616fd 55202011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5521
1f190e73 5522 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
5523 only in interactive use, to avoid error.
5524
af7b6078
SM
55252011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
5526
5527 * minibuffer.el (completion-file-name-table): Fix last change,
5528 i.e. ignore normal errors but not the other ones.
5529
0563dae9
MR
55302011-10-10 Martin Rudalics <rudalics@gmx.at>
5531
5532 * window.el (special-display-buffer-names)
5533 (special-display-regexps): Remove some remnants of earlier
5534 changes from doc-strings.
366ca7f3
MR
5535 (quit-windows-on): New function.
5536
5537 * vc/vc.el (vc-revert, vc-rollback):
5538 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
5539 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 5540 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 5541
49677495
MR
55422011-10-09 Martin Rudalics <rudalics@gmx.at>
5543
5544 * window.el (frame-auto-hide-function): Add version tag.
5545 (Bug#9699)
5546
56f2d1e1
MA
55472011-10-09 Michael Albinus <michael.albinus@gmx.de>
5548
5549 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
5550 condition.
5551
112a6592
LL
55522011-10-09 Leo Liu <sdl.web@gmail.com>
5553
5554 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
5555 (Bug#9701)
5556
0812589b
GM
55572011-10-08 Glenn Morris <rgm@gnu.org>
5558
5559 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
5560 before the first code statement zero indent. (Bug#9690)
5561
b2b0776e
CY
55622011-10-08 Chong Yidong <cyd@stupidchicken.com>
5563
5564 * simple.el (count-words-region): Always count in the region.
5565 Report the number of lines and characters too.
5566 (count-words): New command, which counts in the buffer if the
5567 region is inactive, as count-words-region used to.
5568 (count-words--message): New function. Handle plurals.
5569 (count-lines-region): Make it an alias for count-words-region.
5570
5571 * bindings.el (esc-map): Replace count-lines-region with
5572 count-words-region.
5573
c557cd6b
MR
55742011-10-08 Martin Rudalics <rudalics@gmx.at>
5575
5576 * window.el (window--delete): Delete dedicated frame
5577 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 5578 (switch-to-buffer): Fix doc-string typo.
c557cd6b 5579
61a57ef4 55802011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5581
3a7d293b 5582 * eshell/eshell.el (eshell-command): Avoid using hooks.
61a57ef4 5583
c3833279
CY
55842011-10-07 Chong Yidong <cyd@stupidchicken.com>
5585
5586 * bindings.el ([M-left],[M-right]): Bind to left-word and
5587 right-word respectively.
5588
21ce8245
GM
55892011-10-07 Glenn Morris <rgm@gnu.org>
5590
5591 * cus-start.el (debug-on-quit): Fix custom type.
5592
6d823bb2
LMI
55932011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
5594
0181e193
LMI
5595 * subr.el (define-key-after): Clarify that the function is not
5596 useful for non-menu keymaps.
5597
6d823bb2
LMI
5598 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
5599
8e3459ce 56002011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5601
21ce8245 5602 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 5603 in current minibuffer (Fix bug with recursive minibuffers).
5604
a1c2d21e
CY
56052011-10-06 Chong Yidong <cyd@stupidchicken.com>
5606
5607 * progmodes/gdb-mi.el (gdb): Doc fix.
5608
5a4cf282
MR
56092011-10-05 Martin Rudalics <rudalics@gmx.at>
5610
5611 * window.el (frame-auto-hide-function): New option replacing
5612 frame-auto-delete. Suggested by Stefan Monnier.
5613 (window--delete): Call frame-auto-hide-function instead of
5614 investigating frame-auto-delete.
c96111ea
MR
5615 (window-point-1, set-window-point-1): New functions.
5616 (window-in-direction, record-window-buffer, window-state-get-1)
5617 (display-buffer-record-window): Use window-point-1 instead of
5618 window-point.
5619 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 5620
9854542e
SM
56212011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
5622
5623 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
5624
8943cfb0
GM
56252011-10-05 Glenn Morris <rgm@gnu.org>
5626
5627 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
5628 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
5629
647ab967
LL
56302011-10-05 Leo Liu <sdl.web@gmail.com>
5631
5632 * subr.el (read-char-choice): Fix argument to buffer-live-p which
5633 works with buffer object.
5634
3ddfbced
SM
56352011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
5636
5637 * mpc.el (mpc-tool-bar-map): Add labels.
5638
bdfa5dd2
GM
56392011-10-04 Glenn Morris <rgm@gnu.org>
5640
5641 * calendar/holidays.el (calendar-check-holidays): Doc fix.
5642
0e2070b5
MR
56432011-10-04 Martin Rudalics <rudalics@gmx.at>
5644
5645 * window.el (window--delete): New function.
5646 (frame-auto-delete): Resuscitate option.
5647 (bury-buffer, replace-buffer-in-windows)
5648 (quit-window): Rewrite using window--delete.
5649 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
5650 Pass display-buffer-mark-dedicated to window--display-buffer-2
5651 (Bug#9639).
5652
3dc61a09
SM
56532011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
5654
915a9b64
SM
5655 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
5656 returns a list (bug#9554). Add remote file name completion.
5657 * comint.el (comint--table-subvert): Curry and get quote&unquote
5658 functions as arguments.
5659 (comint--complete-file-name-data): Adjust call accordingly.
5660 * pcomplete.el (pcomplete--table-subvert): Remove.
5661 (pcomplete-completions-at-point): Use comint--table-subvert instead.
5662
3dc61a09
SM
5663 * minibuffer.el (completion-table-case-fold): Use currying.
5664 (completion--styles-type, completion--cycling-threshold-type):
5665 New constants.
5666 (completion-styles, completion-category-overrides)
5667 (completion-cycle-threshold): Use them.
5668 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
5669 completion-table-case-fold.
5670
8ea0a993
SB
56712011-10-03 Stephen Berman <stephen.berman@gmx.net>
5672
5673 * minibuffer.el (completion-category-overrides): Fix type of styles
5674 and add more user friendly tags (bug#9660).
5675
8c24b7f6
SM
56762011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
5677
5678 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
5679 (mule-input-method-string): New widget.
5680 (default-input-method, language-info-custom-alist): Use it.
5681
428fe61a
SM
56822011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
5683
32c1fffd
SM
5684 * pcomplete.el: Require comint.
5685 (pcomplete--common-suffix): Remove.
5686 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
5687 (pcomplete--table-subvert): Sync with comint--table-subvert.
5688 (pcomplete--entries): Use comint-completion-file-name-table.
5689 * comint.el (comint-unquote-filename): Simplify.
5690 (comint-completion-file-name-table): New function (bug#9616).
5691 (comint--complete-file-name-data): Use it.
5692
428fe61a
SM
5693 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
5694 (pcmpl-gnu-tar-buffer): Remove.
5695 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
5696 around. Make sure pcomplete-suffix-list is only changed temporarily.
5697 Don't look inside the tar's file if it's too large.
428fe61a 5698
04c52e2f
CY
56992011-10-01 Chong Yidong <cyd@stupidchicken.com>
5700
ce3cefcc
CY
5701 * cus-edit.el (custom-mode-map):
5702 * epa.el (epa-key-list-mode-map):
5703 * man.el (Man-mode-map):
5704 * startup.el (splash-screen-keymap):
5705 * simple.el (special-mode-map): Use scroll-up-command and
5706 scroll-down-command.
5707
5708 * progmodes/idlw-help.el (idlwave-help-mode-map):
5709 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
5710 * net/newst-plainview.el (newsticker-mode-map):
5711 * emulation/ws-mode.el (wordstar-mode-map):
5712 * emulation/vi.el (vi-com-map):
5713 * calc/calc-graph.el (calc-graph-show-dumb):
5714 * term/sun.el (terminal-init-sun):
5715 * term/ns-win.el (global-map):
5716 * progmodes/grep.el (grep-mode-map):
5717 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
5718 * mail/rmail.el (rmail-mode-map):
5719 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
5720
04c52e2f
CY
5721 * custom.el (custom-safe-themes, load-theme): Treat value of t for
5722 custom-safe-themes as special.
5723
79adf8c8
JD
57242011-10-01 Julien Danjou <julien@danjou.info>
5725
5726 * notifications.el (notifications-notify): Fix docstring.
5727
63bd50d3
PS
57282011-10-01 Per Starbäck <per@starback.se>
5729
5730 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
5731
199e4c7e
MR
57322011-09-30 Martin Rudalics <rudalics@gmx.at>
5733
5734 * startup.el (command-line-1): Fix last fix by inserting
5735 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 5736 (Bug#9605) and (Bug#9636)
199e4c7e 5737
fe5f08dd
EZ
57382011-09-29 Eli Zaretskii <eliz@gnu.org>
5739
5740 * simple.el (line-move): If auto-hscroll-mode is disabled and the
5741 window is hscrolled, move by logical lines. (Bug#9607)
5742 (line-move-visual): Update the doc string to the above effect.
5743
b5516bbd
MR
57442011-09-29 Martin Rudalics <rudalics@gmx.at>
5745
ccee00c0
MR
5746 * window.el (display-buffer-record-window): When WINDOW is the
5747 selected window use `point' instead of `window-point'. (Bug#9626)
5748
b5516bbd
MR
5749 * startup.el (command-line-1): Use insert-before-markers when
5750 inserting initial-scratch-message. (Bug#9605)
ccee00c0 5751
b5516bbd
MR
5752 * help.el (help-window): Remove variable.
5753
52aa0014
GM
57542011-09-29 Glenn Morris <rgm@gnu.org>
5755
5756 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
5757
df9a7357
JB
57582011-09-29 Juanma Barranquero <lekktu@gmail.com>
5759
5760 * descr-text.el (describe-char-categories): Accept category
5761 descriptions more than one line long.
5762
a8406c20
SM
57632011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
5764
88d9610c
SM
5765 * simple.el (delete-trailing-whitespace): Fix last change.
5766
a5daf810
SM
5767 * progmodes/perl-mode.el (perl-syntax-propertize-function):
5768 Don't confuse "y => 3" as the beginning of a `y' operation.
5769
a8406c20
SM
5770 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
5771 object has more than 4 slots (bug#9613).
5772
a239d4e9
JB
57732011-09-28 Juanma Barranquero <lekktu@gmail.com>
5774
5775 * subr.el (with-output-to-temp-buffer):
5776 * net/quickurl.el (quickurl, quickurl-browse-url):
5777 Fix typos in docstrings.
5778
693fbdb6
EZ
57792011-09-27 Eli Zaretskii <eliz@gnu.org>
5780
5781 * minibuffer.el (completion-styles)
5782 (completion-category-overrides): Cross reference each other in doc
5783 strings.
5784
8b457e28
GM
57852011-09-27 Glenn Morris <rgm@gnu.org>
5786
5787 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
5788 to split-string. (Bug#9606)
5789
85a16208
LMI
57902011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5791
5792 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
5793 (bug#9615).
5794
502f9ebd
CY
57952011-09-27 Chong Yidong <cyd@stupidchicken.com>
5796
5797 * emacs-lisp/package.el (list-packages): Fix echo area message.
5798
7690bdea
LL
57992011-09-27 Leo Liu <sdl.web@gmail.com>
5800
5801 * ido.el (ido-read-internal): Accept cons cell HIST arg.
5802
e2ee6f30
MA
58032011-09-25 Michael Albinus <michael.albinus@gmx.de>
5804
5805 * net/dbus.el (dbus-unregister-object): Don't release services for
5806 registered signals. (Bug#9581)
5807
f3f98342
TZ
58082011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
5809
5810 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
5811 function that picks between cfengine 2 and 3 support
5812 automatically. Update docs accordingly.
5813
dd7aa8dd
KH
58142011-09-22 Kenichi Handa <handa@m17n.org>
5815
5816 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
5817 ZERO.
5818 (indian-itrans-v5-table-for-tamil): New variable.
5819 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
5820
3f2b07f8
KM
58212011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
5822
5823 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
5824 that's true if the current command involved collapsing of text.
5825 It's reset to false at the beginning of the next command.
5826 (allout-post-command-business): Move the cursor to the beginning
5827 of entry if the cursor is hidden and collapsing activity just
5828 happened.
5829
371d6a61
CY
58302011-09-24 Chong Yidong <cyd@stupidchicken.com>
5831
5832 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
5833 tracking (Bug#9541).
5834
2ac2721a
UJ
58352011-09-24 Ulf Jasper <ulf.jasper@web.de>
5836
5837 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
5838 (newsticker-show-news): Automatically load html rendering package
5839 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
5840 because w3m-fill-column is let-bound" and the error "Symbol's value
5841 as variable is void: w3m-fill-column".
2ac2721a 5842
fac7ae53
MA
58432011-09-24 Michael Albinus <michael.albinus@gmx.de>
5844
5845 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
5846 Release services only if they are defined. (Bug#9581)
5847
e08b633b
RS
58482011-09-23 Richard Stallman <rms@gnu.org>
5849
e488d29c
RS
5850 * textmodes/paragraphs.el (forward-sentence): For backwards case,
5851 distinguish start of paragraph from start of its text.
5852
19c38752
RS
5853 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
5854
e08b633b
RS
5855 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
5856 (rmail-generate-viewer-buffer): Put that hook on view buffer.
5857 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
5858
0a39f27e
AS
58592011-09-23 Andreas Schwab <schwab@linux-m68k.org>
5860
5861 * international/mule-diag.el (mule-diag): Insert a newline after
5862 each fontset description.
5863
db4e950d
SM
58642011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
5865
5866 * simple.el (delete-trailing-whitespace):
5867 Document last change; simplify.
5868
eca3f3ea
PW
58692011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
5870
d68e189a
PW
5871 * simple.el (delete-trailing-whitespace): Also delete
5872 extra newlines at the end of the buffer.
5873
eca3f3ea
PW
5874 * textmodes/picture.el: Make motion commands obey shift-select-mode.
5875 (picture-newline): Use forward-line so as to ignore fields.
5876
01c157cc
SM
58772011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
5878
5879 * subr.el (with-wrapper-hook): Fix edebug spec.
5880
022de23e
LMI
58812011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5882
5883 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
5884 (bug#4538).
5885
91683089
MA
58862011-09-23 Michael Albinus <michael.albinus@gmx.de>
5887
eca3f3ea
PW
5888 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
5889 Fix nasty bug using wrong cached values.
91683089 5890
5bdd6fa4
AM
58912011-09-23 Alan Mackenzie <acm@muc.de>
5892
5893 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
5894
97adfb97
CY
58952011-09-23 Chong Yidong <cyd@stupidchicken.com>
5896
5897 * window.el (pop-to-buffer): Ensure right window is selected if we
5898 chose another frame.
5899
d4ef2b50
EZ
59002011-09-22 Eli Zaretskii <eliz@gnu.org>
5901
5902 * simple.el (what-cursor-position): Use get-char-property-change
5903 and next-single-char-property-change, to be able to show display
5904 properties that come from overlays as well as text properties.
5905
72258fe5
CY
59062011-09-22 Chong Yidong <cyd@stupidchicken.com>
5907
5908 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
5909
5910 * cmuscheme.el (run-scheme, switch-to-scheme):
5911 * cus-edit.el (customize-group, custom-buffer-create)
5912 (customize-browse):
5913 * info.el (info):
5914 * shell.el (shell):
5915 * mail/sendmail.el (mail):
5916 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
5917
8f098516
RS
59182011-09-22 Richard Stallman <rms@gnu.org>
5919
5920 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
5921 move back only to line beg, don't move back over blank lines.
5922
e74f1bb6
MA
59232011-09-22 Michael Albinus <michael.albinus@gmx.de>
5924
5925 * files.el (copy-directory): Set directory attributes only in case
5926 they could be retrieved from the source directory. (Bug#9565)
5927
bfeef8b6
DK
59282011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
5929
5930 * progmodes/hideshow.el (hs-looking-at-block-start-p)
5931 (hs-find-block-beginning, hs-hide-level-recursive):
5932 Ignore strings as well as comments. (Bug#9502)
5933
7e423bb8
AS
59342011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
5935
5936 * progmodes/sql.el (sql-comint-postgres):
5937 Convert port number to a string. (Bug#9566)
5938
b4d72fcf
MR
59392011-09-22 Martin Rudalics <rudalics@gmx.at>
5940
5941 * window.el (quit-window): Undedicate window when switching to
5942 previous buffer. Reported by Thierry Volpiatto
5943 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
5944 (special-display-popup-frame): When popping up a new frame reset
5945 its previous buffers to nil. Simplify code.
b4d72fcf 5946
a7b88dc6
MA
59472011-09-21 Michael Albinus <michael.albinus@gmx.de>
5948
5949 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
5950 and process filter, as done also in `shell-command'.
5951
cf4eacfd
MR
59522011-09-21 Martin Rudalics <rudalics@gmx.at>
5953
eca3f3ea 5954 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
5955 Call set-window-start with NOFORCE argument t.
5956 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
5957 (quit-window): Reword doc-string. Handle new format of
5958 quit-restore parameter. Don't delete window if it has a
5959 previous buffer we can show instead of the present one.
5960 (display-buffer-record-window): Rewrite using a new format for
5961 the quit-restore window parameter
5962 (special-display-popup-frame, display-buffer-same-window)
5963 (display-buffer-reuse-window, display-buffer-pop-up-frame)
5964 (display-buffer-pop-up-window, display-buffer-use-some-window):
5965 Adapt symbol passed to display-buffer-record-window.
5966 * help.el (help-window-setup): Handle new format of quit-restore
5967 parameter.
5968
8d28cb95
SM
59692011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
5970
94ab793f
SM
5971 * faces.el (face-list): Fix docstring (bug#9564).
5972
8d28cb95
SM
5973 * window.el (display-buffer--action-function-custom-type):
5974 Don't include internal functions in the Custom interface.
5975
3820edeb
JL
59762011-09-20 Juri Linkov <juri@jurta.org>
5977
5978 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
5979 (Info-forward-node, Info-backward-node, Info-next-preorder)
5980 (Info-last-preorder): Use it. (Bug#9528)
5981
5147931d
JL
59822011-09-20 Juri Linkov <juri@jurta.org>
5983
5984 * info.el (Info-last-preorder): Visit last menu item only when
5985 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
5986
cf499a1a
JD
59872011-09-20 Julien Danjou <julien@danjou.info>
5988
5989 * password-cache.el (password-cache-remove): Remove entries even if the
5990 value is nil, so that password with a nil value (negative caching) is
5991 possible to invalidate.
5992
f84e2fe2
LM
59932011-09-20 Lawrence Mitchell <wence@gmx.li>
5994
5995 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
5996 all whitespace around breakpoint. (Bug#9553)
5997 (f90-find-breakpoint): Only break at whitespace inside a comment.
5998
78054a46
SM
59992011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
6000
6001 * minibuffer.el (completion-file-name-table): Keep track of errors.
6002 (completion-table-with-predicate): Handle the case where pred1 is nil.
6003 * pcomplete.el (pcomplete-completions-at-point): Simplify.
6004
345083b2
SM
60052011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6006
e24e27be
SM
6007 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
6008 (debugger-return-value): Signal an error if the debugging context does
6009 not await any return value.
6010
345083b2
SM
6011 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
6012 * image-mode.el (image-toggle-display-text)
6013 (image-toggle-display-image): Stay away from evil `intangible'.
6014
08d355e3
LL
60152011-09-19 Leo Liu <sdl.web@gmail.com>
6016
6017 * replace.el (occur-revert-arguments): Make it permanent-local.
6018 (occur-mode): Don't call font-lock-defontify.
6019
f01da43f
CY
60202011-09-19 Chong Yidong <cyd@stupidchicken.com>
6021
6022 * net/ldap.el (ldap-search-internal): Don't push empty search
6023 result (Bug#9508).
6024
b6072fa6
SM
60252011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6026
6027 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
6028
443d6696
MA
60292011-09-19 Michael Albinus <michael.albinus@gmx.de>
6030
6031 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
6032 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
6033
7cc6e154
JL
60342011-09-18 Juri Linkov <juri@jurta.org>
6035
6036 * buff-menu.el (Buffer-menu-mode-map):
6037 * dired.el (dired-mode-map):
6038 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
6039 (lisp-interaction-mode-map):
6040 * emacs-lisp/package.el (package-menu-mode-map):
6041 * epa.el (epa-key-list-mode-map):
6042 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
6043 (menu-bar-options-menu):
6044 * outline.el (outline-mode-menu-bar-map):
6045 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
6046 * vc/vc-dir.el (vc-dir-menu-map):
6047 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
6048 Capitalize non-function content words in menu item strings.
6049
6050 * dired.el (dired-mode-map): Add menu item for
6051 `image-dired-dired-toggle-marked-thumbs'.
6052
80302a81
JL
60532011-09-18 Juri Linkov <juri@jurta.org>
6054
6055 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
6056 to `isearch-case-fold-search' and restore its original value
6057 after the `isearch-mode' call.
6058
46c5cf66
JL
60592011-09-18 Juri Linkov <juri@jurta.org>
6060
6061 * progmodes/grep.el (grep-process-setup): Don't check code for 1
6062 because `zgrep' returns 1 for successful matches (bug#9226).
6063
d18b513b
JL
60642011-09-18 Juri Linkov <juri@jurta.org>
6065
6066 * info.el (Info-extract-menu-node-name): Check the second match
6067 for empty string (second test-case of bug#9528).
6068 (Info-last-preorder): Let-bind `Info-history' to nil to not add
6069 intermediate nodes to the history (first test-case of bug#9528).
6070
72753f87
JL
60712011-09-18 Juri Linkov <juri@jurta.org>
6072
6073 * info.el (Info-mode-syntax-table): New variable.
1154d12e 6074 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 6075
c9384295
JL
60762011-09-18 Juri Linkov <juri@jurta.org>
6077
1154d12e
JB
6078 * info.el (Info-file-supports-index-cookies):
6079 Increment line-beginning-position's arg from 3 to 4 because makeinfo
6080 outputs one more line for long file names (bug#4142).
c9384295 6081
d473dce8
CY
60822011-09-18 Chong Yidong <cyd@stupidchicken.com>
6083
6084 * newcomment.el (comment-normalize-vars): If prompting for
6085 comment-start, set comment-start-skip too (Bug#8424).
6086
2176854d
JB
60872011-09-18 Johan Bockgård <bojohan@gnu.org>
6088
6089 * icomplete.el: Fix previous fix of Bug#5849.
6090 (icomplete-mode): Don't set completion-show-inline-help.
6091 (icomplete-minibuffer-setup): Set completion-show-inline-help
6092 locally during icompletion.
6093
3aace4e4
CY
60942011-09-18 Chong Yidong <cyd@stupidchicken.com>
6095
c940224f
CY
6096 * woman.el (woman2-process-escapes): Don't delete unrecognized
6097 escapes (Bug#7843).
6098
3aace4e4
CY
6099 * files.el (inhibit-first-line-modes-regexps): Add image files.
6100 (hack-local-variables-prop-line): Return nil for malformed
6101 prop-lines (Bug#9044).
6102
710dec63
MA
61032011-09-18 Michael Albinus <michael.albinus@gmx.de>
6104
6105 * net/tramp.el (top): Don't require 'shell.
6106 (tramp-methods): Fix docstring.
6107 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
6108 Return complete remote file name. Handle "smb" case.
6109 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
6110 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
6111
6112 * net/tramp-compat.el (top): Require 'shell.
6113
6114 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
6115 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
6116 `tramp-current-host'.
6117 (tramp-get-remote-tmpdir): Remove.
6118
6119 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
6120 `tramp-tmpdir' entries.
6121 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
6122 (tramp-smb-handle-file-attributes): Ignore errors.
6123 (tramp-smb-wait-for-output): Check also for process end.
6124
5d5ac8ec
LMI
61252011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
6126
6127 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
6128 when sending QUIT (bug#9312).
6129
8c0f49f0
CY
61302011-09-17 Chong Yidong <cyd@stupidchicken.com>
6131
6132 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
6133 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
6134 occur-mode-display-occurrence.
6135 (occur-edit-mode): Add usage message.
6136 (occur-cease-edit): New command.
6137 (occur-after-change-function): Use text properties to find the
6138 position of the prefix text.
6139 (occur-engine): Set stickiness of prefix text properties.
6140
8f1383f7
GM
61412011-09-17 Glenn Morris <rgm@gnu.org>
6142
6143 * progmodes/etags.el (complete-tag):
6144 Fix call to completion-in-region. (Bug#9526)
6145
744ba0e3
JL
61462011-09-17 Juri Linkov <juri@jurta.org>
6147
6148 * textmodes/ispell.el (ispell-word): Add to the error message
6149 the word, ispell program name and current dictionary (bug#9121).
6150 (ispell-tex-arg-end): Capitalize "error" in the error message.
6151
d9bbf400
AS
61522011-09-17 Andreas Schwab <schwab@linux-m68k.org>
6153
6154 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
6155 check. (Bug#4251)
6156
8da11505
JL
61572011-09-17 Juri Linkov <juri@jurta.org>
6158
6159 * window.el (window-safe-min-height, window-safe-min-width):
6160 Fix typos (followup to bug#9522).
6161
a91adc7e
SJ
61622011-09-17 Sven Joachim <svenjoac@gmx.de>
6163
6164 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
6165
064f328a
EZ
61662011-09-16 Eli Zaretskii <eliz@gnu.org>
6167
6168 * simple.el (line-move): If goal-column is set, move by logical
6169 lines, not by display lines. (Bug#971)
6170 (next-line, previous-line, goal-column, line-move-visual): Doc fix
6171 to reflect the above change.
6172
e69df516
SM
61732011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
6174
6175 * image.el (imagemagick-register-types): Use regexp-opt.
6176
cbb0f9ab
CY
61772011-09-15 Chong Yidong <cyd@stupidchicken.com>
6178
6179 * window.el (display-buffer-base-action): Rename from
6180 display-buffer-default-action. Make default value empty.
6181 (display-buffer-overriding-action): Convert to defvar.
6182 (display-buffer-fallback-action): New var.
6183
25322144
CY
61842011-09-15 Chong Yidong <cyd@stupidchicken.com>
6185
6186 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
6187 declaration.
6188 (package--add-to-archive-contents): If there is a duplicate entry
6189 with an older version, remove it.
6190 (package-menu-mark-delete, package-menu-mark-install)
6191 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
6192 (package-menu-mark-obsolete-for-deletion):
6193 Use package-menu-get-status instead of a regexp search.
25322144
CY
6194 (package-menu-get-status): Use tabulated-list-entry.
6195 (package-menu-mark-upgrades): New command.
d770725a 6196 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
6197 (package-menu-execute): Do installation before deletion.
6198 (package-menu-refresh, package-menu-execute): Use derived-mode-p
6199 instead of checking major-mode.
6200 (package-menu--find-upgrades): New function.
6201
7520339c
LMI
62022011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6203
6204 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
6205 passwords in the log buffer.
65a046c4
LMI
6206 (smtpmail-process-filter): Update the process marker so that the
6207 "broken by peer" status message is inserted in the right place.
7520339c 6208
d3c30954
SM
62092011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
6210
3fe48822
SM
6211 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
6212 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
6213 bibtex-completion-at-point-function.
6214 (bibtex-completion-at-point-function): Use them.
6215
1b8b3954
SM
6216 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
6217
d3c30954
SM
6218 * mpc.el (mpc-constraints-tag-lookup): New function.
6219 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
6220 also to browser "album|playlist".
6221
72779976
JL
62222011-09-14 Juri Linkov <juri@jurta.org>
6223
6224 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
6225 (isearch-edit-string): Use length of `isearch-string' when
6226 `isearch-fail-pos' returns nil.
6227 (isearch-message): Remove duplicate code and call
6228 `isearch-fail-pos' with arg `t'.
6229
a0bf2bcd
CY
62302011-09-14 Chong Yidong <cyd@stupidchicken.com>
6231
17bb0a2d
CY
6232 * replace.el (occur-mode-goto-occurrence): Don't force using other
6233 window (Bug#9499).
6234
a0bf2bcd
CY
6235 * dired-aux.el (dired-do-chmod): Don't provide initial input.
6236
f678e0b6
MR
62372011-09-14 Martin Rudalics <rudalics@gmx.at>
6238
6239 * window.el (display-buffer-window): Remove.
6240 (display-buffer-record-window): Use help-setup window parameter
6241 instead of variable display-buffer-window.
6242 (display-buffer-function, special-display-buffer-names)
6243 (special-display-function): Mention help-setup parameter instead
6244 of display-buffer-window in doc-string.
d3c30954
SM
6245 * help.el (help-window-setup): New argument help-window.
6246 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
6247 Reword some messages.
6248 (with-help-window): Pass window used for displaying the buffer
6249 to help-window-setup. Don't set display-buffer-window.
6250
8e39b2e8
GM
62512011-09-13 Glenn Morris <rgm@gnu.org>
6252
6253 * emacs-lisp/debug.el (debugger-make-xrefs):
6254 Preserve point. (Bug#9462)
6255
85e9c04b
CY
62562011-09-13 Chong Yidong <cyd@stupidchicken.com>
6257
6258 * window.el (window-deletable-p): Use next-frame.
6259
1b36ed6a
MR
62602011-09-13 Martin Rudalics <rudalics@gmx.at>
6261
6262 * window.el (window-auto-delete): Remove.
6263 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 6264 dedication and previous buffers.
1b36ed6a
MR
6265 (switch-to-prev-buffer): Don't delete window.
6266 (delete-windows-on): Delete a window's frame if and only if the
6267 window is dedicated.
6268 (replace-buffer-in-windows): Delete buffer's window or frame if
6269 and only if window is dedicated.
6270 (quit-window): Handle quit-restore as before last change.
4d61f28d 6271 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 6272
ef8ef9fb
CY
62732011-09-13 Chong Yidong <cyd@stupidchicken.com>
6274
6275 * window.el (window-deletable-p): Never delete the last frame on a
6276 given terminal.
6277
b2cba41e
GM
62782011-09-13 Glenn Morris <rgm@gnu.org>
6279
6280 * help.el (describe-key-briefly): Copy previous standard-output change.
6281
51553db6 62822011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
6283
6284 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
6285
b7556719
GM
62862011-09-13 Glenn Morris <rgm@gnu.org>
6287
6288 * emacs-lisp/lisp-mode.el (lisp-indent-function):
6289 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
6290
64b51947
CY
62912011-09-12 Chong Yidong <cyd@stupidchicken.com>
6292
6293 * dired-aux.el (dired-mark-read-string): Don't return default
6294 value on empty input (Bug#9361).
6295 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
6296 Omit initial minibuffer contents.
6297 (dired-do-chmod): Signal an error on empty input.
6298 (dired-mark-read-string): Don't return default on empty input.
6299
6300 * files.el (file-modes-symbolic-to-number): Doc fix.
6301
393a301e
SM
63022011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6303
6304 * international/mule-cmds.el (ucs-completions): Remove.
6305 (read-char-by-name): Use complete-with-action instead; add metadata.
6306
fa5660f9
CY
63072011-09-11 Chong Yidong <cyd@stupidchicken.com>
6308
6309 * window.el (display-buffer--action-function-custom-type)
6310 (display-buffer--action-custom-type): New vars.
6311 (display-buffer-alist, display-buffer-default-action)
6312 (display-buffer-overriding-action): Add defcustom types.
6313
4a592f66
CY
6314 * frame.el (delete-other-frames): Doc fix (Bug#276).
6315
73d56dbd
LMI
63162011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6317
6318 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
6319
37ac18a3
CY
63202011-09-11 Chong Yidong <cyd@stupidchicken.com>
6321
6322 Change modes that used same-window-* vars to use switch-to-buffer.
6323
6324 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
6325 Use switch-to-buffer.
6326
6327 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
6328 (customize-browse, custom-buffer-create-other-window):
6329 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
6330
6331 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
6332 (Info-prev, Info-up, Info-speedbar-goto-node)
6333 (info-display-manual): Use switch-to-buffer.
6334 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
6335
6336 * mail/sendmail.el (mail): Use switch-to-buffer.
6337 (mail-recover): Use switch-to-buffer-other-window.
6338
6339 * cmuscheme.el (run-scheme, switch-to-scheme):
6340 * ielm.el (ielm):
6341 * shell.el (shell):
6342 * net/rlogin.el (rlogin):
6343 * net/telnet.el (telnet, rsh):
6344 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
6345
10195bd6
AS
63462011-09-11 Andreas Schwab <schwab@linux-m68k.org>
6347
6348 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
6349
b322f63a
LMI
63502011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6351
39d7fed6
LMI
6352 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
6353 so don't mention it (bug#9301).
ba5a81f1 6354 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 6355
ee0e9f11
LMI
6356 * faces.el (face-spec-set-match-display): Make `(type graphic)'
6357 match `x', `w32' and `ns', like the manual says (bug#9029).
6358
0b1c89c1 6359 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
6360 (process-kill-buffer-query-function): Mention the buffer name in
6361 the query.
0b1c89c1 6362
77549ea8
LMI
6363 * image-mode.el (image-next-line): The line parameter is mandatory
6364 (bug#9258).
6365
803ef892
LMI
6366 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
6367 which can be useful (bug#9301).
6368
12980837
LMI
6369 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
6370
91054f8f
LMI
6371 * subr.el (match-string): Mention that the current buffer should
6372 be the same as the search was done in (bug#9282).
6373
b322f63a
LMI
6374 * facemenu.el: Disable the remove-* commands if the mark isn't
6375 active (bug#9162).
6376
3199b96f
CY
63772011-09-10 Chong Yidong <cyd@stupidchicken.com>
6378
6379 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
6380 of display-buffer.
6381 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
6382
6383 * replace.el (occur-mode-goto-occurrence)
6384 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
6385 and display-buffer.
6386
6387 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
6388 display-buffer.
6389
6390 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
6391 special-display and same-window variables.
6392 (mail-other-window): Use switch-to-buffer-other-window.
6393 (mail-other-frame): USe switch-to-buffer-other-frame.
6394
393a301e
SM
6395 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
6396 Use display-buffer-other-frame.
3199b96f
CY
6397 (gdb-display-gdb-buffer): Use pop-to-buffer.
6398
6399 * progmodes/gud.el (gud-goto-info): Use info-other-window.
6400
6401 * progmodes/python.el: Don't set same-window-buffer-names.
6402
6403 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
6404
6405 * window.el (display-buffer-alist): Add *Python*.
6406
8319e0bf
CY
64072011-09-10 Chong Yidong <cyd@stupidchicken.com>
6408
6409 * window.el (display-buffer-alist): Add entry for buffers
6410 previously handled same-window-*.
6411 (display-buffer-alist, display-buffer-default-action)
6412 (display-buffer-overriding-action): Mark as risky.
6413 (display-buffer-alist): Document action function changes.
6414 (display-buffer--same-window-action)
6415 (display-buffer--other-frame-action): New variables.
6416 (switch-to-buffer, display-buffer-other-frame): Use them.
6417 (display-buffer): Rename reuse-frame entry to reusable-frames.
6418 (display-buffer-reuse-selected-window): Function deleted.
6419 (display-buffer-reuse-window): Handle reusable-frames alist entry.
6420 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
6421 (display-buffer-special): New function.
6422 (display-buffer--maybe-pop-up-frame-or-window): Rename from
6423 display-buffer-reuse-or-pop-window. Split off special-display
6424 part into display-buffer-special.
6425 (display-buffer-use-some-window): Don't perform any special
6426 pop-up-frames handling.
6427 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 6428 (display-buffer--maybe-same-window): Rename from
0d3ff375 6429 display-buffer-maybe-same-window.
8319e0bf 6430
919a69aa
CY
6431 * info.el: Don't set same-window-regexps.
6432 (info-setup): New function.
6433 (info-other-window, info): Call it.
6434
6435 * cus-edit.el: Don't set same-window-regexps.
6436 (customize-group): New argument.
6437 (customize-group-other-window): Use it.
6438 (customize-face, customize-face-other-window): Likewise.
6439 (custom-buffer-create-other-window): Use pop-to-buffer directly.
6440
8319e0bf
CY
6441 * net/rlogin.el:
6442 * net/telnet.el:
6443 * progmodes/gud.el: Don't set same-window-regexps.
6444
6445 * cmuscheme.el:
6446 * ielm.el:
6447 * shell.el:
6448 * mail/sendmail.el:
6449 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
6450
25173000
JL
64512011-09-10 Juri Linkov <juri@jurta.org>
6452
6453 * isearch.el (isearch-edit-string): Remove obsolete mention of
6454 `C-w' (`isearch-yank-word-or-char') from docstring.
6455 (isearch-query-replace): Fix typo in docstring (bug#9466).
6456
056e44ef
JL
64572011-09-10 Juri Linkov <juri@jurta.org>
6458
6459 * paren.el (show-paren-function): Don't show escaped parens.
6460 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
6461
c3760c17
EZ
64622011-09-10 Eli Zaretskii <eliz@gnu.org>
6463
6464 * mail/sendmail.el (mml-to-mime, mml-attach-file)
6465 (mm-default-file-encoding): Remove autoload forms, they are
6466 replaced with autoload cookies in mml.el and mm-encode.el.
6467 (mail-add-attachment): New command.
6468 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
6469 (mail-mode): Mention mail-insert-file and mail-add-attachment in
6470 the doc string.
6471 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
6472
fece895e
RT
64732011-09-10 Reuben Thomas <rrt@sc3d.org>
6474
e69df516
SM
6475 * simple.el (count-words-region): Use buffer if there's no region
6476 (bug#9429).
fece895e 6477
5e68ce4a
JL
64782011-09-09 Juri Linkov <juri@jurta.org>
6479
6480 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
6481 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
6482 (wdired-isearch-filter-read-only): New function. (Bug#6362)
6483
0a6b9622
AM
64842011-09-09 Alan Mackenzie <acm@muc.de>
6485
6486 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
6487 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
6488
14a29deb
EZ
64892011-09-09 Eli Zaretskii <eliz@gnu.org>
6490
6491 Fix for Savannah bug#9392.
6492 * simple.el (mail-encode-mml): New defvar.
6493
6494 * mail/rmail.el (mail-encode-mml): Add a defvar.
6495 (rmail-enable-mime-composing): Default to t.
6496 (rmail-forward): Use MIME method of forwarding only if both
6497 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
6498 Set mail-encode-mml non-nil if the MIME method was used.
6499
6500 * mail/sendmail.el (mml-to-mime): Add autoload form.
6501 (mail-encode-mml): Add a defvar.
6502 (mail-mode): Make mail-encode-mml buffer-local and initialize it
6503 to nil.
6504 (mail-send): If mail-encode-mml is non-nil, run the outgoing
6505 message through mml-to-mime, and reset mail-encode-mml to nil.
6506
28c45130
GM
65072011-09-09 Glenn Morris <rgm@gnu.org>
6508
6509 * woman.el (woman-if-body): When processing an .el block,
6510 do not delete the next .el block as well. (Bug#9447)
69f4b618 6511 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 6512
9b1c252e
MR
65132011-09-08 Martin Rudalics <rudalics@gmx.at>
6514
6515 * window.el (window-deletable-p): Make sure window is live before
6516 invoking window-prev-buffers.
6517
567457e3
LL
65182011-09-08 Leo Liu <sdl.web@gmail.com>
6519
6520 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
6521
97f05794
JL
65222011-09-08 Juri Linkov <juri@jurta.org>
6523
6524 * progmodes/compile.el (compilation-environment): Make it
6525 a defcustom (bug#8340).
6526
8b0874b5
MR
65272011-09-08 Martin Rudalics <rudalics@gmx.at>
6528
6529 * window.el (frame-auto-delete): Rename to window-auto-delete.
6530 Make it control auto-deletion of windows and/or frames.
6531 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 6532 for deleting window/frame. (Bug#9419)
8b0874b5
MR
6533 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
6534 Rewrite handling of case when window/frame can be deleted.
6535 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 6536 argument t. (Bug#9456)
8b0874b5 6537
4feb6e73
CY
65382011-09-07 Chong Yidong <cyd@stupidchicken.com>
6539
6540 * help-mode.el (help-mode): Restore autoload.
6541
91ab9c13
JL
65422011-09-07 Juri Linkov <juri@jurta.org>
6543
6544 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
6545 `compilation-environment'. Set buffer-local
6546 `compilation-environment' to `thisenv' later after (funcall mode).
6547 (Bug#8340)
6548
6549 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
6550 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
6551 instead of replacing its value. (Bug#8340)
6552
0527e251
JL
65532011-09-07 Juri Linkov <juri@jurta.org>
6554
6555 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
6556 based on text properties put by `grep-filter' instead of matching
6557 escape sequences.
6558 (grep-mode): Set buffer-local `compilation-error-screen-columns'
6559 to the value of `grep-error-screen-columns' (bug#9438).
6560
249f792c
JL
65612011-09-07 Juri Linkov <juri@jurta.org>
6562
6563 * simple.el (next-error-highlight, next-error-highlight-no-select):
6564 Doc fix (bug#9432).
6565
ff7271b9
OT
65662011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
6567
6568 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
6569 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
6570
183fc730
LL
65712011-09-07 Leo Liu <sdl.web@gmail.com>
6572
6573 * net/rcirc.el (rcirc-mode): Conditionally initialize
6574 rcirc-input-ring.
6575
77694924
SM
65762011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
6577
6578 * emacs-lisp/find-func.el (find-function-C-source): Only set
6579 find-function-C-source-directory after checking that we found a source
6580 file there (bug#9440).
6581
d809b8eb
AM
65822011-09-06 Alan Mackenzie <acm@muc.de>
6583
6584 * isearch.el (isearch-other-meta-char): Wherever a key list is
6585 unread, "unread" the prefix arg, too. This fixes bug #8901.
6586
453de99f
OG
65872011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
6588
6589 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
6590
90439906
JL
65912011-09-05 Juri Linkov <juri@jurta.org>
6592
6593 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
6594
f62bd846
JL
65952011-09-05 Juri Linkov <juri@jurta.org>
6596
6597 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
6598 keeping point where processing of grep matches begins, and
6599 continue to delete remaining escape sequences from the same point.
6600 (grep-filter): Make leading zero optional in "0?1;31m" because
6601 git-grep emits "\033[1;31m" escape sequences unlike expected
6602 "\033[01;31m" as GNU Grep does (bug#9408).
6603 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
6604
045820ec
JL
66052011-09-05 Juri Linkov <juri@jurta.org>
6606
6607 * subr.el (y-or-n-p): Capitalize "yes".
6608
f5e29b9b
MA
66092011-09-04 Michael Albinus <michael.albinus@gmx.de>
6610
6611 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
6612 `tramp-cache-unload-hook' where appropriate.
6613 (tramp-methods): Rename `tramp-remote-sh' to
6614 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
6615 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
6616
6617 * net/tramp-sh.el (top): Don't require 'shell.
6618 (tramp-methods): Add `tramp-remote-shell' and
6619 `tramp-remote-shell-args' entries.
6620 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
6621 (tramp-sh-handle-shell-command): Remove.
6622 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
6623 Use `tramp-remote-shell'.
6624
2784c434
CY
66252011-09-03 Chong Yidong <cyd@stupidchicken.com>
6626
393a301e 6627 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
6628 (sendmail-query-once): Save directly to send-mail-function.
6629 Update message-send-mail-function too.
6630
6631 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
6632
464cdf56
CS
66332011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
6634
6635 * progmodes/python.el (python-mode-map): Use correct function to
6636 start python interpreter from menu-bar (as reported by Geert
6637 Kloosterman).
6638 (inferior-python-mode-map): Fix typo.
393a301e 6639 (python-shell-map): Remove.
464cdf56 6640
d37e5c87
DD
66412011-09-03 Deniz Dogan <deniz@dogan.se>
6642
6643 * net/rcirc.el (rcirc-print): Simplify code for
6644 rcirc-scroll-show-maximum-output. There is no need to walk
6645 through all windows to find the right one.
6646
f3ada0ee
CS
66472011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
6648
6649 * help.el (help-return-method): Doc fix.
6650
1f3c99ca
MR
66512011-09-03 Martin Rudalics <rudalics@gmx.at>
6652
6653 * window.el (window-deletable-p): Don't return a non-nil value
6654 when there's a buffer that was shown in the window before.
6655 (Bug#9419)
393a301e
SM
6656 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
6657 Set window's previous buffers to nil.
1f3c99ca 6658
a3cf097f
EZ
66592011-09-03 Eli Zaretskii <eliz@gnu.org>
6660
6661 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
6662 newline before and after the tag line, so it doesn't interfere
6663 with determining the paragraph direction of bidirectional text.
6664
3d03de90
LL
66652011-09-03 Leo Liu <sdl.web@gmail.com>
6666
6667 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
6668
c3313451
CY
66692011-09-02 Chong Yidong <cyd@stupidchicken.com>
6670
393a301e 6671 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
6672 (pop-to-buffer): Change interactive spec. Pass second argument
6673 directly to display-buffer.
6674 (display-buffer): Fix interactive spec. Use functionp to
6675 distinguish between a function and a list of functions.
6676
6677 * abbrev.el (edit-abbrevs):
6678 * arc-mode.el (archive-extract):
6679 * autoinsert.el (auto-insert):
6680 * bookmark.el (bookmark-bmenu-list):
6681 * files.el (find-file):
6682 * view.el (view-buffer):
6683 * progmodes/compile.el (compilation-goto-locus):
6684 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
6685
89894cd8
CY
66862011-09-02 Chong Yidong <cyd@stupidchicken.com>
6687
6688 * window.el (display-buffer-alist): Doc fix.
6689 (display-buffer): Add docstring. Don't treat
6690 display-buffer-default specially.
6691 (display-buffer-reuse-selected-window)
6692 (display-buffer-same-window, display-buffer-maybe-same-window)
6693 (display-buffer-reuse-window, display-buffer-pop-up-frame)
6694 (display-buffer-pop-up-window)
6695 (display-buffer-reuse-or-pop-window)
6696 (display-buffer-use-some-window): New functions.
6697 (display-buffer-default-action): Use them.
393a301e 6698 (display-buffer-default): Delete.
89894cd8
CY
6699 (pop-to-buffer-1): Fix choice of actions.
6700
ae0bc9fb
SM
67012011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
6702
6703 * minibuffer.el (completion--insert-strings): Don't get confused by
6704 completion entries that end with an LF char.
6705
e9d90883
EZ
67062011-09-01 Eli Zaretskii <eliz@gnu.org>
6707
6708 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
6709
437014c8
CY
67102011-09-01 Chong Yidong <cyd@stupidchicken.com>
6711
6712 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
6713 (display-buffer-same-window, display-buffer-other-window):
6714 New functions.
437014c8
CY
6715 (pop-to-buffer-1): New function. Use the above.
6716 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 6717 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
6718
6719 * view.el (view-buffer-other-window, view-buffer-other-frame):
6720 Just use pop-to-buffer.
6721
a5e063d5
TV
67222011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6723
6724 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
6725
793d32bb
WH
67262011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
6727
6728 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
6729
d65e4c15
RS
67302011-08-31 Richard Stallman <rms@gnu.org>
6731
6732 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
6733 of the separation of rmail-view-buffer from rmail-buffer.
6734 If you say no to "replace original", the decrypt is in the
6735 view buffer. If you say yes, the decrypt goes into the
6736 rmail buffer also.
6737
f818cd2a
MR
67382011-08-31 Martin Rudalics <rudalics@gmx.at>
6739
6740 * window.el (display-buffer-window): Rewrite doc-string.
6741 (display-buffer-record-window): New function.
6742 (display-buffer-macro-specifiers)
6743 (display-buffer-even-window-sizes, display-buffer-set-height)
6744 (display-buffer-set-width, display-buffer-in-window)
6745 (display-buffer-reuse-window, display-buffer-split-specifiers)
6746 (display-buffer-side-specifiers, display-buffer-split-window-1)
6747 (display-buffer-split-window, display-buffer-split-atom-window)
6748 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
6749 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
6750 (display-buffer-other-window-means-other-frame)
6751 (display-buffer-normalize-special)
6752 (display-buffer-normalize-default)
6753 (display-buffer-normalize-argument)
6754 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
6755 (display-buffer-normalize-specifiers, display-buffer-frame)
6756 (display-buffer-same-window, display-buffer-same-frame)
6757 (display-buffer-other-window)
6758 (display-buffer-same-frame-other-window)
6759 (display-buffer-other-frame, pop-to-buffer-same-window)
6760 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
6761 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
6762 (switch-to-buffer-same-frame)
6763 (switch-to-buffer-other-window-same-frame)
6764 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
6765 (display-buffer-alist-set-1, display-buffer-alist-set-2)
6766 (display-buffer-alist-set): Remove.
6767 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
6768 (special-display-regexps, special-display-function):
6769 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
6770 parameter.
6771 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
6772 (special-display-frame-alist, special-display-popup-frame)
6773 (same-window-buffer-names, same-window-regexps, same-window-p)
6774 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
6775 (split-window-preferred-function, split-height-threshold)
6776 (split-width-threshold, window-splittable-p)
6777 (split-window-sensibly, window--try-to-split-window)
6778 (window--frame-usable-p, even-window-heights)
6779 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
6780 (window--display-buffer-2, display-buffer-other-frame):
6781 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
6782 (display-buffer-default, display-buffer-assq-regexp): New functions.
6783 (display-buffer-alist): Rewrite doc-string.
6784 (display-buffer-default-action)
6785 (display-buffer-overriding-action): New variables.
6786 (display-buffer, switch-to-buffer): Rewrite.
6787 (pop-to-buffer): Restore Emacs 23 behavior but use
6788 window-normalize-buffer-to-display.
6789 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
6790 Restore Emacs 23 behavior but use
6791 window-normalize-buffer-to-switch-to.
6792 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
6793 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
6794 Rewrite using Emacs 23 options.
f818cd2a 6795
5bc3b51d
MA
67962011-08-31 Michael Albinus <michael.albinus@gmx.de>
6797
6798 * net/tramp.el (tramp-root-regexp): Remove.
6799 (tramp-completion-file-name-regexp-unified)
6800 (tramp-completion-file-name-regexp-separate)
6801 (tramp-completion-file-name-regexp-url): Don't use leading volume
6802 letter on win32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
6803 (tramp-drop-volume-letter): Simplify definition.
6804 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 6805
b1a4f8e1
SM
68062011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
6807
6808 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
6809 (bug#9356).
6810
5664fa7b
RT
68112011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
6812
b1a4f8e1 6813 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 6814
9a45d6c3
JL
68152011-08-29 Juri Linkov <juri@jurta.org>
6816
6817 * isearch.el (isearch-done): Don't display message "Mark saved"
6818 when arg `edit' is non-nil to prevent its flicker in the echo area.
6819
fb87e0fb
CY
68202011-08-28 Chong Yidong <cyd@stupidchicken.com>
6821
6822 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
6823 obsolete packages for deletion.
6824
09ac1c2a
CS
68252011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
6826
6827 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 6828 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
6829 view-mode from help-mode.
6830 (help-xref-override-view-map): Remove.
6831 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
6832 view-mode is not used anymore.
6833
7a1ff57f
CY
68342011-08-28 Chong Yidong <cyd@stupidchicken.com>
6835
6836 * server.el (server-port): Doc fix.
6837
b9696605
CY
6838 * cus-theme.el (custom-theme-choose-mode): Inherit from
6839 special-mode (Bug#9124).
6840 (custom-theme-choose-mode-map): Add special-mode to parent.
6841
ef8cdf8c
AM
68422011-08-28 Alan Mackenzie <acm@muc.de>
6843
6844 * progmodes/cc-fonts.el
6845 (c-make-font-lock-BO-decl-search-function): New function.
6846 (c-basic-matchers-after - "Fontify the clauses after various
6847 keywords"): Extract the three keyword lists for the 3 erroneous
6848 constructs from the list of four, and use the new function above
6849 in place of an old one.
6850
27de4e20
DD
68512011-08-28 Deniz Dogan <deniz@dogan.se>
6852
6853 * net/rcirc.el (rcirc-insert-prev-input)
6854 (rcirc-insert-next-input): Remove unused argument.
6855
356a3681
SM
68562011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
6857
6858 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
6859
3fc9b218
AM
68602011-08-27 Alan Mackenzie <acm@muc.de>
6861
6862 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
6863 handle function pointer parameters properly.
6864
538a061c
MR
68652011-08-27 Martin Rudalics <rudalics@gmx.at>
6866
6867 * window.el (display-buffer-reuse-window): Fix case where
6868 selected window was reused with non-nil OTHER-WINDOW argument.
6869 (Bug#9381)
6870
35b1c40c
DD
68712011-08-27 Deniz Dogan <deniz@dogan.se>
6872
6873 * net/rcirc.el (rcirc-check-auth-status): Adding support for
6874 oftc's NickServ messages.
6875
2f6a3e79
GM
68762011-08-27 Glenn Morris <rgm@gnu.org>
6877
6878 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
6879
7254299e
CY
68802011-08-26 Chong Yidong <cyd@stupidchicken.com>
6881
6882 * emacs-lisp/package.el (package-install): Call package-initialize
6883 if called interactively.
6884
f8ccf167
LL
68852011-08-26 Leo Liu <sdl.web@gmail.com>
6886
6887 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
6888
3e8cd5ce
JL
68892011-08-25 Juri Linkov <juri@jurta.org>
6890
6891 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
6892 `search-whitespace-regexp' (bug#9364).
6893
93eb7113
JL
68942011-08-25 Juri Linkov <juri@jurta.org>
6895
6896 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
6897 `regexp-search-ring' to their global values to protect from
6898 updating by `read-from-minibuffer' (bug#9185).
6899
f65d1611
JL
69002011-08-25 Juri Linkov <juri@jurta.org>
6901
6902 * textmodes/ispell.el (ispell-command-loop): Add newline
6903 at the end of the "Use option `i'..." line.
6904
f1cf7a31
JL
69052011-08-25 Juri Linkov <juri@jurta.org>
6906
6907 * battery.el (display-battery-mode): If `battery-status-function'
6908 or `battery-mode-line-format' is nil, display the message and set
6909 `display-battery-mode' to nil (bug#9363).
6910
0c95fcf7
EZ
69112011-08-25 Eli Zaretskii <eliz@gnu.org>
6912
6913 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
6914 bidi-string-mark-left-to-right; they are unnecessary now.
6915
a2ebe600
DD
69162011-08-25 Deniz Dogan <deniz@dogan.se>
6917
6918 * net/quickurl.el: Documentation typo fixes.
6919
e4ed06f1
CY
69202011-08-25 Chong Yidong <cyd@stupidchicken.com>
6921
6922 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
6923
e5f1c99e
GM
69242011-08-25 Glenn Morris <rgm@gnu.org>
6925
b2948976
GM
6926 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
6927
e5f1c99e
GM
6928 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
6929 (smtpmail-via-smtp): Handle nil response from smtp.
6930
f22f4808
JL
69312011-08-24 Juri Linkov <juri@jurta.org>
6932
6933 * proced.el (proced-marked): Inherit from `error' instead of
6934 `font-lock-warning-face'.
6935
6936 * ibuffer.el (ibuffer-marked-face): Change default face from
6937 `font-lock-warning-face' to `warning'.
6938 (ibuffer-deletion-face): Change default face from
6939 `font-lock-type-face' to `error'.
6940
6941 * battery.el (battery-update): Use the face `error' instead of
6942 `font-lock-warning-face' (bug#6117).
6943
6a93965e
JL
69442011-08-24 Juri Linkov <juri@jurta.org>
6945
6946 * faces.el (success): Change face color from "Green3" to
6947 "ForestGreen" on light background (bug#9353).
6948
1ed43b09
CY
69492011-08-24 Chong Yidong <cyd@stupidchicken.com>
6950
5664fa7b
RT
6951 * window.el (quit-window): Rename from quit-restore-window.
6952 Use same arglist as old quit-window.
1ed43b09
CY
6953 (frame-auto-delete): Doc fix.
6954
6955 * view.el (view-mode-exit): Use quit-window.
6956
11dcdbb2
JL
69572011-08-24 Juri Linkov <juri@jurta.org>
6958
6959 * isearch.el (isearch-ring-adjust1): Start visiting previous
6960 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
6961 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
6962 for empty search string (when the last search string is reused
6963 automatically) to adjust the isearch ring to the last element and
6964 prepare the correct index for further M-p commands (bug#9185).
6965
de62b4df
KH
69662011-08-24 Kenichi Handa <handa@m17n.org>
6967
6968 * international/ucs-normalize.el: If decomposition property of
6969 CHAR is the default one (i.e. a list of CHAR itself), treat it as
6970 nil.
6971 (nfd, nfkd): Likewise.
6972
963b492b
SM
69732011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
6974
6975 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
6976 from process filters aren't reliably transmitted to the surrounding
6977 accept-process-output.
6978 (mpc-proc-check): New function.
6979 (mpc-proc-sync): Use it (bug#8293)
6980
93b6b5e1
SM
69812011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
6982
6983 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
6984 Add compatibility functions (bug#9313).
6985
bca633fb
EZ
69862011-08-23 Eli Zaretskii <eliz@gnu.org>
6987
b177498a
EZ
6988 * cus-start.el (all): Add entry for bidi-paragraph-direction.
6989
6df6ae42 6990 * international/uni-bidi.el: Regenerate.
bca633fb 6991
0902a04e
KH
69922011-08-23 Kenichi Handa <handa@m17n.org>
6993
6994 * international/charprop.el:
6995 * international/uni-bidi.el:
6996 * international/uni-category.el:
6997 * international/uni-combining.el:
6998 * international/uni-comment.el:
6999 * international/uni-decimal.el:
7000 * international/uni-decomposition.el:
7001 * international/uni-digit.el:
7002 * international/uni-lowercase.el:
7003 * international/uni-mirrored.el:
7004 * international/uni-name.el:
7005 * international/uni-numeric.el:
7006 * international/uni-old-name.el:
7007 * international/uni-titlecase.el:
7008 * international/uni-uppercase.el: Regenerate.
7009
3bbf23bc
MR
70102011-08-23 Martin Rudalics <rudalics@gmx.at>
7011
7012 * help.el (help-window-setup): Fix message displayed when other
7013 window is reused. (Bug#9341)
7014
b3fd59bd
SM
70152011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
7016
1802e444
SM
7017 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
7018 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
7019
b3fd59bd
SM
7020 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
7021 Mark obsolete.
7022 * shell.el (shell-parse-pcomplete-arguments): New function.
7023 (shell-completion-vars): Use it instead (bug#9160).
7024
4eb61348
SM
70252011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
7026
867cab74
SM
7027 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
7028 strings and comments (bug#9333).
7029
4eb61348
SM
7030 * emacs-lisp/debug.el (debug-arglist): New function.
7031 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
7032 (debug-on-entry-1): Handle interpreted closures (bug#9120).
7033
262a1439
JL
70342011-08-22 Juri Linkov <juri@jurta.org>
7035
56ee679c
JL
7036 * progmodes/compile.el (compilation-mode-font-lock-keywords):
7037 Revert regexp that highlights output switches to its old
7038 pre-2010-10-28 value and remove one `?' from it (bug#9319).
7039
262a1439
JL
7040 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
7041 to check for empty output (bug#9226).
7042
f13f86fb
CY
70432011-08-22 Chong Yidong <cyd@stupidchicken.com>
7044
7045 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
7046 symbol-constituent as the default, as that stops font-lock from
7047 working properly (Bug#8843).
7048
c65c9622
LMI
70492011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7050
7051 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
7052 `coding-system-for-*' around the process open call to avoid
7053 auth-source side effects.
e7f2c178 7054 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
7055 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
7056 probe hangs.
c65c9622 7057
23a8a5ab
CY
70582011-08-21 Chong Yidong <cyd@stupidchicken.com>
7059
ff98b2dd
CY
7060 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
7061
23a8a5ab
CY
7062 * emacs-lisp/find-func.el (find-function-noselect): New arg
7063 lisp-only.
7064
7065 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
7066 signal an error for built-in functions (Bug#6664).
7067
f5e3c598
LMI
70682011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7069
7070 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
7071 (smtpmail-try-auth-methods): Use it.
7072
a3f2468a
CY
70732011-08-21 Chong Yidong <cyd@stupidchicken.com>
7074
2c34e8da
CY
7075 * font-lock.el (font-lock-fontify-region)
7076 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
7077 (font-lock-default-unfontify-buffer)
7078 (font-lock-default-fontify-region)
7079 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
7080
b3fd59bd
SM
7081 * progmodes/compile.el (compilation-error-properties):
7082 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
7083 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
7084 `ant' regexp.
ee31aabc 7085
a3f2468a
CY
7086 * net/browse-url.el (browse-url-firefox): Don't call
7087 browse-url-firefox-sentinel unless using -remote (Bug#9328).
7088
8e999f70
GM
70892011-08-20 Glenn Morris <rgm@gnu.org>
7090
c21a496a
GM
7091 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
7092
59ee0542
GM
7093 * tutorial.el (tutorial--default-keys): Update some default bindings.
7094
8e999f70
GM
7095 * files.el (hack-local-variables): Fully ignore case for "mode:".
7096
e3715033
AM
70972011-08-20 Alan Mackenzie <acm@muc.de>
7098
7099 Resolve invalid use of a regexp in regexp-opt.
7100
4d61f28d
JB
7101 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
7102 detection for a java annotation.
e3715033 7103
4d61f28d 7104 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
7105 detection for a java annotation.
7106
4d61f28d
JB
7107 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
7108 handling for java.
e3715033
AM
7109 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
7110
04ed2e9c
CY
71112011-08-20 Chong Yidong <cyd@stupidchicken.com>
7112
7113 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
7114 (Bug#9274).
7115
826cee64
AM
71162011-08-20 Alan Mackenzie <acm@muc.de>
7117
58179cce 7118 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
7119 such a construct. Mainly for when jit-lock etc. starts a chunk
7120 here.
7121
58179cce 7122 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 7123 variable.
58179cce 7124 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
7125 c-make-font-lock-search-function.
7126 (c-make-font-lock-search-function): Use the above function.
7127 (c-make-font-lock-context-search-function): New function.
7128 (c-cpp-matchers): Enhance the preprocessor expression case with
7129 the above function
7130 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
7131 which takes an expression.
7132
7133 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
7134
13009bd8
MR
71352011-08-20 Martin Rudalics <rudalics@gmx.at>
7136
7137 * window.el (display-buffer-reuse-window)
7138 (display-buffer-pop-up-window): Don't reuse or split a side
7139 window.
7140
9234ff7f
GM
71412011-08-19 Glenn Morris <rgm@gnu.org>
7142
7143 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 7144 Downcase "Mode:". (Bug#9331)
9234ff7f 7145
f635daa1
CY
71462011-08-18 Chong Yidong <cyd@stupidchicken.com>
7147
7148 * international/characters.el: Add L and R categories.
7149
7150 * subr.el (bidi-string-mark-left-to-right): Rename from
7151 string-mark-left-to-right. Use category search.
7152
7153 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
7154
bc987f8b
JL
71552011-08-18 Juri Linkov <juri@jurta.org>
7156
7157 * faces.el (error, warning, success): New faces with definitions
7158 copied from old default values of `font-lock-warning-face',
7159 `compilation-warning', `compilation-info' (bug#6117).
7160
7161 * font-lock.el (font-lock-warning-face): Inherit from `error'.
7162
7163 * progmodes/compile.el (compilation-error): Inherit from `error'.
7164 (compilation-warning): Inherit from `warning'.
7165 (compilation-info): Inherit from `success'.
7166
7167 * dired.el (dired-marked): Inherit from `warning'.
7168 (dired-flagged): Inherit from `error'.
7169
57173b96
LMI
71702011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7171
3e79eb87
LMI
7172 * mail/smtpmail.el (auth-source): Require to avoid problems with
7173 binding variables (bug#9298). Also clean up some unused
7174 autoloads.
7175
b3fd59bd
SM
7176 * net/network-stream.el (network-stream-open-starttls):
7177 Support using starttls.el without using gnutls-cli.
57173b96 7178
02b404de
JL
71792011-08-17 Juri Linkov <juri@jurta.org>
7180
7181 * progmodes/grep.el (rgrep): Handle the case when
7182 `grep-find-command' is a cons cell (bug#9278).
7183
8c9177f2
MR
71842011-08-17 Martin Rudalics <rudalics@gmx.at>
7185
7186 * window.el (display-buffer-pop-up-frame): Run frame creation
7187 function with BUFFER current (as special-display-popup-frame
7188 does). Reported by Drew Adams.
7189
3644a0ab
DU
71902011-08-17 Daiki Ueno <ueno@unixuser.org>
7191
7192 * epa-mail.el: Simplify GnuPG group expansion using
7193 epg-expand-group.
7194 (epa-mail-group-alist, epa-mail-group-modtime)
7195 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
7196 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
7197 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
7198 Remove.
7199
5e617bc2 72002011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
7201
7202 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
7203
9c4aeabf
AM
72042011-08-16 Alan Mackenzie <acm@muc.de>
7205
7206 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
7207 Correct, to avoid the inside of macros.
7208
3a99bf64
RS
72092011-08-16 Richard Stallman <rms@gnu.org>
7210
04963aa8
RS
7211 * epa-mail.el: Handle GnuPG group definitions.
7212 (epa-mail-group-alist, epa-mail-group-modtime)
7213 (epa-mail-gnupg-conf-file): New variables.
7214 (epa-mail-parse-groups, epa-mail-sync-groups)
7215 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
7216 (epa-mail-expand-recipients): New functions.
7217 (epa-mail-encrypt): Call epa-mail-expand-recipients.
7218
177549d0
RS
7219 * mail/rmail.el (rmail-epa-decrypt): New command.
7220
fe38beef
RS
7221 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
7222 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
7223 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
7224 (epa-decrypt-armor-in-region): Make error message clearer.
7225
934eacb9
SM
72262011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
7227
7228 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
7229 and "a2b" to "ab" for `prefix'.
7230
d024fb4e
CY
72312011-08-14 Chong Yidong <cyd@stupidchicken.com>
7232
7233 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
7234 filter groups.
de148fee
CY
7235 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
7236 Fourquet (Bug#8804).
d024fb4e 7237
62f1ca49
JB
72382011-08-12 Juanma Barranquero <lekktu@gmail.com>
7239
7240 * startup.el (argi): Declare as global variable (bug#9275).
7241
9ccaaa4b
CY
72422011-08-12 Chong Yidong <cyd@stupidchicken.com>
7243
7244 * subr.el (string-mark-left-to-right): Search the entire string
7245 for RTL script, not just the terminating character. Doc fix.
7246
a3dae87a
SM
72472011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
7248
6cd18349
SM
7249 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
7250 New function.
7251 (js--regexp-literal, js-syntax-propertize-function): Remove.
7252 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
7253 (js-mode-map): Don't rebind electric keys.
7254 (js-insert-and-indent): Remove.
7255 (js-mode): Setup electric-layout and electric-indent instead.
7256
a3dae87a
SM
7257 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
7258
9d5cb631
DU
72592011-08-12 Daiki Ueno <ueno@unixuser.org>
7260
7261 * epa.el (epa-progress-callback-function): Fix the logic of
7262 displaying progress.
7263 * epa-file.el (epa-file-insert-file-contents): Make progress
7264 display more user-friendly.
7265 (epa-file-write-region): Ditto.
7266
3e26a4a2
CY
72672011-08-10 Chong Yidong <cyd@stupidchicken.com>
7268
7269 * subr.el (string-mark-left-to-right): New function.
7270
7271 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
7272 Use string-mark-left-to-right.
7273 (list-buffers-noselect): Caller changed.
7274
a3dae87a
SM
7275 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
7276 Use string-mark-left-to-right.
3e26a4a2
CY
7277 (tabulated-list-print): Recenter after moving point.
7278
ac8cf6e6
JL
72792011-08-10 Juri Linkov <juri@jurta.org>
7280
7281 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
7282 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
7283 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
7284
8d96c9a4
CY
72852011-08-09 Chong Yidong <cyd@stupidchicken.com>
7286
7287 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
7288 (Bug#7554).
7289
7be1c708 72902011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
7291
7292 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
7293 character. (Bug#6594)
7294
37e11a63
CY
72952011-08-08 Chong Yidong <cyd@stupidchicken.com>
7296
839dde57
CY
7297 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
7298 (image-dired--with-db-file): New macro.
7299 (image-dired-write-tags, image-dired-remove-tag)
7300 (image-dired-create-gallery-lists, image-dired-write-comments)
7301 (image-dired-get-comment, image-dired-mark-tagged-files)
7302 (image-dired-list-tags, image-dired-gallery-generate): Use it.
7303 (image-dired-gallery-generate): Use insert-file-contents.
7304
37e11a63
CY
7305 * time.el (display-time-world-list, display-time-world-display):
7306 * time-stamp.el (time-stamp-string):
7307 * vc/add-log.el (add-change-log-entry): Use setenv instead of
7308 set-time-zone-rule (Bug#7337).
7309
0b4946c4
DU
73102011-08-08 Daiki Ueno <ueno@unixuser.org>
7311
7312 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
7313 (epg-error-to-string, epg-errors-to-string): New function.
7314 (epg-wait-for-completion): Reverse errors list.
7315 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
7316 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
7317 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
7318 (epg-sign-keys, epg-generate-key-from-file)
7319 (epg-generate-key-from-string): Format errors by using
7320 epg-errors-to-string (bug#9255).
7321 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
7322
75bfc667
JL
73232011-08-07 Juri Linkov <juri@jurta.org>
7324
7325 * faces.el (list-faces-display): Remove extra angle bracket
7326 from `help-mode-map'.
7327
7328 * info.el (Info-history-toc-nodes): Doc fix.
7329
7330 * longlines.el (longlines-mode): Doc fix.
7331
673e08bb
SM
73322011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
7333
4640dd88
SM
7334 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
7335 of statements and in a few more cases (bug#9183).
7336
673e08bb
SM
7337 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
7338 New functions.
7339 (cl-transform-lambda): Use them (bug#9239).
7340
89b3f019
MR
73412011-08-05 Martin Rudalics <rudalics@gmx.at>
7342
7343 * window.el (display-buffer-same-window)
7344 (display-buffer-same-frame, display-buffer-other-window)
7345 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
7346 (pop-to-buffer-other-window)
7347 (pop-to-buffer-same-frame-other-window)
7348 (pop-to-buffer-other-frame): Make them defuns.
7349 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
7350
640c8776
SM
73512011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
7352
7353 * subr.el (make-composed-keymap): Move from C. Change calling
7354 convention, and improve docstring to bring attention to a subtle point.
7355 * minibuffer.el (completing-read-default): Adjust accordingly.
7356
63648a95
MA
73572011-08-03 Michael Albinus <michael.albinus@gmx.de>
7358
7359 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
7360 (tramp-open-shell): Use `tramp-shell-quote-argument'.
7361
7362 * net/trampver.el: Update release number.
7363
b796c9b7
SM
73642011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
7365
7366 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
7367 "in" (bug#9190).
7368
2239d7d5
LMI
73692011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7370
e07dd7c3
LMI
7371 * mail/sendmail.el (sendmail-query-once): Restore the current
7372 buffer after querying (bug#9074).
7373
0e6a2bd7
LMI
7374 * dired.el (dired-flagged): Use different faces for marked and
7375 flagged files (bug#6117).
7376
ce887515
LMI
7377 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
7378 (bug#4433).
7379
92f2affc
LMI
7380 * ido.el (ido-mode): Switch off the message if called
7381 non-interactively.
7382
57d5aff0
LMI
7383 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
7384 before 587, since it appears that that's more likely to work for
7385 more people.
7386
98cd6c18 7387 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 7388 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
7389 exist.
7390
b96dec83
LMI
7391 * info.el: Remove the `Info-beginning-of-buffer' function
7392 (bug#8325).
7393
b796c9b7
SM
7394 * net/network-stream.el (network-stream-open-starttls):
7395 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 7396
d90e2ea0
MR
73972011-08-01 Martin Rudalics <rudalics@gmx.at>
7398
7399 * window.el (display-buffer-in-window): Don't set dedicated status
7400 of window here (Bug#9215).
7401 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
7402 (display-buffer-pop-up-side-window)
b796c9b7 7403 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 7404
cca09170
SM
74052011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
7406
7407 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
7408 before binding generated-autoload-file.
7409
027b979c
DD
74102011-08-01 Deniz Dogan <deniz@dogan.se>
7411
7412 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
7413
3c7ee4f3
MA
74142011-07-30 Michael Albinus <michael.albinus@gmx.de>
7415
7416 Sync with Tramp 2.2.2.
7417
7418 * net/trampver.el: Update release number.
7419
2cc8e51a
JL
74202011-07-30 Juri Linkov <juri@jurta.org>
7421
7422 * dired-aux.el (dired-touch-initial): Remove function.
7423 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
7424 current time, and `default' to the last modification time of the
7425 current marked file (bug#6887).
7426
a514d856
JM
74272011-07-28 Jose E. Marchesi <jemarch@gnu.org>
7428
7429 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 7430 numeric argument to read-number (bug#9163).
a514d856 7431
8a7eddd7
MA
74322011-07-27 Michael Albinus <michael.albinus@gmx.de>
7433
7434 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
7435 connection process, it could be nil.
7436
1ddd96f5
LL
74372011-07-27 Leo Liu <sdl.web@gmail.com>
7438
7439 Simplify url handling in rcirc-mode.
7440
7441 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
7442 (rcirc-browse-url-at-mouse): Remove.
7443 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
7444
b248a85d
AM
74452011-07-26 Alan Mackenzie <acm@muc.de>
7446
7447 Fontify bitfield declarations properly.
7448
7449 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
7450 (c-symbol-chars): Now exported as a lang variable.
7451 (c-not-primitive-type-keywords): New lang variable.
7452
7453 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
7454 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 7455 parsed as a bitfield declaration.
b248a85d 7456
b796c9b7
SM
7457 * progmodes/cc-engine.el (c-beginning-of-statement-1):
7458 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
7459 (c-punctuation-in): New function.
7460 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
7461 declarations properly.
7462
68575ab0
UJ
74632011-07-26 Ulf Jasper <ulf.jasper@web.de>
7464
7465 * calendar/icalendar.el (icalendar--all-events): Take care of
7466 multiple vcalendars in a single file.
b796c9b7 7467 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 7468
0f0a88b9
DD
74692011-07-25 Deniz Dogan <deniz@dogan.se>
7470
7471 * image.el (insert-image): Clarifying docstring.
7472
0b3f36df
MA
74732011-07-24 Michael Albinus <michael.albinus@gmx.de>
7474
7475 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
7476 `tramp-send-command-and-check' if there is no error.
7477 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
7478
a9901f61
AM
74792011-07-22 Alan Mackenzie <acm@muc.de>
7480
7481 Prevent cc-langs.elc being loaded at run time.
7482
7483 * progmodes/cc-mode.el: Remove two autoload forms which loaded
7484 cc-langs.
7485
4d61f28d 7486 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
7487 "(require 'cc-langs)". Quote a form so it will evaluate at
7488 (cc-mode's) compilation time.
7489
11d074b2
MA
74902011-07-22 Michael Albinus <michael.albinus@gmx.de>
7491
7492 * net/tramp.el (tramp-file-name-handler): Avoid recursive
7493 loading. (Bug#9114)
7494
938b94c8
MR
74952011-07-21 Martin Rudalics <rudalics@gmx.at>
7496
7497 * window.el (display-buffer-pop-up-window)
7498 (display-buffer-pop-up-side-window)
7499 (display-buffer-in-side-window): Call display-buffer-set-height
7500 and display-buffer-set-width after setting the new window's
b796c9b7 7501 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 7502
bfa4f190
SS
75032011-07-20 Sam Steingold <sds@gnu.org>
7504
7505 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
7506 (etags-tags-included-tables): Call `convert-standard-filename' on
7507 the file names contained in TAGS so that windows Emacs can handle
7508 TAGS files created by cygwin ctags.
7509
8ca42262
LMI
75102011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
7511
7512 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
7513 which apparently didn't work.
7514
5db2afd2 75152011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 7516
5db2afd2
RW
7517 * proced.el (proced-send-signal): For *Marked Processes* buffer
7518 put point at beginning of buffer.
7519
92e15d10
SB
75202011-07-19 Stephen Berman <stephen.berman@gmx.net>
7521
7522 * proced.el (proced-format): Make header lines align with the text
7523 (bug#1779).
7524
1bfd59e5
LMI
75252011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
7526
7527 * view.el (view-buffer): Allow running in `special' modes if we're
7528 visiting a file (bug#8615).
7529
f5aae37c
MR
75302011-07-19 Martin Rudalics <rudalics@gmx.at>
7531
7532 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
7533 (display-buffer-alist-set-1, display-buffer-alist-set-2):
7534 New functions.
f5aae37c
MR
7535 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
7536 more accurately.
7537
bf2c1571
AM
75382011-07-18 Alan Mackenzie <acm@muc.de>
7539
7540 Fontify declarators properly when, e.g., a jit-lock chunk begins
7541 inside a declaration.
7542
7543 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
7544
b796c9b7
SM
7545 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
7546 New function.
bf2c1571
AM
7547 (c-complex-decl-matchers): Insert reference to
7548 c-font-lock-enclosing-decls.
7549
7550 * progmodes/cc-engine.el (c-backward-single-comment):
7551 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
7552 to nil around calls to (forward-comment -1).
7553
4e190b80
LMI
75542011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7555
12dc863d
LMI
7556 * image.el (put-image): Doc typo fix.
7557
a762e966
LMI
7558 * progmodes/etags.el (tags-search): Doc typo fix.
7559
4e190b80
LMI
7560 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
7561 password if we get errors 550 to 554.
7562
f019fb21
LMI
75632011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7564
b796c9b7 7565 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 7566
81746738
LMI
7567 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
7568 indentation character (bug#6380).
7569
3ee3a1b5
LMI
7570 * files.el (buffer-offer-save): Made permanently local (bug#6241).
7571
c82f64de
LMI
7572 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
7573 to clarify what the problem is (bug#4291).
7574
f019fb21
LMI
7575 * simple.el (current-kill): Clarify what
7576 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
7577 (auto-fill-mode): Document `auto-fill-function' in relation to
7578 `auto-fill-mode' (bug#2470).
f019fb21 7579
0794775d
LM
75802011-07-16 Lawrence Mitchell <wence@gmx.li>
7581
7582 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
7583 method if slot is read-only (bug#9035).
7584
be39b8cc
MR
75852011-07-16 Martin Rudalics <rudalics@gmx.at>
7586
b796c9b7 7587 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 7588 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
7589 selected before, see discussion of (Bug#8615), (Bug#6954).
7590 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 7591
6ccf7859
GM
75922011-07-15 Glenn Morris <rgm@gnu.org>
7593
7594 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 7595 Respect help-form.
6ccf7859 7596
87e86684
LM
75972011-07-09 Lawrence Mitchell <wence@gmx.li>
7598
7599 * net/gnutls.el (gnutls-min-prime-bits): New variable.
7600 (gnutls-negotiate): Use it.
7601
d6066239
LMI
76022011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
7603
b796c9b7
SM
7604 * net/gnutls.el (gnutls-negotiate):
7605 Upcase `gnutls-algorithm-priority'.
d6066239 7606
bd23ebc0
GM
76072011-07-15 Glenn Morris <rgm@gnu.org>
7608
c65bca65
GM
7609 * jka-compr.el (jka-compr-verbose): Move from here...
7610 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
7611 Add missing :version tag.
7612 * info.el: No need to require jka-compr when compiling.
bd23ebc0 7613
478615cc
LMI
76142011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
7615
7b41decb
LMI
7616 * net/gnutls.el (gnutls-algorithm-priority): New variable.
7617 (gnutls-negotiate): Use it.
7618
dbc44fcd
LMI
7619 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
7620
06789f97
LMI
7621 * info.el (Info-beginning-of-buffer): New command.
7622 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
7623 announcing `b' as the key (bug#8325).
ab896c37 7624 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 7625
c39da690
LMI
7626 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
7627
3aa5f34b
LMI
7628 * international/mule-cmds.el
7629 (describe-specified-language-support): Make the error message
7630 clearer (bug#8905).
7631
4bf0979f
LMI
7632 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
7633
478615cc
LMI
7634 * isearch.el (isearch-barrier): Add a doc string, since it's
7635 mentioned in a function doc string (bug#8678).
7636
75c68aa1
MR
76372011-07-15 Martin Rudalics <rudalics@gmx.at>
7638
7639 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
7640 buffer argument (Bug#9083) and self-identifying label argument.
7641
a7c33da2
GM
76422011-07-15 Glenn Morris <rgm@gnu.org>
7643
7644 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
7645
2f5c6024
LMI
76462011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7647
7648 * man.el (Man-fontify-manpage): Fix message when formatting the
7649 man page (bug#7929).
7650
0bb23927 76512011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
7652
7653 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
7654 argument LRM; if non-nil, append an invisible LRM character to the
7655 buffer name.
7656 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
7657 last argument non-nil, when formatting buffer names.
0bb23927
EZ
7658 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
7659 paragraph direction.
cce4b0a7 7660
621ef9ab
LMI
76612011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7662
d1583c48
LMI
7663 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
7664 the man page name (bug#7929).
7665
6a57fb5f
LMI
7666 * image.el (put-image): Mention the `put-image' overlay property
7667 (bug#7834).
7668
d7956b14
LMI
7669 * scroll-bar.el (set-scroll-bar-mode): Mention that
7670 `scroll-bar-mode' lists the values (bug#7772).
7671
5b2d4a66
LMI
7672 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
7673 command (bug#7729).
7674
7509a874
LMI
7675 * rect.el (apply-on-rectangle): Return the point after the last
7676 operation.
7677 (string-rectangle): Go to the point after the last operation
7678 (bug#7522).
7679
4fe74b19
LMI
7680 * printing.el (pr-toggle-region): Clarify the documentation
7681 slightly (bug#7493).
7682
b796c9b7
SM
7683 * time.el (display-time-update):
7684 Allow `display-time-mail-function' to return nil (bug#7158).
7685 Fix suggested by Detlev Zundel.
ab283561 7686
fc233c9d
LMI
7687 * vc/diff.el (diff): Clarify the order the file names are read
7688 (bug#7111).
7689
43f5740b
LMI
7690 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
7691 the doc string (bug#7015).
7692
f2182a76
LMI
7693 * font-lock.el (font-lock-maximum-decoration): Mention what
7694 numeric levels mean (bug#6935).
7695
621ef9ab
LMI
7696 * startup.el (initial-buffer-choice): Don't mention the `none'
7697 selection, which is against policy.
7698
adc47434
MR
76992011-07-14 Martin Rudalics <rudalics@gmx.at>
7700
b796c9b7
SM
7701 * window.el (display-buffer-normalize-special):
7702 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 7703
7e5bfb8f
EZ
77042011-07-14 Eli Zaretskii <eliz@gnu.org>
7705
7706 * subr.el (version<, version<=, version=): Mention "-CVS" and
7707 "-12345" alpha version numbers.
7708
27fa387a
CY
77092011-07-14 Chong Yidong <cyd@stupidchicken.com>
7710
7711 * bindings.el: Add advertised binding for set-mark-command
7712 (Bug#5772).
7713
8bdfa064
CY
77142011-07-14 Chong Yidong <cyd@stupidchicken.com>
7715
7716 * bindings.el (mode-line-other-buffer):
7717 * bookmark.el (bookmark-bmenu-2-window):
7718 * bs.el (bs-cycle-next, bs-cycle-previous):
7719 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
7720 switch-to-buffer.
7721
7722 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 7723 Delete.
8bdfa064 7724
5eba16a3
JB
77252011-07-14 Juanma Barranquero <lekktu@gmail.com>
7726
7727 * follow.el (follow-debug-message, follow-redisplay):
7728 * jka-cmpr-hook.el (with-auto-compression-mode):
7729 Fix typos in docstrings.
7730
15853710
LMI
77312011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7732
a28e4607
LMI
7733 * subr.el (with-silent-modifications): Clarify somewhat what the
7734 macro inhibits (bug#6525).
7735
15853710
LMI
7736 * simple.el (eval-expression): Note what it does if called
7737 interactively (bug#6495).
7738
bee0fcef
CY
77392011-07-13 Chong Yidong <cyd@stupidchicken.com>
7740
b796c9b7
SM
7741 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
7742 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
7743
7744 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
7745 Remove switch-to-buffer.
7746
58274504
LMI
77472011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7748
bd2fcc8d
LMI
7749 * files.el (make-directory): Clarify that an error will be raised
7750 if there's an error (bug#6397).
7751
0f04b32c
LMI
7752 * startup.el (initial-buffer-choice): Add `none' as a choice
7753 (bug#6234).
7754
465c5fc8
LMI
7755 * subr.el (add-hook): Clarify section about buffer-local hooks
7756 (bug#6218).
7757
58274504
LMI
7758 * dired.el (dired-flagged): Clarify doc string (bug#6117).
7759
bead9a43
JB
77602011-07-13 Juanma Barranquero <lekktu@gmail.com>
7761
7762 * tabify.el (untabify): Preserve the current column so that point
7763 doesn't move (bug#6032).
7764
3af98a7b
LMI
77652011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7766
b796c9b7
SM
7767 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
7768 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 7769
6240145a
GM
77702011-07-13 Glenn Morris <rgm@gnu.org>
7771
7772 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
7773 (dired-insert-directory): Give a message the first time
7774 if ls is found not to support --dired.
7775
1d8c2ccc
LMI
77762011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7777
7778 * simple.el (toggle-truncate-lines): Clarify what is toggled
7779 (bug#5580). Text by Drew Adams.
7780
5fc4038e
CY
77812011-07-13 Chong Yidong <cyd@stupidchicken.com>
7782
7783 * simple.el (blink-matching-open): Make the error message from the
7784 last change less verbose.
7785
bf6012e5
DN
77862011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
7787
7788 * font-lock.el (font-lock-comment-face): Use the high contrast
7789 "yellow" color for font-lock-comment-face on low color terminals
7790 using a dark background color (bug#4221).
7791
343c3b5a
LMI
77922011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7793
7e9505c5
LMI
7794 * dired.el (dired-insert-set-properties): Make the doc string
7795 reflect what it does now (bug#5325).
7796
c26fdcf5
LMI
7797 * simple.el (blink-matching-open): Say that we were unable to find
7798 the match within the limit, if we're limited (bug#5122).
7799
bb388cc5
LMI
7800 * international/mule-cmds.el (prefer-coding-system): Add an
7801 example (bug#4869).
7802
343c3b5a
LMI
7803 * progmodes/etags.el (tags-search): Document `file-list-form'
7804 (bug#4731).
7805
2a517d45
LM
78062011-07-13 Lawrence Mitchell <wence@gmx.li>
7807
7808 * net/browse-url.el (browse-url-default-browser)
7809 (browse-url-browser-function): Make the default browser choice a
7810 bit more logical (bug#4300). Also clean up the doc string.
7811
b6c78ef2
JB
78122011-07-13 Juanma Barranquero <lekktu@gmail.com>
7813
7814 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
7815 binary endings (bug#4440).
7816
1c4dd947
LMI
78172011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7818
a2014063
LMI
7819 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
7820 which can be pretty annoying (bug#8971).
7821
9c9c2d88
LMI
7822 * jka-compr.el (jka-compr-verbose): New variable, and use
7823 throughout (bug#8971).
7824
1c4dd947
LMI
7825 * info.el (Info-find-file): Fall back on the installation
7826 directory if we can't find the info node anywhere else.
7827
a1c9f41b
SO
78282011-07-13 Sergei Organov <osv@javad.com> (tiny change)
7829
7830 * vc/vc.el (vc-revert-file):
7831 Don't set file time-stamp in the past. (Bug#5181)
7832
536f3d36
LMI
78332011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
7834
7152b011
LMI
7835 * files.el (after-find-file): Give a better error message when
7836 trying to find a symlink that points to a file that doesn't exist
7837 (bug#4398).
7838
536f3d36
LMI
7839 * progmodes/cc-vars.el: Remove (probably) misleading comment
7840 (bug#4396).
7841
460c0fba
JB
78422011-07-12 Johan Bockgård <bojohan@gnu.org>
7843
7844 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
7845
7a6bda45
CY
78462011-07-12 Chong Yidong <cyd@stupidchicken.com>
7847
7848 * mouse-sel.el: Hack restoring functionality, while keeping
7849 compatibility with 2010-07-03 changes to mouse selection.
7850 (mouse-sel-primary-overlay): New var.
7851 (mouse-sel-selection-alist): Use it.
7852 (mouse-sel-mode): Doc fix; remove points that are default features
7853 of mouse.el.
7854
c79598ef
JB
78552011-07-12 Johan Bockgård <bojohan@gnu.org>
7856
7857 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7858 Fix previous fix (bug#2490).
7859
ff8be6ef
RW
78602011-07-12 Roland Winkler <winkler@gnu.org>
7861
b796c9b7
SM
7862 * textmodes/bibtex.el (bibtex-initialize):
7863 Use pop-to-buffer-same-window.
ff8be6ef
RW
7864 (bibtex-search-entries): Fix interactive call.
7865
296ba3ee
LMI
78662011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
7867
f5242a02 7868 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
7869 Fontise bytecomp Error lines more correctly (bug#2490).
7870 Fix suggested by Johan Bockgård.
f5242a02 7871
296ba3ee
LMI
7872 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
7873
7874 * dired-x.el (dired-guess-default): Use `delete-dups'.
7875
f69fd0d2
CY
78762011-07-12 Chong Yidong <cyd@stupidchicken.com>
7877
7878 * dired.el (dired-mark-prompt):
7879 * dired-aux.el (dired-read-shell-command): Doc fix.
7880
eab5dc07
LMI
78812011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
7882
b796c9b7
SM
7883 * mail/sendmail.el (sendmail-query-once):
7884 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
7885 emacs -Q.
7886
7887 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
7888
eab5dc07
LMI
7889 * cus-edit.el (custom-file): Take an optional no-error variable.
7890 (customize-save-variable): Set the variable, and give a warning if
7891 running under "emacs -q".
7892
a1e65d42
JB
78932011-07-11 Juanma Barranquero <lekktu@gmail.com>
7894
7895 * loadhist.el (unload-feature-special-hooks):
7896 Add `auto-coding-functions', `fill-nobreak-predicate' and
7897 `find-directory-functions' (bug#5327).
7898
1d52da10
LMI
78992011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
7900
be958f1d
LMI
7901 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
7902
5bedb26c
LMI
7903 * cus-edit.el (custom-guess-name-alist): -alist variables should
7904 use the `alist' type (bug#3120). Suggested by Drew Adams.
7905
1d52da10
LMI
7906 * printing.el: Add documentation to all the `pr-toggle-' commands.
7907
cd394be1 79082011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
7909
7910 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
7911 backends where it makes sense (bug#2623).
7912
dcc88d8a
LMI
79132011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
7914
c3de9feb
LMI
7915 * dired-x.el (dired-guess-default): Remove duplicate shell command
7916 entries (bug#2028).
8a93078b 7917 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 7918 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 7919
dcc88d8a
LMI
7920 * subr.el (remove-duplicates): New conveniency function.
7921
505e3645
LMI
79222011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7923
7924 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
7925 (bug#1526).
7926
79272011-07-10 Martin Rudalics <rudalics@gmx.at>
7928
7929 * window.el (display-buffer-normalize-default): Don't invert
7930 meaning of even-window-heights. Reported by Eli Zaretskii
7931 <eliz@gnu.org>.
7932
455e4fa1
BR
79332011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
7934
7935 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
7936
8e0bc3e9
CY
79372011-07-10 Chong Yidong <cyd@stupidchicken.com>
7938
7939 * window.el (display-buffer): Fix arguments to
7940 display-buffer-reuse-window in last change.
7941
fa7c3228
CY
7942 * faces.el (link): Use a less saturated blue on light backgrounds.
7943
7944 * startup.el (fancy-startup-text, fancy-about-text)
7945 (fancy-startup-tail): Use font-lock faces, for background safety.
7946
c0a7f300
BN
79472011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
7948
b796c9b7
SM
7949 * emulation/viper-cmd.el (viper-change-state-to-vi):
7950 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 7951
4dc2a129
MR
79522011-07-09 Martin Rudalics <rudalics@gmx.at>
7953
7954 * window.el (display-buffer-default-specifiers): Remove.
7955 (display-buffer-macro-specifiers): Remove default specifiers.
7956 (display-buffer-alist): Default to nil.
b796c9b7 7957 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
7958 (display-buffer-pop-up-window): Allow splitting internal
7959 windows. Check whether a live window was created.
7960 (display-buffer-other-window-means-other-frame)
7961 (display-buffer-normalize-arguments): Rename to
7962 display-buffer-normalize-argument and rewrite. Set the
7963 other-window specifier.
7964 (display-buffer-normalize-special): New function.
7965 (display-buffer-normalize-options): Rename to
7966 display-buffer-normalize-default and rewrite.
7967 (display-buffer-normalize-options-inhibit): Remove.
7968 (display-buffer-normalize-specifiers): Rewrite.
7969 (display-buffer): Process other-window specifier and call
7970 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
7971 more faithfully.
b796c9b7 7972 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 7973 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
7974 (display-buffer-in-window, display-buffer-alist-set):
7975 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
7976 <tassilo@member.fsf.org>.
7977
2d43b8c9
LL
79782011-07-09 Leo Liu <sdl.web@gmail.com>
7979
7980 * register.el (insert-register): Restore accidental change on
7981 2011-06-26. (Bug#9028)
7982
7f9b7c53
GM
79832011-07-09 Glenn Morris <rgm@gnu.org>
7984
7985 * subr.el (remq): Handle the empty list. (Bug#9024)
7986
f042cfd8
AS
79872011-07-08 Andreas Schwab <schwab@linux-m68k.org>
7988
7989 * mail/sendmail.el (send-mail-function): No longer delay custom
7990 initialization.
7991 * custom.el (custom-initialize-delay): Doc fix.
7992
856b2f11
SM
79932011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
7994
7995 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
7996
afae1d68
MA
79972011-07-08 Michael Albinus <michael.albinus@gmx.de>
7998
7999 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
8000 human-friendly prompt.
8001
0757af94
SM
80022011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
8003
8004 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
8005 provided by a particular plugin.
8006
d760b731
LMI
80072011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
8008
8009 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
8010 save customizations (with "emacs -Q"), just set the variable
8011 instead of erroring out.
8012
8013 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
8014
cd79ce90
JL
80152011-07-08 Juri Linkov <juri@jurta.org>
8016
8017 * arc-mode.el (archive-zip-expunge, archive-zip-update)
8018 (archive-zip-update-case): Use 7z if found by `executable-find'.
8019 The order of searching the available programs is the same as in
8020 `archive-zip-extract' (bug#8968).
8021
14cc04aa
CY
80222011-07-07 Chong Yidong <cyd@stupidchicken.com>
8023
8024 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
8025 (menu-bar-options-menu): Tweak descriptions.
8026
0a1848ec
LMI
80272011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
8028
8029 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
8030 menu items into verb phrases (bug#1421). Also refill to fit under
8031 80 columns.
8032
f5bd0689
CY
80332011-07-07 Chong Yidong <cyd@stupidchicken.com>
8034
538e85c6
CY
8035 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
8036 (Info-read-node-name): Doc fix (Bug#1084).
8037
f5bd0689
CY
8038 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
8039 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
8040 (end-of-sexp, beginning-of-sexp)
8041 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
8042 (forward-symbol, forward-same-syntax, word-at-point)
8043 (sentence-at-point): Doc fix (Bug#1144).
8044
56ec5115
LMI
80452011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
8046
f3f8e37f
LMI
8047 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
8048 should cover it (bug#1281).
8049
0757af94 8050 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 8051
e9fce1ac 8052 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
8053 negotiation fails, then possibly try again with a non-encrypted
8054 connection (bug#9017).
8055
56ec5115
LMI
8056 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
8057 be used.
8058
c2f9aec8
RS
80592011-07-07 Richard Stallman <rms@gnu.org>
8060
8061 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
8062 property, and handle its changed format.
8063 Look for the correct line number.
8064 Use file's line contents (but not past first =) to find
8065 correct line in message.
8066
ef7b981d 80672011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
8068
8069 * international/characters.el (build-unicode-category-table):
8070 Delete it.
0757af94 8071 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 8072
0757af94 8073 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
8074 to src/chartab.c.
8075 (get-char-code-property): Call unicode-property-table-internal to
8076 load a file. Call get-unicode-property-internal where necessary.
8077 (put-char-code-property): Call unicode-property-table-internal to
8078 load a file. Call put-unicode-property-internal where necessary.
8079 put-unicode-property-internal where necessary.
0757af94
SM
8080 (char-code-property-description):
8081 Call unicode-property-table-internal to load a file.
c805dec0
KH
8082
8083 * international/charprop.el:
8084 * international/uni-bidi.el:
8085 * international/uni-category.el:
8086 * international/uni-combining.el:
8087 * international/uni-comment.el:
8088 * international/uni-decimal.el:
8089 * international/uni-decomposition.el:
8090 * international/uni-digit.el:
8091 * international/uni-lowercase.el:
8092 * international/uni-mirrored.el:
8093 * international/uni-name.el:
8094 * international/uni-numeric.el:
8095 * international/uni-old-name.el:
8096 * international/uni-titlecase.el:
8097 * international/uni-uppercase.el: Regenerate.
8098
8099 * loadup.el: Load international/charprop.el before
8100 international/characters.
8101
e14b388a
CY
81022011-07-07 Chong Yidong <cyd@stupidchicken.com>
8103
8104 * window.el (next-buffer, previous-buffer): Signal an error if
8105 called from a minibuffer window.
8106
8107 * bindings.el: Revert 2011-07-04 change.
8108
354cf0ba
RS
81092011-07-06 Richard Stallman <rms@gnu.org>
8110
8111 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
8112 (rmail-mime-insert-bulk, rmail-mime-insert-text):
8113 Treat markers like ints.
8114 (rmail-mime-entity): Doc fix.
8115
a48868a7
LMI
81162011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
8117
4906cd3d
LMI
8118 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
8119 defcustom again for backwards compatibility.
8120
e0457abe
LMI
8121 * simple.el (shell-command-on-region): Fill.
8122
d67f7e1f
LMI
8123 * dired-aux.el (dired-kill-line): Add a doc string.
8124
fe204702
LMI
8125 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
8126 to "\\sw\\|\\s_" (bug#358).
8127
a48868a7
LMI
8128 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
8129 (dired-unmark-backward): Ditto.
8130 (dired-flag-backup-files): Ditto.
8131
8132 * dired-x.el (dired-mark-sexp): Ditto.
8133
aa8a705c
RS
81342011-07-06 Richard Stallman <rms@gnu.org>
8135
8136 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
8137 (rmail-mime-entity): New arg TRUNCATED.
8138 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
8139 New functions.
8140 (rmail-mime-save): Warn if entity is truncated.
8141 (rmail-mime-toggle-hidden): Likewise, for showing.
8142 (rmail-mime-process-multipart): Record when an entity is truncated.
8143
a9a936b9
RS
8144 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
8145 if ENTITY is a string.
8146
1f2b92cb
LMI
81472011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
8148
f4f73198 8149 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
8150 of faces when `M-C-x'-ing their definitions (bug#8378).
8151 Also clean up the code slightly.
f4f73198 8152
12b16734 8153 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 8154 because that makes the colors go away.
12b16734 8155
f0691d22
LMI
8156 * mail/sendmail.el (send-mail-function): Change the default to
8157 `sendmail-query-once'.
9e87df06 8158 (sendmail-query-once): Add an autoload cookie.
f0691d22 8159
1f2b92cb
LMI
8160 * net/network-stream.el (network-stream-open-starttls): Try using
8161 a plain connection even if the server offered STARTTLS, and we
8162 kinda wanted to use it, if Emacs doesn't have any STARTTLS
8163 capability. This should make smtpmail.el work in slightly more
8164 configurations.
8165
1cdd2a1b
MA
81662011-07-06 Michael Albinus <michael.albinus@gmx.de>
8167
8168 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
8169 New defun.
8170 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
8171
fbcc67e2
MM
81722011-07-06 Michael R. Mauger <mmaug@yahoo.com>
8173
8174 * progmodes/sql.el: Version 3.0
0757af94 8175 (sql-product-alist): Add product :completion-object,
fbcc67e2 8176 :completion-column, and :statement attributes.
0757af94 8177 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 8178 (sql-mode-syntax-table): Mark all punctuation.
0757af94 8179 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
8180 ansi keywords.
8181 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 8182 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
8183 (sql-oracle-show-reserved-words): New function for development.
8184 (sql-product-font-lock): Simplify for source code buffers.
8185 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
8186 New functions.
8187 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
8188 (sql-mode-map): Add statement movement functions.
8189 (sql-ansi-statement-starters, sql-oracle-statement-starters):
8190 New variable.
fbcc67e2
MM
8191 (sql-statement-regexp, sql-beginning-of-statement)
8192 (sql-end-of-statement, sql-signum): New functions.
0757af94 8193 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
8194 (sql-show-sqli-buffer): Bug fix.
8195 (sql-interactive-mode): Store connection data as buffer local.
0757af94 8196 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
8197 with sql-interactive-mode.
8198 (sql-save-connection): Save buffer local settings.
0757af94 8199 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
8200 (sql-product-interactive): Bug fix.
8201 (sql-preoutput-hold): New variable.
8202 (sql-interactive-remove-continuation-prompt): Bug fixes.
8203 (sql-debug-redirect): New variable.
8204 (sql-str-literal): New function.
8205 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 8206 Redesign.
fbcc67e2
MM
8207 (sql-oracle-save-settings, sql-oracle-restore-settings)
8208 (sql-oracle-list-all, sql-oracle-list-table): New functions.
8209 (sql-completion-object, sql-completion-column)
8210 (sql-completion-sqlbuf): New variables.
8211 (sql-build-completions-1, sql-build-completions)
8212 (sql-try-completion): New functions.
8213 (sql-read-table-name): Use them.
8214 (sql-contains-names): New buffer local variable.
8215 (sql-list-all, sql-list-table): Use it.
8216 (sql-oracle-completion-types): New variable.
8217 (sql-oracle-completion-object, sql-sqlite-completion-object)
8218 (sql-postgres-completion-object): New functions.
8219
d4eaeab1
GM
82202011-07-06 Glenn Morris <rgm@gnu.org>
8221
8222 * window.el (pop-to-buffer): Doc fix.
8223
322b7dab 82242011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
8225
8226 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
8227
322b7dab 82282011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 8229
322b7dab 8230 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 8231
322b7dab 8232 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 8233
605dd5bf
CY
82342011-07-05 Chong Yidong <cyd@stupidchicken.com>
8235
8236 * button.el (button): Inherit from link face. Suggested by Dan
8237 Nicolaescu.
8238
7dbfa719
SM
82392011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
8240
3db614b0
SM
8241 * progmodes/gdb-mi.el: Fit in 80 columns.
8242 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
8243 switch-to-buffer.
8244
7dbfa719
SM
8245 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
8246 if imenu is simply not configured (bug#8941).
8247
919d884a
KM
82482011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
8249
8250 * allout.el (allout-post-undo-hook): New allout outline-change
8251 event hook to signal undo activity.
8252 (allout-post-command-business): Run allout-post-undo-hook if an
8253 undo just occurred.
7dbfa719
SM
8254 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
8255 * allout-widgets.el (allout-widgets-after-undo-function):
8256 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
8257 in the vicinity of an undo.
8258 (allout-widgets-mode): Include allout-widgets-after-undo-function
8259 on the new allout-post-undo-hook.
8260
450a0f09
SM
82612011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
8262
8263 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
8264 Let define-derived-mode define it.
8265 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
8266 cycles of abbrev-table inheritance (bug#8998).
8267
2de69e00
RW
82682011-07-05 Roland Winkler <winkler@gnu.org>
8269
8270 * textmodes/bibtex.el: Add support for biblatex.
8271 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
8272 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
8273 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
8274 (bibtex-entry-alist, bibtex-field-alist): New variables.
8275 (bibtex-entry-field-alist): Obsolete alias for
8276 bibtex-BibTeX-entry-alist.
8277 (bibtex-entry-alist, bibtex-field-alist): New widgets.
8278 (bibtex-set-dialect): New command.
8279 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
8280 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
8281 Bind via bibtex-set-dialect.
2de69e00
RW
8282 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
8283 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
8284 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
8285 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
8286 Define via bibtex-set-dialect.
450a0f09
SM
8287 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
8288 Obey bibtex-no-opt-remove-re.
2de69e00
RW
8289 (bibtex-vec-push, bibtex-vec-incr): New functions.
8290 (bibtex-format-entry, bibtex-field-list)
8291 (bibtex-print-help-message, bibtex-validate)
8292 (bibtex-search-entries): Use new format of bibtex-entry-alist.
8293
2dcdbdd9
SM
82942011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
8295
8296 * progmodes/compile.el (compilation-goto-locus):
8297 * net/tramp-cmds.el (tramp-append-tramp-buffers):
8298 * bs.el (bs-cycle-next, bs-cycle-previous):
8299 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
8300 * bindings.el (mode-line-other-buffer):
8301 * autoinsert.el (auto-insert):
8302 * arc-mode.el (archive-extract):
8303 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
8304
b27640fe
JB
83052011-07-05 Juanma Barranquero <lekktu@gmail.com>
8306
8307 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
8308 Fix check of `emacs-lock-unlockable-modes'.
8309 Coerce true values of `emacs-lock--try-unlocking' to t.
8310
53bbe3ad
JB
83112011-07-05 Juanma Barranquero <lekktu@gmail.com>
8312
8313 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
8314 * emacs-lock.el: New file.
8315
1d3cdbc7
JD
83162011-07-05 Julien Danjou <julien@danjou.info>
8317
8318 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
8319 than `boundp' to check if face is set.
8320
9173deec
JB
83212011-07-05 Juanma Barranquero <lekktu@gmail.com>
8322
8323 * register.el (registerv-make):
8324 * window.el (window-min-height): Fix typos in docstrings.
8325
869795d6
JD
83262011-07-05 Jan Djärv <jan.h.d@swipnet.se>
8327
9173deec 8328 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
8329 Update doc string.
8330
b768cdcd
JB
83312011-07-04 Juanma Barranquero <lekktu@gmail.com>
8332
8333 * server.el (server-execute): Catch quit and call
8334 `server-return-error' to pass the error back to emacsclient and
8335 close the connection (bug#8942).
8336
13aa217b
KM
83372011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
8338
8339 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
8340 insecure exception for current topic. Also note that auto-saves
8341 are handled differently.
8342
5d3385a0 8343 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
13aa217b
KM
8344 State variables for tracking auto-save inhibition situation.
8345
8346 (allout-write-contents-hook-handler): Rename from
8347 'allout-write-file-hook-handler', and describe how it depends on
8348 write-contents-functions sensitivity to non-nil value to prevent
8349 file write.
8350
8351 (allout-auto-save-hook-handler): Remove. auto-save does not check
8352 this in individual buffers, only in the starting buffer, so this
8353 is not the right way for us to inhibit auto-save in a buffer
8354 according to its condition.
8355
8356 (allout-mode): Use new allout-write-contents-hook-handler, and
8357 only with write-contents-functions. Remove auto-save provisions -
8358 they're implemented elsewhere.
8359
8360 (allout-before-change-handler): If undo is in progress, note that
8361 for attention of allout-post-command-business.
8362
8363 (allout-post-command-business): If the command we're following was
8364 an undo, check for change in the status of encrypted items and
8365 adjust auto-save inhibitions accordingly.
8366
8367 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
8368 according to whether there are or aren't any plain-text topics
8369 pending encryption.
8370
2dcdbdd9 8371 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
8372 Adjust buffer-saved-size and some allout state to inhibit auto-saves
8373 if there are plain-text topics pending encryption.
13aa217b
KM
8374
8375 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
8376 buffer-saved-size and some allout state to not inhibit auto-saves
8377 if there are no longer any plain-text topics pending encryption.
8378
0757af94
SM
8379 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
8380 No longer provide for exemption of the current topic.
13aa217b 8381
ac89b32c
JL
83822011-07-04 Juri Linkov <juri@jurta.org>
8383
8384 Add 7z operations to delete and save changed members (bug#8968).
8385 * arc-mode.el (archive-7z-expunge, archive-7z-update):
8386 New defcustoms.
8387 (archive-7z-write-file-member): New function.
8388 (archive-7z-summarize): Fix the number of dashes in the
8389 listing output.
8390
8fa39615
SM
83912011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
8392
8393 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
8394 (bug#8958).
8395
2f11b3f1
CY
83962011-07-04 Chong Yidong <cyd@stupidchicken.com>
8397
d66fef2b
CY
8398 * bindings.el: Ignore next-buffer and previous-buffer in
8399 minibuffer-local-map.
8400
2f11b3f1
CY
8401 * font-lock.el (font-lock-builtin-face): Change light background
8402 color to dark slate blue (Bug#6693).
8403
f932a347
WD
84042011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
8405
8406 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
8407
c8af70e1
SM
84082011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
8409
8410 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
8411 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8412 Add switch-to-buffer.
8413
f158badc
LMI
84142011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
8415
8416 * isearch.el (isearch-search-fun-function): Clarify further the
8417 meaning of the function returned.
8418
6d95bd46
MA
84192011-07-04 Michael Albinus <michael.albinus@gmx.de>
8420
8421 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
8422
8423 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
8424 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
8425 Use it.
8426 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
8427 `tramp-default-remote-path' does not exist.
8428 (tramp-send-command-and-read): New optional argument NOERROR.
8429 (tramp-open-connection-setup-interactive-shell)
8430 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
8431 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
8432 (tramp-process-sentinel): Flush also process' connection property.
8433 (tramp-sh-handle-start-file-process): Do not set process
8434 sentinel. It is done now ...
8435 (tramp-maybe-open-connection): ... here. (Bug#8929)
8436
909e6b67
MK
84372011-07-04 MON KEY <monkey@sandpframing.com>
8438
8439 * play/animate.el (animate-string): Doc fixes and allow changing
8440 the buffer name (bug#5417).
8441
84422011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
8443
c8af70e1 8444 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 8445
f34755dc
PE
84462011-07-04 Paul Eggert <eggert@cs.ucla.edu>
8447
396cec72
PE
8448 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
8449 This is simpler and helps future-proof the code.
8450 (timer-until): Use time-subtract and float-time.
08235028 8451 (timer--time-less-p): Use time-less-p.
f34755dc 8452
56e6cc31
JB
84532011-07-04 Juanma Barranquero <lekktu@gmail.com>
8454
3abb79e5
JB
8455 * type-break.el (timep): Use the value of `float-time' to avoid a
8456 byte-compiler warning.
8457
56e6cc31
JB
8458 * server.el (server-eval-and-print): Return any result, even nil.
8459
7b9430b4
PE
84602011-07-03 Paul Eggert <eggert@cs.ucla.edu>
8461
8462 * type-break.el: Accept time formats that the builtins accept.
8463 (timep, type-break-time-difference): Accept any format that
8464 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
8465 This is simpler and helps future-proof the code.
8466 (type-break-time-difference): Round rather than ignoring
8467 subseconds components.
8468
3034e9e7
LMI
84692011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8470
8471 * info.el (Info-apropos-matches): Make non-interactive, since it
8472 doesn't seem to do anything useful as a command (bug#8829).
8473
1485f4c0
CY
84742011-07-03 Chong Yidong <cyd@stupidchicken.com>
8475
8476 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 8477 Move from faces.el.
1485f4c0
CY
8478 (frame-default-terminal-background): New function.
8479
8480 * custom.el (custom-push-theme): Don't record faces in `changed'
8481 theme; this doesn't work correctly for per-frame face settings.
8482 (disable-theme): Use face-set-after-frame-default to reset faces.
8483 (custom--frame-color-default): New function.
8484
9fa3dd45
LMI
84852011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8486
c8af70e1 8487 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
8488 (bug#8769).
8489
6cbbc20c
KR
84902011-03-29 Kevin Ryde <user42@zip.com.au>
8491
8492 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8493 `perl-Test2' extend to match possible "fail #N" rep count
8494 (bug#8377).
8495
c7f98048
LMI
84962011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8497
65676592
LMI
8498 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
8499 `smtpmail-via-smtp' now returns the error instead of nil.
8500
c7f98048
LMI
8501 * isearch.el (isearch-search-fun-function): Clarify the doc string
8502 (bug#8101).
8503
56e6cc31 85042011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
8505
8506 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
8507 unnecessary spaces (bug#8987).
8508
2b216704
LMI
85092011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8510
8511 * net/network-stream.el (open-network-stream): Use the
8512 :end-of-capability command thoughout.
8513
85142011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
8515
8516 * net/network-stream.el (open-network-stream): Add the
8517 :end-of-capability command parameter, used by pop3.el.
8518
36adf6ce
LMI
85192011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8520
1ca0da0e
LMI
8521 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
8522
fc00f69c
LMI
8523 * fringe.el (fringe-query-style): Remove redundant text " (type ?
8524 for list)" (bug#6475).
8525
28fd8759 8526 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 8527 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
8528 an error (bug#6297).
8529
0dd8b6da
LMI
8530 * man.el (Man-reference-regexp): Allow matching possible
8531 word-wrapped references (bug#6289).
8532
ce1438d6
LMI
8533 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
8534 for consistency with the other vc buffers (bug#6197).
8535 (vc-checkin): Ditto.
8536
8537 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
8538
36adf6ce
LMI
8539 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
8540
e83cc1f7
LMI
85412011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
8542
8a20ca4c
LMI
8543 * custom.el (defcustom): Clarify that :set is only used in the
8544 Customize user interface (bug#6089).
8545
83319045
LMI
8546 * progmodes/flymake.el (flymake-mode): If the buffer isn't
8547 associated with a file, refuse to run instead of erroring out
8548 (bug#6084).
8549
a8392169
LMI
8550 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
8551 the doc string, since it appears that using `fill-column' always
8552 controls the width (bug#7845).
8553
e83cc1f7
LMI
8554 * simple.el (shell-command-on-region): Say where the error output
8555 went if `shell-command-default-error-buffer' is set (bug#6857).
8556
e47ca23b
KM
85572011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
8558
8559 * allout.el (allout-yank-processing): Adjust cursor position for
8560 backwards-deleted space.
8561
8562 (allout-rebullet-heading): Register changes with
8563 allout-exposure-changed-hook, so the modified topic is properly
8564 decorated.
8565
5cf56143
LMI
85662011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
8567
08549772
LMI
8568 * minibuffer.el (completion-in-region): Document PREDICATE
8569 (bug#7136).
8570
48e96771
LMI
8571 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
8572 of keyword/argument pairs (bug#6904).
8573
c8af70e1
SM
8574 * replace.el (multi-occur):
8575 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 8576
e17d05e2
LMI
85772011-07-02 Drew Adams <drew.adams@oracle.com>
8578
8579 * dired.el (dired-mark-if): Make the message about whether it's
8580 marking or unmarking clearer (bug#8523).
8581
063b0e45
LMI
85822011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
8583
8584 * disp-table.el (display-table-print-array): New function.
8585 (describe-display-table): Use it to print the vectors more pretty
8586 (Bug#8859).
8587
28545e04
MR
85882011-07-02 Martin Rudalics <rudalics@gmx.at>
8589
8590 * window.el (window-state-get-1): Don't assign clone numbers.
8591 Add clone-of item to list of window parameters.
8592 (window-state-put-2): Don't process clone numbers.
8593 (display-buffer-alist): Fix doc-string.
8594
3349e122
SM
85952011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
8596
8597 * subr.el (remq): Don't allocate if it's not needed.
8598 (keymap--menu-item-binding, keymap--menu-item-with-binding)
8599 (keymap--merge-bindings): New functions.
8600 (keymap-canonicalize): Use them to refine the canonicalization.
8601 * minibuffer.el (minibuffer-local-completion-map)
8602 (minibuffer-local-must-match-map): Move initialization from C.
8603 (minibuffer-local-filename-completion-map): Move initialization from C;
8604 don't inherit from anything here.
8605 (minibuffer-local-filename-must-match-map): Make obsolete.
8606 (completing-read-default): Use make-composed-keymap to combine
8607 minibuffer-local-filename-completion-map with either
8608 minibuffer-local-must-match-map or
8609 minibuffer-local-filename-completion-map.
8610
d224ac83
GM
86112011-07-01 Glenn Morris <rgm@gnu.org>
8612
3de63bf8
GM
8613 * type-break.el (type-break-time-sum): Use dolist.
8614
d224ac83
GM
8615 * textmodes/flyspell.el (flyspell-word-search-backward):
8616 Replace CL function.
8617
1a1e3f32
SM
86182011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
8619
fe3f64d5
SM
8620 * mouse.el (mouse--strip-first-event): New function.
8621 (function-key-map): Use it to map fringe clicks to normal clicks
8622 by default.
8623
eb604e34
SM
8624 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
8625 (vc-bzr-revision-completion-table): Add support for annotate and date.
8626
1a1e3f32
SM
8627 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
8628 inherit from parent.
8629
5bd35902
LMI
86302011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8631
ace6c69c 8632 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 8633 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 8634
191e2bed
LMI
8635 * dired.el (dired-mode): Fix up the doc string as suggested by
8636 Drew Adams (bug#8817).
8637
5bd35902
LMI
8638 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
8639 cookie, since the manual says that it should be possible to add
8640 this function to `find-file-hook' (bug#8709).
8641
eee8207a
TZ
86422011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
8643
8644 * progmodes/cfengine.el: Moved all cfengine3.el functionality
8645 here. Noted Ted Zlatanov as the maintainer.
8646 (cfengine-common-settings, cfengine-common-syntax): New functions
8647 to set up common things between `cfengine-mode' and
8648 `cfengine3-mode'.
8649 (cfengine3-mode): New mode.
8650 (cfengine3-defuns cfengine3-defuns-regex
8651 (cfengine3-class-selector-regex cfengine3-category-regex)
8652 (cfengine3-vartypes cfengine3-font-lock-keywords)
8653 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 8654 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 8655
36b148cf
MA
86562011-07-01 Michael Albinus <michael.albinus@gmx.de>
8657
8658 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
8659
8660 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
8661
0bf4ba9a
MR
86622011-07-01 Martin Rudalics <rudalics@gmx.at>
8663
8664 * window.el (same-window-buffer-names, same-window-regexps)
8665 (same-window-p, special-display-frame-alist)
8666 (special-display-popup-frame, special-display-function)
8667 (special-display-buffer-names, special-display-regexps)
8668 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
8669 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
8670 (split-window-preferred-function, split-height-threshold)
8671 (split-width-threshold, even-window-heights)
8672 (display-buffer-mark-dedicated, window-splittable-p)
8673 (split-window-sensibly, window-safely-shrinkable-p):
8674 Un-obsolete.
8675 (display-buffer): Don't spread args with function specifier
8676 because special-display-popup-frame won't like it.
8677
35837f51
PE
86782011-07-01 Paul Eggert <eggert@cs.ucla.edu>
8679
d0672f86
PE
8680 Time-stamp simplifications and fixes.
8681 These improve accuracy slightly, and future-proof the code
8682 against some potential changes to current-time format.
8683
b9444d97
PE
8684 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
8685 by using time-since and float-time.
8686
0ef923dc
PE
8687 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
8688 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
8689 + NNN microseconds".
8690
2f81380d
PE
8691 * type-break.el (type-break-time-sum): Rewrite using time-add.
8692
845b5c3e
PE
8693 * play/hanoi.el (hanoi-current-time-float): Remove.
8694 All uses replaced by float-time.
8695
ee6f1be0
PE
8696 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
8697 This yields a more-accurate answer.
8698 (rng-time-to-float): Remove; no longer needed.
8699
fe955043
PE
8700 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
8701
5777162a
PE
8702 * calendar/timeclock.el (timeclock-seconds-to-time):
8703 Defalias to seconds-to-time, since they're the same thing.
8704
3103f8b6 8705 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 8706 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
8707 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
8708
0e61a35f
SM
87092011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
8710
8711 * window.el (bury-buffer): Don't iconify the only frame.
8712 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
8713 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
8714
ddd63a1e
CY
87152011-07-01 Chong Yidong <cyd@stupidchicken.com>
8716
0e61a35f
SM
8717 * eshell/em-smart.el (eshell-smart-display-navigate-list):
8718 Add mouse-yank-primary.
ddd63a1e 8719
055f4923
TZ
87202011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
8721
8722 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
8723
6a2fb145
SM
87242011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
8725
8726 * emacs-lisp/find-func.el (find-library--load-name): New fun.
8727 (find-library-name): Use it to find relative load names when provided
8728 absolute file name (bug#8803).
8729
fd4983f2
LMI
87302011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8731
887d14ad
LMI
8732 * textmodes/flyspell.el (flyspell-word): Consider words that
8733 differ only in case as potential doublons (bug#5687).
8734
c53dc7fc
LMI
8735 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
8736 Remove two rather uninteresting debugging-like messages to make
8737 debbugs.el more silent.
8738
fd4983f2
LMI
8739 * comint.el (comint-password-prompt-regexp): Accept "Response" as
8740 a password-like phrase.
8741
7a71b18d 87422011-06-30 Masatake YAMATO <yamato@redhat.com>
b14c0c55
AM
8743
8744 * progmodes/cc-guess.el: New file.
8745
6a2fb145 8746 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
8747
8748 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
8749 derived from `c-basic-common-init'.
8750
8751 * progmodes/cc-mode.el (top-level): Require cc-guess.
8752 (c-basic-common-init): Use `cc-choose-style-for-mode'.
8753
1fa280a3
LM
87542011-06-30 Lawrence Mitchell <wence@gmx.li>
8755
8756 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
8757
e6597158
AM
87582011-06-30 Alan Mackenzie <acm@muc.de>
8759
1fa280a3
LM
8760 * progmodes/cc-engine.el (c-guess-continued-construct):
8761 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
8762 lock is disabled. Name this case as "CASE G".
8763
68ba37fb
KM
87642011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
8765
8766 * allout.el (allout-yank-processing): Fix injection of extra space
8767 between bullet and non-whitespace character in first topic when
8768 pasting, ensuring that the actual spacing in the pasted topic
8769 following the bullet char is preserved. This extra space was
8770 causing pasted encrypted topics to get a decrypted status even
8771 when the content was actually still encrypted. Now the decryption
8772 status from before the paste is preserved.
8773
8774 (allout-flag-region): Set all allout overlays so they evaporate
8775 when reduced to zero length (evanescent), to prevent overlay
8776 leakage.
8777
887a0b34
GM
87782011-06-30 Glenn Morris <rgm@gnu.org>
8779
94b9acce
GM
8780 * w32-fns.el (w32-charset-info-alist): Declare.
8781
1d9b46d4
GM
8782 * find-dired.el (find-grep-options): Simplify.
8783
cc232200
GM
8784 * term/ns-win.el (ns-set-resource): Declare.
8785
28e77c46
GM
8786 * ses.el (row, col): Declare dynamic variables honestly.
8787
887a0b34
GM
8788 * textmodes/reftex-parse.el (index-tags): Declare.
8789
658d8eb8
CY
87902011-06-30 Chong Yidong <cyd@stupidchicken.com>
8791
8792 * cus-edit.el (customize-push-and-save): New function.
8793
8794 * files.el (hack-local-variables-confirm): Use it.
8795
1fa280a3
LM
8796 * custom.el (load-theme): New arg NO-CONFIRM.
8797 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
8798 (custom-enabled-themes): Doc fix.
8799
8800 * cus-theme.el (customize-create-theme)
8801 (custom-theme-merge-theme): Callers to load-theme changed.
8802
bb617717
LMI
88032011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8804
d61bdd5d
LMI
8805 * thingatpt.el (thing-at-point-short-url-regexp): Require that
8806 short URLs have at least one dot in them (bug #7614).
8807
bb617717
LMI
8808 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
8809 nil, because using a pty is apparently too slow (bug #895).
8810
2f31f37a
LMI
88112011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
8812
8813 * mail/sendmail.el (sendmail-query-once): New function.
8814 (sendmail-query-once-function): New variable.
8815
3076b24e
GM
88162011-06-29 Glenn Morris <rgm@gnu.org>
8817
faf2a174
GM
8818 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
8819
3076b24e
GM
8820 * ses.el (top-level): Require cl when compiling.
8821 (ses-set-localvars): Fix error statement.
8822 Call it at compile time to silence a storm of warnings.
8823
5386012d
MR
88242011-06-29 Martin Rudalics <rudalics@gmx.at>
8825
8826 * window.el (normalize-live-buffer): Rename to
8827 window-normalize-buffer.
8828 (normalize-live-frame): Rename to window-normalize-frame.
8829 (normalize-any-window): Rename to window-normalize-any-window.
8830 (normalize-live-window): Rename to window-normalize-live-window.
8831 (make-window-atom): Rename to window-make-atom.
8832 (window-resize-reset): Rename to window--resize-reset.
8833 (window-resize-reset-1): Rename to window--resize-reset-1.
8834 (resize-mini-window): Rename to window--resize-mini-window.
8835 (resize-subwindows-skip-p): Rename to
8836 window--resize-subwindows-skip-p.
8837 (resize-subwindows-normal): Rename to
8838 window--resize-subwindows-normal.
8839 (resize-subwindows): Rename to window--resize-subwindows.
8840 (resize-other-windows): Rename to window--resize-siblings.
8841 (resize-this-window): Rename to window--resize-this-window.
8842 (resize-root-window): Rename to window--resize-root-window.
8843 (resize-root-window-vertically): Rename to
8844 window--resize-root-window-vertically.
8845 (normalize-buffer-to-display): Rename to
8846 window-normalize-buffer-to-display.
8847 (normalize-buffer-to-switch-to): Rename to
8848 window-normalize-buffer-to-switch-to.
8849 Correspondingly update all callers of the functions listed
8850 above.
8851 (display-buffer-alist, display-buffer-normalize-arguments)
8852 (display-buffer-normalize-options, display-buffer)
8853 (display-buffer-alist-set): Use "function" instead of
8854 "fun-with-args".
8855
1176868d
CY
88562011-06-28 Chong Yidong <cyd@stupidchicken.com>
8857
8858 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
8859 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
8860 debbugs.gnu.org. Mention acknowledgment email.
8861
20a7a65f
LMI
88622011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
8863
8864 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
8865 buffer multibyteness, since it shouldn't matter.
8866
5f45cca5
MR
88672011-06-28 Martin Rudalics <rudalics@gmx.at>
8868
8869 * window.el (display-buffer-in-side-window): Handle dedicated
8870 windows as in display-buffer-reuse-window.
8871 (display-buffer-normalize-alist): Use value of override
8872 specifier.
8873 (display-buffer-normalize-specifiers): Use value of
8874 other-window-means-other-frame specifier.
8875 (display-buffer-alist): Rewrite some texts in widgets.
8876 (display-buffer): Spread arguments when calling function
8877 specified by fun-with-args.
8878
ad85fe1f
DD
88792011-06-28 Deniz Dogan <deniz@dogan.se>
8880
1fa280a3
LM
8881 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
8882 Unnest `let'.
da68c4c8 8883
ad85fe1f
DD
8884 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
8885 selectors (Bug#5732).
ec49bd31 8886 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 8887
a08cc025
JA
88882011-06-27 Jari Aalto <jari.aalto@cante.net>
8889
8890 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
8891 (eshell-ls-date-format): New defcustom.
8892 (eshell-ls-file): Use it.
8893
e2b551c5
SM
88942011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
8895
8896 * help-fns.el (describe-variable): Fix message for terminal-local vars.
8897
8982b231
KY
88982011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
8899
8900 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
8901 (ange-ftp-make-tmp-name): New arg.
8902 (ange-ftp-file-local-copy): Use it.
8903
36c9fa27
J
89042011-06-27 Jambunathan K <kjambunathan@gmail.com>
8905
8906 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
8907 no-conversion (Bug#8870).
8908
d68443dc
MR
89092011-06-27 Martin Rudalics <rudalics@gmx.at>
8910
8911 * window.el (window-right, window-left, window-child)
8912 (window-child-count, window-last-child)
8913 (window-iso-combination-p, walk-window-tree-1)
8914 (window-atom-check-1, window-tree-1, delete-window)
8915 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
8916 new naming conventions - window-vchild, window-hchild,
8917 window-next and window-prev are now called window-top-child,
8918 window-left-child, window-next-sibling and window-prev-sibling
8919 respectively.
d615d6d2
MR
8920 (resize-window-reset): Rename to window-resize-reset.
8921 (resize-window-reset-1): Rename to window-resize-reset-1.
8922 (resize-window): Rename to window-resize.
8923 (window-min-height, window-min-width)
8924 (resize-mini-window, resize-this-window, resize-root-window)
8925 (resize-root-window-vertically, adjust-window-trailing-edge)
8926 (enlarge-window, shrink-window, maximize-window)
8927 (minimize-window, delete-window, quit-restore-window)
8928 (split-window, balance-windows, balance-windows-area-adjust)
8929 (balance-windows-area, window-state-put-2)
8930 (display-buffer-even-window-sizes, display-buffer-set-height)
8931 (display-buffer-set-width, set-window-text-height)
8932 (fit-window-to-buffer): Rename all "resize-window" prefixed
8933 calls to use the "window-resize" prefix convention.
8934 (display-buffer-alist): Fix symbol for label specifier.
8935 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
8936 corresponding specifier.
8937 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 8938
b6458526
VB
89392011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
8940
8941 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
8942 convention.
8943 (ses-call-printer): Does not pass an empty string to formatter when the
8944 cell is empty to keep from barking printer Calc math-format-value.
8945
d31fd9ac
RS
89462011-06-27 Richard Stallman <rms@gnu.org>
8947
43d5bf84
RS
8948 * battery.el (battery-mode-line-limit): New variable.
8949 (battery-update): Handle it.
8950
d31fd9ac
RS
8951 * mail/rmailmm.el (rmail-mime-process-multipart):
8952 Handle truncated messages.
8953
819a6054
GM
89542011-06-27 Glenn Morris <rgm@gnu.org>
8955
8956 * progmodes/flymake.el (flymake-err-line-patterns):
8957 Allow for column numbers in the ant/javac pattern. (Bug#8866)
8958
cedc73f2
VB
89592011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
8960
819a6054 8961 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
8962 (ses--clean-!, ses--clean-_): New functions.
8963 (ses-range): Add configurability of readout order, and conversion
8964 to Calc vector.
8965
5e5d49b6
VB
8966 * ses.el (ses-repair-cell-reference-all): New function.
8967 (ses-cell-symbol): Set macro as safe, so that it can be used in
8968 formulas.
8969
56e6cc31 8970 * ses.el: Update cycle detection algorithm.
90ca8b49 8971 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 8972 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
8973 (ses-set-localvars): New function.
8974 (ses-make-cell): Add property-list as a cell element.
8975 (ses-cell-property-get-fun, ses-cell-property-get)
8976 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
8977 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
8978 New functions.
90ca8b49
VB
8979 (ses-cell-property-set, ses-cell-property-pop)
8980 (ses-cell-property-get-handle): New macro.
8981 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
8982 New aliases, used for code readability.
8983 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
8984 cycle detection.
8985 (ses-self-reference-early-detection): New defcustom.
fac916bf 8986 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
8987 (ses-mode): Use ses-set-localvars.
8988 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
8989 before lauching the update processing.
8990 (ses-initialize-Dijkstra-attempt): New function.
8991 (ses-recalculate-cell): Update for cycle detection based on
8992 Dijkstra algorithm.
8993
2bb63e81
VB
8994 * ses.el: Fix commenting and indenting convention.
8995
c9d29fb8
SM
89962011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
8997
8998 * bs.el (bs-cycle-next): Complete last change.
8999
d8e4b68b
JB
90002011-06-27 Drew Adams <drew.adams@oracle.com>
9001
9002 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
9003
40098786
LMI
90042011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9005
c9d29fb8
SM
9006 * net/network-stream.el (network-stream-open-starttls):
9007 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
9008 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
9009
40098786
LMI
9010 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
9011 to binary to possibly avoid line encoding issues on Windows (among
9012 other things).
9013
468d09d4
LMI
90142011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9015
9016 * net/network-stream.el (open-network-stream): Return an :error
9017 saying what the problem was, if possible.
9018
9019 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
9020 server.
9021
9022 * net/network-stream.el (network-stream-open-starttls): If we
9023 wanted to use STARTTLS, and the server offered it, but we weren't
9024 able to because we had no STARTTLS support, then close the connection.
9025 (open-network-stream): Return an :error element, if present.
9026
16f07dd7
CY
90272011-06-26 Chong Yidong <cyd@stupidchicken.com>
9028
88821ca0
CY
9029 * hl-line.el (hl-line-sticky-flag): Doc fix.
9030 (global-hl-line-sticky-flag): New option (Bug#8323).
9031 (global-hl-line-highlight): Obey it.
9032
16f07dd7
CY
9033 * vc/vc.el (vc-revert-show-diff): Default to t.
9034
6b5ccddf
KM
90352011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
9036
c9d29fb8
SM
9037 * allout-widgets.el (allout-widgets-post-command-business):
9038 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
9039 undecorated when an isearch is continued past, and isearch
9040 automatically collapses them. This leads to "widget leaks", where
9041 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
9042 hidden widgets can slow down cursor travel, substantially.
9043 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
9044 so we're doing without this nicety.
9045
9046 (allout-widgets-tally-string): Don't try to do a hash-table-count
9047 of allout-widgets-tally when it's nil. This eliminates spurious "Error
9048 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
9049 *Messages* when allout-widgets-maintain-tally is t.
9050
355f2e07
MR
90512011-06-26 Martin Rudalics <rudalics@gmx.at>
9052
9053 * window.el (display-buffer-normalize-argument): Rename to
9054 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
9055 LABEL argument. Respect special-display-function when popping up
9056 a new frame. Fix code searching for a window showing the buffer
9057 on another frame.
c9d29fb8
SM
9058 (display-buffer-normalize-specifiers):
9059 Call display-buffer-normalize-arguments.
355f2e07
MR
9060 (display-buffer-in-window): Don't undedicate the window if its
9061 buffer remains the same.
9062 Reported by Drew Adams <drew.adams@oracle.com>.
9063 (display-buffer-alist): Add choice for same-window macro
9064 specfier.
9065 (display-buffer): Mention special meaning of LABEL argument in
9066 doc-string. Fix quoting. Don't pop up a new frame even as
9067 fallback.
9068
7ca8fc42
JB
90692011-06-26 Juanma Barranquero <lekktu@gmail.com>
9070
9071 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
9072 avoid deleting the current window in some cases (bug#8911).
9073
bc312254
AS
90742011-06-26 Andreas Schwab <schwab@linux-m68k.org>
9075
9076 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
9077 (Bug#8934)
9078
2db18f3f
LMI
90792011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9080
c9d29fb8
SM
9081 * net/network-stream.el (network-stream-open-starttls):
9082 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
9083 (network-stream-open-tls): Ditto.
9084
6302e0d3
LL
90852011-06-26 Leo Liu <sdl.web@gmail.com>
9086
9087 * register.el (registerv): New struct.
9088 (registerv-make): New function.
c9d29fb8
SM
9089 (jump-to-register, describe-register-1, insert-register):
9090 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
9091 struct. (Bug#8415)
9092
5fdd4046
CY
90932011-06-26 Chong Yidong <cyd@stupidchicken.com>
9094
2afef60a
CY
9095 * vc/vc.el (vc-revert-show-diff): New defcustom.
9096 (vc-diff-internal): New arg specifying diff buffer.
9097 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
9098 reuse an existing *vc-diff* buffer (Bug#8927).
9099
5fdd4046
CY
9100 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
9101
e93db24a
GM
91022011-06-26 Glenn Morris <rgm@gnu.org>
9103
9104 * progmodes/f90.el (f90-critical-indent): New option.
9105 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
9106 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
9107 (f90-mode): Doc fix.
9108 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
9109 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
9110 (f90-beginning-of-block, f90-next-block, f90-indent-region)
9111 (f90-match-end): Handle block, critical.
9112
eefff499
GM
91132011-06-25 Glenn Morris <rgm@gnu.org>
9114
f6ba4cc9
GM
9115 * calendar/diary-lib.el (diary-included-files): Doc fix.
9116 (diary-include-files): New function, extracted from
9117 diary-include-other-diary-files and diary-mark-included-diary-files.
9118 (diary-include-other-diary-files, diary-mark-included-diary-files):
9119 Just call diary-include-files.
9120 (diary-mark-entries): Reset diary-included-files on first call.
9121
16712304
GM
9122 * calendar/diary-lib.el (diary-mark-entries)
9123 (diary-mark-included-diary-files):
9124 Visit included diary-files in temp buffers.
9125
5d8e0d43
GM
9126 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
9127 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
9128 (f90-start-block-re, f90-imenu-generic-expression)
9129 (f90-looking-at-program-block-start, f90-no-block-limit):
9130 Add support for submodules.
9131
ccf7a5d5
GM
9132 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
9133 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 9134
11fdef7d 91352011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
9136
9137 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
9138 buffer-file-type before setting its value, to avoid disastrous
eefff499 9139 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 9140
74f53697
JB
91412011-06-25 Juanma Barranquero <lekktu@gmail.com>
9142
9143 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
9144
9145 * ses.el (ses-unload-function):
9146 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
9147
9148 * proced.el (proced-unload-function):
9149 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
9150
18a4ce5e
AR
91512011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
9152
9153 * server.el (server-create-window-system-frame): Add parameters arg.
9154 (server-process-filter): Doc fix. Handle frame-parameters.
9155
519d22cc
JB
91562011-06-25 Juanma Barranquero <lekktu@gmail.com>
9157
9158 Fix bug#8730, bug#8781.
9159
9160 * loadhist.el (unload--set-major-mode): New function.
9161 (unload-feature): Use it.
9162
9163 * progmodes/python.el (python-after-info-look): Add autoload cookie.
9164 (python-unload-function): New function.
9165
c206f5b0
SM
91662011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
9167
9168 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
9169
f9ad64f3
GS
91702011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
9171
9172 * net/browse-url.el (browse-url-firefox-program): Add icecat to
9173 the candidates list.
9174
7d0da90e
JB
91752011-06-24 Juanma Barranquero <lekktu@gmail.com>
9176
9177 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
9178
14b4e83d
RS
91792011-06-23 Richard Stallman <rms@gnu.org>
9180
9181 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
9182 (rmail-variables): Set next-error-move-function.
9183 (rmail-what-message): Take argument POS.
9184 (rmail-next-error-move): New function.
9185
273d2baf
SM
91862011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
9187
9188 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
9189 messages for adjacent non-terminals.
9190
56c2cc9a
RS
91912011-06-23 Richard Stallman <rms@gnu.org>
9192
9193 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 9194 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
9195 (rmail-start-mail): Don't specify use of rmail-mail-return;
9196 that's done by mail-bury now.
9197 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 9198
d59eb518
MA
91992011-06-23 Michael Albinus <michael.albinus@gmx.de>
9200
9201 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
9202 SIZE is a number.
9203
02cfc6d6
MR
92042011-06-23 Martin Rudalics <rudalics@gmx.at>
9205
9206 * window.el (get-lru-window, get-mru-window)
9207 (get-largest-window): Never return a minibuffer window.
9208 (display-buffer-pop-up-window): Fix a bug that could lead to
9209 reusing the minibuffer window.
9210 (display-buffer): Pass original specifier argument to
9211 display-buffer-function instead of the normalized one.
9212 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
9213
4e323265
LL
92142011-06-22 Leo Liu <sdl.web@gmail.com>
9215
9216 * minibuffer.el (completing-read-function)
9217 (completing-read-default): Move from minibuf.c
9218
7a70468f
RS
92192011-06-22 Richard Stallman <rms@gnu.org>
9220
50718fc2
RS
9221 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
9222 to Rmail even if not started by a special Rmail command.
9223
7a70468f
RS
9224 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
9225 Copy the buffer currently showing just one message.
9226
297dde5a
RW
92272011-06-22 Roland Winkler <winkler@gnu.org>
9228
9229 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
9230 (bibtex-clean-entry): First delete the old key so that a
9231 customized algorithm for generating the new key does not get
9232 confused by the old key.
9233 (bibtex-url): Obey regexp of first step.
9234 (bibtex-search-entries): Do not use add-to-list with local
9235 list-var.
9236
97bb1093
LMI
92372011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9238
9239 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
9240 stored a user name, then query for the password first, instead of
9241 waiting for SMTP to give an error message and the trying again.
9242
1c0f1a19
JD
92432011-06-22 Lawrence Mitchell <wence@gmx.li>
9244
9245 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
9246 BUFFER in call-process.
9247
396f7c9d
LMI
92482011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9249
9250 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
9251 QUIT twice.
ddb7ffee
LMI
9252 (smtpmail-try-auth-methods): Require user name and password from
9253 auth-source.
396f7c9d 9254
8998d1b3
MR
92552011-06-22 Martin Rudalics <rudalics@gmx.at>
9256
9257 * window.el (display-buffer-default-specifiers)
9258 (display-buffer-alist): Remove entries for pop-up-frame-alist.
9259 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 9260 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
9261
9262 * frame.el (pop-up-frame-alist, pop-up-frame-function)
9263 (special-display-frame-alist, special-display-popup-frame):
9264 Remove duplicate declarations. These are now in window.el.
9265
4ea31e07
LMI
92662011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9267
c9d29fb8
SM
9268 * mail/smtpmail.el (smtpmail-via-smtp):
9269 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
9270 server supports it. SMTP servers that support STARTTLS commonly
9271 require it.
9272
9273 * net/network-stream.el (network-stream-open-starttls): Support
9274 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 9275 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 9276
95f41d9a
LMI
9277 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
9278 upgrades with `open-network-stream', and rely solely on
9279 auth-source for all credentials. Big changes throughout the file,
9280 but in particular:
c9d29fb8
SM
9281 (smtpmail-auth-credentials): Remove.
9282 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
9283 (smtpmail-via-smtp): Check for servers saying they want AUTH after
9284 MAIL FROM, too.
95f41d9a 9285
c9d29fb8
SM
9286 * net/network-stream.el (network-stream-open-starttls):
9287 Provide support for client certificates both for external and built-in
4ea31e07
LMI
9288 STARTTLS.
9289 (auth-source): Require.
9290 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
9291 (network-stream-certificate): Change cert-cert to cert and
9292 cert-key to key.
4ea31e07 9293
065ec2c7
MA
92942011-06-21 Michael Albinus <michael.albinus@gmx.de>
9295
9296 * net/tramp-cache.el (top): Don't load the persistency file when
9297 "emacs -Q" has been called.
9298
cd93b359
DR
92992011-06-21 Tim Harper <timcharper@gmail.com>
9300
d8e4b68b
JB
9301 * term/ns-win.el (ns-initialize-window-system):
9302 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
9303 resource to NO as it is not yet supported by the NS port.
9304
ae9c0411
JB
93052011-06-21 Juanma Barranquero <lekktu@gmail.com>
9306
9307 * misc.el (list-dynamic-libraries--refresh): Compute header here...
9308 (list-dynamic-libraries): ...not here.
9309
7f3f739f
LL
93102011-06-21 Leo Liu <sdl.web@gmail.com>
9311
9312 * subr.el (sha1): Implement sha1 using secure-hash.
9313
327c8fb1
MR
93142011-06-21 Martin Rudalics <rudalics@gmx.at>
9315
9316 * window.el (display-buffer-alist): In default value do not
9317 enforce searching a window on any but the selected frame.
9318 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
9319 (display-buffer-select-window): Remove function.
9320 (display-buffer-in-window): When a window on another frame gets
9321 reused, do not select it any more but just raise its frame if
9322 necessary (Bug#8851) and (Bug#8856).
9323 (display-buffer-normalize-options): Handle pop-up-frames related
9324 options more faithfully.
9325 (pop-to-buffer): Don't rely on `display-buffer' selecting the
9326 window if it is on another frame.
c9d29fb8
SM
9327 (display-buffer-alist, display-buffer-default-specifiers):
9328 Don't make new frame unsplittable by default.
9e9de014
MR
9329 (display-buffer-normalize-argument): Fix doc-string typo and use
9330 'same-frame-other-window instead of 'other-window when associating
9331 with display-buffer-macro-specifiers.
327c8fb1 9332
7cf3f556
VB
93332011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
9334
9335 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
9336 New functions.
9337 (5x5-mode-map, 5x5-mode-menu): Bind them.
9338 (5x5-draw-grid): Tweak the solver's rendering.
9339
60a406cf
SM
93402011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
9341
9342 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
9343 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
9344
d8e4b68b 93452011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
9346
9347 * menu-bar.el: Use function variable instead of switch-to-buffer.
9348 (menu-bar-select-buffer-function): New variable.
60a406cf 9349 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 9350
478d6f95
SM
93512011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
9352
9353 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
9354 variable's status.
9355
ca530739
JD
93562011-06-20 Jan Djärv <jan.h.d@swipnet.se>
9357
9358 * x-dnd.el (x-dnd-version-from-flags)
9359 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
9360 and long as number (Bug#8899).
9361 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
9362
bcd70d97
SM
93632011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
9364
60a406cf 9365 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
9366 (completion-try-completion, completion-all-completions): Compute the
9367 metadata argument if it's missing; make it optional (bug#8795).
9368
60a406cf 9369 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
9370 (widget-complete): Use new :completion-function property.
9371 (widget-completions-at-point): New function.
9372 (default): Use :completion-function instead of :complete.
60a406cf
SM
9373 (widget-default-completions): Rename from widget-default-complete;
9374 Rewrite.
bcd70d97
SM
9375 (widget-string-complete, widget-file-complete, widget-color-complete):
9376 Remove functions.
9377 (file, symbol, function, variable, coding-system, color):
9378 * international/mule-cmds.el (default-input-method, charset)
9379 (language-info-custom-alist):
9380 * cus-edit.el (face): Use new property :completions.
9381
9382 * progmodes/pascal.el (pascal-completions-at-point): New function.
9383 (pascal-mode): Use it.
9384 (pascal-mode-map): Use completion-at-point.
9385 (pascal-toggle-completions): Make obsolete.
9386 (pascal-complete-word, pascal-show-completions):
9387 * progmodes/octave-mod.el (octave-complete-symbol):
9388 Redefine as obsolete alias.
9389 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
9390 Signal absence of completion info for old Octave,
9391 (inferior-octave-complete): Redefine as obsolete alias.
9392 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
9393 (meta-completions-at-point): Rename from meta-complete-symbol and
9394 adapt it for use on completion-at-point-functions.
9395 (meta-common-mode): Use it.
9396 (meta-looking-at-backward, meta-match-buffer): Remove.
9397 (meta-complete-symbol): Redefine as obsolete alias.
9398 (meta-common-mode-map): Use completion-at-point.
9399 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
9400 (makefile-mode-map): Use completion-at-point.
9401 (makefile-completions-at-point): Rename from makefile-complete and
9402 adapt it for use on completion-at-point-functions.
9403 (makefile-mode): Use it.
9404 (makefile-complete): Redefine as obsolete alias.
9405
aebf69c8
DD
94062011-06-20 Deniz Dogan <deniz@dogan.se>
9407
9408 * net/rcirc.el: Delete trailing whitespaces once and for all.
9409
bfbbb27d
DC
94102011-06-20 Daniel Colascione <dan.colascione@gmail.com>
9411
9412 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
9413
d264a46b
CY
94142011-06-19 Chong Yidong <cyd@stupidchicken.com>
9415
4ca009e5
CY
9416 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
9417
d264a46b
CY
9418 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
9419
fbf5b3ce
MR
94202011-06-19 Martin Rudalics <rudalics@gmx.at>
9421
9422 * window.el (display-buffer-other-window-means-other-frame):
9423 Call display-buffer-normalize-alist.
9424 (display-buffer-normalize-specifiers-1): Rename to
9425 display-buffer-normalize-argument. New argument other-frame.
9426 Rewrite.
9427 (display-buffer-normalize-specifiers-2): Rename to
9428 display-buffer-normalize-options.
9429 (display-buffer-normalize-alist-1): New function.
9430 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
9431 display-buffer-normalize-alist.
9432 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
9433 (display-buffer-normalize-options-inhibit): New variable.
9434 (display-buffer-normalize-specifiers): Rewrite calling
9435 display-buffer-normalize-alist,
9436 display-buffer-normalize-argument, and
9437 display-buffer-normalize-options. Don't call the latter if
9438 display-buffer-normalize-options-inhibit is non-nil.
9439 (frame-auto-delete): New option.
9440 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
9441 (window-list-no-nils, window-state-ignored-parameters)
9442 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
9443 (window-state-put-1, window-state-put-2, window-state-put):
9444 New functions.
9a028c23
MR
9445 (display-buffer-normalize-options): Move special-display-p group
9446 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 9447
6d10d800
CY
94482011-06-18 Chong Yidong <cyd@stupidchicken.com>
9449
6420d28b
CY
9450 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
9451 groups (Bug#8776).
9452 (rx-submatch-n): New function.
9453 (rx): Document it.
9454
ddb8b596
CY
9455 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
9456 (Bug#8768).
9457
9458 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
9459
77080289
CY
9460 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
9461
61dfb316
CY
9462 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
9463 anytime existing face settings are present (Bug#8889).
9464
6d10d800
CY
9465 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
9466 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
9467 Remove unused argument.
9468
be3fb2b8
MR
94692011-06-18 Martin Rudalics <rudalics@gmx.at>
9470
bcd70d97
SM
9471 * window.el (display-buffer-default-specifiers):
9472 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
9473 pop-up-window-min-width, and another reuse-window specifier
9474 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
9475 (display-buffer-normalize-specifiers-2):
9476 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
9477 pop-up-windows is unset. Add a reuse-window specifier for the
9478 case popping up a new window fails.
9479 (special-display-popup-frame): Remove double quoting.
28dec25a 9480 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 9481
1c6d8c76
SM
94822011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
9483
9484 * shell.el (shell-completion-vars): Set pcomplete-termination-string
9485 according to comint-completion-addsuffix.
9486
9487 * pcomplete.el: Convert to lexical binding and fix bug#8819.
9488 (pcomplete-suffix-list): Mark as obsolete.
9489 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
9490 pcomplete-seen in the closure.
9491 (pcomplete-comint-setup): Setup completion-at-point as well.
9492 (pcomplete--entries): New function.
9493 (pcomplete--env-regexp): New var.
9494 (pcomplete-entries): Rewrite to work with partial-completion and
9495 without relying on pcomplete-suffix-list.
9496 (pcomplete-pare-list): Remove, unused.
9497
25aef8b8
MR
94982011-06-17 Martin Rudalics <rudalics@gmx.at>
9499
9500 * window.el (display-buffer-alist): Set pop-up-window-min-height
9501 and pop-up-window-min-width in default value. Reported by
9502 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
9503 other-window-means-other-frame.
9504 (display-buffer-macro-specifiers): Comment out entry for
9505 other-window specifier.
9506 (display-buffer-other-window-means-other-frame): New function.
9507 (display-buffer-normalize-specifiers-1): New arguments
9508 buffer-name and label. Treat other-window case specially.
9509 (display-buffer-normalize-specifiers-2): Treat other-window case
9510 specially.
9511 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
9512 (display-buffer-normalize-specifiers):
9513 Call display-buffer-normalize-specifiers-3.
25aef8b8 9514
dbad4f69
MR
95152011-06-17 Martin Rudalics <rudalics@gmx.at>
9516
9517 * window.el (same-window-p): Fix two typos introduced when
9518 adding with-no-warnings.
d1067961
MR
9519 (display-buffer-normalize-specifiers-1): Don't check
9520 pop-up-frames for 'unset initialization.
9521 (display-buffer-normalize-specifiers-2): Major rewrite using
9522 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
9523 (pop-up-frames, display-buffer-reuse-frames)
9524 (display-buffer-mark-dedicated): Don't initialize to 'unset.
9525 Suggested by David Engster <deng@randomsample.de>.
9526 (even-window-heights): Initialize to 'unset.
9527 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
9528 (display-buffer-macro-specifiers): Don't pop up a new frame in the
9529 other window case.
dbad4f69 9530
9b9c9e3a
MR
95312011-06-16 Martin Rudalics <rudalics@gmx.at>
9532
bcd70d97
SM
9533 * window.el (display-buffer-normalize-specifiers-1):
9534 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 9535 second argument of display-buffer (Bug#8865).
981d5c09
MR
9536 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
9537 (switch-to-buffer-other-window-same-frame)
9538 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
9539 Adams (Bug#8875).
9c2755e9
MR
9540 (display-buffer): Don't check noninteractive when calling
9541 display-buffer-pop-up-frame.
9542 (display-buffer-pop-up-frame): Never pop up a frame in
9543 noninteractive mode (Bug#8857).
67222e1d
MR
9544 (enlarge-window, shrink-window): Don't report an error when the
9545 window can't be resized as requested (Bug#8862).
9b9c9e3a 9546
2b75be67
SM
95472011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
9548
9ffdd3ba
SM
9549 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
9550
cb581a67
SM
9551 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
9552
2b75be67
SM
9553 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
9554
8c0e3589
AM
95552011-06-15 Alan Mackenzie <acm@muc.de>
9556
cb581a67
SM
9557 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
9558 for declarators, disable knr checking to speed up for normal files.
9559 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 9560
b96e6cde
LMI
95612011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
9562
4bba86e6
LMI
9563 * net/network-stream.el (open-network-stream): Add the keyword
9564 :always-query-capabilities for the case where you want to force a
9565 `plain' network connection, but the protocol still requires the
9566 capabilitiy command (i.e., SMTP and EHLO).
9567
2b75be67 9568 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
9569 consistency with other `-live-p' functions.
9570
efdcdbf8
SM
95712011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
9572
9573 * window.el (same-window-buffer-names, same-window-regexps)
9574 (special-display-frame-alist, special-display-popup-frame)
9575 (special-display-function, special-display-buffer-names)
9576 (special-display-regexps, pop-up-frame-alist)
9577 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
9578 (pop-up-windows, split-window-preferred-function)
9579 (split-height-threshold, split-width-threshold, even-window-heights)
9580 (display-buffer-mark-dedicated): Don't encourage the use of
9581 display-buffer-alist from Elisp code.
9582
c5cde042
DN
95832011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
9584
9585 * progmodes/python.el (python-mode): Derive from prog-mode.
9586 * progmodes/ps-mode.el (ps-mode):
9587 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 9588 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
9589 * progmodes/ld-script.el (ld-script-mode): Likewise.
9590
baa1c9ab
MR
95912011-06-15 Martin Rudalics <rudalics@gmx.at>
9592
9593 * window.el (display-buffer-alist): Trim default value to avoid
9594 popping up a new frame (Bug#8857) or reusing an arbitrary window
9595 on another frame.
9596 (display-buffer): Do not fall back on popping up a new frame in
9597 batch mode (Bug#8857).
9598
c5dd5a51
CY
95992011-06-14 Chong Yidong <cyd@stupidchicken.com>
9600
9601 * cus-theme.el (describe-theme-1): Use custom-theme-p.
9602 (custom-theme-summary): New function.
9603 (customize-themes): Use it.
9604
d647b7c4
GM
96052011-06-13 Glenn Morris <rgm@gnu.org>
9606
9607 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
9608
9481c002
MR
96092011-06-13 Martin Rudalics <rudalics@gmx.at>
9610
357f93d2
MR
9611 * help.el (help-window): Remove variable.
9612 (help-window-point-marker, temp-buffer-max-height)
9613 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
9614 (help-print-return-message): Don't set help-window.
9615 (resize-temp-buffer-window): Rewrite cod eand doc-string.
9616 (help-window-setup-finish): Remove.
9617 (help-window-display-message, help-window-setup)
9618 (with-help-window): Major rewrite based on new
9619 display-buffer-window variable.
9620
9621 * help-mode.el (help-mode-finish): Remove help-window related
9622 code.
9623
9624 * view.el (view-exits-all-viewing-windows): Remove reference to
9625 view-return-to-alist in doc-string.
9626 (view-return-to-alist): Make obsolete.
9627 (view-buffer): Call pop-to-buffer-same-window and remove
9628 undo-window code.
9629 (view-buffer-other-window): Call pop-to-buffer-other-window and
9630 simplify code. Ignore second argument.
9631 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
9632 simplify code. Ignore second argument.
9633 (view-return-to-alist-update): Make obsolete.
9634 (view-mode-enter): Rename second argument to QUIT-RESTORE.
9635 Rewrite using quit-restore window parameters.
2b75be67
SM
9636 (view-mode-exit): Rename second argument to EXIT-ONLY.
9637 Rewrite using quit-restore-window.
357f93d2
MR
9638 (View-exit, View-exit-and-edit, View-leave, View-quit)
9639 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
9640 appropriate arguments.
9641 (view-end-message): Use quit-restore window parameter.
9642
9481c002
MR
9643 * window.el (display-buffer-function): Rewrite doc-string.
9644 (display-buffer-window, display-buffer-alist): New variables.
9645 (display-buffer-split-specifiers)
9646 (display-buffer-side-specifiers)
9647 (display-buffer-macro-specifiers): New constants.
9648 (display-buffer-even-window-sizes, display-buffer-set-height)
9649 (display-buffer-set-width, display-buffer-select-window)
9650 (display-buffer-in-window, display-buffer-reuse-window)
9651 (display-buffer-split-window-1, display-buffer-split-window)
9652 (display-buffer-split-atom-window, display-buffer-pop-up-window)
9653 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
9654 (display-buffer-in-side-window, normalize-buffer-to-display)
9655 (display-buffer-normalize-specifiers-1)
9656 (display-buffer-normalize-specifiers-2)
2b75be67
SM
9657 (display-buffer-normalize-specifiers, display-buffer-frame):
9658 New functions.
9481c002
MR
9659 (display-buffer): Major rewrite.
9660 (display-buffer-other-window, display-buffer-other-frame)
9661 (pop-to-buffer, switch-to-buffer-other-window)
9662 (switch-to-buffer-other-frame): Rewrite.
9663 (display-buffer-same-window, display-buffer-same-frame)
9664 (display-buffer-same-frame-other-window)
9665 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
9666 (pop-to-buffer-other-window)
9667 (pop-to-buffer-same-frame-other-window)
9668 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
9669 (switch-to-buffer-other-window-same-frame): New functions.
9670 (same-window-p, special-display-p): Rewrite disabling warnings.
9671 Make obsolete.
9672 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
9673 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
9674 Make obsolete
9675 (same-window-buffer-names, same-window-regexps)
9676 (special-display-frame-alist, special-display-popup-frame)
9677 (special-display-function, special-display-buffer-names)
9678 (special-display-regexps, pop-up-frame-alist)
9679 (pop-up-frame-function, split-window-preferred-function)
9680 (split-height-threshold, split-width-threshold)
9681 (even-window-heights): Make obsolete.
9682
9db51aca
GM
96832011-06-12 Glenn Morris <rgm@gnu.org>
9684
9685 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 9686 Misc simplifications.
9db51aca 9687
39cffb44
MR
96882011-06-12 Martin Rudalics <rudalics@gmx.at>
9689
9690 * window.el (window-safely-shrinkable-p): Restore function which
9691 was inadvertently removed in change from 2011-06-11. Declare as
9692 obsolete.
9693
2b75be67
SM
9694 * calendar/calendar.el (calendar-generate-window):
9695 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
9696 window-safely-shrinkable-p.
9697
a8955be7
GM
96982011-06-12 Glenn Morris <rgm@gnu.org>
9699
9700 * progmodes/fortran.el (fortran-mode-syntax-table):
9701 * progmodes/f90.el (f90-mode-syntax-table):
9702 Set % to punctuation. (Bug#8820)
9703 (f90-find-tag-default): Remove, no longer needed.
9704
f0d4059d
DC
97052011-06-12 Daniel Colascione <dan.colascione@gmail.com>
9706
9707 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
9708
1100a63c
CY
97092011-06-11 Chong Yidong <cyd@stupidchicken.com>
9710
9711 * image.el (image-animated-p): Return animation delay in seconds.
9712 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
9713 (image-animate-timeout): Remove DELAY argument. Don't assume
9714 every subimage has the same delay; get it from image-animated-p.
9715 (image-animate): Caller changed.
9716
def722bf
MA
97172011-06-11 Michael Albinus <michael.albinus@gmx.de>
9718
9719 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
9720 to ignored backtrace functions.
9721
0a2bb1a9
GM
97222011-06-11 Glenn Morris <rgm@gnu.org>
9723
9724 * calendar/appt.el (appt-disp-window-function): Doc fix.
9725 (appt-check): Handle overlapping appointments. (Bug#8337)
9726
6198ccd0
MR
97272011-06-11 Martin Rudalics <rudalics@gmx.at>
9728
9729 * window.el (window-tree-1, window-tree): New functions, moving
9730 the latter to window.el.
9731 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
9732 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
9733 (bw-refresh-edges): Remove.
9734 (balance-windows-1, balance-windows-2): New functions.
9735 (balance-windows): Rewrite in terms of window tree functions,
9736 balance-windows-1 and balance-windows-2.
9737 (bw-adjust-window): Remove.
9738 (balance-windows-area-adjust): New function with functionality of
9739 bw-adjust-window but using resize-window.
2b75be67
SM
9740 (set-window-text-height): Rewrite doc-string.
9741 Use normalize-live-window and resize-window.
9742 (enlarge-window-horizontally, shrink-window-horizontally):
9743 Rename argument to DELTA.
6198ccd0
MR
9744 (window-buffer-height): New function.
9745 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
9746 Rewrite using new window resize routines.
2b75be67
SM
9747 (kill-buffer-and-window, mouse-autoselect-window-select):
9748 Use ignore-errors instead of condition-case.
6198ccd0
MR
9749 (quit-window): Call delete-frame instead of delete-windows-on
9750 for the only buffer on frame.
9751
9397e56f
MR
97522011-06-10 Martin Rudalics <rudalics@gmx.at>
9753
9754 * loadup.el (top-level): Load window before files for the sake
9755 of replace-buffer-in-windows.
9756
9757 * files.el (read-buffer-to-switch)
9758 (switch-to-buffer-other-window)
2b75be67
SM
9759 (switch-to-buffer-other-frame, display-buffer-other-frame):
9760 Move to window.el.
9397e56f
MR
9761
9762 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
9763 (previous-buffer): Move to window.el.
9764
9765 * bindings.el (unbury-buffer): Move to window.el.
9766
9767 * window.el (delete-other-windows-vertically): Move after
9768 definition of delete-other-windows.
9769 (other-window, delete-windows-on, replace-buffer-in-windows):
9770 Move here from window.c.
9771 (record-window-buffer, unrecord-window-buffer)
9772 (set-window-buffer-start-and-point, switch-to-prev-buffer)
9773 (switch-to-next-buffer): New functions.
9774 (get-next-valid-buffer, last-buffer, next-buffer): Move here
9775 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
9776 (previous-buffer): Move here from simple.el.
9777 Call switch-to-prev-buffer.
9397e56f
MR
9778 (bury-buffer): Move here from buffer.c. Switch to previous
9779 buffer when window cannot be deleted.
9780 (unbury-buffer): Move here from bindings.el.
9781 (ctl-x-map): Move binding for other-window from window.c to
9782 here.
9783 (read-buffer-to-switch, switch-to-buffer-other-window)
9784 (switch-to-buffer-other-frame): Move here from files.el.
9785 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
9786 (switch-to-buffer): Move here from buffer.c.
9787 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 9788
562dd5e9
MR
97892011-06-10 Martin Rudalics <rudalics@gmx.at>
9790
9791 * window.el (window-min-height, window-min-width): Move here
9792 from window.c. Add defcustoms and rewrite doc-strings.
9793 (resize-mini-window, resize-window): New functions.
9794 (adjust-window-trailing-edge, enlarge-window, shrink-window):
9795 Move here from window.c.
9796 (maximize-window, minimize-window): New functions.
9797 (delete-window, delete-other-windows, split-window): Move here
9798 from window.c.
9799 (window-split-min-size): New function.
9800 (split-window-keep-point): Mention split-window-above-each-other
9801 instead of split-window-vertically.
2b75be67 9802 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
9803 Rename split-window-vertically to split-window-above-each-other
9804 and provide defalias for old definition.
9805 (split-window-side-by-side, split-window-horizontally):
9806 Rename split-window-horizontally to split-window-side-by-side
9807 and provide defalias for the old definition.
562dd5e9
MR
9808 (ctl-x-map): Move bindings for delete-window,
9809 delete-other-windows and enlarge-window here from window.c.
9810 Replace bindings for split-window-vertically and
9811 split-window-horizontally by bindings for
9812 split-window-above-each-other and split-window-side-by-side.
9813
9814 * cus-start.el (all): Remove entries for window-min-height and
9815 window-min-width. Add entries for window-splits and
9816 window-nest.
9817
f0da764a
GM
98182011-06-09 Glenn Morris <rgm@gnu.org>
9819
80675c21
GM
9820 * calendar/appt.el (appt-mode-line): New function.
9821 (appt-check, appt-disp-window): Use it.
9822
f0da764a
GM
9823 * files.el (hack-one-local-variable-eval-safep):
9824 Allow minor-modes with explicit +/-1 arguments.
9825
59f623b7
TZ
98262011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
9827
9828 * term/xterm.el (xterm): Add defgroup.
9829 (xterm-extra-capabilities): Add defcustom to supply known xterm
9830 capabilities, skip querying them, or query them (default).
9831 (terminal-init-xterm): Use it.
9832 (terminal-init-xterm-modify-other-keys): New function to set up
9833 modifyOtherKeys support to simplify `terminal-init-xterm'.
9834
9aab8e0d
MR
98352011-06-09 Martin Rudalics <rudalics@gmx.at>
9836
9837 * window.el (resize-window-reset, resize-window-reset-1)
9838 (resize-subwindows-skip-p, resize-subwindows-normal)
9839 (resize-subwindows, resize-other-windows, resize-this-window)
9840 (resize-root-window, resize-root-window-vertically)
9841 (window-deletable-p, window-or-subwindow-p)
9842 (frame-root-window-p): New functions.
9843
e8b08aee
GM
98442011-06-09 Glenn Morris <rgm@gnu.org>
9845
9846 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
9847 (ange-ftp-get-files): Use it.
9848
254c37a5
AK
98492011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
9850
9851 * mail/sendmail.el (mail-recover-1, mail-recover):
9852 * files.el (recover-file, recover-session):
9853 Handle dired-listing-switches not being just a single short option.
9854
35d7dbd3
GM
98552011-06-09 Glenn Morris <rgm@gnu.org>
9856
9857 * calendar/appt.el (appt-display-message, appt-disp-window):
9858 Handle lists of appointments.
9859
387522b2
MR
98602011-06-08 Martin Rudalics <rudalics@gmx.at>
9861
2b75be67
SM
9862 * window.el (one-window-p): Move down in code.
9863 Rewrite doc-string.
9864 (window-current-scroll-bars): Rewrite doc-string.
9865 Normalize live window argument.
387522b2
MR
9866 (walk-windows, get-window-with-predicate, count-windows):
9867 Rewrite doc-string. Use window-list-1.
9868 (window-in-direction-2, window-in-direction, get-mru-window):
9869 New functions.
9870
d8e4b68b 98712011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
9872
9873 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
9874 Doc fix (Bug#8713).
9875
98762011-06-08 Chong Yidong <cyd@stupidchicken.com>
9877
9878 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
9879
98802011-06-08 Juanma Barranquero <lekktu@gmail.com>
9881
9882 * loadhist.el (unload-feature-special-hooks):
9883 Add `comint-output-filter-functions'.
9884
0de12c52
IK
98852011-06-08 Ivan Kanis <gnu@kanis.fr>
9886
9887 * calendar/appt.el (appt-check): Move some initializations into the let.
9888
f3d1777e
MR
98892011-06-08 Martin Rudalics <rudalics@gmx.at>
9890
9891 * window.el (window-height): Defalias to window-total-height.
9892 (window-width): Defalias to window-body-width.
9893
18af70d0
CY
98942011-06-07 Chong Yidong <cyd@stupidchicken.com>
9895
9896 * image-mode.el (image-toggle-animation): New command.
9897 (image-mode-map): Bind it to RET.
9898 (image-mode): Update message.
9899 (image-toggle-display-image): Avoid a spurious cache flush.
9900 (image-transform-rotation): Doc fix.
9901 (image-transform-properties): Return quickly in the normal case.
9902 (image-animate-loop): Rename from image-animate-max-time.
9903
2b75be67 9904 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
9905 (create-animated-image): Remove unnecessary function.
9906 (image-animate): Rename from image-animate-start. New arg.
2b75be67 9907 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
9908 (image-animate-timer): Use car-safe.
9909 (image-animate-timeout): Rename argument.
9910
190b47e6
MR
99112011-06-07 Martin Rudalics <rudalics@gmx.at>
9912
9913 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
9914 window.c. Rename first argument to ALL-FRAMES.
9915 Rephrase doc-strings.
9916 (get-buffer-window-list): Rewrite using window-list-1.
9917 Rephrase doc-string.
a1511caf
MR
9918 (window-safe-min-height, window-safe-min-width): New constants.
9919 (window-size-ignore, window-min-size, window-min-size-1)
9920 (window-sizable, window-sizable-p, window-size-fixed-1)
9921 (window-size-fixed-p, window-min-delta-1, window-min-delta)
9922 (window-max-delta-1, window-max-delta, window-resizable)
9923 (window-resizable-p, window-total-height, window-total-width)
9924 (window-body-width): New functions.
9925 (window-full-height-p, window-full-width-p): Rewrite using
9926 window-total-size.
9927 (window-body-height): Rewrite using window-body-size.
190b47e6 9928
85cc1f11
MR
99292011-06-06 Martin Rudalics <rudalics@gmx.at>
9930
9931 * window.el (window-right, window-left, window-child)
9932 (window-child-count, window-last-child, window-any-p)
9933 (normalize-live-buffer, normalize-live-frame)
9934 (normalize-any-window, normalize-live-window)
9935 (window-iso-combination-p, window-iso-combined-p)
9936 (window-iso-combinations)
9937 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
9938 (windows-with-parameter, window-with-parameter)
9939 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
9940 (window-atom-check, window-side-check, window-check):
9941 New functions.
85cc1f11
MR
9942 (ignore-window-parameters, window-sides, window-sides-vertical)
9943 (window-sides-slots): New variables.
9944 (window-size-fixed): Move down in code. Minor doc-string fix.
9945
e7156492
AS
99462011-06-05 Andreas Schwab <schwab@linux-m68k.org>
9947
9948 * comint.el (comint-dynamic-complete-as-filename)
9949 (comint-dynamic-complete-filename): Correctly call
9950 completion-in-region.
9951
7e821d0d
DD
99522011-06-05 Deniz Dogan <deniz@dogan.se>
9953
9954 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
9955 in last change.
9956
ac09b8a1
DD
99572011-06-05 Deniz Dogan <deniz@dogan.se>
9958
9959 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
9960 (rcirc): Use it to prompt for encryption.
9961
34699b85
RW
99622011-06-05 Roland Winkler <winkler@gnu.org>
9963
9964 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
9965 (bibtex-search-entries): New command bound to C-c C-a.
9966 (bibtex-display-entries): New function.
9967
004dedd3
RW
99682011-06-05 Roland Winkler <winkler@gnu.org>
9969
9970 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
9971 (bibtex-insert-kill): After yanking insert newline if necessary.
9972 (bibtex-initialize): Call bibtex-string-files-init only once.
9973 (bibtex-mode): Do not call easy-menu-add.
9974 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
9975 (bibtex-yank): Set arg properly if nil.
9976
022fe7ce
RW
99772011-06-05 Roland Winkler <winkler@gnu.org>
9978
2b75be67
SM
9979 * textmodes/bibtex.el (bibtex-search-entry-globally):
9980 New variable.
022fe7ce
RW
9981 (bibtex-search-entry): Use it.
9982
b7c3692a
RW
99832011-06-05 Roland Winkler <winkler@gnu.org>
9984
9985 * textmodes/bibtex.el (bibtex-entry-format): New option
9986 sort-fields.
9987 (bibtex-format-entry, bibtex-reformat): Honor this option.
9988 (bibtex-parse-entry): Return fields in proper order.
9989
8eda563d
JB
99902011-06-05 Juanma Barranquero <lekktu@gmail.com>
9991
9992 * doc-view.el (doc-view-remove-if): Move computation of result out
9993 of `dolist' to silence misleading lexical-binding warning.
9994
7dbe3dbc
CY
99952011-06-04 Chong Yidong <cyd@stupidchicken.com>
9996
9997 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
9998 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
9999
0c33dd17
MA
100002011-06-04 Michael Albinus <michael.albinus@gmx.de>
10001
10002 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
10003 "SunOS 5.10".
10004
f8f91c2b
MA
100052011-06-04 Michael Albinus <michael.albinus@gmx.de>
10006
10007 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
10008 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
10009 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
10010 (tramp-parse-putty):
10011 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
10012 (tramp-completion-function-alist-ssh)
10013 (tramp-completion-function-alist-telnet)
10014 (tramp-completion-function-alist-su)
10015 (tramp-completion-function-alist-putty): Set `tramp-autoload'
10016 cookie.
10017
10018 * net/tramp-ftp.el:
10019 * net/tramp-sh.el:
10020 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
10021 load "tramp.el" `tramp-set-completion-function'.
10022
e17d9003
SM
100232011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
10024
10025 * shell.el: Require and use pcomplete.
10026 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
10027 (shell-completion-vars): Set pcomplete-default-completion-function.
10028
6c4cab03
DD
100292011-06-04 Deniz Dogan <deniz@dogan.se>
10030
10031 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
10032 `memq' (Bug#8799).
10033
ea9fafe0
SM
100342011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
10035
10036 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
10037
b3e945d3
JB
100382011-06-02 Juanma Barranquero <lekktu@gmail.com>
10039
10040 * bs.el (bs--mark-unmark, bs--nth-wrapper):
10041 * mpc.el (mpc-select-extend, mpc-songpointer-context):
10042 * vc/log-view.el (log-view-beginning-of-defun):
10043 * vc/smerge-mode.el (smerge-apply-resolution-patch)
10044 (smerge-refine-forward, smerge-refine-chopup-region):
10045 Silence warning for unused `dotimes' counter variables.
10046
7d520089
SM
100472011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
10048
10049 * net/tramp.el (tramp-with-progress-reporter): Rename from
10050 with-progress-reporter. Use `declare'.
10051 * net/tramp-smb.el:
10052 * net/tramp-sh.el:
10053 * net/tramp-gvfs.el: Update all uses.
10054
a1c2400f
JB
100552011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
10056
10057 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
10058 buffer isn't killed before making it current.
10059
2403c841
SM
100602011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
10061
10062 Silence various byte-compiler warnings.
10063 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
10064 `access-type' and new obsolescence format.
10065 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
10066 new format.
10067 (byte-compile-check-variable): New `access-type' argument.
10068 Only warn if the access-type is obsolete.
10069 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
10070 (byte-compile-variable-set): Adjust callers.
10071 * help-fns.el (describe-variable): Adjust to new obsolescence format.
10072 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
10073 setting it as obsolete.
10074 * simple.el (minibuffer-completing-symbol):
10075 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
10076 access as obsolete.
10077 * minibuffer.el (minibuffer-completing-file-name): Don't make it
10078 obsolete yet.
10079 * international/quail.el (quail-mouse-choose-completion): Remove unused
10080 code referring to obsolete var.
10081 (quail-choose-completion-string): Remove.
10082 * server.el (server-clients-with, server-kill-buffer-query-function)
10083 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
10084 * proced.el (proced-send-signal):
10085 * emacs-lisp/lisp.el (lisp-complete-symbol):
10086 Replace completion-annotate-function with completion-extra-properties.
10087
2462470b
SM
100882011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
10089
fb5b2591
SM
10090 * simple.el (goto-line): Use read-number.
10091 (overriding-map-is-bound): Remove.
10092 (saved-overriding-map): Change default.
10093 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
10094 Take the map as argument.
10095 (universal-argument, negative-argument, digit-argument): Use it.
10096 (restore-overriding-map): Adjust.
10097 (do-auto-fill): Use fill-forward-paragraph.
10098 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
10099
fd6fa53f
SM
10100 * minibuffer.el (minibuffer-inactive-mode-map): New var.
10101 (minibuffer-inactive-mode): New major mode.
10102 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
10103 the *Messages* buffer" hack.
10104 (mouse-popup-menubar): Don't burp if the event is a normal key.
10105
2462470b
SM
10106 Miscellaneous tweaks.
10107 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
10108 lexical scoping as in subr.el's dolist and dotimes.
10109 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
10110 Silence compiler warning.
10111 * thingatpt.el (forward-whitespace): Trivial coding style fix.
10112 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
10113 * international/ccl.el (ccl-compile): Trivial simplification.
10114 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
10115 * emacs-lisp/testcover.el (testcover-end): Remove spurious
10116 `printflag' argument.
10117 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
10118 Purecopy the whole obsolescence data.
10119
108bf785
LL
101202011-06-01 Leo Liu <sdl.web@gmail.com>
10121
10122 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
10123 improve doc-string as suggested by Marco Pessotto
10124 <melmothx@gmail.com>.
10125 (rcirc-print): Fix last change.
10126
30a23501
SM
101272011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10128
10129 * minibuffer.el (complete-with-action): Return nil for the metadata and
10130 boundaries of non-functional tables.
10131 (completion-table-dynamic): Return nil for the metadata.
10132 (completion-table-with-terminator): Add default case, using
10133 complete-with-action.
10134 (completion--metadata): New function.
10135 (completion-all-sorted-completions, minibuffer-completion-help): Use it
10136 to try and avoid pathological performance problems.
10137 (completion--embedded-envvar-table): Return `category' metadata.
10138
bcd54f83
LMI
101392011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
10140
10141 * subr.el (process-alive-p): New tiny convenience function.
10142
e227544d
SM
101432011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10144
10145 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
10146 content but also its previous major mode.
10147
e8296fdc
HE
101482011-05-31 Helmut Eller <eller.helmut@gmail.com>
10149
4d61f28d 10150 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
10151 *Backtrace* buffer when we exit with C-M-c.
10152
620c53a6
SM
101532011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10154
10155 * minibuffer.el: Add metadata method to completion tables.
10156 (completion-category-overrides): New defcustom.
10157 (completion-metadata, completion--field-metadata)
10158 (completion-metadata-get, completion--styles)
10159 (completion--cycle-threshold): New functions.
10160 (completion-try-completion, completion-all-completions):
10161 Add `metadata' argument to choose completion-styles.
10162 (completion--do-completion): Use metadata to choose cycling.
10163 (completion-all-sorted-completions): Use metadata for sorting.
10164 Remove :completion-cycle-penalty which is not needed any more.
10165 (completion--try-word-completion): Add `metadata' argument.
10166 (minibuffer-completion-help): Check metadata for annotation function
10167 and sorting.
10168 (completion-file-name-table): Return `category' metadata.
10169 (minibuffer-completing-file-name): Make obsolete.
10170 * simple.el (minibuffer-completing-symbol): Make obsolete.
10171 * icomplete.el (icomplete-completions): Pass new `metadata' param to
10172 completion-try-completion.
10173
1257e755
SM
101742011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
10175
10176 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
10177
3767e706
LL
101782011-05-30 Leo Liu <sdl.web@gmail.com>
10179
10180 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
10181 (rcirc-print): Decode all incoming messages (bug#8744).
10182 (rcirc-decode-coding-system): Allow value nil for automatic coding
10183 system detection.
3767e706 10184
d1a5d56a
GM
101852011-06-01 Glenn Morris <rgm@gnu.org>
10186
10187 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
10188
e8cbec34
CY
101892011-05-29 Chong Yidong <cyd@stupidchicken.com>
10190
10191 * image.el (image-animate-max-time): Allow nil and t values.
10192 Default to nil.
10193 (create-animated-image): Doc fix.
10194 (image-animate-start): Remove second arg; just use
10195 image-animate-max-time.
10196 (image-animate-timeout): Doc fix. Args changed.
10197
10198 * image-mode.el (image-toggle-display-image): Ensure that the
10199 image spec passed to the animate timer is the same object as in
58179cce 10200 the buffer's display property (Bug#6981).
e8cbec34
CY
10201 (image-transform-properties): Doc fix.
10202
10203 * image.el (image-animate-max-time): Default to nil.
10204
159daf87
MR
102052011-05-29 Martin Rudalics <rudalics@gmx.at>
10206
10207 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
10208 entire buffer list (Bug#8184).
10209
d66c4c7c
CY
102102011-05-29 Chong Yidong <cyd@stupidchicken.com>
10211
10212 * image.el (imagemagick-types-inhibit)
10213 (imagemagick-register-types): Doc fix.
10214
80aec780
DD
102152011-05-29 Deniz Dogan <deniz@dogan.se>
10216
10217 * net/rcirc.el (rcirc): Use the user's stored encryption method by
10218 default.
10219
1dd3c2d9
CY
102202011-05-29 Chong Yidong <cyd@stupidchicken.com>
10221
10222 * select.el: Don't perform clipboard-manager saving in hooks;
10223 leave the hooks empty.
10224
60e56523
LL
102252011-05-28 Leo Liu <sdl.web@gmail.com>
10226
10227 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
10228 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
10229 (occur-edit-mode): New major mode (Bug#8463).
10230 (occur-after-change-function): New function.
10231 (occur-engine): Give Occur tags a read-only property.
10232
2b1e1a22
KR
102332011-05-28 Kevin Ryde <user42@zip.com.au>
10234
10235 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
10236
5d344e88
CY
102372011-05-28 Chong Yidong <cyd@stupidchicken.com>
10238
8e6ca83d
CY
10239 * bindings.el (help-echo): Make the initial non-indicator dash
10240 empty on graphical terminals (Bug#7295).
10241
5d344e88
CY
10242 * files.el (auto-mode-alist): Move config rule after the
10243 in-stripping one (Bug#8547).
10244
bfbbace7
CY
10245 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
10246
fbeba6e2
CY
10247 * startup.el (normal-splash-screen): Remove gratuitous mode-line
10248 setting (Bug#8740).
10249
60ed8c72
AA
102502011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
10251
4ac619f0
AA
10252 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
10253 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
10254 (Bug#8539).
60ed8c72 10255
23db196e
CY
102562011-05-28 Chong Yidong <cyd@stupidchicken.com>
10257
10258 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
10259
5012f24c
DK
102602011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
10261
10262 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
10263 (hs-hide-block-at-point, hs-find-block-beginning)
10264 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
10265 (Bug#8279).
10266
6a639b16
GM
102672011-05-28 Glenn Morris <rgm@gnu.org>
10268
10269 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
10270
d43eaf2c
CY
102712011-05-28 Chong Yidong <cyd@stupidchicken.com>
10272
5199bde1
CY
10273 * help-fns.el (describe-function-1): If the function is a derived
10274 major mode, print the parent mode.
10275
d43eaf2c
CY
10276 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
10277 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
10278
423428a8
SM
102792011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
10280
0ff8e1ba 10281 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 10282 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
10283 * progmodes/etags.el (tags-completion-at-point-function):
10284 * info-look.el (info-lookup-completions-at-point): Mark as
10285 non-exclusive.
10286 (info-complete): Adjust accordingly.
10287
423428a8
SM
10288 * info-look.el: Convert to lexical-binding and completion-at-point.
10289 (info-lookup-completions-at-point): New function.
10290 (info-complete): Use it and completion-in-region.
10291
b74aa22b
DA
102922011-05-28 Drew Adams <drew.adams@oracle.com>
10293
10294 * isearch.el: Let M-e start with point at the first mismatched char.
10295 (isearch-fail-pos): New function.
10296 (isearch-edit-string): Use it.
10297
66e2e71d
DK
102982011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
10299
10300 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
10301
b1890b0f 103022011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
eb95d01d
TC
10303
10304 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
10305 traversal functions for avl-trees.
10306 (avl-tree--stack): New struct.
10307 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
10308 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
10309 (avl-tree--do-enter): Add optional `updatefun' arg.
10310 Change return value.
eb95d01d 10311 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
10312 (avl-tree--do-delete): Add `test' and `nilflag' args.
10313 Change return value.
eb95d01d
TC
10314 (avl-tree-member): Add optional `nilflag'
10315 (avl-tree-member-p): New function.
10316 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
10317 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
10318 (avl-tree-stack-empty-p): New functions.
10319
3769ddcf
TC
10320 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
10321 avl-tree--del-balance1 and make it work both ways.
10322 (avl-tree--del-balance2): Remove.
10323 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
10324 make it work both ways.
10325 (avl-tree--enter-balance2): Remove.
10326 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
10327 New macros.
10328 (avl-tree--mapc, avl-tree-map): Add direction argument.
10329
eb95d01d 103302011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
10331
10332 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
10333
a9f737ee
CY
103342011-05-27 Chong Yidong <cyd@stupidchicken.com>
10335
10336 * select.el: Support clipboard managers with built-in function
10337 x-clipboard-manager-save, via delete-frame-functions and
10338 kill-emacs-hook.
10339 (xselect-convert-to-targets): Add MULTIPLE target to list.
10340 (xselect-convert-to-save-targets): New function.
10341
c92a1e54
KH
103422011-05-27 Kenichi Handa <handa@m17n.org>
10343
10344 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
10345 let-binding rfc2047-encode-encoded-words to nil.
10346
e145f188
GM
103472011-05-27 Glenn Morris <rgm@gnu.org>
10348
5ec8a862
GM
10349 * mail/emacsbug.el: Don't require url-util.
10350
4b29d9fb
GM
10351 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
10352
e145f188
GM
10353 * files.el (set-auto-mode):
10354 Also respect mode: entries at the end of the file. (Bug#8586)
10355
7d15102b
GM
103562011-05-26 Glenn Morris <rgm@gnu.org>
10357
98f593b8
GM
10358 * files.el (hack-local-variables-prop-line, hack-local-variables):
10359 Downcase mode names, as seems to be traditional.
27b48e63 10360 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 10361
7d15102b
GM
10362 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
10363 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
10364
51d5b4ec
JD
103652011-05-25 Julien Danjou <julien@danjou.info>
10366
10367 * textmodes/rst.el (rst-define-level-faces): Do not define face
10368 symbol if it is already defined.
10369
91513f63
VB
103702011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
10371
10372 * play/5x5.el (5x5-new-game, 5x5-randomize):
10373 Reset 5x5-solver-output to nil when a new grid is cast.
10374 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
10375 these debugging traces, as defmacro breaks the compiled code.
10376
4d90d6d0
DK
103772011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
10378
10379 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
10380
e1b90ef6
LL
103812011-05-24 Leo Liu <sdl.web@gmail.com>
10382
10383 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
10384 (vc-bzr-sha1): Adapt.
10385
d8e4b68b 10386 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
10387
10388 * bindings.el: Provide sha1 feature.
10389
db0406bb 103902011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
10391
10392 * mail/sendmail.el: Require `rfc2047'.
10393 (mail-insert-from-field): Do not perform RFC2047 encoding.
10394 (mail-encode-header): New function.
10395 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
10396 buffer to the return value of select-message-coding-system.
10397 Call mail-encode-header.
b8d747b9
KH
10398
10399 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
10400
db0406bb 104012011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 10402
4d90d6d0
DK
10403 * mail/supercite.el (sc-default-cite-frame):
10404 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 10405
eb8a5e9b
GM
104062011-05-24 Glenn Morris <rgm@gnu.org>
10407
f8630703
GM
10408 * progmodes/python.el (brm-menu): Declare.
10409
8831bbed
GM
10410 * emulation/viper.el (viper-set-hooks): Declare.
10411
eb8a5e9b
GM
10412 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
10413 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
10414 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
10415 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
10416 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
10417 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
10418
a2a25d24
SM
104192011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
10420
10421 Add an :exit-function for completion-at-point.
10422
10423 * minibuffer.el (completion--done): New fun.
10424 (completion--do-completion): Use it. New arg `expect-exact'.
10425 (minibuffer-complete, minibuffer-complete-word): Don't output message,
10426 since completion--do-completion does it for us now.
10427 (minibuffer-force-complete): Use completion--done and
10428 completion--replace. Handle sole-completion case with more care.
10429 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
10430 (completion-extra-properties): New var.
10431 (completion-annotate-function): Make obsolete.
10432 (minibuffer-completion-help): Adjust accordingly.
10433 Use completion-list-insert-choice-function.
10434 (completion-at-point, completion-help-at-point):
10435 Bind completion-extra-properties.
10436 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
10437 * simple.el (completion-list-insert-choice-function): New var.
10438 (completion-setup-function): Preserve it.
10439 (choose-completion): Pay attention to it, shuffle the code a bit.
10440 (choose-completion-string): New arg `insert-function'.
10441
10442 * textmodes/bibtex.el: Convert to lexical binding.
10443 (bibtex-mode-map): Use completion-at-point.
10444 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
10445 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
10446 (bibtex-complete): Define as obsolete alias.
10447 (bibtex-complete-internal): Remove.
10448 (bibtex-format-entry): Remove unused sub-group in regexp.
10449 * shell.el (shell--command-completion-data)
10450 (shell-environment-variable-completion):
10451 * pcomplete.el (pcomplete-completions-at-point):
10452 * comint.el (comint--complete-file-name-data): Use :exit-function
10453 instead of completion-table-with-terminator so it also works for
10454 choose-completion.
10455
e44e373d
SM
104562011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
10457
4f91a816
SM
10458 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
10459
782fc819
SM
10460 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
10461 (bug#8710).
10462
e44e373d
SM
10463 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
10464
381987c3
KM
104652011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
10466
10467 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
10468 customization variable and implement: If non-nil, auto-fill will
10469 be inhibited while on topic's header line.
10470
b776bc70
VB
104712011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
10472
10473 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 10474 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
10475 always have a solution in grid size = 5 cases.
10476 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
10477 (5x5-solver-output, 5x5-log-buffer): New vars.
10478 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
10479 Make these variables buffer local to achieve 5x5 multi-session-ness.
10480 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
10481 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
10482 (5x5-solve-suggest): New funs.
10483 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
10484 randomize a grid so that we ensure that there is always a solution.
10485 (5x5-make-random-grid): Allow other movement than flipping.
10486
7de88b6e
KR
104872011-05-23 Kevin Ryde <user42@zip.com.au>
10488
10489 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 10490 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
10491 advice and passes PREDICATE.
10492
b1ef1257
SM
104932011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
10494
bbca48fe
SM
10495 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
10496 byte-compile-lambda if it's actually a lambda.
10497
b1ef1257
SM
10498 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
10499 Fix function quoting. Use backquote better.
10500
92a9cc65
YS
105012011-05-22 Yuanle Song <sylecn@gmail.com>
10502
10503 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
10504 matching (Bug#8516).
10505
f0fb8059
JA
105062011-01-22 Jari Aalto <jari.aalto@cante.net>
10507
10508 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
10509 different face (Bug#8178).
10510
d5b44c93
CY
105112011-05-22 Chong Yidong <cyd@stupidchicken.com>
10512
10513 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
10514 defface (Bug#8144).
10515
79106a44
SM
105162011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
10517
9c848d8a
SM
10518 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
10519 funcall as well (bug#8712). Warn when performing those conversions.
10520 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
10521
79106a44
SM
10522 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
10523
88dfa756
GM
105242011-05-22 Glenn Morris <rgm@gnu.org>
10525
10526 * files.el (hack-local-variables-prop-line): Small simplifications.
10527 (hack-local-variables, hack-local-variables-prop-line):
10528 If MODE-ONLY, return the mode, rather than just `t'.
10529
b7cf2c79
SM
105302011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
10531
10532 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
10533
3f1a8558
GM
105342011-05-21 Glenn Morris <rgm@gnu.org>
10535
7e4ccca3
GM
10536 * files.el (hack-local-variables-prop-line, hack-local-variables):
10537 If only interested in the mode, don't bother doing the other stuff.
10538
637d46ca
GM
10539 * image-mode.el (image-after-revert-hook):
10540 Redraw all frames on which the image is visible. (Bug#8567)
10541
973d955b
GM
10542 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
10543
3f1a8558
GM
10544 * wid-edit.el (widget-checklist-match-inline):
10545 Fix 2011-04-19 change. (Bug#8649)
10546
96479927
SM
105472011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
10548
1dcf791f
SM
10549 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
10550 Also allow singlespace after single-letter capitals followed by a dot.
10551
96479927
SM
10552 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
10553 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
10554
35fd0881
N
105552011-05-20 Nix <nix@esperi.org.uk>
10556
10557 * files.el (basic-save-buffer-2):
10558 Fix handling of break-hardlink-on-save with non-existent files.
10559
82745640
DD
105602011-05-19 Deniz Dogan <deniz@dogan.se>
10561
10562 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 10563 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 10564
4a720484
GM
105652011-05-19 Glenn Morris <rgm@gnu.org>
10566
d1f21341
GM
10567 * progmodes/f90.el (f90-type-def-re):
10568 Handle "type, bind(c)". (Bug#8691)
10569
4a720484
GM
10570 * emacs-lisp/autoload.el (batch-update-autoloads):
10571 Set autoload-excludes by parsing loadup.el rather than Makefiles.
10572
2fb0a219
MA
105732011-05-18 Michael Albinus <michael.albinus@gmx.de>
10574
10575 * net/tramp.el (tramp-process-actions): Set "first-password-request"
10576 property for the correct connection in case of multihops.
10577
e565dd37
GM
105782011-05-18 Glenn Morris <rgm@gnu.org>
10579
c2571358 10580 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
10581 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
10582
e565dd37
GM
10583 Rationalize calendar handling of day and month abbrev-arrays.
10584 * calendar/calendar.el (calendar-customized-p): New function.
10585 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
10586 (calendar-day-name-array, calendar-month-name-array): Doc fix.
10587 Add :set function.
10588 (calendar-abbrev-length, calendar-day-abbrev-array)
10589 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
10590 (calendar-day-abbrev-array, calendar-month-abbrev-array):
10591 Elements may no longer be nil.
10592 (calendar-day-name, calendar-month-name):
10593 Update for changed nature of abbrev arrays.
10594 * calendar/diary-lib.el (diary-name-pattern):
10595 Update for changed nature of abbrev arrays.
10596 (diary-mark-entries-1): Update calendar-make-alist calls.
10597 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
10598 * calendar/cal-html.el (cal-html-day-abbrev-array):
10599 Simply inherit from calendar-day-abbrev-array.
10600
1d99a745
SM
106012011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10602
10603 * progmodes/grep.el (grep-mode): Disable default
10604 compilation-directory-matcher setting (bug#8684).
10605
7c1d9aa0
MA
106062011-05-17 Michael Albinus <michael.albinus@gmx.de>
10607
10608 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
10609 instead of "head" and "tail". There were problems with SunOS 5.9,
10610 and it performs better.
10611
3952e9d8
GM
106122011-05-17 Glenn Morris <rgm@gnu.org>
10613
2dd12e7f
GM
10614 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
10615
e4157b9c
GM
10616 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
10617 Replace obsolete function.
10618
8e249bbd
GM
10619 * shell.el (pcomplete-parse-arguments-function): Declare.
10620
3952e9d8
GM
10621 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
10622 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
10623 (appt-check): Doc fixes.
10624 (appt-disp-window-function, appt-delete-window-function):
10625 Remove needless special case in custom :type.
10626 (appt-display-count): Default to 0, not nil.
10627 (appt-check): Reset appt-display-count to 0, not nil.
10628
c71a0d48 106292011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 10630
c71a0d48
GM
10631 * progmodes/python.el (python-font-lock-keywords):
10632 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 10633
31d55be9
SM
106342011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
10635
10636 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
10637
3bfacb2f
KR
106382011-05-16 Kevin Ryde <user42@zip.com.au>
10639
10640 * info-look.el (makefile-automake-mode): New setups, looking in
10641 automake manual, then makefile-mode.
10642 (makefile-mode): Remove automake manual, have it just in
10643 makefile-automake-mode since there's various things different or
10644 not relevant to plain make.
10645 (makefile-mode): Remove "other-modes" non-existent automake-mode,
10646 believe a hypothetical automake-mode would go to makefile-mode,
10647 not the other way around.
10648
c8e83751
CY
106492011-05-15 Chong Yidong <cyd@stupidchicken.com>
10650
5e9e35cd
CY
10651 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
10652 hunk-end tags (Bug#8672).
10653
c8e83751
CY
10654 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
10655 vc-annotate-show-diff-revision-at-line (Bug#8671).
10656
50b23e5a
GM
106572011-05-14 Glenn Morris <rgm@gnu.org>
10658
7210a739
GM
10659 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
10660 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
10661 (change-log-font-lock-keywords): Also handle multiple author lines
10662 with leading tabs. (Bug#8644)
7210a739 10663
4691905a
GM
10664 * calendar/appt.el (appt-check): Rename some local variables.
10665 Some simplification/reordering.
10666
50b23e5a
GM
10667 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
10668 (feedmail-sendmail-f-doesnt-sell-me-out)
10669 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
10670 (feedmail-debug-sit-for, feedmail-queue-express-hook)
10671 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
10672 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
10673 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
10674 (feedmail-binmail-gnulinuxish-template):
10675 Rename from feedmail-binmail-linuxish-template.
10676 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
10677 Use insert-buffer-substring.
10678
215cda7c
BC
106792011-05-14 Bill Carpenter <bill@carpenter.org>
10680
10681 * mail/feedmail.el (feedmail-patch-level): Increase.
10682 (feedmail-debug): New custom group.
10683 (feedmail-confirm-outgoing-timeout)
10684 (feedmail-sendmail-f-doesnt-sell-me-out)
10685 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
10686 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
10687 (feedmail-sender-line, feedmail-from-line)
10688 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 10689 (feedmail-spray-this-address)
215cda7c
BC
10690 (feedmail-spray-address-fiddle-plex-list)
10691 (feedmail-queue-use-send-time-for-date)
10692 (feedmail-queue-use-send-time-for-message-id)
10693 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
10694 (feedmail-buffer-eating-function):
10695 Doc fixes.
10696 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
10697 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
10698 (feedmail-message-action-scroll-down): New functions.
10699 (feedmail-queue-directory, feedmail-queue-draft-directory):
10700 Use expand-file-name.
10701 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
10702 Remove C-v help entry.
10703 (feedmail-queue-buffer-file-name): New variable.
10704 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
10705 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
10706 (feedmail-message-action-send-strong, feedmail-message-action-edit)
10707 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
10708 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
10709 (feedmail-message-action-toggle-spray)
10710 (feedmail-run-the-queue-no-prompts)
10711 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
10712 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
10713 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
10714 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
10715 (feedmail-envelope-deducer, feedmail-fiddle-from)
10716 (feedmail-fiddle-sender, feedmail-default-date-generator)
10717 (feedmail-fiddle-date, feedmail-fiddle-message-id)
10718 (feedmail-fiddle-spray-address)
10719 (feedmail-fiddle-list-of-spray-fiddle-plexes)
10720 (feedmail-fiddle-list-of-fiddle-plexes)
10721 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
10722 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
10723 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
10724 Change default. Doc fix.
10725 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
10726 (feedmail-binmail-linuxish-template): New constant.
10727 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
10728 Respect feedmail-sendmail-f-doesnt-sell-me-out.
10729 (feedmail-send-it): Add debug call.
10730 Use feedmail-queue-buffer-file-name, and
10731 feedmail-send-it-immediately-wrapper.
10732 (feedmail-message-action-send): Add debug call.
10733 Use feedmail-send-it-immediately-wrapper.
10734 (feedmail-queue-express-to-queue): Add debug call.
10735 Run feedmail-queue-express-hook.
10736 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
10737 (feedmail-message-action-help-blat):
10738 Rename from feedmail-queue-send-edit-prompt-help-first.
10739 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
10740 Check line-endings. Handle errors better.
10741 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
10742 Doc fix. Add debug call.
10743 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
10744 Use feedmail-queue-send-edit-prompt-inner.
10745 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
10746 (feedmail-queue-send-edit-prompt-inner): New function, extracted
10747 from feedmail-queue-send-edit-prompt.
10748 (feedmail-queue-send-edit-prompt-help)
10749 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
10750 (feedmail-tidy-up-slug): Add debug call.
10751 Respect feedmail-queue-slug-suspect-regexp.
10752 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
10753 (feedmail-dump-message-to-queue): Add debug call.
10754 Expand queue-directory.
10755 (feedmail-dump-message-to-queue): Change message slightly.
10756 Use feedmail-say-chatter.
10757 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
10758 (feedmail-send-it-immediately-wrapper): New function.
10759 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
10760 Insert empty string rather than newline. Handle full-frame case.
10761 Use catch/throw. Use feedmail-say-chatter.
10762 (feedmail-fiddle-from): Try mail-host-address.
10763 (feedmail-default-message-id-generator): Doc fix.
10764 Bind system-time-locale. Handle missing end.
10765 (feedmail-fiddle-x-mailer): Add debug call.
10766 Handle feedmail-x-mailer-line being nil.
10767 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
10768 Add debug call. Use buffer-substring-no-properties.
10769 (feedmail-say-debug, feedmail-say-chatter): New functions.
10770 (feedmail-find-eoh): Give an explicit error.
10771
42c7e61e
UJ
107722011-05-13 Ulf Jasper <ulf.jasper@web.de>
10773
c2571358 10774 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 10775 family from helvetica to sans.
c2571358 10776 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
10777 etc/images/newsticker.
10778
c2571358 10779 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
10780 family from helvetica to sans.
10781
10782 * net/newst-plainview.el (newsticker-new-item-face)
10783 (newsticker-old-item-face, newsticker-immortal-item-face)
10784 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 10785 (newsticker-statistics-face): Change default family from
42c7e61e 10786 helvetica to sans.
c2571358 10787 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
10788 etc/images/newsticker.
10789
5d3385a0
JB
10790 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
10791 (newsticker--process-auto-mark-filter-match): Tell user about
42c7e61e
UJ
10792 auto-marking.
10793
8497a297
DV
107942011-05-13 Didier Verna <didier@xemacs.org>
10795
10796 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
10797 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
10798 TODO entries.
8497a297
DV
10799 (lisp-lambda-list-keyword-parameter-indentation)
10800 (lisp-lambda-list-keyword-parameter-alignment)
10801 (lisp-lambda-list-keyword-alignment): New customizable user options.
10802 (lisp-indent-defun-method): Improve docstring.
10803 (extended-loop-p): Fix comment.
10804 (lisp-indent-lambda-list-keywords-regexp): New variable.
10805 (lisp-indent-lambda-list): New function.
10806 (lisp-indent-259): Use it.
10807 (lisp-indent-defmethod): Support for more than one
10808 method qualifier and properly indent methods lambda-lists.
10809 (defgeneric): Provide a missing common-lisp-indent-function property.
10810
f278f87f
SM
108112011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
10812
10813 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
10814 bounds for the empty string (bug#8667).
10815
5233edd7
GM
108162011-05-13 Glenn Morris <rgm@gnu.org>
10817
5237a44f
GM
10818 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
10819
8340026c 10820 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 10821 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 10822
5233edd7 10823 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 10824 (appt-time-msg-list): Doc fix.
a5464014 10825 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 10826
92d10796
AS
108272011-05-12 Andreas Schwab <schwab@linux-m68k.org>
10828
10829 * progmodes/ld-script.el (ld-script-keywords)
10830 (ld-script-builtins): Update keywords list.
10831
914a0ae1
SM
108322011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
10833
c89be45f
SM
10834 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
10835
914a0ae1
SM
10836 * shell.el (shell-completion-vars): New function.
10837 (shell-mode):
10838 * simple.el (read-shell-command): Use it.
10839 (blink-matching-open): No need for " [...]" in minibuffer-message.
10840
98dc3df3
GM
108412011-05-12 Glenn Morris <rgm@gnu.org>
10842
10843 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
10844 (appt-check): Simplify.
10845
d2fc7e3d 108462011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 10847
4d61f28d 10848 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
10849 literal "/dev/null".
10850
d2fc7e3d 108512011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
10852
10853 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
10854 Fix typo.
10855
d2fc7e3d 108562011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 10857
3f254caa
SM
10858 * progmodes/which-func.el (which-function):
10859 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
10860 which might not be defined (Bug#8260).
10861
d45885f7
GM
108622011-05-12 Glenn Morris <rgm@gnu.org>
10863
10864 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
10865 Let byte-compile-initial-macro-environment always take precedence.
10866
488086f4
SM
108672011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
10868
10869 * net/rcirc.el: Add support for SSL/TLS connections.
10870 (rcirc-server-alist): New field `encryption'.
10871 (rcirc): Check `encryption' settings.
10872 (rcirc-connect): New arg `encryption'. Use open-network-stream.
10873 Merge make-local-variable into `set'.
10874 (rcirc--connection-open-p): New function.
10875 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
10876 the process is not a network process (e.g. running gnutls-cli).
10877 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
10878 Make rcirc-(en|de)code-coding-system local here.
10879 (rcirc-mode): Merge make-local-variable into `set'.
10880 (rcirc-parent-buffer): Make permanent buffer-local.
10881 (rcirc-multiline-minor-mode): Don't do it here.
10882 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
10883 there's no server buffer.
10884
7d3b9d44
GM
108852011-05-11 Glenn Morris <rgm@gnu.org>
10886
f64049c6
GM
10887 * newcomment.el (comment-kill): Prefix "unused" local.
10888
93c9df73
GM
10889 * term/w32console.el (get-screen-color): Declare.
10890
7d3b9d44
GM
10891 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
10892 Handle symbol elements of byte-compile-initial-macro-environment.
10893
9e2dd53f
LL
108942011-05-10 Leo Liu <sdl.web@gmail.com>
10895
488086f4
SM
10896 * bookmark.el (bookmark-bmenu-mode-map):
10897 Bind bookmark-bmenu-search to `/'.
8b340240 10898
9e2dd53f 10899 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
10900 (footnote-unicode-string, footnote-unicode-regexp): New variable.
10901 (Footnote-unicode): New function.
10902 (footnote-style-alist): Add unicode style to the list.
10903 (footnote-style): Doc fix.
9e2dd53f 10904
79b70037
GM
109052011-05-10 Jim Meyering <meyering@redhat.com>
10906
10907 Fix doubled-word typos.
10908 * international/quail.el (quail-insert-kbd-layout): and and -> and
10909 * kermit.el: and and -> and
10910 * net/ldap.el (ldap-search-internal): to to -> to
10911 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
10912 * progmodes/js.el (js-mode): and and -> and
10913 * textmodes/artist.el (artist-move-to-xy): at at -> at
10914 (artist-draw-region-trim-line-endings): if if -> if
10915 And Safetyc -> Safety.
10916 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
10917
b8f82dc1 109182011-05-10 Glenn Morris <rgm@gnu.org>
c2571358 10919 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
10920
10921 * files.el (hack-one-local-variable-eval-safep):
10922 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
10923
4f99f44b
GM
109242011-05-10 Glenn Morris <rgm@gnu.org>
10925
10926 * calendar/diary-lib.el (diary-list-entries-hook)
10927 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
10928 (diary-nongregorian-marking-hook, diary-list-entries)
10929 (diary-include-other-diary-files, diary-mark-entries)
10930 (diary-mark-included-diary-files): Doc fixes.
10931
84f29e6b
JB
109322011-05-09 Juanma Barranquero <lekktu@gmail.com>
10933
10934 * misc.el: Require tabulated-list.el during compilation.
10935
9bedd73a
CY
109362011-05-09 Chong Yidong <cyd@stupidchicken.com>
10937
488086f4
SM
10938 * progmodes/compile.el (compilation-start):
10939 Run compilation-filter-hook for the async case too.
9bedd73a
CY
10940 (compilation-filter-hook): Doc fix.
10941
797c735c
DD
109422011-05-09 Deniz Dogan <deniz@dogan.se>
10943
10944 * wdired.el: Remove outdated installation comment. Fix usage
10945 comment.
10946
5f4b1dfe
JB
109472011-05-09 Juanma Barranquero <lekktu@gmail.com>
10948
10949 * misc.el: Implement new command `list-dynamic-libraries'.
10950 (list-dynamic-libraries--loaded-only-p): New variable.
10951 (list-dynamic-libraries--refresh): New function.
10952 (list-dynamic-libraries): New command.
10953
4c44026c
CY
109542011-05-09 Chong Yidong <cyd@stupidchicken.com>
10955
488086f4
SM
10956 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10957 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
10958 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
10959 higher priority to avoid clobbering by gnu.
10960
027f966d
CY
109612011-05-08 Chong Yidong <cyd@stupidchicken.com>
10962
10963 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
10964 if the face has existing theme settings (Bug#8454).
10965
085f5d7d
CY
109662011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
10967
488086f4
SM
10968 * progmodes/perl-mode.el (perl-imenu-generic-expression):
10969 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 10970
2a86a00c
RS
10971 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
10972 special file names `.' and `..' (Bug#8259).
10973
d9c54a06
CY
109742011-05-08 Chong Yidong <cyd@stupidchicken.com>
10975
488086f4
SM
10976 * progmodes/grep.el (grep-mode-font-lock-keywords):
10977 Remove buffer-changing entries.
d9c54a06
CY
10978 (grep-filter): New function.
10979 (grep-mode): Add it to compilation-filter-hook.
10980
10981 * progmodes/compile.el (compilation-filter-hook)
10982 (compilation-filter-start): New defvars.
10983 (compilation-filter): Call compilation-filter-hook prior to
10984 updating the process mark.
10985
c4662635
SM
109862011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
10987
10988 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
10989
b0512a1d
EZ
109902011-05-07 Eli Zaretskii <eliz@gnu.org>
10991
605c9376
EZ
10992 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
10993 mailclient-send-it even if window-system is nil. (Bug#8595)
10994
c4662635
SM
10995 * term/w32console.el (terminal-init-w32console):
10996 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
10997 background-mode. (Bug#8597)
10998
d1dc2cc2
SM
109992011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
11000
11001 Make bytecomp.el understand that defmethod defines funs (bug#8631).
11002 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
11003 New functions.
11004 (defgeneric, eieio--defmethod): Use them.
11005 (eieio-defgeneric): Remove.
11006 (defmethod): Call defgeneric in a way visible to the byte-compiler.
11007
915d1300
GM
110082011-05-07 Glenn Morris <rgm@gnu.org>
11009
a3961c3e
GM
11010 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
11011 Use let rather than let*.
11012 (timeclock-find-discrep): Remove unused local.
11013
314347b9
GM
11014 * calendar/diary-lib.el (diary-comment-start): Doc fix.
11015
915d1300
GM
11016 * calendar/appt.el (appt-time-msg-list): Doc fix.
11017
275b59b0
NF
110182011-05-06 Noah Friedman <friedman@splode.com>
11019
11020 * apropos.el (apropos-print-doc): Only use
11021 emacs-lisp-docstring-fill-column when it is bound to an integer,
11022 per that variable's documentation.
11023
6c19f744
SM
110242011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11025
11026 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 11027 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 11028
60f884b2
GM
110292011-05-06 Glenn Morris <rgm@gnu.org>
11030
5006e634
GM
11031 * calendar/appt.el (appt-message-warning-time): Doc fix.
11032 (appt-warning-time-regexp): New option.
11033 (appt-make-list): Respect appt-message-warning-time.
11034
548d0a63
GM
11035 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
11036 New options.
11037 (diary-add-to-list): Strip comments from the displayed string.
11038 (diary-mode): Set comment-start and comment-end.
11039
60f884b2
GM
11040 * vc/diff-mode.el (smerge-refine-subst): Declare.
11041 (diff-refine-hunk): Don't require smerge-mode when compiling.
11042
989681bb
JB
110432011-05-06 Juanma Barranquero <lekktu@gmail.com>
11044
11045 * simple.el (list-processes): Return nil as the docstring says.
11046
a6bc05e1
MA
110472011-05-05 Michael Albinus <michael.albinus@gmx.de>
11048
11049 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
11050 to "".
11051 (ange-ftp-write-region, ange-ftp-insert-file-contents)
11052 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
11053 determining of binary transfer. (Bug#7383)
11054
23c22e9a
MA
110552011-05-05 Michael Albinus <michael.albinus@gmx.de>
11056
c4662635
SM
11057 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
11058 Fix port computation bug. (Bug#8618)
23c22e9a 11059
0bff894f
GM
110602011-05-05 Glenn Morris <rgm@gnu.org>
11061
b8296902
GM
11062 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
11063
1f522ce8
GM
11064 * simple.el (shell-dynamic-complete-functions)
11065 (comint-dynamic-complete-functions): Declare.
11066
cf5bee67
GM
11067 * net/network-stream.el (gnutls-negotiate):
11068 * simple.el (tabulated-list-print): Fix declarations.
11069
11070 * progmodes/gud.el (syntax-symbol, syntax-point):
11071 Remove unnecessary and incorrect declarations.
11072
0bff894f
GM
11073 * emacs-lisp/check-declare.el (check-declare-scan):
11074 Handle byte-compile-initial-macro-environment in bytecomp.el
11075
9869b3ae
SM
110762011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11077
11078 Fix earlier half-done eieio-defmethod change (bug#8338).
11079 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
11080 Streamline and change calling convention.
11081 (defmethod): Adjust accordingly and simplify.
11082 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
11083 new eieio--defmethod.
11084 (slot-boundp): Minor CSE simplification.
11085
9c1d5ac5
MZ
110862011-05-05 Milan Zamazal <pdm@zamazal.org>
11087
11088 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
11089 (glasses-make-readable): Use glasses-separate-capital-groups.
11090
455c834e
JB
110912011-05-05 Juanma Barranquero <lekktu@gmail.com>
11092
11093 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
11094 (warning-series): Doc fix.
11095 (display-warning): Don't try to create the buffer if we just found it.
11096
9ed7c8cb
CY
110972011-05-04 Chong Yidong <cyd@stupidchicken.com>
11098
11099 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
11100 (autoload-find-generated-file): New function.
11101 (generate-file-autoloads): Bind generated-autoload-file to
11102 buffer-file-name.
9869b3ae
SM
11103 (update-file-autoloads, update-directory-autoloads):
11104 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
11105 output file (Bug#7989).
11106 (batch-update-autoloads): Doc fix.
11107
0898ca10
JB
111082011-05-04 Juanma Barranquero <lekktu@gmail.com>
11109
11110 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
11111
31dfb76c
GM
111122011-05-04 Glenn Morris <rgm@gnu.org>
11113
f330b642
GM
11114 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
11115 function, so it follows changes in calendar-date-style.
11116 (diary-fancy-date-matcher): New function.
11117 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
11118 (diary-fancy-font-lock-fontify-region-function):
11119 Use diary-fancy-date-pattern as a function.
11120
31dfb76c
GM
11121 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
11122 non-numbers for `year' etc pseudo-variables. (Bug#8583)
11123
48e79d6a
TZ
111242011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
11125
11126 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
11127 instead of positional arguments. Allow :keylist and :crlfiles
11128 arguments.
11129 (open-gnutls-stream): Call it.
11130
11131 * net/network-stream.el (network-stream-open-starttls): Adjust to
11132 call `gnutls-negotiate' with :process and :hostname arguments.
11133
dd5a5ee0
SM
111342011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
11135
ef80fc09
SM
11136 * minibuffer.el (completion--message): New function.
11137 (completion--do-completion, minibuffer-complete)
11138 (minibuffer-force-complete, minibuffer-complete-word): Use it.
11139 (completion--do-completion): Don't ignore completion-auto-help when in
11140 icomplete-mode.
11141
dd5a5ee0
SM
11142 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
11143 internal encoding (e.g. tibetan zero is not whitespace).
11144 (global-whitespace-mode): Prefer save-current-buffer.
11145 (whitespace-trailing-regexp): Remove useless save-match-data.
11146 (whitespace-empty-at-bob-regexp): Minor simplification.
11147
b7d22a83
CY
111482011-05-03 Chong Yidong <cyd@stupidchicken.com>
11149
11150 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
11151
5192af46
AM
111522011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11153
11154 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 11155 Use `concat' to create string for insertion.
5192af46 11156
5767d190
SM
111572011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11158
11159 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
11160 Avoid open-line which runs post-self-insert-hook.
11161 (bibtex-fill-entry): Remove unused `end' var.
11162
bf242939
AM
111632011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
11164
5767d190
SM
11165 * textmodes/ispell.el (ispell-add-per-file-word-list):
11166 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 11167
25666126
LL
111682011-05-03 Leo Liu <sdl.web@gmail.com>
11169
11170 * isearch.el (isearch-yank-pop): New command.
5767d190 11171 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
11172 (isearch-forward): Mention it.
11173
52d3c2d0
SM
111742011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11175
1bcace58
SM
11176 * simple.el (minibuffer-complete-shell-command): Remove.
11177 (minibuffer-local-shell-command-map): Use completion-at-point.
11178 (read-shell-command): Setup completion vars here instead.
11179 (read-expression-map): Bind TAB to symbol completion.
11180
52d3c2d0
SM
11181 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
11182 error directly rather via storing it into `results'.
11183
35813471
LL
111842011-05-02 Leo Liu <sdl.web@gmail.com>
11185
11186 * vc/diff.el: Fix description.
11187
e793a940
LMI
111882011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11189
11190 * server.el (server-eval-at): New function.
11191
8de66e05
LMI
111922011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11193
11194 * net/network-stream.el (open-network-stream): Take a :nowait
11195 parameter and pass it on to `make-network-process'.
11196 (network-stream-open-plain): Ditto.
11197
dcb79f20
AS
111982011-04-30 Andreas Schwab <schwab@linux-m68k.org>
11199
11200 * faces.el (face-spec-set-match-display): Don't match toolkit
11201 options on terminal frames.
11202
14a7fbd8
SM
112032011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
11204
7eabc1be
SM
11205 * progmodes/pascal.el: Use lexical binding.
11206 (pascal-mode-map): Remove author preferences.
11207
14a7fbd8
SM
11208 * pcomplete.el (pcomplete-std-complete): Don't abuse
11209 completion-at-point.
11210
50f84510
JB
112112011-04-28 Juanma Barranquero <lekktu@gmail.com>
11212
6e087a44
JB
11213 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
11214 removing code that has been dead since 1991 or so.
11215
50f84510
JB
11216 * startup.el (command-line): When warning about "_emacs", use a
11217 delayed warning to allow the user to filter it out.
11218
0ba690bd
DD
112192011-04-28 Deniz Dogan <deniz@dogan.se>
11220
11221 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
11222 user has not joined.
11223
08abfaad
SM
112242011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11225
11226 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
11227 aren't any completions at point.
11228
638f053a
JB
112292011-04-28 Juanma Barranquero <lekktu@gmail.com>
11230
11231 * subr.el (display-delayed-warnings): New function.
11232 (delayed-warnings-hook): New variable.
11233
8fff8daa
SM
112342011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11235
08abfaad
SM
11236 * minibuffer.el (completion-at-point, completion-help-at-point):
11237 Don't presume that a given completion-at-point-function will always
11238 use the same calling convention.
11239
8fff8daa
SM
11240 * pcomplete.el (pcomplete-completions-at-point):
11241 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
11242 pcomplete-seen is non-nil.
11243 (pcomplete-comint-setup): Also recognize the new comint/shell
11244 completion functions.
11245 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
11246 pcomplete-seen is non-nil.
11247
841a1577 112482011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 11249
841a1577 11250 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 11251 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 11252 the first character in the entry. This allows for code to add its
211ec907
UJ
11253 own uid to the entry.
11254 (icalendar--convert-float-to-ical): Add export of
11255 `diary-float'-entries save for those with the optional DAY
11256 argument.
11257
2a782793
DC
112582011-04-27 Daniel Colascione <dan.colascione@gmail.com>
11259
11260 * subr.el (shell-quote-argument): Use alternate escaping strategy
11261 when we spot a variable reference in a string.
11262
0438ce91
DC
112632011-04-26 Daniel Colascione <dan.colascione@gmail.com>
11264
11265 * cus-start.el (all): Define customization for debug-on-event.
11266
841a1577 112672011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
11268
11269 * subr.el (shell-quote-argument): Escape correctly under Windows.
11270
d090ed6c
SM
112712011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
11272
11273 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
11274
bfd31217
MA
112752011-04-25 Michael Albinus <michael.albinus@gmx.de>
11276
d090ed6c
SM
11277 * net/tramp.el (tramp-process-actions): Add POS argument.
11278 Delete region between POS and (pos).
bfd31217 11279
d090ed6c
SM
11280 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
11281 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
11282 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
11283
11284 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
11285 position in `tramp-process-actions' call.
11286
11287 * net/trampver.el: Update release number.
11288
e92f3bd3
SM
112892011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
11290
850256b5
SM
11291 * custom.el (defcustom): Obey lexical-binding.
11292
e92f3bd3
SM
11293 Fix octave-inf completion problems reported by Alexander Klimov.
11294 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
11295 Inherit from octave-mode-syntax-table.
11296 (inferior-octave-mode): Set info-lookup-mode.
11297 (inferior-octave-completion-at-point): New function.
11298 (inferior-octave-complete): Use it and completion-in-region.
11299 (inferior-octave-dynamic-complete-functions): Use it as well, and use
11300 comint-filename-completion.
11301 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
11302 symbol elements which shouldn't be word elements.
11303 (octave-font-lock-keywords, octave-beginning-of-defun)
11304 (octave-function-header-regexp): Adjust regexps accordingly.
11305 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
11306
cd22b309
JB
113072011-04-25 Juanma Barranquero <lekktu@gmail.com>
11308
11309 * net/gnutls.el (gnutls-errorp): Declare before first use.
11310
8b492194
TZ
113112011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
11312
11313 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
11314 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 11315 default trustfile exists before going to use it. Add missing
5a5fa834 11316 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
11317 Reported by Claudio Bley <claudio.bley@gmail.com>.
11318 (open-gnutls-stream): Add usage example.
11319
11320 * net/network-stream.el (network-stream-open-starttls): Give host
11321 parameter to `gnutls-negotiate'.
11322 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 11323 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 11324
841a1577 113252011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 11326
cd22b309
JB
11327 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
11328 Use correct match group (bug#8438).
05842630 11329
3ba7869c
CY
113302011-04-24 Chong Yidong <cyd@stupidchicken.com>
11331
512e3ae1
CY
11332 * emacs-lisp/package.el (package-built-in-p): Fix typo.
11333 (package-menu--generate): New arg specifying packages to show.
11334 (package-menu-refresh, package-menu-execute, list-packages):
11335 Callers changed.
11336 (package-show-package-list): New function, replacing deleted
11337 package--list-packages (renamed because it is non-internal).
11338
11339 * finder.el (finder-list-matches): Use package-show-package-list
11340 instead of deleted package--list-packages.
11341
e92f3bd3
SM
11342 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
11343 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
11344 (vc-annotate-mode-map): Bind it to RET.
11345
7031be6d
UR
113462011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
11347
11348 * progmodes/etags.el (next-file): Don't use set-buffer to change
11349 buffers (Bug#8478).
11350
4ef177aa
CY
113512011-04-24 Chong Yidong <cyd@stupidchicken.com>
11352
c8d173eb
CY
11353 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
11354
4ef177aa
CY
11355 * apropos.el (apropos-label-face): Avoid variable-pitch face.
11356 (apropos-accumulator): Doc fix.
11357 (apropos-function, apropos-macro, apropos-command)
11358 (apropos-variable, apropos-face, apropos-group, apropos-widget)
11359 (apropos-plist): Add face property.
11360 (apropos-symbols-internal): Fix indentation.
11361 (apropos-print): Simplify help, and recognize apropos-multi-type.
11362 (apropos-print-doc): Use button-type-get to extract the button's
11363 face property. Fill docstring (Bug#8352).
11364
4ffd0d6b 113652011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
11366
11367 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
11368
c6c32125 11369 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 11370 (mpuz-mode-map): Use mapc.
c6c32125
JB
11371 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
11372 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
11373 Fix typos in docstrings.
11374
58d468b4
JB
11375 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
11376 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
11377
6470c3c6
JB
11378 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
11379
4ffd0d6b 113802011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
11381
11382 * minibuffer.el (completion--do-completion): Avoid the "Next char
11383 not unique" prompt if icomplete-mode is enabled (Bug#5849).
11384
3ad8bad0
CY
11385 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
11386 mouse-2 into unread-command-events, it is interpreted correctly.
11387
71d73c9c 11388 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 11389 (image-toggle-display): Doc fix.
71d73c9c 11390
841a1577 113912011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 11392
4ffd0d6b
GM
11393 * textmodes/page.el (what-page): Use line-number-at-pos to
11394 calculate line number (Bug#6825).
6e1dbaa9 11395
c2fb1b60
JB
113962011-04-22 Juanma Barranquero <lekktu@gmail.com>
11397
11398 * eshell/esh-mode.el (find-tag-interactive): Declare function.
11399 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
11400 Pass argument NO-DEFAULT to `find-tag-interactive'.
11401
e02f48d7
JB
114022011-04-22 Juanma Barranquero <lekktu@gmail.com>
11403
11404 Lexical-binding cleanup.
11405
11406 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
11407 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
11408 * progmodes/ada-prj.el (ada-prj-initialize-values)
11409 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
11410 (ada-prj-show-value):
11411 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
11412 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
11413 (antlr-invalidate-context-cache, antlr-options-menu-filter)
11414 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
11415 * progmodes/bug-reference.el (bug-reference-push-button):
11416 * progmodes/fortran.el (fortran-line-length):
11417 * progmodes/glasses.el (glasses-change):
11418 * progmodes/octave-mod.el (octave-fill-paragraph):
11419 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
11420 (python-pdbtrack-grub-for-buffer, python-sentinel):
11421 * progmodes/sql.el (sql-save-connection):
11422 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
11423 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
11424 Mark unused parameters.
11425
11426 * progmodes/compile.el (compilation--flush-directory-cache)
11427 (compilation--flush-parse, compile-internal): Mark unused parameters.
11428 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
11429 (compilation-next-error-function): Remove unused variable `timestamp'.
11430
11431 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
11432 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
11433
11434 * progmodes/dcl-mode.el (dcl-end-of-command):
11435 Remove unused variable `start'.
11436 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
11437 (dcl-option-value-basic, dcl-option-value-offset)
11438 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
11439 Mark unused parameters.
11440 (dcl-save-local-variable): Remove unused variable `val'.
11441 (mode): Declare.
11442
11443 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
11444 Mark unused parameters.
11445 (delphi-ignore-changes): Move before first use.
11446 (delphi-charset-token-at): Remove unused variable `start'.
11447 (delphi-else-start): Remove unused variable `if-count'.
11448 (delphi-comment-block-start, delphi-comment-block-end):
11449 Remove unused variable `kind'.
11450 (delphi-indent-line): Remove unused variable `new-point'.
11451
11452 * progmodes/ebrowse.el (ebrowse-files-list)
11453 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
11454 Mark unused parameters. Don't quote `lambda'.
11455 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
11456 Don't quote `lambda'.
11457 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
11458 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
11459 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
11460 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
11461 Use `ignore-errors'.
11462 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
11463 (ebrowse-view/find-file-and-search-pattern)
11464 (ebrowse-view/find-member-declaration/definition):
11465 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
11466 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
11467 Rename parameter PREFIX-ARG to PREFIX.
11468 (ebrowse-tags-read-name): Remove unused variables `start' and
11469 `member-info'.
11470 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
11471 to `tags-file'.
11472
11473 * progmodes/etags.el (local-find-tag-hook): Declare.
11474 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
11475 Mark unused parameters.
11476
11477 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
11478 (executable-interpret): Mark unused parameter.
11479
11480 * progmodes/flymake.el (flymake-process-sentinel)
11481 (flymake-after-change-function)
11482 (flymake-create-temp-with-folder-structure)
11483 (flymake-get-include-dirs-dot): Mark unused parameters.
11484 (flymake-safe-delete-directory): Remove unused variable `err'.
11485
11486 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
11487 (speedbar-timer-fn, speedbar-line-text)
11488 (speedbar-change-expand-button-char, speedbar-delete-subblock)
11489 (speedbar-center-buffer-smartly): Declare functions.
11490 (gdb-find-watch-expression): Remove unused variable `array'.
11491 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
11492 (gdb-starting): Mark unused parameters.
11493 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
11494 (gdb-table-string): Remove unused variable `res'.
11495 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
11496 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
11497 (gdb-display-buffer): Remove unused variable `cur-size'.
11498
11499 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
11500 allow lexical-binding compilation.
11501 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
11502 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
11503 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
11504 Mark unused parameters.
11505 (gud-gdb-marker-filter): Remove unused variable `match'.
11506 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
11507 lambda expressions and funcall them, instead of using `fset'.
11508
11509 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
11510 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
11511
11512 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
11513 variable `header-beg'; use `let'.
11514
11515 * progmodes/icon.el (indent-icon-exp): Remove unused variables
11516 `restart', `last-sexp' and `at-do'.
11517
11518 * progmodes/js.el (js--debug): Mark unused parameter.
11519 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
11520 (js--splice-into-items): Remove unused variable `item'.
11521 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
11522
11523 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
11524 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
11525 (makefile-complete): Remove unused variable `try'.
11526 (makefile-fill-paragraph, makefile-match-function-end):
11527 Mark unused parameters.
11528
11529 * progmodes/octave-inf.el (inferior-octave-complete):
11530 Remove unused variable `proc'.
11531 (inferior-octave-output-digest): Mark unused parameter.
11532
11533 * progmodes/perl-mode.el (perl-calculate-indent):
11534 Remove unused variable `err'.
11535
11536 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
11537 (prolog-indent-line): Mark unused parameters.
11538 (prolog-indent-line): Remove unused variable `beg'.
11539
11540 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
11541 (reporter-dont-compact-list): Declare.
11542
11543 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
11544 Remove unused variable `char'.
11545 (sh-debug): Mark unused parameter.
11546 (sh-get-indent-info): Remove unused variable `start'.
11547 (sh-calculate-indent): Remove unused variable `var'.
11548
11549 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
11550 (simula-electric-keyword): Remove unused variable `null'.
11551 (simula-search-backward, simula-search-forward): Remove unused
11552 variables `begin' and `end'.
11553
11554 * progmodes/vera-mode.el (vera-guess-basic-syntax):
11555 Remove unused variable `pos'.
11556 (vera-electric-tab, vera-comment-uncomment-region):
11557 Mark unused parameters.
11558 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
11559
7ede3b65
CY
115602011-04-22 Chong Yidong <cyd@stupidchicken.com>
11561
11562 * emacs-lisp/package.el (package--builtins, package-alist)
11563 (package-load-descriptor, package-built-in-p, package-activate)
11564 (define-package, package-installed-p)
11565 (package-compute-transaction, package-buffer-info)
11566 (package--push): Doc fix. Distinguish more clearly between
11567 version strings and version lists.
11568
121656e9
JB
115692011-04-21 Juanma Barranquero <lekktu@gmail.com>
11570
11571 Lexical-binding cleanup.
11572
11573 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
11574 (5x5-make-mutate-best):
11575 * play/fortune.el (fortune-in-buffer):
11576 * play/gomoku.el (gomoku-init-display):
11577 * play/solitaire.el (solitaire, solitaire-do-check):
11578 * play/tetris.el (tetris-default-update-speed-function):
11579 Mark unused parameters.
11580
11581 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
11582 (bubbles--shift): Remove unused variable `char-org'.
11583 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
11584 (bubbles--show-images): Remove unused variable `char'.
11585
11586 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
11587 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
11588 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
11589 (decipher-analyze-buffer): Use ?\s.
11590 (decipher-make-checkpoint): Remove unused variable `mapping'.
11591
11592 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
11593
11594 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
11595 Remove unused variable `result'; use `let'.
11596
11597 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
11598 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
11599 (gametree-children-shown-p, gametree-compute-reduced-score):
11600 Use `ignore-errors'.
11601
11602 * play/handwrite.el (ps-lpr-switches): Declare.
11603 (handwrite): Remove unused variables `pmin' and `lastp'.
11604
11605 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
11606
11607 * play/landmark.el (landmark-init-display)
11608 (landmark-update-naught-weights): Mark unused parameters.
11609 (landmark-y): Remove unused variable `noise'. Simplify.
11610 (landmark-human-plays): Remove unused variable `score'.
11611
11612 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
11613 (mpuz-try-proposal): Remove unused variable `game'.
11614
11615 * play/zone.el (life-patterns): Declare.
11616
80f499c7
JB
116172011-04-20 Juanma Barranquero <lekktu@gmail.com>
11618
11619 * vc/vc.el (ediff-vc-internal): Declare function.
11620
024ff170
SM
116212011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
11622
c0a193ea
SM
11623 * shell.el: Use lexical-binding and std completion UI.
11624 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
11625 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
11626 comint-preoutput-filter-functions rather than on
11627 comint-output-filter-functions.
11628 (shell-command-completion, shell--command-completion-data)
11629 (shell-filename-completion, shell-environment-variable-completion)
11630 (shell-c-a-p-replace-by-expanded-directory): New functions.
11631 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
11632 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
11633 (shell-dynamic-complete-environment-variable): Use them.
11634 (shell-dynamic-complete-as-environment-variable)
11635 (shell-dynamic-complete-as-command): Remove.
11636 (shell-match-partial-variable): Match past point.
11637 * comint.el: Clean up use of completion-at-point-functions.
11638 (comint-completion-at-point): New function.
11639 (comint-mode): Use it completion-at-point-functions.
11640 (comint-dynamic-complete): Make it obsolete.
11641 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
11642 (comint-c-a-p-replace-by-expanded-history): New function.
11643 (comint-dynamic-complete-functions)
11644 (comint-replace-by-expanded-history): Use it.
11645 * minibuffer.el (completion-table-with-terminator): Allow dynamic
11646 termination strings. Try harder to avoid second try-completion.
11647 (completion-in-region-mode-map): Disable bindings that don't work yet.
11648
2dbaa080
SM
11649 * comint.el: Use lexical-binding. Require CL.
11650 (comint-dynamic-complete-functions): Use comint-filename-completion.
11651 (comint-completion-addsuffix): Tweak custom type.
11652 (comint-filename-completion, comint--common-suffix)
11653 (comint--common-quoted-suffix, comint--table-subvert)
11654 (comint--complete-file-name-data): New functions.
11655 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
11656 (comint-dynamic-list-filename-completions): Use them.
11657 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 11658
2dbaa080
SM
11659 * minibuffer.el (completion-in-region-mode):
11660 Keep completion-in-region-mode--predicate global.
11661 (completion-in-region--postch):
11662 Assume completion-in-region-mode--predicate is not null.
11663
c79a6f38
SM
11664 * progmodes/flymake.el (flymake-start-syntax-check-process):
11665 Obey `dir'. Simplify.
11666
024ff170
SM
11667 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
11668 we're in VC after all.
11669
1c6c854e
CS
116702011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
11671
11672 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 11673 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
11674 (vc-version-diff): Use vc-diff-build-argument-list-internal.
11675
bed7f140
SM
116762011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
11677
332e62ab
SM
11678 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
11679 add sanity check.
11680
bed7f140
SM
11681 * obsolete/erc-hecomplete.el: Make obsolete.
11682 * obsolete/: Standardize obsolescence info in the header.
11683
f195c582
GM
116842011-04-20 Glenn Morris <rgm@gnu.org>
11685
11686 * calendar/solar.el (solar-horizontal-coordinates):
11687 Use the longitude argument rather than `calendar-longitude'.
11688 (solar-date-next-longitude): Remove unused locals.
11689
cb79b8c0
VJL
116902011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11691
11692 * whitespace.el: New version 13.2.1.
11693
116942011-04-20 felix <EmacsWiki> (tiny change)
11695
d8e4b68b 11696 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
11697 switching between major modes on a file.
11698
602ea69d
SM
116992011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11700
11701 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
11702 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
11703 multi-line comments as well.
11704
06b60517
JB
117052011-04-19 Juanma Barranquero <lekktu@gmail.com>
11706
11707 Lexical-binding cleanup.
11708
11709 * arc-mode.el (archive-mode-revert):
11710 * cmuscheme.el (scheme-interactively-start-process):
11711 * custom.el (custom-initialize-delay):
11712 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
11713 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
11714 * emacs-lock.el (emacs-lock-clear-sentinel):
11715 * ezimage.el (defezimage):
11716 * follow.el (follow-avoid-tail-recenter):
11717 * fringe.el (set-fringe-mode-1):
11718 * generic-x.el (bat-generic-mode-compile):
11719 * help-mode.el (help-info-variable, help-do-xref)
11720 (help-mode-revert-buffer):
11721 * help.el (view-emacs-todo):
11722 * iswitchb.el (iswitchb-completion-help):
11723 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
11724 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
11725 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
11726 * locate.el (locate-update):
11727 * longlines.el (longlines-encode-region)
11728 (longlines-after-change-function):
11729 * outline.el (outline-isearch-open-invisible):
11730 * ps-def.el (declare-function, charset-dimension, char-width)
11731 (encode-char):
11732 * ps-mule.el (ps-mule-plot-string):
11733 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
11734 (recentf-edit-list-select, recentf-edit-list-validate)
11735 (recentf-open-files-action):
11736 * rect.el (delete-whitespace-rectangle-line)
11737 (rectangle-number-line-callback):
11738 * register.el (window-configuration-to-register)
11739 (frame-configuration-to-register):
11740 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
11741 * select.el (xselect-convert-to-string, xselect-convert-to-length)
11742 (xselect-convert-to-targets, xselect-convert-to-delete)
11743 (xselect-convert-to-filename, xselect-convert-to-charpos)
11744 (xselect-convert-to-lineno, xselect-convert-to-colno)
11745 (xselect-convert-to-os, xselect-convert-to-host)
11746 (xselect-convert-to-user, xselect-convert-to-class)
11747 (xselect-convert-to-name, xselect-convert-to-integer)
11748 (xselect-convert-to-atom, xselect-convert-to-identity):
11749 * subr.el (declare, ignore, process-kill-without-query)
11750 (text-clone-maintain):
11751 * terminal.el (te-get-char, te-tic-sentinel):
11752 * tool-bar.el (tool-bar-make-keymap):
11753 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
11754 * type-break.el (type-break-mode, type-break-noninteractive-query):
11755 * view.el (View-back-to-mark):
11756 * wid-browse.el (widget-browse-action, widget-browse-widget)
11757 (widget-browse-widgets, widget-browse-sexp):
11758 * widget.el (define-widget-keywords):
11759 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
11760 Mark unused parameters.
11761
11762 * align.el (align-adjust-col-for-rule): Mark unused parameter.
11763 (align-areas): Remove unused variable `look'.
11764 (align-region): Remove unused variables `real-end' and `pos-list'.
11765
11766 * apropos.el (apropos-score-doc): Remove unused variable `i'.
11767
11768 * bindings.el (mode-line-modified, mode-line-remote):
11769 Mark unused parameters.
11770 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
11771
11772 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
11773 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
11774
11775 * comint.el (comint-history-isearch-pop-state)
11776 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
11777 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
11778 (comint-substitute-in-file-name): Doc fix.
11779
11780 * completion.el (cmpl-statistics-block): Mark unused parameter.
11781 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
11782 (save-completions-to-file, load-completions-from-file):
11783 Remove unused local variable `e'.
11784
11785 * composite.el (compose-chars): Remove unused variable `len'.
11786 (lgstring-insert-glyph): Remove unused variable `g'.
11787 (compose-glyph-string): Remove unused variables `ascent',
11788 `descent', `lbearing' and `rbearing'.
11789 (compose-glyph-string-relative): Remove unused variables
11790 `lbearing', `rbearing' and `wadjust'.
11791 (compose-gstring-for-graphic): Remove unused variables `header',
11792 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
11793 (compose-gstring-for-terminal): Remove unused variables `header'
11794 and `nchars'. Use `let', not `let*'.
11795
11796 * cus-edit.el (Custom-set, Custom-save, custom-reset)
11797 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
11798 (Custom-buffer-done, custom-buffer-create-internal)
11799 (custom-browse-visibility-action, custom-browse-group-tag-action)
11800 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
11801 (widget-magic-mouse-down-action, custom-toggle-parent)
11802 (custom-add-parent-links, custom-toggle-hide-variable)
11803 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
11804 (custom-toggle-hide-face, face, hook, custom-group-link-action)
11805 (custom-face-menu-create, custom-variable-menu-create, get)
11806 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
11807 (custom-reset-standard-save-and-update): Remove unused variable `value'.
11808 (customize-apropos): Remove unused variable `tests'.
11809 (custom-group-value-create): Remove unused variable `hidden-p'.
11810 (sort-fold-case): Declare.
11811
11812 * cus-theme.el (custom-reset-standard-faces-list)
11813 (custom-reset-standard-variables-list): Declare.
11814 (customize-create-theme, custom-theme-revert, custom-theme-write)
11815 (custom-theme-choose-mode, customize-themes, custom-theme-save):
11816 Mark unused parameters.
11817
11818 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
11819
11820 * delim-col.el (delimit-columns-max): Move defvar before first use.
11821
11822 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 11823 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
11824
11825 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
11826 (auto-insert): Declare.
11827 (desktop-restore-file-buffer): Rename desktop-* parameters;
11828 mark unused ones.
11829 (desktop-create-buffer): Rename desktop-* parameters and bind them.
11830 (desktop-buffer): Rename desktop-* parameters.
11831
11832 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
11833 (dframe-reposition-frame-xemacs, dframe-help-echo)
11834 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
11835 Mark unused parameters.
11836
11837 * dired-aux.el (backup-extract-version-start, overwrite-query)
11838 (overwrite-backup-query, rename-regexp-query)
11839 (rename-non-directory-query): Declare.
11840 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
11841 (dired-add-entry): Remove unused variable `orig-file-name'.
11842 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
11843 Use parameter PRESERVE-TIME instead of accessing dynamic variable
11844 `dired-copy-preserve-time' directly.
11845 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
11846 (dired-insert-subdir-newpos): Rename unused variable `pos'.
11847
11848 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
11849 (dired-virtual-revert, dired-make-relative-symlink):
11850 Mark unused parameters.
11851 (manual-program): Declare.
11852 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
11853 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
11854 wrapped in `with-no-warnings' to avoid replacing one warning by another.
11855
11856 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
11857
11858 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
11859
11860 * echistory.el (electric-history-in-progress, Helper-return-blurb):
11861 Declare.
11862
11863 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
11864
11865 * electric.el (Electric-command-loop): Rename parameter
11866 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
11867
11868 * expand.el (expand-in-literal): Remove unused variable `here'.
11869
11870 * facemenu.el (facemenu-add-new-color):
11871 Remove unused variable `docstring'.
11872
11873 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
11874 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
11875 (face-attr-construct): Mark unused parameter. Doc fix.
11876 (read-color): Remove unused variable `hex-string'.
11877
11878 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
11879 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
11880 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
11881 (display-buffer-other-frame): Remove unused variable `old-window'.
11882 (kill-buffer-hook): Declare.
11883 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
11884 Mark unused parameters.
11885 (after-find-file): Pass 1 to `auto-save-mode', not t.
11886
11887 * files-x.el (auto-insert): Declare.
11888 (modify-file-local-variable-prop-line): Remove unused variable `val'.
11889
11890 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 11891 variable `buf'. Mark unused parameter.
06b60517
JB
11892 (find-lisp-insert-directory): Mark unused parameter.
11893
11894 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
11895 (format-encode-region): Remove unused variables `cur-buf' and `result'.
11896 (format-common-tail): Remove, unused.
11897 (format-deannotate-region): Remove unused variable `loc'.
11898 (format-annotate-region): Remove unused variable `p'.
11899 (format-annotate-single-property-change): Remove unused variables
11900 `default' and `tail'.
11901
11902 * forms.el (read-file-filter): Declare.
11903 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
11904
11905 * frame.el (frame-creation-function-alist): Mark unused parameter.
11906 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
11907
11908 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
11909 Remove unused parameters.
11910 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
11911 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
11912
11913 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
11914 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
11915 (hfy-prepare-tag-map): Mark unused parameters.
11916 (htmlfontify-buffer): Use `called-interactively-p'.
11917
11918 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
11919 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
11920 (ibuffer-do-occur): Mark unused parameters.
11921 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
11922 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
11923
11924 * ibuffer.el: Don't quote `lambda'.
11925 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
11926 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
11927 Mark unused parameters.
11928
11929 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
11930 (ido-completing-read): Mark unused parameters.
11931 (ido-copy-current-word): Mark unused parameters;
11932 remove unused variable `name'.
11933 (ido-sort-merged-list): Remove unused parameter `dirs'.
11934
11935 * ielm.el (ielm-input-sender): Mark unused parameter.
11936 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
11937 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
11938 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
11939 `ielm-string' as a dynamic variable accessible from the IELM prompt.
11940 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
11941
11942 * image-dired.el (image-dired-display-thumbs): Remove unused
11943 variables `curr-file' and `count'.
11944 (image-dired-remove-tag): Remove unused variable `start'.
11945 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
11946 variable `curr-file'
11947 (image-dired-rotate-original): Remove unused variable `temp-file'.
11948 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
11949 Remove unused variable `file'.
11950 (image-dired-gallery-generate): Remove unused variable `curr'.
11951 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
11952
11953 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
11954
11955 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
11956
11957 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
11958
11959 * isearch.el (minibuffer-history-symbol): Declare.
11960 (isearch-edit-string): Remove unused variable `err'.
11961 (isearch-message-prefix, isearch-message-suffix):
11962 Mark unused parameters.
11963
11964 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
11965
11966 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
11967
11968 * makesum.el (double-column): Remove unused variable `cnt'.
11969
11970 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
11971 (ido-ignore-item-temp-list): Declare.
11972
11973 * mouse-drag.el (mouse-drag-throw): Remove unused variables
11974 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
11975 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
11976 (mouse-drag-drag): Remove unused variables `mouse-delta' and
11977 `mouse-col-delta'.
11978
11979 * mouse-sel.el (mouse-extend-internal):
11980 Remove unused variable `orig-window-frame'.
11981
11982 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
11983 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
11984 Move declarations before first use.
11985 (pcomplete-opt): Mark unused parameters; doc fix.
11986
11987 * proced.el (proced-revert): Mark unused parameter.
11988 (proced-send-signal): Remove unused variable `err'.
11989
11990 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
11991 Rename parameter PREFIX-ARG to ARG.
11992 (ps-basic-plot-string, ps-basic-plot-whitespace):
11993 Mark unused parameters.
11994
11995 * replace.el (replace-count): Define.
11996 (occur-revert-function): Mark unused parameters.
11997 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
11998 (isearch-case-fold-search, isearch-string): Declare.
11999 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
12000 bind `case-fold-search'. Remove unused variables `beg' and `end',
12001 and simplify.
12002 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
12003 COUNT and bind `replace-count'.
12004 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
12005 to COUNT.
12006
12007 * savehist.el (print-readably, print-string-length): Declare.
12008
12009 * shadowfile.el (shadow-expand-cluster-in-file-name):
12010 Remove unused variable `cluster'.
12011 (shadow-copy-file): Remove unused variable `i'.
12012 (shadow-noquery, shadow-clusters, shadow-site-cluster)
12013 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
12014 (shadow-define-literal-group, shadow-define-regexp-group)
12015 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
12016
12017 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
12018 (shell): Use `called-interactively-p'.
12019 (shell-directory-tracker): Remove unused variable `chdir-failure'.
12020
12021 * simple.el (compilation-context-lines, comint-file-name-quote-list)
12022 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
12023 (delete-backward-char): Remove unused variable `ocol'.
12024 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
12025 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
12026 (event-apply-hyper-modifier, event-apply-shift-modifier)
12027 (event-apply-control-modifier, event-apply-meta-modifier):
12028 Mark unused parameters.
12029 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
12030 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
12031
12032 * speedbar.el (speedbar-ignored-directory-expressions)
12033 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
12034 (speedbar-find-file, speedbar-dir-follow)
12035 (speedbar-directory-buttons-follow, speedbar-tag-find)
12036 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
12037 (speedbar-buffers-line-directory, speedbar-buffer-click):
12038 Mark unused parameters.
12039 (speedbar-tag-file): Remove unused variable `mode'.
12040 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
12041
12042 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
12043
12044 * talk.el (talk): Remove unused variable `display'.
12045
12046 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
12047 (tar-write-region-annotate): Mark unused parameter.
12048
12049 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
12050 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
12051 Declare them, wrapped in `with-no-warnings' to avoid replacing one
12052 warning by another.
12053
12054 * time-stamp.el (time-stamp-string-preprocess):
12055 Remove unused variable `require-padding'.
12056
12057 * tree-widget.el (widget-glyph-enable): Declare.
12058 (tree-widget-action): Mark unused parameter.
12059
12060 * w32-fns.el (x-get-selection): Mark unused parameter.
12061 (autoload-make-program, generated-autoload-file): Declare.
12062
12063 * wdired.el (wdired-revert): Mark unused parameters.
12064 (wdired-xcase-word): Remove unused variable `err'.
12065
12066 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
12067 (whitespace-help-scroll): Remove unused variable `data-help'.
12068
12069 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
12070 (widget-image-insert, widget-after-change, default)
12071 (widget-default-format-handler, widget-default-notify)
12072 (widget-default-prompt-value, widget-info-link-action)
12073 (widget-url-link-action, widget-function-link-action)
12074 (widget-variable-link-action, widget-file-link-action)
12075 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
12076 (widget-field-prompt-internal, widget-field-action, widget-field-match)
12077 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
12078 (widget-insert-button-action, widget-delete-button-action, visibility)
12079 (widget-documentation-link-action, widget-documentation-string-action)
12080 (widget-const-prompt-value, widget-regexp-match, symbol)
12081 (widget-coding-system-prompt-value)
12082 (widget-key-sequence-value-to-external, sexp)
12083 (widget-sexp-value-to-internal, character, vector, cons)
12084 (widget-choice-prompt-value, widget-boolean-prompt-value)
12085 (widget-color--choose-action): Mark unused parameters.
12086 (widget-item-match-inline, widget-choice-match-inline)
12087 (widget-checklist-match, widget-checklist-match-inline)
12088 (widget-group-match): Rename parameter VALUES to VALS.
12089 (widget-field-value-set): Remove unused variable `size'.
12090 (widget-color-action): Remove unused variables `value' and `start'.
12091
12092 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 12093 variable `dir'. Doc fix.
06b60517
JB
12094 (windmove-find-other-window): Don't pass it.
12095
12096 * window.el (count-windows): Mark unused parameter.
12097 (bw-adjust-window): Remove unused variable `err'.
12098
12099 * woman.el (woman-file-name): Remove unused variable `default'.
12100 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
12101 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
12102 (global-font-lock-mode): Declare.
12103 (woman-decode-region): Mark unused parameter.
12104 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
12105
12106 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
12107 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
12108 (x-dnd-handle-moz-url): Remove unused variable `title'.
12109 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
12110
12111 * xml.el (xml-parse-tag, xml-parse-attlist):
12112 Remove unused variable `pos'.
12113
bc4f7f3d
GM
121142011-04-19 Glenn Morris <rgm@gnu.org>
12115
12116 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
12117 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
12118 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
12119 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
12120 * calendar/cal-html.el (cal-html-insert-minical):
12121 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
12122 (calendar-mark-date-pattern):
12123 Prefix "unused" locals.
12124
12125 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
12126 optional argument `style'.
12127
12128 * calendar/appt.el (appt-make-list):
12129 * calendar/cal-china.el (calendar-chinese-date-string):
12130 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
12131 (diary-hebrew-yahrzeit):
12132 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
12133 * calendar/calendar.el (calendar-generate-window):
12134 * calendar/time-date.el (time-to-days):
12135 Remove unused local variables.
12136
16a43933
CY
121372011-04-18 Chong Yidong <cyd@stupidchicken.com>
12138
12139 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
12140 glyphless-char-display table.
12141 (tabulated-list-glyphless-char-display): New var.
12142
7eed1860
SS
121432011-04-18 Sam Steingold <sds@gnu.org>
12144
12145 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
12146 to acknowledgments.
12147
4d2d1ccd
GM
121482011-04-17 Glenn Morris <rgm@gnu.org>
12149
12150 * calendar/diary-lib.el (diary-sexp-entry):
12151 * calendar/holidays.el (holiday-sexp):
12152 Set debug-on-error rather than the removed stack-trace-on-error.
12153
239da61d
GM
121542011-04-16 Glenn Morris <rgm@gnu.org>
12155
12156 * progmodes/f90.el: Use lexical-binding.
12157 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
12158
8b05752a
SM
121592011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
12160
daca8ba5
SM
12161 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
12162 (mail-mode): Setup mailalias completion here instead.
12163 * mail/mailalias.el: Use lexical-binding.
12164 (pattern, mailalias-done): Declare dynamic.
12165 (mail-completion-at-point-function): New function, from mail-complete.
12166 (mail-complete): Use it.
12167 (mail-completion-expand): New function.
12168 (mail-get-names): Use it.
12169 (mail-directory, mail-directory-process, mail-directory-stream):
12170 Don't use `pattern' for lexically bound arg.
12171
6f542485
SM
12172 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
12173
037e7c3f
SM
12174 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
12175 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
12176 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
12177
8b05752a
SM
12178 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
12179 (byte-save-window-excursion, byte-temp-output-buffer-setup)
12180 (byte-interactive-p): Define them again, for use when inlining
12181 old code.
12182
49093f60
JB
121832011-04-15 Juanma Barranquero <lekktu@gmail.com>
12184
12185 * loadup.el: Use `string-to-number', not `string-to-int'.
12186
b5b8e7de
SM
121872011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
12188
12189 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
12190 gud-gdb-complete-command.
12191 (gud-gdb-completions): New function, from gud-gdb-complete-command.
12192 (gud-gdb-completion-at-point): New function.
12193 (gud-gdb-completions): Remove.
12194
f42efeb5
MA
121952011-04-14 Michael Albinus <michael.albinus@gmx.de>
12196
49093f60
JB
12197 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
12198 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
12199 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
12200 whether `executable-find' is bound.
f42efeb5
MA
12201
12202 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
12203
e240cc21
SM
122042011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12205
12206 * minibuffer.el (completion-in-region-mode-predicate)
12207 (completion-in-region-mode--predicate): New vars.
12208 (completion-in-region, completion-in-region--postch)
12209 (completion-in-region-mode): Use them.
12210 (completion--capf-wrapper): Also return the hook function.
12211 (completion-at-point, completion-help-at-point):
12212 Adjust and provide a predicate.
c2bd2ab0
SM
12213
12214 Preserve arg names for advice of subr and lexical functions (bug#8457).
12215 * help-fns.el (help-function-arglist): Consolidate the subr and
12216 new-byte-code cases. Add argument `preserve-names' to extract names
12217 from the docstring when needed.
12218 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
12219 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
12220 (ad-arglist): Use help-function-arglist's new arg.
12221 (ad-definition-type): Use cond.
12222
c183f693
JB
122232011-04-13 Juanma Barranquero <lekktu@gmail.com>
12224
06641a47
JB
12225 * autorevert.el (auto-revert-handler):
12226 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
12227 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
12228 Don't quote lambda.
12229
c183f693
JB
12230 * image-mode.el (image-transform-set-scale):
12231 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
12232
1e3b6001
G
122332011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
12234
12235 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 12236 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
12237 Upgrades via gnutls-cli are too slow to be done opportunistically.
12238
2d6af8dd
JB
122392011-04-12 Juanma Barranquero <lekktu@gmail.com>
12240
12241 * dframe.el (dframe-current-frame): Remove spurious quote.
12242
c0749a51
GM
122432011-04-12 Glenn Morris <rgm@gnu.org>
12244
088d0d61
GM
12245 * calendar/cal-tex.el (cal-tex-end-document):
12246 Try to automatically use latin1 input if needed.
12247
c0749a51
GM
12248 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
12249 Don't try to cons a mark onto an empty element.
12250
5c90fde0
LL
122512011-04-11 Leo Liu <sdl.web@gmail.com>
12252
12253 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
12254 buffers.
12255 (ido-kill-buffer-at-head): Support killing virtual buffers.
12256
369e974d
CY
122572011-04-10 Chong Yidong <cyd@stupidchicken.com>
12258
12259 * minibuffer.el (completion-show-inline-help): New var.
12260 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
12261 (minibuffer-force-complete, minibuffer-complete-word):
12262 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
12263
12264 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
12265 to avoid interference from inline help (Bug#5849).
12266
37f1c930
LL
122672011-04-10 Leo Liu <sdl.web@gmail.com>
12268
099c39a4
JB
12269 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
12270 Fix typo.
37f1c930 12271
a32d4040
CY
122722011-04-09 Chong Yidong <cyd@stupidchicken.com>
12273
12274 * image-mode.el (image-toggle-display-image): Signal an error if
12275 not in Image mode.
12276 (image-transform-mode, image-transform-resize)
12277 (image-transform-set-rotation): Doc fix.
daca8ba5 12278 (image-transform-set-resize): Delete.
a32d4040
CY
12279 (image-transform-set-scale, image-transform-fit-to-height)
12280 (image-transform-fit-to-width): Handle image-toggle-display-image
12281 and image-transform-resize directly.
12282
099c39a4 122832011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
12284
12285 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
12286 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
12287 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
12288 (doc-view-mode-map): Add bindings for the new functions.
12289
099c39a4 122902011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 12291
4d61f28d 12292 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
12293 Fix typo in docstring.
12294
3726838a
EZ
122952011-04-08 Eli Zaretskii <eliz@gnu.org>
12296
04f33f1e
EZ
12297 * files.el (file-size-human-readable): Produce one digit after
12298 decimal, like "ls -lh" does.
12299
12300 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
12301 the file size representation.
12302
3726838a
EZ
12303 * simple.el (list-processes): If async subprocesses are not
12304 available, error out with a clear error message.
12305
cbb59342
CY
123062011-04-08 Chong Yidong <cyd@stupidchicken.com>
12307
12308 * help.el (help-form-show): New function, to be called from C.
12309 Put help-form output in a buffer named differently than *Help*.
12310
e3971c44
EZ
123112011-04-08 Eli Zaretskii <eliz@gnu.org>
12312
12313 * files.el (file-size-human-readable): New function.
12314
12315 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
12316 computing the representation inline. Don't require `cl'.
12317
12544bbe
GM
123182011-04-08 Glenn Morris <rgm@gnu.org>
12319
a1de6c6a
GM
12320 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
12321
3c4671f4
GM
12322 * net/browse-url.el (browse-url-firefox):
12323 Test system-type, not system-configuration.
12324
b605679c
GM
12325 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
12326 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
12327 Use log-edit-empty-buffer-p. (Bug#7598)
12328
56442f0c
GM
12329 * net/rlogin.el (rlogin-process-connection-type): Simplify.
12330 (rlogin-mode-map): Initialize in the defvar.
12331 (rlogin): Use ignore-errors.
12332
12544bbe
GM
12333 * replace.el (occur-mode-map): Some fixes for menu items.
12334
eb237b0f
AH
123352011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
12336
12337 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
12338
7d668f2c
CY
123392011-04-06 Chong Yidong <cyd@stupidchicken.com>
12340
e67a13ab
CY
12341 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
12342 issuing unused warnings.
12343
12344 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
12345 macro directly.
12346
7d668f2c
CY
12347 * simple.el: Lisp reimplement of list-processes. Based on an
12348 earlier reimplementation by Leo Liu, but using tabulated-list.el.
12349 (process-menu-mode): New major mode.
12350 (list-processes--refresh, list-processes):
12351 (process-menu-visit-buffer): New functions.
12352
12353 * files.el (save-buffers-kill-emacs): Don't assume any return
12354 value of list-processes, which is undocumented anyway.
12355
a83ec3c9
CY
123562011-04-06 Chong Yidong <cyd@stupidchicken.com>
12357
12358 * emacs-lisp/tabulated-list.el: New file.
12359
e91a96fe
CY
12360 * emacs-lisp/package.el: Use Tabulated List mode.
12361 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
12362 (package-menu-mode): Derive from tabulated-list-mode. Set up the
12363 table format using Tabulated List mode variables.
12364 (package--push): New macro, replacing package-list-maybe-add.
12365 (package-menu--generate): Use package--push. Renamed from
12366 package--generate-package-list.
12367 (package-menu-refresh, list-packages): Use it.
daca8ba5 12368 (package-menu--print-info): Rename from package-print-package.
e91a96fe 12369 Return insertion data instead of inserting it directly.
099c39a4
JB
12370 (package-menu-describe-package, package-menu-execute):
12371 Use tabulated-list-get-id.
e91a96fe
CY
12372 (package-menu-mark-delete, package-menu-mark-install)
12373 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
12374 (package-menu-mark-obsolete-for-deletion):
12375 Use tabulated-list-put-tag.
e91a96fe
CY
12376 (package--list-packages, package-menu-revert)
12377 (package-menu-get-package, package-menu-get-version)
12378 (package-menu-sort-by-column): Functions deleted.
12379 (package-menu-package-list, package-menu-sort-key): Vars deleted.
12380 (package-menu--status-predicate, package-menu--version-predicate)
12381 (package-menu--name-predicate)
12382 (package-menu--description-predicate): Handle arguments in the
12383 Tabulated List format.
12384 (package-list-packages-no-fetch): Call list-packages.
12385
3e214b50
JB
123862011-04-06 Juanma Barranquero <lekktu@gmail.com>
12387
12388 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 12389 (after-find-file): Don't bind it.
3e214b50
JB
12390 (revert-buffer-in-progress-p): New variable.
12391 (revert-buffer): Bind it.
12392 Pass nil for `after-find-file-from-revert-buffer'.
12393
12394 * saveplace.el (save-place-find-file-hook): Use new variable
12395 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
12396
3f0f1700
GM
123972011-04-06 Glenn Morris <rgm@gnu.org>
12398
c0274801
GM
12399 * Makefile.in (AUTOGEN_VCS): New variable.
12400 (autoloads): Use $AUTOGEN_VCS.
12401
3f0f1700
GM
12402 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
12403 * calendar/calendar.el (calendar-mode-map):
12404 Check for toolkit scroll bars. (Bug#8305)
12405
41ea9e48
CY
124062011-04-05 Chong Yidong <cyd@stupidchicken.com>
12407
12408 * minibuffer.el (completion-in-region--postch)
12409 (completion-in-region-mode): Remove unnecessary messages.
12410
6194c800
JB
124112011-04-05 Juanma Barranquero <lekktu@gmail.com>
12412
33256f14
JB
12413 * font-lock.el (font-lock-refresh-defaults):
12414 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
12415 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
12416
6194c800
JB
12417 * info.el (Info-directory-list, Info-read-node-name-2)
12418 (Info-split-parameter-string): Doc fixes.
12419 (Info-virtual-nodes): Reflow docstring.
12420 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
12421 (Info-apropos-toc-nodes, info-finder, Info-get-token)
12422 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
12423 Fix typos in docstrings.
12424 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
12425 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
12426 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
12427 (Info-restore-desktop-buffer): Mark unused parameters.
12428 (Info-directory-find-file, Info-directory-find-node)
12429 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
12430 (Info-virtual-index-find-node, Info-apropos-find-file)
12431 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 12432 Mark unused parameters; fix typos in docstrings.
6194c800
JB
12433 (Info-virtual-index): Remove unused local variable `nodename'.
12434
b87a8200 124352011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 12436
b87a8200
DD
12437 * net/rcirc.el: Update my e-mail address.
12438 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 12439
3b2ff876
CY
124402011-04-05 Chong Yidong <cyd@stupidchicken.com>
12441
12442 * startup.el (command-line): Save the cursor's theme-face
12443 directly, instead of using face-override-spec.
12444
12445 * custom.el (load-theme): Minor optimization in assigning faces.
12446
8d17e7ca
JB
124472011-04-04 Juanma Barranquero <lekktu@gmail.com>
12448
12449 * help-fns.el (describe-variable): Complete all variables having
12450 documentation, including keywords.
12451 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
12452
2fbc1934
JB
124532011-04-04 Juanma Barranquero <lekktu@gmail.com>
12454
12455 Convert to lexical-binding.
12456
12457 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
12458 (bs--get-marked-string, bs--get-modified-string)
12459 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
12460 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
12461 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
12462
12463 * ehelp.el (electric-help-execute-extended)
12464 (electric-help-ctrl-x-prefix):
12465 * hexl.el (hexl-revert-buffer-function):
12466 * linum.el (linum-after-change, linum-after-scroll):
12467 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
12468
12469 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
12470
74f50695
DU
124712011-04-04 Daiki Ueno <ueno@unixuser.org>
12472
12473 * epa-dired.el:
12474 * epa-mail.el:
12475 * epa-hook.el:
12476 * epa-file.el:
12477 * epa.el:
12478 * epg.el: Use lexical binding.
12479
c11325f7
CY
124802011-04-03 Chong Yidong <cyd@stupidchicken.com>
12481
0d9e9a12
CY
12482 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
12483
c11325f7 12484 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
12485 dictionary case for flyspell-mark-duplications-exceptions.
12486 Use regexp matching for languages.
c11325f7
CY
12487 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
12488 default dictionary (Bug#7926).
12489
da91b5f2
CY
124902011-04-02 Chong Yidong <cyd@stupidchicken.com>
12491
099c39a4
JB
12492 * emacs-lisp/package.el (package--with-work-buffer):
12493 Recognize https URLs.
da91b5f2 12494
099c39a4
JB
12495 * net/network-stream.el: Move from gnus/proto-stream.el.
12496 Change prefix to network-stream throughout.
da91b5f2
CY
12497 (open-protocol-stream): Merge into open-network-stream, leaving
12498 open-protocol-stream as an alias. Handle nil BUFFER args.
12499
12500 * subr.el (open-network-stream): Move to net/network-stream.el.
12501
afa8e9f6
GM
125022011-04-02 Glenn Morris <rgm@gnu.org>
12503
1d2e369d
GM
12504 * find-dired.el (find-exec-terminator): New option.
12505 (find-ls-option): Test for -ls support.
12506 (find-ls-subdir-switches): Test for -b in find-ls-option.
12507 (find-dired, find-grep-dired): Doc fixes.
12508 (find-dired): Use find-exec-terminator.
12509
8abb7da8 12510 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
12511 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
12512 (find-name-arg): Remove purecopy.
8abb7da8 12513
f3ca7378
GM
12514 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
12515 (grep-compute-defaults): Check for `-exec COMMAND +' support.
12516 Set grep-find-use-xargs, grep-find-command, and grep-find-template
12517 accordingly. Don't add the null-device if not needed.
12518
afa8e9f6
GM
12519 * files.el (save-some-buffers): Doc fix.
12520
35eae264
EZ
125212011-04-02 Eli Zaretskii <eliz@gnu.org>
12522
12523 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
12524
26b51db5
JB
125252011-04-01 Juanma Barranquero <lekktu@gmail.com>
12526
12527 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
12528 Use `dolist' rather than `mapcar'.
12529
7200d79c
SM
125302011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
12531
03408648 12532 Add lexical binding.
7200d79c 12533
03408648
SM
12534 * subr.el (apply-partially): Use new closures rather than CL.
12535 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
12536 (dolist, dotimes): Use slightly different expansion for lexical code.
12537 (functionp): Move to C.
12538 (letrec): New macro.
12539 (with-wrapper-hook): Use it and apply-partially instead of CL.
12540 (eval-after-load): Preserve lexical-binding.
12541 (save-window-excursion, with-output-to-temp-buffer): Turn them
12542 into macros.
7200d79c 12543
03408648
SM
12544 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
12545
12546 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
12547 than the arglist.
12548 (help-add-fundoc-usage): Don't add `Not documented'.
12549 (help-function-arglist): Handle closures, subroutines, and new
12550 byte-code-functions.
12551 (help-make-usage): Remove leading underscores.
12552 (describe-function-1): Handle closures.
12553 (describe-variable): Use special-variable-p for completion.
12554
12555 * files.el (lexical-binding): Declare safe.
f488fb65 12556
03408648
SM
12557 * emacs-lisp/pcase.el: Don't use destructuring-bind.
12558 (pcase--memoize): Rename from pcase-memoize. Change weakness.
12559 (pcase): Add `let' pattern.
12560 Change memoization so it actually works.
12561 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
12562 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
12563 <let>: New case.
f488fb65 12564
03408648
SM
12565 * emacs-lisp/macroexp.el: Use lexical binding.
12566 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
12567 Don't convert ' to #' without checking that it's indeed quoting
12568 a lambda.
12569
12570 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 12571 Use eval-sexp-add-defvars.
03408648
SM
12572 (eval-sexp-add-defvars): New fun.
12573
12574 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
12575
12576 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
12577 Don't autoload.
12578 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
12579 than the internal `byte-compile-lambda'.
12580 (defmethod): Don't hide code under quotes.
12581 (eieio-defmethod): New `code' argument.
12582
12583 * emacs-lisp/eieio-comp.el: Remove.
12584
12585 * emacs-lisp/edebug.el (edebug-eval-defun)
12586 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
12587 (edebug-toggle): Avoid `eval'.
12588
12589 * emacs-lisp/disass.el (disassemble-internal): Handle new
12590 `closure' objects.
12591 (disassemble-1): Handle new byte codes.
12592
12593 * emacs-lisp/cl.el (pushnew): Silence warning.
12594
12595 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
12596 (cl-byte-compile-throw): Remove.
12597 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
12598
12599 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
12600 closures.
12601
12602 * emacs-lisp/cconv.el: New file.
12603
12604 * emacs-lisp/bytecomp.el: Use lexical binding instead of
12605 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
12606 (byte-compile-initial-macro-environment):
12607 Handle declare-function here.
12608 (byte-compile--lexical-environment): New var.
12609 (byte-stack-ref, byte-stack-set, byte-discardN)
12610 (byte-discardN-preserve-tos): New lap codes.
12611 (byte-interactive-p): Don't use any more.
12612 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
12613 New macros.
12614 (byte-compile-lapcode): Use them and handle new lap codes.
12615 (byte-compile-obsolete): Remove.
12616 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
12617 (byte-compile-arglist-warn): Check late def of inlinable funs.
12618 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
12619 since they should have been expanded by now.
12620 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
12621 (byte-compile-from-buffer): Remove unused second arg.
12622 (byte-compile-preprocess): New function.
12623 (byte-compile-toplevel-file-form): New function to distinguish
12624 file-form calls from outside from file-form calls from hunk-handlers.
12625 (byte-compile-file-form): Simplify.
12626 (byte-compile-file-form-defsubst): Remove.
12627 (byte-compile-file-form-defmumble): Simplify now that
12628 byte-compile-lambda always returns a byte-code-function.
12629 (byte-compile): Preprocess.
12630 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
12631 Remove, not used any more.
12632 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
12633 (byte-compile-make-args-desc): New funs.
12634 (byte-compile-lambda): Handle lexical functions. Always return
12635 a byte-code-function.
12636 (byte-compile-reserved-constants): New var, to make up room for
12637 closed-over variables.
12638 (byte-compile-constants-vector): Obey it.
12639 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
12640 (byte-compile-macroexpand-declare-function): New function.
12641 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
12642 byte-code-functions.
12643 (byte-compile-form): Check obsolescence here.
12644 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
12645 (byte-compile-variable-ref): Remove.
12646 (byte-compile-dynamic-variable-op): New fun.
12647 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
12648 (byte-compile-variable-set): New funs.
12649 (byte-compile-discard): Add 2 args.
12650 (byte-compile-stack-ref, byte-compile-stack-set)
12651 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
12652 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
12653 macroexpand-all instead.
12654 (byte-compile-quote-form): Remove.
12655 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
12656 (byte-compile-bind, byte-compile-unbind): New funs.
12657 (byte-compile-let): Handle let* and lexical binding.
12658 (byte-compile-let*): Remove.
12659 (byte-compile-catch, byte-compile-unwind-protect)
12660 (byte-compile-track-mouse, byte-compile-condition-case):
12661 Handle a new :fun-body form, used for lexical scoping.
12662 (byte-compile-save-window-excursion)
12663 (byte-compile-with-output-to-temp-buffer): Remove.
12664 (byte-compile-defun): Simplify.
12665 (byte-compile-stack-adjustment): New fun.
12666 (byte-compile-out): Use it.
12667 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
12668
12669 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
12670 handler any more.
12671
12672 * emacs-lisp/byte-opt.el: Use lexical binding.
12673 (byte-inline-lapcode): Remove (to bytecomp).
12674 (byte-compile-inline-expand): Pay attention to inlining to/from
12675 lexically bound code.
12676 (byte-compile-unfold-lambda): Don't handle byte-code-functions
12677 any more.
12678 (byte-optimize-form-code-walker): Don't handle save-window-excursion
12679 any more and don't call compiler-macros.
12680 (byte-compile-splice-in-already-compiled-code): Remove.
12681 (byte-code): Don't inline any more.
12682 (disassemble-offset): Receive `bytes' as argument rather than via
12683 dynamic scoping.
12684 (byte-compile-tag-number): Declare before first use.
12685 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
12686 `return' even if make-spliceable.
12687 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
12688 obsolete interactive-p.
12689 (byte-optimize-lapcode): Optimize new lap-codes.
12690 Don't trip up on new form of `byte-constant' lap code.
12691
12692 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
12693
12694 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
12695
12696 * custom.el (custom-initialize-default, custom-declare-variable):
12697 Use `defvar'.
12698
12699 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
12700 New variables.
12701 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
12702 (COMPILE_FIRST): Add macroexp and cconv.
12703 * makefile.w32-in: Mirror changes in Makefile.in.
12704
12705 * vc/cvs-status.el:
12706 * vc/diff-mode.el:
12707 * vc/log-edit.el:
12708 * vc/log-view.el:
12709 * vc/smerge-mode.el:
12710 * textmodes/bibtex-style.el:
12711 * textmodes/css.el:
12712 * startup.el:
12713 * uniquify.el:
da91b5f2
CY
12714 * minibuffer.el:
12715 * newcomment.el:
12716 * reveal.el:
12717 * server.el:
12718 * mpc.el:
12719 * emacs-lisp/smie.el:
12720 * doc-view.el:
12721 * dired.el:
03408648
SM
12722 * abbrev.el: Use lexical binding.
12723
0f0c1f27
EZ
127242011-04-01 Eli Zaretskii <eliz@gnu.org>
12725
12726 * info.el (info-display-manual): New function.
12727
c82b2579
SM
127282011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12729
12730 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
12731
221ddf68
TH
127322011-03-31 Tassilo Horn <tassilo@member.fsf.org>
12733
12734 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 12735 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 12736
cba6e77e
GM
127372011-03-31 Glenn Morris <rgm@gnu.org>
12738
e040639f
GM
12739 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
12740
cba6e77e
GM
12741 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
12742
6d0f1c9e
CS
127432011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
12744
12745 * progmodes/python.el (python-default-interpreter)
12746 (python-python-command-args, python-jython-command-args)
12747 (python-which-shell, python-which-args, python-which-bufname)
12748 (python-file-queue, python-comint-output-filter-function)
12749 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
12750 variables and functions.
12751
3e2d70fd
SM
127522011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
12753
12754 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
12755 (completion-in-region-mode): New minor mode.
12756 (completion-in-region): Use it.
12757 (completion-in-region--data, completion-in-region-mode-map): New vars.
12758 (completion-in-region--postch): New function.
12759 (completion--capf-misbehave-funs, completion--capf-safe-funs):
12760 New vars.
12761 (completion--capf-wrapper): New function.
12762 (completion-at-point): Use it to track well-behavedness of
12763 hook functions.
12764 (completion-help-at-point): New command.
12765
f3e4086c
JM
127662011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
12767
12768 * vc/add-log.el (add-change-log-entry): Don't use whitespace
12769 syntax class to search for whitespace on a single line
12770 (Message-ID: <4D938140.4030905@redhat.com>).
12771
eb7ffc14
LL
127722011-03-30 Leo Liu <sdl.web@gmail.com>
12773
12774 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
12775 New commands.
12776 (edit-abbrevs-map): Bind them here.
12777 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
12778
d806ab68
KM
127792011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
12780
12781 * allout.el (allout-hide-by-annotation, allout-flag-region):
12782 Reduce possibility of overlay leakage by making them volatile.
12783
12784 * allout-widgets.el (allout-widgets-tally): Define as nil so the
12785 hash is not shared between buffers. Mode initialization is
12786 responsible for giving it a useful starting value.
12787 (allout-item-span): Reduce possibility of overlay leakage by
12788 making them volatile.
12789 (allout-widgets-count-buttons-in-region): Add diagnostic function
12790 for tracking down button overlay leaks.
12791
ea622834
LL
127922011-03-29 Leo Liu <sdl.web@gmail.com>
12793
12794 * ido.el (ido-read-internal): Use the default history var
12795 minibuffer-history if no HISTORY is specified.
12796
b62f8267
G
127972011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
12798
03408648
SM
12799 * net/imap.el (imap-shell-open, imap-process-connection-type):
12800 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
12801 Kerberos, SSL, other subprocesses.
12802
947b6566
LL
128032011-03-28 Leo Liu <sdl.web@gmail.com>
12804
12805 * abbrev.el (abbrev-table-empty-p): New function.
12806 (prepare-abbrev-list-buffer): Place empty abbrev tables after
12807 nonempty ones. (Bug#5937)
12808
5ffb62aa
JD
128092011-03-27 Jan Djärv <jan.h.d@swipnet.se>
12810
12811 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
12812
7a097943
LL
128132011-03-27 Leo Liu <sdl.web@gmail.com>
12814
12815 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
12816 for foreground and background colors.
12817 (ansi-color-make-color-map): Adapt.
12818
c5b40130
LL
128192011-03-25 Leo Liu <sdl.web@gmail.com>
12820
1f48f7d2
LL
12821 * midnight.el (midnight-time-float): Remove. Note it calculates
12822 the microsecond component incorrectly and seconds-to-time does the
12823 same job.
625897ec 12824 Remove redundant (require 'timer).
1f48f7d2 12825
c5b40130
LL
12826 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
12827 (ido-completions): Remove unused arguments. (Bug#8329)
12828
d86d2721
SM
128292011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12830
12831 * minibuffer.el (completion--flush-all-sorted-completions):
12832 Remove itself from hook.
12833 (completion-at-point): Let the functions perform the completion
12834 immediately and return nil or t.
12835 * comint.el (comint-dynamic-complete-functions): Now identical to
12836 completion-at-point-functions.
12837 (comint-dynamic-list-input-ring): Remove unused var `index'.
12838 (comint--match-partial-filename, comint--unquote&expand-filename):
12839 New funs, split from comint-match-partial-filename.
12840 (comint-dynamic-complete): Use completion-at-point.
12841 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
12842
e8974c48
DA
128432011-03-24 Drew Adams <drew.adams@oracle.com>
12844
12845 * thingatpt.el: Support `defun'.
12846
def71b5e
LL
128472011-03-23 Leo Liu <sdl.web@gmail.com>
12848
cb5af48e
LL
12849 * abbrevlist.el: Move to obsolete/abbrevlist.el.
12850
def71b5e
LL
12851 * help-mode.el (help-mode-finish): Tweak regexp.
12852
927c53e7
GM
128532011-03-23 Glenn Morris <rgm@gnu.org>
12854
18d05bed
GM
12855 * eshell/esh-opt.el (eshell-eval-using-options):
12856 Do not bind unused local variable `eshell-option-stub'.
12857
927c53e7
GM
12858 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
12859
9d0da923
JB
128602011-03-22 Juanma Barranquero <lekktu@gmail.com>
12861
12862 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
12863 keymap variable in `with-no-warnings' to avoid a warning when the
12864 keymap has been already `defconst'ed.
12865
4b978a67
LL
128662011-03-22 Leo Liu <sdl.web@gmail.com>
12867
12868 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
12869 encode all chars in abbrevs; otherwise use emacs-mule or
12870 utf-8-emacs. (Bug#8308)
12871
5fd62452
JB
128722011-03-22 Juanma Barranquero <lekktu@gmail.com>
12873
0b1596c6
JB
12874 * simple.el (backward-delete-char-untabify):
12875 Avoid warning about using `delete-backward-char'.
12876
5fd62452
JB
12877 * image.el (image-type-file-name-regexps): Make it variable.
12878 `imagemagick-register-types' modifies it, and the user may want
12879 to add new extensions for known image types.
12880 (imagemagick-register-types): Throw error if not using ImageMagick.
12881
0b4e93f1
LL
128822011-03-22 Leo Liu <sdl.web@gmail.com>
12883
12884 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
12885 located before rcirc-prompt-end-marker.
12886 (rcirc-complete): Error if point is not after rcirc prompt.
12887 Handle the case when table is nil.
9882e214 12888 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 12889
fccee4ab
CY
128902011-03-22 Chong Yidong <cyd@stupidchicken.com>
12891
12892 * custom.el (custom--inhibit-theme-enable): Make it affect only
12893 custom-theme-set-variables and custom-theme-set-faces.
12894 (provide-theme): Ignore custom--inhibit-theme-enable.
12895 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
12896 (custom-enabling-themes): Delete variable.
d86d2721
SM
12897 (enable-theme): Accept only loaded themes as arguments.
12898 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
12899 (custom-enabled-themes): Forbid themes from setting this.
12900 Eliminate use of custom-enabling-themes.
12901 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 12902
af896da6
LL
129032011-03-21 Leo Liu <sdl.web@gmail.com>
12904
12905 * ido.el (ido-read-internal): Add ido-selected to history instead
12906 of user input.
12907
78f64af0
SM
129082011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
12909
12910 * subr.el (deferred-action-list, deferred-action-function):
12911 Mark obsolete.
12912
b16ac1ec
LL
129132011-03-21 Leo Liu <sdl.web@gmail.com>
12914
810f7698
LL
12915 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
12916 change on 2011-02-13 (bug#8309).
12917
b16ac1ec
LL
12918 * minibuffer.el (read-file-name-function): Change default value.
12919 (read-file-name--defaults): Rename from read-file-name-defaults.
12920 (read-file-name-default): Rename from read-file-name.
12921 (read-file-name): Call read-file-name-function.
12922
4e05e67e
GM
129232011-03-21 Glenn Morris <rgm@gnu.org>
12924
12925 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
12926 Doc fixes.
12927
4359915b
CY
129282011-03-21 Chong Yidong <cyd@stupidchicken.com>
12929
12930 * cus-theme.el: Add missing provide statement.
12931 (customize-create-theme): Extract theme value correctly.
12932 (custom-theme-visit-theme): Autoload.
12933 (customize-create-theme): Prompt before inserting default faces.
12934
1fe275ee
JB
129352011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
12936
12937 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
12938 units and musical notes.
12939
cd394be1 129402011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
12941
12942 * ido.el (ido-read-internal): Use completing-read-default.
12943 (ido-completing-read): Fix compatibility with completing-read.
12944
7d476bde
CO
129452011-03-20 Christian Ohler <ohler@gnu.org>
12946
12947 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
12948 (ert-delete-all-tests): Use `called-interactively-p' rather than
12949 `interactive-p'.
12950 (ert--make-xrefs-region): Respect END.
12951
fe0fb33e
CY
129522011-03-19 Chong Yidong <cyd@stupidchicken.com>
12953
ff854b0b
CY
12954 * dired-aux.el (dired-create-directory): Signal an error if the
12955 directory already exists (Bug#8246).
12956
fe0fb33e
CY
12957 * facemenu.el (list-colors-display): Call list-faces-display
12958 inside with-help-window.
12959 (list-colors-print): Use display property to align the final
12960 column, instead of checking window-width.
12961
576bce32
EZ
129622011-03-19 Eli Zaretskii <eliz@gnu.org>
12963
4d61f28d 12964 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
12965 windows-nt systems.
12966 (emerge-protect-metachars): Quote correctly for ms-dos and
12967 windows-nt systems.
12968
89c41d68 129692011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
12970
12971 * info.el (info-initialize): Replace all uses of `:' with
12972 path-separator for compatibility with non-Unix systems.
12973 Cache quoting of path-separator. (Bug#8258)
12974
b14e3e21 129752011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
12976
12977 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
12978 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
12979 (mouse-avoidance-mode): Fix typos in docstrings.
12980
4525ce3e
CY
129812011-03-19 Chong Yidong <cyd@stupidchicken.com>
12982
12983 * startup.el (package-subdirectory-regexp): Move from package.el.
12984 Omit \\` and \\', and let callers add them.
12985
12986 * emacs-lisp/package.el (package-strip-version)
12987 (package-load-all-descriptors): Add \\` and \\' to
12988 package-subdirectory-regexp before using it.
12989 (package-untar-buffer): New arg DIR; ensure that file untars only
12990 into this expected directory. Remove superfluous delete-region.
12991 (package-unpack): Caller changed.
12992 (package-tar-file-info): Use package-subdirectory-regexp.
12993
a904a09a 129942011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 12995
a904a09a
SM
12996 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
12997 diff-mode-shared-map (bug#8284).
12998 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
12999
130002011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
13001
13002 * calendar/time-date.el (format-seconds): Use assoc instead of
13003 assoc-string, since assoc-string doesn't exist in XEmacs.
13004
171fc304
JB
130052011-03-17 Juanma Barranquero <lekktu@gmail.com>
13006
13007 * custom.el (custom-known-themes): Reflow docstring.
13008 (custom-theme-load-path): Fix typo in docstring.
13009 (load-theme): Fix typo in error message.
13010 (custom-available-themes, custom-variable-theme-value):
13011 Use `let', not `let*'.
13012
d71990a1
JB
130132011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
13014
13015 * calc/README: Mention inclusion of musical notes.
13016
13017 * calc/calc-units.el (calc-lu-quant): Rename from
13018 `calc-logunits-quantity'.
13019 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
13020 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
13021 (calc-db): Rename from `calc-dblevel'.
13022 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
13023 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
13024 (calc-np): Rename from `calc-nplevel'.
13025 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
13026 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
13027 (calc-lu-plus): Rename from `calc-logunits-add'.
13028 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
13029 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
13030 (calc-lu-minus): Rename from `calc-logunits-sub'.
13031 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
13032 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
13033 (calc-lu-times): Rename from `calc-logunits-mul'.
13034 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
13035 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
13036 (calc-lu-divide): Rename from `calc-logunits-div'.
13037 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
13038 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
13039
13040 * calc/calc-ext.el (calc-init-extensions): Update the names of the
13041 functions being autoloaded.
13042
13043 * calc/calc.el (calc-lu-power-reference): Rename from
13044 `calc-logunits-power-reference'.
13045 (calc-lu-field-reference): Rename from
13046 `calc-logunits-field-reference'.
13047
7a71b18d
GM
13048 * calc/calc-help.el (calc-l-prefix-help):
13049 Mention musical note functions.
d71990a1 13050
40c2934b
SM
130512011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
13052
13053 * minibuffer.el (completion-all-sorted-completions):
13054 Use :completion-cycle-penalty text property if present.
13055
b0911414
KM
130562011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
13057
13058 * allout.el (allout-yank-processing): Adjust for new rebulleting
13059 regime so bullet being yanked is used without prompting the user
13060 for a choice.
13061
8a05b668
JB
130622011-03-16 Juanma Barranquero <lekktu@gmail.com>
13063
13064 * startup.el (command-line): Warn the user that _emacs is deprecated.
13065
5ba5fb81
JB
130662011-03-16 Juanma Barranquero <lekktu@gmail.com>
13067
13068 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
13069 (delphi-verbose, delphi-comment-face, delphi-string-face)
13070 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
13071 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
13072 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
13073 (delphi-new-comment-line, delphi-font-lock-defaults)
13074 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
13075 Fix typos in docstrings.
13076
2dab465b
KM
130772011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
13078
5ba5fb81 13079 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
13080 Invert the roles of character and string values for INSTEAD, so a
13081 string is used for the more common case of a defaulting prompt.
13082
0adf5618
SM
130832011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
13084
13085 * progmodes/ruby-mode.el (ruby-backward-sexp):
13086 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
13087 * play/gamegrid.el (gamegrid-make-face):
13088 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
13089 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
13090 * notifications.el (notifications-notify):
13091 * net/xesam.el (xesam-search-engines):
13092 * net/quickurl.el (quickurl-list-insert):
13093 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
13094
d72700e5
CY
130952011-03-15 Chong Yidong <cyd@stupidchicken.com>
13096
13097 * startup.el (command-line): Update package subdirectory regexp.
13098
49c5410a
SM
130992011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
13100
c6eee9aa
SM
13101 * allout.el (allout-abbreviate-flattened-numbering)
13102 (allout-mode-deactivate-hook): Fix up obsolescence "date".
13103
49c5410a
SM
13104 * subr.el (read-char-choice): Only show the cursor after the prompt,
13105 not after the answer.
13106
047b2bb9
KR
131072011-03-15 Kevin Ryde <user42@zip.com.au>
13108
13109 * help-fns.el (variable-at-point): Skip leading quotes, if any
13110 (bug#8253).
13111
0a57d256
SM
131122011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
13113
13114 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
13115 warning message.
13116
77c992bc
MA
131172011-03-14 Michael Albinus <michael.albinus@gmx.de>
13118
13119 * shell.el (shell): When called interactively, offer to change the
13120 shell file name on remote hosts.
13121
eebc475d
TZ
131222011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
13123
13124 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
13125 integration for LDAP parameters. The host, base, user or binddn,
13126 and secret tokens can be specified in a netrc file, for instance.
13127 This is optional because an `auth-source' parameter must be
13128 specified in the search attributes.
13129
9d05d1ba
JB
131302011-03-13 Juanma Barranquero <lekktu@gmail.com>
13131
13132 * help.el (describe-mode): Link to the mode's definition (bug#8185).
13133
09d9db2c
GM
131342011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
13135
13136 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
13137 into declaration. Remove redundant and harmful binding.
13138
131392011-03-12 Eli Zaretskii <eliz@gnu.org>
13140
13141 * files.el (file-ownership-preserved-p): Pass `integer' as an
13142 explicit 2nd argument to `file-attributes'. If the file's owner
13143 is the Administrators group on Windows, and the current user is
13144 Administrator, consider that a match.
13145
13146 * server.el (server-ensure-safe-dir): Consider server directory
13147 safe on MS-Windows if its owner is the Administrators group while
13148 the current Emacs user is Administrator. Use `=' to compare
13149 numerical UIDs, since they could be integers or floats.
13150
219bd536
JB
131512011-03-12 Juanma Barranquero <lekktu@gmail.com>
13152
13153 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
13154
f3afd36b
MA
131552011-03-12 Michael Albinus <michael.albinus@gmx.de>
13156
13157 Sync with Tramp 2.2.1.
13158
13159 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
13160
13161 * net/trampver.el: Update release number.
13162
3aaaa6f1
SM
131632011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
13164
94642599
SM
13165 * progmodes/compile.el (compilation--previous-directory): Fix up
13166 various nil/dead-marker mismatches (bug#8014).
13167 (compilation-directory-properties, compilation-error-properties):
13168 Don't call it at a position past the one we're about to change.
13169
3aaaa6f1
SM
13170 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
13171 Disable obsolescence warnings in the file that declares it.
13172
14239447
KM
131732011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
13174
099c39a4
JB
13175 * allout-widgets.el (allout-widgets-tally):
13176 Initialize allout-widgets-tally as a hash table rather than nil to
13177 prevent mode-line redisplay warnings. Also, clarify the module
13178 description and fix a comment typo.
14239447 13179
135e287c
JB
131802011-03-11 Juanma Barranquero <lekktu@gmail.com>
13181
13182 * help-fns.el (describe-variable): Don't complete keywords.
13183 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
13184
ffbf300e
CY
131852011-03-10 Chong Yidong <cyd@stupidchicken.com>
13186
ba08b241
CY
13187 * emacs-lisp/package.el (package-version-join): Impose a standard
13188 string representation for pre/alpha/beta version lists.
13189 (package-unpack-single): Standardize the directory name by passing
13190 it through package-version-join.
13191 (package-strip-rcs-id): Accept any version string that does not
13192 signal an error in version-to-list.
ffbf300e 13193
f346fd6b
MA
131942011-03-10 Michael Albinus <michael.albinus@gmx.de>
13195
13196 * simple.el (delete-trailing-whitespace): Return nil for the
13197 benefit of `write-file-functions'.
13198
ccb55d27
GM
131992011-03-10 Glenn Morris <rgm@gnu.org>
13200
5ceaac0c
GM
13201 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
13202
02da65ff
GM
13203 * vc/vc-git.el (vc-git-program): New option.
13204 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
13205 (vc-git--call): Use it.
13206
b2f603cc
GM
13207 * eshell/esh-util.el (eshell-condition-case): Doc fix.
13208
5772caab
GM
13209 * cus-edit.el (Custom-newline): If no button at point, look
13210 for a subgroup button at start-of-line. (Bug#2298)
13211
ccb55d27
GM
13212 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
13213
ec6ecaed
JD
132142011-03-10 Julien Danjou <julien@danjou.info>
13215
13216 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
13217 `cursor-type' is nil.
13218
9d5aa01d
JB
132192011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
13220
13221 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
13222
b6a5875b
KM
132232011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
13224
7a71b18d 13225 * allout.el: Change so yank of distinctive-bullet items
b6a5875b
KM
13226 preserves the existing header prefix, rebulleting it if necessary,
13227 rather than replacing it. This is necessary for proper operation
13228 of cooperative addons like allout-widgets.
1154d12e
JB
13229 (allout-make-topic-prefix, allout-rebullet-heading):
13230 Change SOLICIT arg to INSTEAD, and interpret additionally a string
13231 value as alternate bullet to be used, instead of prompting the user
13232 for a bullet character.
b6a5875b 13233
ee545c35
MA
132342011-03-09 Michael Albinus <michael.albinus@gmx.de>
13235
d86d2721
SM
13236 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
13237 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
13238 `tramp-default-port'.
13239
c47971d7
DD
132402011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
13241
13242 * net/rcirc.el (rcirc-handler-001): Remove useless
13243 with-rcirc-process-buffer.
13244 (rcirc-check-auth-status): Swap arguments to string-match.
13245
13522cb4
GM
132462011-03-09 Glenn Morris <rgm@gnu.org>
13247
0be6f4f1
GM
13248 * shell.el (shell-mode):
13249 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
13250
13522cb4
GM
13251 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
13252 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
13253
515de2e3
CY
132542011-03-08 Chong Yidong <cyd@stupidchicken.com>
13255
13256 * emacs-lisp/package.el (package-refresh-contents)
13257 (package-menu-execute): Use condition-case-no-debug.
13258
b511b994
MA
132592011-03-08 Michael Albinus <michael.albinus@gmx.de>
13260
13261 * simple.el (shell-command-to-string): Use `process-file'.
13262
13263 * emacs-lisp/package.el (package-tar-file-info): Handle also
13264 remote files.
13265
d86d2721
SM
13266 * emacs-lisp/package-x.el (package-upload-buffer-internal):
13267 Use `equal' for upload base check.
b511b994 13268
25bbfb31
AM
132692011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
13270
13271 * textmodes/texinfo.el (texinfo-environments):
13272 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
13273
be996521
GM
132742011-03-08 Glenn Morris <rgm@gnu.org>
13275
e9c8529f
GM
13276 * cus-start.el (cursor-in-non-selected-windows):
13277 Fix :set quoting oddness. (Bug#8192)
13278
be996521
GM
13279 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
13280 in some setf expressions. (Bug#2159)
13281
2bb5649e
CY
132822011-03-08 Chong Yidong <cyd@stupidchicken.com>
13283
13284 * custom.el (custom-available-themes): Return themes in
13285 alphabetical order.
13286
33383987 13287See ChangeLog.15 for earlier changes.
e3d51b27
MR
13288
13289;; Local Variables:
13290;; coding: utf-8
e3d51b27
MR
13291;; End:
13292
acaf905b 13293 Copyright (C) 2011-2012 Free Software Foundation, Inc.
e3d51b27
MR
13294
13295 This file is part of GNU Emacs.
13296
13297 GNU Emacs is free software: you can redistribute it and/or modify
13298 it under the terms of the GNU General Public License as published by
13299 the Free Software Foundation, either version 3 of the License, or
13300 (at your option) any later version.
13301
13302 GNU Emacs is distributed in the hope that it will be useful,
13303 but WITHOUT ANY WARRANTY; without even the implied warranty of
13304 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13305 GNU General Public License for more details.
13306
13307 You should have received a copy of the GNU General Public License
13308 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.