Grammar fixes
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
ea376861
SM
12012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
4 re-binding a symbol that has a symbol-macro (bug#12119).
5
d5be7bd0
MB
62012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
7
8 * language/persian.el: New file. (Bug#11812)
9 * loadup.el: Add language/persian.el.
10
90749b53
CY
112012-08-06 Chong Yidong <cyd@gnu.org>
12
13 * window.el (window--maybe-raise-frame): New function.
14 (window--display-buffer): Split off from here.
15 (display-buffer-reuse-window, display-buffer-pop-up-frame)
16 (display-buffer-pop-up-window, display-buffer-use-some-window):
17 Obey an inhibit-switch-frame action alist entry.
18 (display-buffer): Update doc.
19
20 * replace.el (occur-after-change-function): Avoid losing focus by
21 using the inhibit-switch-frame display parameter (Bug#12139).
22
ba7b0154
FEG
232012-08-06 Fabián Ezequiel Gallina <fgallina@cuca>
24
25 Make internal shell process buffer names start with space.
26 * progmodes/python.el (python-shell-make-comint): Add optional
27 argument INTERNAL.
28 (run-python-internal): Use it.
29 (python-shell-internal-get-or-create-process): Check for new
30 internal buffer names.
31
5eaeacb5
GM
322012-08-06 Glenn Morris <rgm@gnu.org>
33
e296d94b 34 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
5eaeacb5
GM
35 Do less getting and setting of environment variables.
36
b7ccbdc2
CY
372012-08-05 Chong Yidong <cyd@gnu.org>
38
777fe95e
CY
39 * proced.el (proced): Add substitution string to docstring to
40 trigger autoloading of the proced library on C-h f (Bug#1768).
41
b7ccbdc2
CY
42 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
43 show defvars which have no second argument (Bug#8638).
44
45 * imenu.el (imenu-generic-expression): Move documentation here
46 from imenu--generic-function.
47 (imenu--generic-function): Refer to imenu-generic-expression.
48
9e3b7800 492012-08-05 Vegard Øye <vegard_oye@hotmail.com> (tiny change)
d5c31f1d
50
51 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
52 indentation declaration.
53 (viper-loop): Add indentation declaration (Bug#7025).
54
e5d9c0d1
CY
552012-08-05 Chong Yidong <cyd@gnu.org>
56
f0422feb
CY
57 * help-fns.el (describe-variable): Add hyperlink for
58 directory-local variables files. Improve buffer-local and
59 permanent-local reporting; suggested by MON KEY (Bug#6644).
60
61 * help-mode.el (help-dir-local-var-def): New button type.
62
e5d9c0d1
CY
63 * files.el (kill-buffer-hook): Provide a defvar.
64
a4f2deaa
GM
652012-08-05 Glenn Morris <rgm@gnu.org>
66
67 * eshell/esh-ext.el (eshell/addpath):
68 Also update eshell-path-env. (Bug#12013)
69
a9dd5754
CY
702012-08-05 Chong Yidong <cyd@gnu.org>
71
a4f2deaa 72 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
615b0bf0 73
d014c740
CY
74 * fringe.el (fringe-styles): Add docstring.
75 (fringe--check-mode): New function.
76 (set-fringe-mode, set-fringe-style): Use it.
77 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
78
a9dd5754
CY
79 * files.el (set-auto-mode): Fix invalid setq call.
80
7c2dc8bd
SM
812012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
82
83 * isearch.el: Misc simplification; use defstruct.
84 (isearch-mode-map): Dense maps now work like sparse ones.
85 (isearch--state): New defstruct.
86 (isearch-string-state, isearch-message-state, isearch-point-state)
87 (isearch-success-state, isearch-forward-state)
88 (isearch-other-end-state, isearch-word-state, isearch-error-state)
89 (isearch-wrapped-state, isearch-barrier-state)
90 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
91 replaced by defstruct's accessors.
92 (isearch--set-state): Rename from isearch-top-state and change
93 calling convention.
94 (isearch-push-state): Use new isearch--get-state.
95 (isearch-toggle-word): Disable regexp when enabling word.
96 (isearch-message-prefix): Remove unused arg _c-q-hack.
97 (isearch-message-suffix): Remove unused arg _ellipsis.
98
7fcc0070
AS
992012-08-04 Andreas Schwab <schwab@linux-m68k.org>
100
101 * simple.el (list-processes--refresh): For a server use :host or
102 :local as the address.
97ad0769 103 (list-processes): Doc fix.
7fcc0070 104
00340faf
MN
1052012-08-04 Michal Nazarewicz <mina86@mina86.com> (tiny change)
106
107 * lisp/mpc.el: Support password in host argument.
108 (mpc--proc-connect): Parse and use new password element.
109 Set mpc-proc variable instead of returning process.
110 (mpc-proc): Adjust accordingly.
111
6dad7178
EZ
1122012-08-03 Eli Zaretskii <eliz@gnu.org>
113
18949c2f
EZ
114 * whitespace.el (whitespace-display-mappings): Use Unicode
115 codepoints, instead of emacs-mule codepoints. See
116 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
117 for the details.
118
6dad7178
EZ
119 * files.el (file-truename): Don't skip symlink-chasing part on
120 windows-nt. Incorporate the resolution of 8+3 short aliases on
121 Windows into the loop that recursively chases symlinks. Compare
122 directory and its parent case-insensitively on MS-Windows and
123 MS-DOS.
124
385b0198
CY
1252012-08-03 Chong Yidong <cyd@gnu.org>
126
6200f3c4
CY
127 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
128
385b0198
CY
129 * sort.el (sort-regexp-fields): Doc fix.
130
b9e74744
TH
1312012-08-03 Tassilo Horn <tsdh@gnu.org>
132
133 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
134 labels regex position point at the expected place.
135
41013cb4
MK
1362012-08-03 MON KEY <monkey@sandpframing.com>
137
138 * net/imap.el (imap-interactive-login, imap-authenticate)
139 (imap-mailbox-lsub, imap-mailbox-list)
140 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
141 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
142 (imap-parse-response): Doc fix.
143
0ffee616
JT
1442012-08-03 João Távora <joaotavora@gmail.com>
145
146 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
147 if sexp scanning does not move point (Bug#5734).
148
cfcc9cc8
TH
1492012-08-02 Tassilo Horn <tsdh@gnu.org>
150
151 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
152 Add listings, minted, and ctable packages.
153 (reftex-label-alist-builtin): Move listings, minted, and ctable
154 entries before LaTeX.
a01bbb84 155 (reftex-label-alist): Docfix.
cfcc9cc8 156
66ec2442
BG
1572012-08-02 Bastien Guerry <bzg@gnu.org>
158
159 * replace.el (occur): Fix docstring (bug#12122).
160
837b365b
GM
1612012-08-02 Glenn Morris <rgm@gnu.org>
162
163 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
164
e098de97
PE
1652012-08-02 Paul Eggert <eggert@cs.ucla.edu>
166
167 Obsolete alias inactivate-current-input-method-function (Bug#10150).
168 * international/mule-cmds.el: Create
169 inactivate-current-input-method-function as an obsolete alias for
170 deactivate-current-input-method-function. See Katsumi Yamaoka in
171 <http://bugs.gnu.org/10150#46>.
172
a0f95636
JB
1732012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
174
175 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
176 of nested `if's.
177
0d26d7c4
GM
1782012-08-01 Glenn Morris <rgm@gnu.org>
179
180 * progmodes/autoconf.el (autoconf-definition-regexp):
181 Add AH_TEMPLATE, adjust submatch numbering.
182 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
183 (autoconf-current-defun-function): Update for above change.
184 (autoconf-current-defun-function): First skip to end of current word.
185
b686ba06
RS
1862012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
187
188 * calendar/cal-html.el (cal-html-insert-agenda-days):
189 Fix typo. (Bug#12018)
190
0d49da68
FEG
1912012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
192
193 Shell processes: enhancements to startup and CEDET compatibility.
194 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
195 (python-shell-make-comint): accept-process-output at startup.
196 (run-python-internal): Set inferior-python-mode-hook to nil.
197 (python-shell-internal-get-or-create-process): call sit-for.
198 (python-preoutput-result): Add obsolete alias.
199 (python-shell-internal-send-string): Use it.
200 (python-shell-send-setup-code): Remove call to
201 accept-process-output.
202
f1a71c6e
AS
2032012-07-31 Andreas Schwab <schwab@linux-m68k.org>
204
205 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
206 (Bug#12108)
207
d2605269
JB
2082012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
209
210 * calc-mode.el (calc-basic-simplification-mode): Rename from
211 `calc-limited-simplification-mode'.
212 (calc-alg-simplification-mode): New function.
d66060f8 213 (calc-set-simplify-mode): Adjust message.
f1a71c6e 214
d2605269
JB
215 * calc.el (calc-set-mode-line): Adjust mode line display for
216 basic simplification mode.
217
218 * calc-help.el (calc-m-prefix-help): Update help message.
219
220 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
221 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
222
a3827a43
BG
2232012-07-31 Bastien Guerry <bzg@gnu.org>
224
225 * man.el (man): Fix comment. (bug#12101)
226
502e3f89
MR
2272012-07-31 Martin Rudalics <rudalics@gmx.at>
228
229 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
230 Don't return a non-nil value when no suitable buffer was found.
231
d7714961
FEG
2322012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
233
234 * progmodes/python.el (run-python-internal): Disable font lock for
235 internal shells.
236
1f45e27e
SM
2372012-07-30 Stefan Merten <smerten@oekonux.de>
238
239 * rst.el: Silence `checkdoc-ispell'.
240 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
241 (rst-official-version, rst-official-cvs-rev)
242 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
243 (rst-mode-map): New key binding.
244
0aee6912
PE
2452012-07-30 Paul Eggert <eggert@cs.ucla.edu>
246
247 Update .PHONY listings in makefiles.
248 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
249 autoloads, update-subdirs, updates, bzr-update, update-authors,
250 compile-onefile, compile-calc, backup-compiled-files,
251 compile-after-backup, compile-one-process, mh-autoloads,
252 bootstrap-clean, distclean, maintainer-clean.
253
9052f9f0
JB
2542012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
255
1823ac5a
JB
256 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
257 (calc-set-mode-line): Don't display "AlgSimp ".
258
259 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
260 (calc-lim-simplify-mode): New function.
261 (calc-set-simplify-mode): Default to 'alg.
262 (calc-default-simplify-mode): Make algebraic simplifications
263 the default.
264
265 * calc/calc-ext.el (calc-init-extensions): Remove binding for
266 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
267
8d7c7eed 268 * calc/calc-help.el (calc-m-prefix-help): Change messages to
4b337409
JB
269 indicate new simplification modes.
270
1823ac5a
JB
271 * calc/README: Mention new default simplification mode.
272
9052f9f0
JB
273 * calc/calc.el (math-normalize-error): New variable.
274 (math-normalize): Set `math-normalize-error' to t
275 when there's an error.
276
277 * calc/calc-alg.el (math-simplify): Don't simplify when
278 `math-normalize' returns an error.
279
20ba0cb4
EZ
2802012-07-29 Eli Zaretskii <eliz@gnu.org>
281
282 * international/mule-cmds.el (set-locale-environment): Revert last
283 change, since display-graphic-p returns nil when this function is
284 called during startup. Instead...
285
286 * term/w32console.el (terminal-init-w32console): ...setup the
287 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
288
a5dcc929
JL
2892012-07-29 Juri Linkov <juri@jurta.org>
290
291 * simple.el (goto-line): Don't display default line number in the
292 prompt because it should be displayed by `read-number' (bug#9952).
293 Add the current line number to the defaults of `goto-line' to
294 allow its easier modification by users with `M-n' (bug#9201).
295
296 * subr.el (read-number): Support multiple default values like in
297 other minibuffer reading functions. Replace `read' with
298 `string-to-number' for consistency with `number-to-string'.
299
72b255c7
PE
3002012-07-29 Paul Eggert <eggert@cs.ucla.edu>
301
302 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
303 * emulation/viper-init.el (viper-deactivate-input-method-action):
304 Rename from viper-inactivate-input-method-action.
305 (viper-deactivate-input-method):
306 Rename from viper-inactivate-input-method.
307 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
308 * international/mule-cmds.el (deactivate-input-method):
309 Rename from inactivate-input-method.
310 Also run input-method-deactivate-hook.
311 (deactivate-current-input-method-function):
312 Rename from inactivate-current-input-method-function.
313 (input-method-deactivate-hook): New hook.
314 (input-method-inactivate-hook): Mark obsolete.
bb6eb9fc
PE
315 (inactivate-input-method): Mark obsolete.
316
72b255c7
PE
317 * international/quail.el (quail-activate):
318 Also run quail-deactivate-hook.
319 (quail-deactivate): Rename from quail-inactivate.
320 * international/robin.el (robin-activate):
321 Also run robin-deactivate-hook.
322 (robin-deactivate): Rename from robin-inactivate.
323
2549c068
CY
3242012-07-29 Chong Yidong <cyd@gnu.org>
325
326 * simple.el (indicate-copied-region): New function.
327 (kill-ring-save): Split off from here.
328
329 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
330 (kill-rectangle): Set deactivate-mark to t on read-only error.
331
332 * register.el (copy-to-register, copy-rectangle-to-register):
333 Deactivate the mark, and use indicate-copied-region (Bug#10056).
334 (append-to-register, prepend-to-register): Call
335
17711ed9
JL
3362012-07-29 Juri Linkov <juri@jurta.org>
337
338 * simple.el (async-shell-command-buffer): New defcustom.
339 (shell-command): Use it. (Bug#4719)
340
01bd1b0d
EZ
3412012-07-28 Eli Zaretskii <eliz@gnu.org>
342
343 * international/mule-cmds.el (set-locale-environment): In a
344 console session on MS-Windows, set up keyboard and terminal
345 encoding from the OEM codepage, not the ANSI codepage.
346 (Bug#12055)
347
a55739d3
CY
3482012-07-28 Chong Yidong <cyd@gnu.org>
349
350 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
351 gdb-get-location.
352
9a0f8f2e
LL
3532012-07-25 Leo Liu <sdl.web@gmail.com>
354
355 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
356 the alist (bug#12029).
357
20329d73
EZ
3582012-07-28 Eli Zaretskii <eliz@gnu.org>
359
360 * makefile.w32-in (custom-deps, finder-data, updates, compile)
361 (compile-always, compile-first)
362 ($(lisp)/calendar/cal-loaddefs.el)
363 ($(lisp)/calendar/diary-loaddefs.el)
364 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
365 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
366 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
367 instead of on update-subdirs.
368 (bootstrap-clean): Delete $(lisp)/subdirs.el.
369
345a2258
CY
3702012-07-28 Chong Yidong <cyd@gnu.org>
371
1eee6341
CY
372 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
373 directory if vc-deduce-backend returns nil (Bug#7350).
374
345a2258
CY
375 * simple.el (delete-trailing-lines): New option.
376 (delete-trailing-whitespace): Obey it (Bug#11879).
377
049a0936
DE
3782012-07-28 David Engster <deng@randomsample.de>
379
380 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
381 Explanation of new 'symbol-qnames feature in doc-strings.
382 (xml-maybe-do-ns): Return expanded names as plain symbols if
383 'symbol-qnames was provided in XML-NS argument (Bug#11916).
384 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
385
aa81af71
FEG
3862012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
387
388 Consistent completion in inferior python with emacs -nw.
389 * progmodes/python.el (inferior-python-mode): replace "<tab>"
390 binding in inferior-python-mode-map with "\t".
391 (python-shell-completion-complete-at-point)
392 (python-completion-complete-at-point): Remove interactive spec.
393
e827b1eb
JB
3942012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
395
396 * calc/calccomp.el (math-compose-expr): Undo previous change.
397
a90dfb95
FEG
3982012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
399
400 * progmodes/python.el (python-mode-map): Added keybinding for
401 run-python.
402 (python-shell-make-comint): Fix pop-to-buffer call.
403 (run-python): Autoload. New arg SHOW.
404 (python-shell-get-or-create-process): Do not pop python process
405 buffer.
406
32770973 4072012-07-27 Michael Albinus <michael.albinus@gmx.de>
1c6ef030
MA
408
409 * notifications.el (notifications-on-action-signal)
410 (notifications-on-closed-signal): Use also the bus address for the map.
411 (notifications-notify, notifications-close-notification)
412 (notifications-get-capabilities): Add optional argument BUS.
413
86332df2
TH
4142012-07-27 Tassilo Horn <tsdh@gnu.org>
415
416 * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add
417 support for the lstlisting and minted environments, and for the
418 ctable macro.
419 * textmodes/reftex.el (reftex-compile-variables): Also recognize
420 labels written in keyvals syntax.
421
ca1302a4
JB
4222012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
423
424 * calc/calccomp.el (math-compose-expr): Use parentheses when
425 there is a product in the denominator of a fraction.
426
f8b91036
EZ
4272012-07-26 Eli Zaretskii <eliz@gnu.org>
428
429 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
430 ($(lisp)/calendar/diary-loaddefs.el)
431 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
432 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs. Fixes
433 failures in parallel bootstrap because subdirs.el is being
434 rewritten while the autoload files are built at the same time,
435 which needs to load subdirs.el.
436
c8e5a42c
MR
4372012-07-26 Martin Rudalics <rudalics@gmx.at>
438
439 * mouse.el (popup-menu): Fix doc-string and re-indent code.
440 (mouse-drag-line): Don't exit tracking when a switch-frame or
441 switch-window event occurs (Bug#12006).
442
670d85ea
SM
4432012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
444
445 * mouse.el (popup-menu): Fix last change.
446
7abaf5cc
SM
4472012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
448
449 Autoload from Lisp with more care. Follow aliases when looking for
450 function properties.
451 * subr.el (autoloadp): New function.
452 (symbol-file): Use it.
453 (function-get): New function.
454 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
455 autoload-do-load.
456 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
457 (lisp-indent-function):
458 * emacs-lisp/gv.el (gv-get):
459 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
460 * emacs-lisp/byte-opt.el (byte-optimize-form):
461 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
462 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
463 Use function-get.
464 * emacs-lisp/cl.el: Don't propagate function properties any more.
465
466 * speedbar.el (speedbar-add-localized-speedbar-support):
467 * emacs-lisp/disass.el (disassemble-internal):
468 * desktop.el (desktop-load-file):
469 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
470 (describe-function-1):
471 * emacs-lisp/find-func.el (find-function-noselect):
472 * emacs-lisp/elp.el (elp-instrument-function):
473 * emacs-lisp/advice.el (ad-has-proper-definition):
474 * apropos.el (apropos-safe-documentation, apropos-macrop):
475 * emacs-lisp/debug.el (debug-on-entry):
476 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
477 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
478 * calc/calc.el (name): Use autoloadp & autoload-do-load.
479
b1364986
AA
4802012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
481
482 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
483 function, not an obsolete variable (Bug#12046).
484
67ada220
AS
4852012-07-25 Andreas Schwab <schwab@linux-m68k.org>
486
487 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
488
f08088e3
CS
4892012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
490
491 * emacs-lisp/pp.el (pp-display-expression): Select old selected
492 window only if it is still live (Bug#12034).
493
8137e7b3
MR
4942012-07-25 Martin Rudalics <rudalics@gmx.at>
495
496 * subr.el (redirect-frame-focus): Add advertised calling
497 convention (Bug#12030).
498
09ae5da1
PE
4992012-07-25 Paul Eggert <eggert@cs.ucla.edu>
500
501 Prefer typical American spelling for "acknowledgment".
502 * vc/add-log.el (change-log-acknowledgment): Rename from
503 change-log-acknowledgement, with an alias for the old name.
504
3cc5a3a8
JB
5052012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
506
507 * calc-alg.el (math-simplify-divide): Don't cross multiply
508 in an equation when the lhs is a variable.
509
b7af7f62
JD
5102012-07-24 Julien Danjou <julien@danjou.info>
511
512 * net/netrc.el (netrc-find-service-number, netrc-store-data):
513 Remove, unused.
514
ec1b09b1
EZ
5152012-07-23 Eli Zaretskii <eliz@gnu.org>
516
517 * startup.el (command-line): Don't display an empty user name in
518 the error message about non-existent home directory, when
519 init-file-user was set to an empty string. See
520 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
521 for the details and context.
522
b525fd8a
VB
5232012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
524
525 * ses.el (ses-cell-formula-aset): New macro.
526 (ses-cell-references-aset): New macro.
527 (ses-cell-p): New function.
528 (ses-rename-cell): Do no longer rely on complex operations like
529 ses-cell-set-formula or ses-set-cell to change the cell and handle
530 the undo at the same time, but rather use lower level new macros
531 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
532 the undo directly. Refresh the mode line.
533
2c73e345
LL
5342012-07-21 Leo Liu <sdl.web@gmail.com>
535
670d85ea
SM
536 * progmodes/cc-cmds.el (c-defun-name):
537 Use match-string-no-properties instead for consistency.
2c73e345 538
542dfbde
LL
5392012-07-20 Leo Liu <sdl.web@gmail.com>
540
3646bcd6
LL
541 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
542 (Bug#7879)
543
542dfbde
LL
544 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
545
25721031
CY
5462012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
547
548 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
549 * progmodes/bug-reference.el, misearch.el: Provide themselves
550 (bug#11915).
551
552 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
553 of narrowed buffer (bug#11966).
554
316e68a7
VB
5552012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
556
557 * ses.el (ses-rename-cell): Set new name also in reference list of
558 cells of which the renamed cell depends.
559
bbf0e7d9
MY
5602012-07-20 Masatake YAMATO <yamato@redhat.com>
561
562 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
563 to check whether menu-bar is shown or not. If not shown,
564 show the menu-bar as a popup menu instead of using tmm.
565 * mouse.el (popup-menu): Accept `point' as `position' argument.
566
c28662a8
DG
5672012-07-20 Dmitry Gutov <dgutov@yandex.ru>
568
569 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
570 up inside string symbol literal (bug#11923).
571
87ab808f
EZ
5722012-07-20 Eli Zaretskii <eliz@gnu.org>
573
574 * startup.el (fancy-startup-text): Read the whole tutorial, not
575 just its first 256 bytes. Prevents gibberish in display of the
576 tutorial title.
577
89dea803
DA
5782012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
579
580 Drop idle buffer compaction due to an absence of the
581 proved efficiency.
582 * compact.el: Remove.
583
8a4e6db8
SS
5842012-07-19 Sam Steingold <sds@gnu.org>
585
586 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
587 vc-bzr-pull & vc-bzr-merge-branch.
588 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
589 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
590 for consistency with compilation-error-regexp-alist.
591 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
592 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
593 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
594 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
595
5db81e33
SM
5962012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
597
598 * emacs-lisp/chart.el: Use lexical-binding.
599 (chart-emacs-storage): Don't hardcode the list of entries.
600
5b835e1d
DA
6012012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
602
603 Next round of tweaks caused by Fgarbage_collect changes.
604 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
605
9cd47b72
DA
6062012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
607
608 Compact buffers when idle.
609 * compact.el: New file.
610
1d6fc0df
SM
6112012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
612
613 * subr.el (eventp): Presume that if it looks vaguely like an event,
614 it's an event (bug#10190).
615
1d29cc7d
FEG
6162012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
617
618 Enhancements to ppss related code (thanks Stefan).
619 * progmodes/python.el (python-indent-context)
620 (python-indent-calculate-indentation, python-indent-dedent-line)
621 (python-indent-electric-colon, python-nav-forward-block)
622 (python-mode-abbrev-table)
1d6fc0df 623 (python-info-assignment-continuation-line-p): Simplify checks
1d29cc7d
FEG
624 for ppss context.
625 (python-info-continuation-line-p): Cleanup.
626 (python-info-ppss-context): Do not catch 'quote.
627 (python-info-ppss-context-type)
628 (python-info-ppss-comment-or-string-p): Simplify.
629
d583cbe6
FEG
6302012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
631
632 * progmodes/python.el: Enhancements to eldoc support.
633 (python-info-current-symbol): New function.
634 (python-eldoc-at-point): Use python-info-current-symbol.
635 (python-info-current-defun): Fix cornercase on first defun scan.
636 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
637 and signal error when no inferior python process is available.
638
eceb6feb
DG
6392012-07-18 Dmitry Gutov <dgutov@yandex.ru>
640
641 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
642 assume it's always t.
643 (vc-git-registered): Remove caching, the function is only called
644 once.
645 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
646
4c8ff0fe
CY
6472012-07-18 Chong Yidong <cyd@gnu.org>
648
19fb7186
CY
649 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
650
9587c688
CY
651 * simple.el (count-words): Report on narrowing (Bug#9959).
652
0fe776a1
CY
653 * bindings.el: Bind M-= to count-words.
654
4c8ff0fe
CY
655 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
656
7f5331cc
MY
6572012-07-18 Masatake YAMATO <yamato@redhat.com>
658
659 * progmodes/sh-script.el (sh-imenu-generic-expression):
660 Capture a function with `function' keyword and without parentheses
661 like "function FOO" (bug#11856).
662
2dc2a609
TH
6632012-07-18 Tassilo Horn <tassilo@member.fsf.org>
664
665 * window.el (split-window-sensibly): Make WINDOW argument
666 optional.
667
439f7677
CY
6682012-07-18 Chong Yidong <cyd@gnu.org>
669
9aeb25a6
CY
670 * subr.el (keyboard-translate): Doc fix (Bug#7261).
671
439f7677
CY
672 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
673 and make C-x 8 RET exit isearch (Bug#11439).
674
675 * international/iso-transl.el: Move isearch-mode-map key
676 definitions to isearch.el.
677
12999ea8
SM
6782012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
679
680 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
681 (eieio-defclass): Use gv-define-setter when possible.
682
3ab6e069
DA
6832012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
684
685 Reflect recent changes in Fgarbage_collect.
686 * emacs-lisp/chart.el (chart-emacs-storage): Change to
687 reflect new format of data returned by Fgarbage_collect.
688
0a60bc10
FEG
6892012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
690
691 New utility functions + python-info-ppss-context fix (Bug#11910).
692 * progmodes/python.el (python-info-beginning-of-block-statement-p)
693 (python-info-ppss-comment-or-string-p): New functions.
694 (python-info-ppss-context): Small fix for string check.
695
6dafa0d5
JL
6962012-07-17 Juri Linkov <juri@jurta.org>
697
698 * dired-aux.el (dired-do-async-shell-command): Doc fix.
699 (dired-do-async-shell-command): Don't add `*' at the end of the
700 command (Bug#11815).
701 (dired-do-shell-command): Doc fix.
702 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
703 Join the individual commands using either "&" or ";" as the
704 separator depending on the values of these trailing characters.
705 At the end re-add the trailing "&". (Bug#10598)
706
707 * simple.el (async-shell-command): Sync the interactive spec with
708 `shell-command'. Doc fix.
709 (shell-command): Doc fix.
710
b19dd9d1
JL
7112012-07-17 Juri Linkov <juri@jurta.org>
712
713 * descr-text.el (describe-char): Fix format args. (Bug#10129)
714
bcdc27d7 7152012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
7f5331cc 716
bcdc27d7 717 Final renames and doc fixes for movement commands (bug#11899).
7f5331cc
MY
718 * progmodes/python.el (python-nav-beginning-of-statement):
719 Rename from python-nav-statement-start.
bcdc27d7
FEG
720 (python-nav-end-of-statement): Rename from
721 python-nav-statement-end.
722 (python-nav-beginning-of-block): Rename from
723 python-nav-block-start.
724 (python-nav-end-of-block): Rename from python-nav-block-end.
725
191da00e
FEG
7262012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
727
7f5331cc
MY
728 * progmodes/python.el (python-shell-send-string-no-output):
729 Allow accept-process-output to quit, keeping shell process ready for
191da00e
FEG
730 future interactions (Bug#11868).
731
4dc7c8d5 7322012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
aa7aaf8f 733
88ecaf8f
SM
734 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
735
ef501ef0
SM
736 * emacs-lisp/elint.el (elint-find-args-in-code):
737 Use help-function-arglist, so as to handle lexical byte-code.
738
aa7aaf8f
SM
739 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
740 change (bug#11826).
741
45fd731c
SM
7422012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
743
2143fa32
SM
744 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
745 Avoid spuriously marking the buffer as modified because of c-is-sws.
746
efc26dbe
SM
747 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
748 as not-a-comment (bug#11946).
749
f5695c9a
SM
750 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
751 for uninterned vars.
752
753 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
754 Use read-event since we don't really want to read chars but bytes.
755
45fd731c
SM
756 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
757 $$..$$ but also $..$ using regexps (bug#11953).
758 Use tex-verbatim for \url and \path.
759 (tex-font-lock-keywords): Define as defconst like the others.
760 (tex-common-initialization): Don't use font-lock-syntax-table any more.
761
ddfc8813
RK
7622012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
763
764 * international/mule-cmds.el (ucs-insert): Make it an obsolete
765 alias for insert-char.
766
758e556a
FEG
7672012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
768
769 * progmodes/python.el: Simplified imenu implementation.
770 (python-nav-jump-to-defun): Remove command.
771 (python-mode-map): Use `imenu' instead.
772 (python-nav-list-defun-positions-cache)
773 (python-imenu-include-defun-type, python-imenu-make-tree)
774 (python-imenu-subtree-root-label, python-imenu-index-alist):
775 Remove vars.
776 (python-nav-list-defun-positions, python-nav-read-defun)
777 (python-imenu-tree-assoc, python-imenu-make-element-tree)
45fd731c
SM
778 (python-imenu-make-tree, python-imenu-create-index):
779 Remove functions.
758e556a
FEG
780 (python-mode): Update to interact with imenu by setting
781 `imenu-extract-index-name-function' only.
782
032d23ab
FEG
7832012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
784
785 * progmodes/python.el: Enhancements to navigation commands.
786 (python-nav-backward-sentence)
787 (python-nav-forward-sentence): Remove.
788 (python-nav-backward-statement, python-nav-forward-statement)
789 (python-nav-statement-start, python-nav-statement-end)
790 (python-nav-backward-block, python-nav-forward-block)
791 (python-nav-block-start, python-nav-block-end)
792 (python-nav-forward-sexp-function)
793 (python-info-current-line-comment-p)
794 (python-info-current-line-empty-p): New functions.
795 (python-indent-context): Use `python-nav-statement-start'.
796
01795a1b
MA
7972012-07-16 Michael Albinus <michael.albinus@gmx.de>
798
9328d9aa
MA
799 * eshell/em-ls.el (eshell/ls): Use `apply'.
800
801 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
802 multi-hops, instead of Tramp internals.
803
01795a1b
MA
804 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
805
806 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
807 when F1 and F2 are located on different hosts.
808
63408057
CY
8092012-07-14 Chong Yidong <cyd@gnu.org>
810
811 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
812 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
813 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
814 (xterm-mouse--read-event-sequence-1000)
815 (xterm-mouse--read-event-sequence-1006): New functions. For old
816 mouse protocol, handle M-mouse-X events correctly.
817 (xterm-mouse-event): New arg specifying mouse protocol.
818 (turn-on-xterm-mouse-tracking-on-terminal)
819 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
45fd731c
SM
820 sequence to toggle extended coordinates on newer XTerms.
821 This appears to be harmless on terminals which do not support this.
63408057 822
cd276f6e
LL
8232012-07-14 Leo Liu <sdl.web@gmail.com>
824
28ca98ac
LL
825 Add fringe bitmap indicators for flymake. (Bug#11253)
826 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
827 (flymake-make-overlay): New arg BITMAP.
828 (flymake-error-bitmap, flymake-warning-bitmap)
829 (flymake-fringe-indicator-position): New user variables.
830
cd276f6e
LL
831 * fringe.el: New bitmap exclamation-mark.
832
04408072
JD
8332012-07-14 Jan Djärv <jan.h.d@swipnet.se>
834
835 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
836 also (Bug#7879).
837
b5cf7fc4
CY
8382012-07-14 Chong Yidong <cyd@gnu.org>
839
840 * electric.el (electric-pair-post-self-insert-function): Fix pair
841 insertion in empty-region case (Bug#11520).
842
be755c79
RT
8432012-07-14 Chong Yidong <cyd@gnu.org>
844
45fd731c
SM
845 * bindings.el: Consolidate ctl-x-r-map bindings.
846 Bind copy-rectangle-as-kill to C-x r w.
be755c79
RT
847
848 * rect.el, register.el: Move bindings to bindings.el.
849
8502012-07-14 Reuben Thomas <rrt@sc3d.org>
851
852 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
853
7f5b3198
AS
8542012-07-13 Andreas Schwab <schwab@linux-m68k.org>
855
856 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
857
97662200
JB
8582012-07-13 Juanma Barranquero <lekktu@gmail.com>
859
80185fed
JB
860 * bindings.el (top): Use `mapc' instead of `mapcar'.
861
97662200
JB
862 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
863
2bb1ae55
MA
8642012-07-13 Michael Albinus <michael.albinus@gmx.de>
865
866 * progmodes/sql.el (sql-comint): Suppress the check for program on
867 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
868 (Bug#11908)
869
dea31bd3
CY
8702012-07-13 Chong Yidong <cyd@gnu.org>
871
872 * bindings.el: Assign a non-nil permanent-local property to
873 per-buffer variables which lack a default value (Bug#11930).
874
875 * help-fns.el (describe-variable): In the "automatically becomes
876 local" notice, take note of permanent-local variables.
877
b68b3337
CY
8782012-07-13 Chong Yidong <cyd@gnu.org>
879
880 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
881 to allow printing the message when called from Lisp.
882
883 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
884 Remove toggle-read-only.
885
886 * bs.el (bs-toggle-readonly):
45fd731c
SM
887 * buff-menu.el (Buffer-menu-toggle-read-only):
888 Remove with-no-warnings around toggle-read-only.
b68b3337
CY
889
890 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
891 Remove with-no-warnings around toggle-read-only.
892 (ffap-read-only, ffap-read-only-other-window)
893 (ffap-read-only-other-frame): Callers changed.
894
895 * help-mode.el: Don't require view package.
896 (help-mode-finish): Set buffer-read-only instead of calling
897 toggle-read-only.
898
899 * bindings.el (mode-line-toggle-read-only):
900 * dired.el (dired-toggle-read-only):
901 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
902 with non-nil second arg.
903
904 * emacs-lisp/eieio-custom.el (eieio-customize-object):
905 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
906 directly.
907
56bc1586
EZ
9082012-07-12 Eli Zaretskii <eliz@gnu.org>
909
910 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
911 not incf.
912
a464a6c7
SM
9132012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
914
915 More CL cleanups and reduction of use of cl.el.
916 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
917 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
918 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
919 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
920 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
921 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
922 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
923 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
924 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
925 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
926 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
927 * eshell/em-cmpl.el, eshell/em-banner.el:
928 * calendar/parse-time.el: Use cl-lib.
929 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
930 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
931 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
932 * term/ns-win.el, term.el, shell.el, ps-samp.el:
933 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
934 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
935 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
936 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
937 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
938 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
939 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
940 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
941 `lambda' rather than with `quote'.
942 (eshell-do-opt): Adjust accordingly.
943 (eshell-process-option): Simplify.
944 * eshell/esh-var.el:
945 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
946 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
947 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
948 to `pcase--dontcare'.
949 * emacs-lisp/cl.el (labels): Mark obsolete.
950 (cl--letf, letf): Move to cl-lib.
951 (cl--letf*, letf*): Remove.
952 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
953 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
954 (cl-progv): Rewrite.
955 (cl--letf, cl-letf): Move from cl.el.
956 (cl-letf*): New macro.
957 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
958
7ad4afe1
MA
9592012-07-11 Michael Albinus <michael.albinus@gmx.de>
960
961 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
962
9af57756
CY
9632012-07-11 Chong Yidong <cyd@gnu.org>
964
965 * vc/log-edit.el (log-edit-vc-backend): New variable.
966 (log-edit): Doc fix.
967
968 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
969 argument of log-edit to set up all local variables.
970 (vc-start-logentry): New optional arg specifying VC backend.
971
972 * vc/vc.el (vc-checkin): Use it.
973 (vc-deduce-fileset): Handle Log Edit buffers.
974 (vc-diff): Make first argument optional too.
975
976 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
977
8477cc7a
MA
9782012-07-10 Michael Albinus <michael.albinus@gmx.de>
979
980 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
981 command, just in case. The function is not needed anymore.
982 (eshell-external-command): Do not call `eshell-remote-command'.
983
19faa8e8
SM
9842012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
985
f58e0fd5
SM
986 Reduce use of (require 'cl).
987 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
988 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
989 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
990 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
991 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
992 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
993 * battery.el, avoid.el, abbrev.el: Use cl-lib.
994 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
995 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
996 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
997 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
998 * calculator.el, autorevert.el, apropos.el: Don't require CL.
999 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
1000 (byte-compile-unfold-bcf, byte-compile-check-variable):
1001 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
1002 (byte-compile-nilconstp):
1003 * emacs-lisp/autoload.el (make-autoload): Use pcase.
1004 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
1005
2519d43a
SM
1006 * emacs-lisp/gv.el (cond): Make it a valid place.
1007 (if): Simplify slightly.
1008
19faa8e8
SM
1009 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
1010 (pcase--self-quoting-p): New function.
1011 (pcase--u1): Use it.
1012
c4907a5e
GM
10132012-07-10 Glenn Morris <rgm@gnu.org>
1014
1015 * emacs-lisp/authors.el (authors-fixed-entries):
1016 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
1017
c4444d16
PE
10182012-07-09 Paul Eggert <eggert@cs.ucla.edu>
1019
1020 Rename configure.in to configure.ac (Bug#11603).
1021 * emacs-lisp/authors.el (authors-canonical-file-name):
1022 * progmodes/autoconf.el (autoconf-mode):
1023 Prefer configure.ac to configure.in.
1024
d75be97d
CY
10252012-07-08 Chong Yidong <cyd@gnu.org>
1026
01ac65bd
CY
1027 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
1028 Implement the mouse-1-click-follows-link handling properly.
1029
1030 * info.el (Info-link-keymap): Use follow-link mechanism for
1031 header-line links (Bug#374).
1032
d75be97d
CY
1033 * simple.el (deactivate-mark): Do not set the primary selection
1034 if another program has acquired it (Bug#11772).
1035
87a92845 10362012-07-07 Kevin Ryde <user42@zip.com.au>
f0ecdfea
KR
1037
1038 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
1039 (woman-decode-region): Replace escaped-escapes without destroying
1040 bold or underline (Bug#11552).
87a92845 1041 (woman2-process-escapes): Handle nofill regions (Bug#11591).
f0ecdfea 1042
621b9d6c
CY
10432012-07-07 Chong Yidong <cyd@gnu.org>
1044
1045 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
19faa8e8
SM
1046 (interprogram-cut-function, interprogram-paste-function):
1047 Mention that we typically mean the clipboard.
621b9d6c 1048
133a11fc
GM
10492012-07-06 Glenn Morris <rgm@gnu.org>
1050
0d27a45e
GM
1051 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
1052
133a11fc
GM
1053 * files.el (toggle-read-only): Restrict message to interactive use.
1054
07b151f1
MA
10552012-07-06 Michael Albinus <michael.albinus@gmx.de>
1056
1057 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
1058
1059 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
1060
211b896b
GM
10612012-07-06 Glenn Morris <rgm@gnu.org>
1062
50394322
GM
1063 * Makefile.in (compile-one-process): Rename from "recompile".
1064
211b896b
GM
1065 * Makefile.in (bzr-update): "compile" is the same as "recompile
1066 autoloads", but parallelizable, so use that instead.
1067
4737eec9
DG
10682012-07-06 Dmitry Gutov <dgutov@yandex.ru>
1069
1070 * window.el (quit-window): Always restore window height when
8137e7b3 1071 it's saved in quit-restore parameter (Bug#11810).
4737eec9 1072
226c3633 10732012-07-06 Glenn Morris <rgm@gnu.org>
cb442973
GM
1074
1075 * simple.el (kill-whole-line): Doc tweak.
1076
226c3633 10772012-07-06 Eli Zaretskii <eliz@gnu.org>
93842198
EZ
1078
1079 * files.el (file-relative-name): Compare file names
1080 case-insensitively if on MS-Windows or MS-DOS, or if
1081 read-file-name-completion-ignore-case is non-nil. Don't use
1082 case-fold-search for this purpose. (Bug#11827)
1083
4dc7c8d5
SM
10842012-07-17 Andreas Schwab <schwab@linux-m68k.org>
1085
1086 * calendar/cal-dst.el (calendar-current-time-zone):
1087 Return calendar-current-time-zone-cache if non-nil.
1088
10892012-07-17 Masatake YAMATO <yamato@redhat.com>
226c3633 10902012-07-06 Andreas Schwab <schwab@linux-m68k.org>
3d8b9024 1091
19faa8e8
SM
1092 * calendar/cal-dst.el (calendar-current-time-zone):
1093 Return calendar-current-time-zone-cache if non-nil.
3d8b9024 1094
60198fc9
GM
10952012-07-06 Glenn Morris <rgm@gnu.org>
1096
1097 * Makefile.in (cvs-update): Remove old alias.
1098
957b3189
MA
10992012-07-05 Michael Albinus <michael.albinus@gmx.de>
1100
1101 Sync with Tramp 2.2.6-pre.
1102
1103 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
1104 compatible declaration.
1105
19faa8e8
SM
1106 * net/tramp-cmds.el (tramp-append-tramp-buffers):
1107 Protect `list-load-path-shadows' call.
957b3189
MA
1108
1109 * net/tramp-compat.el (top): Require packages, which aren't
1110 autoloaded anymore for XEmacs. Protect call of
1111 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
1112 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
1113 it hurts at least for SXEmacs.
1114 (tramp-compat-temporary-file-directory): In XEmacs, there is no
1115 standard-value for `temporary-file-directory'.
1116
1117 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
1118 Redirect stderr to /dev/null.
1119 (tramp-sh-handle-write-region): uid and gid can be floats.
1120 Reported by Russell Sim <russell.sim@gmail.com>.
1121 (tramp-sh-handle-vc-registered): Hide errors.
1122 (tramp-vc-file-name-handler): Use dummy results for `process-file'
1123 and `start-file-process'.
1124 (tramp-maybe-open-connection): Check also whether `non-essential'
1125 is bound.
1126
566df3fc
CY
11272012-07-04 Chong Yidong <cyd@gnu.org>
1128
1129 * xml.el (xml--parse-buffer): Use xml-syntax-table.
1130 (xml-parse-tag): Likewise, and avoid changing entity tables.
1131 (xml-syntax-table): Define from scratch, making sure not to give
1132 x2000 and other Unicode spaces whitespace syntax, since those are
1133 not spaces in XML.
1134 (xml-parse-fragment): Delete unused function.
1135 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
1136 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
1137 (xml-entity-ref, xml-pe-reference-re)
1138 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
1139 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
1140 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
1141 (xml-entity-value-re): Use syntax references in regexps where
1142 possible; no need to define inside a let-binding.
1143 (xml-parse-dtd): Use xml-pe-reference-re.
1144 (xml-entity-or-char-ref-re): New defconst.
1145 (xml-parse-string, xml-substitute-special): Use it.
1146
30eabd7a
SM
11472012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
1148
0781098a
SM
1149 * files.el (locate-dominating-file): Allow `name' to be a predicate.
1150 (find-file--read-only): New function.
1151 (find-file-read-only, find-file-read-only-other-window)
1152 (find-file-read-only-other-frame): Use it.
1153 (insert-file-contents-literally): Don't `fset'.
1154 (get-free-disk-space): Use locate-dominating-file.
1155
b5771c0d
SM
1156 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
1157 function is already compiled.
1158
30eabd7a
SM
1159 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
1160
b4886f6e
MA
11612012-07-03 Michael Albinus <michael.albinus@gmx.de>
1162
1163 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
1164 files on the same host.
1165
b9d82339
AS
11662012-07-03 Andreas Schwab <schwab@linux-m68k.org>
1167
1168 * help-fns.el (describe-function-1): Only call
1169 help-fns--autoloaded-p when we have a file name. (Bug#11848)
1170
a76e6535
CY
11712012-07-03 Chong Yidong <cyd@gnu.org>
1172
1173 * xml.el: Protect parser against XML bombs.
1174 (xml-entity-expansion-limit): New variable.
1175 (xml-parse-string, xml-substitute-special): Use it.
1176 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
1177
b544fef2
GM
11782012-07-03 Glenn Morris <rgm@gnu.org>
1179
1180 * progmodes/bug-reference.el (bug-reference-bug-regexp):
1181 Allow linking to specific messages in debbugs reports (eg 123#5).
1182
a7aef6f5
CY
11832012-07-02 Chong Yidong <cyd@gnu.org>
1184
1185 * xml.el: Fix entity and character reference expansion, allowing
1186 them to expand into markup as per XML spec.
1187 (xml-default-ns): New variable.
1188 (xml-entity-alist): Use XML spec definitions for lt and amp.
30eabd7a
SM
1189 (xml-parse-region): Make first two arguments optional.
1190 Discard text properties.
1191 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
1192 All callers changed.
a7aef6f5
CY
1193 (xml-parse-tag): Call xml-parse-tag-1. For backward
1194 compatibility, this function should not modify buffer contents.
1195 (xml-parse-tag-1): Fix opening-tag regexp.
1196 (xml-parse-string): Rewrite, handling entity and character
1197 references properly.
1198 (xml--entity-replacement-text): Signal an error if a parameter
1199 entity is undefined.
1200
3df31c9f
SM
12012012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
1202
2b5208f1
SM
1203 * comint.el (comint-output-filter): Filter out repeated prompts.
1204
3df31c9f
SM
1205 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
1206 and file-name-absolute-p.
1207 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
1208 internal calls.
1209
e3ac1281
PE
12102012-07-02 Paul Eggert <eggert@cs.ucla.edu>
1211
1212 Spelling fixes.
1213 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
1214 Rename from byte-compile--refiy-function. All uses changed.
1215
fbf2e7ad
CY
12162012-07-01 Chong Yidong <cyd@gnu.org>
1217
1218 * xml.el (xml--parse-buffer): New function. Move most of
1219 xml-parse-region here.
1220 (xml-parse-region): Copy region into a temporary buffer, since
1221 parameter entity substitution requires changing buffer contents.
1222 Use xml--parse-buffer.
1223 (xml-parse-file): Use xml--parse-buffer.
1224 (xml-parse-dtd): Make parameter entity substitution work right.
6fe566a7 1225 Use proper regexps for ELEMENT declarations (Bug#7172).
fbf2e7ad 1226
9bf0aa15
GM
12272012-06-30 Glenn Morris <rgm@gnu.org>
1228
bbce2853
GM
1229 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
1230
9bf0aa15
GM
1231 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
1232 Remove outdated and unnecessary dbus declarations.
1233
0d23c240
EZ
12342012-06-30 Eli Zaretskii <eliz@gnu.org>
1235
1236 * emacs-lisp/timer.el (timer-until): Subtract results of
1237 float-time, instead of taking float-time of the result of
1238 time-subtract, since float-time signals an error for negative time
1239 arguments.
1240
b3218de1
CY
12412012-06-30 Chong Yidong <cyd@gnu.org>
1242
1243 * xml.el (xml-*-re): Convert defvars into defconsts, and
1244 eval-and-compile them so eval-and-compile works on derivatives.
1245 (xml--entity-replacement-text): Use eval-and-comple.
1246
a40c87a0
MA
12472012-06-30 Michael Albinus <michael.albinus@gmx.de>
1248
1249 * vc/vc-git.el (vc-git-registered): Use cache property
1250 `git-registered'.
1251 (vc-git-mode-line-string): Call `vc-working-revision' instead of
1252 `vc-git-working-revision' in order to benefit from the cache.
2bb1ae55 1253 (vc-git-root): Use cache property `git-root'. (Bug#11757)
a40c87a0 1254
ac87de97
DG
12552012-06-30 Dmitry Gutov <dgutov@yandex.ru>
1256
1257 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
2bb1ae55 1258 removed (likely outside Emacs). (Bug#11757)
ac87de97 1259
ac10fe06
SM
12602012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
1261
3df31c9f 1262 * emacs-lisp/cl-lib.el: Require macroexp.
ac10fe06 1263
7f3fbd5d
CY
12642012-06-30 Chong Yidong <cyd@gnu.org>
1265
1266 * xml.el: Implement XML parameter entities.
1267 (xml-parameter-entity-alist): New variable.
1268 (xml-parse-region, xml-parse-fragment): Preserve previous values
1269 of xml-entity-alist and xml-parameter-entity-alist, so that
1270 repeated calls on different documents do not change them.
1271 (xml-parse-tag): Fix doctype regexp.
1272 (xml--entity-replacement-text): New function.
1273 (xml-parse-dtd): Use it. Don't handle system entities; doing that
1274 properly requires url retrieval which is unimplemented.
1275 (xml-escape-string): Doc fix.
1276
3cfbebba
SM
12772012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
1278
1279 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
1280
2af3565e
DA
12812012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
1282
1283 * fringe.el (fringe-mode): Doc fix.
1284
929df0e7
MA
12852012-06-29 Michael Albinus <michael.albinus@gmx.de>
1286
1287 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
1288 is non-nil.
1289 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
1290 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
1291
c8d3a25c 12922012-06-29 Andreas Schwab <schwab@linux-m68k.org>
3d8b9024 1293
c8d3a25c
GM
1294 * calendar/cal-dst.el (calendar-current-time-zone):
1295 Return calendar-current-time-zone-cache if non-nil.
3d8b9024 1296
c8d3a25c 12972012-06-29 Masatake YAMATO <yamato@redhat.com>
26e8548e
MY
1298
1299 * progmodes/which-func.el (which-func-format):
1300 Add mouse-face. (Bug#11698)
1301
c8d3a25c
GM
13022012-06-29 Leo Liu <sdl.web@gmail.com>
1303
1304 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
1305
13062012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
1307
1308 * minibuffer.el (minibuffer-confirm-exit-commands):
1309 Add completion-at-point (bug#11725).
1310
13112012-06-29 Glenn Morris <rgm@gnu.org>
1312
1313 * progmodes/f90.el (f90-font-lock-keywords-2):
1314 Add some preprocessor elements. (Bug#10499)
1315
13162012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
1317
1318 * progmodes/cperl-mode.el (cperl-update-syntaxification):
1319 Use syntax-propertize (bug#11739).
1320
2badeec4
JB
13212012-06-28 Juanma Barranquero <lekktu@gmail.com>
1322
1323 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
1324
ae4969c2
JD
13252012-06-28 Julien Danjou <julien@danjou.info>
1326
1327 * term.el (term-handle-colors-array): Use a set of new faces to
1328 color the terminal. Also uses :inverse-video property.
1329 (term-default-fg-color): Set to nil by default, deprecate in favor
1330 of `term-face'.
1331 (term-default-bg-color): Set to nil by default, deprecate in favor
1332 of `term-face'.
1333 (term-current-face): Use `term-face' by default.
1334 (term-bold-attribute): Variable deleted.
1335
1c9bd870
GM
13362012-06-28 Glenn Morris <rgm@gnu.org>
1337
1338 * simple.el (completion-list-mode-finish):
1339 Don't use toggle-read-only. (Since completion-list-mode has
1340 a special mode-class, it wasn't doing anything extra anyway.)
1341
c207708c
SM
13422012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
1343
1344 Make inlining of other-mode interpreted functions work (bug#11799).
1345 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
1346 (byte-compile): Use it to fix compilation of lexical-binding closures.
1347 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
1348 function, if needed.
1349
3fd56834
SM
13502012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
1351
04901786
SM
1352 * help-mode.el (help-make-xrefs): Don't just withstand
1353 cyclic-variable-indirection but any error in documentation-property.
1354
1ec4b7b2
SM
1355 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
1356 memory use.
1357 * bindings.el (bindings--define-key): New function.
1358 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
1359 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
1360 * bindings.el: Use it to purecopy define-key bindings.
1361
e309e2a5
SM
1362 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
1363
d5c6faf9
SM
1364 * emacs-lisp/cl.el (flet): Mark obsolete.
1365 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
1366 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
1367 * progmodes/js.el (js-c-fill-paragraph):
1368 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
1369 (ebrowse-switch-member-buffer-to-derived-class):
1370 * play/5x5.el (5x5-solver): Use cl-flet.
1371
6e9590e2
SM
1372 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
1373 (cl--symbol-function): New macro.
1374 (cl--letf, cl--letf*): Use it.
1375
3fd56834
SM
1376 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
1377 Strip "toggle-" if any.
1378
35ff222c
GM
13792012-06-27 Glenn Morris <rgm@gnu.org>
1380
1ba6038a
GM
1381 * info.el (Info-default-directory-list): Move here from paths.el.
1382 * paths.el: Remove file, which is now empty.
1383 * loadup.el: No longer load "paths".
1384
0ea0e51b
GM
1385 * custom.el (custom-initialize-delay): Doc fix.
1386
35ff222c
GM
1387 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
1388 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
1389 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
1390 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
1391 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
1392 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
1393 * eshell/eshell.el (eshell-defgroup): Remove alias.
1394
c89926a5
CY
13952012-06-27 Chong Yidong <cyd@gnu.org>
1396
1397 * help.el (help-enable-auto-load): New variable.
1398
1399 * help-fns.el (help-fns--autoloaded-p): New function.
1400 (describe-function-1): Refer to a function as "autoloaded" if it
1401 was autoloaded at any time in the past. Perform autoloading if
1402 help-enable-auto-load is non-nil.
1403
cc06e7e7
EZ
14042012-06-26 Eli Zaretskii <eliz@gnu.org>
1405
1406 * makefile.w32-in (compile, compile-always): Depend on
1407 update-subdirs, not on subdirs.el. Otherwise, several different
1408 sub-targets of 'bootstrap' running in parallel could
1409 simultaneously write to subdirs.el, producing a garbled file.
1410
d2c32364
SS
14112012-06-26 Sam Steingold <sds@gnu.org>
1412
1413 * files.el (file-name-base): New convenience function.
0d14cc21
GM
1414 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
1415 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
1416 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
1417 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
1418 * textmodes/ispell.el, textmodes/reftex-ref.el:
d2c32364
SS
1419 * textmodes/tex-mode.el: Use it.
1420 Did not touch cedet and org because they are maintained elsewhere.
1421
5cf983b2
MR
14222012-06-26 Martin Rudalics <rudalics@gmx.at>
1423
1424 * calendar/calendar.el (calendar-exit): Don't try to delete or
1425 iconify last frame. See:
1426 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
1427
8c4f2952
JD
14282012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
1429
1430 * server.el (server-process-filter): Remember dir in the
1431 process's `server-client-directory' properties.
1432
772b2e2c
CY
14332012-06-24 Chong Yidong <cyd@gnu.org>
1434
1435 * xml.el (xml-parse-tag): Correctly handle comment embedded in
1436 non-tag text.
1437
711b11e1
JB
14382012-06-23 Juanma Barranquero <lekktu@gmail.com>
1439
1440 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
1441
dc5d230c
SM
14422012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
1443
1444 * help-fns.el (describe-variable): Don't croak when doc is not found.
1445 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
1446 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
1447 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
1448 * emacs-lisp/smie.el (smie-next-sexp): CSE.
1449 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
1450 ((lambda ..) ..).
1451 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
1452
136e1c1d
CY
14532012-06-23 Chong Yidong <cyd@gnu.org>
1454
e8c1cabf
CY
1455 * info.el (Info-mouse-follow-link): Accept symbol values of
1456 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
136e1c1d
CY
1457 (Info-fontify-node): Use Info-link-keymap for all navigation
1458 buttons, with link-args property to perform the desired action.
1459 (Info-link-keymap): Doc fix.
1460 (Info-next-link-keymap, Info-prev-link-keymap)
1461 (Info-up-link-keymap): Delete now-unused keymaps.
1462
0e9e6c6a
CY
14632012-06-23 Chong Yidong <cyd@gnu.org>
1464
05e89fea
CY
1465 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
1466
0e9e6c6a
CY
1467 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
1468 system abbrevs.
1469
1470 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
1471
e33c6771
SM
14722012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
1473
b68581e2
SM
1474 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
1475 (bug#11719).
1476
e33c6771
SM
1477 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
1478 the requote function doesn't work properly (bug#11714).
1479
7117e105
GM
14802012-06-23 Glenn Morris <rgm@gnu.org>
1481
1482 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
1483
36cec983
SM
14842012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
1485
1486 Further GV/CL cleanups.
1487 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
1488 gv-expander.
1489 (gv--defun-declaration): New function.
1490 (defun-declarations-alist): Use it.
1491 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
1492 (gv-place): Autoload.
1493 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
1494 original definition of dotimes and dolist.
1495 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
1496 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
1497 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
1498 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
1499 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
1500 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
1501 to the function's definition.
1502 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
1503 * window.el:
1504 * files.el:
1505 * faces.el:
1506 * env.el: Don't use CL.
1507
d35af63c
PE
15082012-06-22 Paul Eggert <eggert@cs.ucla.edu>
1509
1510 Support higher-resolution time stamps (Bug#9000).
1511
1512 * calendar/time-date.el (with-decoded-time-value): New arg
1513 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
1514 (encode-time-value): New optional arg PICO. New type 3.
1515 (time-to-seconds) [!float-time]: Support the new picoseconds
1516 component if it's used.
1517 (seconds-to-time, time-subtract, time-add):
1518 Support ps-resolution time stamps as well.
1519
1520 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
1521 (timerp): Timer vectors now have length 9, not 8.
1522 (timer--time): Support new-style (4-part) time stamps.
1523 (timer-next-integral-multiple-of-time): Time stamps now have
1524 picosecond resolution, so take a bit more care about rounding.
1525 (timer-relative-time, timer-inc-time): New optional arg psecs.
1526 (timer-set-time-with-usecs): Set psecs to 0.
1527 (timer--activate): Check psecs component, too.
1528
1529 * proced.el (proced-time-lessp): Support ps-resolution stamps.
1530
ac77b21a
SM
15312012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
1532
f143bfe3
SM
1533 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
1534 Move the non-essential binding to the post/pre-command-hook where it is
1535 more obviously correct.
1536
ac77b21a
SM
1537 * subr.el (read-passwd): Don't use a history at all.
1538 * savehist.el (savehist-save): Remove password saved accidentally
1539 because of the above bug.
1540
76386c5a
BG
15412012-06-22 Bastien Guerry <bzg@gnu.org>
1542
1543 * files.el (toggle-read-only): Display a message telling whether
1544 the buffer is read-only or not (bug#11726).
1545
2ee3d7f0
SM
15462012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
1547
1548 * emacs-lisp/gv.el: New file.
1549 * subr.el (push, pop): Extend to generalized variables.
1550 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
1551 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
1552 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
1553 gv-define-simple-setter, and gv-define-expander.
1554 Remove setf-methods defined in gv. Rename cl-setf -> setf.
1555 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
1556 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
1557 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
1558 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
1559 gv-letplace.
1560 (cl-defstruct): Don't define setf-method any more.
1561 * emacs-lisp/cl.el (flet): Don't autoload.
1562 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
1563 (define-setf-expander, defsetf, define-modify-macro)
1564 (cl-struct-setf-expander): Move from cl-lib.el.
1565 * emacs-lisp/syntax.el:
1566 * emacs-lisp/ewoc.el:
1567 * emacs-lisp/smie.el:
1568 * emacs-lisp/cconv.el:
1569 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
1570 (timer--time): Use gv-define-simple-setter.
1571 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
1572 to avoid coding-system problems in subr.el. Adjust all users.
1573 (macroexp--maxsize, macroexp-small-p): New functions.
1574 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
1575 * scroll-bar.el (scroll-bar-mode):
1576 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
1577 (normal-erase-is-backspace-mode): Don't use the `eq' place.
1578 * winner.el (winner-configuration, winner-make-point-alist)
1579 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
1580 * files.el (locate-file-completion-table): Avoid list*.
1581
c5695d1d
CY
15822012-06-22 Chong Yidong <cyd@gnu.org>
1583
1584 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
1585 (dired-create-files): Doc fix (Bug#11329).
1586 (dired-do-copy): Doc fix (Bug#11334).
1587 (dired-mark-read-string): Doc fix (Bug#11553).
1588
2ee3d7f0
SM
1589 * dired.el (dired-recursive-copies, dired-recursive-deletes):
1590 Doc fix (Bug#11326).
c5695d1d
CY
1591 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
1592 (dired-dwim-target): Doc fix.
1593
1594 * wdired.el (wdired-mode): Doc fix.
1595
89b5595a
GM
15962012-06-22 Glenn Morris <rgm@gnu.org>
1597
575db3f1
GM
1598 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
1599 (pcmpl-rpm-cache-stamp-file): New constant.
1600 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
1601 (pcmpl-rpm-packages): Optionally cache list of packages.
1602
a4c8dd51
GM
1603 * pcmpl-rpm.el (pcmpl-rpm): New group.
1604 (pcmpl-rpm-query-options): New option.
1605 (pcmpl-rpm-packages): No need to inline it.
1606 Use pcmpl-rpm-query-options.
1607
89b5595a
GM
1608 * calendar/calendar.el (calendar-in-read-only-buffer):
1609 Avoid some needless mode changes.
1610
e76f0800
CY
16112012-06-21 Chong Yidong <cyd@gnu.org>
1612
1613 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
1614 (desktop-path): Remove . from the default value (Bug#10977).
6b67c0d4 1615 (desktop-read): Use user-emacs-directory if desktop-path is nil.
e76f0800 1616
297a8f1d
CY
16172012-06-20 Chong Yidong <cyd@gnu.org>
1618
1619 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
1620
d34c18b1
DR
16212012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
1622
1623 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
1624 (bug#11201).
1625
32f7f28e
CY
16262012-06-20 Chong Yidong <cyd@gnu.org>
1627
1628 * term.el (term-window-width): Handle the case of a missing right
1629 fringe (Bug#8837).
1630 (term-check-size): Use window-text-height (Bug#5445).
d34c18b1
DR
1631 (term-mode): Use define-derived-mode. Minor cleanups.
1632 Set font-lock-defaults (Bug#7692).
6ff7caa8
CY
1633 (term-move-columns, term-insert-char, term-emulate-terminal)
1634 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
32f7f28e 1635
493c6688
MA
16362012-06-20 Michael Albinus <michael.albinus@gmx.de>
1637
d34c18b1
DR
1638 * net/ange-ftp.el (ange-ftp-get-passwd):
1639 Bind `enable-recursive-minibuffers'.
493c6688
MA
1640 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
1641
3f06ecf4
DR
16422012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
1643
1644 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
1645
68f12411
GM
16462012-06-19 Glenn Morris <rgm@gnu.org>
1647
1648 * progmodes/python.el (python-mode): Derive from prog-mode.
1649
b3820318
KG
16502012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
1651
1652 * emulation/edt.el (edt-default-menu-bar-update-buffers)
1653 (edt-user-menu-bar-update-buffers): New functions.
1654 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
1655
c6bf3022
CY
16562012-06-19 Chong Yidong <cyd@gnu.org>
1657
1658 * subr.el (with-selected-window): Preserve the selected window's
1659 terminal's top-frame (Bug#4702).
1660
1661 * window.el (save-selected-window): Likewise.
1662
25f09295
SM
16632012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
1664
1665 * progmodes/python.el (python-rx-constituents): Move backquote.
1666 (python-skeleton-define, python-define-auxiliary-skeleton):
1667 Use `declare'.
1668
6b11952a
MA
16692012-06-18 Michael Albinus <michael.albinus@gmx.de>
1670
1671 * minibuffer.el (read-file-name-default): Revert the patch from
1672 2012-06-17.
1673
ee4b1330
SM
16742012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
1675
1676 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
1677 (pcase--u1, pcase--q1): Don't use apply-partially.
1678
35647f79
GM
16792012-06-18 Glenn Morris <rgm@gnu.org>
1680
1681 * progmodes/python.el (python-proc, python-buffer)
1682 (python-send-receive, python-send-string): Fix obsolete versions.
1683
24b0cff0
MR
16842012-06-18 Martin Rudalics <rudalics@gmx.at>
1685
1686 * window.el (special-display-p): Completely remove stringp
1687 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
1688
29855149
MA
16892012-06-17 Michael Albinus <michael.albinus@gmx.de>
1690
1691 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
1692
1693 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
1694
1695 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
1696 * net/tramp-sh.el (tramp-maybe-open-connection):
1697 Throw if `non-essential' is non-nil.
1698
07463363
MR
16992012-06-17 Martin Rudalics <rudalics@gmx.at>
1700
1701 * window.el (special-display-p): Signal an error if BUFFER-NAME
1702 is not a string (Bug#11713).
1703
48d1354e
PE
17042012-06-17 Paul Eggert <eggert@cs.ucla.edu>
1705
1706 * progmodes/python.el (python-info-beginning-of-backslash):
1707 Rename from python-info-beginning-of-backlash, as a spelling fix.
1708
eb4a8a9a
CY
17092012-06-17 Chong Yidong <cyd@gnu.org>
1710
1711 * term.el (term-emulate-terminal): If term-check-size is called,
1712 move point to the process mark without resetting point (Bug#4635).
1713
ddfbf826 17142012-06-17 Glenn Morris <rgm@gnu.org>
9c758578
GM
1715
1716 * international/mule-cmds.el (mule-menu-keymap)
1717 (set-language-environment, set-locale-environment): Doc tweaks.
1718
9b0e3eba
AA
17192012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
1720
1721 * cus-face.el (custom-face-attributes): Add wave-style underline
1722 attribute.
1723 * faces.el (set-face-attribute): Update docstring to describe
1724 wave-style underline attribute.
1725
771e3eae
CY
17262012-06-16 Chong Yidong <cyd@gnu.org>
1727
1728 * term/xterm.el (terminal-init-xterm): Discard input before
1729 querying background mode (Bug#10959).
1730
7ae2ea10
SM
17312012-06-16 Stefan Merten <smerten@oekonux.de>
1732
1733 * textmodes/rst.el: Added and corrected some comments.
1734 (rst-re-alist-def): Improve symbol syntax.
1735 (rst-mode-syntax-table): Correct syntax entries.
6665a6fd
SM
1736 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
1737 (rst-official-version, rst-official-cvs-rev): Update version
1738 information.
7ae2ea10 1739
b6974efa
JB
17402012-06-15 Juanma Barranquero <lekktu@gmail.com>
1741
1742 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
1743 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
1744
8826d473
GM
17452012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
1746
1747 * progmodes/python.el: New python.el merge.
1748 (python-guess-indent): Obsolete var.
1749 (python-indent-guess-indent-offset): New defcustom.
1750 (python-indent): Obsolete var.
1751 (python-indent-offset): New defcustom.
1752 (python-python-command, python-jython-command): Delete var.
1753 (python-shell-interpreter): New defcustom.
1754 (python-pdbtrack-do-tracking-p): Delete var.
1755 (python-pdbtrack-activate): New defcustom.
1756 (python-use-skeletons): Obsolete var.
1757 (python-skeleton-autoinsert): New defcustom.
1758 (inferior-python-filter-regexp, python-continuation-offset)
1759 (python-honour-comment-indentation, python-indent-string-contents)
1760 (python-jython-packages, python-mode-hook)
1761 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
1762 (python-shell-prompt-alist)
1763 (python-source-modes): Delete defcustoms.
1764 (python-check-buffer-name, python-eldoc-setup-code)
1765 (python-eldoc-string-code, python-ffap-setup-code)
1766 (python-ffap-string-code, python-fill-comment-function)
1767 (python-fill-decorator-function, python-fill-paren-function)
1768 (python-fill-string-function, python-imenu-include-defun-type)
1769 (python-imenu-make-tree, python-imenu-subtree-root-label)
1770 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
1771 (python-shell-compilation-regexp-alist)
1772 (python-shell-completion-module-string-code)
1773 (python-shell-completion-pdb-string-code)
1774 (python-shell-completion-setup-code)
1775 (python-shell-completion-string-code)
1776 (python-shell-enable-font-lock, python-shell-exec-path)
1777 (python-shell-extra-pythonpaths)
1778 (python-shell-internal-buffer-name, python-shell-interpreter-args)
1779 (python-shell-process-environment)
1780 (python-shell-prompt-block-regexp)
1781 (python-shell-prompt-output-regexp)
1782 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
1783 (python-shell-send-setup-max-wait, python-shell-setup-codes)
1784 (python-shell-virtualenv-path): New defcustoms.
1785 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
1786 (inferior-python-mode-syntax-table, python--prompt-regexp)
1787 (python-buffer, python-command python-python-command)
1788 (python-default-template, python-imports, python-indent-index)
1789 (python-indent-list, python-indent-list-length)
1790 (python-mode-running, python-pdbtrack-is-tracking-p)
1791 (python-preoutput-continuation, python-preoutput-leftover)
1792 (python-preoutput-result, python-preoutput-skip-next-prompt)
1793 (python-prev-dir/file, python-recursing)
1794 (python-saved-check-command, python-version-checked)
1795 (python-which-func-length-limit)
1796 (view-return-to-alist): Delete vars.
1797 (python-check-custom-command, python-dotty-syntax-table)
1798 (python-imenu-index-alist, python-indent-current-level)
1799 (python-indent-dedenters, python-indent-levels)
1800 (python-nav-beginning-of-defun-regexp)
1801 (python-nav-list-defun-positions-cache)
1802 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
1803 (python-shell-internal-buffer)
1804 (python-skeleton-available): New vars.
1805 (def-python-skeleton): Delete macro.
1806 (python-skeleton-define): New macro.
1807 (python-define-auxiliary-skeleton, python-rx): New macros.
1808 (python-insert-class): Delete command.
1809 (python-skeleton-class): New command.
1810 (python-insert-def): Delete command.
1811 (python-skeleton-def): New command.
1812 (python-insert-for): Delete command.
1813 (python-skeleton-for): New command.
1814 (python-insert-if): Delete command.
1815 (python-skeleton-if): New command.
1816 (python-insert-try/except, python-insert-try/finally): Delete commands.
1817 (python-skeleton-try): New command.
1818 (python-insert-while): Delete command.
1819 (python-skeleton-while): New command.
1820 (python-backspace): Delete command.
1821 (python-indent-dedent-line-backspace): New command.
1822 (python-electric-colon): Delete command.
1823 (python-indent-electric-colon): New command.
1824 (python-guess-indent): Delete command.
1825 (python-indent-guess-indent-offset): New command.
1826 (python-shift-left): Delete command.
1827 (python-indent-shift-left): New command.
1828 (python-shift-right): Delete command.
1829 (python-indent-shift-right): New command.
1830 (python-find-function): Delete command.
1831 (python-nav-jump-to-defun): New command.
1832 (python-next-statement): Delete command.
1833 (python-nav-forward-sentence): New command.
1834 (python-previous-statement): Delete command.
1835 (python-nav-backward-sentence): New command.
1836 (python-fill-paragraph): Delete command.
1837 (python-fill-paragraph-function): New command.
1838 (python-send-buffer): Delete command.
1839 (python-shell-send-buffer): New command.
1840 (python-send-defun): Delete command.
1841 (python-shell-send-defun): New command.
1842 (python-send-region, python-send-region-and-go): Delete commands.
1843 (python-shell-send-region)
1844 (python-shell-switch-to-shell): New commands.
1845 (python-send-string): Delete command.
1846 (python-shell-send-string): New command.
1847 (python-switch-to-python): Delete command.
1848 (python-shell-switch-to-shell): New command.
1849 (python-describe-symbol): Delete command.
1850 (python-eldoc-at-point): New command.
1851 (python--set-prompt-regexp, python-args-to-list)
1852 (python-after-info-look, python-check-version)
1853 (python-check-comint-prompt, python-find-imports)
1854 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
1855 (python-unload-function, python-expand-template)
1856 (python-maybe-jython, python-preoutput-filter)
1857 (python-pdbtrack-get-source-buffer)
1858 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
1859 (python-pdbtrack-toggle-stack-tracking)
1860 (python-pdbtrack-track-stack-file, python-initial-text)
1861 (python-first-word, python-comment-line-p, python-send-command)
1862 (python-setup-brm, python-sentinel, python-set-proc)
1863 (python-skip-out, python-input-filter, python-outdent-p)
1864 (python-outline-level, python-backslash-continuation-line-p)
1865 (python-end-of-block, python-end-of-statement, python-mark-block)
1866 (python-beginning-of-block, python-beginning-of-statement)
1867 (python-blank-line-p, python-beginning-of-string)
1868 (python-open-block-statement-p): Delete functions.
1869 (python-indent-line, python-indent-line-1): Delete functions.
1870 (python-indent-line): New function.
1871 (python-indentation-levels): Delete function.
1872 (python-indent-calculate-levels): New function.
1873 (python-proc): Delete function.
1874 (python-shell-get-process): New function.
1875 (python-send-receive): Delete function.
1876 (python-shell-send-string-no-output): New function.
1877 (python-module-path): Delete function.
1878 (python-ffap-module-path): New function.
1879 (python-completion-at-point)
1880 (python-symbol-completions): Delete functions.
1881 (python-completion-complete-at-point): New function.
1882 (python-load-file): Delete function.
1883 (python-shell-send-file): New function.
1884 (python-calculate-indentation): Delete function.
1885 (python-indent-calculate-indentation): New function.
1886 (python-skip-comments/blanks): Delete function.
1887 (python-util-forward-comment): New function.
1888 (python-continuation-line-p): Delete function.
1889 (python-info-continuation-line-p): New function.
1890 (python-which-func, python-current-defun): Delete function.
1891 (python-info-current-defun): New function.
1892 (python-beginning-of-defun): Delete function.
1893 (python-nav-beginning-of-defun): New function.
1894 (python-close-block-statement-p)
1895 (python-block-end-p): Delete function.
1896 (python-info-closing-block): New function.
1897 (python-comint-output-filter-function)
1898 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
1899 (python-fill-comment, python-fill-decorator, python-fill-paren)
1900 (python-fill-string, python-imenu-make-element-tree)
1901 (python-imenu-make-tree, python-imenu-tree-assoc)
1902 (python-indent-context, python-indent-dedent-line)
1903 (python-indent-line-function)
1904 (python-indent-post-self-insert-function)
1905 (python-indent-toggle-levels)
1906 (python-info-assignment-continuation-line-p)
1907 (python-info-beginning-of-backlash)
1908 (python-info-block-continuation-line-p)
1909 (python-info-closing-block-message)
1910 (python-info-line-ends-backslash-p)
1911 (python-info-looking-at-beginning-of-defun)
1912 (python-info-ppss-context, python-info-ppss-context-type)
1913 (python-nav-list-defun-positions, python-nav-read-defun)
1914 (python-nav-sentence-end, python-nav-sentence-start)
1915 (python-pdbtrack-comint-output-filter-function)
1916 (python-pdbtrack-set-tracked-buffer)
1917 (python-shell-calculate-exec-path)
1918 (python-shell-calculate-process-environment)
1919 (python-shell-completion--do-completion-at-point)
1920 (python-shell-completion--get-completions)
1921 (python-shell-completion-complete-at-point)
1922 (python-shell-completion-complete-or-indent)
1923 (python-shell-get-or-create-process)
1924 (python-shell-get-process-name)
1925 (python-shell-internal-get-or-create-process)
1926 (python-shell-internal-get-process-name)
1927 (python-shell-internal-send-string, python-shell-make-comint)
1928 (python-shell-parse-command, python-shell-send-setup-code)
1929 (python-skeleton-add-menu-items)
1930 (python-util-clone-local-variables, python-util-position)
1931 (run-python-internal, python-indentation-levels)
1932 (python-nav-beginning-of-defun)
1933 (python-completion-complete-at-point): New functions.
1934 (run-python): Change arguments. New API requirements.
1935
4302f5ba
SM
19362012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
1937
f38ea36d
SM
1938 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
1939 (bug#11649).
1940
1941 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
1942 (macroexp--expand-all): Use it.
1943
4302f5ba
SM
1944 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
1945 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
1946 Use `cl-function' instead.
1947
33377562
JB
19482012-06-14 Juanma Barranquero <lekktu@gmail.com>
1949
1950 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
1951 Suggested by Stefan Monnier while discussing bug#11657.
1952
54c5ba1a
SS
19532012-06-14 Sam Steingold <sds@gnu.org>
1954
1955 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
1956
f9f1b1fe
AS
19572012-06-14 Andreas Schwab <schwab@linux-m68k.org>
1958
1959 * play/doctor.el (doctor-doc): Remove parameter and use
1960 doctor-sent instead of sent.
1961 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
1962
a81068ba
SM
19632012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1964
5a315f9c
SM
1965 * files.el: Require cl-lib.
1966 (file-name-non-special): Replace case -> cl-case.
1967
1968 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
1969
a81068ba
SM
1970 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
1971 mapping from #' to function*.
1972
8cca9703
CY
19732012-06-13 Chong Yidong <cyd@gnu.org>
1974
1975 * mouse.el (mouse-drag-track): Do not set the mark if the user
1976 releases the mouse without selecting anything (Bug#11588).
1977
a12ac9d7
SM
19782012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1979
ccf1dc18
SM
1980 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
1981 as well (bug#11646).
1982
ef62b23d
SM
1983 * loadup.el: Count byte-code functions as well.
1984
c4c8444a
SM
1985 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
1986 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
1987
a12ac9d7
SM
1988 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
1989 (bug#11649). Add cl-defun and cl-defmacro.
1990
87e6e64f
DA
19912012-06-13 Drew Adams <drew.adams@oracle.com>
1992
1993 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
1994 Fix last change.
1995
682cefaf
MA
19962012-06-13 Michael Albinus <michael.albinus@gmx.de>
1997
1998 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
1999 Otherwise, it blocks in batch mode.
2000
773e1f08
JB
20012012-06-13 Juanma Barranquero <lekktu@gmail.com>
2002
2003 * help-mode.el (bookmark-make-record-default): Declare.
2004
60057926
CY
20052012-06-13 Chong Yidong <cyd@gnu.org>
2006
2007 * emacs-lisp/package.el (list-packages): Compute a list of
2008 packages that are newly-available since the last list-packages
2009 invocation.
2010 (package-menu--new-package-list): New var.
2011 (package-menu--generate, package-menu--print-info)
2012 (package-menu--status-predicate, package-menu-mark-install):
2013 Handle new status label "new".
2014
ad4d226c
SM
20152012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
2016
2017 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
2018 conversion to backquotes.
2019
f1a4e679
CY
20202012-06-12 Chong Yidong <cyd@gnu.org>
2021
2022 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
2023 Rename from gud-inhibit-global-bindings.
2024
2025 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
2026
2027 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
2028 hook from nxml-glyph-set-hook.
2029
2030 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
2031 declaration.
2032
2033 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
2034
2035 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
2036 Convert to defcustom.
2037
0c9e42b5
DA
20382012-06-12 Drew Adams <drew.adams@oracle.com>
2039
2040 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
2041 New functions.
2042 (help-mode): Use them.
2043
09e06855
GM
20442012-06-11 Glenn Morris <rgm@gnu.org>
2045
2046 * progmodes/fortran.el (fortran-font-lock-keywords-3):
2047 Use preprocessor face for directives.
2048 (fortran-directive-re): Doc fix.
2049
71adb94b
SM
20502012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
2051
2eb87922
SM
2052 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
2053 conversion to backquotes (bug#11652).
2054
71adb94b
SM
2055 Fix compiler-expansion of CL's cXXr functions (bug#11673).
2056 * emacs-lisp/cl-lib.el (cl--defalias): New function.
2057 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
2058 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
2059 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
2060 (cl-ninth, cl-tenth): Mark them as inlinable.
2061 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
2062 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
2063 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
2064 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
2065 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
2066 (cl-list*, cl-adjoin): Don't put an autoload manually.
2067 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
2068 (cl--compiler-macro-list*): Add autoload cookie.
2069 (cl--compiler-macro-cXXr): New function.
2eb87922 2070
71adb94b
SM
2071 * help-fns.el (help-fns--compiler-macro): New function extracted from
2072 describe-function-1; follow aliases and use `compiler-macro' property.
2073 (describe-function-1): Use it.
2074
a6674402
CY
20752012-06-11 Chong Yidong <cyd@gnu.org>
2076
2077 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
2078 is uninstalled, if imagemagick is installed.
2079
bb3faf5b
SM
20802012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
2081
2082 * emacs-lisp/cl-lib.el: Use lexical-binding.
2083 (cl-map-extents, cl-maclisp-member): Remove.
2084 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
2085 (cl--set-substring, cl--block-wrapper, cl--block-throw)
2086 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
2087 * emacs-lisp/cl-extra.el: Use lexical-binding.
2088 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
2089 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
2090 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
2091 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
2092 * emacs-lisp/cl-seq.el: Use lexical-binding.
2093 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
2094 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
2095 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
2096 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
2097 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
2098 CL's internals.
2099
2fe4b125
MA
21002012-06-11 Michael Albinus <michael.albinus@gmx.de>
2101
2102 Sync with Tramp 2.2.6-pre.
2103
2104 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
2105 `print-length' and `print-level' to nil, in order to avoid
2106 truncation. Reported by Christopher Schmidt
2107 <christopher@ristopher.com>.
2108
2109 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
2110
2111 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
2112 New defmacro.
2113 (tramp-compat-copy-directory): Add optional argument
2114 COPY-CONTENTS. It is not handled yet.
2115
2116 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
2117 (tramp-ftp-file-name-p): Simplify.
2118
2119 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
2120 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
2121 connection vector.
2122
2123 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
2124 (tramp-methods): Do not use `tramp-password-end-of-line'.
2125 (tramp-completion-function-alist-putty): Handle UNIX case.
2126 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
2127 (tramp-do-file-attributes-with-stat)
2128 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
2129 gid as real numbers. They could run out of integer range on cygwin.
2130 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
2131 (tramp-sh-handle-expand-file-name): Handle hops.
87e6e64f
DA
2132 (tramp-open-connection-setup-interactive-shell):
2133 Use `tramp-cleanup'. Move check for busyboxes ...
2134 (tramp-find-shell): ... here. Simplify implementation.
2135 Set "remote-shell" property also for alternative shells.
2136 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
2137 If failing, a regular file would be written otherwise.
2138 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
2fe4b125
MA
2139 (tramp-find-inline-encoding): Cache the coding commands in the
2140 process cache. Apply test command on the remote side, if defined.
2141 (tramp-find-inline-compress): Cache the compress commands in the
2142 process cache.
2143 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
2144 when requested. Handle hops.
2145 (tramp-current-connection): New defvar.
87e6e64f
DA
2146 (tramp-maybe-open-connection): Use `tramp-cleanup'.
2147 Throw `suppress', if there was a failed connection shortly before.
2fe4b125 2148 Handle user interrupt. (Bug#10187)
87e6e64f
DA
2149 (tramp-get-inline-compress, tramp-get-inline-coding):
2150 Read connection properties from the process cache.
2fe4b125
MA
2151
2152 * net/tramp-smb.el (tramp-smb-server-version)
87e6e64f
DA
2153 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
2154 New defconsts.
2fe4b125
MA
2155 (tramp-smb-prompt): Extend for powershell prompt.
2156 (tramp-smb-file-name-handler-alist): Add handlers for
2157 `process-file', `shell-command' and `start-file-process'.
2158 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
2159 (tramp-smb-winexe-shell-command-switch): New defcustoms.
2160 (tramp-smb-file-name-p): Simplify.
2161 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
2162 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
2163 (tramp-smb-shell-quote-argument): New defuns.
2164 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
2165 Implement using "tar". By this, time-stamps are preserved.
2166 (tramp-smb-handle-copy-file): Handle also the case of directories.
2167 (tramp-smb-do-file-attributes-with-stat)
87e6e64f
DA
2168 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
2169 Use `tramp-get-connection-buffer').
2fe4b125
MA
2170 (tramp-smb-handle-rename-file): Use "rename", when source and
2171 target are on the same share.
87e6e64f
DA
2172 (tramp-smb-maybe-open-connection): Handle wrong passwords.
2173 Use `tramp-smb-server-version'.
2fe4b125
MA
2174 (tramp-smb-wait-for-output): Remove prompt.
2175
2176 * net/tramp.el (top): Require 'cl.
87e6e64f
DA
2177 (tramp-methods, tramp-rsh-end-of-line):
2178 Remove `tramp-password-end-of-line' from docstring.
2fe4b125
MA
2179 (tramp-save-ad-hoc-proxies): New defcustom.
2180 (tramp-completion-function-alist): Adapt docstring.
2181 (tramp-default-password-end-of-line): Remove defcustom.
2182 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
2183 (tramp-user-regexp, tramp-file-name-regexp-unified)
2184 (tramp-file-name-regexp-url): Extend regexp by hop separator.
2185 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
2186 (tramp-remote-file-name-spec-regexp): New defconst.
2187 (tramp-file-name-structure): Extend structure for hops.
2188 (tramp-get-method-parameter): Move up.
2189 (tramp-file-name-p, tramp-dissect-file-name)
2190 (with-parsed-tramp-file-name): Handle hops.
2191 (tramp-file-name-hop): New defun.
2192 (tramp-make-tramp-file-name): New optional arg HOP.
2193 (tramp-message-show-progress-reporter-message): New defvar.
2194 (tramp-with-progress-reporter): Use it. We cannot use
2195 `tramp-message-show-message' here, because this suppresses also
2196 error buffers.
2197 (tramp-error-with-buffer): Suppress buffer view, if
87e6e64f
DA
2198 `tramp-message-show-message' is nil.
2199 Use `tramp-get-connection-buffer'.
2fe4b125
MA
2200 (tramp-cleanup): New defun.
2201 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
2202 (tramp-file-name-handler): If `debug-on-error' is set, propagate
2203 an error unchanged.
2204 (tramp-completion-handle-file-name-all-completions): Handle hops.
2205 Fix an error when called from ido.
2206 (tramp-completion-dissect-file-name): Use better local variable
2207 name. Add hop to the vector.
2208 (tramp-handle-insert-file-contents): Use progress-reporter for the
2209 whole scenario.
2210 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
2211 to `t'.
2212 (tramp-check-for-regexp): Simplify search.
2213 (tramp-enter-password): Remove it. Move implementation ...
2214 (tramp-action-password): ... here.
2215 (tramp-mode-string-to-int, tramp-local-host-p)
2216 (tramp-make-tramp-temp-file, tramp-read-passwd)
87e6e64f
DA
2217 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
2218 Set tramp-autoload cookie.
2fe4b125
MA
2219
2220 * net/trampver.el: Update release number.
2221
22222012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2223 Michael Albinus <michael.albinus@gmx.de>
2224
2225 * net/tramp.el (tramp-set-completion-function): Fix docstring.
2226 (tramp-parse-group, tramp-parse-file)
2227 (tramp-parse-shostkeys-sknownhosts): New defuns.
2228 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
2229 (tramp-parse-shosts-group, tramp-parse-sconfig)
2230 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
2231 (tramp-parse-sknownhosts, tramp-parse-hosts)
2232 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
2233 Use them.
2234 (tramp-parse-passwd-group, tramp-parse-netrc-group)
2235 (tramp-parse-putty-group): Don't narrow.
2236 (tramp-parse-putty): Make a loop.
2237 (tramp-file-name-handler): Catch the `suppress' signal.
2238
72834e10
CY
22392012-06-11 Chong Yidong <cyd@gnu.org>
2240
2241 * image.el (imagemagick-register-types): Put the ImageMagick entry
2242 at the end of image-type-file-name-regexps.
2243
a4712e11
JB
22442012-06-11 Johan Bockgård <bojohan@gnu.org>
2245
2246 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
2247 (pcase, pcase-let*, pcase-dolist): Use them.
2248
82ad98e3
SM
22492012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
2250
2251 * emacs-lisp/pcase.el (pcase--let*): New function.
2252 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
2253 (pcase--expand): Use macroexp-let².
2254
f80efb86
SM
22552012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
2256
2257 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
2258 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
2259 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
2260 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
2261 * emacs-lisp/derived.el: Use pcase instead of `cl'.
2262 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
2263
31ca4639 22642012-06-10 Glenn Morris <rgm@gnu.org>
94f0aa34 2265
31ca4639
CY
2266 * mail/rmail.el (rmail-yank-current-message): Leave point at
2267 correct position. (Bug#11660)
94f0aa34 2268
31ca4639 22692012-06-10 Chong Yidong <cyd@gnu.org>
9e1b8ec4 2270
31ca4639 2271 * allout-widgets.el: Fix code header.
9e1b8ec4 2272
31ca4639 22732012-06-10 Chong Yidong <cyd@gnu.org>
00cd0305 2274
f80efb86
SM
2275 * cus-edit.el (customize-changed-options-previous-release):
2276 Bump to 24.1.
31ca4639 2277
642b6d30
AS
22782012-06-09 Andreas Schwab <schwab@linux-m68k.org>
2279
2280 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
2281
4f5d2ba1
CY
22822012-06-09 Chong Yidong <cyd@gnu.org>
2283
2284 * ebuff-menu.el (electric-buffer-list): Preserve header line.
2285
e75852fd
MR
22862012-06-09 Martin Rudalics <rudalics@gmx.at>
2287
2288 * window.el (special-display-popup-frame): Don't use
2289 window--display-buffer (Bug#11651).
2290
1e48e282
EZ
22912012-06-09 Eli Zaretskii <eliz@gnu.org>
2292
8a26b487
EZ
2293 Fix parallel builds: make sure loaddefs.el is not being written
2294 while Lisp files are compiled.
2295 (compile): Don't depend on 'mh-autoloads'.
2296 (compile-CMD, compile-SH): Depend on 'autoloads'.
2297 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
2298
1e48e282
EZ
2299 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
2300
6175e34b
CY
23012012-06-09 Chong Yidong <cyd@gnu.org>
2302
2303 * face-remap.el (face-remap-add-relative, face-remap-set-base)
2304 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
2305 Doc fixes (Bug#11225).
2306
d9857e53
SM
23072012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
2308
2309 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
2310 a function if there's a clear indication that it has a compiler-macro.
2311 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
2312 (macro-declarations-alist): Add arglist to declaration functions.
2313 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
2314 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
2315 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
2316 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
2317 Also add autoload to find the compiler macro.
2318 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
2319 (cl--compiler-macro-member, cl--compiler-macro-assoc)
2320 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
2321 (cl--compiler-macro-get): New functions, replacing calls to
2322 cl-define-compiler-macro.
2323 (cl-typep) [compiler-macro]: Use macroexp-let².
2324
f81298f8 23252012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
ee574791
UJ
2326
2327 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
2328 string properly, fixes Bug#11473.
2329
4b56d0fe
CY
23302012-06-08 Chong Yidong <cyd@gnu.org>
2331
2332 * faces.el (set-face-attribute): Doc fix.
2333 (modify-face): Don't use :bold and :italic.
2334 (error, warning, success): Tweak definitions.
2335
2336 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
2337 (custom-modified, custom-set, custom-changed, custom-themed)
2338 (custom-saved, custom-button, custom-button-mouse)
2339 (custom-button-pressed, custom-state, custom-comment-tag)
2340 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
2341 (custom-group-subtitle): Use new-style face specs.
2342 (custom-invalid-face, custom-rogue-face, custom-modified-face)
2343 (custom-set-face, custom-changed-face, custom-saved-face)
2344 (custom-button-face, custom-button-pressed-face)
2345 (custom-documentation-face, custom-state-face)
2346 (custom-comment-face, custom-comment-tag-face)
2347 (custom-variable-tag-face, custom-variable-button-face)
2348 (custom-face-tag-face, custom-group-tag-face-1)
2349 (custom-group-tag-face): Remove obsolete face alias.
2350
2351 * epa.el (epa-validity-high, epa-validity-medium)
2352 (epa-validity-low, epa-mark, epa-field-name, epa-string)
2353 (epa-field-name, epa-field-body):
2354 * font-lock.el (font-lock-comment-face, font-lock-string-face)
2355 (font-lock-keyword-face, font-lock-builtin-face)
2356 (font-lock-function-name-face, font-lock-variable-name-face)
2357 (font-lock-type-face, font-lock-constant-face):
2358 * ido.el (ido-first-match, ido-only-match, ido-subdir)
2359 (ido-virtual, ido-indicator, ido-incomplete-regexp):
2360 * speedbar.el (speedbar-button-face, speedbar-file-face)
2361 (speedbar-directory-face, speedbar-tag-face)
2362 (speedbar-selected-face, speedbar-highlight-face)
2363 (speedbar-separator-face):
2364 * whitespace.el (whitespace-newline, whitespace-space)
2365 (whitespace-hspace, whitespace-tab, whitespace-trailing)
2366 (whitespace-line, whitespace-space-before-tab)
2367 (whitespace-space-after-tab, whitespace-indentation)
2368 (whitespace-empty):
2369 * emulation/cua-base.el (cua-global-mark):
2370 * eshell/em-prompt.el (eshell-prompt):
2371 * net/newst-plainview.el (newsticker-new-item-face)
2372 (newsticker-old-item-face, newsticker-immortal-item-face)
2373 (newsticker-obsolete-item-face, newsticker-date-face)
2374 (newsticker-statistics-face, newsticker-default-face):
2375 * net/newst-reader.el (newsticker-feed-face)
2376 (newsticker-extra-face, newsticker-enclosure-face):
2377 * net/newst-treeview.el (newsticker-treeview-face)
2378 (newsticker-treeview-new-face, newsticker-treeview-old-face)
2379 (newsticker-treeview-immortal-face)
2380 (newsticker-treeview-obsolete-face)
2381 (newsticker-treeview-selection-face):
2382 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
2383 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
2384 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
2385 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
2386 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
2387 (nxml-outline-active-indicator, nxml-outline-ellipsis):
2388 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
2389 (mpuz-text):
2390 * progmodes/vera-mode.el (vera-font-lock-number)
2391 (vera-font-lock-function, vera-font-lock-interface):
2392 * textmodes/table.el (table-cell): Use new-style face specs, and
2393 don't use the old :bold and :italic attributes.
2394
2395 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
2396 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
2397 (ebrowse-member-class, ebrowse-progress): Likewise.
2398 (ebrowse-tree-mark-face, ebrowse-root-class-face)
2399 (ebrowse-file-name-face, ebrowse-default-face)
2400 (ebrowse-member-attribute-face, ebrowse-member-class-face)
2401 (ebrowse-progress-face): Remove obsolete faces.
2402
2403 * progmodes/flymake.el (flymake-errline, flymake-warnline):
2404 Inherit from error and warning faces respectively.
2405
2406 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
2407 Likewise.
f80efb86
SM
2408 (flyspell-incorrect-face, flyspell-duplicate-face):
2409 Remove obsolete aliases.
4b56d0fe 2410
03310646
MA
24112012-06-08 Michael Albinus <michael.albinus@gmx.de>
2412
2413 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
2414 Avoid infloop.
2415
513749ee
SM
24162012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
2417
2418 * startup.el (argv, argi): Make lexically scoped.
2419 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
2420 * emacs-lisp/cl-macs.el: Use lexical-binding.
2421 Rename cl-bind-* to cl--bind-*.
2422 * files.el: Don't require `cl' since it doesn't use it.
2423 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
2424
595ef4ad
JB
24252012-06-08 Juanma Barranquero <lekktu@gmail.com>
2426
2427 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
2428 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
2429 instead of calling external sort utility.
2430 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
2431
e9f66fcb
EZ
24322012-06-08 Eli Zaretskii <eliz@gnu.org>
2433
2434 * descr-text.el (describe-char): Mention how to insert the
2435 character, if the current input method doesn't support it.
2436 See the discussion in this thread for the details:
2437 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
2438
3d10db47
SS
24392012-06-08 Sam Steingold <sds@gnu.org>
2440
2441 * bindings.el (global-map): Bind XF86Forward to next-buffer and
2442 XF86Back to previous-buffer.
2443 (minibuffer-local-map): Bind them to next-history-element and
2444 previous-history-element respectively.
2445 * help-mode.el (help-mode-map): Bind them to help-go-forward and
2446 help-go-back respectively.
2447 * info.el (Info-mode-map): Bind them to Info-history-forward and
2448 Info-history-back respectively.
2449 These are the keys next to Up on the ThinkPad keyboard.
2450
de7e2b36
SM
24512012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
2452
2453 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
2454 * emacs-lisp/cl-macs.el: Provide itself.
2455 (cl--labels-convert-cache): New var.
2456 (cl--labels-convert): New function.
2457 (cl-flet, cl-labels): New implementation with new semantics, relying on
2458 lexical-binding.
2459 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
2460 (cl-closure-vars, cl--function-convert-cache)
2461 (cl--function-convert): Move from cl-macs.el.
2462 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
2463 rename by removing the "cl-" prefix.
2464 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
2465
6fa6c4ae
SM
24662012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
2467
2468 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
2469 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
2470 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
2471 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
2472 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
2473 (cl-hash-table-count): Add old compatibility aliases.
2474
2475 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
2476 Use macroexpand-all-environment instead.
2477 (cl--old-macroexpand): New var.
2478 (cl--sm-macroexpand): New function.
2479 (cl-symbol-macrolet): Use it during macro expansion.
2480 (cl--function-convert-cache): New var.
2481 (cl--function-convert): New function, extracted from
2482 cl-macroexpand-all.
2483 (cl-lexical-let): Use it.
2484
2485 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
2486 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
2487 (cl-member): Remove old alias.
2488
2489 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
2490 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
2491 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
2492 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
2493 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
2494 (cl-macroexpand-cmacs): Remove var.
2495 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
2496 Use macroexpand-all instead.
2497
4dd1c416
SM
24982012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
2499
2500 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
2501 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
2502 (macroexp-copyable-p): New functions and macros.
2503 * emacs-lisp/edebug.el (edebug-unwrap):
2504 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
2505 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
2506 (pcase--let*): Remove.
2507 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
2508 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
2509 macroexp-const-p instead.
2510 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
2511
2512 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
2513 instead of "cl-" for internal definitions. Use macroexp-const-p.
2514 (cl-old-bc-file-form): Remove var.
2515 (cl-const-exprs-p): Remove fun.
2516 (cl-labels, cl-macrolet): Use backquote.
2517 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
2518 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
2519 (cl-define-setf-expander): Rename from cl-define-setf-method.
2520 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
2521
2522 * international/mule-cmds.el: Don't require CL.
2523 (view-hello-file): Don't use `letf'.
2524
ed8bd4d7
SM
25252012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
2526
7287f2f3
SM
2527 * tmm.el (tmm-prompt): Use string-prefix-p.
2528 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
2529 (tmm-add-prompt): Use minibuffer-completion-help.
2530 (tmm-delete-map): Remove.
2531
ed8bd4d7
SM
2532 * subr.el (kbd): Make it its own function.
2533
7b4cdbf4
SM
25342012-06-07 Stefan Merten <smerten@oekonux.de>
2535
2536 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
2537 Silence compiler warnings. Fix versions.
ed8bd4d7 2538 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
7b4cdbf4 2539 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
ed8bd4d7 2540 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
7b4cdbf4
SM
2541 (rst-package-emacs-version-alist): Correct Emacs version to
2542 represent major merge with upstream.
ed8bd4d7 2543 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
7b4cdbf4 2544
2b48d721
GM
25452012-06-06 Glenn Morris <rgm@gnu.org>
2546
2547 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
2548 Only print environment variables if set.
2549
fa779ab0
SM
25502012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
2551
2552 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
2553 (macroexp--cons): Rename from maybe-cons.
2554 (macroexp--accumulate): Rename from macroexp-accumulate.
2555 (macroexp--all-forms): Rename from macroexpand-all-forms.
2556 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
2557 (macroexp--expand-all): Rename from macroexpand-all-1.
2558
628299e0
SS
25592012-06-06 Sam Steingold <sds@gnu.org>
2560
2561 * calendar/calendar.el (calendar-in-read-only-buffer):
2562 Call `special-mode' to enable the standard read-only keybindings.
2563
b7bb5838
SM
25642012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
2565
2566 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
2567 with "loading" messages (bug#11635).
2568
dfb308ba
MA
25692012-06-06 Michael Albinus <michael.albinus@gmx.de>
2570
2571 * files.el (enable-remote-dir-locals): New option.
2572 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
2573
0372ee92
MA
2574 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
2575 Ensure, that the temp directory is local.
2576
2577 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
2578 `temporary-file-directory'.
2579
eed0bb91
MA
2580 * progmodes/python.el (python-send-region): Ensure, that the
2581 temporary file is created also in the remote case.
2582
7a58f64d
GM
25832012-06-06 Glenn Morris <rgm@gnu.org>
2584
f7dd4e98
GM
2585 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
2586 (vc-rcs-update-changelog): Use it.
2587
090bd7cb 2588 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
276d5f5d 2589
7a58f64d
GM
2590 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
2591 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
2592 (vc-sccs-diff): Replace use of the external vcdiff script.
2593
daed4003
GM
25942012-06-05 Glenn Morris <rgm@gnu.org>
2595
2596 * ledit.el: Move to obsolete/.
2597
48c455c7
SS
25982012-06-05 Sam Steingold <sds@gnu.org>
2599
ed9265fc 2600 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
48c455c7
SS
2601 patch (Bug#11140).
2602
57a7d507
SM
26032012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
2604
090bd7cb 2605 * emacs-lisp/cust-print.el: Move to obsolete.
d32926ff 2606
53aacf21
SM
2607 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
2608 compiler-macro expansion.
2609
57a7d507
SM
2610 Add native compiler-macro support.
2611 * emacs-lisp/macroexp.el (macroexpand-all-1):
2612 Support compiler-macros directly. Properly follow aliases and apply
2613 the compiler macros more thoroughly.
2614 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
2615 macroexpand now properly follows aliases.
2616 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
2617 (cl-compiler-macroexpand): Use new prop.
2618 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
2619
2620 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
2621
51a5f9d8
MR
26222012-06-05 Martin Rudalics <rudalics@gmx.at>
2623
2624 * window.el (get-lru-window, get-mru-window, get-largest-window):
2625 New argument NOT-SELECTED to avoid picking the selected window.
2626 (window--display-buffer-1, window--display-buffer-2): Replace by
2627 new function window--display-buffer
2628 (display-buffer-same-window, display-buffer-reuse-window)
57a7d507
SM
2629 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
2630 Use window--display-buffer.
51a5f9d8
MR
2631 (display-buffer-use-some-window): Remove temporary dedication
2632 hack by calling get-lru-window and get-largest-window with
2633 NOT-SELECTED argument non-nil. Call window--display-buffer.
2634
08f9f738
GM
26352012-06-05 Glenn Morris <rgm@gnu.org>
2636
2637 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
2638 Replace external vcdiff script.
2639
e364a2b7
SM
26402012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
2641
2642 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
2643
041df390
CY
26442012-06-04 Chong Yidong <cyd@gnu.org>
2645
e364a2b7
SM
2646 * image.el (imagemagick-types-inhibit): Revert last change.
2647 Add INFO and M.
47b36b94 2648 (imagemagick-enabled-types): Remove CIN and EPS*.
041df390 2649
7c1898a7
SM
26502012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
2651
2652 * emacs-lisp/cl-lib.el: Rename from cl.el.
2653 * emacs-lisp/cl.el: New compatibility file.
2654 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
2655 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
2656 to obey the "cl-" prefix.
2657 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
2658
0c3461de
GM
26592012-06-03 Glenn Morris <rgm@gnu.org>
2660
1e266c88
GM
2661 * emacs-lisp/authors.el (authors-aliases): Addition.
2662
0c3461de
GM
2663 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
2664 Fix :version.
2665
d8a52e15
SM
26662012-06-03 Stefan Merten <smerten@oekonux.de>
2667
2668 * textmodes/rst.el: Add comments.
2669 (rst-transition, rst-adornment): New faces.
2670 (rst-adornment-faces-alist): Make default safe to reevaluate.
2671 Fixes
2672 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
2673 Improve customization tags.
2674 (rst-define-level-faces): Clarify meaning.
2675
5205d6f6
CY
26762012-06-03 Chong Yidong <cyd@gnu.org>
2677
2678 * progmodes/compile.el (compilation-mode-line-fail)
7c1898a7
SM
2679 (compilation-mode-line-run, compilation-mode-line-exit):
2680 New faces.
5205d6f6
CY
2681 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
2682
757ee657
JD
26832012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
2684
7c1898a7
SM
2685 * progmodes/which-func.el (which-func-update-ediff-windows):
2686 New function. Use it in ediff-select-hook (Bug#11478).
757ee657 2687
5f2c76c6
CY
26882012-06-03 Chong Yidong <cyd@gnu.org>
2689
2690 * bindings.el: Remove explicit help text from format-mode-line.
2691 It is now supplied by mode-line-default-help-echo.
2692 (mode-line-front-space, mode-line-end-spaces)
2693 (mode-line-misc-info): New variables.
2694 (mode-line-modes, mode-line-position): Move the default value to
2695 the variable definition.
2696 (mode-line-default-help-echo): New defcustom.
383f7350
CY
2697 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
2698 (mode-line-modified-help-echo): New functions.
2699 (mode-line-mule-info, mode-line-modified): Use them.
2700 (mode-line-eol-desc, propertized-buffer-identification):
2701 Consistency fixes for help text.
cbe46e5f
CY
2702 (mode-line-coding-system-map): Allow using mouse-3 to invoke
2703 set-buffer-file-coding-system (Bug#289).
2704 (mode-line-mule-info-help-echo): Update help text.
5f2c76c6 2705
f2d6a3df
SM
27062012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
2707
2708 * simple.el (execute-extended-command): Set real-this-command
2709 (bug#11506).
2710
37269466
CY
27112012-06-02 Chong Yidong <cyd@gnu.org>
2712
2713 Remove incorrect uses of "modeline" in comments, docstrings, and
2714 function/variable names (Bug#10329).
2715
2716 * cus-edit.el (mode-line):
2717 * dframe.el (dframe-mouse-hscroll):
2718 * emacs-lisp/re-builder.el:
2719 * emacs-lisp/easy-mmode.el (define-minor-mode):
2720 * frame.el (set-frame-name):
2721 * help.el (lookup-minor-mode-from-indicator):
2722 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
2723 * progmodes/cc-cmds.el (c-toggle-auto-newline)
2724 (c-toggle-hungry-state):
2725 * progmodes/antlr-mode.el (antlr-language-alist):
2726 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
2727 * progmodes/vhdl-mode.el (vhdl-mode):
2728 * progmodes/which-func.el (which-func, which-func-cleanup-function):
2729 * term/ns-win.el (ns-face-at-pos):
2730 * term/sup-mouse.el (sup-mouse-report):
2731 * textmodes/flyspell.el (flyspell-mode-line-string):
2732 * textmodes/ispell.el (ispell-highlight-face):
2733 * textmodes/reftex-global.el:
2734 * vc/vc-arch.el (vc-arch-mode-line-string):
2735 * vc/vc-cvs.el (vc-cvs-mode-line-string):
2736 * vc/vc-git.el (vc-git-mode-line-string):
2737 * vc/vc-hooks.el (vc-display-status)
2738 (vc-default-mode-line-string):
2739 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
2740
2741 * ansi-color.el (ansi-color-faces-vector): Change default faces.
2742
2743 * dired.el (dired-sort-set-mode-line): Rename from
2744 dired-sort-set-modeline. All callers changed.
2745
2746 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
2747 eshell-status-in-modeline.
2748
2749 * foldout.el (foldout-mode-line-string): Rename from
2750 foldout-modeline-string. All callers changed.
2751 (foldout-update-mode-line): Rename from foldout-update-modeline.
2752
2753 * subr.el (redraw-modeline): Make into obsolete alias.
2754
2755 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
2756 timeclock-modeline-display. Make old name an alias.
2757 (timeclock-update-mode-line): Likewise. All callers changed.
2758 (timeclock-mode-line-display): No need to check before using
2759 add-hook.
2760 (timeclock-relative, timeclock-day-over-hook)
2761 (timeclock-use-elapsed, timeclock-mode-string)
2762 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
2763
2764 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
2765 crisp-mode-modeline-string.
2766
2767 * play/solitaire.el (solitaire-build-mode-line): Rename from
2768 solitaire-build-modeline. All callers changed.
2769
2770 * play/zone.el (zone-hiding-mode-line): Rename from
2771 zone-hiding-modeline. All callers changed.
2772 (zone): Remove unusued `modeline-hidden-level' property.
2773
2774 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
2775 xscheme-modeline-initialize. All callers changed.
2776
2777 * strokes.el (strokes-lighter): Rename from
2778 strokes-modeline-string.
2779
2780 * textmodes/sgml-mode.el (html-face-tag-alist)
2781 (html-tag-face-alist): Use mode-line face instead of obsolete
2782 alias modeline.
2783
42152ee4
SM
27842012-06-02 Stefan Merten <smerten@oekonux.de>
2785
2786 * textmodes/rst.el: Always require `cl'.
4cf9b38d 2787 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
42152ee4 2788
95f520b5
CY
27892012-06-02 Chong Yidong <cyd@gnu.org>
2790
2791 * image.el (imagemagick-enabled-types): Rename from
2792 imagemagick-types-enable. Add many more types.
2793 (imagemagick-types-inhibit): Change default to nil.
2794 (imagemagick-filter-types): Caller changed.
2795
4a5f187a
SM
27962012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
2797
03fef3e6
SM
2798 * emacs-lisp/cl-macs.el: Use backquotes.
2799 (cl-transform-function-property): Use eval-and-compile rather than
2800 abusing `require'.
2801 (defstruct): Use declare-function instead of with-no-warnings.
2802
4a5f187a
SM
2803 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
2804 (byte-compile-output-docform): Re-add the print-circle bindings.
2805 (byte-compile-fix-header): Use #$ just because it's shorter.
2806 (byte-compile-output-file-form): Remove defun/defmacro.
2807
bd56924f
MR
28082012-06-01 Martin Rudalics <rudalics@gmx.at>
2809
2810 * simple.el (choose-completion): Remove now obsolete binding for
2811 owindow.
2812
046e38ce
MA
28132012-06-01 Michael Albinus <michael.albinus@gmx.de>
2814
2815 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
2816 in order to avoid "Stack overflow in regexp matcher".
2817
32d72c2f
GM
28182012-05-31 Glenn Morris <rgm@gnu.org>
2819
2820 * image.el: For clarity, call imagemagick-register-types at
2821 top-level, rather than relying on a custom :initialize.
2822 (imagemagick-types-enable): New option. (Bug#11557)
60b5f187
GM
2823 (imagemagick-filter-types): New function. (Bug#7406)
2824 (imagemagick-register-types): Use imagemagick-filter-types.
32d72c2f
GM
2825 If disabling support, remove elements altogether rather
2826 than using an impossible regexp.
2827 (imagemagick-types-inhibit): Give it the default init function.
2828
dd41169b
SM
28292012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
2830
4a5f187a
SM
2831 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
2832 Handle arbitrary file name lengths (Bug#11585).
dd41169b 2833
efc00ab1 28342012-05-31 Martin Rudalics <rudalics@gmx.at>
5221ccb9
MR
2835
2836 * desktop.el (desktop-read): Clear previous and next buffers for
2837 all windows and bury *Messages* buffer (bug#11556).
2838
500fcedc
SM
28392012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
2840
2841 Add `declare' for `defun'. Align `defmacro's with it.
2842 * emacs-lisp/easy-mmode.el (define-minor-mode)
2843 (define-globalized-minor-mode): Don't autoload the var definitions.
2844 * emacs-lisp/byte-run.el: Use lexical-binding.
2845 (defun-declarations-alist, macro-declarations-alist): New vars.
2846 (defmacro, defun): Use them.
2847 (make-obsolete, define-obsolete-function-alias)
2848 (make-obsolete-variable, define-obsolete-variable-alias):
2849 Use `declare'.
2850 (macro-declaration-function): Mark obsolete.
2851 * emacs-lisp/autoload.el: Use lexical-binding.
2852 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
2853
6e8a1786
AM
28542012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2855
2856 * textmodes/ispell.el (ispell-with-no-warnings):
2857 Define as a macro.
500fcedc
SM
2858 (ispell-kill-ispell, ispell-change-dictionary):
2859 Use `called-interactively-p' for Emacs instead of obsolete
6e8a1786
AM
2860 `interactive-p'.
2861
61b108cc
SM
28622012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2863
2864 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
2865 (macro-declaration-function): Move var from C code.
2866 (macro-declaration-function): Define function with defalias.
2867 * emacs-lisp/macroexp.el (macroexpand-all-1):
2868 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
2869 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
2870 defun/defmacro any more.
2871 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
2872 Provide fallback for unknown arglist.
2873 (byte-compile-arglist-warn): Change calling convention.
2874 (byte-compile-output-file-form): Move print-vars binding.
2875 (byte-compile-output-docform): Simplify accordingly.
2876 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
2877 (byte-compile-defmacro-declaration): Remove.
2878 (byte-compile-file-form-defmumble): Generalize to defalias.
2879 (byte-compile-output-as-comment): Return byte-positions.
2880 Simplify callers accordingly.
2881 (byte-compile-lambda): Use `assert'.
2882 (byte-compile-defun, byte-compile-defmacro): Remove.
2883 (byte-compile-file-form-defalias):
2884 Use byte-compile-file-form-defmumble.
2885 (byte-compile-defalias-warn): Remove.
2886
6d3f7c2f
SM
28872012-05-29 Stefan Merten <smerten@oekonux.de>
2888
2889 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
61b108cc 2890 possible. Fix authors. Improve comments. Improve loading of `cl'.
6d3f7c2f
SM
2891
2892 (rst-mode-abbrev-table): Merge definition.
2893 (rst-mode): Make sure `font-lock-defaults' is buffer local.
2894 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
2895
6dbaa1c7
UJ
28962012-05-29 Ulf Jasper <ulf.jasper@web.de>
2897
2898 * calendar/icalendar.el
2899 (icalendar-export-region): Export UID properly.
2900
d209e2fb 29012012-05-29 Leo Liu <sdl.web@gmail.com>
61b108cc
SM
2902 * calendar/icalendar.el (icalendar-import-format):
2903 Add `icalendar-import-format-uid' (Bug#11525).
6dbaa1c7
UJ
2904 (icalendar-import-format-uid): New.
2905 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
2906 Export UID.
2907
6876a58d
SM
29082012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
2909
2910 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
2911 different alternative patterns.
2912 (pcase-codegen): Be more careful to preserve identity.
2913 (pcase--u1): Don't forget to mark vars as used.
2914
2915 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
2916 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
2917 (byte-compile-from-buffer): ...rather than here.
2918
2919 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
2920 functions from byte-compile-function-environment.
2921
46b7967e
TN
29222012-05-29 Troels Nielsen <bn.troels@gmail.com>
2923
2924 * window.el (window-deletable-p): Avoid deleting the root window
2925 of a frame with an active minibuffer.
2926
69d565e2
MR
29272012-05-29 Martin Rudalics <rudalics@gmx.at>
2928
2929 * simple.el (choose-completion): Use quit-window (Bug#11567).
2930
a149fa51
CY
29312012-05-29 Chong Yidong <cyd@gnu.org>
2932
2933 * whitespace.el (whitespace-cleanup): Fix usage of
2934 whitespace-empty-at-bob-regexp (Bug#11492).
2935
2b311310
AH
29362012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2937
2938 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
2939 revert (Bug#11488).
2940
b9cb2387
JL
29412012-05-29 Juri Linkov <juri@jurta.org>
2942
2943 * isearch.el (isearch-mode-map): Bind `M-s _' to
2944 `isearch-toggle-symbol'. Bind `M-s c' to
2945 `isearch-toggle-case-fold'.
2946 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
2947 (isearch-forward): Add `M-s _' to the docstring.
2948 (isearch-forward-symbol, isearch-toggle-case-fold)
2949 (isearch-symbol-regexp): New functions. (Bug#11381)
2950
d5e61c1c
JL
29512012-05-29 Juri Linkov <juri@jurta.org>
2952
2953 * isearch.el (isearch-word): Add docstring. (Bug#11381)
2954 (isearch-occur, isearch-search-and-update): If `isearch-word' is
2955 a function, call it to get the regexp.
2956 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
2957 property `isearch-message-prefix' instead of the string "word ".
2958 (isearch-search-fun-default): For the case of `isearch-word',
2959 return a lambda that calls re-search-forward/re-search-backward
2960 with a regexp returned by `word-search-regexp' or by the function
2961 in `isearch-word'.
2962
8cbd80f7
JL
29632012-05-29 Juri Linkov <juri@jurta.org>
2964
2965 * isearch.el (isearch-search-fun-default): New function.
2966 (isearch-search-fun): Move default part to the new function
2967 `isearch-search-fun-default'.
2968 (isearch-search-fun-function): Set the default value to
2969 `isearch-search-fun-default'. (Bug#11381)
2970
2971 * comint.el (comint-history-isearch-end):
2972 Use `isearch-search-fun-default'.
2973 (comint-history-isearch-search): Use `isearch-search-fun-default'
2974 and remove spacial case for `isearch-word'.
2975 (comint-history-isearch-wrap): Remove spacial case for
2976 `isearch-word'.
2977
2978 * hexl.el (hexl-isearch-search-function):
2979 Use `isearch-search-fun-default'.
2980
2981 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
2982 Use `word-search-regexp' for `isearch-word'.
2983
2984 * misearch.el (multi-isearch-search-fun):
2985 Use `isearch-search-fun-default'.
2986
2987 * simple.el (minibuffer-history-isearch-search):
2988 Use `isearch-search-fun-default' and remove spacial case for
2989 `isearch-word'.
2990 (minibuffer-history-isearch-wrap): Remove spacial case for
2991 `isearch-word'.
2992
2993 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
2994 Remove spacial case for `isearch-word'.
2995 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
2996
85c8c5b6
AM
29972012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2998
2999 Decrease XEmacs incompatibilities.
3000 * textmodes/flyspell.el (flyspell-check-pre-word-p):
3001 Use `string-match'.
3002 (flyspell-delete-region-overlays): Use alternative definition for
3003 XEmacs.
3004 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
3005 (flyspell-word): Use `process-kill-without-query' if XEmacs.
3006 (flyspell-mode-on): Use `interactive-p' if XEmacs.
3007 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
3008 `define-obsolete-face-alias' under XEmacs, but old method.
3009
3010 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
3011 `with-no-warnings' definition or Emacs alias.
3012 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
3013 (ispell-word): Do not use `region-p' if XEmacs.
3014
8cab9efc
AM
30152012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3016
3017 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
3018 Check for `ispell-dictionary-base-alist' instead of full
3019 `ispell-dictionary-alist'.
3020 (ispell-init-process): Show spellchecker when starting new Ispell
3021 process.
3022
fda91268
RZ
30232012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
3024
3025 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
3026 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
3027
694ea8e3
JB
30282012-05-27 Juanma Barranquero <lekktu@gmail.com>
3029
3030 * version.el (motif-version-string, gtk-version-string)
3031 (ns-version-string): Declare.
3032
e4d4f539
JL
30332012-05-27 Juri Linkov <juri@jurta.org>
3034
3035 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
3036 after the `eval-defun-1' specialcaseing
3037 like in `edebug-eval-defun' (bug#10181).
3038
3039 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
3040 like in `eval-defun-1'.
3041
33017faf 30422012-05-27 Eli Zaretskii <eliz@gnu.org>
b30b64b9 3043
fda91268
RZ
3044 * mail/sendmail.el (mail-yank-region):
3045 Recognize rmail-yank-current-message in addition to insert-buffer.
3046 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
b30b64b9
EZ
3047 a *mail* buffer created through rmail-start-mail with sendmail as
3048 mail-user-agent.
3049
33017faf
GM
30502012-05-27 Chong Yidong <cyd@gnu.org>
3051
3052 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
3053 Default to 256 (Bug#11267).
3054
3055 * help.el (describe-mode): Doc fix.
3056
04188bb9
GM
30572012-05-26 Glenn Morris <rgm@gnu.org>
3058
38264cc9
GM
3059 * w32-fns.el (w32-init-info): Remove.
3060 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
3061
eb7afdad
GM
3062 * info.el (info-initialize): For self-contained NS builds, put the
3063 included info/ directory at the front. (Bug#2791)
3064
04188bb9
GM
3065 * paths.el (Info-default-directory-list): Make it a defcustom,
3066 mainly so that we can use custom-initialize-delay.
3067
a179e3f7
SM
30682012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
3069
43416392
SM
3070 * subr.el (buffer-has-markers-at): Mark obsolete.
3071
a179e3f7 3072 * subr.el (lambda): Use declare.
43416392 3073
a179e3f7
SM
3074 * emacs-lisp/lisp-mode.el (lambda):
3075 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
3076
34a008d9
AH
30772012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
3078
3079 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
3080
0a3b289f
GM
30812012-05-26 Glenn Morris <rgm@gnu.org>
3082
3083 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
3084
758c81e8
GM
30852012-05-25 Glenn Morris <rgm@gnu.org>
3086
f9f334f0
GM
3087 * paths.el: Remove no-byte-compile.
3088 * loadup.el: No need to load paths.el uncompiled.
3089
87eb79c2
GM
3090 * image.el (imagemagick-types-inhibit): Doc fix.
3091
758c81e8
GM
3092 * version.el: Remove no-byte-compile and associated formatting.
3093 * loadup.el: No need to load version.el uncompiled. AFAICS, this
3094 is ancient code from when there was an "inc-vers.el".
3095
e7e85dc0
SM
30962012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
3097
3098 * progmodes/gdb-mi.el: Minor style changes.
3099 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
3100 Turn into minor modes.
3101 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
3102 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
3103 (gdb-shell): Remove unneeded let-binding.
3104 (gdb-get-many-fields): Eliminate O(n²) behavior.
3105
f31237a4
EZ
31062012-05-25 Eli Zaretskii <eliz@gnu.org>
3107
3108 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
3109 platforms that don't link in fontset.c.
3110
bc1b21bb
JL
31112012-05-25 Juri Linkov <juri@jurta.org>
3112
3113 Use the same diff color scheme as in modern VCSes (bug#10181).
3114
3115 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
3116 to avoid confusion with `diff-added' that now uses green colors.
3117 (diff-removed): Use shades of red.
3118 (diff-added): Use shades of green.
3119 (diff-changed): Leave just the yellow color.
3120 (diff-use-changed-face): New variable.
3121 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
3122 how to highlight context diff changes.
3123 (diff-refine-change): Use shades of yellow.
3124 (diff-refine-removed): New face that uses shades of red.
3125 (diff-refine-added): New face that uses shades of green.
3126 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
3127 `diff-refine-removed' in the call to `smerge-refine-subst'
3128 depending on the value of `diff-use-changed-face'.
3129
3130 * vc/smerge-mode.el (smerge-mine): Use shades of red.
3131 (smerge-other): Use shades of green.
3132 (smerge-base): Use shades of yellow.
3133 (smerge-refined-change): Empty face.
3134 (smerge-refined-removed): New face that uses shades of red.
3135 (smerge-refined-added): New face that uses shades of green.
3136 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
3137 args `props-r' and `props-a', and use them. Doc fix.
3138 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
3139 on its value use different faces `smerge-refined-change',
3140 `smerge-refined-removed', `smerge-refined-added' in the call to
3141 `smerge-refine-subst'.
3142
3143 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
3144 Add face condition `min-colors 88' with shades of red.
3145 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
3146 `min-colors 88' with shades of green.
3147 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
3148 `min-colors 88' with shades of yellow.
3149
6df9112c
GM
31502012-05-24 Glenn Morris <rgm@gnu.org>
3151
ead5edc0
GM
3152 * paths.el (prune-directory-list, remote-shell-program): Move to...
3153 * files.el (prune-directory-list, remote-shell-program): ...here.
3154 For the latter, delay initialization, prefer ssh, just search PATH.
3155
f18b81e6
GM
3156 * paths.el (term-file-prefix): Move to faces.el (the only user).
3157 * faces.el (term-file-prefix): Move here, make it a defcustom.
3158
ee2f89a6
GM
3159 * paths.el (news-directory, news-path, news-inews-program):
3160 Move to gnus/nnspool.el.
61a583ca 3161
f8815e4c
GM
3162 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
3163
c8f3b42c
GM
3164 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
3165 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
3166 Make the latter a defcustom, with a delayed initialization.
3167
6df9112c
GM
3168 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
3169 These were deleted from Gnus itself late 2010.
3170
5dadff36
JB
31712012-05-22 Juanma Barranquero <lekktu@gmail.com>
3172
9e1701c6
JB
3173 * progmodes/which-func.el (which-func-ff-hook):
3174 Check against user-error, not error.
3175
bd7239f5 3176 * emacs-lisp/edebug.el (top): Do not load or set up loading of
5dadff36
JB
3177 cl-specs.el, which no longer exists.
3178
3290526d
GM
31792012-05-22 Glenn Morris <rgm@gnu.org>
3180
3181 * info.el (info-emacs-bug): New command.
3182 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
3183 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
3184
ff0c3cfb
GM
31852012-05-21 Glenn Morris <rgm@gnu.org>
3186
3187 * makefile.w32-in (update-subdirs-SH):
3188 * Makefile.in (update-subdirs): Update for moved update-subdirs.
3189
5814f126
SM
31902012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
3191
a52c0aa0
SM
3192 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
3193
5814f126
SM
3194 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3195 Simplify Maven regexp, and make sure the file can't start with a space
3196 (bug#11517).
3197
b847032c
GM
31982012-05-21 Glenn Morris <rgm@gnu.org>
3199
3200 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
3201 Scrap superfluous subshells.
3202
3858bfe7
SM
32032012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
3204
3205 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
3206 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
3207
d14b0029
JB
32082012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
3209
3210 * calc/calc.el (calc-ensure-consistent-units): New variable.
3211
a52c0aa0
SM
3212 * calc/calc-units.el (math-consistent-units-p)
3213 (math-check-unit-consistency): New functions.
3214 (calc-quick-units, calc-convert-units):
3215 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
3216 is non-nil.
d14b0029
JB
3217 (calc-extract-units): Fix typo.
3218
60c4db3a
SM
32192012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
3220
77f3b62e
SM
3221 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
3222
60c4db3a
SM
3223 * textmodes/flyspell.el: Commenting style, plus code simplifications.
3224 (flyspell-default-deplacement-commands): Don't spell check after
3225 repeated window/frame switches (e.g. triggered by mouse-movement).
3226 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
3227 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
3228 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
3229 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
3230 Remove unused vars.
3231 (flyspell-get-casechars, flyspell-get-not-casechars):
3232 Simplify; Don't bother removing a ] just to add it back.
3233 * textmodes/ispell.el (ispell-program-name): Use executable-find.
3234
d209e2fb 32352012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
b1a10716
RS
3236
3237 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
3238 New functions.
bd7239f5 3239 (math-function-table): Add support for more C functions.
b1a10716 3240
3f1b25b5
AM
32412012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3242
090bd7cb
JB
3243 * textmodes/flyspell.el (flyspell-check-pre-word-p)
3244 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
3245 Protect delay handling for otherchars against empty otherchars.
3f1b25b5 3246
b581bb5c
SM
32472012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
3248
3249 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
3250 their respective macro declarations.
3251 * skeleton.el (define-skeleton):
3252 * progmodes/compile.el (define-compilation-mode):
3253 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
3254 (define-ibuffer-filter):
3255 * emacs-lisp/generic.el (define-generic-mode):
3256 * emacs-lisp/easy-mmode.el (define-minor-mode)
3257 (define-globalized-minor-mode):
3258 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
3259 * emacs-lisp/byte-run.el (defsubst):
3260 * custom.el (deftheme): Add doc-string metadata.
3261
70b8ef8f
SM
32622012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
3263
3264 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
3265
b1198e17
SM
32662012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
3267
9abdc45d
SM
3268 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
3269
b1198e17
SM
3270 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
3271 * emacs-lisp/cl-macs.el: Idem.
3272 * emacs-lisp/cl-specs.el: Remove.
3273
4735906a
SM
32742012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
3275
3276 Minor renaming of internal CL functions and variables.
3277 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
3278 (cl--position): Rename from cl-position.
3279 (cl--delete-duplicates): Rename from cl-delete-duplicates.
3280 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
3281 (cl--random-state): Rename from *random-state*.
3282
ac348012
SM
32832012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
3284
3285 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
3286 parens around the arg list (bug#11499).
3287
a0a79cde
JL
32882012-05-17 Juri Linkov <juri@jurta.org>
3289
3290 * isearch.el (word-search-regexp, word-search-backward)
3291 (word-search-forward, word-search-backward-lax)
3292 (word-search-forward-lax): Move functions from search.c
3293 (bug#10145, bug#11381).
3294
65034a51
AM
32952012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3296
090bd7cb
JB
3297 * textmodes/flyspell.el (flyspell-check-pre-word-p)
3298 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
3299 Delay for otherchars as for normal word components.
65034a51 3300
1a72a195
SM
33012012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
3302
3303 * minibuffer.el (completion--sifn-requote): Fix last change.
3304 (minibuffer-local-must-match-filename-map):
3305 Move define-obsolete-variable-alias before its var.
3306
fdb058c2
SM
33072012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
3308
c41045e6
SM
3309 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
3310
036dfb8b
SM
3311 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
3312 behavior.
3313 (completion--string-equal-p): New function.
3314 (completion--twq-all): Use it to get better assertion failure data.
3315
2473256d
SM
3316 Only handle ".." and '..' quoting in shell-mode (bug#11466).
3317 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
3318 (shell--requote-argument): New functions.
3319 (shell-completion-vars): Use them.
3320 (shell--parse-pcomplete-arguments): Rename from
3321 shell-parse-pcomplete-arguments.
3322 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
3323 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
3324 Obey comint-file-name-quote-list.
3325
fdb058c2
SM
3326 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
3327 (smie-indent-keyword): Use it.
3328
51fa99f1
SM
33292012-05-14 Stefan Merten <smerten@oekonux.de>
3330
3331 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
3332
e18afed7 33332012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
d9d1dfef
SM
3334
3335 * net/rlogin.el (rlogin-mode-map): Fix last change.
3336
e18afed7 33372012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
8633b1f4
JW
3338
3339 * mail/smtpmail.el (smtpmail-send-command): Send the command and
3340 the following \r\n using a single `process-send-string', since the
3341 Lotus SMTP server refuses to accept any commands if they are sent
e18afed7 3342 with two `process-send-string's (Bug#11444).
8633b1f4 3343
e18afed7 33442012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
fe263b8f 3345
fdb058c2
SM
3346 * shell.el (shell-parse-pcomplete-arguments):
3347 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
e18afed7 3348
2d21d7f6
WJ
33492012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
3350
e18afed7 3351 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
2d21d7f6
WJ
3352 (image-transform-scale, image-transform-right-angle-fudge): New vars.
3353 (image-transform-width, image-transform-fit-width): New functions.
3354 (image-transform-properties): Use them.
3355 (image-transform-check-size): New function.
3356 (image-toggle-display-image): Use it (for testing).
3357 (image-transform-set-rotation): Reduce angle mod 360.
3358 Delete obsolete comment.
3359
7102e6d0
WJ
33602012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
3361
3362 * image-mode.el: Fix scaling (bug#11399).
3363 (image-transform-resize): Doc fix.
3364 (image-transform-properties): Default scale is 1 and height should
3365 be an integer.
3366
06bc5e6e
SM
33672012-05-13 Johan Bockgård <bojohan@gnu.org>
3368
3369 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
3370 than hard-coding `car', to fix misbehavior when moving forward.
3371
0ae03b6a
CY
33722012-05-13 Chong Yidong <cyd@gnu.org>
3373
3374 * emacs-lisp/tabulated-list.el (tabulated-list-format)
3375 (tabulated-list-entries, tabulated-list-padding)
3376 (tabulated-list-sort-key): Make permanent-local.
3377
3378 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
3379 (electric-buffer-list): Put electric buffer menu
3380 command descriptions in this docstring, instead of the docstring
3381 of electric-buffer-menu-mode. Code cleanups.
3382 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
3383 Electric-buffer-menu-mode.
3384 (electric-buffer-update-highlight): Minor code cleanup.
3385
205a7391
MA
33862012-05-13 Michael Albinus <michael.albinus@gmx.de>
3387
3388 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
3389 (Bug#11447)
3390
e5bd0a28
SM
33912012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
3392
3393 Move define-obsolete-variable-alias before the var's definition.
3394 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
3395 * tooltip.el (tooltip-hook):
3396 * textmodes/reftex-toc.el (reftex-toc-map):
3397 * textmodes/reftex-sel.el (reftex-select-label-map)
3398 (reftex-select-bib-map):
3399 * textmodes/reftex-index.el (reftex-index-map)
3400 (reftex-index-phrases-map):
3401 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
3402 * progmodes/meta-mode.el (meta-mode-map):
3403 * novice.el (disabled-command-hook):
3404 * loadhist.el (unload-hook-features-list):
3405 * frame.el (blink-cursor):
3406 * files.el (find-file-not-found-hooks, write-file-hooks)
3407 (write-contents-hooks):
3408 * emulation/tpu-edt.el (GOLD-map):
3409 * emacs-lock.el (emacs-lock-from-exiting):
3410 * emacs-lisp/generic.el (generic-font-lock-defaults):
3411 * emacs-lisp/chart.el (chart-map):
3412 * dos-fns.el (register-name-alist):
3413 * dired-x.el (dired-omit-files-p):
3414 * desktop.el (desktop-enable):
3415 * cus-edit.el (custom-mode-hook):
3416 * buff-menu.el (buffer-menu-mode-hook):
3417 * bookmark.el (bookmark-read-annotation-text-func)
3418 (bookmark-exit-hooks):
3419 * allout.el (allout-mode-deactivate-hook)
3420 (allout-exposure-change-hook, allout-structure-added-hook)
3421 (allout-structure-deleted-hook, allout-structure-shifted-hook):
3422 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
3423 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
3424 comes before the corresponding variable's definition.
3425
ac59c2f6
CY
34262012-05-12 Chong Yidong <cyd@gnu.org>
3427
3428 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
0d909786
CY
3429 (Buffer-menu-mouse-select): Restore function (Bug#11459).
3430 (Buffer-menu-mode-map): Bind it.
3431 (Buffer-menu--pretty-name): Add a mouse-face property.
ac59c2f6 3432
dee6c9a3
SM
34332012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
3434
2171cea5
SM
3435 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
3436 (prolog-upper-case-string, prolog-lower-case-string)
3437 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
3438 (prolog-use-smie, prolog-smie-grammar): New vars.
3439 (prolog-smie-forward-token, prolog-smie-backward-token)
3440 (prolog-smie-rules): New funs.
3441 (prolog-comment-indent): Remove.
3442 (prolog-mode-variables): Use default comment indentation instead.
3443 Setup SMIE.
3444 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
3445 (prolog-mode): Don't call them any more.
3446 (prolog-electric-colon, prolog-electric-dash)
3447 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
3448
aa0382bd
SM
3449 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
3450
dbacb4bd
SM
3451 * minibuffer.el (completion--twq-all): Again, allow case differences.
3452
13bdd94c
SM
3453 * term.el: Move keymap initialization code to be more idiomatic.
3454 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
3455 (term-terminal-menu): Move initialization into declaration.
3456 (term-escape-char): Let the user set it in her .emacs.
3457
ff46c759
SM
3458 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
3459 Provide SMIE-based indentation (not enabled by default yet).
3460 (sh-mode-map): Don't bind electric keys.
3461 Use electric-pair-mode instead of skeleton-pair.
3462 (sh-assignment-regexp): Fit within 80 columns.
3463 (sh-indent-supported): Specify actual shell name instead of boolean.
3464 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
3465 (sh-maybe-here-document): Use it. Make obsolete.
3466 (sh-electric-here-document-mode) New minor mode.
3467 (sh-mode): Use it. Don't set sh-indent-supported-here here.
3468 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
3469 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
3470 (sh-smie-rc-grammar, sh-use-smie): New vars.
3471 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
3472 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
3473 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
3474 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
3475 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
3476 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
3477 (sh-set-shell): Use smie-setup if requested.
3478
dee6c9a3
SM
3479 * term.el (term-set-escape-char): Properly set term-escape-char.
3480 See http://stackoverflow.com/questions/10524656.
3481
9f9aa044
CY
34822012-05-10 Chong Yidong <cyd@gnu.org>
3483
3484 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
3485 Use url-generic-parse-url, and handle host names and Windows
3486 filenames properly.
3487 (ffap-url-unwrap-remote): Use url-generic-parse-url.
3488 (ffap-url-unwrap-remote): Accept list values, specifying a list of
3489 URL schemes to work on.
3490 (ffap--toggle-read-only): New function.
3491 (ffap-read-only, ffap-read-only-other-window)
3492 (ffap-read-only-other-frame): Use it.
3493 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
3494 necessary for ffap-url-unwrap-remote.
3495
836d29b3
DA
34962012-05-10 Dave Abrahams <dave@boostpro.com>
3497
3498 * cus-start.el (create-lockfiles): Add it.
3499
00fd78ed
CY
35002012-05-09 Chong Yidong <cyd@gnu.org>
3501
3502 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
3503 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
3504
666b903b 35052012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1cb51c12
SM
3506
3507 * shell.el (shell-completion-vars): Fix last change (bug#11348).
3508
666b903b 35092012-05-09 Chong Yidong <cyd@gnu.org>
18f00515
CY
3510
3511 * ansi-color.el (ansi-color-process-output): Check for validity of
3512 comint-last-output-start before using it. This avoids a bad
3513 interaction with gdb-mi's input/output buffer.
3514
666b903b 35152012-05-09 Glenn Morris <rgm@gnu.org>
fd075e7b
GM
3516
3517 * files.el (dir-locals-read-from-file):
3518 Mention dir-locals in any error message.
3519
666b903b 35202012-05-09 Chong Yidong <cyd@gnu.org>
25f292cd
CY
3521
3522 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
3523 package (Bug#11410).
3524
f677562b
CY
3525 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
3526 variables into description.
3527
666b903b 35282012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
3d53ee1b
SM
3529
3530 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
3531 shell-delimiter-argument-list (bug#11348).
3532 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
3533
b499d8d0
JB
35342012-05-09 Juanma Barranquero <lekktu@gmail.com>
3535
8f6b6da8
JB
3536 * textmodes/rst.el: Silence byte-compiler warnings.
3537 (rst-re-alist, rst-reset-section-caches): Move around.
3538 (rst-re): Use `characterp', not `char-valid-p'.
3539 (font-lock-beg, font-lock-end): Declare.
3540
4824146a
JB
3541 * progmodes/idlw-shell.el (specs): Remove reference to deleted
3542 variable `idlwave-shell-activate-alt-keybindings' and simplify.
3543
b499d8d0
JB
3544 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
3545
ad89bb83
GM
35462012-05-08 Glenn Morris <rgm@gnu.org>
3547
3548 * files.el (auto-mode-alist): Treat ".make" like ".mk".
3549
8bba5a75
SM
35502012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
3551
49ed9c8e
SM
3552 * vc/log-edit.el: Add GNU coding standards highlighting.
3553 (log-edit-font-lock-gnu-style)
3554 (log-edit-font-lock-gnu-keywords): New vars.
3555 (log-edit-font-lock-keywords): New fun.
3556 (log-edit-mode): Don't fold case in font-lock.
3557 (log-edit-font-lock-keywords): Do not assume case-folding.
3558
07d00b56
SM
3559 * imenu.el: Misc cleanup. Make docstrings out of comments.
3560 Use lexical-binding.
3561 (imenu--index-alist, imenu--last-menubar-index-alist)
3562 (imenu-menubar-modified-tick): Use defvar-local.
3563 (imenu--split-menu): Remove unused var.
3564 (imenu--cleanup-seen): Declare as global.
3565 (imenu--cleanup): Use dolist.
3566
8bba5a75
SM
3567 * subr.el (defvar-local): Add debug spec and doc-string position.
3568
5075bdb5
GM
35692012-05-08 Glenn Morris <rgm@gnu.org>
3570
090bd7cb 3571 * language/burmese.el, language/cham.el, language/czech.el:
c052c904
GM
3572 * language/english.el, language/georgian.el, language/greek.el:
3573 * language/japanese.el, language/khmer.el, language/korean.el:
3574 * language/lao.el, language/misc-lang.el, language/romanian.el:
3575 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
3576 * language/thai.el, language/utf-8-lang.el:
3577 Remove no-byte-compile setting.
3578
5075bdb5
GM
3579 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
3580
06f679a7
AH
35812012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
3582
3583 * progmodes/make-mode.el (makefile-browse):
3584 Remove unnecessary interactive. (Bug#11324)
3585
03794570
GM
35862012-05-07 Glenn Morris <rgm@gnu.org>
3587
af8630f4
GM
3588 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
3589
03794570
GM
3590 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
3591
f0809a9d
SM
35922012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
3593
28be5ce7
SM
3594 * loadup.el: Preload newcomment.el.
3595 * newcomment.el: Move autoload-only code to toplevel.
3596
f0809a9d
SM
3597 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
3598 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
3599 Handle new :right-align column property.
3600 (tabulated-list-print-col): Idem, plus use `display' text-property to
3601 try and preserve alignment for variable pitch fonts.
3602
1241b724
CY
36032012-05-07 Chong Yidong <cyd@gnu.org>
3604
3605 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
3606 (tabulated-list-use-header-line): New var.
3607 (tabulated-list-init-header): Use it.
3608 (tabulated-list-print-fake-header): New function.
3609 (tabulated-list-print): Use it.
3610 (tabulated-list-sort-button-map): Add non-header-line commands.
3611 (tabulated-list-init-header): Add column name property to basic
3612 labels as well.
3613 (tabulated-list-col-sort): Handle non-header-line button case.
3614 (tabulated-list--sort-by-column-name): Fix a corner case.
3615
f0809a9d
SM
3616 * buff-menu.el (list-buffers--refresh):
3617 Handle Buffer-menu-use-header-line.
1241b724 3618
e5f9458f
CY
36192012-05-06 Chong Yidong <cyd@gnu.org>
3620
3621 * buff-menu.el: Convert to Tabulated List mode.
3622 (Buffer-menu-buffer+size-width): Make obsolete.
3623 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
3624 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
3625 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
3626 documentation into docstring of buffer-menu.
3627 (Buffer-menu-toggle-files-only): Add an informative message.
3628 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
3629 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
3630 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
3631 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
3632 (Buffer-menu-execute, Buffer-menu-select)
3633 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
3634 (Buffer-menu-bury): Use Tabulated List machinery.
3635 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
3636 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
f0809a9d 3637 Delete.
e5f9458f
CY
3638 (list-buffers--refresh): New function.
3639 (list-buffers-noselect): Use it.
3640 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
3641 (Buffer-menu--pretty-file-name): New helper functions.
3642
3643 * loadup.el: Preload tabulated-list.
3644
3645 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
3646 tabulated-list-sort-column.
3647 (tabulated-list-init-header): Add the initial aligning space even
3648 if tabulated-list-padding is zero.
3649
e129292c
CS
36502012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
3651
3652 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
3653 whose cdr is not a cons cell correctly (bug#11038).
3654
6632d361
CY
36552012-05-06 Chong Yidong <cyd@gnu.org>
3656
e129292c
CS
3657 * emacs-lisp/tabulated-list.el (tabulated-list-format):
3658 Accept additional plist in column descriptors.
6632d361
CY
3659 (tabulated-list-init-header): Obey it.
3660 (tabulated-list-get-entry): New function.
3661 (tabulated-list-put-tag): Use it. Use string-width instead of
3662 length.
3663 (tabulated-list--column-number): New function.
3664 (tabulated-list-print): Use it.
e129292c
CS
3665 (tabulated-list-print-col): New function.
3666 Set `tabulated-list-column-name' property on each column's text.
6632d361 3667 (tabulated-list-print-entry): Use it.
e129292c
CS
3668 (tabulated-list-delete-entry, tabulated-list-set-col):
3669 New functions.
6632d361
CY
3670 (tabulated-list-sort-column): New command (Bug#11337).
3671
3cc99f68
CY
3672 * buff-menu.el (list-buffers): Move C-x C-b binding from
3673 buff-menu.el to bindings.el.
3674
3675 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
3676 :advertised-binding feature.
3677
52b61776
TN
36782012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
3679
3680 * progmodes/compile.el (compilation-internal-error-properties):
3681 Calculate start position correctly when end-col is set but
3682 end-line is not (Bug#11382).
3683
ebfe2597
WJ
36842012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
3685
3686 * man.el (Man-unindent): Use text-property-default-nonsticky to
3687 prevent untabify from inheriting face properties (Bug#11408).
3688
6d3f7c2f
SM
36892012-05-05 Stefan Merten <smerten@oekonux.de>
3690
3691 * textmodes/rst.el: Major merge with upstream development up to
3692 Docutils SVN r7399 / rst.el V1.2.1.
3693
3694 Clarify maintainership and authors.
3695
3696 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
3697 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
3698 (rst-official-version, rst-official-cvs-rev, rst-version)
3699 (rst-package-emacs-version-alist): New functions and variables
3700 for version information.
3701
3702 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
3703 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
3704 (rst-mode-syntax-table, rst-mode): New and corrected functions
3705 and variables representing reStructuredText features.
3706
3707 (rst-re): New function for reStructuredText regexes. Use in
3708 many places.
3709
3710 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
3711 (rst-mode-map): Rebind keys.
3712
3713 (rst-mode-lazy, rst-font-lock-keywords)
3714 (rst-font-lock-extend-region)
3715 (rst-font-lock-extend-region-internal)
3716 (rst-font-lock-extend-region-extend)
3717 (rst-font-lock-find-unindented-line-limit)
3718 (rst-font-lock-find-unindented-line-match)
3719 (rst-adornment-level, rst-font-lock-adornment-level)
3720 (rst-font-lock-adornment-match)
3721 (rst-font-lock-handle-adornment-pre-match-form)
3722 (rst-font-lock-handle-adornment-matcher): Major revision of
3723 font-locking. Integrate with other code. Use `jit-lock-mode'.
3724
3725 (rst-preferred-adornments, rst-adjust-hook)
3726 (rst-new-adornment-down, rst-preferred-bullets)
3727 (rst-preferred-bullets, rst-indent, rst-indent-width)
3728 (rst-indent-field, rst-indent-literal-normal)
3729 (rst-indent-literal-minimized, rst-indent-comment): Change,
3730 extend and improve customization.
3731
3732 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
3733 (rst-normalize-cursor-position, rst-get-decoration)
3734 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
3735 (rst-rstrip, rst-toc-insert-find-delete-contents)
3736 (rst-shift-fill-region, rst-compute-bullet-tabs)
3737 (rst-debug-print-tabs, rst-debug-mark-found)
3738 (rst-shift-region-guts, rst-shift-region-right)
3739 (rst-shift-region-left, rst-use-char-classes)
3740 (rst-font-lock-keywords-function)
3741 (rst-font-lock-indentation-point)
3742 (rst-font-lock-find-unindented-line-begin)
3743 (rst-font-lock-find-unindented-line-end)
3744 (rst-font-lock-find-unindented-line)
3745 (rst-font-lock-adornment-point, rst-font-lock-level)
3746 (rst-adornment-level-alist): Remove functions and variables.
3747
3748 (rst-compare-adornments, rst-get-adornment-match)
3749 (rst-suggest-new-adornment, rst-get-adornments-around)
3750 (rst-adornment-complete-p, rst-get-next-adornment)
3751 (rst-adjust-adornment, rst-display-adornments-hierarchy)
3752 (rst-straighten-adornments): Standardize function names to
3753 use "adornment" instead of "decoration". Correct callers.
3754 Similar standardizing in many places.
3755
3756 (rst-update-section, rst-adjust, rst-promote-region)
3757 (rst-enumerate-region, rst-bullet-list-region)
3758 (rst-repeat-last-character): Correct use of `interactive'.
3759
3760 (rst-classify-adornment, rst-find-all-adornments)
3761 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
3762 (rst-find-leftmost-column, rst-repeat-last-character):
3763 Refactor functions.
3764
3765 (rst-find-title-line, rst-reset-section-caches)
3766 (rst-get-adornments-around, rst-adjust-adornment-work)
3767 (rst-arabic-to-roman, rst-roman-to-arabic)
3768 (rst-insert-list-pos, rst-insert-list-new-item)
3769 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
3770 New functions.
3771
3772 (rst-all-sections, rst-section-hierarchy)
3773 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
3774 New variables.
3775
3776 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
3777 configuration instead of only buffer. Change where necessary.
3778
3779 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
3780 (rst-shift-region, rst-adaptive-fill): New functions for
3781 indentation and filling.
3782
3783 (rst-comment-line-break, rst-comment-indent)
3784 (rst-comment-insert-comment, rst-comment-region)
3785 (rst-uncomment-region): New functions for handling comments.
3786
3787 (rst-compile): Quote shell arguments.
3788
3789 (rst-compile-pdf-preview, rst-compile-slides-preview):
3790 Delete temporary files after use.
3791
a43f98b3
GM
37922012-05-05 Glenn Morris <rgm@gnu.org>
3793
48176e8b
GM
3794 * calendar/cal-html.el: Optionally include holidays in the output.
3795 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
3796 (cal-html-holidays): New option.
3797 (cal-html-css-default): Add holiday entry.
3798 (holiday-in-range): Autoload it.
3799 (cal-html-htmlify-entry): Add optional class argument.
3800 (cal-html-htmlify-list): Add optional holidays argument.
3801 (cal-html-insert-agenda-days): Include holidays in the output.
3802 (cal-html-one-month): Maybe include holidays.
3803
a43f98b3
GM
3804 * calendar/holidays.el (holiday-in-range):
3805 Move here from cal-tex-list-holidays.
3806 * calendar/cal-tex.el (cal-tex-list-holidays):
3807 Make it an obsolete alias for holiday-in-range. Update all callers.
3808
fef9d149 38092012-05-05 Chong Yidong <cyd@gnu.org>
eceeb5fc
CY
3810
3811 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
3812 Nextstep.
3813
248da2f4
RW
38142012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
3815
3816 * files.el (file-auto-mode-skip): New var.
3817 (set-auto-mode-1): Use it.
3818
f95e9344
SM
38192012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
3820
df96ab1e
SM
3821 * repeat.el: Use lexical-binding.
3822 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
3823 (repeat-undo-count): Remove.
3824 (repeat):
3825 * progmodes/octave-mod.el (octave-abbrev-start):
3826 * progmodes/f90.el (f90-abbrev-start):
3827 * face-remap.el (text-scale-adjust):
3828 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
3829
5342bb06
SM
3830 * emacs-lisp/pcase.el (pcase--let*): New function.
3831 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
3832 a bit more.
3833 (pcase--split-pred): Be more clever about ruling out overlap between
3834 a predicate and some constant pattern.
3835 (pcase--q1): Use `null' instead of (eq foo nil).
3836
f95e9344
SM
3837 * subr.el (setq-local, defvar-local): New macros.
3838 (kbd): Redefine as an alias.
3839 (with-selected-window): Leave unrelated frames alone.
3840 (set-temporary-overlay-map): New function.
3841
71873e2b
SM
38422012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
3843
3844 * subr.el (user-error): New function.
3845 * window.el (switch-to-buffer):
3846 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
3847 (smerge-match-conflict):
3848 * simple.el (previous-matching-history-element)
3849 (next-matching-history-element, goto-history-element, undo-more)
3850 (undo-start):
3851 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
3852 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
3853 (next-file, tags-loop-scan, list-tags, complete-tag):
3854 * progmodes/compile.el (compilation-loop):
3855 * mouse.el (mouse-minibuffer-check):
3856 * man.el (Man-bgproc-sentinel, Man-goto-page):
3857 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
3858 (Info-history-forward, Info-follow-reference, Info-menu)
3859 (Info-extract-menu-item, Info-extract-menu-counting)
3860 (Info-forward-node, Info-backward-node, Info-next-menu-item)
3861 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
3862 (Info-next-reference, Info-prev-reference, Info-index)
3863 (Info-index-next, Info-follow-nearest-node)
3864 (Info-copy-current-node-name):
3865 * imenu.el (imenu--make-index-alist)
3866 (imenu-default-create-index-function, imenu-add-to-menubar):
3867 * files.el (basic-save-buffer, recover-file):
3868 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3869 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
3870 (checkdoc-message-text, checkdoc-defun):
3871 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
3872 * cus-edit.el (customize-changed-options, customize-rogue)
3873 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
3874 (custom-variable-mark-to-reset-standard)
3875 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
3876 (custom-file):
3877 * completion.el (check-completion-length):
3878 * comint.el (comint-search-arg)
3879 (comint-previous-matching-input-string-position)
3880 (comint-previous-matching-input)
3881 (comint-replace-by-expanded-history-before-point, comint-send-input)
3882 (comint-copy-old-input, comint-backward-matching-input)
3883 (comint-goto-process-mark, comint-set-process-mark):
3884 * calendar/calendar.el (calendar-cursor-to-date): Use it.
3885 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
3886
8a61ee22
SM
38872012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
3888
66408d1e
SM
3889 * dabbrev.el (dabbrev--ignore-case-p): New function.
3890 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
3891 Use it.
3892
8a61ee22
SM
3893 * files.el (automount-dir-prefix): Mark as obsolete.
3894
3c74813a
GM
38952012-05-04 Glenn Morris <rgm@gnu.org>
3896
3897 * patcomp.el, play/bruce.el: Move to obsolete/.
3898
0bfcf5c5
PE
38992012-05-04 Paul Eggert <eggert@cs.ucla.edu>
3900
3901 Fix minor Y10k bugs.
3902 * arc-mode.el (archive-unixdate):
3903 * autoinsert.el (auto-insert-alist):
3904 * calc/calc-forms.el (math-this-year):
3905 * emacs-lisp/copyright.el (copyright-current-year)
3906 (copyright-update-year, copyright):
3907 * tar-mode.el (tar-clip-time-string):
3908 * time.el (display-time-update):
3909 Don't assume years have 4 digits.
3910
78f3273a
CY
39112012-05-04 Chong Yidong <cyd@gnu.org>
3912
3913 * dos-w32.el (file-name-buffer-file-type-alist)
3914 (direct-print-region-use-command-dot-com):
3915 * ffap.el (ffap-menu-regexp):
3916 * find-file.el (ff-special-constructs):
3917 * follow.el (follow-debug):
3918 * forms.el (forms--debug):
3919 * iswitchb.el (iswitchb-all-frames):
3920 * ido.el (ido-all-frames):
3921 * emacs-lisp/timer.el (timer-max-repeats):
3922 * mail/feedmail.el (feedmail-mail-send-hook)
3923 (feedmail-mail-send-hook-queued):
3924 * mail/footnote.el (footnote-signature-separator):
3925 * mail/mailabbrev.el (mail-alias-separator-string)
3926 (mail-abbrev-mode-regexp):
3927 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
3928 * progmodes/idlwave.el (idlwave-libinfo-file)
3929 (idlwave-default-completion-case-is-down)
3930 (idlwave-library-routines): Convert defvars to defcustoms.
3931
3932 * mail/rmail.el (rmail-decode-mime-charset):
3933 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
3934 (idlwave-shell-fix-inserted-breaks)
3935 (idlwave-shell-activate-alt-keybindings)
3936 (idlwave-shell-use-breakpoint-glyph):
3937 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
3938
f7ae6719
SM
39392012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
3940
3941 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
3942
47086495
WS
39432012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
3944
3945 * progmodes/verilog-mode.el (font-lock-keywords):
3946 Fix mis-highligting auto. Reported by Craig Barner.
3947 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
3948 defines from global name space. Reported by Dan Dever.
3949 (verilog-auto-reset, verilog-auto-reset-widths)
3950 (verilog-auto-tieoff): Support using unbased numbers for
3951 AUTORESET and AUTOTIEOFF.
3952 (verilog-submit-bug-report): Update variable list.
3953 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
3954 parenthesis from not matching. Reported by Michael Rytting.
3955 (verilog-auto-template-lint): Fix hash error when linting modules
3956 with no used templates.
3957 (verilog-warn, verilog-warn-error)
3958 (verilog-warn-fatal): When non-interactive report multiple
3959 warnings before exiting. Suggested by Brad Dobbie.
3960 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
3961 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
3962 to report unused template errors. Reported by Brad Dobbie.
3963 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
3964 nets, bug438. Reported by Vns Blore.
3965 (verilog-auto-inout-module, verilog-auto-reg)
3966 (verilog-read-decls, verilog-read-sub-decls-sig)
3967 (verilog-signals-edit-wire-reg, verilog-signals-with):
3968 Fix passing of Verilog data types in ANSI input/output ports
3969 such as "output logic" into the AUTOs. Special case "wire" and
3970 "reg" for backwards compatibility presuming Verilog 2001.
3971 (verilog-auto-ascii-enum): Add "auto enum" as alias.
3972 (verilog-preprocess): Fix replication of preprocess output.
3973 Reported by Brad Dobbie.
3974 (verilog-auto-inst-interfaced-ports):
3975 Create verilog-auto-inst-interfaced-ports, bug429.
3976 Reported by Julian Gorfajn.
3977 (verilog-after-save-font-hook)
3978 (verilog-before-save-font-hook): New variable.
3979 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
3980 (verilog-save-font-mods): Wrap disabling fontification, reported
3981 by David Rogoff.
3982 (verilog-do-indent, verilog-pretty-declarations-auto)
3983 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
3984 Reported by Pierre-David Pfister.
3985 (verilog-set-auto-endcomments): Fix endtask auto comments outside
3986 of class declarations, bug292. Reported by Kevin Heilman.
3987 (verilog-read-decls): Fix 'parameter type' not appearing in
3988 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
3989 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
3990 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
3991 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
3992 Reported by David Kravitz.
3993
39942012-05-03 Michael McNamara <mac@mail.brushroad.com>
3995
3996 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
3997 assignment with tests in ifs and for loops.
3998 (verilog-extended-complete-re, verilog-complete-reg): Change so
3999 that DPI inport functions don't look like fuction declarations.
4000 (verilog-pretty-expr): Don't line up assignment
4001 operations to the test and increment in if and for loops
4002 (verilog-extended-complete-re, verilog-complete-reg): Change so
090bd7cb 4003 that DPI inport functions don't look like fuction declarations.
47086495 4004
2e51d4b5
KH
40052012-05-03 Kenichi Handa <handa@m17n.org>
4006
4007 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
c846da43 4008 decoding, and show a warning message without signaling an error
2e51d4b5
KH
4009 (Bug#11282).
4010
2bd785a2
SM
40112012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
4012
4013 * emacs-lisp/bytecomp.el
4014 (byte-compile-file-form-custom-declare-variable): Compile all elements,
4015 since cconv.el might have introduced :fun-body, internal-make-closure,
4016 and friends for bytecomp to handle (bug#11391).
4017 * custom.el (defcustom): Avoid ((λ ..) ..).
4018
99d27583
SM
40192012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
4020
4021 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
4022
55a71479
JB
40232012-05-02 Juanma Barranquero <lekktu@gmail.com>
4024
4025 * notifications.el (dbus-debug):
4026 * term/linux.el (gpm-mouse-enable):
4027 * term/screen.el (xterm-register-default-colors): Declare.
4028
7b97c764
CY
40292012-05-02 Chong Yidong <cyd@gnu.org>
4030
2bc356d7
CY
4031 * cus-start.el (gc-cons-percentage, exec-suffixes)
4032 (dos-display-scancodes, dos-hyper-key, dos-super-key)
4033 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
4034 (make-cursor-line-fully-visible, void-text-area-pointer)
4035 (font-list-limit): Add customization data.
4036
7b97c764
CY
4037 * allout.el (allout-exposure-change-functions)
4038 (allout-structure-added-functions)
4039 (allout-structure-deleted-functions)
4040 (allout-structure-shifted-functions): Rename abnormal hooks from
4041 *-hook, and convert to defcustoms.
5d3385a0
JB
4042 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
4043 Convert to defcustoms.
7b97c764
CY
4044 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
4045
4046 * allout-widgets.el: Hook callers changed.
4047
90207a15 40482012-05-02 Eli Zaretskii <eliz@gnu.org>
91af76bf
EZ
4049
4050 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
4051 the yanked message in preference to the default value of
4052 buffer-file-coding-system.
4053
90207a15 40542012-05-02 Martin Rudalics <rudalics@gmx.at>
d9558cad 4055
5d3385a0
JB
4056 * window.el (display-buffer--action-function-custom-type):
4057 Fix entry.
d9558cad 4058
90207a15 40592012-05-02 Alan Mackenzie <acm@muc.de>
09affde0
AM
4060
4061 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
4062
d80ac57b
GM
40632012-05-01 Glenn Morris <rgm@gnu.org>
4064
976f7668
GM
4065 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
4066
beb83b5a
GM
4067 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
4068
d80ac57b
GM
4069 * cus-edit.el (custom-variable-documentation): Simplify with format.
4070
b593d6a9 40712012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
f1a71c6e 4072 Stefan Monnier <monnier@iro.umontreal.ca>
b593d6a9
AH
4073
4074 * simple.el (suggest-key-bindings, execute-extended-command):
4075 Move from keyboard.c.
4076
782fbf2a
CY
40772012-05-01 Chong Yidong <cyd@gnu.org>
4078
4079 * follow.el: Eliminate advice.
4080 (set-process-filter, process-filter, sit-for): Advice deleted.
4081 (follow-mode-off-hook): Obsolete hook removed.
b593d6a9
AH
4082 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
4083 Vars deleted.
782fbf2a
CY
4084 (follow-auto): Use a :set function.
4085 (follow-mode): Rewritten. Don't advise process filters.
4086 (follow-switch-to-current-buffer-all, follow-scroll-up)
4087 (follow-scroll-down): Assume follow-mode is bound.
4088 (follow-comint-scroll-to-bottom)
4089 (follow-align-compilation-windows): New functions.
4090 (follow--window-sorter): New function.
4091 (follow-all-followers): Use it to explicitly sort windows by their
4092 positions; don't make assumptions about next-window order.
4093 (follow-windows-start-end, follow-delete-other-windows-and-split)
4094 (follow-calc-win-start): Doc fix.
4095 (follow-windows-aligned-p, follow-select-if-visible): Don't call
4096 vertical-motion unnecessarily.
4097 (follow-adjust-window): New function.
4098 (follow-post-command-hook): Use it.
4099 (follow-call-set-process-filter, follow-call-process-filter)
4100 (follow-intercept-process-output, follow-tidy-process-filter-alist)
4101 (follow-stop-intercept-process-output, follow-generic-filter):
4102 Functions deleted.
4103 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
b593d6a9
AH
4104 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
4105 New functions, replacing advice on scroll-bar-* commands.
87233a14 4106 (follow-mwheel-scroll): New function (Bug#4112).
782fbf2a
CY
4107
4108 * comint.el (comint-adjust-point): New function.
b593d6a9
AH
4109 (comint-postoutput-scroll-to-bottom): Use it.
4110 Call follow-comint-scroll-to-bottom for Follow mode buffers.
782fbf2a 4111
290af740
GM
41122012-05-01 Glenn Morris <rgm@gnu.org>
4113
4114 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
4115 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
4116 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
4117 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
4118 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
4119 Remove no-byte-compile setting.
4120
6eac8dc9
SM
41212012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
4122
4123 * minibuffer.el (completion-table-with-quoting): Fix compatibility
4124 all-completions code to not return a number in the last cdr.
4125
9cc7819c
LL
41262012-04-30 Leo Liu <sdl.web@gmail.com>
4127
4128 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
4129 read-only error.
4130
c93b886f
CY
41312012-04-29 Chong Yidong <cyd@gnu.org>
4132
4133 * follow.el (follow-calc-win-end): Rewrite to handle partial
4134 screen lines correctly (Bug#8390).
4135 (follow-avoid-tail-recenter): Minor cleanup.
4136
8b6c19f4
SM
41372012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
4138
4139 Avoid the obsolete `assoc' package.
4140 * speedbar.el (speedbar-refresh): Avoid adelete.
4141 (speedbar-file-lists): Simplify and avoid aput.
4142 * man.el (Man--sections, Man--refpages): New vars, replacing
4143 Man-sections-alist and Man-refpages-alist.
4144 (Man-build-section-alist, Man-build-references-alist):
4145 Use them; avoid aput.
4146 (Man--last-section, Man--last-refpage): New vars.
4147 (Man-follow-manual-reference): Use them.
4148 Use the `default' arg of completing-read.
4149 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
4150
c5bb7569
CY
41512012-04-27 Chong Yidong <cyd@gnu.org>
4152
d1d2e2e8
CY
4153 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
4154
15cd8efd
CY
4155 * startup.el (x-apply-session-resources): New function.
4156
4157 * term/ns-win.el (ns-initialize-window-system):
4158 * term/w32-win.el (w32-initialize-window-system):
4159 * term/x-win.el (x-initialize-window-system): Use it to properly
4160 set menu-bar-mode and other vars from X resources, even if the
4161 initial frame is not a window-system frame (Bug#2299).
4162
c5bb7569
CY
4163 * subr.el (read-key): Avoid running filter function when setting
4164 up temporary tool bar entries (Bug#9922).
4165
a8e7d6d7 41662012-04-27 Andreas Schwab <schwab@linux-m68k.org>
c4347ab9
AS
4167
4168 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
4169 (Bug#11344)
4170
a8e7d6d7 41712012-04-27 Chong Yidong <cyd@gnu.org>
acb71f1d
CY
4172
4173 * select.el (xselect--encode-string): New function, split from
4174 xselect-convert-to-string.
4175 (xselect-convert-to-string): Use it.
4176 (xselect-convert-to-filename, xselect-convert-to-os)
4177 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
4178 returned strings are properly encoded (Bug#11315).
4179
a8e7d6d7 41802012-04-27 Chong Yidong <cyd@gnu.org>
d55486c7
CY
4181
4182 * simple.el (delete-active-region): Move to killing custom group.
4183
a8e7d6d7 41842012-04-27 Andreas Schwab <schwab@linux-m68k.org>
581b6788
AS
4185
4186 * progmodes/which-func.el (which-func-current): Quote %
4187 characters for mode-line processing.
4188
578c1d4b 41892012-04-27 Chong Yidong <cyd@gnu.org>
18edb22d
CY
4190
4191 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
4192 reaching eob (Bug#11286).
4193
a8e7d6d7 41942012-04-27 Eli Zaretskii <eliz@gnu.org>
9ee9f470
EZ
4195
4196 * progmodes/gdb-mi.el (gdb-control-level): New variable.
4197 (gdb): Make it buffer-local and init to zero.
4198 (gdb-control-commands-regexp): New variable.
4199 (gdb-send): Don't wrap in "-interpreter-exec console" if
4200 gdb-control-level is positive. Increment gdb-control-level
4201 whenever the command matches gdb-control-commands-regexp, and
4202 decrement it each time the command is "end". (Bug#11279)
4203
a8e7d6d7 42042012-04-27 Martin Rudalics <rudalics@gmx.at>
41cfe0cb
MR
4205
4206 * window.el (adjust-window-trailing-edge, enlarge-window)
4207 (shrink-window, window-resize):
4208 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
4209 windows (Bug#11276).
4210
b3608390
CY
42112012-04-27 Chong Yidong <cyd@gnu.org>
4212
4213 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
a8e7d6d7 4214 fix "missing prefix" warning. All callers changed.
b3608390 4215
797e6e88
SM
42162012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
4217
4218 * emacs-lisp/assoc.el: Move to obsolete/.
4219
e95a67dc
SM
42202012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
4221
657c21e4 4222 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
e95a67dc
SM
4223
4224 * term/ns-win.el (ns-define-service):
4225 * progmodes/pascal.el (pascal-goto-defun):
4226 * progmodes/js.el (js--read-tab):
4227 * progmodes/etags.el (tags-lazy-completion-table):
4228 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
4229 * emacs-lisp/ewoc.el (ewoc--wrap):
4230 * emacs-lisp/assoc.el (aput, adelete, amake):
4231 * doc-view.el (doc-view-convert-current-doc):
4232 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
4233
cb3e7ae0
CY
42342012-04-26 Chong Yidong <cyd@gnu.org>
4235
dce04f7f
CY
4236 * image.el (image-type-from-buffer): Only return supported image
4237 type (Bug#9045).
4238
cb3e7ae0
CY
4239 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
4240 value, for symmetry with diff-end-of-hunk.
4241 (diff-split-hunk, diff-find-source-location)
4242 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
4243 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
4244 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
4245 compute the relevant hunk or file properly (Bug#6005).
4246 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
4247
0d42eb3e
SM
42482012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
4249
4250 * vc/vc-mtn.el:
4251 * vc/vc-hg.el:
4252 * vc/vc-git.el:
4253 * vc/vc-dir.el:
4254 * vc/vc-cvs.el:
4255 * vc/vc-bzr.el:
4256 * vc/vc-arch.el:
4257 * vc/vc.el: Replace lexical-let by lexical-binding.
4258 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
4259 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
4260 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
4261
f08ae1c9
CY
42622012-04-26 Chong Yidong <cyd@gnu.org>
4263
8b71081d
CY
4264 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
4265 (diff-mode-shared-map): Bind it to / and [remap undo].
4266
f08ae1c9
CY
4267 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
4268 (ediff-window-setup-function): Use it as the default, to set up
4269 windows based on whether the current frame is graphical (Bug#2138).
4270 (ediff-choose-window-setup-function-automatically): Make obsolete.
4271
4272 * vc/ediff-init.el: Always define ediff-pixel-width/height.
4273
ef24141c
SM
42742012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
4275
cc356a5d
SM
4276 * ffap.el: Remove old code for obsolete package.
4277 (ffap-complete-as-file-p): Remove.
4278
b4ff4f1f
SM
4279 Use completion-table-with-quoting for comint and pcomplete.
4280 * comint.el (comint--unquote&requote-argument)
4281 (comint--unquote-argument, comint--requote-argument): New functions.
4282 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
4283 (comint-quote-filename): Use regexp-opt-charset.
4284 (comint--common-suffix, comint--common-quoted-suffix)
4285 (comint--table-subvert): Remove.
4286 (comint-unquote-function, comint-requote-function): New vars.
4287 (comint--complete-file-name-data): Use them with
4288 completion-table-with-quoting.
4289 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
4290 * pcomplete.el (pcomplete-arg-quote-list)
4291 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
4292 (pcomplete-unquote-argument-function): Default to non-nil.
4293 (pcomplete-unquote-argument): Simplify.
4294 (pcomplete--common-quoted-suffix): Remove.
4295 (pcomplete-requote-argument-function): New var.
4296 (pcomplete--common-suffix): New function.
4297 (pcomplete-completions-at-point): Use completion-table-with-quoting
4298 and completion-table-subvert.
4299
79c4eeb4
SM
4300 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
4301 (minibuffer--double-dollars): Preserve properties.
4302 (completion--sifn-requote): New function.
4303 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
4304
ef24141c
SM
4305 * minibuffer.el: Add support for completion of quoted/escaped data.
4306 (completion-table-with-quoting, completion-table-subvert): New funs.
4307 (completion--twq-try, completion--twq-all): New functions.
4308 (completion--nth-completion): New function.
4309 (completion-try-completion, completion-all-completions): Use it.
4310
784e7d6e
LL
43112012-04-25 Leo Liu <sdl.web@gmail.com>
4312
dd2ac746
SM
4313 * progmodes/python.el (python-pdbtrack-get-source-buffer):
4314 Use compilation-message if available to find real filename.
784e7d6e 4315
07875ee7
CY
43162012-04-25 Chong Yidong <cyd@gnu.org>
4317
4318 * vc/diff-mode.el (diff-setup-whitespace): New function.
4319 (diff-mode): Use it.
4320
4321 * vc/diff.el (diff-sentinel):
4322 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
4323 Whitespace mode variables based on diff style (Bug#8612).
4324
5055880d
LL
43252012-04-25 Leo Liu <sdl.web@gmail.com>
4326
daf75653
LL
4327 * progmodes/python.el (python-send-region): Add suffix .py to the
4328 temp file.
4329
5055880d
LL
4330 * files.el (auto-mode-alist): Use javascript-mode instead.
4331
db9b177b
AH
43322012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
4333
ef24141c 4334 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
db9b177b 4335
090bd7cb 4336 * net/soap-client.el (soap-resolve-references-for-sequence-type)
ef24141c 4337 (soap-resolve-references-for-array-type): Hack to prevent self
db9b177b 4338 references, see Bug#9.
ef24141c 4339 (soap-parse-envelope): Report the contents of the 'detail' node
db9b177b 4340 when receiving a fault reply.
ef24141c 4341 (soap-parse-envelope): Report the contents of the entire 'detail' node.
db9b177b 4342
090bd7cb 4343 * net/soap-inspect.el (soap-sample-value-for-simple-type)
ef24141c 4344 (soap-inspect-simple-type): New function.
db9b177b 4345
090bd7cb 4346 * net/soap-client.el (soap-simple-type): New struct.
db9b177b 4347 (soap-default-xsd-types, soap-default-soapenc-types)
ef24141c
SM
4348 (soap-decode-basic-type, soap-encode-basic-type):
4349 support unsignedInt and double basic types.
db9b177b 4350 (soap-resolve-references-for-simple-type)
ef24141c
SM
4351 (soap-parse-simple-type, soap-encode-simple-type): New function.
4352 (soap-parse-schema): Parse xsd:simpleType declarations.
db9b177b 4353
090bd7cb 4354 * net/soap-client.el (soap-default-xsd-types)
ef24141c
SM
4355 (soap-default-soapenc-types): Add integer, byte and anyURI types.
4356 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
4357 the local name of "soapenc:Array".
4358 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
db9b177b
AH
4359 decoding integer, byte and anyURI xsd types.
4360
1fc6097b
CY
43612012-04-25 Chong Yidong <cyd@gnu.org>
4362
4363 * cus-edit.el (custom-buffer-create-internal): Update header text.
4364
afc6df87
EZ
43652012-04-25 Eli Zaretskii <eliz@gnu.org>
4366
4367 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
4368 settings on 'system-type', not on 'window-system'. On MS-Windows,
4369 set interactive-mode on in GDB.
4370
dfbd787f
SM
43712012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
4372
4373 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
4374 (ruby-syntax-propertize-regexp): Remove.
4375 (ruby-syntax-propertize-function): Split regexp into chunks.
4376 Match following code directly.
4377
85222d44
DG
43782012-04-24 Dmitry Gutov <dgutov@yandex.ru>
4379
51a8ea2a
DG
4380 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
4381 (ruby-syntax-propertize-regexp): New function.
4382 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
4383 by a special keyword.
4384
85222d44
DG
4385 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
4386 (ruby-syntax-general-delimiters-goto-beg)
4387 (ruby-syntax-propertize-general-delimiters): New functions.
4388 (ruby-syntax-propertize-function): Use them to handle GDL.
4389 (ruby-font-lock-keywords): Move old handling of GDL...
4390 (ruby-font-lock-syntactic-keywords): .. to here.
4391 (ruby-calculate-indent): Adjust indentation for GDL.
4392
b613912b
MA
43932012-04-24 Michael Albinus <michael.albinus@gmx.de>
4394
b5380639
MA
4395 * notifications.el (top): Remove unneeded declarations.
4396 (notifications-specification-version): Change to "1.2".
e43042fe 4397 (notifications-interface, notifications-notify-method)
b613912b
MA
4398 (notifications-close-notification-method): Fix docstring.
4399 (notifications-get-capabilities-method): New defconst.
e43042fe
MA
4400 (notifications-notify): Add :action-items, :resident and
4401 :transient hints. Change "image_data" to "image-data" and
4402 "image_path" to "image-path".
b613912b
MA
4403 (notifications-get-capabilities): New defun.
4404
257440aa
LL
44052012-04-24 Leo Liu <sdl.web@gmail.com>
4406
4407 * progmodes/python.el: Move hideshow setup to the end.
4408
b1bac16e
MR
44092012-04-24 Martin Rudalics <rudalics@gmx.at>
4410
4411 * window.el (handle-select-window): Clear echo area since this is
4412 no more done by read_char (Bug#11304).
4413
d81bd059
SM
44142012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
4415
4416 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
4417 and `/ M' to filter-derived-mode.
4418 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
4419 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
4420 (ibuffer-mark-by-mode): Use default rather than initial-input.
4421 (ibuffer-filter-by-derived-mode): Autoload and require-match.
4422
c4cf6d91
IA
44232012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
4424
4425 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
4426 (ibuffer-filter-by-derived-mode): New filter.
4427 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
4428
7511ded8
CY
44292012-04-23 Andreas Politz <politza@fh-trier.de>
4430
4431 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
4432
775c916b
CY
44332012-04-23 Chong Yidong <cyd@gnu.org>
4434
4435 * cus-edit.el (customize-apropos, customize-apropos-options):
4436 Disable matching of non-option variables (Bug#11176).
4437 (customize-option, customize-option-other-window)
4438 (customize-changed-options): Doc fix.
4439 (customize-apropos-options, customize-apropos-faces)
4440 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
4441
4442 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
922d37d3 4443 Fix word list splitting (Bug#11132).
46c71e23
CY
4444 (apropos-symbol, apropos-keybinding, apropos-label)
4445 (apropos-property, apropos-function-button)
4446 (apropos-variable-button, apropos-misc-button): New faces.
4447 (apropos-symbol-face, apropos-keybinding-face)
4448 (apropos-label-face, apropos-property-face, apropos-match-face):
4449 Variables removed (Bug#8396).
4450 (apropos-library-button, apropos-format-plist, apropos-print)
4451 (apropos-print-doc, apropos-describe-plist): Callers changed.
775c916b 4452
2df41f9c
MA
44532012-04-23 Michael Albinus <michael.albinus@gmx.de>
4454
4455 * net/xesam.el (xesam-mode-map): Use let-bound map in
4456 initialization. (Bug#11292)
4457
da00640a
AM
44582012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4459
4460 Preserve ispell session localwords when switching back to
4461 original buffer.
4462
090bd7cb
JB
4463 * textmodes/ispell.el (ispell-buffer-session-localwords):
4464 New buffer-local variable to hold buffer session localwords.
ed9265fc 4465 (ispell-kill-ispell): Add option 'clear to delete session
da00640a
AM
4466 localwords.
4467 (ispell-command-loop, ispell-change-dictionary)
4468 (ispell-buffer-local-words): Preserve session localwords when
4469 needed.
4470
090bd7cb
JB
4471 * textmodes/flyspell.el (flyspell-process-localwords)
4472 (flyspell-do-correct): Preserve session localwords when needed.
da00640a 4473
f621ccf5
AM
44742012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4475
090bd7cb
JB
4476 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
4477 using obsolete `translation-table-for-input'.
ef24141c
SM
4478 (ispell-word, ispell-process-line, ispell-complete-word):
4479 Use plain `insert' instead of removed `ispell-insert-word'.
f621ccf5 4480
c2d1019e
CY
44812012-04-22 Chong Yidong <cyd@gnu.org>
4482
4483 * cus-edit.el (custom-variable-menu)
4484 (custom-variable-reset-saved, custom-face-menu)
4485 (custom-face-reset-saved): If there is no saved value, make the
4486 "reset-saved" operation bring back the default (Bug#9509).
4487 (custom-face-state): Properly detect themed faces.
4488
eeddc531
CY
4489 * faces.el (face-spec-set): Stop supporting deprecated form of
4490 third arg.
4491
dcbf5805
MA
44922012-04-22 Michael Albinus <michael.albinus@gmx.de>
4493
4494 Move functions from C to Lisp. Make non-blocking method calls
4495 the default. Implement further D-Bus standard interfaces.
4496
ef24141c
SM
4497 * net/dbus.el (dbus-message-internal): Declare function.
4498 Remove unneeded function declarations.
dcbf5805
MA
4499 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
4500 (dbus-message-type-method-return, dbus-message-type-error)
4501 (dbus-message-type-signal): Declare variables. Remove local
4502 definitions.
4503 (dbus-interface-dbus, dbus-interface-peer)
4504 (dbus-interface-introspectable, dbus-interface-properties)
4505 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
4506 Adapt docstring.
4507 (dbus-interface-objectmanager): New defconst.
4508 (dbus-call-method, dbus-call-method-asynchronously)
4509 (dbus-send-signal, dbus-method-return-internal)
4510 (dbus-method-error-internal, dbus-register-service)
4511 (dbus-register-signal, dbus-register-method): New defuns, moved
4512 from dbusbind.c
4513 (dbus-call-method-handler, dbus-setenv)
ef24141c
SM
4514 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
4515 New defuns.
dcbf5805
MA
4516 (dbus-call-method-non-blocking): Make it an obsolete function.
4517 (dbus-unregister-object, dbus-unregister-service)
4518 (dbus-handle-event, dbus-register-property)
4519 (dbus-property-handler): Obey the new structure of
4520 `bus-registered-objects'.
4521 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
4522 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
4523 Use `dbus-call-method'.
4524
cf20dee0
CY
45252012-04-22 Chong Yidong <cyd@gnu.org>
4526
4527 * cus-edit.el (custom-commands, custom-reset-menu)
4528 (Custom-reset-standard): Tweak labels.
4529 (custom-reset-button-menu): Change default to t.
4530 (custom-buffer-create-internal): For the custom-reset-button-menu
4531 case, put the revert button first.
4532 (custom-group-subtitle): New face.
4533 (custom-group-value-create): Align docstring to a specific column.
4534
4535 * wid-edit.el (widget-documentation-link-add): Don't handle
4536 indentation in this function.
4537 (widget-documentation-string-indent-to): New function.
4538 (widget-documentation-string-value-create): Use it.
4539
4540 * autorevert.el (auto-revert):
4541 * epg-config.el (epg):
4542 * ibuffer.el (ibuffer):
4543 * mpc.el (mpc):
4544 * ses.el (ses):
4545 * eshell/eshell.el (eshell):
4546 * net/ange-ftp.el (ange-ftp):
4547 * progmodes/ebnf2ps.el (postscript):
4548 * progmodes/flymake.el (flymake):
4549 * progmodes/prolog.el (prolog):
4550 * progmodes/verilog-mode.el (verilog-mode):
4551 * progmodes/which-func.el (which-func):
4552 * term/xterm.el (xterm):
4553 * textmodes/picture.el (picture):
4554 * textmodes/tildify.el (tildify):
4555 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
4556 customization buffers.
4557
583e23bd
AM
45582012-04-22 Alan Mackenzie <acm@muc.de>
4559
4560 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
4561 Adding a ) can hide the resulting (..) from searches. Fix it.
4562 Bound the backward search to the position of the existing (.
4563
7dd51bf1
JB
45642012-04-21 Juanma Barranquero <lekktu@gmail.com>
4565
4566 * progmodes/verilog-mode.el (verilog-mode): Check whether
4567 which-func-modes is t before adding verilog-mode.
4568 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
4569
d64a438f
LL
45702012-04-21 Leo Liu <sdl.web@gmail.com>
4571
7dd51bf1 4572 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
d64a438f 4573
081e8d65
MV
45742012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
4575
4576 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
4577 filling of the last column of a table (Bug#5635).
4578 (woman-find-next-control-line): New arg, specifying an additional
4579 regexp component for the control line.
4580 (woman2-roff-buffer): Use it.
4581 (woman-break-table): New function.
4582 (woman2-TS): Use it.
4583
45842012-04-21 Chong Yidong <cyd@gnu.org>
4585
4586 * woman.el (woman-set-buffer-display-table, woman-decode-region)
4587 (woman-horizontal-escapes, woman-negative-vertical-space)
4588 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
4589 (WoMan-warn-ignored): Use ?\s instead of ?\ .
4590
ed571ccb
SM
45912012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
4592
4593 * minibuffer.el (completion-file-name-table): Complete user names.
4594
39773899
LL
45952012-04-20 Leo Liu <sdl.web@gmail.com>
4596
4597 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
4598 and pcase-let*.
4599
de6ff46d
CY
46002012-04-20 Chong Yidong <cyd@gnu.org>
4601
4602 * server.el (server-execute): Respect initial-buffer-choice if it
4603 is a string and there are no files to open (Bug#2825).
4604 (server-create-window-system-frame, server-create-tty-frame):
4605 Don't switch buffers here.
2d0e8e61
CY
4606 (server-process-filter): Only try to open a window system frame if
4607 compiled with graphical support (Bug#8314).
de6ff46d 4608
54071013
DN
46092012-04-20 Dan Nicolaescu <dann@gnu.org>
4610
4611 * battery.el (battery-echo-area-format): Display remaining time
4612 for sysfs backend too (Bug#11269).
4613 (battery-linux-sysfs): Fix conditional for the charge.
4614
f30d612a
CY
46152012-04-20 Chong Yidong <cyd@gnu.org>
4616
c07a4c0b 4617 * progmodes/gdb-mi.el (gdb): Revert previous change.
f30d612a
CY
4618 (gdb-inferior-io--init-proc): New function.
4619 (gdb-init-1): Use it.
4620 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
4621 responsible for allocating a new pty and hooking it to gdb when
4622 the old pty gets an EIO due to process exit.
4623 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
4624 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
4625 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
4626
2116e93c
EZ
46272012-04-20 Eli Zaretskii <eliz@gnu.org>
4628
4629 * window.el (window-min-size, window-sizable, window-min-delta)
4630 (window-max-delta, window--resizable, window-resizable)
4631 (window-total-size, window-full-height-p, window-full-width-p)
4632 (window-in-direction, window--resize-mini-window, window-resize)
4633 (window--resize-child-windows-normal)
4634 (window--resize-child-windows, window--resize-siblings)
4635 (window--resize-this-window, adjust-window-trailing-edge)
cd0f830c 4636 (enlarge-window, shrink-window): Doc fixes.
2116e93c 4637
c07a4c0b 46382012-04-20 Chong Yidong <cyd@gnu.org>
b668fa6e 4639
ef24141c
SM
4640 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
4641 New function to call delete-process on the gdb-inferior buffer's pty.
b668fa6e
CY
4642 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
4643 pty process (Bug#11273).
4644 (gdb-update): New arg to suppress talking to the gdb process.
4645 (gdb-done-or-error): Use it.
4646 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
4647 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
4648 sentinel not being called.
4649
4650 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
4651
d02766ab
CY
4652 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
4653
c07a4c0b 46542012-04-20 Glenn Morris <rgm@gnu.org>
016a35df
GM
4655
4656 * net/network-stream.el (open-network-stream): Doc fix.
4657
c07a4c0b 46582012-04-20 Chong Yidong <cyd@gnu.org>
2c070447
CY
4659
4660 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
4661
c07a4c0b 46622012-04-20 Alan Mackenzie <acm@muc.de>
f0f6bc35
AM
4663
4664 Ensure searching for keywords is case sensitive.
4665
4666 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
4667 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
4668 (c-defun-name, c-mark-function, c-cpp-define-name)
4669 (c-comment-indent, c-scan-conditionals, c-indent-defun)
c07a4c0b 4670 (c-context-line-break): Bind case-fold-search to nil.
f0f6bc35 4671
ef24141c
SM
4672 * progmodes/cc-mode.el (c-font-lock-fontify-region):
4673 Bind case-fold-search to nil.
f0f6bc35 4674
c07a4c0b 46752012-04-20 Chong Yidong <cyd@gnu.org>
4fc2c72a
CY
4676
4677 * mail/sendmail.el (mail-bury): Call return action with the right
4678 Rmail buffer (Bug#11242).
4679
9a864fa2
CY
4680 * server.el (server-process-filter): Handle corner case where both
4681 tty and nowait options are present (Bug#11102).
4682
539aa513
EZ
46832012-04-20 Eli Zaretskii <eliz@gnu.org>
4684
4685 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
6cf2a23e
EZ
4686 (top level): Put into the executable the ident-style '$Id:' tag on
4687 windows-nt as well.
539aa513 4688
cfc7d5da
SM
46892012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
4690
4691 * electric.el (electric-indent-post-self-insert-function): Check that
4692 electric-indent-mode is enabled in current buffer.
4693
5b01685c
JB
46942012-04-19 Juanma Barranquero <lekktu@gmail.com>
4695
4696 * imenu.el (imenu-progress-message): Restore; it is "used" in
4697 erc/erc-imenu.el and net/snmp-mode.el.
4698
4d6769e1
JB
46992012-04-19 Juanma Barranquero <lekktu@gmail.com>
4700
4701 * avoid.el (mouse-avoidance-mode): Mark unused arg.
4702 (mouse-avoidance-nudge-mouse): Remove unused binding.
4703
4704 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
4705
4706 * descr-text.el (describe-char):
4707 * progmodes/python.el (python-describe-symbol):
4708 Don't call `toggle-read-only', set `buffer-read-only'.
4709
4710 * imenu.el (imenu-default-goto-function): Mark unused args.
4711 (imenu-progress-message): Remove obsolete macro; all callers changed.
4712
4713 * subr.el (keymap-canonicalize): Remove unused binding.
4714 (read-passwd): Mark unused arg.
4715
4716 * tutorial.el (tutorial--display-changes): Remove unused binding.
4717 (tutorial--save-tutorial-to): Remove unused variable.
4718
4719 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
4720 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
4721 (package-generate-autoloads, package-menu--generate)
4722 (package-menu--find-upgrades): Remove unused bindings.
4723
4724 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
4725 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
4726 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
4727 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
4728 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
4729 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
4730 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
4731 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
4732 (cua-delete-char-rectangle): Mark unused args.
4733 (cua-align-rectangle): Remove unused binding.
4734
4735 * mail/rmail.el (compilation--message->loc)
4736 (epa--find-coding-system-for-mime-charset): Declare.
4737
4738 * net/dbus.el (dbus-register-service): Declare.
4739 (dbus-name-owner-changed-handler): Remove unused binding.
4740
4741 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
4742 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
4743 (nxml-scan-backward-within): Mark unused arg.
4744 (nxml-dynamic-markup-word): Remove unused binding.
4745
4746 * mouse.el (mouse-menu-major-mode-map):
4747 * emacs-lisp/authors.el (authors-scan-change-log)
4748 (authors-add-to-author-list):
4749 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
4750 * emacs-lisp/smie.el (smie-auto-fill):
4751 * mail/sendmail.el (mail-bury):
4752 * mail/unrmail.el (unrmail):
4753 * net/tls.el (open-tls-stream):
4754 * textmodes/picture.el (picture-mouse-set-point):
4755 Remove unused bindings.
4756
8c8fc5df
MA
47572012-04-19 Michael Albinus <michael.albinus@gmx.de>
4758
4759 * net/tramp.el (tramp-action-password): Let-bind
4760 `enable-recursive-minibuffers' to t.
4761
a77b0ac9
SS
47622012-04-18 Sam Steingold <sds@gnu.org>
4763
4764 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
4765 instead of 'string to accommodate values like [f11].
4766 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
4767 * progmodes/gdb-mi.el: Likewise.
4768
12a106a9
LL
47692012-04-18 Leo Liu <sdl.web@gmail.com>
4770
4771 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
4772 current buffer.
4773 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
4774 LOCAL is nil.
4775
bc6494ef
CY
47762012-04-18 Chong Yidong <cyd@gnu.org>
4777
4778 * simple.el (line-move): Use forward-line if in batch mode
4779 (Bug#11053).
4780
c09c46b2
CS
47812012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
4782
4783 * files.el (after-find-file): Do not try to add a final newline if
4784 the buffer is read-only (Bug#11156).
4785
5f6530ea
RS
47862012-04-17 Richard Stallman <rms@gnu.org>
4787
4788 * mail/rmail.el (rmail-start-mail):
4789 Pass (rmail-mail-return...) for the return-action.
4790 Pass (rmail-yank-current-message...) for the yank-action.
4791 (rmail-yank-current-message): New function.
4792 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
4793 (rmail-reply): Likewise.
4794 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
4795
4796 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
c09c46b2 4797 buffer, not the last. Reject temp buffers. Use the rmail-mode
5f6530ea
RS
4798 buffer, not newbuf.
4799
197b6f3c
JB
48002012-04-17 Juanma Barranquero <lekktu@gmail.com>
4801
4802 * server.el (server-ensure-safe-dir): Simplify.
4803
2311d8e5 48042012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
98fb480e 4805
2311d8e5
GM
4806 * emacs-lisp/smie.el: Provide smarter auto-filling.
4807 (smie-auto-fill): New function.
4808 (smie-setup): Use it.
98fb480e 4809
2311d8e5
GM
4810 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
4811
48122012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
8eb5d48f
PH
4813
4814 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
4815 (comment-indent): Use it.
4816
2311d8e5 48172012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
4bdf2ad2
VB
4818
4819 * ses.el: The overall change is to add cell renaming, that is
4820 setting fancy names for cell symbols other than name matching
4821 "\\`[A-Z]+[0-9]+\\'" regexp .
2311d8e5 4822 (ses-localvars): Add ses--renamed-cell-symb-list.
4bdf2ad2 4823 (ses-create-cell-variable): New defun.
2311d8e5 4824 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
4bdf2ad2
VB
4825 (ses-relocate-formula): Relocate formulas only for cells the
4826 symbols of which are not renamed, i.e. symbols whose names do not
4827 match regexp "\\`[A-Z]+[0-9]+\\'".
4828 (ses-relocate-all): Relocate values only for cells the symbols of
4829 which are not renamed.
4830 (ses-load): Create cells variables as the (ses-cell ...) are read,
4831 in order to check row col consistency with cell symbol name only
4832 for cells that are not renamed.
4833 (ses-replace-name-in-formula): New defun.
4834 (ses-rename-cell): New defun.
4bdf2ad2 4835
fc72b15c
PO
48362012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
4837
4838 * progmodes/perl-mode.el (perl-indent-parens-as-block):
4839 New option (bug#11118).
4840 (perl-calculate-indent): Respect it.
4841
12e10e61
GM
48422012-04-17 Glenn Morris <rgm@gnu.org>
4843
4844 * dired-aux.el (dired-mark-read-string): Doc fix.
4845
30009afd
DA
48462012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
4847
4848 * dired-aux.el (dired-mark-read-string): Offer optional completion.
4849 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
4850
41f03f4d
GM
48512012-04-17 Glenn Morris <rgm@gnu.org>
4852
4853 * mouse.el (mouse-drag-track):
4854 * speedbar.el (speedbar-frame-mode):
4855 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
4856
f45f90f3
LL
48572012-04-16 Leo Liu <sdl.web@gmail.com>
4858
4859 * progmodes/python.el: Trivial cleanup.
4860
94ee8db5
GM
48612012-04-16 Glenn Morris <rgm@gnu.org>
4862
121b8917
GM
4863 * vc/vc.el (vc-string-prefix-p):
4864 * vc/pcvs-util.el (cvs-string-prefix-p):
4865 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
4866 * mpc.el (mpc-string-prefix-p):
4867 Make all of these into obsolete aliases for string-prefix-p.
4868 Update callers.
4869 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
4870
1197ecfa
GM
4871 * textmodes/two-column.el: Move custom options to the start.
4872 (frame-width): Remove compat definition.
4873 (2C-associate-buffer, 2C-dissociate):
4874 Use with-current-buffer rather than save-excursion.
4875 (2C-dissociate): Force a mode-line update.
4876 (2C-autoscroll): Use ignore-errors.
4877
099e7202
GM
4878 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
4879 Autoload trivia.
4880
bf350d6a
GM
4881 * emacs-lisp/cl-extra.el (*random-state*):
4882 Remove unnecessary declaration.
4883
0e829eab
GM
4884 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
4885
e3ad7552
GM
4886 * play/cookie1.el (cookie-snarf):
4887 Give an explicit error if input file cannot be read.
4888
68892d27
GM
4889 * play/yow.el (yow-file): Use expand-file-name rather than concat.
4890
20f0c46d
GM
4891 * progmodes/perl-mode.el (c-macro-expand):
4892 Remove unnecessary autoload (it is in loaddefs.el).
4893
5a0978ce
GM
4894 * textmodes/picture.el (picture-desired-column)
4895 (picture-update-desired-column): Convert comments to doc-strings.
4896 (picture-substitute): Remove function.
4897 (picture-mode-map): Initialize in the defvar.
4898
6b955486
GM
4899 * woman.el: Remove eval-after-load for tar-mode.
4900 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
4901 (woman-tar-extract-file): Autoload it.
4902
94ee8db5
GM
4903 * frame.el (automatic-hscrolling): Make this alias obsolete.
4904
177eca34
AM
49052012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4906
090bd7cb 4907 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
4be3075e 4908 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
3851314b
AM
4909 (ispell-dictionary-base-alist): Revert to original XEmacs
4910 friendly version for default. [:alpha:] will be added in
090bd7cb 4911 `ispell-set-spellchecker-params' if needed.
177eca34 4912
c505aaeb
CY
49132012-04-16 Chong Yidong <cyd@gnu.org>
4914
b19dd9d1 4915 * image.el (imagemagick--file-regexp): New variable.
c505aaeb
CY
4916 (imagemagick-register-types): Use it.
4917 (imagemagick-types-inhibit): Add :set function. Allow new value
4918 of t to inhibit all types.
4919
4920 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
4921 so we can preload it.
4922
4923 * loadup.el (fboundp): Preload regexp-opt, needed by
4924 imagemagick-register-types.
4925
60efac0f
CY
49262012-04-15 Chong Yidong <cyd@gnu.org>
4927
4928 * frame.el (scrolling): Remove nearly unused customization group.
4929
4930 * scroll-all.el (scroll-all-mode): Move to windows group.
4931
5dd1713e
CY
49322012-04-15 Chong Yidong <cyd@gnu.org>
4933
4934 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
4935
e6fd457e
CY
49362012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
4937
4938 Avoid the use of ((lambda ...) ...) in lexical-binding code.
4d6769e1 4939 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
e6fd457e 4940
e153c136
GM
49412012-04-15 Glenn Morris <rgm@gnu.org>
4942
4943 * simple.el (process-file-side-effects): Doc fix.
4944
e6fd457e 49452012-04-15 Glenn Morris <rgm@gnu.org>
ca7d96c8
GM
4946
4947 * international/mule-cmds.el (set-language-environment): Doc fix.
4948
3603c3b1
JB
49492012-04-14 Juanma Barranquero <lekktu@gmail.com>
4950
4951 * server.el (server-auth-key, server-generate-key): Doc fixes.
4952 (server-get-auth-key): Doc fix. Use `string-match-p'.
4953 (server-start): Reflow docstring.
4954
e6de100c
LI
49552012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
4956
4957 * server.el (server-generate-key): `called-interactively-p'
4958 requires a parameter.
4959
29734c21
MN
49602012-04-14 Michal Nazarewicz <mina86@mina86.com>
4961
4962 * server.el (server-auth-key): New variable.
75f1671a 4963 (server-generate-key, server-get-auth-key): New function.
29734c21
MN
4964 (server-start): Use the new variable and functions to allow
4965 setting a permanent server key (bug#9423).
4966
d65c9521
LL
49672012-04-14 Leo Liu <sdl.web@gmail.com>
4968
4969 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
4970
5ae255c7
PE
49712012-04-14 Paul Eggert <eggert@cs.ucla.edu>
4972
4973 Spelling fixes.
4974 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
4975 Emacs uses American spelling.
4976
d5e6342e
JB
49772012-04-14 Juanma Barranquero <lekktu@gmail.com>
4978
4979 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
4980 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
4981 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
4982 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
4983
ab036cd7
SM
49842012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
4985
4986 * progmodes/which-func.el (which-func-modes): Change default.
4987
35dc09a1 49882012-04-14 Kim F. Storm <storm@cua.dk>
9557e2be
CY
4989
4990 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
4991 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
4992
35dc09a1 49932012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
4994
4995 * custom.el (custom-theme-set-variables): Doc fix.
4996
35dc09a1 49972012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
4998
4999 * international/mule.el (set-auto-coding-for-load): Doc fix.
5000
35dc09a1 50012012-04-14 Alan Mackenzie <acm@muc.de>
0de3da9f 5002
35dc09a1
GM
5003 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
5004 imenu work again for Objective C Mode. Correct the *-index values,
5005 these having been disturbed by a previous change in 2011-08.
57f845ee 5006
0de3da9f
AM
5007 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
5008 Correct two search limits.
5009
35dc09a1 50102012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
ede141ac
SM
5011
5012 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
5013
35dc09a1 50142012-04-14 Andreas Schwab <schwab@linux-m68k.org>
d0203d61
AS
5015
5016 * international/characters.el: Fix sorting.
5017
35dc09a1 50182012-04-14 Eli Zaretskii <eliz@gnu.org>
cb80bcd1
EZ
5019
5020 * international/characters.el: Add more missing Latin case pairs.
5021
35dc09a1 50222012-04-14 Glenn Morris <rgm@gnu.org>
4a427f58
GM
5023
5024 * files.el (dir-locals-set-class-variables): Doc fix.
5025
35dc09a1 50262012-04-14 Eli Zaretskii <eliz@gnu.org>
9f847f41 5027
3f1b5bf8
EZ
5028 * international/characters.el: Add set-case-syntax-pair call for
5029 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
5030 counterpart. (Bug#11209)
5031
9f847f41
EZ
5032 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
5033
35dc09a1 50342012-04-14 Glenn Morris <rgm@gnu.org>
0c2014a3
GM
5035
5036 * calendar/holidays.el (calendar-check-holidays): Doc fix.
5037
35dc09a1 50382012-04-14 Eli Zaretskii <eliz@gnu.org>
e2627d21 5039
35dc09a1
GM
5040 * textmodes/ispell.el (ispell-dictionary-base-alist):
5041 Add data for Hebrew.
e2627d21 5042
35dc09a1 50432012-04-14 Chong Yidong <cyd@gnu.org>
5c14e333 5044
35dc09a1
GM
5045 * net/rcirc.el (rcirc-cmd-quit):
5046 Revert 2012-03-18 change (Bug#11192).
5c14e333 5047
35dc09a1 50482012-04-14 Glenn Morris <rgm@gnu.org>
bf6fa423
GM
5049
5050 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
5051
35dc09a1 50522012-04-14 Eli Zaretskii <eliz@gnu.org>
82b24fb2 5053
4517fe3a
SM
5054 * minibuffer.el (completion-in-region-mode-map):
5055 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
82b24fb2 5056
b472a594
VD
50572012-04-13 Vivek Dasmohapatra <vivek@etla.org>
5058
5059 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
5060
09b95ce3
MY
50612012-04-13 Masatake YAMATO <yamato@redhat.com>
5062
5063 * minibuffer.el (minibuffer-local-filename-syntax): New variable
5064 to allow `C-M-f' and `C-M-b' to move to the nearest path
5065 separator (bug#9511).
5066
4b63a9ca
LI
50672012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
5068
5069 * avoid.el: Require cl when compiling. And also move the
5070 `provide' to the end.
5071
7b55b8bf
TV
50722012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5073
5074 * avoid.el (mouse-avoidance-banish-position): New variable.
5075 (mouse-avoidance-banish-destination): Use it (bug#10165).
5076
adedaa1f
LL
50772012-04-13 Leo Liu <sdl.web@gmail.com>
5078
5079 * progmodes/which-func.el (which-func-modes): Add objc-mode.
5080
70e74021
KB
50812012-04-13 Ken Brown <kbrown@cornell.edu>
5082
5083 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
ab036cd7 5084 this is no longer needed now that cygstart understands file:// URLs.
70e74021
KB
5085 (browse-url-filename-alist): For the same reason, don't modify
5086 file:// URLs on Cygwin.
5087
e75e89ba
SM
50882012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
5089
5090 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
5091 the region on shift if the binding is already shifted (bug#11221).
5092
82f289a4
GM
50932012-04-12 Glenn Morris <rgm@gnu.org>
5094
5095 * mail/mailpost.el: Move to obsolete/.
5096
d333dc4c
DA
50972012-04-12 Drew Adams <drew.adams@oracle.com>
5098
5099 * imenu.el (imenu--generic-function): Ignore invisible definitions
5100 (bug#10123).
5101
0d15b5ba
VD
51022012-04-12 Vivek Dasmohapatra <vivek@etla.org>
5103
5104 * hexl.el (hexl-bits): New variable.
5105 (hexl-options): Mention the variable in the doc string.
75f1671a 5106 (hexl-rulerise, hexl-line-displen): New functions.
0d15b5ba 5107 (hexl-mode): Mention the new variable.
75f1671a
JB
5108 (hexl-mode, hexl-current-address, hexl-current-address):
5109 Use the displen.
0d15b5ba
VD
5110 (hexl-ascii-start-column): New function.
5111 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
5112 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
5113
64a440db
AM
51142012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5115
5116 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
5117 '("-i" ENCODING), in 2 separate command-line arguments, to specify
5118 the encoding, as expected by hunspell.
5119
6decb6c2
SM
51202012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
5121
5122 * battery.el (battery--linux-sysfs-regexp): New const.
5123 (battery-status-function): Use it. Remove yeeloong special case.
5124 (battery-yeeloong-sysfs): Remove.
5125 (battery-echo-area-format): Remove yeeloong special case.
5126
088be6fb
SM
51272012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
5128
6622e416
SM
5129 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
5130 Reported by Noah Friedman.
5131
088be6fb
SM
5132 * subr.el (read-passwd): Use read-string.
5133
b49f886e
LMI
51342012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
5135
5136 * vcursor.el (vcursor-move): Increase the priority of the overlay
5137 (bug#9663).
5138
a63067fc
DD
51392012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
5140
5141 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
5142 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
5143
ac3cf14a
WS
51442012-04-11 William Stevenson <yhvh2000@gmail.com>
5145
5146 * textmodes/artist.el (artist-mode): Convert artist-mode to use
5147 define-minor-mode (bug#10760).
5148
c4fc691b 51492012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
49a2697c 5150
4d6769e1 5151 * progmodes/grep.el (rgrep): Tweak the find command line so
49a2697c
WJ
5152 that directories matching `grep-find-ignored-files' won't be
5153 pruned (bug#10351).
5154
af23e2e5
CY
51552012-04-11 Chong Yidong <cyd@gnu.org>
5156
5157 * startup.el (command-line): Remove support for long-obsolete
5158 variable font-lock-face-attributes.
5159
ab7ce8c1
GM
51602012-04-11 Glenn Morris <rgm@gnu.org>
5161
5162 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
5163
de8c03dc
SM
51642012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
5165
5166 * window.el (window--state-get-1): Obey window-point-insertion-type.
5167
050cc68b
LB
51682012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
5169
5170 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
5171 to previous function when point is on the first character of a
75f1671a 5172 function. Take care of that in `narrow-to-defun' (bug#6157).
050cc68b 5173
a38c310c
GM
51742012-04-11 Glenn Morris <rgm@gnu.org>
5175
effed0c2
GM
5176 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
5177 not just file-errors.
5178
a38c310c
GM
5179 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
5180 (vc-bzr-sha1): Use internal sha1.
5181
0221e323
SM
51822012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
5183
5184 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
5185
43956923
SG
51862012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
5187
5188 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
5189 that start in the middle of the line (bug#10496).
5190
6a8c9eaf
DN
51912012-04-10 Dan Nicolaescu <dann@gnu.org>
5192
5193 * battery.el (battery-linux-proc-acpi): Only one battery is
5194 discharged at a time, but that seems to confuse battery.el when
5195 computing `rate-type' for the battery not being discharged
5196 (bug#10332).
5197
1930bf5d
SM
51982012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
5199
2a718f6f
SM
5200 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
5201
599430d0
SM
5202 * international/quail.el: Use dolist and simplify.
5203 (quail-define-package, quail-update-keyboard-layout)
5204 (quail-define-rules): Use dolist.
5205 (quail-insert-kbd-layout, quail-get-translation): CSE.
5206
a2754b6c
SM
5207 * tmm.el: Use dolist, remove left over hook.
5208 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
5209 Use dolist.
5210 (calendar-load-hook): Don't mess with it.
5211
1930bf5d
SM
5212 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
5213 Use derived-mode-p. Run the diff asynchronously.
5214
9f67961c
LMI
52152012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
5216
5217 * obsolete/mouse-sel.el: Add an Obsolete-since header.
5218
2a8ce227
JB
52192012-04-10 Juanma Barranquero <lekktu@gmail.com>
5220
5221 * misc.el: Display absolute path of loaded DLLs (bug#10424).
5222 (list-dynamic-libraries--loaded): New function.
5223 (list-dynamic-libraries--refresh): Use it.
5224
8f33b5f8
NW
52252012-04-10 Nathan Weizenbaum <nweiz@google.com>
5226
1930bf5d
SM
5227 * progmodes/python.el (python-fill-paragraph):
5228 Make python-fill-region in a multiline string work when font-lock is
8f33b5f8
NW
5229 disabled (bug#7018).
5230
b12f0439
L
52312012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
5232
1930bf5d 5233 * language/european.el (cp775): Add oem/legacy (en)coding on
75f1671a
JB
5234 DOS/MS Windows for the Baltic languages. There are still plenty
5235 of texts written in this encoding/codepage (bug#6519).
b12f0439 5236
57c3bd01
GM
52372012-04-10 Glenn Morris <rgm@gnu.org>
5238
5239 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
5240 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
5241
6c3eab30
FA
52422012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
5243
1930bf5d 5244 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
6c3eab30
FA
5245 next-line "n" and previous-line "p" in order to make recentf more
5246 consistent with ibuffer, dired or org-mode (bug#9387).
5247
24d78a88
LMI
52482012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
5249
bc72b5d9
LMI
5250 * image.el (put-image): Return the overlay created instead of the
5251 optional input string (bug#7834). Note that this may break code
5252 that is (for some reason or other) depending on `put-image'
5253 returning the string.
5254
bd2dba5a
LMI
5255 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
5256
74beb59f
LMI
5257 * simple.el (zap-to-char): Allow zapping using input methods
5258 (bug#1580).
5259
24d78a88
LMI
5260 * textmodes/fill.el (fill-region): Leave point and mark where they
5261 were before filling (bug#5399).
5262
263f20cd
GM
52632012-04-09 Glenn Morris <rgm@gnu.org>
5264
5265 * version.el (emacs-bzr-get-version):
5266 Handle lightweight checkouts of local branches.
5267
58d1f797
AS
52682012-04-09 Andreas Schwab <schwab@linux-m68k.org>
5269
263f20cd 5270 * international/characters.el: Recover lost case pairs. (Bug#11209)
58d1f797 5271
b4d3bc10
CY
52722012-04-09 Chong Yidong <cyd@gnu.org>
5273
5274 * custom.el (custom-variable-p): Return nil for non-symbol
5275 arguments instead of signaling an error.
5276 (user-variable-p): Obsolete alias for custom-variable-p.
5277
5278 * apropos.el (apropos-variable):
5279 * files-x.el (read-file-local-variable):
5280 * simple.el (set-variable):
5281 * woman.el (woman-mini-help):
5282 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
5283
fd06db5d
GM
52842012-04-09 Glenn Morris <rgm@gnu.org>
5285
e5fcdb5e
GM
5286 * startup.el (normal-top-level): Don't look for leim-list.el
5287 in places where it will not be found. (Bug#910)
5288
fd06db5d
GM
5289 * international/mule-cmds.el (set-default-coding-systems):
5290 * files.el (normal-mode):
5291 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
5292 This function was removed with ucs-tables.el in 2008.
5293
b39bb7e1
EZ
52942012-04-08 Eli Zaretskii <eliz@gnu.org>
5295
5296 * textmodes/ispell.el (ispell-check-version): For hunspell, set
5297 ispell-encoding8-command to "-i", without a trailing space.
5298 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
5299 separate command-line arguments, to specify the encoding, since
5300 that's how hunspell expects it.
5301
5c5b8e23
GM
53022012-04-08 Glenn Morris <rgm@gnu.org>
5303
5304 * loadup.el: Load bindings before cus-start.
5305 This reduces somewhat the number of "rogue" settings in emacs -Q.
5306
a1ed8b05
GM
53072012-04-07 Glenn Morris <rgm@gnu.org>
5308
5309 * version.el (emacs-bzr-get-version): New function.
dfae128a 5310 (emacs-bzr-version): New variable.
a1ed8b05
GM
5311 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
5312 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
5313
b142f158
EZ
53142012-04-07 Eli Zaretskii <eliz@gnu.org>
5315
dfae128a
GM
5316 * international/uni-bidi.el, international/uni-category.el:
5317 * international/uni-combining.el, international/uni-decimal.el:
5318 * international/uni-decomposition.el, international/uni-digit.el:
5319 * international/uni-lowercase.el, international/uni-mirrored.el:
5320 * international/uni-name.el, international/uni-numeric.el:
5321 * international/uni-titlecase.el, international/uni-uppercase.el:
5322 Update for Unicode 6.1.
b142f158 5323
9078ead6
EZ
53242012-04-07 Eli Zaretskii <eliz@gnu.org>
5325
5326 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
5327
f23d2c7d
LMI
53282012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
5329
5330 * window.el (shrink-window): Mention the `window-min-height'
5331 variable in the doc string.
5332
0a0a3573
BG
53332012-04-05 Bastien Guerry <bzg@altern.org>
5334
5335 * color.el (color-lighten-name): Fix typo.
5336
e5248ac9
SM
53372012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
5338
5339 * server.el (server--on-display-p): New function.
5340 (server--on-display-p): Use it.
5341
b4243e22
GV
53422012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
5343
5344 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
5345 (bug#11145).
5346
305d9f44
SM
53472012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
5348
5349 * comint.el (comint--common-quoted-suffix): Check string boundary
5350 before comparing (bug#11158).
5351 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
5352
3d439cd1
CY
53532012-04-04 Chong Yidong <cyd@gnu.org>
5354
321cc491
CY
5355 * minibuffer.el (completion-extra-properties): Doc fix.
5356
3d439cd1
CY
5357 * subr.el (delayed-warnings-hook): Doc fix.
5358
2d562c0f
DU
53592012-04-04 Daiki Ueno <ueno@unixuser.org>
5360
5361 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
5362 selection (Bug#11159).
5363 (epa-insert-keys): Inform that the default public key will be
5364 exported if no key is selected.
5365
4443f204
RS
53662012-04-04 Richard Stallman <rms@gnu.org>
5367
5368 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
5369
529c06b6
CY
53702012-04-03 Chong Yidong <cyd@gnu.org>
5371
5372 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
5373 mail-insert-file, not its obsolete alias mail-attach-file.
5374
66b907dc
MA
53752012-04-03 Michael Albinus <michael.albinus@gmx.de>
5376
5377 * notifications.el (notifications-notify): Fix docstring.
5378
c0ea195d
GM
53792012-04-02 Glenn Morris <rgm@gnu.org>
5380
5381 * emacs-lisp/authors.el (authors-aliases): Another addition.
5382
5ca64e00
MA
53832012-04-02 Michael Albinus <michael.albinus@gmx.de>
5384
5385 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
5386 `tramp-compat-call-process' instead of `tramp-local-call-process'.
5387 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
5388
42ee526b
CY
53892012-04-01 Chong Yidong <cyd@gnu.org>
5390
5391 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
5392 Handle root directory properly.
5393 (copy-directory): Caller changed.
5394
5395 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
5396 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
5397
0b021094
GM
53982012-03-31 Glenn Morris <rgm@gnu.org>
5399
40f86458
GM
5400 * term/xterm.el (xterm-extra-capabilities): Doc fix.
5401
7019c177
GM
5402 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
5403
a1daddd6
GM
5404 * calendar/calendar.el (calendar-window-list)
5405 (calendar-hide-window): Restore. (Bug#11140)
5406 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
5407
0b021094
GM
5408 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
5409
40311efc
TV
54102012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5411
5412 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
5413 Check if file is a symlink (Bug#10489).
5414
5415 * files.el (copy-directory): Likewise.
5416
5319014e
CY
54172012-03-30 Chong Yidong <cyd@gnu.org>
5418
5419 * image.el (imagemagick-types-inhibit)
5420 (imagemagick-register-types): Doc fix.
5421
935d1290
AM
54222012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5423
090bd7cb 5424 * textmodes/ispell.el (ispell-get-extended-character-mode):
ef24141c 5425 Disable extended-char-mode for hunspell. hunspell does not support it
75f1671a 5426 and treats ~word as ordinary words in pipe mode.
935d1290 5427
61c6e8fd
GM
54282012-03-30 Glenn Morris <rgm@gnu.org>
5429
5430 * tutorial.el (help-with-tutorial): Ensure local variables don't
5431 happen to make the buffer read-only. (Bug#11127)
5432
81fdff00
SM
54332012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
5434
5435 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
5436 (perl-calculate-indent): Return `noindent' in strings.
5437
6e7a6ec0
SS
54382012-03-28 Sam Steingold <sds@gnu.org>
5439
5440 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
5441 instead of the broken adhockery which does not prevent calendar
5442 buffers from being displayed at random after exit.
5443 (calendar-window-list, calendar-hide-window): Remove the broken
5444 adhockery.
5445
fee88ca0
GM
54462012-03-28 Glenn Morris <rgm@gnu.org>
5447
5448 * replace.el (query-replace-map): Doc fix.
5449
38de3354
AS
54502012-03-28 Andreas Schwab <schwab@linux-m68k.org>
5451
5452 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
5453 contents. (Bug#11109)
5454
b973155e
SM
54552012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
5456
5457 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
5458 (bug#11077).
5459 (avl-tree--check, avl-tree--check-node): New funs.
5460
dcb6e7b3
MR
54612012-03-27 Martin Rudalics <rudalics@gmx.at>
5462
5463 * window.el (switch-to-visible-buffer): New option.
b973155e
SM
5464 (switch-to-prev-buffer, switch-to-next-buffer):
5465 Observe switch-to-visible-buffer. Make sure that checking for a window
dcb6e7b3
MR
5466 showing a buffer already is done on the same frame.
5467
b4fa35fa
GM
54682012-03-27 Glenn Morris <rgm@gnu.org>
5469
5470 * startup.el (mail-host-address): Doc fix.
5471
f9210e18
SM
54722012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
5473
5474 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
5475 than 197 variables.
5476
c0bf7753
AF
54772012-03-26 Ami Fischman <ami@fischman.org>
5478
5479 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
5480
33da7b16
GM
54812012-03-26 Glenn Morris <rgm@gnu.org>
5482
02243d9d
GM
5483 * files.el (save-buffers-kill-emacs): Doc fix.
5484
33da7b16
GM
5485 * startup.el (normal-top-level, command-line, command-line-1):
5486 Give them doc strings.
5487
e5a69fd0
EZ
54882012-03-25 Eli Zaretskii <eliz@gnu.org>
5489
5490 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
b973155e 5491 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
e5a69fd0 5492
9a69676a
CY
54932012-03-25 Chong Yidong <cyd@gnu.org>
5494
4125cb8b
CY
5495 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
5496 theme if it was previously enabled before (Bug#11031).
5497
dd470960
CY
5498 * cus-theme.el (custom-theme-write-faces): Retrieve current face
5499 spec with custom-face-get-current-spec if its :shown-value is not
5500 determined yet (Bug#9337).
4125cb8b 5501 (customize-create-theme, custom-theme-revert): Doc fixes.
dd470960 5502
9a69676a
CY
5503 * button.el (button-at): Minor addition to docstring.
5504
6e7e90fa
SL
55052012-03-24 Simon Leinen <simon.leinen@gmail.com>
5506
5507 * vc/vc.el (vc-merge): Fix a prompt.
5508
f06e2758
CY
55092012-03-24 Chong Yidong <cyd@gnu.org>
5510
5511 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
5512 point (Bug#9623).
5513
6e7e90fa
SL
5514 * button.el (button-at): Minor addition to docstring.
5515
b9d0879b
SM
55162012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
5517
5518 * newcomment.el (comment-choose-indent): No space after BOL.
5519
e71cebb3
SS
55202012-03-22 Sam Steingold <sds@gnu.org>
5521
5522 * window.el (switch-to-prev-buffer): Revert last patch because the
5523 bug turned out to be an advertised feature (Elisp manual 28.14).
5524
335aff35
GM
55252012-03-22 Glenn Morris <rgm@gnu.org>
5526
5527 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
5528 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
5529
c676576a
LMI
55302012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5531
5532 * net/network-stream.el (network-stream-open-starttls): Make error
5533 message under Windows be less misleading.
5534
126f3d39
LW
55352012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
5536
5537 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
5538 understands (bug#9942).
5539
64fee311
CY
55402012-03-22 Chong Yidong <cyd@gnu.org>
5541
5542 * simple.el (end-of-visible-line): Handle return value of
5543 next-single-property-change properly (Bug#9371).
5544
a640d29a
KH
55452012-03-22 Kenichi Handa <handa@m17n.org>
5546
5547 * international/quail.el (quail-insert-kbd-layout): Fix previous
5548 change. To avoid unwanted bidi reordering, use
5549 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
5550
39675016
DG
55512012-03-21 Dmitry Gutov <dgutov@yandex.ru>
5552
5553 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
5554 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
5555 (ruby-beginning-of-indent): Be more careful with the difference
5556 between word-boundary and symbol boundary.
5557 (ruby-mode-syntax-table): Make : a symbol constituent.
5558
0a6934fc 55592012-03-21 Andreas Politz <politza@fh-trier.de>
1acad97c 5560
3d008e4f
SM
5561 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
5562
0a6934fc
SM
55632012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
5564
af67c9d7
SM
5565 * progmodes/etags.el (tags-completion-at-point-function):
5566 Improve last fix.
5567
1acad97c
SM
5568 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
5569
e298b5da
SS
55702012-03-21 Sam Steingold <sds@gnu.org>
5571
5572 * progmodes/etags.el (tags-completion-at-point-function):
5573 Avoid the error when point is inside the pattern.
5574
91d82a70
JY
55752012-03-21 John Yates <john@yates-sheets.org> (tiny change)
5576
5577 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
5578 line (Bug#10855).
5579
69188b79
CY
55802012-03-21 Drew Adams <drew.adams@oracle.com>
5581
5582 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
5583
99fc91fe
AK
55842012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
5585
5586 * ido.el (ido-set-current-directory, ido-read-internal)
5587 (ido-choose-completion-string, ido-completion-help): Handle nil
5588 value of ido-completion-buffer (Bug#11008).
5589
087bbb4c
SS
55902012-03-21 Sam Steingold <sds@gnu.org>
5591
5592 * window.el (switch-to-prev-buffer): Do not switch to a visible
5593 window previous buffer, just like with the frame previous buffers.
5594
fb5b8aca
CY
55952012-03-21 Chong Yidong <cyd@gnu.org>
5596
5597 * faces.el (make-face, make-empty-face, copy-face):
5598 * face-remap.el (face-remap-add-relative, face-remap-set-base):
5599 Doc fixes.
5600
dc9924b8
SM
56012012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
5602
5603 * wid-edit.el (widget-complete-field): Remove (bug#11051).
5604 (widget-complete): Remove broken use of it.
5605
f0bcceb9
CY
56062012-03-20 Chong Yidong <cyd@gnu.org>
5607
dc9924b8
SM
5608 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
5609 Use string-width and truncate-string-width to handle arbitrary
f0bcceb9
CY
5610 characters.
5611
ee52ebf3
TH
56122012-03-20 Tassilo Horn <tassilo@member.fsf.org>
5613
5614 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
5615 to draw rectangles, not squares. (Regression introduced by revno
5616 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
5617
4c5779ab
CY
56182012-03-18 Chong Yidong <cyd@gnu.org>
5619
5620 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
5621 it is not yet defined (for temacs).
5622
15360934
LL
56232012-03-18 Leo Liu <sdl.web@gmail.com>
5624
dc9924b8 5625 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
15360934 5626
d9a8eb66
EZ
56272012-03-17 Eli Zaretskii <eliz@gnu.org>
5628
5629 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
5630 (ispell-choices-win-default-height, ispell-silently-savep)
5631 (ispell-dictionary-alist, ispell-encoding8-command)
5632 (ispell-check-version, ispell-aspell-find-dictionary)
5633 (ispell-valid-dictionary-list, ispell-words-keyword)
5634 (ispell-get-word, ispell-internal-change-dictionary)
5635 (ispell-region, ispell-skip-region-list)
5636 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
5637 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
5638 (ispell-message-text-end, ispell-message)
5639 (ispell-buffer-local-parsing): Doc fix.
5640
f02ff80d
J
56412012-03-13 Jambunathan K <kjambunathan@gmail.com>
5642
5643 * htmlfontify.el: Add support for code block fontification for ODT
5644 export (Bug #9914).
5645 (hfy-optimisations): Define new option
5646 `body-text-only'
5647 (hfy-fontify-buffer): Honor above setting.
5648 (hfy-begin-span, hfy-end-span): New routines factored out form
5649 `hfy-fontify-buffer'.
5650 (hfy-begin-span-handler, hfy-end-span-handler): New variables
5651 that permit insertion of custom tags.
5652 (hfy-fontify-buffer): Use above handlers.
5653 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
5654 (hfy-face-to-css): Re-defined to be a variable.
dc9924b8 5655 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
75f1671a 5656 over multiple runs. This is made possible by having the caller let
f02ff80d
J
5657 bind a special variable `hfy-user-sheet-assoc'.
5658 (htmlfontify-string): New defun.
5659 (hfy-compile-face-map): Make sure that the last char in the
5660 buffer is correctly fontified.
5661 (hfy-face-resolve-face): Whitespace only change.
5662
9ac7a13f
EZ
56632012-03-17 Eli Zaretskii <eliz@gnu.org>
5664
5665 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
5666 message more clear.
5667
e2b5bdd7
LL
56682012-03-16 Leo Liu <sdl.web@gmail.com>
5669
5670 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
5671
2e492df3
AM
56722012-03-16 Alan Mackenzie <acm@muc.de>
5673
5674 Further optimise the handling of large macros.
5675
5676 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
5677 limit to a call of `c-literal-limits'.
5678 (c-determine-+ve-limit): New function.
dc9924b8
SM
5679 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
5680 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
2e492df3
AM
5681 In CASE 5B, restrict a search limit to 500.
5682 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
5683
5684 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
5685 Restrict macro bounds to +-500 from after-change's BEG END.
5686
50e94f0c
LL
56872012-03-16 Leo Liu <sdl.web@gmail.com>
5688
5689 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
5690
6f09f6ed
AH
56912012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
5692
5693 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
dc9924b8 5694 `special-mode' setting of `buffer-read-only'. (Bug#11010)
6f09f6ed 5695
c7e73d51
GM
56962012-03-16 Glenn Morris <rgm@gnu.org>
5697
da986230
GM
5698 * view.el (view-buffer, view-buffer-other-window)
5699 (view-buffer-other-frame): Doc fixes re special mode-class.
5700
0835f01e
GM
5701 * subr.el (eval-after-load): If named feature is provided not from
5702 a file, run after-load forms. (Bug#10946)
5703
c7e73d51
GM
5704 * calendar/calendar.el (calendar-insert-at-column):
5705 Handle non-unit-width characters a bit better. (Bug#10978)
5706
3f2eafd1
CY
57072012-03-15 Chong Yidong <cyd@gnu.org>
5708
5709 * emacs-lisp/ring.el (ring-extend): New function.
5710 (ring-insert+extend): Extend the ring correctly (Bug#11019).
5711
5712 * comint.el (comint-read-input-ring)
5713 (comint-add-to-input-history): Grow comint-input-ring lazily.
5714
103af3fe
SM
57152012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
5716
663b1677
SM
5717 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
5718 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
5719
103af3fe
SM
5720 * imenu.el: Fix multiple inheritance breakage (bug#9199).
5721 (imenu-add-to-menubar): Don't add a redundant index.
5722 (imenu-update-menubar): Handle a dynamically composed keymap.
5723
899cb7cb
KY
57242012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
5725
5726 * mail/sendmail.el (mail-encode-header):
5727 Bind rfc2047-encode-encoded-words to nil.
5728
3809f91d
GM
57292012-03-13 Glenn Morris <rgm@gnu.org>
5730
5731 * calendar/calendar.el (calendar-string-spread):
5732 Handle non-unit-width characters a bit better. (Bug#10978)
5733
9e345a01
LL
57342012-03-13 Leo Liu <sdl.web@gmail.com>
5735
5736 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
5737 directory and file as argument (Bug#10822).
5738
4a07df36
KS
57392012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
5740
5741 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
5742 For dynamically generated code, follow $PC.
5743 (gdb-disassembly-handler-custom): Handle no function name case.
5744
4aaa9356
TL
57452012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
5746
5747 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
5748 * emulation/ws-mode.el (ws-query-replace):
5749 * sort.el (sort-regexp-fields):
5750 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
5751
225979da
SM
57522012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
5753
5754 * dabbrev.el: Fix cycle completion order (bug#10963).
5755 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
5756 (dabbrev-completion): Don't use an obarray; provide
5757 a cycle-sort-function.
5758
e2f1fdab
LL
57592012-03-12 Leo Liu <sdl.web@gmail.com>
5760
dc9924b8 5761 * simple.el (kill-new): Use equal-including-properties for comparison.
e2f1fdab
LL
5762 (kill-do-not-save-duplicates): Doc fix.
5763
b19490ed
SM
57642012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
5765
5766 * dabbrev.el: Fix cycle completion (bug#10963).
5767 Use lexical binding and wrap to 80 columns.
5768 (dabbrev-completion): Delay computing the list of completions.
5769
4b05d722
KH
57702012-03-12 Kenichi Handa <handa@m17n.org>
5771
5772 * international/quail.el (quail-insert-kbd-layout): Surround each
5773 row by LRO and PDF instead of inserting many LRMs. Pad the left
5774 and right of each non-spacing marks. Insert invisible space
5775 between lower and upper characters to prevent composition.
5776
dbbc2e69
SM
57772012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
5778
5779 * minibuffer.el (minibuffer-complete): Don't get confused when the
5780 function is run twice via different commands (bug#10958).
5781 (complete-with-action): Fix docstring.
5782
292112ed
CY
57832012-03-12 Chong Yidong <cyd@gnu.org>
5784
5d1ac394
CY
5785 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
5786 (nxml-completion-at-point-function): New function.
5787 (nxml-mode): Use it.
5788 (nxml-bind-meta-tab-to-complete-flag): Default to t.
5789
292112ed
CY
5790 * emacs-lisp/package.el (package-unpack, package-unpack-single):
5791 Load generated autoloads file before byte compiling (Bug#10970).
5792 (package--make-autoloads-and-compile): New helper fun.
5793
4098f8f7
CS
57942012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
5795
5796 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
5797
8f754691
MA
57982012-03-11 Michael Albinus <michael.albinus@gmx.de>
5799
5800 * autorevert.el (auto-revert-handler): Ensure, that
5801 file-readable-p is applied only for local files or in
5802 auto-revert-tail-mode.
5803
e29ab36b
AS
58042012-03-11 Andreas Schwab <schwab@linux-m68k.org>
5805
dbbc2e69
SM
5806 * server.el (server-eval-at): Handle non-tcp connections.
5807 Decode result string.
ad0bf5b6 5808
e29ab36b
AS
5809 * server.el (server-msg-size): New constant.
5810 (server-reply-print): New function.
5811 (server-eval-and-print): Use it.
5812 (server-eval-at): Use server-quote-arg and server-unquote-arg.
5813 Handle -print-nonl.
5814
de5939ba
CS
58152012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
5816
5817 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
5818 (Bug#10987).
5819
0c93eabf
CY
58202012-03-11 Chong Yidong <cyd@gnu.org>
5821
397a688f
CY
5822 * simple.el (goto-line): Doc fix (Bug#9938).
5823
2cc775f9
CY
5824 * subr.el (save-window-excursion): Doc fix (Bug#9979).
5825
0c93eabf
CY
5826 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
5827 when finished (Bug#10963).
5828
c491fa41
MR
58292012-03-11 Martin Rudalics <rudalics@gmx.at>
5830
5831 * window.el (split-window-below): Fix bug in case where
5832 split-window-keep-point is nil (Bug#10971).
5833
300e8fa5
JL
58342012-03-11 Juri Linkov <juri@jurta.org>
5835
5836 * replace.el (replace-highlight): Set isearch-word to nil
5837 unconditionally. (Bug#10887)
5838
dbf6c5a1
EZ
58392012-03-10 Eli Zaretskii <eliz@gnu.org>
5840
5841 * net/mairix.el (mairix-replace-invalid-chars): Rename from
5842 mairix-replace-illegal-chars; all callers changed. Don't remove
dc9924b8 5843 ^, ~, and = characters: they are meaningful in mairix search specs.
dbf6c5a1
EZ
5844 (mairix-widget-create-query): Add usage information about mairix
5845 search forms: negating words, searching for substrings, etc.
5846
b9e501de
JP
58472012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
5848
5849 * international/fontset.el (font-encoding-alist): Add an entry for
5850 ksx1001 (Bug#5667).
5851
92795c91
RS
58522012-03-10 Richard Stallman <rms@gnu.org>
5853
1694e6c1
RS
5854 * mail/sendmail.el (mail-encode-header):
5855 Set rfc2047-encode-encoded-words.
5856
607e8555
RS
5857 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
5858
de3bc99a
RS
5859 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
5860 view buffer means not swapped.
5861 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
5862 (rmail-write-region-annotate): Error if real text has disappeared.
5863
92795c91
RS
5864 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
5865
699bd04e
CY
58662012-03-10 Chong Yidong <cyd@gnu.org>
5867
5868 * emulation/cua-rect.el (cua--init-rectangles):
dbbc2e69
SM
5869 * emulation/cua-base.el (cua--init-keymaps):
5870 Add delete-forward-char to remappings (Bug#9666).
699bd04e 5871
570a1714
MR
58722012-03-10 Martin Rudalics <rudalics@gmx.at>
5873
dbbc2e69
SM
5874 * speedbar.el (speedbar-unhighlight-one-tag-line):
5875 Avoid unhighlighting due to frame switching (Bug#10275).
570a1714 5876
82dcf4e4
CY
58772012-03-10 Chong Yidong <cyd@gnu.org>
5878
7a2c7ca7
CY
5879 * minibuffer.el (completion-in-region, completion-help-at-point):
5880 Give the completion field overlay a high priority (Bug#6830).
5881
82dcf4e4
CY
5882 * dired.el (dired-goto-file): Recognize absolute file name
5883 listings (Bug#7126).
5884 (dired-goto-file-1): New helper function.
5885 (dired-toggle-read-only): Inhibit warnings.
5886
052e28ac
MA
58872012-03-09 Michael Albinus <michael.albinus@gmx.de>
5888
75f1671a 5889 * net/dbus.el (dbus-property-handler): Return empty array if
052e28ac
MA
5890 there are no properties.
5891
95d5e396
LL
58922012-03-09 Leo Liu <sdl.web@gmail.com>
5893
5894 * savehist.el (savehist-printable): Stricter check for string
5895 value (Bug#10937).
5896
3f018d6d
EZ
58972012-03-09 Eli Zaretskii <eliz@gnu.org>
5898
dbbc2e69
SM
5899 * mail/smtpmail.el (smtpmail-send-it):
5900 Bind coding-system-for-write to *-unix, so that FCC files are kept in
3f018d6d
EZ
5901 valid mbox format.
5902
f7fd3d79
GM
59032012-03-09 Glenn Morris <rgm@gnu.org>
5904
5905 * files.el (dir-locals-find-file):
5906 Don't check result is regular, readable.
5907 (dir-locals-read-from-file): Demote errors.
5908
6ff6e72f
EZ
59092012-03-08 Eli Zaretskii <eliz@gnu.org>
5910
dbbc2e69
SM
5911 * international/quail.el (quail-insert-kbd-layout):
5912 Insert invisible LRM characters before each character in a keyboard
6ff6e72f
EZ
5913 layout cell, to prevent their reordering by bidi display engine.
5914 For details, see the discussion in
5915 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
5916
9cec7834
AM
59172012-03-08 Alan Mackenzie <acm@muc.de>
5918
5919 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
5920 the starting position; make it extend the marked region when
5921 invoked repeatedly - all under appropriate circumstances.
5922 Fixes bugs #5525, #10906.
5923
9a40b8d4
GM
59242012-03-08 Glenn Morris <rgm@gnu.org>
5925
5926 * files.el (locate-dominating-file, dir-locals-find-file):
5927 Undo 2012-03-06 change.
5928
7a08ed35
EZ
59292012-03-07 Eli Zaretskii <eliz@gnu.org>
5930
dbbc2e69
SM
5931 * international/quail.el (quail-help):
5932 Force bidi-paragraph-direction be left-to-right. See discussion in
7a08ed35
EZ
5933 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
5934 for the reason.
5935
5aca4f71 59362012-03-07 Michael Albinus <michael.albinus@gmx.de>
6612a284
MA
5937
5938 Avoid superfluous registering of signals. (Bug#10807)
5939
5940 * notifications.el (notifications-on-action-object)
5941 (notifications-on-close-object): New defvars.
5942 (notifications-on-action-signal, notifications-on-closed-signal):
5943 Unregister the signal if not needed any longer.
5944 (notifications-notify): Register `notifications-action-signal' or
5945 `notifications-closed-signal', if :on-action or :on-close has been
5946 passed as argument.
5947
78e8b10a
CY
59482012-03-07 Chong Yidong <cyd@gnu.org>
5949
5950 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
5951 non-X platforms.
5952
69481eb8
GM
59532012-03-06 Glenn Morris <rgm@gnu.org>
5954
5955 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
5956 (x-disown-selection-internal, x-get-selection-internal):
5957 Doc fix (add arglist signatures). (Bug#10783)
5958
133b8e11
KS
59592012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
5960
5961 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
5962 Handle breakpoints with no "type".
5963
99a83064
GM
59642012-03-06 Glenn Morris <rgm@gnu.org>
5965
5966 * files.el (locate-dominating-file): Add optional predicate argument.
5967 (dir-locals-find-file): Make use of above change.
5968
17798e78
TTN
59692012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
5970
5971 * info.el (Info-insert-dir): Also try "dir.gz".
5972
eb182446
GM
59732012-03-06 Glenn Morris <rgm@gnu.org>
5974
8f2114ee
GM
5975 * files.el (dir-locals-find-file):
5976 Ignore non-readable or non-regular files. (Bug#10928)
5977
eb182446
GM
5978 * files.el (locate-dominating-file): Doc fix.
5979
24679323
AS
59802012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
5981
5982 * calendar/calendar.el (calendar-set-mode-line):
5983 `getenv' returns a string. (Bug#10951)
5984
01d972a9
LL
59852012-03-05 Leo Liu <sdl.web@gmail.com>
5986
109aa8a9
LL
5987 * simple.el (backward-delete-char-untabify): Constrain point to
5988 field (Bug#10939).
5989
01d972a9
LL
5990 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
5991
10607bea
CY
59922012-03-05 Chong Yidong <cyd@gnu.org>
5993
5994 * simple.el (count-words): If called from Lisp, return the word
5995 count, for symmetry with `count-lines'. Arglist changed.
5996 (count-words--message): Args changed. Consolidate counting code
5997 from count-words and count-words-region.
5998 (count-words-region): Caller changed.
5999 (count-lines-region): Make it an obsolete alias.
6000
5dd11cfe
TH
60012012-03-04 Tassilo Horn <tassilo@member.fsf.org>
6002
6003 * saveplace.el (save-place-to-alist)
6004 (save-place-ignore-files-regexp): Allow value nil to disable this
6005 feature.
6006
c349f4e6
CY
60072012-03-04 Chong Yidong <cyd@gnu.org>
6008
6009 * faces.el (face-spec-reset-face): For the default face, reset the
6010 attributes to default values (Bug#10748).
6011
e627be4c
LMI
60122012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
6013
6014 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
6015 previous patch: Check `message-send-mail-function', and not the
6016 default function (bug#10897).
6017
ebeabff4
MA
60182012-03-04 Michael Albinus <michael.albinus@gmx.de>
6019
a41a6cf4
MA
6020 * notifications.el (notifications-on-action-signal)
6021 (notifications-on-closed-signal): Check for unique service name of
6022 incoming event. Fix error in removing entry.
ebeabff4 6023 (top): Register for signals with wildcard service name.
a41a6cf4 6024 (notifications-notify): Use daemon unique service name for map entries.
ebeabff4 6025
c1ca42b4
CY
60262012-03-04 Chong Yidong <cyd@gnu.org>
6027
dc9924b8 6028 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
c1ca42b4 6029
ea16568d
GM
60302012-03-04 Glenn Morris <rgm@gnu.org>
6031
6032 * abbrev.el (copy-abbrev-table, abbrev-table-p)
6033 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
6034 (expand-abbrev, define-abbrev-table): Doc fixes.
6035
fbae4637
LMI
60362012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6037
6038 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
6039 `message-default-send-mail-function' and not `send-mail-function'
6040 when doing the prompting for `sendmail-query-once' before sending
6041 in Message buffers (bug#10897).
6042
a1e7225c
LMI
6043 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
6044 This is inconsistent with all the other stream functions, which leave
6045 the setting up to the higher levels (if so wanted) (bug#10931).
6046
56d093a9
AM
60472012-03-02 Alan Mackenzie <acm@muc.de>
6048
6049 Depessimize the handling of very large macros.
6050
6051 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
6052 (c-macro-cache-syntactic): New variables to implement a one
6053 element macro cache.
6054 (c-invalidate-macro-cache): New function.
6055 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
6056 Adapt to use the new cache.
6057 (c-state-safe-place): Use better the cache of safe positions.
6058 (c-state-semi-nonlit-pos-cache)
6059 (c-state-semi-nonlit-pos-cache-limit):
6060 New variables for...
6061 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
6062 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
dbbc2e69
SM
6063 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
6064 Use c-state-semi-safe-place.
56d093a9 6065
dbbc2e69
SM
6066 * progmodes/cc-langs.el (c-get-state-before-change-functions):
6067 Add c-invalidate-macro-cache to the C, C++, Obj entries.
56d093a9 6068
817e5c3d
MA
60692012-03-02 Michael Albinus <michael.albinus@gmx.de>
6070
dbbc2e69
SM
6071 * jka-compr.el (jka-compr-call-process):
6072 Apply `file-accessible-directory-p' only when the default directory is
817e5c3d
MA
6073 not remote.
6074
a032a702
MA
60752012-03-01 Michael Albinus <michael.albinus@gmx.de>
6076
6077 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
6078 access of FILE2, if FILE1 does not exist.
6079
99a54f21
MA
6080 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
6081 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
6082
6083 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
6084 Add "PAGER=" to `process-environment'.
6085
f6561e1f
MM
60862012-03-01 Michael R. Mauger <mmaug@yahoo.com>
6087
6088 * progmodes/sql.el: Bug fix
6089 (sql-get-login-ext): Save login values in globals.
6090 (sql-get-login): Use new version of `sql-get-login-ext'.
6091 (sql-interactive-mode): Set global `sql-connection' to nil.
6092 (sql-connect): Set global values for connection.
6093 (sql-product-interactive): Save global values as buffer local.
6094
2d44d9cc
LL
60952012-02-29 Leo Liu <sdl.web@gmail.com>
6096
6097 * abbrev.el (define-abbrevs): Reset sys to nil.
6098
96b49301 60992012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6100
bf7f9bc5
JB
6101 * files.el (file-equal-p): Rename from `files-equal-p'.
6102 Return nil when one or both files don't exist.
96b49301 6103 (file-subdir-of-p): Now only top directory must exists,
6104 return nil if it doesn't.
bf7f9bc5
JB
6105 (copy-directory): No need to test with `file-subdir-of-p' after
6106 creating dir.
6107 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
6108 to `file-equal-p'.
96b49301 6109
44e97401
GM
61102012-02-28 Glenn Morris <rgm@gnu.org>
6111
6112 * shell.el (shell-mode):
6113 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
6114 * play/landmark.el (landmark-font-lock-face-O):
6115 * play/handwrite.el (handwrite):
6116 * play/gomoku.el (gomoku-O):
6117 * net/browse-url.el (browse-url-browser-display):
6118 * international/mule.el (define-charset):
6119 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
6120 * filesets.el (filesets-find-file-delay):
6121 * eshell/em-xtra.el (eshell-xtra):
6122 * eshell/em-unix.el (eshell-grep):
6123 * emulation/viper.el (viper-mode):
6124 * emacs-lisp/regexp-opt.el (regexp-opt-group):
6125 * emacs-lisp/easymenu.el (easy-menu-define):
6126 * calendar/timeclock.el (timeclock-use-display-time):
6127 * bs.el (bs-mode):
6128 * bookmark.el (bookmark-save-flag):
6129 Doc fix (standardize possessive apostrophe usage).
6130
c98c6276
CY
61312012-02-27 Chong Yidong <cyd@gnu.org>
6132
bf7f9bc5
JB
6133 * emulation/viper-cmd.el (viper-intercept-ESC-key):
6134 Fix key-binding lookup for ESC key (Bug#9146).
ecf5f74e 6135
c98c6276
CY
6136 * font-lock.el (font-lock-specified-p): Rename from
6137 font-lock-spec-present. Callers changed.
6138
9c62cd04 61392012-02-27 Daniel Hackney <dan@haxney.org>
8ac9e529 6140
bf7f9bc5
JB
6141 * emacs-lisp/package.el (package-compute-transaction):
6142 Handle holding a package version to t in package-load-list.
8ac9e529 6143
530739c9
MA
61442012-02-26 Michael Albinus <michael.albinus@gmx.de>
6145
6146 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
6147 (tramp-get-inode, tramp-get-device): Use cached values.
6148
487915d7
AM
61492012-02-26 Alan Mackenzie <acm@muc.de>
6150
6151 Check there is a font-lock specification before doing initial
6152 fontification.
6153
6154 * font-core.el (font-lock-mode): Move the conditional from
6155 :after-hook to font-lock-initial-fontify.
6156 (font-lock-default-function): Move the check for a specification
6157 to font-lock-spec-present.
6158
dc9924b8 6159 * font-lock.el (font-lock-initial-fontify): Call ...
487915d7
AM
6160 (font-lock-spec-present): New function.
6161
4fd96557
JB
61622012-02-26 Jim Blandy <jimb@red-bean.com>
6163
6164 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
6165 (gdb-send): Apply it to the operand of the '-interpreter-exec
6166 console' command, so that we can pass arguments with (say) quotes
6167 in them. Store exact string sent in gdb-debug-log (Bug#10765).
6168
9a4888c0
CY
61692012-02-26 Chong Yidong <cyd@gnu.org>
6170
07498861
CY
6171 * help-fns.el (describe-function-1): Clarify description of
6172 remapping (Bug#10844).
6173
9a4888c0
CY
6174 * files.el (files-equal-p): Doc fix.
6175 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
6176 and quit the loop once a mismatch is found.
6177
ea8fb88d
JB
61782012-02-25 Juanma Barranquero <lekktu@gmail.com>
6179
6180 * bs.el (bs--show-with-configuration): Don't throw an error
6181 if the window cannot be split; otherwise, subsequent calls to
6182 bs-show fail, restoring a stale window config. (Bug#10882)
6183
525795c1
JD
61842012-02-25 Jan Djärv <jan.h.d@swipnet.se>
6185
6186 * term/ns-win.el (global-map): Bind ns-drag-file to
6187 ns-find-file (Bug#5855, Bug#10050).
6188
f008086f
AS
61892012-02-25 Andreas Schwab <schwab@linux-m68k.org>
6190
6191 * calendar/parse-time.el (parse-time-string): Allow extractor to
6192 return nil.
6193
a3fcfa99
MA
61942012-02-25 Michael Albinus <michael.albinus@gmx.de>
6195
91027d08
JB
6196 * net/tramp.el (tramp-file-name-for-operation):
6197 Add `files-equal-p' and `file-subdir-of-p'.
a3fcfa99
MA
6198
6199 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
91027d08
JB
6200 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
6201 Add COPY-CONTENTS argument.
a3fcfa99 6202
67b0de11
CY
62032012-02-25 Chong Yidong <cyd@gnu.org>
6204
6205 Add custom groups for VC backends, for consistency with vc-bzr.
6206
6207 * vc/vc-arch.el (vc-arch):
6208 * vc/vc-cvs.el (vc-cvs):
6209 * vc/vc-git.el (vc-git):
6210 * vc/vc-hg.el (vc-hg):
6211 * vc/vc-mtn.el (vc-mtn):
6212 * vc/vc-rcs.el (vc-rcs):
6213 * vc/vc-sccs.el (vc-sccs):
6214 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
6215 All relevant defcustoms reassigned.
6216
3c9dfce6
CY
62172012-02-25 Chong Yidong <cyd@gnu.org>
6218
1339bf43
CY
6219 * newcomment.el (comment-styles): Add autoload (Bug#10868).
6220
3c9dfce6
CY
6221 * term/x-win.el (x-initialize-window-system): Reduce default for
6222 x-selection-timeout to 5 seconds (Bug#8869).
6223
25b2e303 62242012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6225
ec70a47d
GM
6226 * files.el (files-equal-p, file-subdir-of-p): New functions.
6227 (copy-directory): Error when trying to copy a directory on itself.
25b2e303 6228 Add missing copy-contents arg to tramp handler.
ec70a47d
GM
6229 * dired-aux.el (dired-copy-file-recursive): Same.
6230 (dired-create-files): Modify destination when source is equal to
6231 dest when copying files.
53a46cd0 6232 Return also when dest is a subdir of source. (Bug#10489)
25b2e303 6233
914260cd
MA
62342012-02-24 Michael Albinus <michael.albinus@gmx.de>
6235
6236 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
6237 (Bug#10874)
6238
2cb228f7
AM
62392012-02-23 Alan Mackenzie <acm@muc.de>
6240
6241 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
6242 parameter "after-hook:" to allow the expansion to run code after
6243 the execution of the mode hooks.
6244
6245 * font-lock.el (font-lock-initial-fontify): New function extracted
91027d08 6246 from font-lock-mode-internal.
2cb228f7 6247
91027d08 6248 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
2cb228f7
AM
6249 :after-hook.
6250
8f0fde21
SM
62512012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
6252
3e88618b
SM
6253 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
6254 (completion--cache-all-sorted-completions): New function.
6255 (completion-all-sorted-completions): Use it.
6256 (completion--do-completion, minibuffer-force-complete):
6257 Use it to re-instate the flush hook.
6258
8f0fde21
SM
6259 * icomplete.el (icomplete-completions): Replace last fix with a better
6260 one (bug#10850).
6261
8e911f6f
DG
62622012-02-23 Dmitry Gutov <dgutov@yandex.ru>
6263
6264 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
6265 when it might call us back infinitely (bug#10797).
6266
49fe4321
GM
62672012-02-23 Glenn Morris <rgm@gnu.org>
6268
6269 * minibuffer.el (completion-category-overrides): Doc fix.
6270
b291b572
SM
62712012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
6272
6273 * minibuffer.el (completion-table-with-context): Fix inf-loop.
6274 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
6275
31a9ef2e
GM
62762012-02-23 Glenn Morris <rgm@gnu.org>
6277
5e6e6794 6278 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
31a9ef2e
GM
6279 (authors-obsolete-files-regexps, authors-ignored-files)
6280 (authors-ambiguous-files, authors-renamed-files-alist):
6281 Add more entries.
6282
0bd1e074
JL
62832012-02-23 Juri Linkov <juri@jurta.org>
6284
6285 * isearch.el (isearch-occur): Sync interactive spec with occur's
6286 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
6287
b617673c
JL
6288 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
6289
19e9789e
JL
62902012-02-22 Juri Linkov <juri@jurta.org>
6291
6292 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
6293 (ucs-insert): Doc fix. Check for hex digits in the string.
6294 Don't display `nil' in the error message. (Bug#10857)
6295
f41ce09d
AM
62962012-02-22 Alan Mackenzie <acm@muc.de>
6297
7a71b18d 6298 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
f41ce09d 6299
ac2eceee
GM
63002012-02-22 Glenn Morris <rgm@gnu.org>
6301
6302 * ffap.el (ffap-c-path):
6303 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
6304
abd1f678
CY
63052012-02-22 Chong Yidong <cyd@gnu.org>
6306
6307 * custom.el (load-theme): Doc fix.
6308
f25aef2e
GM
63092012-02-22 Glenn Morris <rgm@gnu.org>
6310
6311 * dired-x.el (dired-guess-shell-alist-default):
6312 Remove escape sequences from nroff output. (Bug#172)
6313
5f8dc2ca
GM
63142012-02-21 Glenn Morris <rgm@gnu.org>
6315
6ff86ec4
GM
6316 * vc/emerge.el (emerge-defvar-local):
6317 Set `permanent-local' property rather than unused `preserved'.
6318
be3223a3 6319 * textmodes/picture.el (picture-delete-char): New alias.
5f8dc2ca
GM
6320 (picture-mode-map): Use it. (Bug#10860)
6321 (picture-mode): Doc fix.
6322
3fe58f4f
JB
63232012-02-21 Juanma Barranquero <lekktu@gmail.com>
6324
6325 * newcomment.el (uncomment-region-default): Remove unused binding.
6326
f9a998c3
GM
63272012-02-21 Glenn Morris <rgm@gnu.org>
6328
6329 * textmodes/picture.el (picture-motion, picture-motion-reverse)
6330 (picture-self-insert, picture-tab-chars): Doc fix.
6331 (picture-mode-map): Fix C-a, C-e.
6332
c6029348
GM
63332012-02-20 Glenn Morris <rgm@gnu.org>
6334
6335 * emacs-lisp/authors.el (authors-aliases): Add another entry.
6336
ab1ce9d7
LL
63372012-02-20 Leo Liu <sdl.web@gmail.com>
6338
6339 * icomplete.el (icomplete-completions): Check FROM arg before
6340 passing to substring (Bug#10850).
6341
0fd40f89
CY
63422012-02-19 Chong Yidong <cyd@gnu.org>
6343
6344 * comint.el: Require ansi-color.
6345 (comint-output-filter-functions): Add ansi-color-process-output.
6346
6347 * ansi-color.el: Don't set comint-output-filter-functions; it is
6348 now in the initial value defined in comint.el.
6349 (ansi-color-apply-face-function): New variable.
6350 (ansi-color-apply-on-region): Use it.
6351 (ansi-color-apply-overlay-face): New function.
6352
6353 * shell.el (shell): No need to require ansi-color.
6354 (shell-mode): Use ansi-color-apply-face-function to highlight
6355 color escapes using font-lock-face property (Bug#10835).
6356
20af2394
CY
63572012-02-19 Chong Yidong <cyd@gnu.org>
6358
6359 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
6360 mode-line formats (Bug#10839).
6361
e23a3fbe
GM
63622012-02-18 Glenn Morris <rgm@gnu.org>
6363
b474519e
GM
6364 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
6365
6366 * mail/undigest.el (unforward-rmail-message): Doc fix.
6367
e23a3fbe
GM
6368 * saveplace.el (save-place-ignore-files-regexp): Add :version.
6369
57939ff4
EZ
63702012-02-18 Eli Zaretskii <eliz@gnu.org>
6371
6372 * international/characters.el (script-list): Sync with the latest
6373 Unicode Character Database.
6374
0c23686e
AS
63752012-02-18 Andreas Schwab <schwab@linux-m68k.org>
6376
6377 * international/titdic-cnv.el: Remove duplicate coding tag.
6378 * language/cham.el: Likewise.
6379 * language/tai-viet.el: Likewise.
6380
6818b449
GM
63812012-02-18 Glenn Morris <rgm@gnu.org>
6382
6383 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
6384 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
6385 (calendar-bahai-all-holidays-flag, calendar-other-dates):
6386 * calendar/diary-lib.el (diary-abbreviated-year-flag):
6387 * calendar/holidays.el (holiday-bahai-holidays)
6388 (calendar-holidays, list-holidays):
6389 Use utf-8 Bahá'í in doc-strings, menus, etc.
6390
0311a3fc
TH
63912012-02-17 Tassilo Horn <tassilo@member.fsf.org>
6392
6393 * saveplace.el (save-place-ignore-files-regexp): New variable
6394 allowing for excluding files from saving their location of point.
6395 The default value matches the temporary commit message editing
6396 files from Git, SVN, Bazaar, and Mercurial.
6397 (save-place-to-alist): Use it.
6398
d209e2fb 63992012-02-17 Lawrence Mitchell <wence@gmx.li>
f1a71c6e 6400 Stefan Monnier <monnier@iro.umontreal.ca>
eb864a71
LM
6401
6402 * newcomment.el (uncomment-region-default): Don't leave extra space
6403 when an arg is provided (bug#8150).
6404
ee0ce425
TZ
64052012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
6406
eb864a71 6407 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
ee0ce425 6408
95ddf442
GM
64092012-02-17 Glenn Morris <rgm@gnu.org>
6410
6411 * net/socks.el: Require network-stream. (Bug#10599)
6412
48dd1e39 64132012-02-17 Kenichi Handa <handa@m17n.org>
c406be43
KH
6414
6415 * international/charprop.el:
6416 * international/uni-name.el:
6417 * international/uni-old-name.el:
6418 * international/uni-comment.el: Regenerate.
6419
d68cd087
GM
64202012-02-16 Glenn Morris <rgm@gnu.org>
6421
6422 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
6423 Interactively in calendar buffer, give an error if not on a date.
6424
13932042
GM
64252012-02-15 Glenn Morris <rgm@gnu.org>
6426
6427 * shell.el (shell-delimiter-argument-list):
6428 Revert 2011-02-17 change. (Bug#8027)
6429
c3a70e2b
CY
64302012-02-15 Chong Yidong <cyd@gnu.org>
6431
60236b0d
CY
6432 * minibuffer.el (completion-at-point-functions): Doc fix.
6433
c3a70e2b
CY
6434 * custom.el (defcustom): Doc fix; note use of defvar.
6435
9f26dc24
GM
64362012-02-15 Glenn Morris <rgm@gnu.org>
6437
6438 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
6439 Doc fixes.
6440
6546b134
GM
64412012-02-14 Glenn Morris <rgm@gnu.org>
6442
6443 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
6444
d29b2b4c
LI
64452012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
6446
6447 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
6448 way the ports list is computed.
835bdcba
LI
6449 (smtpmail-query-smtp-server): Prompt the user for a port number if
6450 we can't connect to any of the standard ports (bug#10810).
d29b2b4c 6451
08dcdbc9
TZ
64522012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
6453
6454 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
6455
2605051a
GM
64562012-02-13 Glenn Morris <rgm@gnu.org>
6457
6458 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
6459
7ee99f32
TZ
64602012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
6461
6462 * net/gnutls.el (gnutls-trustfiles): New variable.
6463 (gnutls-negotiate): Use it.
6464
5f0af64f
LI
64652012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
6466
6467 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
6468 does its stuff if Gnus is running.
6469
c14fcc95
AM
64702012-02-13 Alan Mackenzie <acm@muc.de>
6471
6472 Fix a loop in c-set-fl-decl-start.
6473
7a71b18d 6474 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
c14fcc95
AM
6475 c-backward-syntactic-ws actually moves backwards.
6476
142b4d90
LL
64772012-02-13 Leo Liu <sdl.web@gmail.com>
6478
6479 * net/rcirc.el (rcirc-markup-attributes): Move point to the
6480 beginning so that all \C-o chars are removed.
6481
fa9958a6
TZ
64822012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
6483
dc9924b8 6484 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
fa9958a6 6485
0bc5886a
AM
64862012-02-12 Alan Mackenzie <acm@muc.de>
6487
6488 Fix infinite loop with long macros.
4d6769e1 6489 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
0bc5886a 6490
d4bd55e7
CY
64912012-02-12 Chong Yidong <cyd@gnu.org>
6492
6493 * window.el (display-buffer): Doc fix (Bug#10785).
6494
66f3fe22
GM
64952012-02-12 Glenn Morris <rgm@gnu.org>
6496
bd7da63e
GM
6497 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
6498 (x-disown-selection-internal, x-get-selection-internal):
6499 Sync docs with the xselect.c versions.
6500
66f3fe22
GM
6501 * allout-widgets.el: Add missing license notice.
6502
3e0d2fa7
GM
65032012-02-11 Glenn Morris <rgm@gnu.org>
6504
cfecdf09
GM
6505 * select.el (x-get-selection-internal, x-own-selection-internal)
6506 (x-disown-selection-internal):
6507 * x-dnd.el (x-get-selection-internal): Update declarations.
6508
6d216d7f
GM
6509 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
6510
2bed3f04
GM
6511 * window.el (window-sides-slots):
6512 * tool-bar.el (tool-bar-position):
6513 * term/xterm.el (xterm-extra-capabilities):
6514 * ses.el (ses-self-reference-early-detection):
6515 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
6516 (verilog-auto-wire-type)
6517 (verilog-auto-delete-trailing-whitespace)
6518 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
6519 (verilog-auto-tieoff-declaration):
6520 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
6521 (sql-oracle-statement-starters, sql-oracle-scan-on):
6522 * progmodes/prolog.el (prolog-align-comments-flag)
6523 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
6524 (prolog-left-indent-regexp, prolog-paren-indent-p)
6525 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
6526 (prolog-types, prolog-mode-specificators)
6527 (prolog-determinism-specificators, prolog-directives)
6528 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
6529 (prolog-electric-dot-flag)
6530 (prolog-electric-dot-full-predicate-template)
6531 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
6532 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
6533 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
6534 (prolog-program-switches, prolog-prompt-regexp)
6535 (prolog-debug-on-string, prolog-debug-off-string)
6536 (prolog-trace-on-string, prolog-trace-off-string)
6537 (prolog-zip-on-string, prolog-zip-off-string)
6538 (prolog-use-standard-consult-compile-method-flag)
6539 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
6540 (prolog-imenu-max-lines, prolog-info-predicate-index)
6541 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
6542 (prolog-char-quote-workaround):
6543 * progmodes/cc-vars.el (c-defun-tactic):
6544 * net/tramp.el (tramp-encoding-command-interactive)
6545 (tramp-local-end-of-line):
6546 * net/soap-client.el (soap-client):
6547 * net/netrc.el (netrc-file):
6548 * net/gnutls.el (gnutls):
6549 * minibuffer.el (completion-category-overrides)
6550 (completion-cycle-threshold)
6551 (completion-pcm-complete-word-inserts-delimiters):
6552 * man.el (Man-name-local-regexp):
6553 * mail/feedmail.el (feedmail-display-full-frame):
6554 * international/characters.el (glyphless-char-display-control):
6555 * eshell/em-ls.el (eshell-ls-date-format):
6556 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
6557 (lisp-lambda-list-keyword-parameter-indentation)
6558 (lisp-lambda-list-keyword-parameter-alignment):
6559 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
6560 * dired-x.el (dired-omit-verbose):
6561 * cus-theme.el (custom-theme-allow-multiple-selections):
6562 * calc/calc.el (calc-highlight-selections-with-faces)
6563 (calc-lu-field-reference, calc-lu-power-reference)
6564 (calc-note-threshold):
6565 * battery.el (battery-mode-line-limit):
6566 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
6567 (archive-7z-update):
6568 * allout.el (allout-prefixed-keybindings)
6569 (allout-unprefixed-keybindings)
6570 (allout-inhibit-auto-fill-on-headline)
6571 (allout-flattened-numbering-abbreviation):
6572 * allout-widgets.el (allout-widgets-auto-activation)
6573 (allout-widgets-icons-dark-subdir)
6574 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
6575 (allout-widgets-theme-dark-background)
6576 (allout-widgets-theme-light-background)
6577 (allout-widgets-item-image-properties-emacs)
6578 (allout-widgets-item-image-properties-xemacs)
6579 (allout-widgets-run-unit-tests-on-load)
6580 (allout-widgets-time-decoration-activity)
6581 (allout-widgets-hook-error-post-time)
6582 (allout-widgets-track-decoration):
6583 Add missing :version tags to new defcustoms and defgroups.
6584
5fec1b8e
GM
6585 * progmodes/sql.el (sql-ansi-statement-starters)
6586 (sql-oracle-statement-starters): Add custom type.
6587
3e0d2fa7
GM
6588 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
6589 (prolog-system-version): Give it a type.
6590
90b671e2
EZ
65912012-02-11 Eli Zaretskii <eliz@gnu.org>
6592
6593 * term/pc-win.el (x-select-text, x-selection-owner-p)
6594 (x-own-selection-internal, x-disown-selection-internal)
6595 (x-get-selection-internal): Sync doc strings and argument lists
6596 with xselect.c, common-win.el and x-win.el. (Bug#10783)
6597
5eac0c02
LL
65982012-02-11 Leo Liu <sdl.web@gmail.com>
6599
6600 * progmodes/python.el (python-end-of-statement): Fix infinite
6601 loop. (Bug#10788)
6602
f82cb659
GM
66032012-02-10 Glenn Morris <rgm@gnu.org>
6604
6605 * international/mule-cmds.el (unify-8859-on-encoding-mode)
6606 (unify-8859-on-decoding-mode): Properly mark as obsolete.
6607
cc26d239
LI
66082012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
6609
6610 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
6611 about SMTP before checking the From header.
6612
91027d08 6613 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
cc26d239
LI
6614 into own function for reuse by emacsbug.el.
6615
1be3ca5a
LL
66162012-02-10 Leo Liu <sdl.web@gmail.com>
6617
6618 * subr.el (condition-case-unless-debug): Rename from
6619 condition-case-no-debug. All callers changed.
6620 (with-demoted-errors): Fix caller.
6621
6622 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
6623 * nxml/rng-valid.el (rng-do-some-validation):
6624 * emacs-lisp/package.el (package-refresh-contents)
6625 (package-menu-execute):
6626 * desktop.el (desktop-create-buffer):
91027d08 6627 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1be3ca5a 6628
b011fbfe
GM
66292012-02-10 Glenn Morris <rgm@gnu.org>
6630
b2096d72
GM
6631 * textmodes/bibtex.el:
6632 Add missing :version tags for new/changed defcustoms.
6633
b011fbfe
GM
6634 * files.el (remote-file-name-inhibit-cache): Doc fixes.
6635
4c7e65bf
LI
66362012-02-09 Lars Ingebrigtsen <larsi@rusty>
6637
6638 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
6639 (smtpmail-via-smtp): Use it, or fall back on the From address.
6640 (smtpmail-send-it): Ditto.
6641
f3934f6f
SM
66422012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
6643
6644 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
6645 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
6646 (byte-compile-tmp-var): New const.
6647 (byte-compile-defvar): Use it to minimize .elc size.
6648 Just use `defvar' rather than simulate it (bug#10761).
6649
a075a2c5
GM
66502012-02-09 Glenn Morris <rgm@gnu.org>
6651
cf3aa21b
GM
6652 * files.el (rename-uniquely): Doc fix. (Bug#3806)
6653
354998cd
GM
6654 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
6655 Add :version tags.
6656
dc9924b8
SM
6657 * progmodes/compile.el (compilation-error-screen-columns)
6658 (compilation-first-column, compilation-filter-start): Doc fixes.
83274125 6659
dab3703d
GM
6660 * vc/log-view.el (log-view-toggle-entry-display):
6661 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
6662
3f88cd72
GM
6663 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
6664 (report-emacs-bug-can-use-xdg-email):
6665 (report-emacs-bug-insert-to-mailer): Doc fixes.
6666 (report-emacs-bug): Message fix.
6667
d95b247d
GM
6668 * net/browse-url.el (browse-url-can-use-xdg-open)
6669 (browse-url-xdg-open): Doc fixes.
6670
a075a2c5
GM
6671 * electric.el (electric-indent-mode, electric-pair-mode)
6672 (electric-layout-rules, electric-layout-mode): Doc fixes.
6673 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
6674
ffb6157e
MR
66752012-02-08 Martin Rudalics <rudalics@gmx.at>
6676
6677 * server.el (server-unselect-display): Don't inadvertently kill
6678 the current buffer. (Bug#10729)
6679
e1ac4066
GM
66802012-02-08 Glenn Morris <rgm@gnu.org>
6681
34e8a2da
GM
6682 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
6683 (sql-list-table): Doc fixes.
6684
b4ac6e8c
GM
6685 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
6686 Comment out (does nothing).
6687
e1ac4066
GM
6688 * completion.el (dynamic-completion-mode):
6689 * dirtrack.el (dirtrack-debug-mode):
6690 * electric.el (electric-layout-mode):
6691 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
6692 * face-remap.el (text-scale-mode, buffer-face-mode):
6693 * iimage.el (iimage-mode):
6694 * image-mode.el (image-transform-mode):
6695 * minibuffer.el (completion-in-region-mode):
6696 * scroll-lock.el (scroll-lock-mode):
6697 * simple.el (next-error-follow-minor-mode):
6698 * tar-mode.el (tar-subfile-mode):
6699 * tooltip.el (tooltip-mode):
6700 * vcursor.el (vcursor-use-vcursor-map):
6701 * wid-browse.el (widget-minor-mode):
6702 * emulation/tpu-edt.el (tpu-edt-mode):
6703 * emulation/tpu-extras.el (tpu-cursor-free-mode):
6704 * international/iso-ascii.el (iso-ascii-mode):
6705 * language/thai-util.el (thai-word-mode):
6706 * mail/supercite.el (sc-minor-mode):
6707 * net/goto-addr.el (goto-address-mode):
6708 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
6709 * progmodes/cwarn.el (cwarn-mode):
6710 * progmodes/flymake.el (flymake-mode):
6711 * progmodes/glasses.el (glasses-mode):
6712 * progmodes/hideshow.el (hs-minor-mode):
6713 * progmodes/pascal.el (pascal-outline-mode):
6714 * textmodes/enriched.el (enriched-mode):
6715 * vc/smerge-mode.el (smerge-mode):
6716 Doc fixes (minor mode argument).
6717
5e0d957f
EZ
67182012-02-07 Eli Zaretskii <eliz@gnu.org>
6719
6720 * ls-lisp.el (ls-lisp-sanitize): New function.
6721 (ls-lisp-insert-directory): Use it to fix or remove any elements
6722 in file-alist with missing attributes. (Bug#4673)
6723
98d7371e
AM
67242012-02-07 Alan Mackenzie <acm@muc.de>
6725
6726 Fix spurious recognition of c-in-knr-argdecl.
6727
6728 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
6729 putative K&R region.
6730
667ced3a
AM
67312012-02-07 Alan Mackenzie <acm@muc.de>
6732
eb864a71
LM
6733 * progmodes/cc-engine.el (c-forward-objc-directive):
6734 Prevent looping in "#pragma mark @implementation".
667ced3a 6735
5b77774d
MA
67362012-02-07 Michael Albinus <michael.albinus@gmx.de>
6737
6738 * notifications.el (notifications-on-closed-signal): Make `reason'
6739 optional. (Bug#10744)
6740
af008560
GM
67412012-02-07 Glenn Morris <rgm@gnu.org>
6742
60d47423
GM
6743 * emacs-lisp/easy-mmode.el (define-minor-mode):
6744 Doc fixes for the macro and the mode it defines.
6745
dd605cc4
GM
6746 * image.el (imagemagick-types-inhibit): Doc fix.
6747
af008560
GM
6748 * cus-start.el (imagemagick-render-type): Add it.
6749
5cc59a37
LI
67502012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
6751
4d6769e1
JB
6752 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
6753 Set the default at load time, too, so that `font-lock-fontify-buffer'
6754 can be called without setting up the entire mode first. This fixes
6755 a bug in `mm-inline-text' with C MIME parts.
5cc59a37 6756
9a6dd747
CY
67572012-02-06 Chong Yidong <cyd@gnu.org>
6758
2d16b285
CY
6759 * simple.el (list-processes--refresh): Delete exited processes
6760 (Bug#8094).
6761
171e9b6e
CY
6762 * comint.el (comint-next-prompt): next-single-char-property-change
6763 and prev-single-char-property-change never return nil (Bug#8657).
6764
9a6dd747
CY
6765 * custom.el (defcustom): Doc fix (Bug#9711).
6766
aa4589a7
CY
67672012-02-05 Chong Yidong <cyd@gnu.org>
6768
5c2a252f
CY
6769 * cus-edit.el (custom-variable-reset-backup): Quote the value
6770 before storing it in the customized-value property (Bug#6712).
4aab9006 6771 (custom-display): Add a customization type tag.
983b9602 6772 (custom-buffer-create-internal): Improve tooltip message.
5c2a252f 6773
aa4589a7
CY
6774 * wid-edit.el (widget-field-value-get): New optional arg to
6775 suppress trailing whitespace truncation.
6776 (character): Use it (Bug#2689).
6777
1ff980ae
AS
67782012-02-05 Andreas Schwab <schwab@linux-m68k.org>
6779
6780 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
6781 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
6782
03988c98
CY
67832012-02-05 Chong Yidong <cyd@gnu.org>
6784
eeb6cc88
CY
6785 * cus-edit.el (custom-variable-value-create): For mismatched
6786 types, show the current value (Bug#7600).
6787
03988c98
CY
6788 * custom.el (defcustom): Doc fix.
6789
f8cdeef0
GM
67902012-02-05 Glenn Morris <rgm@gnu.org>
6791
6792 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
6793
0696d255
JB
67942012-02-05 Juanma Barranquero <lekktu@gmail.com>
6795
6796 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
6797 (pp-buffer): Use `ignore-errors', `looking-at-p'.
6798 (pp-last-sexp): Use `looking-at-p'.
6799
34c99998
GM
68002012-02-04 Glenn Morris <rgm@gnu.org>
6801
8f05da42
GM
6802 * files.el (revert-buffer):
6803 Doc fix (mention revert-buffer-in-progress-p).
6804
f160676e
GM
6805 * emacs-lisp/ert-x.el (ert-simulate-command):
6806 Check deferred-action-list (which is obsolete) is bound.
6807
c7291ad9
GM
6808 * subr.el (with-wrapper-hook): Doc fixes.
6809
34c99998
GM
6810 * simple.el (filter-buffer-substring-functions)
6811 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
6812
6283a7d3
LL
68132012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
6814
6815 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
6816 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
6817
e96e3013
LL
68182012-02-04 Leo Liu <sdl.web@gmail.com>
6819
6820 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
6821
8ded50f2
GM
68222012-02-04 Glenn Morris <rgm@gnu.org>
6823
82ff1d13
GM
6824 * image.el (image-extension-data): Add obsolete alias.
6825
987a0a16
GM
6826 * isearch.el (isearch-update): Doc fix.
6827
ea32ef46
GM
6828 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
6829
8ded50f2
GM
6830 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
6831
eea14f31
GM
68322012-02-03 Glenn Morris <rgm@gnu.org>
6833
6834 * image.el (image-animated-p): Doc fix. Use image-animated-types.
6835 (image-animate-timeout): Doc fix.
6836
6837 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
6838
12f381b7
GM
68392012-02-02 Glenn Morris <rgm@gnu.org>
6840
953cebf5
GM
6841 * server.el (server-auth-dir): Doc fix.
6842 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
6843
12f381b7
GM
6844 * subr.el (run-mode-hooks): Doc fix.
6845
953a8c3b
JL
68462012-02-02 Juri Linkov <juri@jurta.org>
6847
6848 * image-mode.el (image-toggle-display-image): Remove tautological
6849 `major-mode' from the `derived-mode-p' test.
6850
c5d3843c
KH
68512012-02-02 Kenichi Handa <handa@m17n.org>
6852
9f6e692e 6853 * composite.el (compose-region): Cancel previous change.
c5d3843c 6854
159462d4 68552012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
6856
6857 * composite.el (compose-region, compose-string): Signal error for
6858 a null string component (Bug#6988).
6859
9f562668
CY
68602012-02-01 Chong Yidong <cyd@gnu.org>
6861
e2cef717
CY
6862 * view.el (view-buffer-other-window, view-buffer-other-frame):
6863 Handle special modes like view-buffer (Bug#10650).
6864 (view-buffer): Simplify.
6865
9f562668
CY
6866 * frame.el (set-frame-font): Tweak meaning of third argument.
6867
9f6e692e
JB
6868 * dynamic-setting.el (font-setting-change-default-font):
6869 Use set-frame-font (Bug#9982).
9f562668 6870
781acb9f
GM
68712012-02-01 Glenn Morris <rgm@gnu.org>
6872
6035be52
GM
6873 * progmodes/compile.el (compilation-internal-error-properties):
6874 Respect compilation-first-column in the "*compilation*" buffer.
6875
781acb9f
GM
6876 * emacs-lisp/easy-mmode.el (define-minor-mode):
6877 Relax :variable's test for a named function.
6878
abbceb00
AM
68792012-01-31 Alan Mackenzie <acm@muc.de>
6880
6881 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
6882 off by one error.
6883
fce3fdeb
CY
68842012-01-31 Chong Yidong <cyd@gnu.org>
6885
6886 * frame.el (set-frame-font): New arg ALL-FRAMES.
6887
6888 * menu-bar.el (menu-set-font): Use set-frame-font.
6889
6890 * faces.el (face-spec-reset-face): Don't apply unspecified
6891 attribute values to the default face.
6892
47893581
JB
68932012-01-31 Juanma Barranquero <lekktu@gmail.com>
6894
6895 * progmodes/cwarn.el (cwarn): Remove dead link.
6896 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
6897 Remove * from defcustom docstrings.
6898 (turn-on-cwarn-mode): Make obsolete.
6899 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
6900 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
6901
e58e988a
GM
69022012-01-31 Glenn Morris <rgm@gnu.org>
6903
60dc2671 6904 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6c9b47ae 6905 Fix :variable handling of mode a symbol not equal to modefun.
60dc2671 6906 Allow named functions to be used as the cdr of :variable.
e58e988a 6907
7a3f511d
GM
69082012-01-30 Glenn Morris <rgm@gnu.org>
6909
6910 * emacs-lisp/authors.el (authors-fixed-entries):
6911 Remove reference to deleted file rnewspost.el.
6912
cb882333
JB
69132012-01-29 Juanma Barranquero <lekktu@gmail.com>
6914
6915 * window.el (window-with-parameter): Remove unused variable `windows'.
6916 (window--side-check): Remove unused variable `code'.
6917 (window--resize-siblings): Remove unused variable `first'.
6918 (adjust-window-trailing-edge): Remove unused variable `failed'.
6919 (window-deletable-p, window--delete): Remove unused variable `buffer'.
6920 Use `let', not `let*'.
6921 (balance-windows-2): Remove unused variable `found'.
6922 (window--state-put-2): Remove unused variable `splits'.
6923 (window-state-put): Remove unused variable `selected'.
6924 (same-window-p): Use `string-match-p'.
6925 (display-buffer-assq-regexp): Remove unused variable `value'.
6926 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
6927 Mark argument ALIST as ignored.
6928 (pop-to-buffer): Remove unused variable `old-window'.
6929
907201af
EZ
69302012-01-29 Eli Zaretskii <eliz@gnu.org>
6931
6932 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
6933 and .lzma compressed files.
6934
ea162670
CY
69352012-01-29 Chong Yidong <cyd@gnu.org>
6936
5b95ee8a
CY
6937 * frame.el (window-system-default-frame-alist): Doc fix.
6938
ea162670
CY
6939 * dynamic-setting.el (font-setting-change-default-font): Don't
6940 change the default face if SET-FONT argument is non-nil (Bug#9982).
6941
d6e6f4b1
SB
69422012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
6943
6944 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
6945
0f29fa41 69462012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
6947
6948 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
6949 breakpoints in files outside current directory (Bug#6098).
6950
db174434
CY
69512012-01-29 Chong Yidong <cyd@gnu.org>
6952
6b25e4e2
SE
6953 * progmodes/python.el: Require ansi-color at top-level.
6954
6df6ae42
JB
6955 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
6956 Define and use in Emacs Lisp mode (Bug#9360).
db174434
CY
6957 (lisp-mode-abbrev-table): Add doc.
6958 (lisp-mode-variables): Don't set local-abbrev-table.
6959 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
6960
e70ee681
RW
69612012-01-28 Roland Winkler <winkler@gnu.org>
6962
6963 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
6964
ace88aa2
RW
69652012-01-28 Roland Winkler <winkler@gnu.org>
6966
6967 * textmodes/bibtex.el (bibtex-entry-alist): New function.
6968 (bibtex-set-dialect): Use it. Either set global values of
6969 dialect-dependent variables or bind these variables buffer-locally
6970 (Bug#10254).
6971 (bibtex-mode): Call bibtex-set-dialect via
6972 hack-local-variables-hook.
eb864a71
LM
6973 (bibtex-dialect): Update docstring.
6974 Add safe-local-variable predicate.
ace88aa2
RW
6975 (bibtex-entry-alist, bibtex-field-alist): Initialize via
6976 bibtex-set-dialect.
6977 (bibtex-mode-map): Define menu for each dialect.
6978 (bibtex-entry): Fix docstring.
6979
93376c5b
CY
69802012-01-28 Chong Yidong <cyd@gnu.org>
6981
6982 * eshell/esh-arg.el (eshell-quote-argument): New function.
6983
6984 * eshell/esh-ext.el (eshell-invoke-batch-file):
6985 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
6986 first arg to eshell-parse-command (Bug#10523).
6987
4372494f
DA
69882012-01-28 Drew Adams <drew.adams@oracle.com>
6989
6990 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
6991 `default-directory' is non-nil.
6992
4d4ec1f8
EZ
69932012-01-28 Eli Zaretskii <eliz@gnu.org>
6994
6995 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
6996 line that displays system-configuration-options. (Bug#9924)
6997
7c188927
DA
69982012-01-28 Drew Adams <drew.adams@oracle.com>
6999
7000 * descr-text.el (describe-char): Show information about POS, in
7001 addition to information about the character at POS. Improve and
7002 update the doc string. Change "code point" to "code point in
7003 charset", to avoid confusion with the character's Unicode code
7004 point shown above that. (Bug#10129)
7005
e0da685a
EZ
70062012-01-28 Eli Zaretskii <eliz@gnu.org>
7007
7008 * descr-text.el (describe-char): Show the raw character, not only
7009 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
7010 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
7011 for the reasons.
7012
70550acf
PH
70132012-01-28 Phil Hagelberg <phil@hagelb.org>
7014
eb864a71
LM
7015 * emacs-lisp/package.el (package-install):
7016 Run package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 7017
0ce8e868
CY
70182012-01-28 Chong Yidong <cyd@gnu.org>
7019
cb882333
JB
7020 * emacs-lisp/package.el (package-maybe-load-descriptor):
7021 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
7022 (package-maybe-load-descriptor): Use it.
7023 (package-download-transaction): Fully load required packages
7024 inside the loop, so that `require' calls work (Bug#10593).
7025 (package-install): No need to call package-initialize now.
7026
2e7f3bea
CY
70272012-01-28 Chong Yidong <cyd@gnu.org>
7028
6e9bad14
CY
7029 * simple.el (deactivate-mark): Doc fix (Bug#8614).
7030
f823b8ca
CY
7031 * tooltip.el (tooltip-mode): Doc fix.
7032 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
7033
2680c309
CY
7034 * frame.el (set-cursor-color): Doc fix (Bug#352).
7035
d7a9e63b
CY
7036 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
7037 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
7038
2e7f3bea
CY
7039 * cus-edit.el (custom-buffer-create-internal): Fix search button
7040 action (Bug#10542).
2ae01800 7041 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 7042
fc4f7a23
EW
70432012-01-27 Eduard Wiebe <usenet@pusto.de>
7044
7045 * dired.el (dired-mark-files-regexp):
7046 Include any subdirectory components. (Bug#10445)
7047
7dd37071
ML
70482012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
7049
7050 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
7051 Handle [host]:port syntax. (Bug#10533)
7052
a268160b
AH
70532012-01-27 Alex Harsanyi <harsanyi@mac.com>
7054
7055 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
7056
e43273ef
GM
70572012-01-26 Glenn Morris <rgm@gnu.org>
7058
7059 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
7060 * term.el (term-raw-escape-map): Use Control-X-prefix.
7061 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
7062
1edf595d
MR
70632012-01-25 Martin Rudalics <rudalics@gmx.at>
7064
7065 * window.el (window-state-get, window--state-get-1): Don't deal
7066 with fixed-sizeness of windows. Simplify code.
7067
fa8eafef
JC
70682012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
7069
6df6ae42
JB
7070 * window.el (window--state-get-1, window--state-put-2):
7071 Don't save and restore the mark.
fa8eafef 7072
0b21c100
CY
70732012-01-25 Chong Yidong <cyd@gnu.org>
7074
7075 * custom.el (custom-variable-p): Doc fix.
7076
5ae1a6c8
GM
70772012-01-25 Glenn Morris <rgm@gnu.org>
7078
40047858
GM
7079 * dired.el (dired-goto-file): Handle some of the more common
7080 characters that `ls -b' escapes. (Bug#10596)
7081
5ddce96c
GM
7082 * progmodes/compile.el (compilation-next-error-function):
7083 Respect compilation-first-column in the "*compilation*" buffer.
7084 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
7085
5ae1a6c8
GM
7086 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
7087
b559f1a9
GM
70882012-01-24 Glenn Morris <rgm@gnu.org>
7089
7090 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
7091
6725d21a
JD
70922012-01-24 Julien Danjou <julien@danjou.info>
7093
7094 * color.el (color-rgb-to-hsl): Fix value computing.
7095 (color-hue-to-rgb): New function.
7096 (color-hsl-to-rgb): New function.
7097 (color-clamp, color-saturate-hsl, color-saturate-name)
7098 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
7099 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
7100
70df4bbe
GM
71012012-01-24 Glenn Morris <rgm@gnu.org>
7102
7103 * vc/vc-rcs.el (vc-rcs-create-tag):
7104 * vc/vc-sccs.el (vc-sccs-create-tag):
7105 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
7106
802a2ae2
ML
71072012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
7108
7109 * eshell/esh-util.el (eshell-read-hosts-file):
7110 Skip comment lines. (Bug#10549)
7111
d7128bb1
ML
7112 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
7113
d1a5c3b4
JB
71142012-01-23 Juanma Barranquero <lekktu@gmail.com>
7115
2724d9c7
JB
7116 * subr.el (display-delayed-warnings): Doc fix.
7117 (collapse-delayed-warnings): New function to collapse identical
7118 adjacent warnings.
7119 (delayed-warnings-hook): Add it.
d1a5c3b4 7120
a5509865
MA
71212012-01-22 Michael Albinus <michael.albinus@gmx.de>
7122
7123 * net/tramp.el (tramp-action-login): Set connection property "login-as".
7124
a5509865
MA
7125 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
7126 (tramp-default-user-alist): Don't add "pscp".
7127 (tramp-do-copy-or-rename-file-out-of-band): Use connection
7128 property "login-as", if set. (Bug#10530)
7129
cc6d5805
MA
71302012-01-21 Michael Albinus <michael.albinus@gmx.de>
7131
7132 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
7133 "plink1" and "psftp". (Bug#10530)
7134
71352012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
7136
7137 * international/mule-cmds.el (prefer-coding-system): Show a
7138 warning message if the default value of file-name-coding-system
7139 was not changed.
7140
f0960428
JC
71412012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
7142
cb882333
JB
7143 * windmove.el (windmove-reference-loc):
7144 Fix windmove-reference-loc miscalculation.
f0960428 7145
dd6f2a63
JB
71462012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
7147
7148 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
7149 default unit.
7150
7b447e9b
GM
71512012-01-21 Glenn Morris <rgm@gnu.org>
7152
117a9ea1
GM
7153 * international/mule.el (auto-coding-alist): Add .tbz.
7154
7b447e9b
GM
7155 * files.el (local-enable-local-variables): Doc fix.
7156 (inhibit-local-variables-regexps): Rename from
7157 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
7158 Doc fix. Add some extensions from auto-coding-alist.
7159 (inhibit-local-variables-suffixes):
7160 Rename from inhibit-first-line-modes-suffixes. Doc fix.
7161 (inhibit-local-variables-p):
7162 New function, extracted from set-auto-mode-1.
7163 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
7164 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
7165 (hack-local-variables): Doc fix. Make the mode-only case
7166 respect enable-local-variables and friends.
7167 Respect inhibit-local-variables-regexps for file-locals, but
7168 not for directory-locals.
7169 (set-visited-file-name):
7170 Take account of inhibit-local-variables-regexps.
7171 Whether it applies may change as the file name is changed.
7172 * jka-cmpr-hook.el (jka-compr-install):
7173 * jka-compr.el (jka-compr-uninstall):
7174 Update for inhibit-first-line-modes-suffixes name change.
7175
dd6e3cdd
MR
71762012-01-20 Martin Rudalics <rudalics@gmx.at>
7177
7178 * help-macro.el (make-help-screen): Temporarily restore original
7179 binding for minor-mode-map-alist (Bug#10454).
7180
0d0deb38
JD
71812012-01-19 Julien Danjou <julien@danjou.info>
7182
7183 * color.el (color-name-to-rgb): Use the white color to find the max
7184 color component value and return correctly computed values.
7185 (color-name-to-rgb): Add missing float conversion for max value.
7186
34a02f46
MR
71872012-01-19 Martin Rudalics <rudalics@gmx.at>
7188
7189 * window.el (window--state-get-1, window-state-get): Do not use
eb864a71
LM
7190 special state value for window-persistent-parameters.
7191 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
34a02f46
MR
7192 (window--state-put-2): Reset all window parameters to nil before
7193 assigning values of persistent parameters.
7194
606c44c4
AM
71952012-01-18 Alan Mackenzie <acm@muc.de>
7196
7197 Eliminate sluggishness and hangs in fontification of "semicolon
7198 deserts".
7199
cb882333
JB
7200 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
7201 Change value 10000 -> 3000.
606c44c4
AM
7202 (c-state-safe-place): Reformulate so it doesn't stack up an
7203 infinite number of wrong entries in c-state-nonlit-pos-cache.
7204 (c-determine-limit-get-base, c-determine-limit): New functions to
7205 determine backward search limits disregarding literals.
7206 (c-find-decl-spots): Amend commenting.
7207 (c-cheap-inside-bracelist-p): New function which detects "={".
7208
7209 * progmodes/cc-fonts.el
7210 (c-make-font-lock-BO-decl-search-function): Give a limit to a
7211 backward search.
7212 (c-font-lock-declarations): Fix an occurrence of point being
7213 undefined. Check additionally for point being in a bracelist or
7214 near a macro invocation without a semicolon so as to avoid a
7215 fruitless time consuming search for a declarator. Give a more
7216 precise search limit for declarators using the new
7217 c-determine-limit.
7218
f3860cea
GM
72192012-01-18 Glenn Morris <rgm@gnu.org>
7220
7221 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
7222 (set-auto-mode): Doc fixes.
7223
1db03b16
GM
72242012-01-17 Glenn Morris <rgm@gnu.org>
7225
0e6038be
GM
7226 * isearch.el (search-nonincremental-instead): Fix doc typo.
7227
1db03b16
GM
7228 * dired.el (dired-insert-directory): Handle newlines in directory name.
7229 (dired-build-subdir-alist): Unescape newlines in directory name.
7230
4cb0aa75
MA
72312012-01-17 Michael Albinus <michael.albinus@gmx.de>
7232
7233 * net/tramp.el (tramp-local-end-of-line): New defcustom.
7234 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
7235 (tramp-action-terminal): Use it. (Bug#10530)
7236
1d00653d
SM
72372012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
7238
7239 * minibuffer.el (completion--replace): Strip properties (bug#10062).
7240
6a6ee00d
MR
72412012-01-16 Martin Rudalics <rudalics@gmx.at>
7242
7243 * window.el (window-state-ignored-parameters): Remove variable.
7244 (window--state-get-1): Rename argument MARKERS to IGNORE.
7245 Handle persistent window parameters. Make copy of clone-of
7246 parameter only if requested. (Bug#10348)
7247 (window--state-put-2): Install a window parameter only if it has
7248 a non-nil value or an existing parameter shall be overwritten.
7249
97912def
MA
72502012-01-15 Michael Albinus <michael.albinus@gmx.de>
7251
7252 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
7253
688070a5
EZ
72542012-01-14 Eli Zaretskii <eliz@gnu.org>
7255
7256 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
7257 don't pass the (nil) value of `upnode' to string-match.
7258
301afadc
CY
72592012-01-14 Chong Yidong <cyd@gnu.org>
7260
7261 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 7262 Fix values recognized by the cursorBlink resource.
301afadc 7263
9e5788aa
PE
72642012-01-14 Paul Eggert <eggert@cs.ucla.edu>
7265
7266 * epg.el (epg--make-temp-file): Avoid permission race condition
7267 when running on old Emacs versions (bug#10403).
7268
3cdb7f5a
GM
72692012-01-14 Glenn Morris <rgm@gnu.org>
7270
7271 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
7272
8c82b1b4
AM
72732012-01-13 Alan Mackenzie <acm@muc.de>
7274
7275 Fix filling for when filladapt mode is enabled.
7276
7277 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
7278 c-mask-paragraph, pass in `fill-paragraph' rather than
7279 `fill-region-as-paragraph'. (This is a reversion of a previous
7280 change.)
eb864a71
LM
7281 * progmodes/cc-mode.el (c-basic-common-init):
7282 Make fill-paragraph-handle-comment buffer local and set it to nil.
8c82b1b4 7283
e517eda4
GM
72842012-01-13 Glenn Morris <rgm@gnu.org>
7285
1498536e
GM
7286 * dired.el (dired-switches-escape-p): New function.
7287 (dired-insert-directory): Use dired-switches-escape-p.
7288 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
7289
e517eda4
GM
7290 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
7291
328f984d
GM
72922012-01-12 Glenn Morris <rgm@gnu.org>
7293
7294 * mail/sendmail.el (mail-mode): Update paragraph-separate for
7295 changes in adaptive-fill-regexp. (Bug#10276)
7296
2cc769a8
AM
72972012-01-11 Alan Mackenzie <acm@muc.de>
7298
7299 Fix Emacs bug #10463 - put `widen's around the critical spots.
7300
1d00653d 7301 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
7302 widen around each invocation of c-state-pp-to-literal. Remove an
7303 unused let variable.
7304
e52c37fa
GM
73052012-01-11 Glenn Morris <rgm@gnu.org>
7306
7307 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 7308 Doc fix.
e52c37fa 7309
96f8741e
CY
73102012-01-10 Chong Yidong <cyd@gnu.org>
7311
1d00653d
SM
7312 * net/network-stream.el (network-stream-open-starttls):
7313 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
7314 response to the capability command.
7315
b09a806e
GM
73162012-01-10 Glenn Morris <rgm@gnu.org>
7317
7318 * mail/unrmail.el (unrmail): Tweak previous change.
7319
7655cb66
CY
73202012-01-09 Chong Yidong <cyd@gnu.org>
7321
7322 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
7323
9d5a8f0b
AM
73242012-01-08 Alan Mackenzie <acm@muc.de>
7325
7326 Optimise font locking in long enum definitions.
7327
7328 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
7329 arm to a cond form to handle enums.
7330 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
7331 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
7332
9a0115ab 73332012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
7334
7335 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 7336 (Bug#10401)
6bb72cbd 7337
f186bb95
LMI
73382012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
7339
29232a68
LMI
7340 * faces.el (set-face-attribute): Clarify the meaning of the nil
7341 frame (bug#10294).
7342
4e5d086d
LMI
7343 * subr.el (with-selected-frame): Mention that the selected frame
7344 is restored (bug#9980).
7345
8e66aebe
LMI
7346 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
7347 (bug#9759).
7348
cd394be1 7349 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
7350 (password-read): Don't autoload unused function.
7351
adf4e762
JB
73522012-01-07 Juanma Barranquero <lekktu@gmail.com>
7353
7354 * progmodes/which-func.el (which-func-mode): Turn into a
7355 non-interactive function and mark as obsolete (bug#10428).
7356
89bd9ccd
CY
73572012-01-06 Chong Yidong <cyd@gnu.org>
7358
7359 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
7360 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
7361 functions, along with 1 and -1.
7362
4afee9d5
EZ
73632012-01-06 Eli Zaretskii <eliz@gnu.org>
7364
7365 * time.el (display-time-load-average)
7366 (display-time-default-load-average): Doc fixes. See the thread
7367 starting at
7368 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
7369 for the details.
7370
536aea70
GM
73712012-01-06 Glenn Morris <rgm@gnu.org>
7372
665ae865
GM
7373 * mail/unrmail.el (unrmail): Give an explicit error if the input file
7374 has no messages. (Bug#10377)
7375
c869783d
GM
7376 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
7377 than Info-edit. (Bug#10385)
7378
2bb4227e
GM
7379 * time.el (display-time-load-average, display-time-next-load-average):
7380 Doc fixes.
7381
7d5944b9
GM
7382 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
7383 local setting of buffer-read-only to the input buffer. (Bug#10419)
7384
536aea70
GM
7385 * calendar/calendar.el (calendar-mode):
7386 Locally set scroll-margin to 0. (Bug#10379)
7387
7dccca16
UM
73882012-01-06 Ulrich Mueller <ulm@gentoo.org>
7389
7390 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
7391
afbb7930
GM
73922012-01-05 Glenn Morris <rgm@gnu.org>
7393
7394 * eshell/em-unix.el (diff-no-select): Autoload it.
7395 (eshell/diff): Use diff-no-select. (Bug#10420)
7396
04482335
CY
73972012-01-05 Chong Yidong <cyd@gnu.org>
7398
7baca3bc
CY
7399 * shell.el (shell-dynamic-complete-functions): Revert last change.
7400 (shell-command-completion-function): New function.
7401 (shell-completion-vars): Use it to implement
7402 shell-completion-execonly (Bug#10417).
7403
04482335
CY
7404 * custom.el (enable-theme): Don't set custom-safe-themes.
7405
1d00653d
SM
7406 * cus-theme.el (custom-theme-merge-theme):
7407 Ignore custom-enabled-themes and custom-safe-themes.
04482335 7408
bb5aa5d6
MM
74092012-01-05 Michael R. Mauger <mmaug@yahoo.com>
7410
7411 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
7412 first prompt in `sql-interacive-mode'.
7413 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 7414 keywords.
6df6ae42 7415 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
bb5aa5d6
MM
7416 (sql-product-interactive): Bug fix: Set `sql-buffer' in
7417 context of original buffer. Invoke `sql-login-hook'.
7418
a7183d7c
EZ
74192012-01-04 Eli Zaretskii <eliz@gnu.org>
7420
7421 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
7422 letters in cite-prefix.
7423
a1eacd1e
LMI
74242012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7425
7426 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
7427
787cdb34
CY
74282012-01-03 Chong Yidong <cyd@gnu.org>
7429
1d00653d
SM
7430 * shell.el (shell-dynamic-complete-functions):
7431 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
7432 comint-filename-completion first (Bug#10417).
7433
30710442
RS
74342012-01-02 Richard Stallman <rms@gnu.org>
7435
7436 * battery.el (battery-status-function):
7437 Detect when to use battery-yeeloong-sysfs.
7438 (battery-echo-area-format): Add string for Yeeloong.
7439 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
7440 (battery-yeeloong-sysfs): New function.
7441
f75bfc33
CY
74422012-01-02 Chong Yidong <cyd@gnu.org>
7443
7444 * dirtrack.el (dirtrack-list): Eliminate unused third element.
7445 (dirtrack): Merge code for handling relative filenames in prompt
7446 from shell-dir-cookie-watcher.
7447 (dirtrack-debug-message): New arg to avoid excess format calls.
7448
7449 * shell.el (shell-dir-cookie-re): Variable deleted.
7450 (shell-dir-cookie-watcher): Function deleted.
7451 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
7452 with dirtrack-mode.
7453
651e947e
EZ
74542012-01-01 Eli Zaretskii <eliz@gnu.org>
7455
1d00653d
SM
7456 * term/w32-win.el (dynamic-library-alist) <gnutls>:
7457 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
7458 libgnutls-26.dll.
7459
94d4c7dc
AS
74602011-12-31 Andreas Schwab <schwab@linux-m68k.org>
7461
7462 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
7463
8d43f3cd
EZ
74642011-12-31 Eli Zaretskii <eliz@gnu.org>
7465
7466 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
7467 headers of non-MIME messages, when rmail-enable-mime is non-nil.
7468
98c8795a
MA
74692011-12-29 Michael Albinus <michael.albinus@gmx.de>
7470
7471 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
7472 also for alternative shells.
7473 (tramp-open-connection-setup-interactive-shell): Check, whether
7474 the shell is a busybox.
7475 (tramp-send-command): Don't suppress multiple prompts for
7476 busyboxes, it hurts.
7477
51281b32
CY
74782011-12-28 Chong Yidong <cyd@gnu.org>
7479
7480 * progmodes/gdb-mi.el (gdb-get-source-file-list)
7481 (gdb-get-source-file): Move mode line update to
7482 gdb-get-source-file (Bug#10087).
7483
2170cb53
CY
74842011-12-25 Chong Yidong <cyd@gnu.org>
7485
7486 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
7487 gud-gdb-marker-filter without taking it as an argument.
7488 (gud-gdb-run-command-fetch-lines): Caller changed.
7489 (gud-gdb-completion-function): New variable.
7490 (gud-gdb-completion-at-point): Use it.
7491 (gud-gdb-completions-1): Split from gud-gdb-completions.
7492
7493 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
7494 function as separate arguments.
7495 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
7496 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
7497 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
7498 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
7499 (gdb-stopped, def-gdb-auto-update-trigger)
7500 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
7501 (gdb-get-changed-registers, gdb-get-main-selected-frame):
7502 Callers changed.
2170cb53
CY
7503 (gud-gdbmi-completions): New function.
7504 (gdb): Use it for generating the completion table.
7505
be8b11bb
AM
75062011-12-24 Alan Mackenzie <acm@muc.de>
7507
7508 Introduce a mechanism to widen the region used in context font
1d00653d 7509 locking. Use this to protect declarations from losing their contexts.
be8b11bb 7510
1d00653d
SM
7511 * progmodes/cc-langs.el (c-before-font-lock-functions):
7512 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 7513 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
7514 functions to be run just before context (etc.) font locking.
7515
7516 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 7517 New, functionality extracted from
be8b11bb 7518 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 7519 (c-in-after-change-fontification): New variable.
be8b11bb
AM
7520 (c-after-change): Set c-in-after-change-fontification.
7521 (c-set-fl-decl-start): Rejig its interface, so it can be called
7522 from both after-change and context fontifying.
b81d40f0
JB
7523 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
7524 New functions.
7525 (c-standard-font-lock-fontify-region-function): New variable.
7526 (c-font-lock-fontify-region): New function.
be8b11bb 7527
341cf6ac
JL
75282011-12-24 Juri Linkov <juri@jurta.org>
7529
7530 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
7531 (Bug#10348)
7532
bffcee0a
MA
75332011-12-23 Michael Albinus <michael.albinus@gmx.de>
7534
7535 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
7536 existence of source file. (Bug#10325)
7537
cb5e207c
AM
75382011-12-23 Alan Mackenzie <acm@muc.de>
7539
7540 Fix unstable fontification inside templates.
7541
b81d40f0
JB
7542 * progmodes/cc-langs.el (c-before-font-lock-functions):
7543 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
7544 additionally has c-set-fl-decl-start. The other languages (apart
7545 from AWK) have that as a single entry.
7546
b81d40f0
JB
7547 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
7548 The functionality for "local" declarations has been extracted to
cb5e207c
AM
7549 c-set-fl-decl-start.
7550
b81d40f0
JB
7551 * progmodes/cc-mode.el (c-common-init, c-after-change):
7552 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
7553 (c-set-fl-decl-start): New function, extracted from
7554 c-font-lock-enclosing-decls and enhanced.
7555
60ff536c
JB
75562011-12-23 Juanma Barranquero <lekktu@gmail.com>
7557
7558 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
7559
1c4757d6
JL
75602011-12-22 Juri Linkov <juri@jurta.org>
7561
7562 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
7563
d031f2c7
CY
75642011-12-22 Chong Yidong <cyd@gnu.org>
7565
7566 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
7567
bace743a
DA
75682011-12-21 Drew Adams <drew.adams@oracle.com>
7569
7570 * files.el (file-remote-p): Fix docstring. (Bug#10319)
7571
728a1f2b
JC
75722011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
7573
7574 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
7575
0d373f73
TZ
75762011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
7577
fec0aaa4
TZ
7578 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
7579 highlighting and support. Fix up comments for capitalization.
7580 (cfengine-mode-debug): New var.
7581 (cfengine3-mode): Change the modeline indicator to "CFE3".
7582 (cfengine3-font-lock-keywords): Improve defun highlighting.
7583 (cfengine2-actions): Rename from `cfengine-actions'.
7584 (cfengine2-font-lock-keywords): Rename from
7585 `cfengine-font-lock-keywords'.
7586 (cfengine2-imenu-expression): Rename from
7587 `cfengine-imenu-expression'.
7588 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
7589 (cfengine2-beginning-of-defun): Rename from
7590 `cfengine-beginning-of-defun'.
7591 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
7592 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
7593 (cfengine2-mode): Rename from `cfengine-mode'. Change the
7594 modeline indicator to "CFE2".
7595 (cfengine-mode): Defalias to `cfengine-auto-mode'.
7596 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 7597
bc86f573
CY
75982011-12-21 Chong Yidong <cyd@gnu.org>
7599
7600 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
7601 filename argument.
7602
d45ba96b
MR
76032011-12-20 Martin Rudalics <rudalics@gmx.at>
7604
7605 * window.el (window-normalize-buffer-to-display): Remove.
7606 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
7607
a6198c90
CY
76082011-12-19 Chong Yidong <cyd@gnu.org>
7609
7610 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
7611 Don't signal an error in a predicate function; return non-nil.
7612 (vc-dir-mark-file): Move the error here.
7613 (vc-dir-mark-unmark): If acting on the region, keep going if one
7614 of the entries cannot be marked/unmarked.
7615 (vc-dir-mark-all-files): If current entry is a directory, mark
7616 only child files, as documented.
7617
34c5fb55
VB
76182011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
7619
7620 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
7621 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
7622 addition.
7623
c803b2b7
JD
76242011-12-18 Jan Djärv <jan.h.d@swipnet.se>
7625
7626 * term/ns-win.el (ns-get-selection-internal)
7627 (ns-store-selection-internal): Declare.
1154d12e
JB
7628 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
7629 Declare as obsolete.
7630 (ns-get-pasteboard, ns-paste-secondary):
7631 Use ns-get-selection-internal.
7632 (ns-set-pasteboard, ns-copy-including-secondary):
7633 Use ns-store-selection-internal.
c803b2b7 7634
9cff91f8 76352011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
7636
7637 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 7638 (vc-deduce-fileset): Doc fix.
99a289d9 7639
f16c898a
AS
76402011-12-16 Andreas Schwab <schwab@linux-m68k.org>
7641
7642 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
7643
763237c4
SS
76442011-12-13 Sam Steingold <sds@gnu.org>
7645
7646 * man.el (Man-getpage-in-background): When running under a
7647 window-system, ignore $MANWIDTH and $COLUMNS.
7648
5fc1c122
KH
76492011-12-15 Kenichi Handa <handa@m17n.org>
7650
7651 * language/ethio-util.el: Change coding tag to utf-8-emacs.
7652 (setup-ethiopic-environment-internal): Comment out key-binding for
7653 ethio-toggle-punctuation.
7654
13d49cbb
AM
76552011-12-13 Alan Mackenzie <acm@muc.de>
7656
898169a2
AM
7657 Add the switch statement to AWK Mode.
7658
7a71b18d 7659 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
898169a2
AM
7660 "default" to the keywords regexp.
7661
7a71b18d 7662 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
898169a2 7663 expression as the rest.
1d00653d
SM
7664 (c-nonlabel-token-key): Allow string literals for AWK.
7665 Refactor for the other modes.
898169a2 7666
13d49cbb 7667 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 7668 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
7669 routines. Limit backward searching in c-font-lock-enclosing.decl.
7670
7671 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
7672 pp-state and literal type in addition to the limits.
1d00653d 7673 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 7674 (c-state-literal-at): Use the above new defun.
1d00653d
SM
7675 (c-slow-in-literal, c-fast-in-literal): Remove.
7676 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
7677
7678 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
7679 being in a literal. Add a limit for backward searching.
7680
7681 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
7682 c-slow-in-literal.
7683
15e0efc7
SM
76842011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
7685
7686 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
7687
454592a6
MR
76882011-12-13 Martin Rudalics <rudalics@gmx.at>
7689
7690 * window.el (delete-other-windows): Use correct frame in call to
7691 window-with-parameter.
7692
87393f26
DP
76932011-12-12 Daniel Pfeiffer <occitan@t-online.de>
7694
7695 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
7696 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
7697 (makefile-gmake-statements, makefile-makepp-statements):
7698 Use it and add new makepp keywords.
7699 (makefile-makepp-font-lock-keywords): Add new patterns.
7700 (makefile-match-function-end): Match new [...] and [[...]].
7701
11636b22
JB
77022011-12-11 Juanma Barranquero <lekktu@gmail.com>
7703
7704 * ses.el (ses-call-printer-return, ses-cell-property-get)
7705 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
7706 (ses-create-cell-variable, ses-reset-header-string)
7707 (ses-cell-set-formula, ses-repair-cell-reference-all)
7708 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
7709 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
7710 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
7711 (ses-aset-with-undo, ses-load, ses-truncate-cell)
7712 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
7713 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
7714 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
7715 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
7716 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
7717 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
7718 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
7719 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
7720
cf018193
VB
77212011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
7722
7723 * ses.el: The overall change is to add cell renaming, that is
7724 setting fancy names for cell symbols other than name matching
7725 "\\`[A-Z]+[0-9]+\\'" regexp .
7726 (ses-create-cell-variable): New defun.
7727 (ses-relocate-formula): Relocate formulas only for cells the
7728 symbols of which are not renamed, i.e. symbols whose names do not
7729 match regexp "\\`[A-Z]+[0-9]+\\'".
7730 (ses-relocate-all): Relocate values only for cells the symbols of
7731 which are not renamed.
7732 (ses-load): Create cells variables as the (ses-cell ...) are read,
7733 in order to check row col consistency with cell symbol name only
7734 for cells that are not renamed.
7735 (ses-replace-name-in-formula): New defun.
7736 (ses-rename-cell): New defun.
7737
ee957461
CY
77382011-12-11 Chong Yidong <cyd@gnu.org>
7739
7740 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
7741 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
7742
9a9e9ef0
MR
77432011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
7744
7745 * window.el (other-window): Fix docstring.
7746
92a8eba5
EZ
77472011-12-10 Eli Zaretskii <eliz@gnu.org>
7748
7749 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
7750 `from' or `to' address before taking its substring.
7751 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
7752 encoded name is chopped in the middle of the encoded string, and
7753 thus displayed encoded.
7754
e152e577
JB
77552011-12-10 Juanma Barranquero <lekktu@gmail.com>
7756
7757 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
7758
e5d84bfe
EZ
77592011-12-10 Eli Zaretskii <eliz@gnu.org>
7760
7761 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
7762 to use texinfo-update-node and commands that call it if the
7763 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 7764 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
7765 (texinfo-all-menus-update, texinfo-master-menu)
7766 (texinfo-update-node, texinfo-every-node-update)
7767 (texinfo-multiple-files-update): Doc fix. Warn against updating
7768 all the @node lines.
7769 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
7770 argument is numeric. Explain better in the doc string what the
7771 function really does.
7772 (texinfo-insert-master-menu-list): Improve the error message
7773 displayed if there's no menu in the Top node.
7774 (Bug#2975) See also this thread:
e5d84bfe
EZ
7775 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
7776
1d84e9bb
MG
77772011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
7778
7779 * speedbar.el (speedbar-supported-extension-expressions):
7780 Add .adb and .ads, commonly used for Ada source code (bug#10256).
7781
382c953b
JB
77822011-12-09 Juanma Barranquero <lekktu@gmail.com>
7783
7784 * printing.el (pr-mode-alist):
7785 * simple.el (filter-buffer-substring-functions)
7786 (completion-list-insert-choice-function):
7787 * window.el (window-with-parameter, window-atom-root)
7788 (window-sides-slots, window-size-fixed, window-min-delta)
7789 (window-max-delta, window--resize-mini-window)
7790 (window--resize-child-windows-normal, window-tree)
7791 (delete-other-windows, quit-window, split-window)
7792 (display-buffer-record-window, special-display-buffer-names)
7793 (special-display-regexps, special-display-popup-frame)
7794 (same-window-p, split-window-sensibly)
7795 (display-buffer-overriding-action, display-buffer-alist)
7796 (display-buffer-base-action, display-buffer, switch-to-buffer)
7797 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
7798 (fit-window-to-buffer, recenter-positions)
7799 (mouse-autoselect-window-state, mouse-autoselect-window-select):
7800 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
7801 and remove unneeded backslashes in docstrings.
7802
39c9faef
SM
78032011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
7804
98449af8
SM
7805 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
7806
39c9faef
SM
7807 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
7808 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
7809 end in ".mk".
7810 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
7811 when reading the makefile (bug#10116).
7812
86ed9fdc
SM
78132011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
7814
7815 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
7816 (bug#10116).
7817
5580f89d
GM
78182011-12-06 Glenn Morris <rgm@gnu.org>
7819
7820 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
7821
28d3917c
CY
78222011-12-06 Chong Yidong <cyd@gnu.org>
7823
7824 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
7825
a98edce9
JB
78262011-12-06 Juanma Barranquero <lekktu@gmail.com>
7827
7828 * textmodes/table.el (table-shorten-cell): Fix typo.
7829
e65adfac
CG
78302011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
7831
7832 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
7833
71cc0b74
EZ
78342011-12-05 Eli Zaretskii <eliz@gnu.org>
7835
7836 * descr-text.el (describe-char): Fix display of strong
7837 right-to-left characters and directional embeddings and overrides.
7838
7839 * simple.el (what-cursor-position): Fix display of codepoints of
7840 strong right-to-left characters.
7841
315bc30d
CY
78422011-12-05 Chong Yidong <cyd@gnu.org>
7843
7844 * faces.el (read-color): Doc fix.
7845
58a70b94
GM
78462011-12-05 Glenn Morris <rgm@gnu.org>
7847
7848 * align.el (align--set-marker): Add doc-string.
7849 Don't try to move something that is not a marker. (Bug#10216)
7850
5158face
GM
78512011-12-04 Glenn Morris <rgm@gnu.org>
7852
7853 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
7854 overly zealous deletion of trailing whitespace.
7855
520fca41
JB
78562011-12-04 Juanma Barranquero <lekktu@gmail.com>
7857
7858 * server.el (server-delete-client): On Windows, do not try to delete
7859 the only terminal.
7860 (server-process-filter): On Windows, treat requests for a tty frame as
7861 if they were for a GUI frame if the running server is in GUI mode.
7862
5e605a2e
GM
78632011-12-03 Glenn Morris <rgm@gnu.org>
7864
7865 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
7866
5c3fe83f
SM
78672011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
7868
6f5e57e7
SM
7869 * electric.el: Streamline electric-indent's hook.
7870 (electric-indent-chars): Revert to simple list.
7871 (electric-indent-functions): New var.
7872 (electric-indent-post-self-insert-function): Use it.
7873
5c3fe83f
SM
7874 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
7875 there's no inferior buffer (bug#10196).
7876 (prolog-consult-compile): Don't use toggle-read-only.
7877
6bdac736
MA
78782011-12-02 Michael Albinus <michael.albinus@gmx.de>
7879
7880 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
7881 interrupt. (Bug#10187)
7882
6131ba7f
SM
78832011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
7884
99c79fee
SM
7885 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
7886 (bug#9160).
7887
6131ba7f
SM
7888 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
7889 (bug#10191).
7890
cb0a02ea
JL
78912011-12-02 Juri Linkov <juri@jurta.org>
7892
7893 * info.el (Info-search): Display "end of manual" when Isearch
7894 reaches the end of single-file Info manual. (Bug#9918)
7895
66e0570c
EZ
78962011-12-02 Eli Zaretskii <eliz@gnu.org>
7897
7898 * isearch.el (isearch-message-prefix): Run the input method part
7899 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
7900
02b16839
JL
79012011-12-02 Juri Linkov <juri@jurta.org>
7902
7903 * isearch.el (isearch-occur): Use `word-search-regexp' for
7904 `isearch-word'.
7905 (isearch-search-and-update): Add condition for `isearch-word' and
7906 call `word-search-regexp'. (Bug#10145)
7907
0b950688
GM
79082011-12-01 Glenn Morris <rgm@gnu.org>
7909
7910 * eshell/em-hist.el (eshell-hist-initialize):
7911 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 7912 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 7913
9505c3c7
SM
79142011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
7915
7916 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
7917
1bbe96b2 79182011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 7919
a1beca85
SM
7920 * progmodes/verilog-mode.el (verilog-pretty-expr):
7921 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
7922 verilog, such as += *= and the like.
7923 (verilog-assignment-operator-re): Regular expression to find the
7924 assigment operator in a verilog assignment.
7925 (verilog-assignment-operation-re): Regular expression to find an
7926 assignment statement for pretty-expr.
7927 (verilog-in-attribute-p): Query returns true if point is in an
7928 attribute context; used to skip these for expression line up from
7929 pretty-expr.
7930 (verilog-in-parameter-p): Query returns true if point is in an
7931 parameter definition context; used to skip these for expression
7932 line up from pretty-expr.
7933 (verilog-in-parenthesis-p): Query returns true if point is in a
7934 parenthetical expression, specifically ( ) but not [ ] or { };
7935 used by pretty-expr.
7936 (verilog-just-one-space): If there is no space, don't add one.
7937 (verilog-get-lineup-indent-2): Specifically skip just attribute
7938 contexts for expression lineup, rather than skipping all
7939 parenthetical expressions.
7940 (verilog-calculate-indent): Fix comment, and fix indent.
7941 (verilog-do-indent): Indent declarations in lists (suggested by
7942 Joachim Lechner).
7943 (verilog-mode-abbrev-table): Populate abbrev mode with the various
7944 skeleton items.
7945 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
7946 by Alain Mellan).
7947
1bbe96b2 79482011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
7949
7950 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
7951 parameters with embedded comments. Reported by Ray Stevens.
7952 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
7953 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
7954 Reported by Tim Holt.
7955 (verilog-auto): Fix AUTOing a upper module then AUTOing module
7956 instantiated by upper module causing wrong expansion until AUTOed a
7957 second time. Reported by K C Buckenmaier.
7958 (verilog-diff-auto): Fix showing .* as a difference when
7959 `verilog-auto-star-save' off. Reported by Dan Dever.
7960 (verilog-auto-reset, verilog-read-always-signals)
7961 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
7962 temporary signals in reset list if
7963 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
7964 style to each signal's assignment type, bug381.
7965 Reported by Thomas Esposito.
6288f0ca
WS
7966 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
7967 (verilog-uvm-statement-re): Support UVM indentation and
7968 highlighting, with old OVM keywords only.
a1beca85 7969 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
7970 Support AUTOTIEOFF creating non-wire data types.
7971 Suggested by Jonathan Greenlaw.
6288f0ca
WS
7972 (verilog-auto-insert-lisp, verilog-delete-to-paren)
7973 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
7974 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
7975 (verilog-read-sub-decls, verilog-read-sub-decls-line):
7976 Fix mismatching parenthesis inside commented out code when deleting
382c953b 7977 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
7978 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
7979 non-numeric vector width. Reported by Alex Reed.
7980 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 7981 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
7982 (verilog-auto-delete-trailing-whitespace):
7983 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
7984 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
7985 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
7986 Fix verilog-scan-cache corruption when running user AUTO expansion
7987 hooks that call indentation routines.
7988 (verilog-simplify-range-expression): Fix typo ignoring lower case
7989 identifiers.
7990 (verilog-delete-auto): Fix delete-autos to also remove user created
7991 automatics, as long as they start with AUTO.
7992 (verilog-batch-diff-auto, verilog-diff-auto)
7993 (verilog-diff-function): Add `verilog-diff-auto' and bind to
7994 "C-c?" to report differences in AUTO expansion, ignoring spaces.
7995 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
7996 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
7997 (verilog-re-search-forward-quick, verilog-syntax-ppss):
7998 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
7999 is disabled and its cache will get corrupt, causing AUTOS not to
8000 expand. Instead use only -quick functions.
8001 (verilog-scan-region): Fix scanning over escaped quotes.
8002 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
8003 (verilog-re-search-backward-quick)
8004 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
8005 related functions now ignore strings, to fix misparsing of strings
8006 with magic comments embedded in them.
a1beca85
SM
8007 (verilog-read-auto-template):
8008 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
8009 Reported by Brad Dobbie.
8010 (verilog-read-auto-template):
8011 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 8012 Reported by Brad Dobbie.
6288f0ca
WS
8013 (verilog-auto-inst, verilog-auto-inst-param)
8014 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
8015 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
8016 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
8017 debugging templates without merge conflicts, bug357.
8018 Reported by Brad Dobbie.
8019 (verilog-read-auto-template):
8020 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
8021 Reported by Brad Dobbie.
8022 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
8023 abbrevs so user won't be asked to save.
8024 (verilog-read-auto-lisp-present): Fix to start at beginning of
8025 buffer in case called outside of verilog-auto.
8026 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
8027 to "X-2". Reported by Matthew Myers.
8028 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
8029 all inputs from module templates. Reported by Leith Johnson.
8030 (verilog-module-inside-filename-p): Fix locating programs as with
8031 modules.
8032 (verilog-auto-inst-port): Fix vl-width expressions when using
8033 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
8034 (verilog-decls-get-regs, verilog-decls-get-signals,
8035 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
8036 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
8037 verilog-read-decls): Combine reg and wire structures into one var
8038 structure to represent SystemVerilog concepts.
8039 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
8040 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
8041 (verilog-auto-wire-type, verilog-insert-definition):
8042 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
8043 SystemVerilog "logic" keyword instead of "wire"/"reg".
8044 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
8045 to declares outputs that also have assignments (presumably in an
a1beca85
SM
8046 ifdef or generate if so there's not a driver conflict).
8047 Reported by Matthew Myers.
8048 (verilog-auto-declare-nettype, verilog-insert-definition):
8049 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
8050 `default_nettype none. Reported by Julian Gorfajn.
8051 (verilog-read-always-signals-recurse, verilog-read-decls)
8052 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
8053 malformed end statement, bug325. Reported by Joshua Wise and
8054 Andrew Drake.
8055 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
8056 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
8057 when expanding .* in interfaces, bug320.
8058 Reported by Pierre-David Pfister.
6288f0ca 8059 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
8060 name and open parenthesis, bug317.
8061 Reported by Pierre-David Pfister.
6288f0ca
WS
8062 (verilog-simplify-range-expression): Fix simplification of
8063 multiplications inside AUTOWIRE connections, bug303.
8064 (verilog-auto-inst-port): Support parameter expansion in
8065 multidimensional arrays.
8066 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
8067 after "assert property". Reported by Julian Gorfajn.
8068 (verilog-simplify-range-expression): Fix "couldn't merge" errors
8069 with multiplication, bug303.
8070 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
8071 Reported by Jan Frode Lonnum.
8072
1bbe96b2
GM
80732011-11-30 Juanma Barranquero <lekktu@gmail.com>
8074
8075 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
8076 (hfy-shell-file-name, hfy-shell):
8077 * international/fontset.el (x-decompose-font-name): Fix typos.
8078
80792011-11-29 Ken Brown <kbrown@cornell.edu>
8080
8081 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
8082 (gdb-version): Remove defvar.
8083 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
8084 (gdb-gud-context-command, gdb-non-stop-handler)
8085 (gdb-current-context-command, gdb-stopped): Use it.
8086 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
8087 (gdb-non-stop-handler): Don't enable pretty-printing here.
8088 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
8089 non-stop mode. Use the following.
8090 (gdb-check-target-async): New defun.
8091 (gud-watch, gdb-stopped): Fix whitespace.
8092 (gdb-get-source-file): Don't try to display the source file if
8093 `gdb-main-file' is nil.
8094
80952011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
8096
8097 * align.el: Try to generate fewer markers (bug#10047).
8098 (align--set-marker): New macro.
8099 (align-region): Use it.
8100
c935221f
SM
81012011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
8102
8103 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
8104
e70b5064
CY
81052011-11-29 Chong Yidong <cyd@gnu.org>
8106
8107 * indent.el (indent-for-tab-command, indent-according-to-mode):
8108 Doc fix.
8109 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
8110
f3af92b7
MA
81112011-11-29 Michael Albinus <michael.albinus@gmx.de>
8112
8113 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
8114 aware of remote file names. (Bug#10124)
8115
ed472be9
CY
81162011-11-29 Chong Yidong <cyd@gnu.org>
8117
8118 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
8119
24510c22
SM
81202011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
8121
8122 * files.el (find-file): Don't use force-same-window (bug#10144).
8123 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
8124 use pop-to-buffer if the selected window can't be used.
8125 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
8126
c60c3703
EZ
81272011-11-28 Eli Zaretskii <eliz@gnu.org>
8128
8129 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
8130 special-mode-map.
8131
e95def75
CY
81322011-11-28 Chong Yidong <cyd@gnu.org>
8133
8134 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
8135
c3f1c606
NR
81362011-11-27 Nick Roberts <nickrob@snap.net.nz>
8137
8138 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
8139 gdb-get-source-file-list on gdb-create-source-file-list.
8140
00db469c
EZ
81412011-11-26 Eli Zaretskii <eliz@gnu.org>
8142
8143 * whitespace.el (whitespace-newline): Use a different foreground
8144 color for 16-color light-background displays.
8145
4ad3bc2a
CY
81462011-11-24 Chong Yidong <cyd@gnu.org>
8147
8148 * window.el (display-buffer--special-action): Doc fix.
8149
e9fce1ac
JB
81502011-11-25 Juanma Barranquero <lekktu@gmail.com>
8151
8152 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
8153 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
8154 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
8155 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
8156 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
8157 (avl-tree-stack-first):
8158 * emacs-lisp/cconv.el (cconv--analyse-use):
8159 * net/gnutls.el (gnutls-negotiate): Fix typos.
8160
cb825e5d
GM
81612011-11-24 Glenn Morris <rgm@gnu.org>
8162
3adbe224
GM
8163 * lpr.el (lpr-windows-system, lpr-lp-system):
8164 * mail/binhex.el (binhex-begin-line):
8165 * progmodes/grep.el (grep-history, grep-find-history):
8166 * textmodes/flyspell.el:
8167 * vc/pcvs-defs.el (cvs-global-menu):
8168 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
8169 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
8170 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
8171
321decc8
GM
8172 * net/tls.el: Fix case of "GnuTLS".
8173
420b63ad
GM
8174 * paths.el (rmail-file-name): Format doc-string for make-docfile.
8175
cb825e5d
GM
8176 * version.el (emacs-build-system): Give it a doc-string.
8177
a0649f08
JL
81782011-11-24 Juri Linkov <juri@jurta.org>
8179
8180 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
8181
c0bc0fd4
GM
81822011-11-24 Glenn Morris <rgm@gnu.org>
8183
8184 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
8185 if called on a non-mime message just toggle the headers. (Bug#8006)
8186
20db1522
JB
81872011-11-24 Juanma Barranquero <lekktu@gmail.com>
8188
8189 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
8190 (allout-lead-with-comment-string, allout-structure-deleted-hook)
8191 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
8192 (allout-rebullet-heading, allout-open-sibtopic)
8193 (allout-toggle-current-subtree-encryption)
8194 (allout-toggle-subtree-encryption, allout-encrypt-string)
8195 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
8196 (allout-distinctive-bullets-string, allout-auto-activation):
8197 * window.el (window-normalize-buffer-to-display):
8198 * progmodes/verilog-mode.el (verilog-batch-indent):
8199 * textmodes/bibtex.el (bibtex-field-braces-opt)
8200 (bibtex-field-strings-opt):
8201 * vc/cvs-status.el (cvs-tree-merge):
8202 Fix typos.
8203
7262a87c
MA
82042011-11-23 Michael Albinus <michael.albinus@gmx.de>
8205
8206 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
8207 `non-essential' to t, in order to avoid remote connections.
8208
283430a1
EZ
82092011-11-23 Eli Zaretskii <eliz@gnu.org>
8210
a1beca85
SM
8211 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
8212 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
8213 case-insensitively.
8214
d2992a38
ML
82152011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
8216
8217 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
8218
50419064
GM
82192011-11-23 Glenn Morris <rgm@gnu.org>
8220
da94eca1
GM
8221 * paths.el (rmail-file-name): Reformat the doc-string so that it
8222 is picked up.
8223
9aac4de2
GM
8224 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
8225 (rmail-auto-file): Ignore case in the "special" field names,
8226 as mail-fetch-field does for all others.
8227
8038d2d2
GM
8228 * mail/rmail.el (rmail-forward):
8229 * mail/rmailkwd.el (rmail-set-label):
8230 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
8231 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
8232
f3fe222a
GM
8233 * mail/rmail.el (rmail-current-message): Doc fix.
8234
50419064
GM
8235 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
8236
28109f49
SM
82372011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
8238
8239 * server.el (server-eval-and-print): Allow C-g (bug#6585).
8240
394c65f1
GM
82412011-11-22 Glenn Morris <rgm@gnu.org>
8242
8243 * mail/rmailmm.el (test-rmail-mime-handler)
8244 (test-rmail-mime-bulk-handler)
8245 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
8246
f2a0aa3a
JL
82472011-11-21 Juri Linkov <juri@jurta.org>
8248
1154d12e
JB
8249 * calc/calc.el (calc-read-key-sequence):
8250 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 8251
9c34a344
LMI
82522011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8253
8254 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
8255 Tell the caller that the next line needs recomputation, even
8256 though it doesn't start a sexp (bug#10094).
8257
f04a3be9
SM
82582011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
8259
8260 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
8261
7978747f
SM
82622011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
8263
f04a3be9
SM
8264 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
8265 Use force-same-window.
7978747f 8266
fe7a3057
JB
82672011-11-20 Juanma Barranquero <lekktu@gmail.com>
8268
8269 * descr-text.el (describe-char-unicode-data):
8270 * json.el (json-string-escape):
8271 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
8272 (Footnote-unicode, Footnote-style-p):
8273 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
8274
24901d61
CY
82752011-11-20 Chong Yidong <cyd@gnu.org>
8276
8277 * window.el (replace-buffer-in-windows): Restore interactive spec.
8278
bac7ff22
SM
82792011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
8280
24f3d7b9
SM
8281 * electric.el (electric-indent-mode): Fix last change (too optimistic).
8282
bac7ff22
SM
8283 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
8284 (byte-compile-global-not-obsolete-vars): New var.
8285 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
8286 Use it.
8287 (byte-compile-warn-obsolete): Align text with the one in *Help*.
8288
cd1181db
JB
82892011-11-20 Juanma Barranquero <lekktu@gmail.com>
8290
8291 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
8292 * progmodes/pascal.el (electric-pascal-equal):
8293 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
8294 * xml.el (xml-substitute-special): Fix typos.
8295
7fb18e9e
GM
82962011-11-20 Glenn Morris <rgm@gnu.org>
8297
8298 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
8299 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
8300 Doc fixes.
8301 (rmail-decode-mime-charset): Mark as obsolete.
8302
8303 * mail/rmailsum.el (rmail-message-regexp-p-1):
8304 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
8305 Before using mime functions, check they are set. (Bug#10077)
8306
d5a6b3ba
JL
83072011-11-19 Juri Linkov <juri@jurta.org>
8308
8309 * info.el (Info-finder-find-node): Use `package--builtins' instead
8310 of `package-alist'. Use node names formed by the pattern "Keyword "
8311 and the keyword name.
8312
e981b61f
AS
83132011-11-19 Andreas Schwab <schwab@linux-m68k.org>
8314
1d00653d 8315 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 8316
3ffbc301
JL
83172011-11-19 Juri Linkov <juri@jurta.org>
8318
8319 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
8320 that calls `revert-buffer' on all Info buffers. (Bug#9915)
8321 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
8322 `old-history', `old-history-forward'. Add let-binding
8323 `window-selected'. Remove calls to `kill-buffer',
8324 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
8325 before calling `Info-find-node', so `Info-find-node-2' will reread
8326 the Info file. Restore window positions only when `window-selected'
8327 is non-nil.
8328
30c62133
JL
83292011-11-19 Juri Linkov <juri@jurta.org>
8330
8331 * isearch.el (isearch-lazy-highlight-new-loop):
8332 Remove condition `(not isearch-error)'. (Bug#9918)
8333
8334 * misearch.el (multi-isearch-search-fun): Add condition
8335 `(not bound)' to ignore lazy-highlighting search.
8336 Add the search-failed message "end of multi" when the end of
8337 multi-sequence is reached. Uncapitalize the search-failed
8338 message "Repeat for next buffer".
8339
8340 * info.el (Info-search): Add the search-failed message
8341 "end of the manual" when the end of the manual is reached
8342 in Isearch mode.
8343
645ca9cf
JL
83442011-11-19 Juri Linkov <juri@jurta.org>
8345
8346 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
8347 Use non-destructive `remove' instead of `delete' because
8348 `Info-history-list' stored to `Info-isearch-initial-history-list' in
8349 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
8350
df754f66
JL
83512011-11-19 Juri Linkov <juri@jurta.org>
8352
8353 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
8354 to nil instead of binding `search-ring' and `regexp-search-ring'.
8355 (Bug#9185)
8356
0e23d96a
EZ
83572011-11-19 Eli Zaretskii <eliz@gnu.org>
8358
8359 * simple.el (line-move): Force movement by logical lines for any
8360 hscrolled window, not only when auto-hscroll-mode is on.
8361 (line-move-visual): Update doc string to that effect. (Bug#10076)
8362
8a6ccb66
AS
83632011-11-19 Andreas Schwab <schwab@linux-m68k.org>
8364
8365 * language/european.el (macintosh): Define as alias for mac-roman.
8366
49ae5b39
EZ
83672011-11-19 Eli Zaretskii <eliz@gnu.org>
8368
8369 * mail/rmailmm.el (rmail-mime-display-header)
8370 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
8371 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
8372 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
8373 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
8374 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
8375 of a raw aref.
8376 (rmail-mime-entity-segment): To get past the tagline, move forward
8377 2 more lines, to account for the 2 empty lines that precede and
8378 follow the line with the buttons.
8379 (rmail-mime-update-tagline): Move one more line, to get past the
8380 empty line that follows the buttons in the tagline. (Bug#9520)
8381
c56cad4a
MR
83822011-11-19 Martin Rudalics <rudalics@gmx.at>
8383
8384 * window.el (window-max-delta-1, window-min-delta-1)
8385 (window-min-size-1, window-state-get-1, window-state-put-1)
8386 (window-state-put-2): Use "window--" prefix.
8387
cbe71af3
SM
83882011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
8389
2ad52c60
SM
8390 * emacs-lisp/smie.el: Improve warnings and conflict detection.
8391 (smie-warning-count): New var.
8392 (smie-set-prec2tab): Use it.
8393 (smie-bnf->prec2): Improve warnings. Add docstring.
8394 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
8395 (smie-bnf--set-class): New function.
8396 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
8397 corner case.
8398
6944dbc1
SM
8399 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
8400 (compilation-error-properties, compilation-move-to-column):
8401 Handle compilation-first-column while in the target buffer.
8402
c400c4d7
SM
8403 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
8404 Don't hardcode point-min==1.
8405
6dbe3e96
SM
8406 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
8407 (eshell-rewrite-for-command): Remove workaround.
8408 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
8409 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
8410 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
8411
cbe71af3
SM
8412 * files-x.el (modify-file-local-variable): Obey commenting conventions.
8413
a8e1496d
GM
84142011-11-17 Glenn Morris <rgm@gnu.org>
8415
8416 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
8417 Ignore buffer-local generated-autoload-file if it is the same
8418 as the global value. (Bug#10049)
8419
df85d315
JB
84202011-11-17 Juanma Barranquero <lekktu@gmail.com>
8421
8422 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
8423 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
8424 (reftex-toc-previous-heading, reftex-toc-max-level)
8425 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
8426 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
8427 (reftex-toc-do-promote, reftex-toc-promote-prepare)
8428 (reftex-toc-promote-action, reftex-toc-extract-section-number)
8429 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
8430 (reftex-toc-rename-label, reftex-toc-visit-location)
8431 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
8432 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
8433 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
8434 leaving "*toc*" only for references to the buffer.
8435
a0c2d0ae
MR
84362011-11-17 Martin Rudalics <rudalics@gmx.at>
8437
8438 * window.el (window-resize, delete-window, split-window):
8439 Replace window-splits by window-combination-resize.
1d00653d 8440 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 8441
35c0bac8
GM
84422011-11-17 Glenn Morris <rgm@gnu.org>
8443
8444 * progmodes/sh-script.el (sh-font-lock-keywords-var):
8445 Make bash entry derive from sh entry, not shell entry.
8446
d0c8fc8a
MA
84472011-11-16 Michael Albinus <michael.albinus@gmx.de>
8448
7262a87c
MA
8449 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
8450 local file name.
8451
7877f373
JB
84522011-11-16 Juanma Barranquero <lekktu@gmail.com>
8453
8454 * menu-bar.el (menu-bar-file-menu):
8455 * printing.el (pr-ps-utility):
8456 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
8457 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
8458 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
8459 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
8460 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
8461 (icalendar--convert-cyclic-to-ical)
8462 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
8463 (icalendar--convert-ical-to-diary)
8464 (icalendar--convert-recurring-to-diary)
8465 (icalendar--convert-non-recurring-all-day-to-diary)
8466 (icalendar-import-format-sample):
8467 * progmodes/idlw-shell.el (idlwave-shell-mode):
8468 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
8469 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
8470 (vhdl-ps-print-init): Fix typos.
8471
10649b82
KM
84722011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
8473
9d0cfcd6
GM
8474 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
8475 FSF and collapse date sequence, obscure author/maintainer email address
8476 better, remove extra version line, track relocation of author's webpage.
10649b82 8477
9d0cfcd6
GM
8478 * progmodes/python.el (python-pdbtrack-input-prompt)
8479 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
8480 regular python pdb prompts. Adjustments shamelessly taken exactly as
8481 suggested in EmacsWiki page (tiny change):
8482 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 8483
58179cce
JB
84842011-11-16 Juanma Barranquero <lekktu@gmail.com>
8485
8486 * expand.el (expand-pos, expand-index, expand-point):
8487 Remove redundant info from docstring.
8488 (expand-add-abbrevs): Doc fix.
8489 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
8490 (expand-sample-perl-mode-expand-list): Fix typos.
8491
8492 * net/dbus.el (dbus-event-member-name):
8493 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
8494 * term/pc-win.el (msdos-create-frame-with-faces):
8495 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
8496
b6f67890
MR
84972011-11-16 Martin Rudalics <rudalics@gmx.at>
8498
8499 * window.el (split-window, window-state-get-1)
8500 (window-state-put-1, window-state-put-2): Rename occurrences of
8501 window-nest to window-combination-limit.
1d00653d 8502 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 8503
ce7ddba0
CY
85042011-11-16 Chong Yidong <cyd@gnu.org>
8505
8506 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
8507 regexp (Bug#10033).
8508
3ae704f4
SM
85092011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
8510
8511 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
8512 `completing-read' will remove *Completions* and will preserve
8513 current-buffer for us.
8514 (tmm-add-prompt): Users of *Completions* will always (re)set its
8515 major mode.
8516 (tmm-old-comp-map): Remove.
8517
6ad1cdde
GM
85182011-11-16 Glenn Morris <rgm@gnu.org>
8519
8520 * mail/rmailedit.el: Require rmailmm when compiling.
8521 (rmail-old-mime-state): New declaration.
8522 (rmail-edit-current-message): If editing a mime message,
8523 edit the "raw" message from the mbox buffer.
8524 (rmail-cease-edit): Handle mime messages. (Bug#9840)
8525
d20faa20
GM
85262011-11-15 Glenn Morris <rgm@gnu.org>
8527
8528 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
8529 which wasn't being used. Add optional arg to force given state.
8530 (rmail-mime): Add optional arg to force given state.
8531
c7015153
JB
85322011-11-15 Juanma Barranquero <lekktu@gmail.com>
8533
8534 * allout.el (allout-encryption-plaintext-sanitization-regexps):
8535 * frame.el (display-mm-dimensions-alist):
8536 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
8537 (outline-move-subtree-down):
8538 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
8539 (newsticker--treeview-do-get-node):
8540 * net/quickurl.el (quickurl-list-buffer-name):
8541 * progmodes/dcl-mode.el (dcl-mode):
8542 * progmodes/gdb-mi.el (gdb-mapcar*):
8543 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
8544
45261b50
GM
85452011-11-15 Glenn Morris <rgm@gnu.org>
8546
8547 * mail/rmail.el (rmail-file-coding-system): It's only ever used
8548 in a boolean sense, so just make it a boolean, and fix the doc.
8549 (rmail-show-mime-function, rmail-mime-feature)
8550 (rmail-require-mime-maybe): Doc fixes.
8551 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
8552
8553 * mail/rmailmm.el (rmail-show-mime): Doc fix.
8554
0d26e0b6
JB
85552011-11-15 Juanma Barranquero <lekktu@gmail.com>
8556
8557 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
8558 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
8559 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
8560 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
8561
447f30f6
GM
85622011-11-15 Glenn Morris <rgm@gnu.org>
8563
672b871d
GM
8564 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
8565 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
8566 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
8567 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
8568 (rmail-mime, rmail-show-mime): Doc fixes.
8569
f6aa5bb1
GM
8570 * term/ns-win.el (mode-line-frame-identification):
8571 Leave it alone. (Bug#10051)
8572
947cd66b
GM
8573 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
8574
447f30f6
GM
8575 * mail/rmailout.el (rmail-output-to-rmail-buffer):
8576 Handle empty buffers. (Bug#9978)
8577
0b381c7e
JB
85782011-11-14 Juanma Barranquero <lekktu@gmail.com>
8579
8580 * international/mule.el (define-charset):
8581 * mail/rmailmm.el (rmail-mime-find-header-encoding):
8582 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
8583 * progmodes/verilog-mode.el (verilog-backward-token):
8584 * textmodes/ispell.el (lookup-words):
8585 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
8586
71e027ac
GM
85872011-11-14 Glenn Morris <rgm@gnu.org>
8588
56632ce4
GM
8589 * progmodes/executable.el
8590 (executable-make-buffer-file-executable-if-script-p):
8591 Handle file-modes returning nil.
8592
40500957
GM
8593 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
8594 message - not necessary, and causes problems. (Bug#9831)
8595
071c2340
GM
8596 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
8597
d3cfca60
GM
8598 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
8599
71e027ac
GM
8600 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
8601 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
8602 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
8603
89d61221
MR
86042011-11-12 Martin Rudalics <rudalics@gmx.at>
8605
8606 * window.el (window-resize, delete-window): Use window-splits
8607 variable instead of function.
8608 (window-state-get-1, window-state-put-2, window-state-put):
8609 Don't deal with windows' splits status.
8610
98282f6f
GM
86112011-11-12 Glenn Morris <rgm@gnu.org>
8612
8613 * apropos.el (apropos-do-all, apropos-library, apropos-value)
8614 (apropos-documentation): Doc fixes.
8615
40a8bdf6
JB
86162011-11-11 Juanma Barranquero <lekktu@gmail.com>
8617
8618 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
8619 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
8620
65bd19ff
SM
86212011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
8622
8623 * electric.el (electric-indent-post-self-insert-function): Make it
8624 possible for a char to only indent in some circumstances.
8625 (electric-indent-mode): Simplify.
8626
54f9154c
MR
86272011-11-11 Martin Rudalics <rudalics@gmx.at>
8628
8629 * window.el (windows-with-parameter): Remove unused function.
8630 (windows-at-side): Rename to window-at-side-list.
8631 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
8632 (window-side-check, window-size-ignore, window-size-fixed-1)
8633 (window-in-direction-2): Prefix with "window--".
8634 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 8635
68cbc58b
GM
86362011-11-11 Glenn Morris <rgm@gnu.org>
8637
8638 * subr.el (eval-after-load): If FILE is already loaded,
8639 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
8640
b2621720
GM
86412011-11-10 Glenn Morris <rgm@gnu.org>
8642
9a4de110
GM
8643 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
8644 Call svn via vc-svn-command rather than vc-do-command.
8645 (vc-svn-command): Add --non-interactive. (Bug#9993)
8646 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
8647
b2621720
GM
8648 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8649 Add toggle-read-only. (Bug#7292)
8650 * files.el (toggle-read-only): Mention that it should only
8651 be used interactively. (Bug#10006)
8652
1dce7193
SM
86532011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
8654
d9ac1a1e
SM
8655 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8656 Adjust regexp for OCaml warnings.
8657
0c325082
SM
8658 * electric.el (electric-pair-post-self-insert-function): Let user
8659 turn it off buffer-locally (bug#9932).
8660
90132c14
SM
8661 * progmodes/python.el (python-beginning-of-statement):
8662 Rewrite (bug#2703).
8663
1dce7193
SM
8664 * progmodes/compile.el: Better handle TABs (bug#9749).
8665 (compilation-internal-error-properties)
8666 (compilation-next-error-function): Obey the target buffer's
8667 compilation-error-screen-columns.
8668
c4e7c63a
JB
86692011-11-09 Juanma Barranquero <lekktu@gmail.com>
8670
8671 * progmodes/meta-mode.el: Remove obsolete comments.
8672 (meta-right-comment-regexp, meta-ignore-comment-regexp):
8673 Fix typos in docstrings.
8674
2cffd681
MR
86752011-11-09 Martin Rudalics <rudalics@gmx.at>
8676
8677 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 8678 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
8679 (window--resizable): New function. Make all callers of
8680 window-resizable call window--resizable instead.
8681 (window-resizable): Rewrite in terms of window--resizable.
8682
0edcba87
GM
86832011-11-08 Glenn Morris <rgm@gnu.org>
8684
8685 * progmodes/delphi.el (delphi-mode-syntax-table):
8686 Let define-derived-mode define a proper syntax table. (Bug#9994)
8687
4b0d61e3
SM
86882011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
8689
8690 * window.el: Stay away from defsubst.
8691 (window-list-no-nils): Remove.
8692 (window-state-get-1, window-state-get): Use backquote instead.
8693
cd394be1 86942011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 8695
4b0d61e3 8696 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 8697 Fix incorrect use of default argument in `completing-read'.
8698
e1c2c6f2
MR
86992011-11-08 Martin Rudalics <rudalics@gmx.at>
8700
8701 * window.el (display-buffer-function, special-display-function):
8702 Mention display-buffer-record-window but do not mention
8703 help-setup parameter in doc-strings.
b3f4a882 8704 (window-min-delta): Fix doc-string typo.
e1c2c6f2 8705
105216ed
CY
87062011-11-08 Chong Yidong <cyd@gnu.org>
8707
8708 * window.el (window-total-height, window-total-width): Doc fix.
8709 (window-body-size): Move from C.
8710 (window-body-height, window-body-width): Move to C.
8711
0a9f9ab5
SM
87122011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
8713
8714 * window.el: Make special-display like display-buffer-alist (bug#9532).
8715 (display-buffer--special-action): New function, morphed
8716 from display-buffer--special.
8717 (display-buffer): Use it to handle special-display-buffers at higher
8718 priority (just after display-buffer-alist).
8719 (display-buffer-fallback-action, display-buffer--other-frame-action)
8720 (pop-to-buffer-same-window): Remove display-buffer--special.
8721
a769dd15
GM
87222011-11-07 Glenn Morris <rgm@gnu.org>
8723
8724 * calendar/cal-menu.el (cal-menu-set-date-title):
8725 Do nothing if not in a calendar. (Bug#9976)
8726
05a61ee3
SM
87272011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
8728
8729 * files.el (find-file): Always use selected-window.
8730
be7f5545
MR
87312011-11-07 Martin Rudalics <rudalics@gmx.at>
8732
8733 * window.el (window-combinations): Make WINDOW argument
8734 mandatory. Rewrite doc-string.
8735 (walk-window-subtree, window-atom-check, window-min-delta)
8736 (window-max-delta, window--resize-this-window)
8737 (window--resize-root-window-vertically, window-tree)
8738 (balance-windows, window-state-put): Rewrite doc-strings as to
8739 not mention the term "subwindow".
8740 (window--resize-subwindows-skip-p): Rename to
8741 window--resize-child-windows-skip-p.
8742 (window--resize-subwindows-normal): Rename to
8743 window--resize-child-windows-normal.
8744 (window--resize-subwindows): Rename to
8745 window--resize-child-windows.
8746 (window-or-subwindow-p): Rename to window--in-subtree-p.
8747
3c6702ef
ML
87482011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
8749
8750 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
8751 Ensure that mbox format messages end in two newlines (Bug#9974).
8752
49745b39
CY
87532011-11-06 Chong Yidong <cyd@gnu.org>
8754
8755 * window.el (window-combination-p): Function deleted; its
8756 side-effect is not used in any existing code.
8757 (window-combinations, window-combined-p): Call window-*-child
8758 directly.
8759
24300f5f
CY
87602011-11-05 Chong Yidong <cyd@gnu.org>
8761
8762 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
8763 (window-size-ignore, window-state-get): Callers changed.
8764 (window-normalize-window): Rename from window-normalize-any-window.
8765 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 8766 (window-normalize-live-window): Delete.
447f16b8
CY
8767 (window-combination-p, window-combined-p, window-combinations)
8768 (walk-window-subtree, window-atom-root, window-min-size)
8769 (window-sizable, window-sizable-p, window-size-fixed-p)
8770 (window-min-delta, window-max-delta, window-resizable)
8771 (window-resizable-p, window-full-height-p, window-full-width-p)
8772 (window-current-scroll-bars, window-point-1, set-window-point-1)
8773 (window-at-side-p, window-in-direction, window-resize)
8774 (adjust-window-trailing-edge, maximize-window, minimize-window)
8775 (window-deletable-p, delete-window, delete-other-windows)
8776 (record-window-buffer, unrecord-window-buffer)
8777 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
8778 (quit-window, split-window, window-state-put)
8779 (set-window-text-height, fit-window-to-buffer)
8780 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 8781
89bd5ee1
EZ
87822011-11-04 Eli Zaretskii <eliz@gnu.org>
8783
53479029
EZ
8784 * mail/rmail.el (rmail-simplified-subject): Decode subject with
8785 rfc2047-decode-string.
8786 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
8787 warnings.
8788
89bd5ee1
EZ
8789 * window.el (window-body-height, window-body-width): Mention in
8790 the doc string that the return values are in frame's canonical
8791 units. (Bug#9949)
8792
bd17fdee
AM
87932011-11-03 Alan Mackenzie <acm@muc.de>
8794
8795 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
8796 change in cc-engine.el.
8797
acc825c5
SM
87982011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
8799
8800 * window.el (switch-to-buffer): Use `force-same-window' interactively.
8801
1885e5b8
MR
88022011-11-02 Martin Rudalics <rudalics@gmx.at>
8803
8804 * window.el (quit-window): Call unrecord-window-buffer after
8805 showing another buffer in the window. (Bug#9937)
acc825c5 8806 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 8807
ebe06da9
JB
88082011-11-02 Juanma Barranquero <lekktu@gmail.com>
8809
8810 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
8811 Accept status with more than 9 shelves. (Bug#9935)
8812 Reported by Colin D Bennett <colin@gibibit.com>.
8813
4ee88440
MR
88142011-11-01 Martin Rudalics <rudalics@gmx.at>
8815
8816 * help.el (with-help-window): Don't reference
8817 temp-buffer-show-specifiers in doc-string.
8818
08e1d82c
AS
88192011-10-31 Andreas Schwab <schwab@linux-m68k.org>
8820
8821 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
8822 menu-item.
8823
84bd6e9e
VJL
88242011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8825
8826 * whitespace.el: New version 13.2.2.
8827 (whitespace-newline-mode): Disable properly. Reported by Sarah
8828 <EmacsWiki>.
8829
dba0634a
UJ
88302011-10-30 Ulf Jasper <ulf.jasper@web.de>
8831
8832 * net/newst-treeview.el: Remove "Time-stamp".
8833 (newsticker--group-manage-orphan-feeds): Do not call
8834 newsticker--treeview-tree-update.
db22a3c2
JB
8835 (newsticker-treeview-update, newsticker-treeview):
8836 Call newsticker--treeview-tree-update if necessary.
dba0634a 8837
3d8daefe
MR
88382011-10-30 Martin Rudalics <rudalics@gmx.at>
8839
8840 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
8841 (window-iso-combinations): Remove "iso-" infix.
8842 Suggested by Chong Yidong.
3d8daefe
MR
8843 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
8844 (window-max-delta-1, window-resize, window--resize-siblings)
8845 (window--resize-this-window, adjust-window-trailing-edge)
8846 (split-window, balance-windows-1)
8847 (shrink-window-if-larger-than-buffer):
8848 * calendar/calendar.el (calendar-generate-window):
db22a3c2 8849 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 8850
1bc4c3ae
SM
88512011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
8852
8853 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
8854 in place (bug#9907).
8855 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
8856 (eshell-rewrite-if-command, eshell-rewrite-for-command)
8857 (eshell-structure-basic-command, eshell-rewrite-while-command)
8858 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
8859 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
8860 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
8861 (eshell-do-pipelines-synchronously, eshell-eval-command):
8862 Use backquotes and prefer setq to set.
8863 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
8864 (eshell-macrop): Use functionp.
c1e2f5fa 8865 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 8866
30b65d9c
CY
88672011-10-30 Chong Yidong <cyd@gnu.org>
8868
8869 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
8870 instead of set-mark (Bug#9810).
8871
2d197ffb
CY
88722011-10-30 Chong Yidong <cyd@gnu.org>
8873
8874 * window.el (split-window-below, split-window-right): Rename from
8875 split-window-above-each-other and split-window-side-by-side
8876 respectively. All callers changed.
8877 (split-window-sensibly, split-window-sensibly): Use them.
8878 (split-window-keep-point): Doc fix.
8879
8880 * isearch.el: Add isearch-scroll property to split-window-below
8881 and split-window-right.
8882
8883 * follow.el (follow-mode):
8884 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
8885 * progmodes/ada-xref.el (ada-gdb-application):
8886 * emulation/vip.el (vip-buffer-in-two-windows):
8887 * image-dired.el (image-dired-dired-with-window-configuration):
8888 * dired-x.el (dired-do-find-marked-files):
8889 * dired.el (dired-pop-to-buffer):
8890 * bs.el (bs--show-with-configuration):
8891 * vc/emerge.el (emerge-setup-windows):
8892 * textmodes/two-column.el (2C-two-columns):
8893 * textmodes/reftex-toc.el (reftex-toc):
8894 * progmodes/gdb-mi.el (gdb-setup-windows):
8895 * progmodes/fortran.el (fortran-window-create):
8896 * net/newst-treeview.el (newsticker--treeview-window-init):
8897 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
8898 * emulation/tpu-edt.el (tpu-gold-map):
8899 * emulation/crisp.el (crisp-mode-map):
8900 * calendar/calendar.el (calendar-basic-setup): Callers changed.
8901
38bb2ca8
CY
89022011-10-29 Chong Yidong <cyd@gnu.org>
8903
aa4de341
CY
8904 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
8905
e1eb5385
CY
8906 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
8907
5d2ece3c
CY
8908 * textmodes/flyspell.el (flyspell-word): Fix char offset for
8909 forged Ispell output (Bug#7904).
8910
38bb2ca8
CY
8911 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
8912
d0af9f77
SM
89132011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
8914
8915 * doc-view.el: Avoid ugly errors about not finding nil.
8916 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
8917 (doc-view-dvipdf-program, doc-view-unoconv-program)
8918 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
8919 Avoid nil or absolute file name as default value.
8920 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
8921
52bedd34
AM
89222011-10-28 Alan Mackenzie <acm@muc.de>
8923
db22a3c2 8924 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 8925
7e43cfa5
AM
89262011-10-28 Alan Mackenzie <acm@muc.de>
8927
8928 Amend the handling of c-beginning/end-of-defun in nested declaration
8929 scopes.
8930
52bedd34
AM
8931 * progmodes/cc-vars.el (c-defun-tactic): Move here from
8932 cc-langs.el. Change it to a defcustom.
7e43cfa5 8933
52bedd34
AM
8934 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
8935 cc-vars.el.
7e43cfa5 8936
d0af9f77
SM
8937 * progmodes/cc-engine.el (c-beginning-of-statement-1):
8938 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 8939
52bedd34 8940 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 8941 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
8942 (c-widen-to-enclosing-decl-scope): New function.
8943 (c-while-widening-to-decl-block): New macro.
8944 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
8945 outward for defun boundaries, and correspondingly change symbol
8946 `respect-enclosure' to `go-outward'.
8947 (c-declaration-limits): Change algorithm to report only the "innermost"
8948 defun's boundaries.
8949
1a2ce9ee
DD
89502011-10-28 Deniz Dogan <deniz@dogan.se>
8951
8952 * net/rcirc.el (rcirc-mode): Use hard newlines.
8953
bc97a826
AM
89542011-10-28 Alan Mackenzie <acm@muc.de>
8955
8956 Amend to indent and fontify macros "which include their own semicolon"
8957 correctly, using the "virtual semicolon" mechanism.
8958
52bedd34 8959 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 8960
d0af9f77 8961 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 8962 Recode to scan one line at a time rather than having \n and \r
58179cce 8963 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 8964 (c-forward-label): Amend for virtual semicolons.
58179cce 8965 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 8966
52bedd34
AM
8967 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
8968 of the new C macros.
bc97a826 8969
52bedd34 8970 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
8971 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
8972 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
8973 (c-opt-cpp-macro-define): Make into a full language variable.
8974 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
8975 AWK Mode (including \n, \r) removed, no longer needed.
8976
d0af9f77
SM
8977 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
8978 Invoke c-make-macro-with-semi-re.
bc97a826 8979
52bedd34
AM
8980 * progmodes/cc-vars.el (c-macro-with-semi-re):
8981 (c-macro-names-with-semicolon): New variables.
58179cce 8982 (c-make-macro-with-semi-re): New function.
bc97a826 8983
7a6c0941
SM
89842011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
8985
8986 * vc/log-edit.el: Fill empty field rather than adding new one.
8987 (log-edit-add-field): New function.
8988 (log-edit-insert-changelog): Use it.
8989
b0c4cdcf
ML
89902011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
8991
8992 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
8993
ee1f1da9
SM
89942011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
8995
8996 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
8997 (gdb--check-interpreter): New function.
8998 (gdb): Use it.
8999
51bc5f8b
GM
90002011-10-27 Glenn Morris <rgm@gnu.org>
9001
416a2c45
GM
9002 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
9003 (least-positive-float, least-negative-float)
9004 (least-positive-normalized-float, least-negative-normalized-float)
9005 (float-epsilon, float-negative-epsilon):
9006 Remove unnecessary declarations.
9007
9008 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
9009 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
9010 (least-positive-float, least-negative-float)
9011 (least-positive-normalized-float, least-negative-normalized-float)
9012 (float-epsilon, float-negative-epsilon): Add doc-strings,
9013 based on those in cl.texi.
9014
51bc5f8b
GM
9015 * files.el (set-visited-file-name): If the major-mode changed,
9016 reload the local variables. (Bug#9796)
9017
15de15c6
CY
90182011-10-27 Chong Yidong <cyd@gnu.org>
9019
9020 * subr.el (change-major-mode-after-body-hook): New hook.
9021 (run-mode-hooks): Run it.
9022
ee1f1da9
SM
9023 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
9024 Use change-major-mode-before-body-hook.
15de15c6
CY
9025
9026 * simple.el (fundamental-mode):
9027 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
9028 change introducing fundamental-mode-hook.
9029
5430d399
JB
90302011-10-26 Juanma Barranquero <lekktu@gmail.com>
9031
acc825c5 9032 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 9033
ad74a69e
MA
90342011-10-26 Michael Albinus <michael.albinus@gmx.de>
9035
9036 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 9037 tramp.el explicitly. (Bug#7583)
ad74a69e 9038
71d4c2a5
SM
90392011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
9040
9041 * progmodes/octave-mod.el:
9042 * progmodes/octave-inf.el: Update maintainer.
9043
b1f6fa26
CY
90442011-10-26 Chong Yidong <cyd@gnu.org>
9045
9046 * subr.el (with-wrapper-hook): Rewrite doc.
9047
3f04efd6
MA
90482011-10-25 Michael Albinus <michael.albinus@gmx.de>
9049
9050 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 9051 filenames "/method:foo:". (Bug#9793)
3f04efd6 9052
410488d3
SM
90532011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
9054
9055 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
9056 (bug#9865).
9057
c1ebb47e
GM
90582011-10-24 Glenn Morris <rgm@gnu.org>
9059
9060 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
9061
7f5c46c7
MA
90622011-10-24 Michael Albinus <michael.albinus@gmx.de>
9063
9064 * notifications.el: Add the requirement of a running D-Bus session
9065 bus to the Commentary.
9066
db2440b6
JL
90672011-10-24 Juri Linkov <juri@jurta.org>
9068
9069 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
9070 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
9071 (Bug#9364)
9072
feecf435
JL
90732011-10-24 Juri Linkov <juri@jurta.org>
9074
9075 * info.el (Info-following-node-name-re): Add newline to the list
9076 of allowed characters for leading space. (Bug#9824)
9077
a3839de2
SM
90782011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
9079
acc825c5
SM
9080 * progmodes/octave-inf.el (inferior-octave-mode-map):
9081 Fix C-c C-h binding.
a3839de2
SM
9082 * progmodes/octave-mod.el (octave-help): Remove.
9083
09388e76
MA
90842011-10-23 Michael Albinus <michael.albinus@gmx.de>
9085
9086 Sync with Tramp 2.2.3.
9087
9088 * net/tramp-cache.el (top): Pacify byte-compiler using
9089 `init-file-user' and `site-run-file'.
9090
9091 * net/trampver.el: Update release number.
9092
86c60681
CY
90932011-10-23 Chong Yidong <cyd@gnu.org>
9094
9095 * files.el (toggle-read-only): Remove obsolete comment about
9096 version control.
9097
9098 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
9099 for toggle-read-only. Note that this hasn't called vc-next-action
9100 since 2008-05-02, though it wasn't documented at the time.
9101
a3839de2
SM
9102 * vc/ediff-init.el (ediff-toggle-read-only-function):
9103 Use toggle-read-only.
86c60681 9104
cd5495ff
AM
91052011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
9106
9107 Fix bug #9560, sporadic wrong indentation; improve instrumentation
9108 of c-parse-state.
9109
00b77525 9110 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 9111 correct faulty logical expression.
cd5495ff
AM
9112 (c-parse-state-state, c-record-parse-state-state):
9113 (c-replay-parse-state-state): New defvar/defuns.
9114 (c-debug-parse-state): Use new functions.
9115
42ee24ed
MR
91162011-10-22 Martin Rudalics <rudalics@gmx.at>
9117
9118 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 9119 last fix. Use window-in-direction correctly.
42ee24ed 9120
a7dee7e7
CY
91212011-10-21 Chong Yidong <cyd@gnu.org>
9122
9123 * progmodes/idlwave.el (idlwave-mode):
9124 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
9125 require-final-newline; that's done in prog-mode.
9126 Suggested by Stefan Monnier.
a7dee7e7 9127
e07b9a6d
MR
91282011-10-21 Martin Rudalics <rudalics@gmx.at>
9129
9130 * mouse.el (mouse-drag-window-above)
9131 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
9132 (mouse-drag-mode-line-1, mouse-drag-header-line)
9133 (mouse-drag-vertical-line-rightward-window): Remove.
9134 (mouse-drag-line): New function.
9135 (mouse-drag-mode-line, mouse-drag-header-line)
9136 (mouse-drag-vertical-line): Call mouse-drag-line.
9137 * window.el (window-at-side-p, windows-at-side): New functions.
9138
7e1361d9
UM
91392011-10-21 Ulrich Mueller <ulm@gentoo.org>
9140
9141 * tar-mode.el (tar-grind-file-mode):
9142 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
9143
30fcaf3a
CY
91442011-10-21 Chong Yidong <cyd@gnu.org>
9145
9146 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
9147 * progmodes/vera-mode.el (vera-mode):
9148 Use mode-require-final-newline.
30fcaf3a 9149
516eddb0
GM
91502011-10-20 Glenn Morris <rgm@gnu.org>
9151
db22a3c2 9152 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 9153
10d5f513
CS
91542011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
9155
9156 * emulation/cua-base.el (cua-set-mark): Fix case of string.
9157
ac6c8639
CY
91582011-10-20 Chong Yidong <cyd@gnu.org>
9159
9160 * emulation/cua-base.el (cua-mode):
9161 * mail/footnote.el (footnote-mode):
9162 * mail/mailabbrev.el (mail-abbrevs-mode):
9163 * net/xesam.el (xesam-minor-mode):
9164 * progmodes/bug-reference.el (bug-reference-mode):
9165 * progmodes/cap-words.el (capitalized-words-mode):
9166 * progmodes/compile.el (compilation-minor-mode)
9167 (compilation-shell-minor-mode):
9168 * progmodes/gud.el (gud-tooltip-mode):
9169 * progmodes/hideif.el (hide-ifdef-mode):
9170 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
9171 * progmodes/subword.el (subword-mode):
9172 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
9173 * progmodes/which-func.el (which-function-mode):
9174 * term/tvi970.el (tvi970-set-keypad-mode):
9175 * term/vt100.el (vt100-wide-mode):
9176 * textmodes/flyspell.el (flyspell-mode):
9177 * textmodes/ispell.el (ispell-minor-mode):
9178 * textmodes/nroff-mode.el (nroff-electric-mode):
9179 * textmodes/paragraphs.el (use-hard-newlines):
9180 * textmodes/refill.el (refill-mode):
9181 * textmodes/reftex.el (reftex-mode):
9182 * textmodes/rst.el (rst-minor-mode):
9183 * textmodes/sgml-mode.el (html-autoview-mode)
9184 (sgml-electric-tag-pair-mode):
9185 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
9186 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
9187 * emulation/crisp.el (crisp-mode):
9188 * emacs-lisp/eldoc.el (eldoc-mode):
9189 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
9190 minor mode behavior.
9191
aa42ab43
JL
91922011-10-19 Juri Linkov <juri@jurta.org>
9193
9194 * descr-text.el (describe-char): Add #x2010 and #x2011 to
9195 the list of hard-coded chars with escape-glyph face.
9196
89400f1d
SM
91972011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
9198
9199 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
9200
305c07f6
MA
92012011-10-19 Michael Albinus <michael.albinus@gmx.de>
9202
9203 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
9204 running process.
9205
13754b54
GM
92062011-10-19 Glenn Morris <rgm@gnu.org>
9207
9208 * vc/vc-bzr.el (vc-bzr-after-dir-status):
9209 Ignore ignored files. (Bug#9726)
9210
06e21633
CY
92112011-10-19 Chong Yidong <cyd@gnu.org>
9212
9213 Doc fix for minor modes, stating that an omitted argument enables
9214 the mode unconditionally when called from Lisp.
9215
9216 * abbrev.el (abbrev-mode):
9217 * allout.el (allout-mode):
9218 * autoinsert.el (auto-insert-mode):
9219 * autoarg.el (autoarg-mode, autoarg-kp-mode):
9220 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
9221 (global-auto-revert-mode):
9222 * battery.el (display-battery-mode):
9223 * composite.el (global-auto-composition-mode)
9224 (auto-composition-mode):
9225 * delsel.el (delete-selection-mode):
9226 * desktop.el (desktop-save-mode):
9227 * dired-x.el (dired-omit-mode):
9228 * dirtrack.el (dirtrack-mode):
9229 * doc-view.el (doc-view-minor-mode):
9230 * double.el (double-mode):
9231 * electric.el (electric-indent-mode, electric-pair-mode):
9232 * emacs-lock.el (emacs-lock-mode):
9233 * epa-hook.el (auto-encryption-mode):
9234 * follow.el (follow-mode):
9235 * font-core.el (font-lock-mode):
9236 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
9237 * help.el (temp-buffer-resize-mode):
9238 * hilit-chg.el (highlight-changes-mode)
9239 (highlight-changes-visible-mode):
9240 * hi-lock.el (hi-lock-mode):
9241 * hl-line.el (hl-line-mode, global-hl-line-mode):
9242 * icomplete.el (icomplete-mode):
9243 * ido.el (ido-everywhere):
9244 * image-file.el (auto-image-file-mode):
9245 * image-mode.el (image-minor-mode):
9246 * iswitchb.el (iswitchb-mode):
9247 * jka-cmpr-hook.el (auto-compression-mode):
9248 * linum.el (linum-mode):
9249 * longlines.el (longlines-mode):
9250 * master.el (master-mode):
9251 * mb-depth.el (minibuffer-depth-indicate-mode):
9252 * menu-bar.el (menu-bar-mode):
9253 * minibuf-eldef.el (minibuffer-electric-default-mode):
9254 * mouse-sel.el (mouse-sel-mode):
9255 * msb.el (msb-mode):
9256 * mwheel.el (mouse-wheel-mode):
9257 * outline.el (outline-minor-mode):
9258 * paren.el (show-paren-mode):
9259 * recentf.el (recentf-mode):
9260 * reveal.el (reveal-mode, global-reveal-mode):
9261 * rfn-eshadow.el (file-name-shadow-mode):
9262 * ruler-mode.el (ruler-mode):
9263 * savehist.el (savehist-mode):
9264 * scroll-all.el (scroll-all-mode):
9265 * scroll-bar.el (scroll-bar-mode):
9266 * server.el (server-mode):
9267 * shell.el (shell-dirtrack-mode):
9268 * simple.el (auto-fill-mode, transient-mark-mode)
9269 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
9270 (line-number-mode, column-number-mode, size-indication-mode)
9271 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
9272 * strokes.el (strokes-mode):
9273 * time.el (display-time-mode):
9274 * t-mouse.el (gpm-mouse-mode):
9275 * tool-bar.el (tool-bar-mode):
9276 * tooltip.el (tooltip-mode):
9277 * type-break.el (type-break-mode-line-message-mode)
9278 (type-break-query-mode):
9279 * view.el (view-mode):
9280 * whitespace.el (whitespace-mode, whitespace-newline-mode)
9281 (global-whitespace-mode, global-whitespace-newline-mode):
9282 * xt-mouse.el (xterm-mouse-mode): Doc fix.
9283
a3839de2
SM
9284 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
9285 Fix autogenerated docstring.
06e21633 9286
5214e501
JL
92872011-10-19 Juri Linkov <juri@jurta.org>
9288
9289 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
9290 by checking environment variables "DESKTOP_SESSION" and
9291 "XDG_CURRENT_DESKTOP". (Bug#9779)
9292
195f8db9
JL
92932011-10-19 Juri Linkov <juri@jurta.org>
9294
9295 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
9296 (browse-url-chromium-program, browse-url-chromium-arguments):
9297 New defcustoms.
9298 (browse-url-default-browser): Check for `browse-url-chromium' and
9299 call `browse-url-chromium-program'.
9300 (browse-url-chromium): New command. (Bug#9779)
9301
343a34ff
JB
93022011-10-18 Juanma Barranquero <lekktu@gmail.com>
9303
9304 * facemenu.el (list-colors-duplicates): On Windows, detect more
9305 duplicates by assuming that only colors matching "^System" are
9306 special "system colors". (Bug#9722)
9307
6978a151
SM
93082011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
9309
9310 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
9311 to distinguish the author from the committer.
9312
6a80b297
MA
93132011-10-18 Michael Albinus <michael.albinus@gmx.de>
9314
9315 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
9316
b31a5677
JK
93172011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
9318
9319 * international/mule.el (sgml-html-meta-auto-coding-function):
9320 Add support for detecting encoding in HTML5 specified only as
9321 <meta charset="UTF-8">. Implementation just makes http-equiv and
9322 content-type parts from HTML4 encoding string optional. (Bug#9716)
9323
80c6d77f
GM
93242011-10-18 Glenn Morris <rgm@gnu.org>
9325
9326 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
9327
08b0fee8
CY
93282011-10-18 Chong Yidong <cyd@gnu.org>
9329
9330 * faces.el (cursor): Doc fix.
9331
67e729a5
CY
93322011-10-17 Chong Yidong <cyd@gnu.org>
9333
9334 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
9335
343a34ff 93362011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
9337
9338 * dirtrack.el (dirtrack): Support shell buffers with path
9339 prefixes, e.g. tramp-based remote shells. (Bug#9647)
9340
0bc06380
TZ
93412011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
9342
9343 * json.el: Bump version to 1.3 and note change in History.
9344 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
9345
8b79f3e0
SM
93462011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
9347
5a7c536b
SM
9348 * comint.el (comint-insert-input, comint-send-input)
9349 (comint-get-old-input-default, comint-backward-matching-input)
9350 (comint-next-prompt): Use nil instead of `input' for field property of
9351 past user input (bug#114).
9352
96a8a0df
SM
9353 * minibuffer.el (completion--replace): Inherit surrounding properties
9354 (bug#114).
9355 (minibuffer-complete-and-exit): Use it.
9356
8b79f3e0
SM
9357 * comint.el (comint--table-subvert): Quote the all-completions output
9358 (bug#9160).
9359
b8f7ff0d
MR
93602011-10-17 Martin Rudalics <rudalics@gmx.at>
9361
8b79f3e0 9362 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 9363
b8f7ff0d 9364 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 9365 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
9366 entries and separate them from frame entries.
9367
c235b555
GM
93682011-10-15 Glenn Morris <rgm@gnu.org>
9369
9370 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
9371 Doc fixes.
9372
6bbfa6e1
CY
93732011-10-15 Chong Yidong <cyd@stupidchicken.com>
9374
8b79f3e0
SM
9375 * net/network-stream.el (network-stream-open-starttls):
9376 Improve detection of failure due to lack of TLS support.
ec5c990d 9377
6bbfa6e1
CY
9378 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
9379 putting the input text in front and in bold.
9380
98488977
SM
93812011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
9382
3d1337be
SM
9383 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
9384
ee0b45e4
SM
9385 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
9386 empty buffer.
9387
98488977
SM
9388 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
9389 unread-command-events rather than pushing yet-another event.
9390
186f4720
EZ
93912011-10-14 Eli Zaretskii <eliz@gnu.org>
9392
9393 * mail/sendmail.el (sendmail-query-once): Improve the wording of
9394 the explanation of the possible choices. Make the options passed
9395 to completing-read shorter.
9396
8b7a997c
AM
93972011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9398
9399 * textmodes/flyspell.el (flyspell-large-region): Make sure
9400 extended character mode is used if defined (Bug#1339).
9401
12587bbb
EZ
94022011-10-13 Eli Zaretskii <eliz@gnu.org>
9403
9404 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
9405 character info for LRE, LRO, RLE, and RLO characters by appending
9406 an invisible PDF.
12587bbb 9407
bad41229
SM
94082011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
9409
9410 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
9411 even in case of error; add debug spec; simplify data flow.
9412 (with-timeout-handler): Remove.
9413
28dbc92f
MA
94142011-10-12 Michael Albinus <michael.albinus@gmx.de>
9415
9416 Fix Bug#6019, Bug#9315.
9417
9418 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
9419 complete `buffer-file-name', the local file name part could look
9420 remotely (for example on VMS).
9421
9422 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
9423 `tramp-run-real-handler'.
9424 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
9425 already quoted by '"'.
9426
9427 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
9428 Let `file-name-handler-alist' be nil, the local file name part
9429 could look remotely (for example on VMS).
9430
e1b0b23a
SM
94312011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
9432
9433 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
9434 from here...
9435 (flyspell-post-command-hook): ...to here.
9436
a120bde9
SM
94372011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
9438
9439 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
9440 if not needed.
9441 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
9442 using completion. Protect against "slow" callers.
9443 Remove the "message hack".
9444
7ce7717b
JL
94452011-10-11 Juri Linkov <juri@jurta.org>
9446
9447 * isearch.el (isearch-lazy-highlight-word): New variable.
9448 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
9449 Use it. (Bug#9727)
9450
c02ee9d6
GM
94512011-10-11 Glenn Morris <rgm@gnu.org>
9452
9453 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
9454 like f90-previous-statement does.
9455
93e616fd 94562011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9457
1f190e73 9458 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
9459 only in interactive use, to avoid error.
9460
af7b6078
SM
94612011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
9462
9463 * minibuffer.el (completion-file-name-table): Fix last change,
9464 i.e. ignore normal errors but not the other ones.
9465
0563dae9
MR
94662011-10-10 Martin Rudalics <rudalics@gmx.at>
9467
9468 * window.el (special-display-buffer-names)
9469 (special-display-regexps): Remove some remnants of earlier
9470 changes from doc-strings.
366ca7f3
MR
9471 (quit-windows-on): New function.
9472
9473 * vc/vc.el (vc-revert, vc-rollback):
9474 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
9475 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 9476 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 9477
49677495
MR
94782011-10-09 Martin Rudalics <rudalics@gmx.at>
9479
9480 * window.el (frame-auto-hide-function): Add version tag.
9481 (Bug#9699)
9482
56f2d1e1
MA
94832011-10-09 Michael Albinus <michael.albinus@gmx.de>
9484
9485 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
9486 condition.
9487
112a6592
LL
94882011-10-09 Leo Liu <sdl.web@gmail.com>
9489
9490 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
9491 (Bug#9701)
9492
0812589b
GM
94932011-10-08 Glenn Morris <rgm@gnu.org>
9494
9495 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
9496 before the first code statement zero indent. (Bug#9690)
9497
b2b0776e
CY
94982011-10-08 Chong Yidong <cyd@stupidchicken.com>
9499
9500 * simple.el (count-words-region): Always count in the region.
9501 Report the number of lines and characters too.
9502 (count-words): New command, which counts in the buffer if the
9503 region is inactive, as count-words-region used to.
9504 (count-words--message): New function. Handle plurals.
9505 (count-lines-region): Make it an alias for count-words-region.
9506
9507 * bindings.el (esc-map): Replace count-lines-region with
9508 count-words-region.
9509
c557cd6b
MR
95102011-10-08 Martin Rudalics <rudalics@gmx.at>
9511
9512 * window.el (window--delete): Delete dedicated frame
9513 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 9514 (switch-to-buffer): Fix doc-string typo.
c557cd6b 9515
61a57ef4 95162011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9517
3a7d293b 9518 * eshell/eshell.el (eshell-command): Avoid using hooks.
61a57ef4 9519
c3833279
CY
95202011-10-07 Chong Yidong <cyd@stupidchicken.com>
9521
9522 * bindings.el ([M-left],[M-right]): Bind to left-word and
9523 right-word respectively.
9524
21ce8245
GM
95252011-10-07 Glenn Morris <rgm@gnu.org>
9526
9527 * cus-start.el (debug-on-quit): Fix custom type.
9528
6d823bb2
LMI
95292011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
9530
0181e193
LMI
9531 * subr.el (define-key-after): Clarify that the function is not
9532 useful for non-menu keymaps.
9533
6d823bb2
LMI
9534 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
9535
8e3459ce 95362011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9537
21ce8245 9538 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 9539 in current minibuffer (Fix bug with recursive minibuffers).
9540
a1c2d21e
CY
95412011-10-06 Chong Yidong <cyd@stupidchicken.com>
9542
9543 * progmodes/gdb-mi.el (gdb): Doc fix.
9544
5a4cf282
MR
95452011-10-05 Martin Rudalics <rudalics@gmx.at>
9546
9547 * window.el (frame-auto-hide-function): New option replacing
9548 frame-auto-delete. Suggested by Stefan Monnier.
9549 (window--delete): Call frame-auto-hide-function instead of
9550 investigating frame-auto-delete.
c96111ea
MR
9551 (window-point-1, set-window-point-1): New functions.
9552 (window-in-direction, record-window-buffer, window-state-get-1)
9553 (display-buffer-record-window): Use window-point-1 instead of
9554 window-point.
9555 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 9556
9854542e
SM
95572011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
9558
9559 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
9560
8943cfb0
GM
95612011-10-05 Glenn Morris <rgm@gnu.org>
9562
9563 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
9564 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
9565
647ab967
LL
95662011-10-05 Leo Liu <sdl.web@gmail.com>
9567
9568 * subr.el (read-char-choice): Fix argument to buffer-live-p which
9569 works with buffer object.
9570
3ddfbced
SM
95712011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
9572
9573 * mpc.el (mpc-tool-bar-map): Add labels.
9574
bdfa5dd2
GM
95752011-10-04 Glenn Morris <rgm@gnu.org>
9576
9577 * calendar/holidays.el (calendar-check-holidays): Doc fix.
9578
0e2070b5
MR
95792011-10-04 Martin Rudalics <rudalics@gmx.at>
9580
9581 * window.el (window--delete): New function.
9582 (frame-auto-delete): Resuscitate option.
9583 (bury-buffer, replace-buffer-in-windows)
9584 (quit-window): Rewrite using window--delete.
9585 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
9586 Pass display-buffer-mark-dedicated to window--display-buffer-2
9587 (Bug#9639).
9588
3dc61a09
SM
95892011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
9590
915a9b64
SM
9591 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
9592 returns a list (bug#9554). Add remote file name completion.
9593 * comint.el (comint--table-subvert): Curry and get quote&unquote
9594 functions as arguments.
9595 (comint--complete-file-name-data): Adjust call accordingly.
9596 * pcomplete.el (pcomplete--table-subvert): Remove.
9597 (pcomplete-completions-at-point): Use comint--table-subvert instead.
9598
3dc61a09
SM
9599 * minibuffer.el (completion-table-case-fold): Use currying.
9600 (completion--styles-type, completion--cycling-threshold-type):
9601 New constants.
9602 (completion-styles, completion-category-overrides)
9603 (completion-cycle-threshold): Use them.
9604 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
9605 completion-table-case-fold.
9606
8ea0a993
SB
96072011-10-03 Stephen Berman <stephen.berman@gmx.net>
9608
9609 * minibuffer.el (completion-category-overrides): Fix type of styles
9610 and add more user friendly tags (bug#9660).
9611
8c24b7f6
SM
96122011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
9613
9614 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
9615 (mule-input-method-string): New widget.
9616 (default-input-method, language-info-custom-alist): Use it.
9617
428fe61a
SM
96182011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
9619
32c1fffd
SM
9620 * pcomplete.el: Require comint.
9621 (pcomplete--common-suffix): Remove.
9622 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
9623 (pcomplete--table-subvert): Sync with comint--table-subvert.
9624 (pcomplete--entries): Use comint-completion-file-name-table.
9625 * comint.el (comint-unquote-filename): Simplify.
9626 (comint-completion-file-name-table): New function (bug#9616).
9627 (comint--complete-file-name-data): Use it.
9628
428fe61a
SM
9629 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
9630 (pcmpl-gnu-tar-buffer): Remove.
9631 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
9632 around. Make sure pcomplete-suffix-list is only changed temporarily.
9633 Don't look inside the tar's file if it's too large.
428fe61a 9634
04c52e2f
CY
96352011-10-01 Chong Yidong <cyd@stupidchicken.com>
9636
ce3cefcc
CY
9637 * cus-edit.el (custom-mode-map):
9638 * epa.el (epa-key-list-mode-map):
9639 * man.el (Man-mode-map):
9640 * startup.el (splash-screen-keymap):
9641 * simple.el (special-mode-map): Use scroll-up-command and
9642 scroll-down-command.
9643
9644 * progmodes/idlw-help.el (idlwave-help-mode-map):
9645 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
9646 * net/newst-plainview.el (newsticker-mode-map):
9647 * emulation/ws-mode.el (wordstar-mode-map):
9648 * emulation/vi.el (vi-com-map):
9649 * calc/calc-graph.el (calc-graph-show-dumb):
9650 * term/sun.el (terminal-init-sun):
9651 * term/ns-win.el (global-map):
9652 * progmodes/grep.el (grep-mode-map):
9653 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
9654 * mail/rmail.el (rmail-mode-map):
9655 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
9656
04c52e2f
CY
9657 * custom.el (custom-safe-themes, load-theme): Treat value of t for
9658 custom-safe-themes as special.
9659
79adf8c8
JD
96602011-10-01 Julien Danjou <julien@danjou.info>
9661
9662 * notifications.el (notifications-notify): Fix docstring.
9663
63bd50d3
PS
96642011-10-01 Per Starbäck <per@starback.se>
9665
9666 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
9667
199e4c7e
MR
96682011-09-30 Martin Rudalics <rudalics@gmx.at>
9669
9670 * startup.el (command-line-1): Fix last fix by inserting
9671 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 9672 (Bug#9605) and (Bug#9636)
199e4c7e 9673
fe5f08dd
EZ
96742011-09-29 Eli Zaretskii <eliz@gnu.org>
9675
9676 * simple.el (line-move): If auto-hscroll-mode is disabled and the
9677 window is hscrolled, move by logical lines. (Bug#9607)
9678 (line-move-visual): Update the doc string to the above effect.
9679
b5516bbd
MR
96802011-09-29 Martin Rudalics <rudalics@gmx.at>
9681
ccee00c0
MR
9682 * window.el (display-buffer-record-window): When WINDOW is the
9683 selected window use `point' instead of `window-point'. (Bug#9626)
9684
b5516bbd
MR
9685 * startup.el (command-line-1): Use insert-before-markers when
9686 inserting initial-scratch-message. (Bug#9605)
ccee00c0 9687
b5516bbd
MR
9688 * help.el (help-window): Remove variable.
9689
52aa0014
GM
96902011-09-29 Glenn Morris <rgm@gnu.org>
9691
9692 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
9693
df9a7357
JB
96942011-09-29 Juanma Barranquero <lekktu@gmail.com>
9695
9696 * descr-text.el (describe-char-categories): Accept category
9697 descriptions more than one line long.
9698
a8406c20
SM
96992011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
9700
88d9610c
SM
9701 * simple.el (delete-trailing-whitespace): Fix last change.
9702
a5daf810
SM
9703 * progmodes/perl-mode.el (perl-syntax-propertize-function):
9704 Don't confuse "y => 3" as the beginning of a `y' operation.
9705
a8406c20
SM
9706 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
9707 object has more than 4 slots (bug#9613).
9708
a239d4e9
JB
97092011-09-28 Juanma Barranquero <lekktu@gmail.com>
9710
9711 * subr.el (with-output-to-temp-buffer):
9712 * net/quickurl.el (quickurl, quickurl-browse-url):
9713 Fix typos in docstrings.
9714
693fbdb6
EZ
97152011-09-27 Eli Zaretskii <eliz@gnu.org>
9716
9717 * minibuffer.el (completion-styles)
9718 (completion-category-overrides): Cross reference each other in doc
9719 strings.
9720
8b457e28
GM
97212011-09-27 Glenn Morris <rgm@gnu.org>
9722
9723 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
9724 to split-string. (Bug#9606)
9725
85a16208
LMI
97262011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9727
9728 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
9729 (bug#9615).
9730
502f9ebd
CY
97312011-09-27 Chong Yidong <cyd@stupidchicken.com>
9732
9733 * emacs-lisp/package.el (list-packages): Fix echo area message.
9734
7690bdea
LL
97352011-09-27 Leo Liu <sdl.web@gmail.com>
9736
9737 * ido.el (ido-read-internal): Accept cons cell HIST arg.
9738
e2ee6f30
MA
97392011-09-25 Michael Albinus <michael.albinus@gmx.de>
9740
9741 * net/dbus.el (dbus-unregister-object): Don't release services for
9742 registered signals. (Bug#9581)
9743
f3f98342
TZ
97442011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
9745
9746 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
9747 function that picks between cfengine 2 and 3 support
9748 automatically. Update docs accordingly.
9749
dd7aa8dd
KH
97502011-09-22 Kenichi Handa <handa@m17n.org>
9751
9752 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
9753 ZERO.
9754 (indian-itrans-v5-table-for-tamil): New variable.
9755 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
9756
3f2b07f8
KM
97572011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
9758
9759 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
9760 that's true if the current command involved collapsing of text.
9761 It's reset to false at the beginning of the next command.
9762 (allout-post-command-business): Move the cursor to the beginning
9763 of entry if the cursor is hidden and collapsing activity just
9764 happened.
9765
371d6a61
CY
97662011-09-24 Chong Yidong <cyd@stupidchicken.com>
9767
9768 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
9769 tracking (Bug#9541).
9770
2ac2721a
UJ
97712011-09-24 Ulf Jasper <ulf.jasper@web.de>
9772
9773 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
9774 (newsticker-show-news): Automatically load html rendering package
9775 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
9776 because w3m-fill-column is let-bound" and the error "Symbol's value
9777 as variable is void: w3m-fill-column".
2ac2721a 9778
fac7ae53
MA
97792011-09-24 Michael Albinus <michael.albinus@gmx.de>
9780
9781 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
9782 Release services only if they are defined. (Bug#9581)
9783
e08b633b
RS
97842011-09-23 Richard Stallman <rms@gnu.org>
9785
e488d29c
RS
9786 * textmodes/paragraphs.el (forward-sentence): For backwards case,
9787 distinguish start of paragraph from start of its text.
9788
19c38752
RS
9789 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
9790
e08b633b
RS
9791 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
9792 (rmail-generate-viewer-buffer): Put that hook on view buffer.
9793 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
9794
0a39f27e
AS
97952011-09-23 Andreas Schwab <schwab@linux-m68k.org>
9796
9797 * international/mule-diag.el (mule-diag): Insert a newline after
9798 each fontset description.
9799
db4e950d
SM
98002011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9801
9802 * simple.el (delete-trailing-whitespace):
9803 Document last change; simplify.
9804
eca3f3ea
PW
98052011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
9806
d68e189a
PW
9807 * simple.el (delete-trailing-whitespace): Also delete
9808 extra newlines at the end of the buffer.
9809
eca3f3ea
PW
9810 * textmodes/picture.el: Make motion commands obey shift-select-mode.
9811 (picture-newline): Use forward-line so as to ignore fields.
9812
01c157cc
SM
98132011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9814
9815 * subr.el (with-wrapper-hook): Fix edebug spec.
9816
022de23e
LMI
98172011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9818
9819 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
9820 (bug#4538).
9821
91683089
MA
98222011-09-23 Michael Albinus <michael.albinus@gmx.de>
9823
eca3f3ea
PW
9824 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
9825 Fix nasty bug using wrong cached values.
91683089 9826
5bdd6fa4
AM
98272011-09-23 Alan Mackenzie <acm@muc.de>
9828
9829 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
9830
97adfb97
CY
98312011-09-23 Chong Yidong <cyd@stupidchicken.com>
9832
9833 * window.el (pop-to-buffer): Ensure right window is selected if we
9834 chose another frame.
9835
d4ef2b50
EZ
98362011-09-22 Eli Zaretskii <eliz@gnu.org>
9837
9838 * simple.el (what-cursor-position): Use get-char-property-change
9839 and next-single-char-property-change, to be able to show display
9840 properties that come from overlays as well as text properties.
9841
72258fe5
CY
98422011-09-22 Chong Yidong <cyd@stupidchicken.com>
9843
9844 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
9845
9846 * cmuscheme.el (run-scheme, switch-to-scheme):
9847 * cus-edit.el (customize-group, custom-buffer-create)
9848 (customize-browse):
9849 * info.el (info):
9850 * shell.el (shell):
9851 * mail/sendmail.el (mail):
9852 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
9853
8f098516
RS
98542011-09-22 Richard Stallman <rms@gnu.org>
9855
9856 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
9857 move back only to line beg, don't move back over blank lines.
9858
e74f1bb6
MA
98592011-09-22 Michael Albinus <michael.albinus@gmx.de>
9860
9861 * files.el (copy-directory): Set directory attributes only in case
9862 they could be retrieved from the source directory. (Bug#9565)
9863
bfeef8b6
DK
98642011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
9865
9866 * progmodes/hideshow.el (hs-looking-at-block-start-p)
9867 (hs-find-block-beginning, hs-hide-level-recursive):
9868 Ignore strings as well as comments. (Bug#9502)
9869
7e423bb8
AS
98702011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
9871
9872 * progmodes/sql.el (sql-comint-postgres):
9873 Convert port number to a string. (Bug#9566)
9874
b4d72fcf
MR
98752011-09-22 Martin Rudalics <rudalics@gmx.at>
9876
9877 * window.el (quit-window): Undedicate window when switching to
9878 previous buffer. Reported by Thierry Volpiatto
9879 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
9880 (special-display-popup-frame): When popping up a new frame reset
9881 its previous buffers to nil. Simplify code.
b4d72fcf 9882
a7b88dc6
MA
98832011-09-21 Michael Albinus <michael.albinus@gmx.de>
9884
9885 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
9886 and process filter, as done also in `shell-command'.
9887
cf4eacfd
MR
98882011-09-21 Martin Rudalics <rudalics@gmx.at>
9889
eca3f3ea 9890 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
9891 Call set-window-start with NOFORCE argument t.
9892 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
9893 (quit-window): Reword doc-string. Handle new format of
9894 quit-restore parameter. Don't delete window if it has a
9895 previous buffer we can show instead of the present one.
9896 (display-buffer-record-window): Rewrite using a new format for
9897 the quit-restore window parameter
9898 (special-display-popup-frame, display-buffer-same-window)
9899 (display-buffer-reuse-window, display-buffer-pop-up-frame)
9900 (display-buffer-pop-up-window, display-buffer-use-some-window):
9901 Adapt symbol passed to display-buffer-record-window.
9902 * help.el (help-window-setup): Handle new format of quit-restore
9903 parameter.
9904
8d28cb95
SM
99052011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
9906
94ab793f
SM
9907 * faces.el (face-list): Fix docstring (bug#9564).
9908
8d28cb95
SM
9909 * window.el (display-buffer--action-function-custom-type):
9910 Don't include internal functions in the Custom interface.
9911
3820edeb
JL
99122011-09-20 Juri Linkov <juri@jurta.org>
9913
9914 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
9915 (Info-forward-node, Info-backward-node, Info-next-preorder)
9916 (Info-last-preorder): Use it. (Bug#9528)
9917
5147931d
JL
99182011-09-20 Juri Linkov <juri@jurta.org>
9919
9920 * info.el (Info-last-preorder): Visit last menu item only when
9921 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
9922
cf499a1a
JD
99232011-09-20 Julien Danjou <julien@danjou.info>
9924
9925 * password-cache.el (password-cache-remove): Remove entries even if the
9926 value is nil, so that password with a nil value (negative caching) is
9927 possible to invalidate.
9928
f84e2fe2
LM
99292011-09-20 Lawrence Mitchell <wence@gmx.li>
9930
9931 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
9932 all whitespace around breakpoint. (Bug#9553)
9933 (f90-find-breakpoint): Only break at whitespace inside a comment.
9934
78054a46
SM
99352011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
9936
9937 * minibuffer.el (completion-file-name-table): Keep track of errors.
9938 (completion-table-with-predicate): Handle the case where pred1 is nil.
9939 * pcomplete.el (pcomplete-completions-at-point): Simplify.
9940
345083b2
SM
99412011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9942
e24e27be
SM
9943 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
9944 (debugger-return-value): Signal an error if the debugging context does
9945 not await any return value.
9946
345083b2
SM
9947 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
9948 * image-mode.el (image-toggle-display-text)
9949 (image-toggle-display-image): Stay away from evil `intangible'.
9950
08d355e3
LL
99512011-09-19 Leo Liu <sdl.web@gmail.com>
9952
9953 * replace.el (occur-revert-arguments): Make it permanent-local.
9954 (occur-mode): Don't call font-lock-defontify.
9955
f01da43f
CY
99562011-09-19 Chong Yidong <cyd@stupidchicken.com>
9957
9958 * net/ldap.el (ldap-search-internal): Don't push empty search
9959 result (Bug#9508).
9960
b6072fa6
SM
99612011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9962
9963 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
9964
443d6696
MA
99652011-09-19 Michael Albinus <michael.albinus@gmx.de>
9966
9967 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
9968 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
9969
7cc6e154
JL
99702011-09-18 Juri Linkov <juri@jurta.org>
9971
9972 * buff-menu.el (Buffer-menu-mode-map):
9973 * dired.el (dired-mode-map):
9974 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
9975 (lisp-interaction-mode-map):
9976 * emacs-lisp/package.el (package-menu-mode-map):
9977 * epa.el (epa-key-list-mode-map):
9978 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
9979 (menu-bar-options-menu):
9980 * outline.el (outline-mode-menu-bar-map):
9981 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
9982 * vc/vc-dir.el (vc-dir-menu-map):
9983 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
9984 Capitalize non-function content words in menu item strings.
9985
9986 * dired.el (dired-mode-map): Add menu item for
9987 `image-dired-dired-toggle-marked-thumbs'.
9988
80302a81
JL
99892011-09-18 Juri Linkov <juri@jurta.org>
9990
9991 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
9992 to `isearch-case-fold-search' and restore its original value
9993 after the `isearch-mode' call.
9994
46c5cf66
JL
99952011-09-18 Juri Linkov <juri@jurta.org>
9996
9997 * progmodes/grep.el (grep-process-setup): Don't check code for 1
9998 because `zgrep' returns 1 for successful matches (bug#9226).
9999
d18b513b
JL
100002011-09-18 Juri Linkov <juri@jurta.org>
10001
10002 * info.el (Info-extract-menu-node-name): Check the second match
10003 for empty string (second test-case of bug#9528).
10004 (Info-last-preorder): Let-bind `Info-history' to nil to not add
10005 intermediate nodes to the history (first test-case of bug#9528).
10006
72753f87
JL
100072011-09-18 Juri Linkov <juri@jurta.org>
10008
10009 * info.el (Info-mode-syntax-table): New variable.
1154d12e 10010 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 10011
c9384295
JL
100122011-09-18 Juri Linkov <juri@jurta.org>
10013
1154d12e
JB
10014 * info.el (Info-file-supports-index-cookies):
10015 Increment line-beginning-position's arg from 3 to 4 because makeinfo
10016 outputs one more line for long file names (bug#4142).
c9384295 10017
d473dce8
CY
100182011-09-18 Chong Yidong <cyd@stupidchicken.com>
10019
10020 * newcomment.el (comment-normalize-vars): If prompting for
10021 comment-start, set comment-start-skip too (Bug#8424).
10022
2176854d
JB
100232011-09-18 Johan Bockgård <bojohan@gnu.org>
10024
10025 * icomplete.el: Fix previous fix of Bug#5849.
10026 (icomplete-mode): Don't set completion-show-inline-help.
10027 (icomplete-minibuffer-setup): Set completion-show-inline-help
10028 locally during icompletion.
10029
3aace4e4
CY
100302011-09-18 Chong Yidong <cyd@stupidchicken.com>
10031
c940224f
CY
10032 * woman.el (woman2-process-escapes): Don't delete unrecognized
10033 escapes (Bug#7843).
10034
3aace4e4
CY
10035 * files.el (inhibit-first-line-modes-regexps): Add image files.
10036 (hack-local-variables-prop-line): Return nil for malformed
10037 prop-lines (Bug#9044).
10038
710dec63
MA
100392011-09-18 Michael Albinus <michael.albinus@gmx.de>
10040
10041 * net/tramp.el (top): Don't require 'shell.
10042 (tramp-methods): Fix docstring.
10043 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
10044 Return complete remote file name. Handle "smb" case.
10045 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
10046 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
10047
10048 * net/tramp-compat.el (top): Require 'shell.
10049
10050 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
10051 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
10052 `tramp-current-host'.
10053 (tramp-get-remote-tmpdir): Remove.
10054
10055 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
10056 `tramp-tmpdir' entries.
10057 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
10058 (tramp-smb-handle-file-attributes): Ignore errors.
10059 (tramp-smb-wait-for-output): Check also for process end.
10060
5d5ac8ec
LMI
100612011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
10062
10063 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
10064 when sending QUIT (bug#9312).
10065
8c0f49f0
CY
100662011-09-17 Chong Yidong <cyd@stupidchicken.com>
10067
10068 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
10069 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
10070 occur-mode-display-occurrence.
10071 (occur-edit-mode): Add usage message.
10072 (occur-cease-edit): New command.
10073 (occur-after-change-function): Use text properties to find the
10074 position of the prefix text.
10075 (occur-engine): Set stickiness of prefix text properties.
10076
8f1383f7
GM
100772011-09-17 Glenn Morris <rgm@gnu.org>
10078
10079 * progmodes/etags.el (complete-tag):
10080 Fix call to completion-in-region. (Bug#9526)
10081
744ba0e3
JL
100822011-09-17 Juri Linkov <juri@jurta.org>
10083
10084 * textmodes/ispell.el (ispell-word): Add to the error message
10085 the word, ispell program name and current dictionary (bug#9121).
10086 (ispell-tex-arg-end): Capitalize "error" in the error message.
10087
d9bbf400
AS
100882011-09-17 Andreas Schwab <schwab@linux-m68k.org>
10089
10090 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
10091 check. (Bug#4251)
10092
8da11505
JL
100932011-09-17 Juri Linkov <juri@jurta.org>
10094
10095 * window.el (window-safe-min-height, window-safe-min-width):
10096 Fix typos (followup to bug#9522).
10097
a91adc7e
SJ
100982011-09-17 Sven Joachim <svenjoac@gmx.de>
10099
10100 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
10101
064f328a
EZ
101022011-09-16 Eli Zaretskii <eliz@gnu.org>
10103
10104 * simple.el (line-move): If goal-column is set, move by logical
10105 lines, not by display lines. (Bug#971)
10106 (next-line, previous-line, goal-column, line-move-visual): Doc fix
10107 to reflect the above change.
10108
e69df516
SM
101092011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
10110
10111 * image.el (imagemagick-register-types): Use regexp-opt.
10112
cbb0f9ab
CY
101132011-09-15 Chong Yidong <cyd@stupidchicken.com>
10114
10115 * window.el (display-buffer-base-action): Rename from
10116 display-buffer-default-action. Make default value empty.
10117 (display-buffer-overriding-action): Convert to defvar.
10118 (display-buffer-fallback-action): New var.
10119
25322144
CY
101202011-09-15 Chong Yidong <cyd@stupidchicken.com>
10121
10122 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
10123 declaration.
10124 (package--add-to-archive-contents): If there is a duplicate entry
10125 with an older version, remove it.
10126 (package-menu-mark-delete, package-menu-mark-install)
10127 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
10128 (package-menu-mark-obsolete-for-deletion):
10129 Use package-menu-get-status instead of a regexp search.
25322144
CY
10130 (package-menu-get-status): Use tabulated-list-entry.
10131 (package-menu-mark-upgrades): New command.
d770725a 10132 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
10133 (package-menu-execute): Do installation before deletion.
10134 (package-menu-refresh, package-menu-execute): Use derived-mode-p
10135 instead of checking major-mode.
10136 (package-menu--find-upgrades): New function.
10137
7520339c
LMI
101382011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10139
10140 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
10141 passwords in the log buffer.
65a046c4
LMI
10142 (smtpmail-process-filter): Update the process marker so that the
10143 "broken by peer" status message is inserted in the right place.
7520339c 10144
d3c30954
SM
101452011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
10146
3fe48822
SM
10147 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
10148 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
10149 bibtex-completion-at-point-function.
10150 (bibtex-completion-at-point-function): Use them.
10151
1b8b3954
SM
10152 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
10153
d3c30954
SM
10154 * mpc.el (mpc-constraints-tag-lookup): New function.
10155 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
10156 also to browser "album|playlist".
10157
72779976
JL
101582011-09-14 Juri Linkov <juri@jurta.org>
10159
10160 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
10161 (isearch-edit-string): Use length of `isearch-string' when
10162 `isearch-fail-pos' returns nil.
10163 (isearch-message): Remove duplicate code and call
10164 `isearch-fail-pos' with arg `t'.
10165
a0bf2bcd
CY
101662011-09-14 Chong Yidong <cyd@stupidchicken.com>
10167
17bb0a2d
CY
10168 * replace.el (occur-mode-goto-occurrence): Don't force using other
10169 window (Bug#9499).
10170
a0bf2bcd
CY
10171 * dired-aux.el (dired-do-chmod): Don't provide initial input.
10172
f678e0b6
MR
101732011-09-14 Martin Rudalics <rudalics@gmx.at>
10174
10175 * window.el (display-buffer-window): Remove.
10176 (display-buffer-record-window): Use help-setup window parameter
10177 instead of variable display-buffer-window.
10178 (display-buffer-function, special-display-buffer-names)
10179 (special-display-function): Mention help-setup parameter instead
10180 of display-buffer-window in doc-string.
d3c30954
SM
10181 * help.el (help-window-setup): New argument help-window.
10182 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
10183 Reword some messages.
10184 (with-help-window): Pass window used for displaying the buffer
10185 to help-window-setup. Don't set display-buffer-window.
10186
8e39b2e8
GM
101872011-09-13 Glenn Morris <rgm@gnu.org>
10188
10189 * emacs-lisp/debug.el (debugger-make-xrefs):
10190 Preserve point. (Bug#9462)
10191
85e9c04b
CY
101922011-09-13 Chong Yidong <cyd@stupidchicken.com>
10193
10194 * window.el (window-deletable-p): Use next-frame.
10195
1b36ed6a
MR
101962011-09-13 Martin Rudalics <rudalics@gmx.at>
10197
10198 * window.el (window-auto-delete): Remove.
10199 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 10200 dedication and previous buffers.
1b36ed6a
MR
10201 (switch-to-prev-buffer): Don't delete window.
10202 (delete-windows-on): Delete a window's frame if and only if the
10203 window is dedicated.
10204 (replace-buffer-in-windows): Delete buffer's window or frame if
10205 and only if window is dedicated.
10206 (quit-window): Handle quit-restore as before last change.
4d61f28d 10207 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 10208
ef8ef9fb
CY
102092011-09-13 Chong Yidong <cyd@stupidchicken.com>
10210
10211 * window.el (window-deletable-p): Never delete the last frame on a
10212 given terminal.
10213
b2cba41e
GM
102142011-09-13 Glenn Morris <rgm@gnu.org>
10215
10216 * help.el (describe-key-briefly): Copy previous standard-output change.
10217
51553db6 102182011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
10219
10220 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
10221
b7556719
GM
102222011-09-13 Glenn Morris <rgm@gnu.org>
10223
10224 * emacs-lisp/lisp-mode.el (lisp-indent-function):
10225 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
10226
64b51947
CY
102272011-09-12 Chong Yidong <cyd@stupidchicken.com>
10228
10229 * dired-aux.el (dired-mark-read-string): Don't return default
10230 value on empty input (Bug#9361).
10231 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
10232 Omit initial minibuffer contents.
10233 (dired-do-chmod): Signal an error on empty input.
10234 (dired-mark-read-string): Don't return default on empty input.
10235
10236 * files.el (file-modes-symbolic-to-number): Doc fix.
10237
393a301e
SM
102382011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
10239
10240 * international/mule-cmds.el (ucs-completions): Remove.
10241 (read-char-by-name): Use complete-with-action instead; add metadata.
10242
fa5660f9
CY
102432011-09-11 Chong Yidong <cyd@stupidchicken.com>
10244
10245 * window.el (display-buffer--action-function-custom-type)
10246 (display-buffer--action-custom-type): New vars.
10247 (display-buffer-alist, display-buffer-default-action)
10248 (display-buffer-overriding-action): Add defcustom types.
10249
4a592f66
CY
10250 * frame.el (delete-other-frames): Doc fix (Bug#276).
10251
73d56dbd
LMI
102522011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
10253
10254 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
10255
37ac18a3
CY
102562011-09-11 Chong Yidong <cyd@stupidchicken.com>
10257
10258 Change modes that used same-window-* vars to use switch-to-buffer.
10259
10260 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
10261 Use switch-to-buffer.
10262
10263 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
10264 (customize-browse, custom-buffer-create-other-window):
10265 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
10266
10267 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
10268 (Info-prev, Info-up, Info-speedbar-goto-node)
10269 (info-display-manual): Use switch-to-buffer.
10270 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
10271
10272 * mail/sendmail.el (mail): Use switch-to-buffer.
10273 (mail-recover): Use switch-to-buffer-other-window.
10274
10275 * cmuscheme.el (run-scheme, switch-to-scheme):
10276 * ielm.el (ielm):
10277 * shell.el (shell):
10278 * net/rlogin.el (rlogin):
10279 * net/telnet.el (telnet, rsh):
10280 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
10281
10195bd6
AS
102822011-09-11 Andreas Schwab <schwab@linux-m68k.org>
10283
10284 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
10285
b322f63a
LMI
102862011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
10287
39d7fed6
LMI
10288 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
10289 so don't mention it (bug#9301).
ba5a81f1 10290 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 10291
ee0e9f11
LMI
10292 * faces.el (face-spec-set-match-display): Make `(type graphic)'
10293 match `x', `w32' and `ns', like the manual says (bug#9029).
10294
0b1c89c1 10295 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
10296 (process-kill-buffer-query-function): Mention the buffer name in
10297 the query.
0b1c89c1 10298
77549ea8
LMI
10299 * image-mode.el (image-next-line): The line parameter is mandatory
10300 (bug#9258).
10301
803ef892
LMI
10302 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
10303 which can be useful (bug#9301).
10304
12980837
LMI
10305 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
10306
91054f8f
LMI
10307 * subr.el (match-string): Mention that the current buffer should
10308 be the same as the search was done in (bug#9282).
10309
b322f63a
LMI
10310 * facemenu.el: Disable the remove-* commands if the mark isn't
10311 active (bug#9162).
10312
3199b96f
CY
103132011-09-10 Chong Yidong <cyd@stupidchicken.com>
10314
10315 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
10316 of display-buffer.
10317 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
10318
10319 * replace.el (occur-mode-goto-occurrence)
10320 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
10321 and display-buffer.
10322
10323 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
10324 display-buffer.
10325
10326 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
10327 special-display and same-window variables.
10328 (mail-other-window): Use switch-to-buffer-other-window.
10329 (mail-other-frame): USe switch-to-buffer-other-frame.
10330
393a301e
SM
10331 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
10332 Use display-buffer-other-frame.
3199b96f
CY
10333 (gdb-display-gdb-buffer): Use pop-to-buffer.
10334
10335 * progmodes/gud.el (gud-goto-info): Use info-other-window.
10336
10337 * progmodes/python.el: Don't set same-window-buffer-names.
10338
10339 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
10340
10341 * window.el (display-buffer-alist): Add *Python*.
10342
8319e0bf
CY
103432011-09-10 Chong Yidong <cyd@stupidchicken.com>
10344
10345 * window.el (display-buffer-alist): Add entry for buffers
10346 previously handled same-window-*.
10347 (display-buffer-alist, display-buffer-default-action)
10348 (display-buffer-overriding-action): Mark as risky.
10349 (display-buffer-alist): Document action function changes.
10350 (display-buffer--same-window-action)
10351 (display-buffer--other-frame-action): New variables.
10352 (switch-to-buffer, display-buffer-other-frame): Use them.
10353 (display-buffer): Rename reuse-frame entry to reusable-frames.
10354 (display-buffer-reuse-selected-window): Function deleted.
10355 (display-buffer-reuse-window): Handle reusable-frames alist entry.
10356 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
10357 (display-buffer-special): New function.
10358 (display-buffer--maybe-pop-up-frame-or-window): Rename from
10359 display-buffer-reuse-or-pop-window. Split off special-display
10360 part into display-buffer-special.
10361 (display-buffer-use-some-window): Don't perform any special
10362 pop-up-frames handling.
10363 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 10364 (display-buffer--maybe-same-window): Rename from
0d3ff375 10365 display-buffer-maybe-same-window.
8319e0bf 10366
919a69aa
CY
10367 * info.el: Don't set same-window-regexps.
10368 (info-setup): New function.
10369 (info-other-window, info): Call it.
10370
10371 * cus-edit.el: Don't set same-window-regexps.
10372 (customize-group): New argument.
10373 (customize-group-other-window): Use it.
10374 (customize-face, customize-face-other-window): Likewise.
10375 (custom-buffer-create-other-window): Use pop-to-buffer directly.
10376
8319e0bf
CY
10377 * net/rlogin.el:
10378 * net/telnet.el:
10379 * progmodes/gud.el: Don't set same-window-regexps.
10380
10381 * cmuscheme.el:
10382 * ielm.el:
10383 * shell.el:
10384 * mail/sendmail.el:
10385 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
10386
25173000
JL
103872011-09-10 Juri Linkov <juri@jurta.org>
10388
10389 * isearch.el (isearch-edit-string): Remove obsolete mention of
10390 `C-w' (`isearch-yank-word-or-char') from docstring.
10391 (isearch-query-replace): Fix typo in docstring (bug#9466).
10392
056e44ef
JL
103932011-09-10 Juri Linkov <juri@jurta.org>
10394
10395 * paren.el (show-paren-function): Don't show escaped parens.
10396 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
10397
c3760c17
EZ
103982011-09-10 Eli Zaretskii <eliz@gnu.org>
10399
10400 * mail/sendmail.el (mml-to-mime, mml-attach-file)
10401 (mm-default-file-encoding): Remove autoload forms, they are
10402 replaced with autoload cookies in mml.el and mm-encode.el.
10403 (mail-add-attachment): New command.
10404 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
10405 (mail-mode): Mention mail-insert-file and mail-add-attachment in
10406 the doc string.
10407 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
10408
fece895e
RT
104092011-09-10 Reuben Thomas <rrt@sc3d.org>
10410
e69df516
SM
10411 * simple.el (count-words-region): Use buffer if there's no region
10412 (bug#9429).
fece895e 10413
5e68ce4a
JL
104142011-09-09 Juri Linkov <juri@jurta.org>
10415
10416 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
10417 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
10418 (wdired-isearch-filter-read-only): New function. (Bug#6362)
10419
0a6b9622
AM
104202011-09-09 Alan Mackenzie <acm@muc.de>
10421
10422 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
10423 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
10424
14a29deb
EZ
104252011-09-09 Eli Zaretskii <eliz@gnu.org>
10426
10427 Fix for Savannah bug#9392.
10428 * simple.el (mail-encode-mml): New defvar.
10429
10430 * mail/rmail.el (mail-encode-mml): Add a defvar.
10431 (rmail-enable-mime-composing): Default to t.
10432 (rmail-forward): Use MIME method of forwarding only if both
10433 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
10434 Set mail-encode-mml non-nil if the MIME method was used.
10435
10436 * mail/sendmail.el (mml-to-mime): Add autoload form.
10437 (mail-encode-mml): Add a defvar.
10438 (mail-mode): Make mail-encode-mml buffer-local and initialize it
10439 to nil.
10440 (mail-send): If mail-encode-mml is non-nil, run the outgoing
10441 message through mml-to-mime, and reset mail-encode-mml to nil.
10442
28c45130
GM
104432011-09-09 Glenn Morris <rgm@gnu.org>
10444
10445 * woman.el (woman-if-body): When processing an .el block,
10446 do not delete the next .el block as well. (Bug#9447)
69f4b618 10447 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 10448
9b1c252e
MR
104492011-09-08 Martin Rudalics <rudalics@gmx.at>
10450
10451 * window.el (window-deletable-p): Make sure window is live before
10452 invoking window-prev-buffers.
10453
567457e3
LL
104542011-09-08 Leo Liu <sdl.web@gmail.com>
10455
10456 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
10457
97f05794
JL
104582011-09-08 Juri Linkov <juri@jurta.org>
10459
10460 * progmodes/compile.el (compilation-environment): Make it
10461 a defcustom (bug#8340).
10462
8b0874b5
MR
104632011-09-08 Martin Rudalics <rudalics@gmx.at>
10464
10465 * window.el (frame-auto-delete): Rename to window-auto-delete.
10466 Make it control auto-deletion of windows and/or frames.
10467 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 10468 for deleting window/frame. (Bug#9419)
8b0874b5
MR
10469 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
10470 Rewrite handling of case when window/frame can be deleted.
10471 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 10472 argument t. (Bug#9456)
8b0874b5 10473
4feb6e73
CY
104742011-09-07 Chong Yidong <cyd@stupidchicken.com>
10475
10476 * help-mode.el (help-mode): Restore autoload.
10477
91ab9c13
JL
104782011-09-07 Juri Linkov <juri@jurta.org>
10479
10480 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
10481 `compilation-environment'. Set buffer-local
10482 `compilation-environment' to `thisenv' later after (funcall mode).
10483 (Bug#8340)
10484
10485 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
10486 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
10487 instead of replacing its value. (Bug#8340)
10488
0527e251
JL
104892011-09-07 Juri Linkov <juri@jurta.org>
10490
10491 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
10492 based on text properties put by `grep-filter' instead of matching
10493 escape sequences.
10494 (grep-mode): Set buffer-local `compilation-error-screen-columns'
10495 to the value of `grep-error-screen-columns' (bug#9438).
10496
249f792c
JL
104972011-09-07 Juri Linkov <juri@jurta.org>
10498
10499 * simple.el (next-error-highlight, next-error-highlight-no-select):
10500 Doc fix (bug#9432).
10501
ff7271b9
OT
105022011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
10503
10504 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
10505 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
10506
183fc730
LL
105072011-09-07 Leo Liu <sdl.web@gmail.com>
10508
10509 * net/rcirc.el (rcirc-mode): Conditionally initialize
10510 rcirc-input-ring.
10511
77694924
SM
105122011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
10513
10514 * emacs-lisp/find-func.el (find-function-C-source): Only set
10515 find-function-C-source-directory after checking that we found a source
10516 file there (bug#9440).
10517
d809b8eb
AM
105182011-09-06 Alan Mackenzie <acm@muc.de>
10519
10520 * isearch.el (isearch-other-meta-char): Wherever a key list is
10521 unread, "unread" the prefix arg, too. This fixes bug #8901.
10522
453de99f
OG
105232011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
10524
10525 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
10526
90439906
JL
105272011-09-05 Juri Linkov <juri@jurta.org>
10528
10529 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
10530
f62bd846
JL
105312011-09-05 Juri Linkov <juri@jurta.org>
10532
10533 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
10534 keeping point where processing of grep matches begins, and
10535 continue to delete remaining escape sequences from the same point.
10536 (grep-filter): Make leading zero optional in "0?1;31m" because
10537 git-grep emits "\033[1;31m" escape sequences unlike expected
10538 "\033[01;31m" as GNU Grep does (bug#9408).
10539 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
10540
045820ec
JL
105412011-09-05 Juri Linkov <juri@jurta.org>
10542
10543 * subr.el (y-or-n-p): Capitalize "yes".
10544
f5e29b9b
MA
105452011-09-04 Michael Albinus <michael.albinus@gmx.de>
10546
10547 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
10548 `tramp-cache-unload-hook' where appropriate.
10549 (tramp-methods): Rename `tramp-remote-sh' to
10550 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
10551 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
10552
10553 * net/tramp-sh.el (top): Don't require 'shell.
10554 (tramp-methods): Add `tramp-remote-shell' and
10555 `tramp-remote-shell-args' entries.
10556 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
10557 (tramp-sh-handle-shell-command): Remove.
10558 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
10559 Use `tramp-remote-shell'.
10560
2784c434
CY
105612011-09-03 Chong Yidong <cyd@stupidchicken.com>
10562
393a301e 10563 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
10564 (sendmail-query-once): Save directly to send-mail-function.
10565 Update message-send-mail-function too.
10566
10567 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
10568
464cdf56
CS
105692011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
10570
10571 * progmodes/python.el (python-mode-map): Use correct function to
10572 start python interpreter from menu-bar (as reported by Geert
10573 Kloosterman).
10574 (inferior-python-mode-map): Fix typo.
393a301e 10575 (python-shell-map): Remove.
464cdf56 10576
d37e5c87
DD
105772011-09-03 Deniz Dogan <deniz@dogan.se>
10578
10579 * net/rcirc.el (rcirc-print): Simplify code for
10580 rcirc-scroll-show-maximum-output. There is no need to walk
10581 through all windows to find the right one.
10582
f3ada0ee
CS
105832011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
10584
10585 * help.el (help-return-method): Doc fix.
10586
1f3c99ca
MR
105872011-09-03 Martin Rudalics <rudalics@gmx.at>
10588
10589 * window.el (window-deletable-p): Don't return a non-nil value
10590 when there's a buffer that was shown in the window before.
10591 (Bug#9419)
393a301e
SM
10592 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
10593 Set window's previous buffers to nil.
1f3c99ca 10594
a3cf097f
EZ
105952011-09-03 Eli Zaretskii <eliz@gnu.org>
10596
10597 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
10598 newline before and after the tag line, so it doesn't interfere
10599 with determining the paragraph direction of bidirectional text.
10600
3d03de90
LL
106012011-09-03 Leo Liu <sdl.web@gmail.com>
10602
10603 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
10604
c3313451
CY
106052011-09-02 Chong Yidong <cyd@stupidchicken.com>
10606
393a301e 10607 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
10608 (pop-to-buffer): Change interactive spec. Pass second argument
10609 directly to display-buffer.
10610 (display-buffer): Fix interactive spec. Use functionp to
10611 distinguish between a function and a list of functions.
10612
10613 * abbrev.el (edit-abbrevs):
10614 * arc-mode.el (archive-extract):
10615 * autoinsert.el (auto-insert):
10616 * bookmark.el (bookmark-bmenu-list):
10617 * files.el (find-file):
10618 * view.el (view-buffer):
10619 * progmodes/compile.el (compilation-goto-locus):
10620 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
10621
89894cd8
CY
106222011-09-02 Chong Yidong <cyd@stupidchicken.com>
10623
10624 * window.el (display-buffer-alist): Doc fix.
10625 (display-buffer): Add docstring. Don't treat
10626 display-buffer-default specially.
10627 (display-buffer-reuse-selected-window)
10628 (display-buffer-same-window, display-buffer-maybe-same-window)
10629 (display-buffer-reuse-window, display-buffer-pop-up-frame)
10630 (display-buffer-pop-up-window)
10631 (display-buffer-reuse-or-pop-window)
10632 (display-buffer-use-some-window): New functions.
10633 (display-buffer-default-action): Use them.
393a301e 10634 (display-buffer-default): Delete.
89894cd8
CY
10635 (pop-to-buffer-1): Fix choice of actions.
10636
ae0bc9fb
SM
106372011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
10638
10639 * minibuffer.el (completion--insert-strings): Don't get confused by
10640 completion entries that end with an LF char.
10641
e9d90883
EZ
106422011-09-01 Eli Zaretskii <eliz@gnu.org>
10643
10644 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
10645
437014c8
CY
106462011-09-01 Chong Yidong <cyd@stupidchicken.com>
10647
10648 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
10649 (display-buffer-same-window, display-buffer-other-window):
10650 New functions.
437014c8
CY
10651 (pop-to-buffer-1): New function. Use the above.
10652 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 10653 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
10654
10655 * view.el (view-buffer-other-window, view-buffer-other-frame):
10656 Just use pop-to-buffer.
10657
a5e063d5
TV
106582011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10659
10660 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
10661
793d32bb
WH
106622011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
10663
10664 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
10665
d65e4c15
RS
106662011-08-31 Richard Stallman <rms@gnu.org>
10667
10668 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
10669 of the separation of rmail-view-buffer from rmail-buffer.
10670 If you say no to "replace original", the decrypt is in the
10671 view buffer. If you say yes, the decrypt goes into the
10672 rmail buffer also.
10673
f818cd2a
MR
106742011-08-31 Martin Rudalics <rudalics@gmx.at>
10675
10676 * window.el (display-buffer-window): Rewrite doc-string.
10677 (display-buffer-record-window): New function.
10678 (display-buffer-macro-specifiers)
10679 (display-buffer-even-window-sizes, display-buffer-set-height)
10680 (display-buffer-set-width, display-buffer-in-window)
10681 (display-buffer-reuse-window, display-buffer-split-specifiers)
10682 (display-buffer-side-specifiers, display-buffer-split-window-1)
10683 (display-buffer-split-window, display-buffer-split-atom-window)
10684 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
10685 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
10686 (display-buffer-other-window-means-other-frame)
10687 (display-buffer-normalize-special)
10688 (display-buffer-normalize-default)
10689 (display-buffer-normalize-argument)
10690 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
10691 (display-buffer-normalize-specifiers, display-buffer-frame)
10692 (display-buffer-same-window, display-buffer-same-frame)
10693 (display-buffer-other-window)
10694 (display-buffer-same-frame-other-window)
10695 (display-buffer-other-frame, pop-to-buffer-same-window)
10696 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
10697 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
10698 (switch-to-buffer-same-frame)
10699 (switch-to-buffer-other-window-same-frame)
10700 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
10701 (display-buffer-alist-set-1, display-buffer-alist-set-2)
10702 (display-buffer-alist-set): Remove.
10703 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
10704 (special-display-regexps, special-display-function):
10705 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
10706 parameter.
10707 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
10708 (special-display-frame-alist, special-display-popup-frame)
10709 (same-window-buffer-names, same-window-regexps, same-window-p)
10710 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
10711 (split-window-preferred-function, split-height-threshold)
10712 (split-width-threshold, window-splittable-p)
10713 (split-window-sensibly, window--try-to-split-window)
10714 (window--frame-usable-p, even-window-heights)
10715 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
10716 (window--display-buffer-2, display-buffer-other-frame):
10717 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
10718 (display-buffer-default, display-buffer-assq-regexp): New functions.
10719 (display-buffer-alist): Rewrite doc-string.
10720 (display-buffer-default-action)
10721 (display-buffer-overriding-action): New variables.
10722 (display-buffer, switch-to-buffer): Rewrite.
10723 (pop-to-buffer): Restore Emacs 23 behavior but use
10724 window-normalize-buffer-to-display.
10725 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
10726 Restore Emacs 23 behavior but use
10727 window-normalize-buffer-to-switch-to.
10728 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
10729 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
10730 Rewrite using Emacs 23 options.
f818cd2a 10731
5bc3b51d
MA
107322011-08-31 Michael Albinus <michael.albinus@gmx.de>
10733
10734 * net/tramp.el (tramp-root-regexp): Remove.
10735 (tramp-completion-file-name-regexp-unified)
10736 (tramp-completion-file-name-regexp-separate)
10737 (tramp-completion-file-name-regexp-url): Don't use leading volume
b46a6a83 10738 letter on w32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
10739 (tramp-drop-volume-letter): Simplify definition.
10740 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 10741
b1a4f8e1
SM
107422011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
10743
10744 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
10745 (bug#9356).
10746
5664fa7b
RT
107472011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
10748
b1a4f8e1 10749 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 10750
9a45d6c3
JL
107512011-08-29 Juri Linkov <juri@jurta.org>
10752
10753 * isearch.el (isearch-done): Don't display message "Mark saved"
10754 when arg `edit' is non-nil to prevent its flicker in the echo area.
10755
fb87e0fb
CY
107562011-08-28 Chong Yidong <cyd@stupidchicken.com>
10757
10758 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
10759 obsolete packages for deletion.
10760
09ac1c2a
CS
107612011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
10762
10763 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 10764 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
10765 view-mode from help-mode.
10766 (help-xref-override-view-map): Remove.
10767 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
10768 view-mode is not used anymore.
10769
7a1ff57f
CY
107702011-08-28 Chong Yidong <cyd@stupidchicken.com>
10771
10772 * server.el (server-port): Doc fix.
10773
b9696605
CY
10774 * cus-theme.el (custom-theme-choose-mode): Inherit from
10775 special-mode (Bug#9124).
10776 (custom-theme-choose-mode-map): Add special-mode to parent.
10777
ef8cdf8c
AM
107782011-08-28 Alan Mackenzie <acm@muc.de>
10779
10780 * progmodes/cc-fonts.el
10781 (c-make-font-lock-BO-decl-search-function): New function.
10782 (c-basic-matchers-after - "Fontify the clauses after various
10783 keywords"): Extract the three keyword lists for the 3 erroneous
10784 constructs from the list of four, and use the new function above
10785 in place of an old one.
10786
27de4e20
DD
107872011-08-28 Deniz Dogan <deniz@dogan.se>
10788
10789 * net/rcirc.el (rcirc-insert-prev-input)
10790 (rcirc-insert-next-input): Remove unused argument.
10791
356a3681
SM
107922011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10793
10794 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
10795
3fc9b218
AM
107962011-08-27 Alan Mackenzie <acm@muc.de>
10797
10798 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
10799 handle function pointer parameters properly.
10800
538a061c
MR
108012011-08-27 Martin Rudalics <rudalics@gmx.at>
10802
10803 * window.el (display-buffer-reuse-window): Fix case where
10804 selected window was reused with non-nil OTHER-WINDOW argument.
10805 (Bug#9381)
10806
35b1c40c
DD
108072011-08-27 Deniz Dogan <deniz@dogan.se>
10808
10809 * net/rcirc.el (rcirc-check-auth-status): Adding support for
10810 oftc's NickServ messages.
10811
2f6a3e79
GM
108122011-08-27 Glenn Morris <rgm@gnu.org>
10813
10814 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
10815
7254299e
CY
108162011-08-26 Chong Yidong <cyd@stupidchicken.com>
10817
10818 * emacs-lisp/package.el (package-install): Call package-initialize
10819 if called interactively.
10820
f8ccf167
LL
108212011-08-26 Leo Liu <sdl.web@gmail.com>
10822
10823 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
10824
3e8cd5ce
JL
108252011-08-25 Juri Linkov <juri@jurta.org>
10826
10827 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
10828 `search-whitespace-regexp' (bug#9364).
10829
93eb7113
JL
108302011-08-25 Juri Linkov <juri@jurta.org>
10831
10832 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
10833 `regexp-search-ring' to their global values to protect from
10834 updating by `read-from-minibuffer' (bug#9185).
10835
f65d1611
JL
108362011-08-25 Juri Linkov <juri@jurta.org>
10837
10838 * textmodes/ispell.el (ispell-command-loop): Add newline
10839 at the end of the "Use option `i'..." line.
10840
f1cf7a31
JL
108412011-08-25 Juri Linkov <juri@jurta.org>
10842
10843 * battery.el (display-battery-mode): If `battery-status-function'
10844 or `battery-mode-line-format' is nil, display the message and set
10845 `display-battery-mode' to nil (bug#9363).
10846
0c95fcf7
EZ
108472011-08-25 Eli Zaretskii <eliz@gnu.org>
10848
10849 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
10850 bidi-string-mark-left-to-right; they are unnecessary now.
10851
a2ebe600
DD
108522011-08-25 Deniz Dogan <deniz@dogan.se>
10853
10854 * net/quickurl.el: Documentation typo fixes.
10855
e4ed06f1
CY
108562011-08-25 Chong Yidong <cyd@stupidchicken.com>
10857
10858 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
10859
e5f1c99e
GM
108602011-08-25 Glenn Morris <rgm@gnu.org>
10861
b2948976
GM
10862 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
10863
e5f1c99e
GM
10864 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
10865 (smtpmail-via-smtp): Handle nil response from smtp.
10866
f22f4808
JL
108672011-08-24 Juri Linkov <juri@jurta.org>
10868
10869 * proced.el (proced-marked): Inherit from `error' instead of
10870 `font-lock-warning-face'.
10871
10872 * ibuffer.el (ibuffer-marked-face): Change default face from
10873 `font-lock-warning-face' to `warning'.
10874 (ibuffer-deletion-face): Change default face from
10875 `font-lock-type-face' to `error'.
10876
10877 * battery.el (battery-update): Use the face `error' instead of
10878 `font-lock-warning-face' (bug#6117).
10879
6a93965e
JL
108802011-08-24 Juri Linkov <juri@jurta.org>
10881
10882 * faces.el (success): Change face color from "Green3" to
10883 "ForestGreen" on light background (bug#9353).
10884
1ed43b09
CY
108852011-08-24 Chong Yidong <cyd@stupidchicken.com>
10886
5664fa7b
RT
10887 * window.el (quit-window): Rename from quit-restore-window.
10888 Use same arglist as old quit-window.
1ed43b09
CY
10889 (frame-auto-delete): Doc fix.
10890
10891 * view.el (view-mode-exit): Use quit-window.
10892
11dcdbb2
JL
108932011-08-24 Juri Linkov <juri@jurta.org>
10894
10895 * isearch.el (isearch-ring-adjust1): Start visiting previous
10896 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
10897 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
10898 for empty search string (when the last search string is reused
10899 automatically) to adjust the isearch ring to the last element and
10900 prepare the correct index for further M-p commands (bug#9185).
10901
de62b4df
KH
109022011-08-24 Kenichi Handa <handa@m17n.org>
10903
10904 * international/ucs-normalize.el: If decomposition property of
10905 CHAR is the default one (i.e. a list of CHAR itself), treat it as
10906 nil.
10907 (nfd, nfkd): Likewise.
10908
963b492b
SM
109092011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
10910
10911 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
10912 from process filters aren't reliably transmitted to the surrounding
10913 accept-process-output.
10914 (mpc-proc-check): New function.
10915 (mpc-proc-sync): Use it (bug#8293)
10916
93b6b5e1
SM
109172011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
10918
10919 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
10920 Add compatibility functions (bug#9313).
10921
bca633fb
EZ
109222011-08-23 Eli Zaretskii <eliz@gnu.org>
10923
b177498a
EZ
10924 * cus-start.el (all): Add entry for bidi-paragraph-direction.
10925
6df6ae42 10926 * international/uni-bidi.el: Regenerate.
bca633fb 10927
0902a04e
KH
109282011-08-23 Kenichi Handa <handa@m17n.org>
10929
10930 * international/charprop.el:
10931 * international/uni-bidi.el:
10932 * international/uni-category.el:
10933 * international/uni-combining.el:
10934 * international/uni-comment.el:
10935 * international/uni-decimal.el:
10936 * international/uni-decomposition.el:
10937 * international/uni-digit.el:
10938 * international/uni-lowercase.el:
10939 * international/uni-mirrored.el:
10940 * international/uni-name.el:
10941 * international/uni-numeric.el:
10942 * international/uni-old-name.el:
10943 * international/uni-titlecase.el:
10944 * international/uni-uppercase.el: Regenerate.
10945
3bbf23bc
MR
109462011-08-23 Martin Rudalics <rudalics@gmx.at>
10947
10948 * help.el (help-window-setup): Fix message displayed when other
10949 window is reused. (Bug#9341)
10950
b3fd59bd
SM
109512011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
10952
1802e444
SM
10953 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
10954 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
10955
b3fd59bd
SM
10956 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
10957 Mark obsolete.
10958 * shell.el (shell-parse-pcomplete-arguments): New function.
10959 (shell-completion-vars): Use it instead (bug#9160).
10960
4eb61348
SM
109612011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
10962
867cab74
SM
10963 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
10964 strings and comments (bug#9333).
10965
4eb61348
SM
10966 * emacs-lisp/debug.el (debug-arglist): New function.
10967 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
10968 (debug-on-entry-1): Handle interpreted closures (bug#9120).
10969
262a1439
JL
109702011-08-22 Juri Linkov <juri@jurta.org>
10971
56ee679c
JL
10972 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10973 Revert regexp that highlights output switches to its old
10974 pre-2010-10-28 value and remove one `?' from it (bug#9319).
10975
262a1439
JL
10976 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
10977 to check for empty output (bug#9226).
10978
f13f86fb
CY
109792011-08-22 Chong Yidong <cyd@stupidchicken.com>
10980
10981 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
10982 symbol-constituent as the default, as that stops font-lock from
10983 working properly (Bug#8843).
10984
c65c9622
LMI
109852011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10986
10987 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
10988 `coding-system-for-*' around the process open call to avoid
10989 auth-source side effects.
e7f2c178 10990 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
10991 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
10992 probe hangs.
c65c9622 10993
23a8a5ab
CY
109942011-08-21 Chong Yidong <cyd@stupidchicken.com>
10995
ff98b2dd
CY
10996 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
10997
23a8a5ab
CY
10998 * emacs-lisp/find-func.el (find-function-noselect): New arg
10999 lisp-only.
11000
11001 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
11002 signal an error for built-in functions (Bug#6664).
11003
f5e3c598
LMI
110042011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11005
11006 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
11007 (smtpmail-try-auth-methods): Use it.
11008
a3f2468a
CY
110092011-08-21 Chong Yidong <cyd@stupidchicken.com>
11010
2c34e8da
CY
11011 * font-lock.el (font-lock-fontify-region)
11012 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
11013 (font-lock-default-unfontify-buffer)
11014 (font-lock-default-fontify-region)
11015 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
11016
b3fd59bd
SM
11017 * progmodes/compile.el (compilation-error-properties):
11018 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
11019 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
11020 `ant' regexp.
ee31aabc 11021
a3f2468a
CY
11022 * net/browse-url.el (browse-url-firefox): Don't call
11023 browse-url-firefox-sentinel unless using -remote (Bug#9328).
11024
8e999f70
GM
110252011-08-20 Glenn Morris <rgm@gnu.org>
11026
c21a496a
GM
11027 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
11028
59ee0542
GM
11029 * tutorial.el (tutorial--default-keys): Update some default bindings.
11030
8e999f70
GM
11031 * files.el (hack-local-variables): Fully ignore case for "mode:".
11032
e3715033
AM
110332011-08-20 Alan Mackenzie <acm@muc.de>
11034
11035 Resolve invalid use of a regexp in regexp-opt.
11036
4d61f28d
JB
11037 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
11038 detection for a java annotation.
e3715033 11039
4d61f28d 11040 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
11041 detection for a java annotation.
11042
4d61f28d
JB
11043 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
11044 handling for java.
e3715033
AM
11045 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
11046
04ed2e9c
CY
110472011-08-20 Chong Yidong <cyd@stupidchicken.com>
11048
11049 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
11050 (Bug#9274).
11051
826cee64
AM
110522011-08-20 Alan Mackenzie <acm@muc.de>
11053
58179cce 11054 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
11055 such a construct. Mainly for when jit-lock etc. starts a chunk
11056 here.
11057
58179cce 11058 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 11059 variable.
58179cce 11060 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
11061 c-make-font-lock-search-function.
11062 (c-make-font-lock-search-function): Use the above function.
11063 (c-make-font-lock-context-search-function): New function.
11064 (c-cpp-matchers): Enhance the preprocessor expression case with
11065 the above function
11066 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
11067 which takes an expression.
11068
11069 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
11070
13009bd8
MR
110712011-08-20 Martin Rudalics <rudalics@gmx.at>
11072
11073 * window.el (display-buffer-reuse-window)
11074 (display-buffer-pop-up-window): Don't reuse or split a side
11075 window.
11076
9234ff7f
GM
110772011-08-19 Glenn Morris <rgm@gnu.org>
11078
11079 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 11080 Downcase "Mode:". (Bug#9331)
9234ff7f 11081
f635daa1
CY
110822011-08-18 Chong Yidong <cyd@stupidchicken.com>
11083
11084 * international/characters.el: Add L and R categories.
11085
11086 * subr.el (bidi-string-mark-left-to-right): Rename from
11087 string-mark-left-to-right. Use category search.
11088
11089 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
11090
bc987f8b
JL
110912011-08-18 Juri Linkov <juri@jurta.org>
11092
11093 * faces.el (error, warning, success): New faces with definitions
11094 copied from old default values of `font-lock-warning-face',
11095 `compilation-warning', `compilation-info' (bug#6117).
11096
11097 * font-lock.el (font-lock-warning-face): Inherit from `error'.
11098
11099 * progmodes/compile.el (compilation-error): Inherit from `error'.
11100 (compilation-warning): Inherit from `warning'.
11101 (compilation-info): Inherit from `success'.
11102
11103 * dired.el (dired-marked): Inherit from `warning'.
11104 (dired-flagged): Inherit from `error'.
11105
57173b96
LMI
111062011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
11107
3e79eb87
LMI
11108 * mail/smtpmail.el (auth-source): Require to avoid problems with
11109 binding variables (bug#9298). Also clean up some unused
11110 autoloads.
11111
b3fd59bd
SM
11112 * net/network-stream.el (network-stream-open-starttls):
11113 Support using starttls.el without using gnutls-cli.
57173b96 11114
02b404de
JL
111152011-08-17 Juri Linkov <juri@jurta.org>
11116
11117 * progmodes/grep.el (rgrep): Handle the case when
11118 `grep-find-command' is a cons cell (bug#9278).
11119
8c9177f2
MR
111202011-08-17 Martin Rudalics <rudalics@gmx.at>
11121
11122 * window.el (display-buffer-pop-up-frame): Run frame creation
11123 function with BUFFER current (as special-display-popup-frame
11124 does). Reported by Drew Adams.
11125
3644a0ab
DU
111262011-08-17 Daiki Ueno <ueno@unixuser.org>
11127
11128 * epa-mail.el: Simplify GnuPG group expansion using
11129 epg-expand-group.
11130 (epa-mail-group-alist, epa-mail-group-modtime)
11131 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
11132 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
11133 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
11134 Remove.
11135
5e617bc2 111362011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
11137
11138 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
11139
9c4aeabf
AM
111402011-08-16 Alan Mackenzie <acm@muc.de>
11141
11142 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
11143 Correct, to avoid the inside of macros.
11144
3a99bf64
RS
111452011-08-16 Richard Stallman <rms@gnu.org>
11146
04963aa8
RS
11147 * epa-mail.el: Handle GnuPG group definitions.
11148 (epa-mail-group-alist, epa-mail-group-modtime)
11149 (epa-mail-gnupg-conf-file): New variables.
11150 (epa-mail-parse-groups, epa-mail-sync-groups)
11151 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
11152 (epa-mail-expand-recipients): New functions.
11153 (epa-mail-encrypt): Call epa-mail-expand-recipients.
11154
177549d0
RS
11155 * mail/rmail.el (rmail-epa-decrypt): New command.
11156
fe38beef
RS
11157 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
11158 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
11159 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
11160 (epa-decrypt-armor-in-region): Make error message clearer.
11161
934eacb9
SM
111622011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
11163
11164 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
11165 and "a2b" to "ab" for `prefix'.
11166
d024fb4e
CY
111672011-08-14 Chong Yidong <cyd@stupidchicken.com>
11168
11169 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
11170 filter groups.
de148fee
CY
11171 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
11172 Fourquet (Bug#8804).
d024fb4e 11173
62f1ca49
JB
111742011-08-12 Juanma Barranquero <lekktu@gmail.com>
11175
11176 * startup.el (argi): Declare as global variable (bug#9275).
11177
9ccaaa4b
CY
111782011-08-12 Chong Yidong <cyd@stupidchicken.com>
11179
11180 * subr.el (string-mark-left-to-right): Search the entire string
11181 for RTL script, not just the terminating character. Doc fix.
11182
a3dae87a
SM
111832011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
11184
6cd18349
SM
11185 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
11186 New function.
11187 (js--regexp-literal, js-syntax-propertize-function): Remove.
11188 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
11189 (js-mode-map): Don't rebind electric keys.
11190 (js-insert-and-indent): Remove.
11191 (js-mode): Setup electric-layout and electric-indent instead.
11192
a3dae87a
SM
11193 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
11194
9d5cb631
DU
111952011-08-12 Daiki Ueno <ueno@unixuser.org>
11196
11197 * epa.el (epa-progress-callback-function): Fix the logic of
11198 displaying progress.
11199 * epa-file.el (epa-file-insert-file-contents): Make progress
11200 display more user-friendly.
11201 (epa-file-write-region): Ditto.
11202
3e26a4a2
CY
112032011-08-10 Chong Yidong <cyd@stupidchicken.com>
11204
11205 * subr.el (string-mark-left-to-right): New function.
11206
11207 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
11208 Use string-mark-left-to-right.
11209 (list-buffers-noselect): Caller changed.
11210
a3dae87a
SM
11211 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
11212 Use string-mark-left-to-right.
3e26a4a2
CY
11213 (tabulated-list-print): Recenter after moving point.
11214
ac8cf6e6
JL
112152011-08-10 Juri Linkov <juri@jurta.org>
11216
11217 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
11218 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
11219 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
11220
8d96c9a4
CY
112212011-08-09 Chong Yidong <cyd@stupidchicken.com>
11222
11223 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
11224 (Bug#7554).
11225
7be1c708 112262011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
11227
11228 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
11229 character. (Bug#6594)
11230
37e11a63
CY
112312011-08-08 Chong Yidong <cyd@stupidchicken.com>
11232
839dde57
CY
11233 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
11234 (image-dired--with-db-file): New macro.
11235 (image-dired-write-tags, image-dired-remove-tag)
11236 (image-dired-create-gallery-lists, image-dired-write-comments)
11237 (image-dired-get-comment, image-dired-mark-tagged-files)
11238 (image-dired-list-tags, image-dired-gallery-generate): Use it.
11239 (image-dired-gallery-generate): Use insert-file-contents.
11240
37e11a63
CY
11241 * time.el (display-time-world-list, display-time-world-display):
11242 * time-stamp.el (time-stamp-string):
11243 * vc/add-log.el (add-change-log-entry): Use setenv instead of
11244 set-time-zone-rule (Bug#7337).
11245
0b4946c4
DU
112462011-08-08 Daiki Ueno <ueno@unixuser.org>
11247
11248 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
11249 (epg-error-to-string, epg-errors-to-string): New function.
11250 (epg-wait-for-completion): Reverse errors list.
11251 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
11252 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
11253 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
11254 (epg-sign-keys, epg-generate-key-from-file)
11255 (epg-generate-key-from-string): Format errors by using
11256 epg-errors-to-string (bug#9255).
11257 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
11258
75bfc667
JL
112592011-08-07 Juri Linkov <juri@jurta.org>
11260
11261 * faces.el (list-faces-display): Remove extra angle bracket
11262 from `help-mode-map'.
11263
11264 * info.el (Info-history-toc-nodes): Doc fix.
11265
11266 * longlines.el (longlines-mode): Doc fix.
11267
673e08bb
SM
112682011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
11269
4640dd88
SM
11270 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
11271 of statements and in a few more cases (bug#9183).
11272
673e08bb
SM
11273 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
11274 New functions.
11275 (cl-transform-lambda): Use them (bug#9239).
11276
89b3f019
MR
112772011-08-05 Martin Rudalics <rudalics@gmx.at>
11278
11279 * window.el (display-buffer-same-window)
11280 (display-buffer-same-frame, display-buffer-other-window)
11281 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
11282 (pop-to-buffer-other-window)
11283 (pop-to-buffer-same-frame-other-window)
11284 (pop-to-buffer-other-frame): Make them defuns.
11285 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
11286
640c8776
SM
112872011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
11288
11289 * subr.el (make-composed-keymap): Move from C. Change calling
11290 convention, and improve docstring to bring attention to a subtle point.
11291 * minibuffer.el (completing-read-default): Adjust accordingly.
11292
63648a95
MA
112932011-08-03 Michael Albinus <michael.albinus@gmx.de>
11294
11295 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
11296 (tramp-open-shell): Use `tramp-shell-quote-argument'.
11297
11298 * net/trampver.el: Update release number.
11299
b796c9b7
SM
113002011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
11301
11302 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
11303 "in" (bug#9190).
11304
2239d7d5
LMI
113052011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11306
e07dd7c3
LMI
11307 * mail/sendmail.el (sendmail-query-once): Restore the current
11308 buffer after querying (bug#9074).
11309
0e6a2bd7
LMI
11310 * dired.el (dired-flagged): Use different faces for marked and
11311 flagged files (bug#6117).
11312
ce887515
LMI
11313 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
11314 (bug#4433).
11315
92f2affc
LMI
11316 * ido.el (ido-mode): Switch off the message if called
11317 non-interactively.
11318
57d5aff0
LMI
11319 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
11320 before 587, since it appears that that's more likely to work for
11321 more people.
11322
98cd6c18 11323 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 11324 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
11325 exist.
11326
b96dec83
LMI
11327 * info.el: Remove the `Info-beginning-of-buffer' function
11328 (bug#8325).
11329
b796c9b7
SM
11330 * net/network-stream.el (network-stream-open-starttls):
11331 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 11332
d90e2ea0
MR
113332011-08-01 Martin Rudalics <rudalics@gmx.at>
11334
11335 * window.el (display-buffer-in-window): Don't set dedicated status
11336 of window here (Bug#9215).
11337 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
11338 (display-buffer-pop-up-side-window)
b796c9b7 11339 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 11340
cca09170
SM
113412011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
11342
11343 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
11344 before binding generated-autoload-file.
11345
027b979c
DD
113462011-08-01 Deniz Dogan <deniz@dogan.se>
11347
11348 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
11349
3c7ee4f3
MA
113502011-07-30 Michael Albinus <michael.albinus@gmx.de>
11351
11352 Sync with Tramp 2.2.2.
11353
11354 * net/trampver.el: Update release number.
11355
2cc8e51a
JL
113562011-07-30 Juri Linkov <juri@jurta.org>
11357
11358 * dired-aux.el (dired-touch-initial): Remove function.
11359 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
11360 current time, and `default' to the last modification time of the
11361 current marked file (bug#6887).
11362
a514d856
JM
113632011-07-28 Jose E. Marchesi <jemarch@gnu.org>
11364
11365 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 11366 numeric argument to read-number (bug#9163).
a514d856 11367
8a7eddd7
MA
113682011-07-27 Michael Albinus <michael.albinus@gmx.de>
11369
11370 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
11371 connection process, it could be nil.
11372
1ddd96f5
LL
113732011-07-27 Leo Liu <sdl.web@gmail.com>
11374
11375 Simplify url handling in rcirc-mode.
11376
11377 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
11378 (rcirc-browse-url-at-mouse): Remove.
11379 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
11380
b248a85d
AM
113812011-07-26 Alan Mackenzie <acm@muc.de>
11382
11383 Fontify bitfield declarations properly.
11384
11385 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
11386 (c-symbol-chars): Now exported as a lang variable.
11387 (c-not-primitive-type-keywords): New lang variable.
11388
11389 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
11390 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 11391 parsed as a bitfield declaration.
b248a85d 11392
b796c9b7
SM
11393 * progmodes/cc-engine.el (c-beginning-of-statement-1):
11394 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
11395 (c-punctuation-in): New function.
11396 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
11397 declarations properly.
11398
68575ab0
UJ
113992011-07-26 Ulf Jasper <ulf.jasper@web.de>
11400
11401 * calendar/icalendar.el (icalendar--all-events): Take care of
11402 multiple vcalendars in a single file.
b796c9b7 11403 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 11404
0f0a88b9
DD
114052011-07-25 Deniz Dogan <deniz@dogan.se>
11406
11407 * image.el (insert-image): Clarifying docstring.
11408
0b3f36df
MA
114092011-07-24 Michael Albinus <michael.albinus@gmx.de>
11410
11411 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
11412 `tramp-send-command-and-check' if there is no error.
11413 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
11414
a9901f61
AM
114152011-07-22 Alan Mackenzie <acm@muc.de>
11416
11417 Prevent cc-langs.elc being loaded at run time.
11418
11419 * progmodes/cc-mode.el: Remove two autoload forms which loaded
11420 cc-langs.
11421
4d61f28d 11422 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
11423 "(require 'cc-langs)". Quote a form so it will evaluate at
11424 (cc-mode's) compilation time.
11425
11d074b2
MA
114262011-07-22 Michael Albinus <michael.albinus@gmx.de>
11427
11428 * net/tramp.el (tramp-file-name-handler): Avoid recursive
11429 loading. (Bug#9114)
11430
938b94c8
MR
114312011-07-21 Martin Rudalics <rudalics@gmx.at>
11432
11433 * window.el (display-buffer-pop-up-window)
11434 (display-buffer-pop-up-side-window)
11435 (display-buffer-in-side-window): Call display-buffer-set-height
11436 and display-buffer-set-width after setting the new window's
b796c9b7 11437 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 11438
bfa4f190
SS
114392011-07-20 Sam Steingold <sds@gnu.org>
11440
11441 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
11442 (etags-tags-included-tables): Call `convert-standard-filename' on
11443 the file names contained in TAGS so that windows Emacs can handle
11444 TAGS files created by cygwin ctags.
11445
8ca42262
LMI
114462011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
11447
11448 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
11449 which apparently didn't work.
11450
5db2afd2 114512011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 11452
5db2afd2
RW
11453 * proced.el (proced-send-signal): For *Marked Processes* buffer
11454 put point at beginning of buffer.
11455
92e15d10
SB
114562011-07-19 Stephen Berman <stephen.berman@gmx.net>
11457
11458 * proced.el (proced-format): Make header lines align with the text
11459 (bug#1779).
11460
1bfd59e5
LMI
114612011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11462
11463 * view.el (view-buffer): Allow running in `special' modes if we're
11464 visiting a file (bug#8615).
11465
f5aae37c
MR
114662011-07-19 Martin Rudalics <rudalics@gmx.at>
11467
11468 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
11469 (display-buffer-alist-set-1, display-buffer-alist-set-2):
11470 New functions.
f5aae37c
MR
11471 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
11472 more accurately.
11473
bf2c1571
AM
114742011-07-18 Alan Mackenzie <acm@muc.de>
11475
11476 Fontify declarators properly when, e.g., a jit-lock chunk begins
11477 inside a declaration.
11478
11479 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
11480
b796c9b7
SM
11481 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
11482 New function.
bf2c1571
AM
11483 (c-complex-decl-matchers): Insert reference to
11484 c-font-lock-enclosing-decls.
11485
11486 * progmodes/cc-engine.el (c-backward-single-comment):
11487 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
11488 to nil around calls to (forward-comment -1).
11489
4e190b80
LMI
114902011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
11491
12dc863d
LMI
11492 * image.el (put-image): Doc typo fix.
11493
a762e966
LMI
11494 * progmodes/etags.el (tags-search): Doc typo fix.
11495
4e190b80
LMI
11496 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
11497 password if we get errors 550 to 554.
11498
f019fb21
LMI
114992011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
11500
b796c9b7 11501 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 11502
81746738
LMI
11503 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
11504 indentation character (bug#6380).
11505
3ee3a1b5
LMI
11506 * files.el (buffer-offer-save): Made permanently local (bug#6241).
11507
c82f64de
LMI
11508 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
11509 to clarify what the problem is (bug#4291).
11510
f019fb21
LMI
11511 * simple.el (current-kill): Clarify what
11512 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
11513 (auto-fill-mode): Document `auto-fill-function' in relation to
11514 `auto-fill-mode' (bug#2470).
f019fb21 11515
0794775d
LM
115162011-07-16 Lawrence Mitchell <wence@gmx.li>
11517
11518 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
11519 method if slot is read-only (bug#9035).
11520
be39b8cc
MR
115212011-07-16 Martin Rudalics <rudalics@gmx.at>
11522
b796c9b7 11523 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 11524 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
11525 selected before, see discussion of (Bug#8615), (Bug#6954).
11526 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 11527
6ccf7859
GM
115282011-07-15 Glenn Morris <rgm@gnu.org>
11529
11530 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 11531 Respect help-form.
6ccf7859 11532
87e86684
LM
115332011-07-09 Lawrence Mitchell <wence@gmx.li>
11534
11535 * net/gnutls.el (gnutls-min-prime-bits): New variable.
11536 (gnutls-negotiate): Use it.
11537
d6066239
LMI
115382011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
11539
b796c9b7
SM
11540 * net/gnutls.el (gnutls-negotiate):
11541 Upcase `gnutls-algorithm-priority'.
d6066239 11542
bd23ebc0
GM
115432011-07-15 Glenn Morris <rgm@gnu.org>
11544
c65bca65
GM
11545 * jka-compr.el (jka-compr-verbose): Move from here...
11546 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
11547 Add missing :version tag.
11548 * info.el: No need to require jka-compr when compiling.
bd23ebc0 11549
478615cc
LMI
115502011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
11551
7b41decb
LMI
11552 * net/gnutls.el (gnutls-algorithm-priority): New variable.
11553 (gnutls-negotiate): Use it.
11554
dbc44fcd
LMI
11555 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
11556
06789f97
LMI
11557 * info.el (Info-beginning-of-buffer): New command.
11558 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
11559 announcing `b' as the key (bug#8325).
ab896c37 11560 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 11561
c39da690
LMI
11562 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
11563
3aa5f34b
LMI
11564 * international/mule-cmds.el
11565 (describe-specified-language-support): Make the error message
11566 clearer (bug#8905).
11567
4bf0979f
LMI
11568 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
11569
478615cc
LMI
11570 * isearch.el (isearch-barrier): Add a doc string, since it's
11571 mentioned in a function doc string (bug#8678).
11572
75c68aa1
MR
115732011-07-15 Martin Rudalics <rudalics@gmx.at>
11574
11575 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
11576 buffer argument (Bug#9083) and self-identifying label argument.
11577
a7c33da2
GM
115782011-07-15 Glenn Morris <rgm@gnu.org>
11579
11580 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
11581
2f5c6024
LMI
115822011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
11583
11584 * man.el (Man-fontify-manpage): Fix message when formatting the
11585 man page (bug#7929).
11586
0bb23927 115872011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
11588
11589 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
11590 argument LRM; if non-nil, append an invisible LRM character to the
11591 buffer name.
11592 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
11593 last argument non-nil, when formatting buffer names.
0bb23927
EZ
11594 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
11595 paragraph direction.
cce4b0a7 11596
621ef9ab
LMI
115972011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
11598
d1583c48
LMI
11599 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
11600 the man page name (bug#7929).
11601
6a57fb5f
LMI
11602 * image.el (put-image): Mention the `put-image' overlay property
11603 (bug#7834).
11604
d7956b14
LMI
11605 * scroll-bar.el (set-scroll-bar-mode): Mention that
11606 `scroll-bar-mode' lists the values (bug#7772).
11607
5b2d4a66
LMI
11608 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
11609 command (bug#7729).
11610
7509a874
LMI
11611 * rect.el (apply-on-rectangle): Return the point after the last
11612 operation.
11613 (string-rectangle): Go to the point after the last operation
11614 (bug#7522).
11615
4fe74b19
LMI
11616 * printing.el (pr-toggle-region): Clarify the documentation
11617 slightly (bug#7493).
11618
b796c9b7
SM
11619 * time.el (display-time-update):
11620 Allow `display-time-mail-function' to return nil (bug#7158).
11621 Fix suggested by Detlev Zundel.
ab283561 11622
fc233c9d
LMI
11623 * vc/diff.el (diff): Clarify the order the file names are read
11624 (bug#7111).
11625
43f5740b
LMI
11626 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
11627 the doc string (bug#7015).
11628
f2182a76
LMI
11629 * font-lock.el (font-lock-maximum-decoration): Mention what
11630 numeric levels mean (bug#6935).
11631
621ef9ab
LMI
11632 * startup.el (initial-buffer-choice): Don't mention the `none'
11633 selection, which is against policy.
11634
adc47434
MR
116352011-07-14 Martin Rudalics <rudalics@gmx.at>
11636
b796c9b7
SM
11637 * window.el (display-buffer-normalize-special):
11638 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 11639
7e5bfb8f
EZ
116402011-07-14 Eli Zaretskii <eliz@gnu.org>
11641
11642 * subr.el (version<, version<=, version=): Mention "-CVS" and
11643 "-12345" alpha version numbers.
11644
27fa387a
CY
116452011-07-14 Chong Yidong <cyd@stupidchicken.com>
11646
11647 * bindings.el: Add advertised binding for set-mark-command
11648 (Bug#5772).
11649
8bdfa064
CY
116502011-07-14 Chong Yidong <cyd@stupidchicken.com>
11651
11652 * bindings.el (mode-line-other-buffer):
11653 * bookmark.el (bookmark-bmenu-2-window):
11654 * bs.el (bs-cycle-next, bs-cycle-previous):
11655 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
11656 switch-to-buffer.
11657
11658 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 11659 Delete.
8bdfa064 11660
5eba16a3
JB
116612011-07-14 Juanma Barranquero <lekktu@gmail.com>
11662
11663 * follow.el (follow-debug-message, follow-redisplay):
11664 * jka-cmpr-hook.el (with-auto-compression-mode):
11665 Fix typos in docstrings.
11666
15853710
LMI
116672011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11668
a28e4607
LMI
11669 * subr.el (with-silent-modifications): Clarify somewhat what the
11670 macro inhibits (bug#6525).
11671
15853710
LMI
11672 * simple.el (eval-expression): Note what it does if called
11673 interactively (bug#6495).
11674
bee0fcef
CY
116752011-07-13 Chong Yidong <cyd@stupidchicken.com>
11676
b796c9b7
SM
11677 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
11678 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
11679
11680 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
11681 Remove switch-to-buffer.
11682
58274504
LMI
116832011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11684
bd2fcc8d
LMI
11685 * files.el (make-directory): Clarify that an error will be raised
11686 if there's an error (bug#6397).
11687
0f04b32c
LMI
11688 * startup.el (initial-buffer-choice): Add `none' as a choice
11689 (bug#6234).
11690
465c5fc8
LMI
11691 * subr.el (add-hook): Clarify section about buffer-local hooks
11692 (bug#6218).
11693
58274504
LMI
11694 * dired.el (dired-flagged): Clarify doc string (bug#6117).
11695
bead9a43
JB
116962011-07-13 Juanma Barranquero <lekktu@gmail.com>
11697
11698 * tabify.el (untabify): Preserve the current column so that point
11699 doesn't move (bug#6032).
11700
3af98a7b
LMI
117012011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11702
b796c9b7
SM
11703 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
11704 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 11705
6240145a
GM
117062011-07-13 Glenn Morris <rgm@gnu.org>
11707
11708 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
11709 (dired-insert-directory): Give a message the first time
11710 if ls is found not to support --dired.
11711
1d8c2ccc
LMI
117122011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11713
11714 * simple.el (toggle-truncate-lines): Clarify what is toggled
11715 (bug#5580). Text by Drew Adams.
11716
5fc4038e
CY
117172011-07-13 Chong Yidong <cyd@stupidchicken.com>
11718
11719 * simple.el (blink-matching-open): Make the error message from the
11720 last change less verbose.
11721
bf6012e5
DN
117222011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
11723
11724 * font-lock.el (font-lock-comment-face): Use the high contrast
11725 "yellow" color for font-lock-comment-face on low color terminals
11726 using a dark background color (bug#4221).
11727
343c3b5a
LMI
117282011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11729
7e9505c5
LMI
11730 * dired.el (dired-insert-set-properties): Make the doc string
11731 reflect what it does now (bug#5325).
11732
c26fdcf5
LMI
11733 * simple.el (blink-matching-open): Say that we were unable to find
11734 the match within the limit, if we're limited (bug#5122).
11735
bb388cc5
LMI
11736 * international/mule-cmds.el (prefer-coding-system): Add an
11737 example (bug#4869).
11738
343c3b5a
LMI
11739 * progmodes/etags.el (tags-search): Document `file-list-form'
11740 (bug#4731).
11741
2a517d45
LM
117422011-07-13 Lawrence Mitchell <wence@gmx.li>
11743
11744 * net/browse-url.el (browse-url-default-browser)
11745 (browse-url-browser-function): Make the default browser choice a
11746 bit more logical (bug#4300). Also clean up the doc string.
11747
b6c78ef2
JB
117482011-07-13 Juanma Barranquero <lekktu@gmail.com>
11749
11750 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
11751 binary endings (bug#4440).
11752
1c4dd947
LMI
117532011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11754
a2014063
LMI
11755 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
11756 which can be pretty annoying (bug#8971).
11757
9c9c2d88
LMI
11758 * jka-compr.el (jka-compr-verbose): New variable, and use
11759 throughout (bug#8971).
11760
1c4dd947
LMI
11761 * info.el (Info-find-file): Fall back on the installation
11762 directory if we can't find the info node anywhere else.
11763
a1c9f41b
SO
117642011-07-13 Sergei Organov <osv@javad.com> (tiny change)
11765
11766 * vc/vc.el (vc-revert-file):
11767 Don't set file time-stamp in the past. (Bug#5181)
11768
536f3d36
LMI
117692011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
11770
7152b011
LMI
11771 * files.el (after-find-file): Give a better error message when
11772 trying to find a symlink that points to a file that doesn't exist
11773 (bug#4398).
11774
536f3d36
LMI
11775 * progmodes/cc-vars.el: Remove (probably) misleading comment
11776 (bug#4396).
11777
460c0fba
JB
117782011-07-12 Johan Bockgård <bojohan@gnu.org>
11779
11780 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
11781
7a6bda45
CY
117822011-07-12 Chong Yidong <cyd@stupidchicken.com>
11783
11784 * mouse-sel.el: Hack restoring functionality, while keeping
11785 compatibility with 2010-07-03 changes to mouse selection.
11786 (mouse-sel-primary-overlay): New var.
11787 (mouse-sel-selection-alist): Use it.
11788 (mouse-sel-mode): Doc fix; remove points that are default features
11789 of mouse.el.
11790
c79598ef
JB
117912011-07-12 Johan Bockgård <bojohan@gnu.org>
11792
11793 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11794 Fix previous fix (bug#2490).
11795
ff8be6ef
RW
117962011-07-12 Roland Winkler <winkler@gnu.org>
11797
b796c9b7
SM
11798 * textmodes/bibtex.el (bibtex-initialize):
11799 Use pop-to-buffer-same-window.
ff8be6ef
RW
11800 (bibtex-search-entries): Fix interactive call.
11801
296ba3ee
LMI
118022011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
11803
f5242a02 11804 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
11805 Fontise bytecomp Error lines more correctly (bug#2490).
11806 Fix suggested by Johan Bockgård.
f5242a02 11807
296ba3ee
LMI
11808 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
11809
11810 * dired-x.el (dired-guess-default): Use `delete-dups'.
11811
f69fd0d2
CY
118122011-07-12 Chong Yidong <cyd@stupidchicken.com>
11813
11814 * dired.el (dired-mark-prompt):
11815 * dired-aux.el (dired-read-shell-command): Doc fix.
11816
eab5dc07
LMI
118172011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11818
b796c9b7
SM
11819 * mail/sendmail.el (sendmail-query-once):
11820 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
11821 emacs -Q.
11822
11823 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
11824
eab5dc07
LMI
11825 * cus-edit.el (custom-file): Take an optional no-error variable.
11826 (customize-save-variable): Set the variable, and give a warning if
11827 running under "emacs -q".
11828
a1e65d42
JB
118292011-07-11 Juanma Barranquero <lekktu@gmail.com>
11830
11831 * loadhist.el (unload-feature-special-hooks):
11832 Add `auto-coding-functions', `fill-nobreak-predicate' and
11833 `find-directory-functions' (bug#5327).
11834
1d52da10
LMI
118352011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11836
be958f1d
LMI
11837 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
11838
5bedb26c
LMI
11839 * cus-edit.el (custom-guess-name-alist): -alist variables should
11840 use the `alist' type (bug#3120). Suggested by Drew Adams.
11841
1d52da10
LMI
11842 * printing.el: Add documentation to all the `pr-toggle-' commands.
11843
cd394be1 118442011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
11845
11846 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
11847 backends where it makes sense (bug#2623).
11848
dcc88d8a
LMI
118492011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11850
c3de9feb
LMI
11851 * dired-x.el (dired-guess-default): Remove duplicate shell command
11852 entries (bug#2028).
8a93078b 11853 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 11854 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 11855
dcc88d8a
LMI
11856 * subr.el (remove-duplicates): New conveniency function.
11857
505e3645
LMI
118582011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
11859
11860 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
11861 (bug#1526).
11862
118632011-07-10 Martin Rudalics <rudalics@gmx.at>
11864
11865 * window.el (display-buffer-normalize-default): Don't invert
11866 meaning of even-window-heights. Reported by Eli Zaretskii
11867 <eliz@gnu.org>.
11868
455e4fa1
BR
118692011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
11870
11871 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
11872
8e0bc3e9
CY
118732011-07-10 Chong Yidong <cyd@stupidchicken.com>
11874
11875 * window.el (display-buffer): Fix arguments to
11876 display-buffer-reuse-window in last change.
11877
fa7c3228
CY
11878 * faces.el (link): Use a less saturated blue on light backgrounds.
11879
11880 * startup.el (fancy-startup-text, fancy-about-text)
11881 (fancy-startup-tail): Use font-lock faces, for background safety.
11882
c0a7f300
BN
118832011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
11884
b796c9b7
SM
11885 * emulation/viper-cmd.el (viper-change-state-to-vi):
11886 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 11887
4dc2a129
MR
118882011-07-09 Martin Rudalics <rudalics@gmx.at>
11889
11890 * window.el (display-buffer-default-specifiers): Remove.
11891 (display-buffer-macro-specifiers): Remove default specifiers.
11892 (display-buffer-alist): Default to nil.
b796c9b7 11893 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
11894 (display-buffer-pop-up-window): Allow splitting internal
11895 windows. Check whether a live window was created.
11896 (display-buffer-other-window-means-other-frame)
11897 (display-buffer-normalize-arguments): Rename to
11898 display-buffer-normalize-argument and rewrite. Set the
11899 other-window specifier.
11900 (display-buffer-normalize-special): New function.
11901 (display-buffer-normalize-options): Rename to
11902 display-buffer-normalize-default and rewrite.
11903 (display-buffer-normalize-options-inhibit): Remove.
11904 (display-buffer-normalize-specifiers): Rewrite.
11905 (display-buffer): Process other-window specifier and call
11906 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
11907 more faithfully.
b796c9b7 11908 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 11909 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
11910 (display-buffer-in-window, display-buffer-alist-set):
11911 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
11912 <tassilo@member.fsf.org>.
11913
2d43b8c9
LL
119142011-07-09 Leo Liu <sdl.web@gmail.com>
11915
11916 * register.el (insert-register): Restore accidental change on
11917 2011-06-26. (Bug#9028)
11918
7f9b7c53
GM
119192011-07-09 Glenn Morris <rgm@gnu.org>
11920
11921 * subr.el (remq): Handle the empty list. (Bug#9024)
11922
f042cfd8
AS
119232011-07-08 Andreas Schwab <schwab@linux-m68k.org>
11924
11925 * mail/sendmail.el (send-mail-function): No longer delay custom
11926 initialization.
11927 * custom.el (custom-initialize-delay): Doc fix.
11928
856b2f11
SM
119292011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
11930
11931 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
11932
afae1d68
MA
119332011-07-08 Michael Albinus <michael.albinus@gmx.de>
11934
11935 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
11936 human-friendly prompt.
11937
0757af94
SM
119382011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
11939
11940 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
11941 provided by a particular plugin.
11942
d760b731
LMI
119432011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
11944
11945 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
11946 save customizations (with "emacs -Q"), just set the variable
11947 instead of erroring out.
11948
11949 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
11950
cd79ce90
JL
119512011-07-08 Juri Linkov <juri@jurta.org>
11952
11953 * arc-mode.el (archive-zip-expunge, archive-zip-update)
11954 (archive-zip-update-case): Use 7z if found by `executable-find'.
11955 The order of searching the available programs is the same as in
11956 `archive-zip-extract' (bug#8968).
11957
14cc04aa
CY
119582011-07-07 Chong Yidong <cyd@stupidchicken.com>
11959
11960 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
11961 (menu-bar-options-menu): Tweak descriptions.
11962
0a1848ec
LMI
119632011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
11964
11965 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
11966 menu items into verb phrases (bug#1421). Also refill to fit under
11967 80 columns.
11968
f5bd0689
CY
119692011-07-07 Chong Yidong <cyd@stupidchicken.com>
11970
538e85c6
CY
11971 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
11972 (Info-read-node-name): Doc fix (Bug#1084).
11973
f5bd0689
CY
11974 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
11975 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
11976 (end-of-sexp, beginning-of-sexp)
11977 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
11978 (forward-symbol, forward-same-syntax, word-at-point)
11979 (sentence-at-point): Doc fix (Bug#1144).
11980
56ec5115
LMI
119812011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
11982
f3f8e37f
LMI
11983 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
11984 should cover it (bug#1281).
11985
0757af94 11986 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 11987
e9fce1ac 11988 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
11989 negotiation fails, then possibly try again with a non-encrypted
11990 connection (bug#9017).
11991
56ec5115
LMI
11992 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
11993 be used.
11994
c2f9aec8
RS
119952011-07-07 Richard Stallman <rms@gnu.org>
11996
11997 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
11998 property, and handle its changed format.
11999 Look for the correct line number.
12000 Use file's line contents (but not past first =) to find
12001 correct line in message.
12002
ef7b981d 120032011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
12004
12005 * international/characters.el (build-unicode-category-table):
12006 Delete it.
0757af94 12007 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 12008
0757af94 12009 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
12010 to src/chartab.c.
12011 (get-char-code-property): Call unicode-property-table-internal to
12012 load a file. Call get-unicode-property-internal where necessary.
12013 (put-char-code-property): Call unicode-property-table-internal to
12014 load a file. Call put-unicode-property-internal where necessary.
12015 put-unicode-property-internal where necessary.
0757af94
SM
12016 (char-code-property-description):
12017 Call unicode-property-table-internal to load a file.
c805dec0
KH
12018
12019 * international/charprop.el:
12020 * international/uni-bidi.el:
12021 * international/uni-category.el:
12022 * international/uni-combining.el:
12023 * international/uni-comment.el:
12024 * international/uni-decimal.el:
12025 * international/uni-decomposition.el:
12026 * international/uni-digit.el:
12027 * international/uni-lowercase.el:
12028 * international/uni-mirrored.el:
12029 * international/uni-name.el:
12030 * international/uni-numeric.el:
12031 * international/uni-old-name.el:
12032 * international/uni-titlecase.el:
12033 * international/uni-uppercase.el: Regenerate.
12034
12035 * loadup.el: Load international/charprop.el before
12036 international/characters.
12037
e14b388a
CY
120382011-07-07 Chong Yidong <cyd@stupidchicken.com>
12039
12040 * window.el (next-buffer, previous-buffer): Signal an error if
12041 called from a minibuffer window.
12042
12043 * bindings.el: Revert 2011-07-04 change.
12044
354cf0ba
RS
120452011-07-06 Richard Stallman <rms@gnu.org>
12046
12047 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
12048 (rmail-mime-insert-bulk, rmail-mime-insert-text):
12049 Treat markers like ints.
12050 (rmail-mime-entity): Doc fix.
12051
a48868a7
LMI
120522011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
12053
4906cd3d
LMI
12054 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
12055 defcustom again for backwards compatibility.
12056
e0457abe
LMI
12057 * simple.el (shell-command-on-region): Fill.
12058
d67f7e1f
LMI
12059 * dired-aux.el (dired-kill-line): Add a doc string.
12060
fe204702
LMI
12061 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
12062 to "\\sw\\|\\s_" (bug#358).
12063
a48868a7
LMI
12064 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
12065 (dired-unmark-backward): Ditto.
12066 (dired-flag-backup-files): Ditto.
12067
12068 * dired-x.el (dired-mark-sexp): Ditto.
12069
aa8a705c
RS
120702011-07-06 Richard Stallman <rms@gnu.org>
12071
12072 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
12073 (rmail-mime-entity): New arg TRUNCATED.
12074 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
12075 New functions.
12076 (rmail-mime-save): Warn if entity is truncated.
12077 (rmail-mime-toggle-hidden): Likewise, for showing.
12078 (rmail-mime-process-multipart): Record when an entity is truncated.
12079
a9a936b9
RS
12080 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
12081 if ENTITY is a string.
12082
1f2b92cb
LMI
120832011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
12084
f4f73198 12085 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
12086 of faces when `M-C-x'-ing their definitions (bug#8378).
12087 Also clean up the code slightly.
f4f73198 12088
12b16734 12089 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 12090 because that makes the colors go away.
12b16734 12091
f0691d22
LMI
12092 * mail/sendmail.el (send-mail-function): Change the default to
12093 `sendmail-query-once'.
9e87df06 12094 (sendmail-query-once): Add an autoload cookie.
f0691d22 12095
1f2b92cb
LMI
12096 * net/network-stream.el (network-stream-open-starttls): Try using
12097 a plain connection even if the server offered STARTTLS, and we
12098 kinda wanted to use it, if Emacs doesn't have any STARTTLS
12099 capability. This should make smtpmail.el work in slightly more
12100 configurations.
12101
1cdd2a1b
MA
121022011-07-06 Michael Albinus <michael.albinus@gmx.de>
12103
12104 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
12105 New defun.
12106 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
12107
fbcc67e2
MM
121082011-07-06 Michael R. Mauger <mmaug@yahoo.com>
12109
12110 * progmodes/sql.el: Version 3.0
0757af94 12111 (sql-product-alist): Add product :completion-object,
fbcc67e2 12112 :completion-column, and :statement attributes.
0757af94 12113 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 12114 (sql-mode-syntax-table): Mark all punctuation.
0757af94 12115 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
12116 ansi keywords.
12117 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 12118 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
12119 (sql-oracle-show-reserved-words): New function for development.
12120 (sql-product-font-lock): Simplify for source code buffers.
12121 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
12122 New functions.
12123 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
12124 (sql-mode-map): Add statement movement functions.
12125 (sql-ansi-statement-starters, sql-oracle-statement-starters):
12126 New variable.
fbcc67e2
MM
12127 (sql-statement-regexp, sql-beginning-of-statement)
12128 (sql-end-of-statement, sql-signum): New functions.
0757af94 12129 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
12130 (sql-show-sqli-buffer): Bug fix.
12131 (sql-interactive-mode): Store connection data as buffer local.
0757af94 12132 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
12133 with sql-interactive-mode.
12134 (sql-save-connection): Save buffer local settings.
0757af94 12135 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
12136 (sql-product-interactive): Bug fix.
12137 (sql-preoutput-hold): New variable.
12138 (sql-interactive-remove-continuation-prompt): Bug fixes.
12139 (sql-debug-redirect): New variable.
12140 (sql-str-literal): New function.
12141 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 12142 Redesign.
fbcc67e2
MM
12143 (sql-oracle-save-settings, sql-oracle-restore-settings)
12144 (sql-oracle-list-all, sql-oracle-list-table): New functions.
12145 (sql-completion-object, sql-completion-column)
12146 (sql-completion-sqlbuf): New variables.
12147 (sql-build-completions-1, sql-build-completions)
12148 (sql-try-completion): New functions.
12149 (sql-read-table-name): Use them.
12150 (sql-contains-names): New buffer local variable.
12151 (sql-list-all, sql-list-table): Use it.
12152 (sql-oracle-completion-types): New variable.
12153 (sql-oracle-completion-object, sql-sqlite-completion-object)
12154 (sql-postgres-completion-object): New functions.
12155
d4eaeab1
GM
121562011-07-06 Glenn Morris <rgm@gnu.org>
12157
12158 * window.el (pop-to-buffer): Doc fix.
12159
322b7dab 121602011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
12161
12162 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
12163
322b7dab 121642011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 12165
322b7dab 12166 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 12167
322b7dab 12168 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 12169
605dd5bf
CY
121702011-07-05 Chong Yidong <cyd@stupidchicken.com>
12171
12172 * button.el (button): Inherit from link face. Suggested by Dan
12173 Nicolaescu.
12174
7dbfa719
SM
121752011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
12176
3db614b0
SM
12177 * progmodes/gdb-mi.el: Fit in 80 columns.
12178 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
12179 switch-to-buffer.
12180
7dbfa719
SM
12181 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
12182 if imenu is simply not configured (bug#8941).
12183
919d884a
KM
121842011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
12185
12186 * allout.el (allout-post-undo-hook): New allout outline-change
12187 event hook to signal undo activity.
12188 (allout-post-command-business): Run allout-post-undo-hook if an
12189 undo just occurred.
7dbfa719
SM
12190 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
12191 * allout-widgets.el (allout-widgets-after-undo-function):
12192 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
12193 in the vicinity of an undo.
12194 (allout-widgets-mode): Include allout-widgets-after-undo-function
12195 on the new allout-post-undo-hook.
12196
450a0f09
SM
121972011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
12198
12199 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
12200 Let define-derived-mode define it.
12201 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
12202 cycles of abbrev-table inheritance (bug#8998).
12203
2de69e00
RW
122042011-07-05 Roland Winkler <winkler@gnu.org>
12205
12206 * textmodes/bibtex.el: Add support for biblatex.
12207 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
12208 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
12209 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
12210 (bibtex-entry-alist, bibtex-field-alist): New variables.
12211 (bibtex-entry-field-alist): Obsolete alias for
12212 bibtex-BibTeX-entry-alist.
12213 (bibtex-entry-alist, bibtex-field-alist): New widgets.
12214 (bibtex-set-dialect): New command.
12215 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
12216 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
12217 Bind via bibtex-set-dialect.
2de69e00
RW
12218 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
12219 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
12220 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
12221 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
12222 Define via bibtex-set-dialect.
450a0f09
SM
12223 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
12224 Obey bibtex-no-opt-remove-re.
2de69e00
RW
12225 (bibtex-vec-push, bibtex-vec-incr): New functions.
12226 (bibtex-format-entry, bibtex-field-list)
12227 (bibtex-print-help-message, bibtex-validate)
12228 (bibtex-search-entries): Use new format of bibtex-entry-alist.
12229
2dcdbdd9
SM
122302011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
12231
12232 * progmodes/compile.el (compilation-goto-locus):
12233 * net/tramp-cmds.el (tramp-append-tramp-buffers):
12234 * bs.el (bs-cycle-next, bs-cycle-previous):
12235 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
12236 * bindings.el (mode-line-other-buffer):
12237 * autoinsert.el (auto-insert):
12238 * arc-mode.el (archive-extract):
12239 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
12240
b27640fe
JB
122412011-07-05 Juanma Barranquero <lekktu@gmail.com>
12242
12243 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
12244 Fix check of `emacs-lock-unlockable-modes'.
12245 Coerce true values of `emacs-lock--try-unlocking' to t.
12246
53bbe3ad
JB
122472011-07-05 Juanma Barranquero <lekktu@gmail.com>
12248
12249 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
12250 * emacs-lock.el: New file.
12251
1d3cdbc7
JD
122522011-07-05 Julien Danjou <julien@danjou.info>
12253
12254 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
12255 than `boundp' to check if face is set.
12256
9173deec
JB
122572011-07-05 Juanma Barranquero <lekktu@gmail.com>
12258
12259 * register.el (registerv-make):
12260 * window.el (window-min-height): Fix typos in docstrings.
12261
869795d6
JD
122622011-07-05 Jan Djärv <jan.h.d@swipnet.se>
12263
9173deec 12264 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
12265 Update doc string.
12266
b768cdcd
JB
122672011-07-04 Juanma Barranquero <lekktu@gmail.com>
12268
12269 * server.el (server-execute): Catch quit and call
12270 `server-return-error' to pass the error back to emacsclient and
12271 close the connection (bug#8942).
12272
13aa217b
KM
122732011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
12274
12275 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
12276 insecure exception for current topic. Also note that auto-saves
12277 are handled differently.
12278
5d3385a0 12279 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
13aa217b
KM
12280 State variables for tracking auto-save inhibition situation.
12281
12282 (allout-write-contents-hook-handler): Rename from
12283 'allout-write-file-hook-handler', and describe how it depends on
12284 write-contents-functions sensitivity to non-nil value to prevent
12285 file write.
12286
12287 (allout-auto-save-hook-handler): Remove. auto-save does not check
12288 this in individual buffers, only in the starting buffer, so this
12289 is not the right way for us to inhibit auto-save in a buffer
12290 according to its condition.
12291
12292 (allout-mode): Use new allout-write-contents-hook-handler, and
12293 only with write-contents-functions. Remove auto-save provisions -
12294 they're implemented elsewhere.
12295
12296 (allout-before-change-handler): If undo is in progress, note that
12297 for attention of allout-post-command-business.
12298
12299 (allout-post-command-business): If the command we're following was
12300 an undo, check for change in the status of encrypted items and
12301 adjust auto-save inhibitions accordingly.
12302
12303 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
12304 according to whether there are or aren't any plain-text topics
12305 pending encryption.
12306
2dcdbdd9 12307 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
12308 Adjust buffer-saved-size and some allout state to inhibit auto-saves
12309 if there are plain-text topics pending encryption.
13aa217b
KM
12310
12311 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
12312 buffer-saved-size and some allout state to not inhibit auto-saves
12313 if there are no longer any plain-text topics pending encryption.
12314
0757af94
SM
12315 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
12316 No longer provide for exemption of the current topic.
13aa217b 12317
ac89b32c
JL
123182011-07-04 Juri Linkov <juri@jurta.org>
12319
12320 Add 7z operations to delete and save changed members (bug#8968).
12321 * arc-mode.el (archive-7z-expunge, archive-7z-update):
12322 New defcustoms.
12323 (archive-7z-write-file-member): New function.
12324 (archive-7z-summarize): Fix the number of dashes in the
12325 listing output.
12326
8fa39615
SM
123272011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
12328
12329 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
12330 (bug#8958).
12331
2f11b3f1
CY
123322011-07-04 Chong Yidong <cyd@stupidchicken.com>
12333
d66fef2b
CY
12334 * bindings.el: Ignore next-buffer and previous-buffer in
12335 minibuffer-local-map.
12336
2f11b3f1
CY
12337 * font-lock.el (font-lock-builtin-face): Change light background
12338 color to dark slate blue (Bug#6693).
12339
f932a347
WD
123402011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
12341
12342 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
12343
c8af70e1
SM
123442011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
12345
12346 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
12347 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
12348 Add switch-to-buffer.
12349
f158badc
LMI
123502011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
12351
12352 * isearch.el (isearch-search-fun-function): Clarify further the
12353 meaning of the function returned.
12354
6d95bd46
MA
123552011-07-04 Michael Albinus <michael.albinus@gmx.de>
12356
12357 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
12358
12359 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
12360 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
12361 Use it.
12362 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
12363 `tramp-default-remote-path' does not exist.
12364 (tramp-send-command-and-read): New optional argument NOERROR.
12365 (tramp-open-connection-setup-interactive-shell)
12366 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
12367 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
12368 (tramp-process-sentinel): Flush also process' connection property.
12369 (tramp-sh-handle-start-file-process): Do not set process
12370 sentinel. It is done now ...
12371 (tramp-maybe-open-connection): ... here. (Bug#8929)
12372
909e6b67
MK
123732011-07-04 MON KEY <monkey@sandpframing.com>
12374
12375 * play/animate.el (animate-string): Doc fixes and allow changing
12376 the buffer name (bug#5417).
12377
123782011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
12379
c8af70e1 12380 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 12381
f34755dc
PE
123822011-07-04 Paul Eggert <eggert@cs.ucla.edu>
12383
396cec72
PE
12384 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
12385 This is simpler and helps future-proof the code.
12386 (timer-until): Use time-subtract and float-time.
08235028 12387 (timer--time-less-p): Use time-less-p.
f34755dc 12388
56e6cc31
JB
123892011-07-04 Juanma Barranquero <lekktu@gmail.com>
12390
3abb79e5
JB
12391 * type-break.el (timep): Use the value of `float-time' to avoid a
12392 byte-compiler warning.
12393
56e6cc31
JB
12394 * server.el (server-eval-and-print): Return any result, even nil.
12395
7b9430b4
PE
123962011-07-03 Paul Eggert <eggert@cs.ucla.edu>
12397
12398 * type-break.el: Accept time formats that the builtins accept.
12399 (timep, type-break-time-difference): Accept any format that
12400 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
12401 This is simpler and helps future-proof the code.
12402 (type-break-time-difference): Round rather than ignoring
12403 subseconds components.
12404
3034e9e7
LMI
124052011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12406
12407 * info.el (Info-apropos-matches): Make non-interactive, since it
12408 doesn't seem to do anything useful as a command (bug#8829).
12409
1485f4c0
CY
124102011-07-03 Chong Yidong <cyd@stupidchicken.com>
12411
12412 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 12413 Move from faces.el.
1485f4c0
CY
12414 (frame-default-terminal-background): New function.
12415
12416 * custom.el (custom-push-theme): Don't record faces in `changed'
12417 theme; this doesn't work correctly for per-frame face settings.
12418 (disable-theme): Use face-set-after-frame-default to reset faces.
12419 (custom--frame-color-default): New function.
12420
9fa3dd45
LMI
124212011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12422
c8af70e1 12423 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
12424 (bug#8769).
12425
6cbbc20c
KR
124262011-03-29 Kevin Ryde <user42@zip.com.au>
12427
12428 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12429 `perl-Test2' extend to match possible "fail #N" rep count
12430 (bug#8377).
12431
c7f98048
LMI
124322011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12433
65676592
LMI
12434 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
12435 `smtpmail-via-smtp' now returns the error instead of nil.
12436
c7f98048
LMI
12437 * isearch.el (isearch-search-fun-function): Clarify the doc string
12438 (bug#8101).
12439
56e6cc31 124402011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
12441
12442 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
12443 unnecessary spaces (bug#8987).
12444
2b216704
LMI
124452011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12446
12447 * net/network-stream.el (open-network-stream): Use the
12448 :end-of-capability command thoughout.
12449
124502011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
12451
12452 * net/network-stream.el (open-network-stream): Add the
12453 :end-of-capability command parameter, used by pop3.el.
12454
36adf6ce
LMI
124552011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12456
1ca0da0e
LMI
12457 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
12458
fc00f69c
LMI
12459 * fringe.el (fringe-query-style): Remove redundant text " (type ?
12460 for list)" (bug#6475).
12461
28fd8759 12462 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 12463 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
12464 an error (bug#6297).
12465
0dd8b6da
LMI
12466 * man.el (Man-reference-regexp): Allow matching possible
12467 word-wrapped references (bug#6289).
12468
ce1438d6
LMI
12469 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
12470 for consistency with the other vc buffers (bug#6197).
12471 (vc-checkin): Ditto.
12472
12473 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
12474
36adf6ce
LMI
12475 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
12476
e83cc1f7
LMI
124772011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
12478
8a20ca4c
LMI
12479 * custom.el (defcustom): Clarify that :set is only used in the
12480 Customize user interface (bug#6089).
12481
83319045
LMI
12482 * progmodes/flymake.el (flymake-mode): If the buffer isn't
12483 associated with a file, refuse to run instead of erroring out
12484 (bug#6084).
12485
a8392169
LMI
12486 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
12487 the doc string, since it appears that using `fill-column' always
12488 controls the width (bug#7845).
12489
e83cc1f7
LMI
12490 * simple.el (shell-command-on-region): Say where the error output
12491 went if `shell-command-default-error-buffer' is set (bug#6857).
12492
e47ca23b
KM
124932011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
12494
12495 * allout.el (allout-yank-processing): Adjust cursor position for
12496 backwards-deleted space.
12497
12498 (allout-rebullet-heading): Register changes with
12499 allout-exposure-changed-hook, so the modified topic is properly
12500 decorated.
12501
5cf56143
LMI
125022011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
12503
08549772
LMI
12504 * minibuffer.el (completion-in-region): Document PREDICATE
12505 (bug#7136).
12506
48e96771
LMI
12507 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
12508 of keyword/argument pairs (bug#6904).
12509
c8af70e1
SM
12510 * replace.el (multi-occur):
12511 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 12512
e17d05e2
LMI
125132011-07-02 Drew Adams <drew.adams@oracle.com>
12514
12515 * dired.el (dired-mark-if): Make the message about whether it's
12516 marking or unmarking clearer (bug#8523).
12517
063b0e45
LMI
125182011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
12519
12520 * disp-table.el (display-table-print-array): New function.
12521 (describe-display-table): Use it to print the vectors more pretty
12522 (Bug#8859).
12523
28545e04
MR
125242011-07-02 Martin Rudalics <rudalics@gmx.at>
12525
12526 * window.el (window-state-get-1): Don't assign clone numbers.
12527 Add clone-of item to list of window parameters.
12528 (window-state-put-2): Don't process clone numbers.
12529 (display-buffer-alist): Fix doc-string.
12530
3349e122
SM
125312011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
12532
12533 * subr.el (remq): Don't allocate if it's not needed.
12534 (keymap--menu-item-binding, keymap--menu-item-with-binding)
12535 (keymap--merge-bindings): New functions.
12536 (keymap-canonicalize): Use them to refine the canonicalization.
12537 * minibuffer.el (minibuffer-local-completion-map)
12538 (minibuffer-local-must-match-map): Move initialization from C.
12539 (minibuffer-local-filename-completion-map): Move initialization from C;
12540 don't inherit from anything here.
12541 (minibuffer-local-filename-must-match-map): Make obsolete.
12542 (completing-read-default): Use make-composed-keymap to combine
12543 minibuffer-local-filename-completion-map with either
12544 minibuffer-local-must-match-map or
12545 minibuffer-local-filename-completion-map.
12546
d224ac83
GM
125472011-07-01 Glenn Morris <rgm@gnu.org>
12548
3de63bf8
GM
12549 * type-break.el (type-break-time-sum): Use dolist.
12550
d224ac83
GM
12551 * textmodes/flyspell.el (flyspell-word-search-backward):
12552 Replace CL function.
12553
1a1e3f32
SM
125542011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
12555
fe3f64d5
SM
12556 * mouse.el (mouse--strip-first-event): New function.
12557 (function-key-map): Use it to map fringe clicks to normal clicks
12558 by default.
12559
eb604e34
SM
12560 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
12561 (vc-bzr-revision-completion-table): Add support for annotate and date.
12562
1a1e3f32
SM
12563 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
12564 inherit from parent.
12565
5bd35902
LMI
125662011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
12567
ace6c69c 12568 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 12569 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 12570
191e2bed
LMI
12571 * dired.el (dired-mode): Fix up the doc string as suggested by
12572 Drew Adams (bug#8817).
12573
5bd35902
LMI
12574 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
12575 cookie, since the manual says that it should be possible to add
12576 this function to `find-file-hook' (bug#8709).
12577
eee8207a
TZ
125782011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
12579
12580 * progmodes/cfengine.el: Moved all cfengine3.el functionality
12581 here. Noted Ted Zlatanov as the maintainer.
12582 (cfengine-common-settings, cfengine-common-syntax): New functions
12583 to set up common things between `cfengine-mode' and
12584 `cfengine3-mode'.
12585 (cfengine3-mode): New mode.
12586 (cfengine3-defuns cfengine3-defuns-regex
12587 (cfengine3-class-selector-regex cfengine3-category-regex)
12588 (cfengine3-vartypes cfengine3-font-lock-keywords)
12589 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 12590 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 12591
36b148cf
MA
125922011-07-01 Michael Albinus <michael.albinus@gmx.de>
12593
12594 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
12595
12596 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
12597
0bf4ba9a
MR
125982011-07-01 Martin Rudalics <rudalics@gmx.at>
12599
12600 * window.el (same-window-buffer-names, same-window-regexps)
12601 (same-window-p, special-display-frame-alist)
12602 (special-display-popup-frame, special-display-function)
12603 (special-display-buffer-names, special-display-regexps)
12604 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
12605 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
12606 (split-window-preferred-function, split-height-threshold)
12607 (split-width-threshold, even-window-heights)
12608 (display-buffer-mark-dedicated, window-splittable-p)
12609 (split-window-sensibly, window-safely-shrinkable-p):
12610 Un-obsolete.
12611 (display-buffer): Don't spread args with function specifier
12612 because special-display-popup-frame won't like it.
12613
35837f51
PE
126142011-07-01 Paul Eggert <eggert@cs.ucla.edu>
12615
d0672f86
PE
12616 Time-stamp simplifications and fixes.
12617 These improve accuracy slightly, and future-proof the code
12618 against some potential changes to current-time format.
12619
b9444d97
PE
12620 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
12621 by using time-since and float-time.
12622
0ef923dc
PE
12623 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
12624 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
12625 + NNN microseconds".
12626
2f81380d
PE
12627 * type-break.el (type-break-time-sum): Rewrite using time-add.
12628
845b5c3e
PE
12629 * play/hanoi.el (hanoi-current-time-float): Remove.
12630 All uses replaced by float-time.
12631
ee6f1be0
PE
12632 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
12633 This yields a more-accurate answer.
12634 (rng-time-to-float): Remove; no longer needed.
12635
fe955043
PE
12636 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
12637
5777162a
PE
12638 * calendar/timeclock.el (timeclock-seconds-to-time):
12639 Defalias to seconds-to-time, since they're the same thing.
12640
3103f8b6 12641 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 12642 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
12643 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
12644
0e61a35f
SM
126452011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
12646
12647 * window.el (bury-buffer): Don't iconify the only frame.
12648 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
12649 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
12650
ddd63a1e
CY
126512011-07-01 Chong Yidong <cyd@stupidchicken.com>
12652
0e61a35f
SM
12653 * eshell/em-smart.el (eshell-smart-display-navigate-list):
12654 Add mouse-yank-primary.
ddd63a1e 12655
055f4923
TZ
126562011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
12657
12658 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
12659
6a2fb145
SM
126602011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
12661
12662 * emacs-lisp/find-func.el (find-library--load-name): New fun.
12663 (find-library-name): Use it to find relative load names when provided
12664 absolute file name (bug#8803).
12665
fd4983f2
LMI
126662011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
12667
887d14ad
LMI
12668 * textmodes/flyspell.el (flyspell-word): Consider words that
12669 differ only in case as potential doublons (bug#5687).
12670
c53dc7fc
LMI
12671 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
12672 Remove two rather uninteresting debugging-like messages to make
12673 debbugs.el more silent.
12674
fd4983f2
LMI
12675 * comint.el (comint-password-prompt-regexp): Accept "Response" as
12676 a password-like phrase.
12677
7a71b18d 126782011-06-30 Masatake YAMATO <yamato@redhat.com>
b14c0c55
AM
12679
12680 * progmodes/cc-guess.el: New file.
12681
6a2fb145 12682 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
12683
12684 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
12685 derived from `c-basic-common-init'.
12686
12687 * progmodes/cc-mode.el (top-level): Require cc-guess.
12688 (c-basic-common-init): Use `cc-choose-style-for-mode'.
12689
1fa280a3
LM
126902011-06-30 Lawrence Mitchell <wence@gmx.li>
12691
12692 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
12693
e6597158
AM
126942011-06-30 Alan Mackenzie <acm@muc.de>
12695
1fa280a3
LM
12696 * progmodes/cc-engine.el (c-guess-continued-construct):
12697 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
12698 lock is disabled. Name this case as "CASE G".
12699
68ba37fb
KM
127002011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
12701
12702 * allout.el (allout-yank-processing): Fix injection of extra space
12703 between bullet and non-whitespace character in first topic when
12704 pasting, ensuring that the actual spacing in the pasted topic
12705 following the bullet char is preserved. This extra space was
12706 causing pasted encrypted topics to get a decrypted status even
12707 when the content was actually still encrypted. Now the decryption
12708 status from before the paste is preserved.
12709
12710 (allout-flag-region): Set all allout overlays so they evaporate
12711 when reduced to zero length (evanescent), to prevent overlay
12712 leakage.
12713
887a0b34
GM
127142011-06-30 Glenn Morris <rgm@gnu.org>
12715
94b9acce
GM
12716 * w32-fns.el (w32-charset-info-alist): Declare.
12717
1d9b46d4
GM
12718 * find-dired.el (find-grep-options): Simplify.
12719
cc232200
GM
12720 * term/ns-win.el (ns-set-resource): Declare.
12721
28e77c46
GM
12722 * ses.el (row, col): Declare dynamic variables honestly.
12723
887a0b34
GM
12724 * textmodes/reftex-parse.el (index-tags): Declare.
12725
658d8eb8
CY
127262011-06-30 Chong Yidong <cyd@stupidchicken.com>
12727
12728 * cus-edit.el (customize-push-and-save): New function.
12729
12730 * files.el (hack-local-variables-confirm): Use it.
12731
1fa280a3
LM
12732 * custom.el (load-theme): New arg NO-CONFIRM.
12733 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
12734 (custom-enabled-themes): Doc fix.
12735
12736 * cus-theme.el (customize-create-theme)
12737 (custom-theme-merge-theme): Callers to load-theme changed.
12738
bb617717
LMI
127392011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
12740
d61bdd5d
LMI
12741 * thingatpt.el (thing-at-point-short-url-regexp): Require that
12742 short URLs have at least one dot in them (bug #7614).
12743
bb617717
LMI
12744 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
12745 nil, because using a pty is apparently too slow (bug #895).
12746
2f31f37a
LMI
127472011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
12748
12749 * mail/sendmail.el (sendmail-query-once): New function.
12750 (sendmail-query-once-function): New variable.
12751
3076b24e
GM
127522011-06-29 Glenn Morris <rgm@gnu.org>
12753
faf2a174
GM
12754 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
12755
3076b24e
GM
12756 * ses.el (top-level): Require cl when compiling.
12757 (ses-set-localvars): Fix error statement.
12758 Call it at compile time to silence a storm of warnings.
12759
5386012d
MR
127602011-06-29 Martin Rudalics <rudalics@gmx.at>
12761
12762 * window.el (normalize-live-buffer): Rename to
12763 window-normalize-buffer.
12764 (normalize-live-frame): Rename to window-normalize-frame.
12765 (normalize-any-window): Rename to window-normalize-any-window.
12766 (normalize-live-window): Rename to window-normalize-live-window.
12767 (make-window-atom): Rename to window-make-atom.
12768 (window-resize-reset): Rename to window--resize-reset.
12769 (window-resize-reset-1): Rename to window--resize-reset-1.
12770 (resize-mini-window): Rename to window--resize-mini-window.
12771 (resize-subwindows-skip-p): Rename to
12772 window--resize-subwindows-skip-p.
12773 (resize-subwindows-normal): Rename to
12774 window--resize-subwindows-normal.
12775 (resize-subwindows): Rename to window--resize-subwindows.
12776 (resize-other-windows): Rename to window--resize-siblings.
12777 (resize-this-window): Rename to window--resize-this-window.
12778 (resize-root-window): Rename to window--resize-root-window.
12779 (resize-root-window-vertically): Rename to
12780 window--resize-root-window-vertically.
12781 (normalize-buffer-to-display): Rename to
12782 window-normalize-buffer-to-display.
12783 (normalize-buffer-to-switch-to): Rename to
12784 window-normalize-buffer-to-switch-to.
12785 Correspondingly update all callers of the functions listed
12786 above.
12787 (display-buffer-alist, display-buffer-normalize-arguments)
12788 (display-buffer-normalize-options, display-buffer)
12789 (display-buffer-alist-set): Use "function" instead of
12790 "fun-with-args".
12791
1176868d
CY
127922011-06-28 Chong Yidong <cyd@stupidchicken.com>
12793
12794 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
12795 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
12796 debbugs.gnu.org. Mention acknowledgment email.
12797
20a7a65f
LMI
127982011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
12799
12800 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
12801 buffer multibyteness, since it shouldn't matter.
12802
5f45cca5
MR
128032011-06-28 Martin Rudalics <rudalics@gmx.at>
12804
12805 * window.el (display-buffer-in-side-window): Handle dedicated
12806 windows as in display-buffer-reuse-window.
12807 (display-buffer-normalize-alist): Use value of override
12808 specifier.
12809 (display-buffer-normalize-specifiers): Use value of
12810 other-window-means-other-frame specifier.
12811 (display-buffer-alist): Rewrite some texts in widgets.
12812 (display-buffer): Spread arguments when calling function
12813 specified by fun-with-args.
12814
ad85fe1f
DD
128152011-06-28 Deniz Dogan <deniz@dogan.se>
12816
1fa280a3
LM
12817 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
12818 Unnest `let'.
da68c4c8 12819
ad85fe1f
DD
12820 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
12821 selectors (Bug#5732).
ec49bd31 12822 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 12823
a08cc025
JA
128242011-06-27 Jari Aalto <jari.aalto@cante.net>
12825
12826 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
12827 (eshell-ls-date-format): New defcustom.
12828 (eshell-ls-file): Use it.
12829
e2b551c5
SM
128302011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
12831
12832 * help-fns.el (describe-variable): Fix message for terminal-local vars.
12833
8982b231
KY
128342011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
12835
12836 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
12837 (ange-ftp-make-tmp-name): New arg.
12838 (ange-ftp-file-local-copy): Use it.
12839
36c9fa27
J
128402011-06-27 Jambunathan K <kjambunathan@gmail.com>
12841
12842 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
12843 no-conversion (Bug#8870).
12844
d68443dc
MR
128452011-06-27 Martin Rudalics <rudalics@gmx.at>
12846
12847 * window.el (window-right, window-left, window-child)
12848 (window-child-count, window-last-child)
12849 (window-iso-combination-p, walk-window-tree-1)
12850 (window-atom-check-1, window-tree-1, delete-window)
12851 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
12852 new naming conventions - window-vchild, window-hchild,
12853 window-next and window-prev are now called window-top-child,
12854 window-left-child, window-next-sibling and window-prev-sibling
12855 respectively.
d615d6d2
MR
12856 (resize-window-reset): Rename to window-resize-reset.
12857 (resize-window-reset-1): Rename to window-resize-reset-1.
12858 (resize-window): Rename to window-resize.
12859 (window-min-height, window-min-width)
12860 (resize-mini-window, resize-this-window, resize-root-window)
12861 (resize-root-window-vertically, adjust-window-trailing-edge)
12862 (enlarge-window, shrink-window, maximize-window)
12863 (minimize-window, delete-window, quit-restore-window)
12864 (split-window, balance-windows, balance-windows-area-adjust)
12865 (balance-windows-area, window-state-put-2)
12866 (display-buffer-even-window-sizes, display-buffer-set-height)
12867 (display-buffer-set-width, set-window-text-height)
12868 (fit-window-to-buffer): Rename all "resize-window" prefixed
12869 calls to use the "window-resize" prefix convention.
12870 (display-buffer-alist): Fix symbol for label specifier.
12871 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
12872 corresponding specifier.
12873 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 12874
b6458526
VB
128752011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
12876
12877 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
12878 convention.
12879 (ses-call-printer): Does not pass an empty string to formatter when the
12880 cell is empty to keep from barking printer Calc math-format-value.
12881
d31fd9ac
RS
128822011-06-27 Richard Stallman <rms@gnu.org>
12883
43d5bf84
RS
12884 * battery.el (battery-mode-line-limit): New variable.
12885 (battery-update): Handle it.
12886
d31fd9ac
RS
12887 * mail/rmailmm.el (rmail-mime-process-multipart):
12888 Handle truncated messages.
12889
819a6054
GM
128902011-06-27 Glenn Morris <rgm@gnu.org>
12891
12892 * progmodes/flymake.el (flymake-err-line-patterns):
12893 Allow for column numbers in the ant/javac pattern. (Bug#8866)
12894
cedc73f2
VB
128952011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
12896
819a6054 12897 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
12898 (ses--clean-!, ses--clean-_): New functions.
12899 (ses-range): Add configurability of readout order, and conversion
12900 to Calc vector.
12901
5e5d49b6
VB
12902 * ses.el (ses-repair-cell-reference-all): New function.
12903 (ses-cell-symbol): Set macro as safe, so that it can be used in
12904 formulas.
12905
56e6cc31 12906 * ses.el: Update cycle detection algorithm.
90ca8b49 12907 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 12908 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
12909 (ses-set-localvars): New function.
12910 (ses-make-cell): Add property-list as a cell element.
12911 (ses-cell-property-get-fun, ses-cell-property-get)
12912 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
12913 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
12914 New functions.
90ca8b49
VB
12915 (ses-cell-property-set, ses-cell-property-pop)
12916 (ses-cell-property-get-handle): New macro.
12917 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
12918 New aliases, used for code readability.
12919 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
12920 cycle detection.
12921 (ses-self-reference-early-detection): New defcustom.
fac916bf 12922 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
12923 (ses-mode): Use ses-set-localvars.
12924 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
12925 before lauching the update processing.
12926 (ses-initialize-Dijkstra-attempt): New function.
12927 (ses-recalculate-cell): Update for cycle detection based on
12928 Dijkstra algorithm.
12929
2bb63e81
VB
12930 * ses.el: Fix commenting and indenting convention.
12931
c9d29fb8
SM
129322011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
12933
12934 * bs.el (bs-cycle-next): Complete last change.
12935
d8e4b68b
JB
129362011-06-27 Drew Adams <drew.adams@oracle.com>
12937
12938 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
12939
40098786
LMI
129402011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
12941
c9d29fb8
SM
12942 * net/network-stream.el (network-stream-open-starttls):
12943 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
12944 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
12945
40098786
LMI
12946 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
12947 to binary to possibly avoid line encoding issues on Windows (among
12948 other things).
12949
468d09d4
LMI
129502011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
12951
12952 * net/network-stream.el (open-network-stream): Return an :error
12953 saying what the problem was, if possible.
12954
12955 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
12956 server.
12957
12958 * net/network-stream.el (network-stream-open-starttls): If we
12959 wanted to use STARTTLS, and the server offered it, but we weren't
12960 able to because we had no STARTTLS support, then close the connection.
12961 (open-network-stream): Return an :error element, if present.
12962
16f07dd7
CY
129632011-06-26 Chong Yidong <cyd@stupidchicken.com>
12964
88821ca0
CY
12965 * hl-line.el (hl-line-sticky-flag): Doc fix.
12966 (global-hl-line-sticky-flag): New option (Bug#8323).
12967 (global-hl-line-highlight): Obey it.
12968
16f07dd7
CY
12969 * vc/vc.el (vc-revert-show-diff): Default to t.
12970
6b5ccddf
KM
129712011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
12972
c9d29fb8
SM
12973 * allout-widgets.el (allout-widgets-post-command-business):
12974 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
12975 undecorated when an isearch is continued past, and isearch
12976 automatically collapses them. This leads to "widget leaks", where
12977 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
12978 hidden widgets can slow down cursor travel, substantially.
12979 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
12980 so we're doing without this nicety.
12981
12982 (allout-widgets-tally-string): Don't try to do a hash-table-count
12983 of allout-widgets-tally when it's nil. This eliminates spurious "Error
12984 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
12985 *Messages* when allout-widgets-maintain-tally is t.
12986
355f2e07
MR
129872011-06-26 Martin Rudalics <rudalics@gmx.at>
12988
12989 * window.el (display-buffer-normalize-argument): Rename to
12990 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
12991 LABEL argument. Respect special-display-function when popping up
12992 a new frame. Fix code searching for a window showing the buffer
12993 on another frame.
c9d29fb8
SM
12994 (display-buffer-normalize-specifiers):
12995 Call display-buffer-normalize-arguments.
355f2e07
MR
12996 (display-buffer-in-window): Don't undedicate the window if its
12997 buffer remains the same.
12998 Reported by Drew Adams <drew.adams@oracle.com>.
12999 (display-buffer-alist): Add choice for same-window macro
13000 specfier.
13001 (display-buffer): Mention special meaning of LABEL argument in
13002 doc-string. Fix quoting. Don't pop up a new frame even as
13003 fallback.
13004
7ca8fc42
JB
130052011-06-26 Juanma Barranquero <lekktu@gmail.com>
13006
13007 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
13008 avoid deleting the current window in some cases (bug#8911).
13009
bc312254
AS
130102011-06-26 Andreas Schwab <schwab@linux-m68k.org>
13011
13012 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
13013 (Bug#8934)
13014
2db18f3f
LMI
130152011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
13016
c9d29fb8
SM
13017 * net/network-stream.el (network-stream-open-starttls):
13018 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
13019 (network-stream-open-tls): Ditto.
13020
6302e0d3
LL
130212011-06-26 Leo Liu <sdl.web@gmail.com>
13022
13023 * register.el (registerv): New struct.
13024 (registerv-make): New function.
c9d29fb8
SM
13025 (jump-to-register, describe-register-1, insert-register):
13026 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
13027 struct. (Bug#8415)
13028
5fdd4046
CY
130292011-06-26 Chong Yidong <cyd@stupidchicken.com>
13030
2afef60a
CY
13031 * vc/vc.el (vc-revert-show-diff): New defcustom.
13032 (vc-diff-internal): New arg specifying diff buffer.
13033 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
13034 reuse an existing *vc-diff* buffer (Bug#8927).
13035
5fdd4046
CY
13036 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
13037
e93db24a
GM
130382011-06-26 Glenn Morris <rgm@gnu.org>
13039
13040 * progmodes/f90.el (f90-critical-indent): New option.
13041 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
13042 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
13043 (f90-mode): Doc fix.
13044 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
13045 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
13046 (f90-beginning-of-block, f90-next-block, f90-indent-region)
13047 (f90-match-end): Handle block, critical.
13048
eefff499
GM
130492011-06-25 Glenn Morris <rgm@gnu.org>
13050
f6ba4cc9
GM
13051 * calendar/diary-lib.el (diary-included-files): Doc fix.
13052 (diary-include-files): New function, extracted from
13053 diary-include-other-diary-files and diary-mark-included-diary-files.
13054 (diary-include-other-diary-files, diary-mark-included-diary-files):
13055 Just call diary-include-files.
13056 (diary-mark-entries): Reset diary-included-files on first call.
13057
16712304
GM
13058 * calendar/diary-lib.el (diary-mark-entries)
13059 (diary-mark-included-diary-files):
13060 Visit included diary-files in temp buffers.
13061
5d8e0d43
GM
13062 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
13063 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
13064 (f90-start-block-re, f90-imenu-generic-expression)
13065 (f90-looking-at-program-block-start, f90-no-block-limit):
13066 Add support for submodules.
13067
ccf7a5d5
GM
13068 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
13069 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 13070
11fdef7d 130712011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
13072
13073 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
13074 buffer-file-type before setting its value, to avoid disastrous
eefff499 13075 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 13076
74f53697
JB
130772011-06-25 Juanma Barranquero <lekktu@gmail.com>
13078
13079 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
13080
13081 * ses.el (ses-unload-function):
13082 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
13083
13084 * proced.el (proced-unload-function):
13085 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
13086
18a4ce5e
AR
130872011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
13088
13089 * server.el (server-create-window-system-frame): Add parameters arg.
13090 (server-process-filter): Doc fix. Handle frame-parameters.
13091
519d22cc
JB
130922011-06-25 Juanma Barranquero <lekktu@gmail.com>
13093
13094 Fix bug#8730, bug#8781.
13095
13096 * loadhist.el (unload--set-major-mode): New function.
13097 (unload-feature): Use it.
13098
13099 * progmodes/python.el (python-after-info-look): Add autoload cookie.
13100 (python-unload-function): New function.
13101
c206f5b0
SM
131022011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
13103
13104 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
13105
f9ad64f3
GS
131062011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
13107
13108 * net/browse-url.el (browse-url-firefox-program): Add icecat to
13109 the candidates list.
13110
7d0da90e
JB
131112011-06-24 Juanma Barranquero <lekktu@gmail.com>
13112
13113 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
13114
14b4e83d
RS
131152011-06-23 Richard Stallman <rms@gnu.org>
13116
13117 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
13118 (rmail-variables): Set next-error-move-function.
13119 (rmail-what-message): Take argument POS.
13120 (rmail-next-error-move): New function.
13121
273d2baf
SM
131222011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
13123
13124 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
13125 messages for adjacent non-terminals.
13126
56c2cc9a
RS
131272011-06-23 Richard Stallman <rms@gnu.org>
13128
13129 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 13130 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
13131 (rmail-start-mail): Don't specify use of rmail-mail-return;
13132 that's done by mail-bury now.
13133 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 13134
d59eb518
MA
131352011-06-23 Michael Albinus <michael.albinus@gmx.de>
13136
13137 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
13138 SIZE is a number.
13139
02cfc6d6
MR
131402011-06-23 Martin Rudalics <rudalics@gmx.at>
13141
13142 * window.el (get-lru-window, get-mru-window)
13143 (get-largest-window): Never return a minibuffer window.
13144 (display-buffer-pop-up-window): Fix a bug that could lead to
13145 reusing the minibuffer window.
13146 (display-buffer): Pass original specifier argument to
13147 display-buffer-function instead of the normalized one.
13148 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
13149
4e323265
LL
131502011-06-22 Leo Liu <sdl.web@gmail.com>
13151
13152 * minibuffer.el (completing-read-function)
13153 (completing-read-default): Move from minibuf.c
13154
7a70468f
RS
131552011-06-22 Richard Stallman <rms@gnu.org>
13156
50718fc2
RS
13157 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
13158 to Rmail even if not started by a special Rmail command.
13159
7a70468f
RS
13160 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
13161 Copy the buffer currently showing just one message.
13162
297dde5a
RW
131632011-06-22 Roland Winkler <winkler@gnu.org>
13164
13165 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
13166 (bibtex-clean-entry): First delete the old key so that a
13167 customized algorithm for generating the new key does not get
13168 confused by the old key.
13169 (bibtex-url): Obey regexp of first step.
13170 (bibtex-search-entries): Do not use add-to-list with local
13171 list-var.
13172
97bb1093
LMI
131732011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
13174
13175 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
13176 stored a user name, then query for the password first, instead of
13177 waiting for SMTP to give an error message and the trying again.
13178
1c0f1a19
JD
131792011-06-22 Lawrence Mitchell <wence@gmx.li>
13180
13181 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
13182 BUFFER in call-process.
13183
396f7c9d
LMI
131842011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
13185
13186 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
13187 QUIT twice.
ddb7ffee
LMI
13188 (smtpmail-try-auth-methods): Require user name and password from
13189 auth-source.
396f7c9d 13190
8998d1b3
MR
131912011-06-22 Martin Rudalics <rudalics@gmx.at>
13192
13193 * window.el (display-buffer-default-specifiers)
13194 (display-buffer-alist): Remove entries for pop-up-frame-alist.
13195 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 13196 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
13197
13198 * frame.el (pop-up-frame-alist, pop-up-frame-function)
13199 (special-display-frame-alist, special-display-popup-frame):
13200 Remove duplicate declarations. These are now in window.el.
13201
4ea31e07
LMI
132022011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
13203
c9d29fb8
SM
13204 * mail/smtpmail.el (smtpmail-via-smtp):
13205 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
13206 server supports it. SMTP servers that support STARTTLS commonly
13207 require it.
13208
13209 * net/network-stream.el (network-stream-open-starttls): Support
13210 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 13211 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 13212
95f41d9a
LMI
13213 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
13214 upgrades with `open-network-stream', and rely solely on
13215 auth-source for all credentials. Big changes throughout the file,
13216 but in particular:
c9d29fb8
SM
13217 (smtpmail-auth-credentials): Remove.
13218 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
13219 (smtpmail-via-smtp): Check for servers saying they want AUTH after
13220 MAIL FROM, too.
95f41d9a 13221
c9d29fb8
SM
13222 * net/network-stream.el (network-stream-open-starttls):
13223 Provide support for client certificates both for external and built-in
4ea31e07
LMI
13224 STARTTLS.
13225 (auth-source): Require.
13226 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
13227 (network-stream-certificate): Change cert-cert to cert and
13228 cert-key to key.
4ea31e07 13229
065ec2c7
MA
132302011-06-21 Michael Albinus <michael.albinus@gmx.de>
13231
13232 * net/tramp-cache.el (top): Don't load the persistency file when
13233 "emacs -Q" has been called.
13234
cd93b359
DR
132352011-06-21 Tim Harper <timcharper@gmail.com>
13236
d8e4b68b
JB
13237 * term/ns-win.el (ns-initialize-window-system):
13238 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
13239 resource to NO as it is not yet supported by the NS port.
13240
ae9c0411
JB
132412011-06-21 Juanma Barranquero <lekktu@gmail.com>
13242
13243 * misc.el (list-dynamic-libraries--refresh): Compute header here...
13244 (list-dynamic-libraries): ...not here.
13245
7f3f739f
LL
132462011-06-21 Leo Liu <sdl.web@gmail.com>
13247
13248 * subr.el (sha1): Implement sha1 using secure-hash.
13249
327c8fb1
MR
132502011-06-21 Martin Rudalics <rudalics@gmx.at>
13251
13252 * window.el (display-buffer-alist): In default value do not
13253 enforce searching a window on any but the selected frame.
13254 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
13255 (display-buffer-select-window): Remove function.
13256 (display-buffer-in-window): When a window on another frame gets
13257 reused, do not select it any more but just raise its frame if
13258 necessary (Bug#8851) and (Bug#8856).
13259 (display-buffer-normalize-options): Handle pop-up-frames related
13260 options more faithfully.
13261 (pop-to-buffer): Don't rely on `display-buffer' selecting the
13262 window if it is on another frame.
c9d29fb8
SM
13263 (display-buffer-alist, display-buffer-default-specifiers):
13264 Don't make new frame unsplittable by default.
9e9de014
MR
13265 (display-buffer-normalize-argument): Fix doc-string typo and use
13266 'same-frame-other-window instead of 'other-window when associating
13267 with display-buffer-macro-specifiers.
327c8fb1 13268
7cf3f556
VB
132692011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
13270
13271 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
13272 New functions.
13273 (5x5-mode-map, 5x5-mode-menu): Bind them.
13274 (5x5-draw-grid): Tweak the solver's rendering.
13275
60a406cf
SM
132762011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
13277
13278 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
13279 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
13280
d8e4b68b 132812011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
13282
13283 * menu-bar.el: Use function variable instead of switch-to-buffer.
13284 (menu-bar-select-buffer-function): New variable.
60a406cf 13285 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 13286
478d6f95
SM
132872011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
13288
13289 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
13290 variable's status.
13291
ca530739
JD
132922011-06-20 Jan Djärv <jan.h.d@swipnet.se>
13293
13294 * x-dnd.el (x-dnd-version-from-flags)
13295 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
13296 and long as number (Bug#8899).
13297 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
13298
bcd70d97
SM
132992011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
13300
60a406cf 13301 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
13302 (completion-try-completion, completion-all-completions): Compute the
13303 metadata argument if it's missing; make it optional (bug#8795).
13304
60a406cf 13305 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
13306 (widget-complete): Use new :completion-function property.
13307 (widget-completions-at-point): New function.
13308 (default): Use :completion-function instead of :complete.
60a406cf
SM
13309 (widget-default-completions): Rename from widget-default-complete;
13310 Rewrite.
bcd70d97
SM
13311 (widget-string-complete, widget-file-complete, widget-color-complete):
13312 Remove functions.
13313 (file, symbol, function, variable, coding-system, color):
13314 * international/mule-cmds.el (default-input-method, charset)
13315 (language-info-custom-alist):
13316 * cus-edit.el (face): Use new property :completions.
13317
13318 * progmodes/pascal.el (pascal-completions-at-point): New function.
13319 (pascal-mode): Use it.
13320 (pascal-mode-map): Use completion-at-point.
13321 (pascal-toggle-completions): Make obsolete.
13322 (pascal-complete-word, pascal-show-completions):
13323 * progmodes/octave-mod.el (octave-complete-symbol):
13324 Redefine as obsolete alias.
13325 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
13326 Signal absence of completion info for old Octave,
13327 (inferior-octave-complete): Redefine as obsolete alias.
13328 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
13329 (meta-completions-at-point): Rename from meta-complete-symbol and
13330 adapt it for use on completion-at-point-functions.
13331 (meta-common-mode): Use it.
13332 (meta-looking-at-backward, meta-match-buffer): Remove.
13333 (meta-complete-symbol): Redefine as obsolete alias.
13334 (meta-common-mode-map): Use completion-at-point.
13335 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
13336 (makefile-mode-map): Use completion-at-point.
13337 (makefile-completions-at-point): Rename from makefile-complete and
13338 adapt it for use on completion-at-point-functions.
13339 (makefile-mode): Use it.
13340 (makefile-complete): Redefine as obsolete alias.
13341
aebf69c8
DD
133422011-06-20 Deniz Dogan <deniz@dogan.se>
13343
13344 * net/rcirc.el: Delete trailing whitespaces once and for all.
13345
bfbbb27d
DC
133462011-06-20 Daniel Colascione <dan.colascione@gmail.com>
13347
13348 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
13349
d264a46b
CY
133502011-06-19 Chong Yidong <cyd@stupidchicken.com>
13351
4ca009e5
CY
13352 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
13353
d264a46b
CY
13354 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
13355
fbf5b3ce
MR
133562011-06-19 Martin Rudalics <rudalics@gmx.at>
13357
13358 * window.el (display-buffer-other-window-means-other-frame):
13359 Call display-buffer-normalize-alist.
13360 (display-buffer-normalize-specifiers-1): Rename to
13361 display-buffer-normalize-argument. New argument other-frame.
13362 Rewrite.
13363 (display-buffer-normalize-specifiers-2): Rename to
13364 display-buffer-normalize-options.
13365 (display-buffer-normalize-alist-1): New function.
13366 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
13367 display-buffer-normalize-alist.
13368 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
13369 (display-buffer-normalize-options-inhibit): New variable.
13370 (display-buffer-normalize-specifiers): Rewrite calling
13371 display-buffer-normalize-alist,
13372 display-buffer-normalize-argument, and
13373 display-buffer-normalize-options. Don't call the latter if
13374 display-buffer-normalize-options-inhibit is non-nil.
13375 (frame-auto-delete): New option.
13376 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
13377 (window-list-no-nils, window-state-ignored-parameters)
13378 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
13379 (window-state-put-1, window-state-put-2, window-state-put):
13380 New functions.
9a028c23
MR
13381 (display-buffer-normalize-options): Move special-display-p group
13382 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 13383
6d10d800
CY
133842011-06-18 Chong Yidong <cyd@stupidchicken.com>
13385
6420d28b
CY
13386 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
13387 groups (Bug#8776).
13388 (rx-submatch-n): New function.
13389 (rx): Document it.
13390
ddb8b596
CY
13391 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
13392 (Bug#8768).
13393
13394 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
13395
77080289
CY
13396 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
13397
61dfb316
CY
13398 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
13399 anytime existing face settings are present (Bug#8889).
13400
6d10d800
CY
13401 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
13402 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
13403 Remove unused argument.
13404
be3fb2b8
MR
134052011-06-18 Martin Rudalics <rudalics@gmx.at>
13406
bcd70d97
SM
13407 * window.el (display-buffer-default-specifiers):
13408 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
13409 pop-up-window-min-width, and another reuse-window specifier
13410 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
13411 (display-buffer-normalize-specifiers-2):
13412 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
13413 pop-up-windows is unset. Add a reuse-window specifier for the
13414 case popping up a new window fails.
13415 (special-display-popup-frame): Remove double quoting.
28dec25a 13416 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 13417
1c6d8c76
SM
134182011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
13419
13420 * shell.el (shell-completion-vars): Set pcomplete-termination-string
13421 according to comint-completion-addsuffix.
13422
13423 * pcomplete.el: Convert to lexical binding and fix bug#8819.
13424 (pcomplete-suffix-list): Mark as obsolete.
13425 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
13426 pcomplete-seen in the closure.
13427 (pcomplete-comint-setup): Setup completion-at-point as well.
13428 (pcomplete--entries): New function.
13429 (pcomplete--env-regexp): New var.
13430 (pcomplete-entries): Rewrite to work with partial-completion and
13431 without relying on pcomplete-suffix-list.
13432 (pcomplete-pare-list): Remove, unused.
13433
25aef8b8
MR
134342011-06-17 Martin Rudalics <rudalics@gmx.at>
13435
13436 * window.el (display-buffer-alist): Set pop-up-window-min-height
13437 and pop-up-window-min-width in default value. Reported by
13438 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
13439 other-window-means-other-frame.
13440 (display-buffer-macro-specifiers): Comment out entry for
13441 other-window specifier.
13442 (display-buffer-other-window-means-other-frame): New function.
13443 (display-buffer-normalize-specifiers-1): New arguments
13444 buffer-name and label. Treat other-window case specially.
13445 (display-buffer-normalize-specifiers-2): Treat other-window case
13446 specially.
13447 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
13448 (display-buffer-normalize-specifiers):
13449 Call display-buffer-normalize-specifiers-3.
25aef8b8 13450
dbad4f69
MR
134512011-06-17 Martin Rudalics <rudalics@gmx.at>
13452
13453 * window.el (same-window-p): Fix two typos introduced when
13454 adding with-no-warnings.
d1067961
MR
13455 (display-buffer-normalize-specifiers-1): Don't check
13456 pop-up-frames for 'unset initialization.
13457 (display-buffer-normalize-specifiers-2): Major rewrite using
13458 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
13459 (pop-up-frames, display-buffer-reuse-frames)
13460 (display-buffer-mark-dedicated): Don't initialize to 'unset.
13461 Suggested by David Engster <deng@randomsample.de>.
13462 (even-window-heights): Initialize to 'unset.
13463 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
13464 (display-buffer-macro-specifiers): Don't pop up a new frame in the
13465 other window case.
dbad4f69 13466
9b9c9e3a
MR
134672011-06-16 Martin Rudalics <rudalics@gmx.at>
13468
bcd70d97
SM
13469 * window.el (display-buffer-normalize-specifiers-1):
13470 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 13471 second argument of display-buffer (Bug#8865).
981d5c09
MR
13472 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
13473 (switch-to-buffer-other-window-same-frame)
13474 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
13475 Adams (Bug#8875).
9c2755e9
MR
13476 (display-buffer): Don't check noninteractive when calling
13477 display-buffer-pop-up-frame.
13478 (display-buffer-pop-up-frame): Never pop up a frame in
13479 noninteractive mode (Bug#8857).
67222e1d
MR
13480 (enlarge-window, shrink-window): Don't report an error when the
13481 window can't be resized as requested (Bug#8862).
9b9c9e3a 13482
2b75be67
SM
134832011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
13484
9ffdd3ba
SM
13485 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
13486
cb581a67
SM
13487 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
13488
2b75be67
SM
13489 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
13490
8c0e3589
AM
134912011-06-15 Alan Mackenzie <acm@muc.de>
13492
cb581a67
SM
13493 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
13494 for declarators, disable knr checking to speed up for normal files.
13495 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 13496
b96e6cde
LMI
134972011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
13498
4bba86e6
LMI
13499 * net/network-stream.el (open-network-stream): Add the keyword
13500 :always-query-capabilities for the case where you want to force a
13501 `plain' network connection, but the protocol still requires the
13502 capabilitiy command (i.e., SMTP and EHLO).
13503
2b75be67 13504 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
13505 consistency with other `-live-p' functions.
13506
efdcdbf8
SM
135072011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
13508
13509 * window.el (same-window-buffer-names, same-window-regexps)
13510 (special-display-frame-alist, special-display-popup-frame)
13511 (special-display-function, special-display-buffer-names)
13512 (special-display-regexps, pop-up-frame-alist)
13513 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
13514 (pop-up-windows, split-window-preferred-function)
13515 (split-height-threshold, split-width-threshold, even-window-heights)
13516 (display-buffer-mark-dedicated): Don't encourage the use of
13517 display-buffer-alist from Elisp code.
13518
c5cde042
DN
135192011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
13520
13521 * progmodes/python.el (python-mode): Derive from prog-mode.
13522 * progmodes/ps-mode.el (ps-mode):
13523 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 13524 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
13525 * progmodes/ld-script.el (ld-script-mode): Likewise.
13526
baa1c9ab
MR
135272011-06-15 Martin Rudalics <rudalics@gmx.at>
13528
13529 * window.el (display-buffer-alist): Trim default value to avoid
13530 popping up a new frame (Bug#8857) or reusing an arbitrary window
13531 on another frame.
13532 (display-buffer): Do not fall back on popping up a new frame in
13533 batch mode (Bug#8857).
13534
c5dd5a51
CY
135352011-06-14 Chong Yidong <cyd@stupidchicken.com>
13536
13537 * cus-theme.el (describe-theme-1): Use custom-theme-p.
13538 (custom-theme-summary): New function.
13539 (customize-themes): Use it.
13540
d647b7c4
GM
135412011-06-13 Glenn Morris <rgm@gnu.org>
13542
13543 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
13544
9481c002
MR
135452011-06-13 Martin Rudalics <rudalics@gmx.at>
13546
357f93d2
MR
13547 * help.el (help-window): Remove variable.
13548 (help-window-point-marker, temp-buffer-max-height)
13549 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
13550 (help-print-return-message): Don't set help-window.
13551 (resize-temp-buffer-window): Rewrite cod eand doc-string.
13552 (help-window-setup-finish): Remove.
13553 (help-window-display-message, help-window-setup)
13554 (with-help-window): Major rewrite based on new
13555 display-buffer-window variable.
13556
13557 * help-mode.el (help-mode-finish): Remove help-window related
13558 code.
13559
13560 * view.el (view-exits-all-viewing-windows): Remove reference to
13561 view-return-to-alist in doc-string.
13562 (view-return-to-alist): Make obsolete.
13563 (view-buffer): Call pop-to-buffer-same-window and remove
13564 undo-window code.
13565 (view-buffer-other-window): Call pop-to-buffer-other-window and
13566 simplify code. Ignore second argument.
13567 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
13568 simplify code. Ignore second argument.
13569 (view-return-to-alist-update): Make obsolete.
13570 (view-mode-enter): Rename second argument to QUIT-RESTORE.
13571 Rewrite using quit-restore window parameters.
2b75be67
SM
13572 (view-mode-exit): Rename second argument to EXIT-ONLY.
13573 Rewrite using quit-restore-window.
357f93d2
MR
13574 (View-exit, View-exit-and-edit, View-leave, View-quit)
13575 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
13576 appropriate arguments.
13577 (view-end-message): Use quit-restore window parameter.
13578
9481c002
MR
13579 * window.el (display-buffer-function): Rewrite doc-string.
13580 (display-buffer-window, display-buffer-alist): New variables.
13581 (display-buffer-split-specifiers)
13582 (display-buffer-side-specifiers)
13583 (display-buffer-macro-specifiers): New constants.
13584 (display-buffer-even-window-sizes, display-buffer-set-height)
13585 (display-buffer-set-width, display-buffer-select-window)
13586 (display-buffer-in-window, display-buffer-reuse-window)
13587 (display-buffer-split-window-1, display-buffer-split-window)
13588 (display-buffer-split-atom-window, display-buffer-pop-up-window)
13589 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
13590 (display-buffer-in-side-window, normalize-buffer-to-display)
13591 (display-buffer-normalize-specifiers-1)
13592 (display-buffer-normalize-specifiers-2)
2b75be67
SM
13593 (display-buffer-normalize-specifiers, display-buffer-frame):
13594 New functions.
9481c002
MR
13595 (display-buffer): Major rewrite.
13596 (display-buffer-other-window, display-buffer-other-frame)
13597 (pop-to-buffer, switch-to-buffer-other-window)
13598 (switch-to-buffer-other-frame): Rewrite.
13599 (display-buffer-same-window, display-buffer-same-frame)
13600 (display-buffer-same-frame-other-window)
13601 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
13602 (pop-to-buffer-other-window)
13603 (pop-to-buffer-same-frame-other-window)
13604 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
13605 (switch-to-buffer-other-window-same-frame): New functions.
13606 (same-window-p, special-display-p): Rewrite disabling warnings.
13607 Make obsolete.
13608 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
13609 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
13610 Make obsolete
13611 (same-window-buffer-names, same-window-regexps)
13612 (special-display-frame-alist, special-display-popup-frame)
13613 (special-display-function, special-display-buffer-names)
13614 (special-display-regexps, pop-up-frame-alist)
13615 (pop-up-frame-function, split-window-preferred-function)
13616 (split-height-threshold, split-width-threshold)
13617 (even-window-heights): Make obsolete.
13618
9db51aca
GM
136192011-06-12 Glenn Morris <rgm@gnu.org>
13620
13621 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 13622 Misc simplifications.
9db51aca 13623
39cffb44
MR
136242011-06-12 Martin Rudalics <rudalics@gmx.at>
13625
13626 * window.el (window-safely-shrinkable-p): Restore function which
13627 was inadvertently removed in change from 2011-06-11. Declare as
13628 obsolete.
13629
2b75be67
SM
13630 * calendar/calendar.el (calendar-generate-window):
13631 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
13632 window-safely-shrinkable-p.
13633
a8955be7
GM
136342011-06-12 Glenn Morris <rgm@gnu.org>
13635
13636 * progmodes/fortran.el (fortran-mode-syntax-table):
13637 * progmodes/f90.el (f90-mode-syntax-table):
13638 Set % to punctuation. (Bug#8820)
13639 (f90-find-tag-default): Remove, no longer needed.
13640
f0d4059d
DC
136412011-06-12 Daniel Colascione <dan.colascione@gmail.com>
13642
13643 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
13644
1100a63c
CY
136452011-06-11 Chong Yidong <cyd@stupidchicken.com>
13646
13647 * image.el (image-animated-p): Return animation delay in seconds.
13648 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
13649 (image-animate-timeout): Remove DELAY argument. Don't assume
13650 every subimage has the same delay; get it from image-animated-p.
13651 (image-animate): Caller changed.
13652
def722bf
MA
136532011-06-11 Michael Albinus <michael.albinus@gmx.de>
13654
13655 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
13656 to ignored backtrace functions.
13657
0a2bb1a9
GM
136582011-06-11 Glenn Morris <rgm@gnu.org>
13659
13660 * calendar/appt.el (appt-disp-window-function): Doc fix.
13661 (appt-check): Handle overlapping appointments. (Bug#8337)
13662
6198ccd0
MR
136632011-06-11 Martin Rudalics <rudalics@gmx.at>
13664
13665 * window.el (window-tree-1, window-tree): New functions, moving
13666 the latter to window.el.
13667 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
13668 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
13669 (bw-refresh-edges): Remove.
13670 (balance-windows-1, balance-windows-2): New functions.
13671 (balance-windows): Rewrite in terms of window tree functions,
13672 balance-windows-1 and balance-windows-2.
13673 (bw-adjust-window): Remove.
13674 (balance-windows-area-adjust): New function with functionality of
13675 bw-adjust-window but using resize-window.
2b75be67
SM
13676 (set-window-text-height): Rewrite doc-string.
13677 Use normalize-live-window and resize-window.
13678 (enlarge-window-horizontally, shrink-window-horizontally):
13679 Rename argument to DELTA.
6198ccd0
MR
13680 (window-buffer-height): New function.
13681 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
13682 Rewrite using new window resize routines.
2b75be67
SM
13683 (kill-buffer-and-window, mouse-autoselect-window-select):
13684 Use ignore-errors instead of condition-case.
6198ccd0
MR
13685 (quit-window): Call delete-frame instead of delete-windows-on
13686 for the only buffer on frame.
13687
9397e56f
MR
136882011-06-10 Martin Rudalics <rudalics@gmx.at>
13689
13690 * loadup.el (top-level): Load window before files for the sake
13691 of replace-buffer-in-windows.
13692
13693 * files.el (read-buffer-to-switch)
13694 (switch-to-buffer-other-window)
2b75be67
SM
13695 (switch-to-buffer-other-frame, display-buffer-other-frame):
13696 Move to window.el.
9397e56f
MR
13697
13698 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
13699 (previous-buffer): Move to window.el.
13700
13701 * bindings.el (unbury-buffer): Move to window.el.
13702
13703 * window.el (delete-other-windows-vertically): Move after
13704 definition of delete-other-windows.
13705 (other-window, delete-windows-on, replace-buffer-in-windows):
13706 Move here from window.c.
13707 (record-window-buffer, unrecord-window-buffer)
13708 (set-window-buffer-start-and-point, switch-to-prev-buffer)
13709 (switch-to-next-buffer): New functions.
13710 (get-next-valid-buffer, last-buffer, next-buffer): Move here
13711 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
13712 (previous-buffer): Move here from simple.el.
13713 Call switch-to-prev-buffer.
9397e56f
MR
13714 (bury-buffer): Move here from buffer.c. Switch to previous
13715 buffer when window cannot be deleted.
13716 (unbury-buffer): Move here from bindings.el.
13717 (ctl-x-map): Move binding for other-window from window.c to
13718 here.
13719 (read-buffer-to-switch, switch-to-buffer-other-window)
13720 (switch-to-buffer-other-frame): Move here from files.el.
13721 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
13722 (switch-to-buffer): Move here from buffer.c.
13723 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 13724
562dd5e9
MR
137252011-06-10 Martin Rudalics <rudalics@gmx.at>
13726
13727 * window.el (window-min-height, window-min-width): Move here
13728 from window.c. Add defcustoms and rewrite doc-strings.
13729 (resize-mini-window, resize-window): New functions.
13730 (adjust-window-trailing-edge, enlarge-window, shrink-window):
13731 Move here from window.c.
13732 (maximize-window, minimize-window): New functions.
13733 (delete-window, delete-other-windows, split-window): Move here
13734 from window.c.
13735 (window-split-min-size): New function.
13736 (split-window-keep-point): Mention split-window-above-each-other
13737 instead of split-window-vertically.
2b75be67 13738 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
13739 Rename split-window-vertically to split-window-above-each-other
13740 and provide defalias for old definition.
13741 (split-window-side-by-side, split-window-horizontally):
13742 Rename split-window-horizontally to split-window-side-by-side
13743 and provide defalias for the old definition.
562dd5e9
MR
13744 (ctl-x-map): Move bindings for delete-window,
13745 delete-other-windows and enlarge-window here from window.c.
13746 Replace bindings for split-window-vertically and
13747 split-window-horizontally by bindings for
13748 split-window-above-each-other and split-window-side-by-side.
13749
13750 * cus-start.el (all): Remove entries for window-min-height and
13751 window-min-width. Add entries for window-splits and
13752 window-nest.
13753
f0da764a
GM
137542011-06-09 Glenn Morris <rgm@gnu.org>
13755
80675c21
GM
13756 * calendar/appt.el (appt-mode-line): New function.
13757 (appt-check, appt-disp-window): Use it.
13758
f0da764a
GM
13759 * files.el (hack-one-local-variable-eval-safep):
13760 Allow minor-modes with explicit +/-1 arguments.
13761
59f623b7
TZ
137622011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
13763
13764 * term/xterm.el (xterm): Add defgroup.
13765 (xterm-extra-capabilities): Add defcustom to supply known xterm
13766 capabilities, skip querying them, or query them (default).
13767 (terminal-init-xterm): Use it.
13768 (terminal-init-xterm-modify-other-keys): New function to set up
13769 modifyOtherKeys support to simplify `terminal-init-xterm'.
13770
9aab8e0d
MR
137712011-06-09 Martin Rudalics <rudalics@gmx.at>
13772
13773 * window.el (resize-window-reset, resize-window-reset-1)
13774 (resize-subwindows-skip-p, resize-subwindows-normal)
13775 (resize-subwindows, resize-other-windows, resize-this-window)
13776 (resize-root-window, resize-root-window-vertically)
13777 (window-deletable-p, window-or-subwindow-p)
13778 (frame-root-window-p): New functions.
13779
e8b08aee
GM
137802011-06-09 Glenn Morris <rgm@gnu.org>
13781
13782 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
13783 (ange-ftp-get-files): Use it.
13784
254c37a5
AK
137852011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
13786
13787 * mail/sendmail.el (mail-recover-1, mail-recover):
13788 * files.el (recover-file, recover-session):
13789 Handle dired-listing-switches not being just a single short option.
13790
35d7dbd3
GM
137912011-06-09 Glenn Morris <rgm@gnu.org>
13792
13793 * calendar/appt.el (appt-display-message, appt-disp-window):
13794 Handle lists of appointments.
13795
387522b2
MR
137962011-06-08 Martin Rudalics <rudalics@gmx.at>
13797
2b75be67
SM
13798 * window.el (one-window-p): Move down in code.
13799 Rewrite doc-string.
13800 (window-current-scroll-bars): Rewrite doc-string.
13801 Normalize live window argument.
387522b2
MR
13802 (walk-windows, get-window-with-predicate, count-windows):
13803 Rewrite doc-string. Use window-list-1.
13804 (window-in-direction-2, window-in-direction, get-mru-window):
13805 New functions.
13806
d8e4b68b 138072011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
13808
13809 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
13810 Doc fix (Bug#8713).
13811
138122011-06-08 Chong Yidong <cyd@stupidchicken.com>
13813
13814 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
13815
138162011-06-08 Juanma Barranquero <lekktu@gmail.com>
13817
13818 * loadhist.el (unload-feature-special-hooks):
13819 Add `comint-output-filter-functions'.
13820
0de12c52
IK
138212011-06-08 Ivan Kanis <gnu@kanis.fr>
13822
13823 * calendar/appt.el (appt-check): Move some initializations into the let.
13824
f3d1777e
MR
138252011-06-08 Martin Rudalics <rudalics@gmx.at>
13826
13827 * window.el (window-height): Defalias to window-total-height.
13828 (window-width): Defalias to window-body-width.
13829
18af70d0
CY
138302011-06-07 Chong Yidong <cyd@stupidchicken.com>
13831
13832 * image-mode.el (image-toggle-animation): New command.
13833 (image-mode-map): Bind it to RET.
13834 (image-mode): Update message.
13835 (image-toggle-display-image): Avoid a spurious cache flush.
13836 (image-transform-rotation): Doc fix.
13837 (image-transform-properties): Return quickly in the normal case.
13838 (image-animate-loop): Rename from image-animate-max-time.
13839
2b75be67 13840 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
13841 (create-animated-image): Remove unnecessary function.
13842 (image-animate): Rename from image-animate-start. New arg.
2b75be67 13843 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
13844 (image-animate-timer): Use car-safe.
13845 (image-animate-timeout): Rename argument.
13846
190b47e6
MR
138472011-06-07 Martin Rudalics <rudalics@gmx.at>
13848
13849 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
13850 window.c. Rename first argument to ALL-FRAMES.
13851 Rephrase doc-strings.
13852 (get-buffer-window-list): Rewrite using window-list-1.
13853 Rephrase doc-string.
a1511caf
MR
13854 (window-safe-min-height, window-safe-min-width): New constants.
13855 (window-size-ignore, window-min-size, window-min-size-1)
13856 (window-sizable, window-sizable-p, window-size-fixed-1)
13857 (window-size-fixed-p, window-min-delta-1, window-min-delta)
13858 (window-max-delta-1, window-max-delta, window-resizable)
13859 (window-resizable-p, window-total-height, window-total-width)
13860 (window-body-width): New functions.
13861 (window-full-height-p, window-full-width-p): Rewrite using
13862 window-total-size.
13863 (window-body-height): Rewrite using window-body-size.
190b47e6 13864
85cc1f11
MR
138652011-06-06 Martin Rudalics <rudalics@gmx.at>
13866
13867 * window.el (window-right, window-left, window-child)
13868 (window-child-count, window-last-child, window-any-p)
13869 (normalize-live-buffer, normalize-live-frame)
13870 (normalize-any-window, normalize-live-window)
13871 (window-iso-combination-p, window-iso-combined-p)
13872 (window-iso-combinations)
13873 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
13874 (windows-with-parameter, window-with-parameter)
13875 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
13876 (window-atom-check, window-side-check, window-check):
13877 New functions.
85cc1f11
MR
13878 (ignore-window-parameters, window-sides, window-sides-vertical)
13879 (window-sides-slots): New variables.
13880 (window-size-fixed): Move down in code. Minor doc-string fix.
13881
e7156492
AS
138822011-06-05 Andreas Schwab <schwab@linux-m68k.org>
13883
13884 * comint.el (comint-dynamic-complete-as-filename)
13885 (comint-dynamic-complete-filename): Correctly call
13886 completion-in-region.
13887
7e821d0d
DD
138882011-06-05 Deniz Dogan <deniz@dogan.se>
13889
13890 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
13891 in last change.
13892
ac09b8a1
DD
138932011-06-05 Deniz Dogan <deniz@dogan.se>
13894
13895 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
13896 (rcirc): Use it to prompt for encryption.
13897
34699b85
RW
138982011-06-05 Roland Winkler <winkler@gnu.org>
13899
13900 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
13901 (bibtex-search-entries): New command bound to C-c C-a.
13902 (bibtex-display-entries): New function.
13903
004dedd3
RW
139042011-06-05 Roland Winkler <winkler@gnu.org>
13905
13906 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
13907 (bibtex-insert-kill): After yanking insert newline if necessary.
13908 (bibtex-initialize): Call bibtex-string-files-init only once.
13909 (bibtex-mode): Do not call easy-menu-add.
13910 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
13911 (bibtex-yank): Set arg properly if nil.
13912
022fe7ce
RW
139132011-06-05 Roland Winkler <winkler@gnu.org>
13914
2b75be67
SM
13915 * textmodes/bibtex.el (bibtex-search-entry-globally):
13916 New variable.
022fe7ce
RW
13917 (bibtex-search-entry): Use it.
13918
b7c3692a
RW
139192011-06-05 Roland Winkler <winkler@gnu.org>
13920
13921 * textmodes/bibtex.el (bibtex-entry-format): New option
13922 sort-fields.
13923 (bibtex-format-entry, bibtex-reformat): Honor this option.
13924 (bibtex-parse-entry): Return fields in proper order.
13925
8eda563d
JB
139262011-06-05 Juanma Barranquero <lekktu@gmail.com>
13927
13928 * doc-view.el (doc-view-remove-if): Move computation of result out
13929 of `dolist' to silence misleading lexical-binding warning.
13930
7dbe3dbc
CY
139312011-06-04 Chong Yidong <cyd@stupidchicken.com>
13932
13933 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
13934 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
13935
0c33dd17
MA
139362011-06-04 Michael Albinus <michael.albinus@gmx.de>
13937
13938 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
13939 "SunOS 5.10".
13940
f8f91c2b
MA
139412011-06-04 Michael Albinus <michael.albinus@gmx.de>
13942
13943 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
13944 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
13945 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
13946 (tramp-parse-putty):
13947 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
13948 (tramp-completion-function-alist-ssh)
13949 (tramp-completion-function-alist-telnet)
13950 (tramp-completion-function-alist-su)
13951 (tramp-completion-function-alist-putty): Set `tramp-autoload'
13952 cookie.
13953
13954 * net/tramp-ftp.el:
13955 * net/tramp-sh.el:
13956 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
13957 load "tramp.el" `tramp-set-completion-function'.
13958
e17d9003
SM
139592011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
13960
13961 * shell.el: Require and use pcomplete.
13962 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
13963 (shell-completion-vars): Set pcomplete-default-completion-function.
13964
6c4cab03
DD
139652011-06-04 Deniz Dogan <deniz@dogan.se>
13966
13967 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
13968 `memq' (Bug#8799).
13969
ea9fafe0
SM
139702011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
13971
13972 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
13973
b3e945d3
JB
139742011-06-02 Juanma Barranquero <lekktu@gmail.com>
13975
13976 * bs.el (bs--mark-unmark, bs--nth-wrapper):
13977 * mpc.el (mpc-select-extend, mpc-songpointer-context):
13978 * vc/log-view.el (log-view-beginning-of-defun):
13979 * vc/smerge-mode.el (smerge-apply-resolution-patch)
13980 (smerge-refine-forward, smerge-refine-chopup-region):
13981 Silence warning for unused `dotimes' counter variables.
13982
7d520089
SM
139832011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
13984
13985 * net/tramp.el (tramp-with-progress-reporter): Rename from
13986 with-progress-reporter. Use `declare'.
13987 * net/tramp-smb.el:
13988 * net/tramp-sh.el:
13989 * net/tramp-gvfs.el: Update all uses.
13990
a1c2400f
JB
139912011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
13992
13993 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
13994 buffer isn't killed before making it current.
13995
2403c841
SM
139962011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
13997
13998 Silence various byte-compiler warnings.
13999 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
14000 `access-type' and new obsolescence format.
14001 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
14002 new format.
14003 (byte-compile-check-variable): New `access-type' argument.
14004 Only warn if the access-type is obsolete.
14005 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
14006 (byte-compile-variable-set): Adjust callers.
14007 * help-fns.el (describe-variable): Adjust to new obsolescence format.
14008 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
14009 setting it as obsolete.
14010 * simple.el (minibuffer-completing-symbol):
14011 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
14012 access as obsolete.
14013 * minibuffer.el (minibuffer-completing-file-name): Don't make it
14014 obsolete yet.
14015 * international/quail.el (quail-mouse-choose-completion): Remove unused
14016 code referring to obsolete var.
14017 (quail-choose-completion-string): Remove.
14018 * server.el (server-clients-with, server-kill-buffer-query-function)
14019 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
14020 * proced.el (proced-send-signal):
14021 * emacs-lisp/lisp.el (lisp-complete-symbol):
14022 Replace completion-annotate-function with completion-extra-properties.
14023
2462470b
SM
140242011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
14025
fb5b2591
SM
14026 * simple.el (goto-line): Use read-number.
14027 (overriding-map-is-bound): Remove.
14028 (saved-overriding-map): Change default.
14029 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
14030 Take the map as argument.
14031 (universal-argument, negative-argument, digit-argument): Use it.
14032 (restore-overriding-map): Adjust.
14033 (do-auto-fill): Use fill-forward-paragraph.
14034 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
14035
fd6fa53f
SM
14036 * minibuffer.el (minibuffer-inactive-mode-map): New var.
14037 (minibuffer-inactive-mode): New major mode.
14038 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
14039 the *Messages* buffer" hack.
14040 (mouse-popup-menubar): Don't burp if the event is a normal key.
14041
2462470b
SM
14042 Miscellaneous tweaks.
14043 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
14044 lexical scoping as in subr.el's dolist and dotimes.
14045 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
14046 Silence compiler warning.
14047 * thingatpt.el (forward-whitespace): Trivial coding style fix.
14048 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
14049 * international/ccl.el (ccl-compile): Trivial simplification.
14050 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
14051 * emacs-lisp/testcover.el (testcover-end): Remove spurious
14052 `printflag' argument.
14053 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
14054 Purecopy the whole obsolescence data.
14055
108bf785
LL
140562011-06-01 Leo Liu <sdl.web@gmail.com>
14057
14058 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
14059 improve doc-string as suggested by Marco Pessotto
14060 <melmothx@gmail.com>.
14061 (rcirc-print): Fix last change.
14062
30a23501
SM
140632011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
14064
14065 * minibuffer.el (complete-with-action): Return nil for the metadata and
14066 boundaries of non-functional tables.
14067 (completion-table-dynamic): Return nil for the metadata.
14068 (completion-table-with-terminator): Add default case, using
14069 complete-with-action.
14070 (completion--metadata): New function.
14071 (completion-all-sorted-completions, minibuffer-completion-help): Use it
14072 to try and avoid pathological performance problems.
14073 (completion--embedded-envvar-table): Return `category' metadata.
14074
bcd54f83
LMI
140752011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
14076
14077 * subr.el (process-alive-p): New tiny convenience function.
14078
e227544d
SM
140792011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
14080
14081 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
14082 content but also its previous major mode.
14083
e8296fdc
HE
140842011-05-31 Helmut Eller <eller.helmut@gmail.com>
14085
4d61f28d 14086 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
14087 *Backtrace* buffer when we exit with C-M-c.
14088
620c53a6
SM
140892011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
14090
14091 * minibuffer.el: Add metadata method to completion tables.
14092 (completion-category-overrides): New defcustom.
14093 (completion-metadata, completion--field-metadata)
14094 (completion-metadata-get, completion--styles)
14095 (completion--cycle-threshold): New functions.
14096 (completion-try-completion, completion-all-completions):
14097 Add `metadata' argument to choose completion-styles.
14098 (completion--do-completion): Use metadata to choose cycling.
14099 (completion-all-sorted-completions): Use metadata for sorting.
14100 Remove :completion-cycle-penalty which is not needed any more.
14101 (completion--try-word-completion): Add `metadata' argument.
14102 (minibuffer-completion-help): Check metadata for annotation function
14103 and sorting.
14104 (completion-file-name-table): Return `category' metadata.
14105 (minibuffer-completing-file-name): Make obsolete.
14106 * simple.el (minibuffer-completing-symbol): Make obsolete.
14107 * icomplete.el (icomplete-completions): Pass new `metadata' param to
14108 completion-try-completion.
14109
1257e755
SM
141102011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
14111
14112 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
14113
3767e706
LL
141142011-05-30 Leo Liu <sdl.web@gmail.com>
14115
14116 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
14117 (rcirc-print): Decode all incoming messages (bug#8744).
14118 (rcirc-decode-coding-system): Allow value nil for automatic coding
14119 system detection.
3767e706 14120
d1a5d56a
GM
141212011-06-01 Glenn Morris <rgm@gnu.org>
14122
14123 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
14124
e8cbec34
CY
141252011-05-29 Chong Yidong <cyd@stupidchicken.com>
14126
14127 * image.el (image-animate-max-time): Allow nil and t values.
14128 Default to nil.
14129 (create-animated-image): Doc fix.
14130 (image-animate-start): Remove second arg; just use
14131 image-animate-max-time.
14132 (image-animate-timeout): Doc fix. Args changed.
14133
14134 * image-mode.el (image-toggle-display-image): Ensure that the
14135 image spec passed to the animate timer is the same object as in
58179cce 14136 the buffer's display property (Bug#6981).
e8cbec34
CY
14137 (image-transform-properties): Doc fix.
14138
14139 * image.el (image-animate-max-time): Default to nil.
14140
159daf87
MR
141412011-05-29 Martin Rudalics <rudalics@gmx.at>
14142
14143 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
14144 entire buffer list (Bug#8184).
14145
d66c4c7c
CY
141462011-05-29 Chong Yidong <cyd@stupidchicken.com>
14147
14148 * image.el (imagemagick-types-inhibit)
14149 (imagemagick-register-types): Doc fix.
14150
80aec780
DD
141512011-05-29 Deniz Dogan <deniz@dogan.se>
14152
14153 * net/rcirc.el (rcirc): Use the user's stored encryption method by
14154 default.
14155
1dd3c2d9
CY
141562011-05-29 Chong Yidong <cyd@stupidchicken.com>
14157
14158 * select.el: Don't perform clipboard-manager saving in hooks;
14159 leave the hooks empty.
14160
60e56523
LL
141612011-05-28 Leo Liu <sdl.web@gmail.com>
14162
14163 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
14164 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
14165 (occur-edit-mode): New major mode (Bug#8463).
14166 (occur-after-change-function): New function.
14167 (occur-engine): Give Occur tags a read-only property.
14168
2b1e1a22
KR
141692011-05-28 Kevin Ryde <user42@zip.com.au>
14170
14171 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
14172
5d344e88
CY
141732011-05-28 Chong Yidong <cyd@stupidchicken.com>
14174
8e6ca83d
CY
14175 * bindings.el (help-echo): Make the initial non-indicator dash
14176 empty on graphical terminals (Bug#7295).
14177
5d344e88
CY
14178 * files.el (auto-mode-alist): Move config rule after the
14179 in-stripping one (Bug#8547).
14180
bfbbace7
CY
14181 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
14182
fbeba6e2
CY
14183 * startup.el (normal-splash-screen): Remove gratuitous mode-line
14184 setting (Bug#8740).
14185
60ed8c72
AA
141862011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
14187
4ac619f0
AA
14188 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
14189 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
14190 (Bug#8539).
60ed8c72 14191
23db196e
CY
141922011-05-28 Chong Yidong <cyd@stupidchicken.com>
14193
14194 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
14195
5012f24c
DK
141962011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
14197
14198 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
14199 (hs-hide-block-at-point, hs-find-block-beginning)
14200 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
14201 (Bug#8279).
14202
6a639b16
GM
142032011-05-28 Glenn Morris <rgm@gnu.org>
14204
14205 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
14206
d43eaf2c
CY
142072011-05-28 Chong Yidong <cyd@stupidchicken.com>
14208
5199bde1
CY
14209 * help-fns.el (describe-function-1): If the function is a derived
14210 major mode, print the parent mode.
14211
d43eaf2c
CY
14212 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
14213 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
14214
423428a8
SM
142152011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
14216
0ff8e1ba 14217 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 14218 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
14219 * progmodes/etags.el (tags-completion-at-point-function):
14220 * info-look.el (info-lookup-completions-at-point): Mark as
14221 non-exclusive.
14222 (info-complete): Adjust accordingly.
14223
423428a8
SM
14224 * info-look.el: Convert to lexical-binding and completion-at-point.
14225 (info-lookup-completions-at-point): New function.
14226 (info-complete): Use it and completion-in-region.
14227
b74aa22b
DA
142282011-05-28 Drew Adams <drew.adams@oracle.com>
14229
14230 * isearch.el: Let M-e start with point at the first mismatched char.
14231 (isearch-fail-pos): New function.
14232 (isearch-edit-string): Use it.
14233
66e2e71d
DK
142342011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
14235
14236 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
14237
b1890b0f 142382011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
eb95d01d
TC
14239
14240 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
14241 traversal functions for avl-trees.
14242 (avl-tree--stack): New struct.
14243 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
14244 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
14245 (avl-tree--do-enter): Add optional `updatefun' arg.
14246 Change return value.
eb95d01d 14247 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
14248 (avl-tree--do-delete): Add `test' and `nilflag' args.
14249 Change return value.
eb95d01d
TC
14250 (avl-tree-member): Add optional `nilflag'
14251 (avl-tree-member-p): New function.
14252 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
14253 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
14254 (avl-tree-stack-empty-p): New functions.
14255
3769ddcf
TC
14256 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
14257 avl-tree--del-balance1 and make it work both ways.
14258 (avl-tree--del-balance2): Remove.
14259 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
14260 make it work both ways.
14261 (avl-tree--enter-balance2): Remove.
14262 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
14263 New macros.
14264 (avl-tree--mapc, avl-tree-map): Add direction argument.
14265
eb95d01d 142662011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
14267
14268 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
14269
a9f737ee
CY
142702011-05-27 Chong Yidong <cyd@stupidchicken.com>
14271
14272 * select.el: Support clipboard managers with built-in function
14273 x-clipboard-manager-save, via delete-frame-functions and
14274 kill-emacs-hook.
14275 (xselect-convert-to-targets): Add MULTIPLE target to list.
14276 (xselect-convert-to-save-targets): New function.
14277
c92a1e54
KH
142782011-05-27 Kenichi Handa <handa@m17n.org>
14279
14280 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
14281 let-binding rfc2047-encode-encoded-words to nil.
14282
e145f188
GM
142832011-05-27 Glenn Morris <rgm@gnu.org>
14284
5ec8a862
GM
14285 * mail/emacsbug.el: Don't require url-util.
14286
4b29d9fb
GM
14287 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
14288
e145f188
GM
14289 * files.el (set-auto-mode):
14290 Also respect mode: entries at the end of the file. (Bug#8586)
14291
7d15102b
GM
142922011-05-26 Glenn Morris <rgm@gnu.org>
14293
98f593b8
GM
14294 * files.el (hack-local-variables-prop-line, hack-local-variables):
14295 Downcase mode names, as seems to be traditional.
27b48e63 14296 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 14297
7d15102b
GM
14298 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
14299 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
14300
51d5b4ec
JD
143012011-05-25 Julien Danjou <julien@danjou.info>
14302
14303 * textmodes/rst.el (rst-define-level-faces): Do not define face
14304 symbol if it is already defined.
14305
91513f63
VB
143062011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
14307
14308 * play/5x5.el (5x5-new-game, 5x5-randomize):
14309 Reset 5x5-solver-output to nil when a new grid is cast.
14310 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
14311 these debugging traces, as defmacro breaks the compiled code.
14312
4d90d6d0
DK
143132011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
14314
14315 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
14316
e1b90ef6
LL
143172011-05-24 Leo Liu <sdl.web@gmail.com>
14318
14319 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
14320 (vc-bzr-sha1): Adapt.
14321
d8e4b68b 14322 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
14323
14324 * bindings.el: Provide sha1 feature.
14325
db0406bb 143262011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
14327
14328 * mail/sendmail.el: Require `rfc2047'.
14329 (mail-insert-from-field): Do not perform RFC2047 encoding.
14330 (mail-encode-header): New function.
14331 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
14332 buffer to the return value of select-message-coding-system.
14333 Call mail-encode-header.
b8d747b9
KH
14334
14335 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
14336
db0406bb 143372011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 14338
4d90d6d0
DK
14339 * mail/supercite.el (sc-default-cite-frame):
14340 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 14341
eb8a5e9b
GM
143422011-05-24 Glenn Morris <rgm@gnu.org>
14343
f8630703
GM
14344 * progmodes/python.el (brm-menu): Declare.
14345
8831bbed
GM
14346 * emulation/viper.el (viper-set-hooks): Declare.
14347
eb8a5e9b
GM
14348 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
14349 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
14350 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
14351 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
14352 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
14353 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
14354
a2a25d24
SM
143552011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
14356
14357 Add an :exit-function for completion-at-point.
14358
14359 * minibuffer.el (completion--done): New fun.
14360 (completion--do-completion): Use it. New arg `expect-exact'.
14361 (minibuffer-complete, minibuffer-complete-word): Don't output message,
14362 since completion--do-completion does it for us now.
14363 (minibuffer-force-complete): Use completion--done and
14364 completion--replace. Handle sole-completion case with more care.
14365 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
14366 (completion-extra-properties): New var.
14367 (completion-annotate-function): Make obsolete.
14368 (minibuffer-completion-help): Adjust accordingly.
14369 Use completion-list-insert-choice-function.
14370 (completion-at-point, completion-help-at-point):
14371 Bind completion-extra-properties.
14372 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
14373 * simple.el (completion-list-insert-choice-function): New var.
14374 (completion-setup-function): Preserve it.
14375 (choose-completion): Pay attention to it, shuffle the code a bit.
14376 (choose-completion-string): New arg `insert-function'.
14377
14378 * textmodes/bibtex.el: Convert to lexical binding.
14379 (bibtex-mode-map): Use completion-at-point.
14380 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
14381 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
14382 (bibtex-complete): Define as obsolete alias.
14383 (bibtex-complete-internal): Remove.
14384 (bibtex-format-entry): Remove unused sub-group in regexp.
14385 * shell.el (shell--command-completion-data)
14386 (shell-environment-variable-completion):
14387 * pcomplete.el (pcomplete-completions-at-point):
14388 * comint.el (comint--complete-file-name-data): Use :exit-function
14389 instead of completion-table-with-terminator so it also works for
14390 choose-completion.
14391
e44e373d
SM
143922011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
14393
4f91a816
SM
14394 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
14395
782fc819
SM
14396 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
14397 (bug#8710).
14398
e44e373d
SM
14399 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
14400
381987c3
KM
144012011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
14402
14403 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
14404 customization variable and implement: If non-nil, auto-fill will
14405 be inhibited while on topic's header line.
14406
b776bc70
VB
144072011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
14408
14409 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 14410 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
14411 always have a solution in grid size = 5 cases.
14412 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
14413 (5x5-solver-output, 5x5-log-buffer): New vars.
14414 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
14415 Make these variables buffer local to achieve 5x5 multi-session-ness.
14416 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
14417 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
14418 (5x5-solve-suggest): New funs.
14419 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
14420 randomize a grid so that we ensure that there is always a solution.
14421 (5x5-make-random-grid): Allow other movement than flipping.
14422
7de88b6e
KR
144232011-05-23 Kevin Ryde <user42@zip.com.au>
14424
14425 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 14426 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
14427 advice and passes PREDICATE.
14428
b1ef1257
SM
144292011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
14430
bbca48fe
SM
14431 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
14432 byte-compile-lambda if it's actually a lambda.
14433
b1ef1257
SM
14434 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
14435 Fix function quoting. Use backquote better.
14436
92a9cc65
YS
144372011-05-22 Yuanle Song <sylecn@gmail.com>
14438
14439 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
14440 matching (Bug#8516).
14441
f0fb8059
JA
144422011-01-22 Jari Aalto <jari.aalto@cante.net>
14443
14444 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
14445 different face (Bug#8178).
14446
d5b44c93
CY
144472011-05-22 Chong Yidong <cyd@stupidchicken.com>
14448
14449 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
14450 defface (Bug#8144).
14451
79106a44
SM
144522011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
14453
9c848d8a
SM
14454 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
14455 funcall as well (bug#8712). Warn when performing those conversions.
14456 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
14457
79106a44
SM
14458 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
14459
88dfa756
GM
144602011-05-22 Glenn Morris <rgm@gnu.org>
14461
14462 * files.el (hack-local-variables-prop-line): Small simplifications.
14463 (hack-local-variables, hack-local-variables-prop-line):
14464 If MODE-ONLY, return the mode, rather than just `t'.
14465
b7cf2c79
SM
144662011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
14467
14468 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
14469
3f1a8558
GM
144702011-05-21 Glenn Morris <rgm@gnu.org>
14471
7e4ccca3
GM
14472 * files.el (hack-local-variables-prop-line, hack-local-variables):
14473 If only interested in the mode, don't bother doing the other stuff.
14474
637d46ca
GM
14475 * image-mode.el (image-after-revert-hook):
14476 Redraw all frames on which the image is visible. (Bug#8567)
14477
973d955b
GM
14478 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
14479
3f1a8558
GM
14480 * wid-edit.el (widget-checklist-match-inline):
14481 Fix 2011-04-19 change. (Bug#8649)
14482
96479927
SM
144832011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
14484
1dcf791f
SM
14485 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
14486 Also allow singlespace after single-letter capitals followed by a dot.
14487
96479927
SM
14488 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
14489 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
14490
35fd0881
N
144912011-05-20 Nix <nix@esperi.org.uk>
14492
14493 * files.el (basic-save-buffer-2):
14494 Fix handling of break-hardlink-on-save with non-existent files.
14495
82745640
DD
144962011-05-19 Deniz Dogan <deniz@dogan.se>
14497
14498 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 14499 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 14500
4a720484
GM
145012011-05-19 Glenn Morris <rgm@gnu.org>
14502
d1f21341
GM
14503 * progmodes/f90.el (f90-type-def-re):
14504 Handle "type, bind(c)". (Bug#8691)
14505
4a720484
GM
14506 * emacs-lisp/autoload.el (batch-update-autoloads):
14507 Set autoload-excludes by parsing loadup.el rather than Makefiles.
14508
2fb0a219
MA
145092011-05-18 Michael Albinus <michael.albinus@gmx.de>
14510
14511 * net/tramp.el (tramp-process-actions): Set "first-password-request"
14512 property for the correct connection in case of multihops.
14513
e565dd37
GM
145142011-05-18 Glenn Morris <rgm@gnu.org>
14515
c2571358 14516 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
14517 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
14518
e565dd37
GM
14519 Rationalize calendar handling of day and month abbrev-arrays.
14520 * calendar/calendar.el (calendar-customized-p): New function.
14521 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
14522 (calendar-day-name-array, calendar-month-name-array): Doc fix.
14523 Add :set function.
14524 (calendar-abbrev-length, calendar-day-abbrev-array)
14525 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
14526 (calendar-day-abbrev-array, calendar-month-abbrev-array):
14527 Elements may no longer be nil.
14528 (calendar-day-name, calendar-month-name):
14529 Update for changed nature of abbrev arrays.
14530 * calendar/diary-lib.el (diary-name-pattern):
14531 Update for changed nature of abbrev arrays.
14532 (diary-mark-entries-1): Update calendar-make-alist calls.
14533 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
14534 * calendar/cal-html.el (cal-html-day-abbrev-array):
14535 Simply inherit from calendar-day-abbrev-array.
14536
1d99a745
SM
145372011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
14538
14539 * progmodes/grep.el (grep-mode): Disable default
14540 compilation-directory-matcher setting (bug#8684).
14541
7c1d9aa0
MA
145422011-05-17 Michael Albinus <michael.albinus@gmx.de>
14543
14544 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
14545 instead of "head" and "tail". There were problems with SunOS 5.9,
14546 and it performs better.
14547
3952e9d8
GM
145482011-05-17 Glenn Morris <rgm@gnu.org>
14549
2dd12e7f
GM
14550 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
14551
e4157b9c
GM
14552 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
14553 Replace obsolete function.
14554
8e249bbd
GM
14555 * shell.el (pcomplete-parse-arguments-function): Declare.
14556
3952e9d8
GM
14557 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
14558 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
14559 (appt-check): Doc fixes.
14560 (appt-disp-window-function, appt-delete-window-function):
14561 Remove needless special case in custom :type.
14562 (appt-display-count): Default to 0, not nil.
14563 (appt-check): Reset appt-display-count to 0, not nil.
14564
c71a0d48 145652011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 14566
c71a0d48
GM
14567 * progmodes/python.el (python-font-lock-keywords):
14568 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 14569
31d55be9
SM
145702011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
14571
14572 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
14573
3bfacb2f
KR
145742011-05-16 Kevin Ryde <user42@zip.com.au>
14575
14576 * info-look.el (makefile-automake-mode): New setups, looking in
14577 automake manual, then makefile-mode.
14578 (makefile-mode): Remove automake manual, have it just in
14579 makefile-automake-mode since there's various things different or
14580 not relevant to plain make.
14581 (makefile-mode): Remove "other-modes" non-existent automake-mode,
14582 believe a hypothetical automake-mode would go to makefile-mode,
14583 not the other way around.
14584
c8e83751
CY
145852011-05-15 Chong Yidong <cyd@stupidchicken.com>
14586
5e9e35cd
CY
14587 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
14588 hunk-end tags (Bug#8672).
14589
c8e83751
CY
14590 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
14591 vc-annotate-show-diff-revision-at-line (Bug#8671).
14592
50b23e5a
GM
145932011-05-14 Glenn Morris <rgm@gnu.org>
14594
7210a739
GM
14595 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
14596 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
14597 (change-log-font-lock-keywords): Also handle multiple author lines
14598 with leading tabs. (Bug#8644)
7210a739 14599
4691905a
GM
14600 * calendar/appt.el (appt-check): Rename some local variables.
14601 Some simplification/reordering.
14602
50b23e5a
GM
14603 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
14604 (feedmail-sendmail-f-doesnt-sell-me-out)
14605 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
14606 (feedmail-debug-sit-for, feedmail-queue-express-hook)
14607 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
14608 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
14609 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
14610 (feedmail-binmail-gnulinuxish-template):
14611 Rename from feedmail-binmail-linuxish-template.
14612 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
14613 Use insert-buffer-substring.
14614
215cda7c
BC
146152011-05-14 Bill Carpenter <bill@carpenter.org>
14616
14617 * mail/feedmail.el (feedmail-patch-level): Increase.
14618 (feedmail-debug): New custom group.
14619 (feedmail-confirm-outgoing-timeout)
14620 (feedmail-sendmail-f-doesnt-sell-me-out)
14621 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
14622 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
14623 (feedmail-sender-line, feedmail-from-line)
14624 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 14625 (feedmail-spray-this-address)
215cda7c
BC
14626 (feedmail-spray-address-fiddle-plex-list)
14627 (feedmail-queue-use-send-time-for-date)
14628 (feedmail-queue-use-send-time-for-message-id)
14629 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
14630 (feedmail-buffer-eating-function):
14631 Doc fixes.
14632 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
14633 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
14634 (feedmail-message-action-scroll-down): New functions.
14635 (feedmail-queue-directory, feedmail-queue-draft-directory):
14636 Use expand-file-name.
14637 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
14638 Remove C-v help entry.
14639 (feedmail-queue-buffer-file-name): New variable.
14640 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
14641 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
14642 (feedmail-message-action-send-strong, feedmail-message-action-edit)
14643 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
14644 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
14645 (feedmail-message-action-toggle-spray)
14646 (feedmail-run-the-queue-no-prompts)
14647 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
14648 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
14649 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
14650 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
14651 (feedmail-envelope-deducer, feedmail-fiddle-from)
14652 (feedmail-fiddle-sender, feedmail-default-date-generator)
14653 (feedmail-fiddle-date, feedmail-fiddle-message-id)
14654 (feedmail-fiddle-spray-address)
14655 (feedmail-fiddle-list-of-spray-fiddle-plexes)
14656 (feedmail-fiddle-list-of-fiddle-plexes)
14657 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
14658 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
14659 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
14660 Change default. Doc fix.
14661 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
14662 (feedmail-binmail-linuxish-template): New constant.
14663 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
14664 Respect feedmail-sendmail-f-doesnt-sell-me-out.
14665 (feedmail-send-it): Add debug call.
14666 Use feedmail-queue-buffer-file-name, and
14667 feedmail-send-it-immediately-wrapper.
14668 (feedmail-message-action-send): Add debug call.
14669 Use feedmail-send-it-immediately-wrapper.
14670 (feedmail-queue-express-to-queue): Add debug call.
14671 Run feedmail-queue-express-hook.
14672 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
14673 (feedmail-message-action-help-blat):
14674 Rename from feedmail-queue-send-edit-prompt-help-first.
14675 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
14676 Check line-endings. Handle errors better.
14677 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
14678 Doc fix. Add debug call.
14679 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
14680 Use feedmail-queue-send-edit-prompt-inner.
14681 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
14682 (feedmail-queue-send-edit-prompt-inner): New function, extracted
14683 from feedmail-queue-send-edit-prompt.
14684 (feedmail-queue-send-edit-prompt-help)
14685 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
14686 (feedmail-tidy-up-slug): Add debug call.
14687 Respect feedmail-queue-slug-suspect-regexp.
14688 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
14689 (feedmail-dump-message-to-queue): Add debug call.
14690 Expand queue-directory.
14691 (feedmail-dump-message-to-queue): Change message slightly.
14692 Use feedmail-say-chatter.
14693 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
14694 (feedmail-send-it-immediately-wrapper): New function.
14695 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
14696 Insert empty string rather than newline. Handle full-frame case.
14697 Use catch/throw. Use feedmail-say-chatter.
14698 (feedmail-fiddle-from): Try mail-host-address.
14699 (feedmail-default-message-id-generator): Doc fix.
14700 Bind system-time-locale. Handle missing end.
14701 (feedmail-fiddle-x-mailer): Add debug call.
14702 Handle feedmail-x-mailer-line being nil.
14703 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
14704 Add debug call. Use buffer-substring-no-properties.
14705 (feedmail-say-debug, feedmail-say-chatter): New functions.
14706 (feedmail-find-eoh): Give an explicit error.
14707
42c7e61e
UJ
147082011-05-13 Ulf Jasper <ulf.jasper@web.de>
14709
c2571358 14710 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 14711 family from helvetica to sans.
c2571358 14712 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
14713 etc/images/newsticker.
14714
c2571358 14715 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
14716 family from helvetica to sans.
14717
14718 * net/newst-plainview.el (newsticker-new-item-face)
14719 (newsticker-old-item-face, newsticker-immortal-item-face)
14720 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 14721 (newsticker-statistics-face): Change default family from
42c7e61e 14722 helvetica to sans.
c2571358 14723 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
14724 etc/images/newsticker.
14725
5d3385a0
JB
14726 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
14727 (newsticker--process-auto-mark-filter-match): Tell user about
42c7e61e
UJ
14728 auto-marking.
14729
8497a297
DV
147302011-05-13 Didier Verna <didier@xemacs.org>
14731
14732 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
14733 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
14734 TODO entries.
8497a297
DV
14735 (lisp-lambda-list-keyword-parameter-indentation)
14736 (lisp-lambda-list-keyword-parameter-alignment)
14737 (lisp-lambda-list-keyword-alignment): New customizable user options.
14738 (lisp-indent-defun-method): Improve docstring.
14739 (extended-loop-p): Fix comment.
14740 (lisp-indent-lambda-list-keywords-regexp): New variable.
14741 (lisp-indent-lambda-list): New function.
14742 (lisp-indent-259): Use it.
14743 (lisp-indent-defmethod): Support for more than one
14744 method qualifier and properly indent methods lambda-lists.
14745 (defgeneric): Provide a missing common-lisp-indent-function property.
14746
f278f87f
SM
147472011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
14748
14749 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
14750 bounds for the empty string (bug#8667).
14751
5233edd7
GM
147522011-05-13 Glenn Morris <rgm@gnu.org>
14753
5237a44f
GM
14754 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
14755
8340026c 14756 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 14757 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 14758
5233edd7 14759 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 14760 (appt-time-msg-list): Doc fix.
a5464014 14761 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 14762
92d10796
AS
147632011-05-12 Andreas Schwab <schwab@linux-m68k.org>
14764
14765 * progmodes/ld-script.el (ld-script-keywords)
14766 (ld-script-builtins): Update keywords list.
14767
914a0ae1
SM
147682011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
14769
c89be45f
SM
14770 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
14771
914a0ae1
SM
14772 * shell.el (shell-completion-vars): New function.
14773 (shell-mode):
14774 * simple.el (read-shell-command): Use it.
14775 (blink-matching-open): No need for " [...]" in minibuffer-message.
14776
98dc3df3
GM
147772011-05-12 Glenn Morris <rgm@gnu.org>
14778
14779 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
14780 (appt-check): Simplify.
14781
d2fc7e3d 147822011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 14783
4d61f28d 14784 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
14785 literal "/dev/null".
14786
d2fc7e3d 147872011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
14788
14789 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
14790 Fix typo.
14791
d2fc7e3d 147922011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 14793
3f254caa
SM
14794 * progmodes/which-func.el (which-function):
14795 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
14796 which might not be defined (Bug#8260).
14797
d45885f7
GM
147982011-05-12 Glenn Morris <rgm@gnu.org>
14799
14800 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
14801 Let byte-compile-initial-macro-environment always take precedence.
14802
488086f4
SM
148032011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
14804
14805 * net/rcirc.el: Add support for SSL/TLS connections.
14806 (rcirc-server-alist): New field `encryption'.
14807 (rcirc): Check `encryption' settings.
14808 (rcirc-connect): New arg `encryption'. Use open-network-stream.
14809 Merge make-local-variable into `set'.
14810 (rcirc--connection-open-p): New function.
14811 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
14812 the process is not a network process (e.g. running gnutls-cli).
14813 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
14814 Make rcirc-(en|de)code-coding-system local here.
14815 (rcirc-mode): Merge make-local-variable into `set'.
14816 (rcirc-parent-buffer): Make permanent buffer-local.
14817 (rcirc-multiline-minor-mode): Don't do it here.
14818 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
14819 there's no server buffer.
14820
7d3b9d44
GM
148212011-05-11 Glenn Morris <rgm@gnu.org>
14822
f64049c6
GM
14823 * newcomment.el (comment-kill): Prefix "unused" local.
14824
93c9df73
GM
14825 * term/w32console.el (get-screen-color): Declare.
14826
7d3b9d44
GM
14827 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
14828 Handle symbol elements of byte-compile-initial-macro-environment.
14829
9e2dd53f
LL
148302011-05-10 Leo Liu <sdl.web@gmail.com>
14831
488086f4
SM
14832 * bookmark.el (bookmark-bmenu-mode-map):
14833 Bind bookmark-bmenu-search to `/'.
8b340240 14834
9e2dd53f 14835 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
14836 (footnote-unicode-string, footnote-unicode-regexp): New variable.
14837 (Footnote-unicode): New function.
14838 (footnote-style-alist): Add unicode style to the list.
14839 (footnote-style): Doc fix.
9e2dd53f 14840
79b70037
GM
148412011-05-10 Jim Meyering <meyering@redhat.com>
14842
14843 Fix doubled-word typos.
14844 * international/quail.el (quail-insert-kbd-layout): and and -> and
14845 * kermit.el: and and -> and
14846 * net/ldap.el (ldap-search-internal): to to -> to
14847 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
14848 * progmodes/js.el (js-mode): and and -> and
14849 * textmodes/artist.el (artist-move-to-xy): at at -> at
14850 (artist-draw-region-trim-line-endings): if if -> if
14851 And Safetyc -> Safety.
14852 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
14853
b8f82dc1 148542011-05-10 Glenn Morris <rgm@gnu.org>
f1a71c6e 14855 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
14856
14857 * files.el (hack-one-local-variable-eval-safep):
14858 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
14859
4f99f44b
GM
148602011-05-10 Glenn Morris <rgm@gnu.org>
14861
14862 * calendar/diary-lib.el (diary-list-entries-hook)
14863 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
14864 (diary-nongregorian-marking-hook, diary-list-entries)
14865 (diary-include-other-diary-files, diary-mark-entries)
14866 (diary-mark-included-diary-files): Doc fixes.
14867
84f29e6b
JB
148682011-05-09 Juanma Barranquero <lekktu@gmail.com>
14869
14870 * misc.el: Require tabulated-list.el during compilation.
14871
9bedd73a
CY
148722011-05-09 Chong Yidong <cyd@stupidchicken.com>
14873
488086f4
SM
14874 * progmodes/compile.el (compilation-start):
14875 Run compilation-filter-hook for the async case too.
9bedd73a
CY
14876 (compilation-filter-hook): Doc fix.
14877
797c735c
DD
148782011-05-09 Deniz Dogan <deniz@dogan.se>
14879
14880 * wdired.el: Remove outdated installation comment. Fix usage
14881 comment.
14882
5f4b1dfe
JB
148832011-05-09 Juanma Barranquero <lekktu@gmail.com>
14884
14885 * misc.el: Implement new command `list-dynamic-libraries'.
14886 (list-dynamic-libraries--loaded-only-p): New variable.
14887 (list-dynamic-libraries--refresh): New function.
14888 (list-dynamic-libraries): New command.
14889
4c44026c
CY
148902011-05-09 Chong Yidong <cyd@stupidchicken.com>
14891
488086f4
SM
14892 * progmodes/compile.el (compilation-error-regexp-alist-alist):
14893 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
14894 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
14895 higher priority to avoid clobbering by gnu.
14896
027f966d
CY
148972011-05-08 Chong Yidong <cyd@stupidchicken.com>
14898
14899 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
14900 if the face has existing theme settings (Bug#8454).
14901
085f5d7d
CY
149022011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
14903
488086f4
SM
14904 * progmodes/perl-mode.el (perl-imenu-generic-expression):
14905 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 14906
2a86a00c
RS
14907 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
14908 special file names `.' and `..' (Bug#8259).
14909
d9c54a06
CY
149102011-05-08 Chong Yidong <cyd@stupidchicken.com>
14911
488086f4
SM
14912 * progmodes/grep.el (grep-mode-font-lock-keywords):
14913 Remove buffer-changing entries.
d9c54a06
CY
14914 (grep-filter): New function.
14915 (grep-mode): Add it to compilation-filter-hook.
14916
14917 * progmodes/compile.el (compilation-filter-hook)
14918 (compilation-filter-start): New defvars.
14919 (compilation-filter): Call compilation-filter-hook prior to
14920 updating the process mark.
14921
c4662635
SM
149222011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
14923
14924 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
14925
b0512a1d
EZ
149262011-05-07 Eli Zaretskii <eliz@gnu.org>
14927
605c9376
EZ
14928 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
14929 mailclient-send-it even if window-system is nil. (Bug#8595)
14930
c4662635
SM
14931 * term/w32console.el (terminal-init-w32console):
14932 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
14933 background-mode. (Bug#8597)
14934
d1dc2cc2
SM
149352011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
14936
14937 Make bytecomp.el understand that defmethod defines funs (bug#8631).
14938 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
14939 New functions.
14940 (defgeneric, eieio--defmethod): Use them.
14941 (eieio-defgeneric): Remove.
14942 (defmethod): Call defgeneric in a way visible to the byte-compiler.
14943
915d1300
GM
149442011-05-07 Glenn Morris <rgm@gnu.org>
14945
a3961c3e
GM
14946 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
14947 Use let rather than let*.
14948 (timeclock-find-discrep): Remove unused local.
14949
314347b9
GM
14950 * calendar/diary-lib.el (diary-comment-start): Doc fix.
14951
915d1300
GM
14952 * calendar/appt.el (appt-time-msg-list): Doc fix.
14953
275b59b0
NF
149542011-05-06 Noah Friedman <friedman@splode.com>
14955
14956 * apropos.el (apropos-print-doc): Only use
14957 emacs-lisp-docstring-fill-column when it is bound to an integer,
14958 per that variable's documentation.
14959
6c19f744
SM
149602011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
14961
14962 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 14963 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 14964
60f884b2
GM
149652011-05-06 Glenn Morris <rgm@gnu.org>
14966
5006e634
GM
14967 * calendar/appt.el (appt-message-warning-time): Doc fix.
14968 (appt-warning-time-regexp): New option.
14969 (appt-make-list): Respect appt-message-warning-time.
14970
548d0a63
GM
14971 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
14972 New options.
14973 (diary-add-to-list): Strip comments from the displayed string.
14974 (diary-mode): Set comment-start and comment-end.
14975
60f884b2
GM
14976 * vc/diff-mode.el (smerge-refine-subst): Declare.
14977 (diff-refine-hunk): Don't require smerge-mode when compiling.
14978
989681bb
JB
149792011-05-06 Juanma Barranquero <lekktu@gmail.com>
14980
14981 * simple.el (list-processes): Return nil as the docstring says.
14982
a6bc05e1
MA
149832011-05-05 Michael Albinus <michael.albinus@gmx.de>
14984
14985 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
14986 to "".
14987 (ange-ftp-write-region, ange-ftp-insert-file-contents)
14988 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
14989 determining of binary transfer. (Bug#7383)
14990
23c22e9a
MA
149912011-05-05 Michael Albinus <michael.albinus@gmx.de>
14992
c4662635
SM
14993 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
14994 Fix port computation bug. (Bug#8618)
23c22e9a 14995
0bff894f
GM
149962011-05-05 Glenn Morris <rgm@gnu.org>
14997
b8296902
GM
14998 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
14999
1f522ce8
GM
15000 * simple.el (shell-dynamic-complete-functions)
15001 (comint-dynamic-complete-functions): Declare.
15002
cf5bee67
GM
15003 * net/network-stream.el (gnutls-negotiate):
15004 * simple.el (tabulated-list-print): Fix declarations.
15005
15006 * progmodes/gud.el (syntax-symbol, syntax-point):
15007 Remove unnecessary and incorrect declarations.
15008
0bff894f
GM
15009 * emacs-lisp/check-declare.el (check-declare-scan):
15010 Handle byte-compile-initial-macro-environment in bytecomp.el
15011
9869b3ae
SM
150122011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
15013
15014 Fix earlier half-done eieio-defmethod change (bug#8338).
15015 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
15016 Streamline and change calling convention.
15017 (defmethod): Adjust accordingly and simplify.
15018 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
15019 new eieio--defmethod.
15020 (slot-boundp): Minor CSE simplification.
15021
9c1d5ac5
MZ
150222011-05-05 Milan Zamazal <pdm@zamazal.org>
15023
15024 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
15025 (glasses-make-readable): Use glasses-separate-capital-groups.
15026
455c834e
JB
150272011-05-05 Juanma Barranquero <lekktu@gmail.com>
15028
15029 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
15030 (warning-series): Doc fix.
15031 (display-warning): Don't try to create the buffer if we just found it.
15032
9ed7c8cb
CY
150332011-05-04 Chong Yidong <cyd@stupidchicken.com>
15034
15035 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
15036 (autoload-find-generated-file): New function.
15037 (generate-file-autoloads): Bind generated-autoload-file to
15038 buffer-file-name.
9869b3ae
SM
15039 (update-file-autoloads, update-directory-autoloads):
15040 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
15041 output file (Bug#7989).
15042 (batch-update-autoloads): Doc fix.
15043
0898ca10
JB
150442011-05-04 Juanma Barranquero <lekktu@gmail.com>
15045
15046 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
15047
31dfb76c
GM
150482011-05-04 Glenn Morris <rgm@gnu.org>
15049
f330b642
GM
15050 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
15051 function, so it follows changes in calendar-date-style.
15052 (diary-fancy-date-matcher): New function.
15053 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
15054 (diary-fancy-font-lock-fontify-region-function):
15055 Use diary-fancy-date-pattern as a function.
15056
31dfb76c
GM
15057 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
15058 non-numbers for `year' etc pseudo-variables. (Bug#8583)
15059
48e79d6a
TZ
150602011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
15061
15062 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
15063 instead of positional arguments. Allow :keylist and :crlfiles
15064 arguments.
15065 (open-gnutls-stream): Call it.
15066
15067 * net/network-stream.el (network-stream-open-starttls): Adjust to
15068 call `gnutls-negotiate' with :process and :hostname arguments.
15069
dd5a5ee0
SM
150702011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
15071
ef80fc09
SM
15072 * minibuffer.el (completion--message): New function.
15073 (completion--do-completion, minibuffer-complete)
15074 (minibuffer-force-complete, minibuffer-complete-word): Use it.
15075 (completion--do-completion): Don't ignore completion-auto-help when in
15076 icomplete-mode.
15077
dd5a5ee0
SM
15078 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
15079 internal encoding (e.g. tibetan zero is not whitespace).
15080 (global-whitespace-mode): Prefer save-current-buffer.
15081 (whitespace-trailing-regexp): Remove useless save-match-data.
15082 (whitespace-empty-at-bob-regexp): Minor simplification.
15083
b7d22a83
CY
150842011-05-03 Chong Yidong <cyd@stupidchicken.com>
15085
15086 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
15087
5192af46
AM
150882011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
15089
15090 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 15091 Use `concat' to create string for insertion.
5192af46 15092
5767d190
SM
150932011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
15094
15095 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
15096 Avoid open-line which runs post-self-insert-hook.
15097 (bibtex-fill-entry): Remove unused `end' var.
15098
bf242939
AM
150992011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
15100
5767d190
SM
15101 * textmodes/ispell.el (ispell-add-per-file-word-list):
15102 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 15103
25666126
LL
151042011-05-03 Leo Liu <sdl.web@gmail.com>
15105
15106 * isearch.el (isearch-yank-pop): New command.
5767d190 15107 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
15108 (isearch-forward): Mention it.
15109
52d3c2d0
SM
151102011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
15111
1bcace58
SM
15112 * simple.el (minibuffer-complete-shell-command): Remove.
15113 (minibuffer-local-shell-command-map): Use completion-at-point.
15114 (read-shell-command): Setup completion vars here instead.
15115 (read-expression-map): Bind TAB to symbol completion.
15116
52d3c2d0
SM
15117 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
15118 error directly rather via storing it into `results'.
15119
35813471
LL
151202011-05-02 Leo Liu <sdl.web@gmail.com>
15121
15122 * vc/diff.el: Fix description.
15123
e793a940
LMI
151242011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
15125
15126 * server.el (server-eval-at): New function.
15127
8de66e05
LMI
151282011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
15129
15130 * net/network-stream.el (open-network-stream): Take a :nowait
15131 parameter and pass it on to `make-network-process'.
15132 (network-stream-open-plain): Ditto.
15133
dcb79f20
AS
151342011-04-30 Andreas Schwab <schwab@linux-m68k.org>
15135
15136 * faces.el (face-spec-set-match-display): Don't match toolkit
15137 options on terminal frames.
15138
14a7fbd8
SM
151392011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
15140
7eabc1be
SM
15141 * progmodes/pascal.el: Use lexical binding.
15142 (pascal-mode-map): Remove author preferences.
15143
14a7fbd8
SM
15144 * pcomplete.el (pcomplete-std-complete): Don't abuse
15145 completion-at-point.
15146
50f84510
JB
151472011-04-28 Juanma Barranquero <lekktu@gmail.com>
15148
6e087a44
JB
15149 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
15150 removing code that has been dead since 1991 or so.
15151
50f84510
JB
15152 * startup.el (command-line): When warning about "_emacs", use a
15153 delayed warning to allow the user to filter it out.
15154
0ba690bd
DD
151552011-04-28 Deniz Dogan <deniz@dogan.se>
15156
15157 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
15158 user has not joined.
15159
08abfaad
SM
151602011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
15161
15162 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
15163 aren't any completions at point.
15164
638f053a
JB
151652011-04-28 Juanma Barranquero <lekktu@gmail.com>
15166
15167 * subr.el (display-delayed-warnings): New function.
15168 (delayed-warnings-hook): New variable.
15169
8fff8daa
SM
151702011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
15171
08abfaad
SM
15172 * minibuffer.el (completion-at-point, completion-help-at-point):
15173 Don't presume that a given completion-at-point-function will always
15174 use the same calling convention.
15175
8fff8daa
SM
15176 * pcomplete.el (pcomplete-completions-at-point):
15177 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
15178 pcomplete-seen is non-nil.
15179 (pcomplete-comint-setup): Also recognize the new comint/shell
15180 completion functions.
15181 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
15182 pcomplete-seen is non-nil.
15183
841a1577 151842011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 15185
841a1577 15186 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 15187 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 15188 the first character in the entry. This allows for code to add its
211ec907
UJ
15189 own uid to the entry.
15190 (icalendar--convert-float-to-ical): Add export of
15191 `diary-float'-entries save for those with the optional DAY
15192 argument.
15193
2a782793
DC
151942011-04-27 Daniel Colascione <dan.colascione@gmail.com>
15195
15196 * subr.el (shell-quote-argument): Use alternate escaping strategy
15197 when we spot a variable reference in a string.
15198
0438ce91
DC
151992011-04-26 Daniel Colascione <dan.colascione@gmail.com>
15200
15201 * cus-start.el (all): Define customization for debug-on-event.
15202
841a1577 152032011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
15204
15205 * subr.el (shell-quote-argument): Escape correctly under Windows.
15206
d090ed6c
SM
152072011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
15208
15209 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
15210
bfd31217
MA
152112011-04-25 Michael Albinus <michael.albinus@gmx.de>
15212
d090ed6c
SM
15213 * net/tramp.el (tramp-process-actions): Add POS argument.
15214 Delete region between POS and (pos).
bfd31217 15215
d090ed6c
SM
15216 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
15217 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
15218 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
15219
15220 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
15221 position in `tramp-process-actions' call.
15222
15223 * net/trampver.el: Update release number.
15224
e92f3bd3
SM
152252011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
15226
850256b5
SM
15227 * custom.el (defcustom): Obey lexical-binding.
15228
e92f3bd3
SM
15229 Fix octave-inf completion problems reported by Alexander Klimov.
15230 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
15231 Inherit from octave-mode-syntax-table.
15232 (inferior-octave-mode): Set info-lookup-mode.
15233 (inferior-octave-completion-at-point): New function.
15234 (inferior-octave-complete): Use it and completion-in-region.
15235 (inferior-octave-dynamic-complete-functions): Use it as well, and use
15236 comint-filename-completion.
15237 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
15238 symbol elements which shouldn't be word elements.
15239 (octave-font-lock-keywords, octave-beginning-of-defun)
15240 (octave-function-header-regexp): Adjust regexps accordingly.
15241 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
15242
cd22b309
JB
152432011-04-25 Juanma Barranquero <lekktu@gmail.com>
15244
15245 * net/gnutls.el (gnutls-errorp): Declare before first use.
15246
8b492194
TZ
152472011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
15248
15249 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
15250 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 15251 default trustfile exists before going to use it. Add missing
5a5fa834 15252 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
15253 Reported by Claudio Bley <claudio.bley@gmail.com>.
15254 (open-gnutls-stream): Add usage example.
15255
15256 * net/network-stream.el (network-stream-open-starttls): Give host
15257 parameter to `gnutls-negotiate'.
15258 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 15259 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 15260
841a1577 152612011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 15262
cd22b309
JB
15263 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
15264 Use correct match group (bug#8438).
05842630 15265
3ba7869c
CY
152662011-04-24 Chong Yidong <cyd@stupidchicken.com>
15267
512e3ae1
CY
15268 * emacs-lisp/package.el (package-built-in-p): Fix typo.
15269 (package-menu--generate): New arg specifying packages to show.
15270 (package-menu-refresh, package-menu-execute, list-packages):
15271 Callers changed.
15272 (package-show-package-list): New function, replacing deleted
15273 package--list-packages (renamed because it is non-internal).
15274
15275 * finder.el (finder-list-matches): Use package-show-package-list
15276 instead of deleted package--list-packages.
15277
e92f3bd3
SM
15278 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
15279 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
15280 (vc-annotate-mode-map): Bind it to RET.
15281
7031be6d
UR
152822011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
15283
15284 * progmodes/etags.el (next-file): Don't use set-buffer to change
15285 buffers (Bug#8478).
15286
4ef177aa
CY
152872011-04-24 Chong Yidong <cyd@stupidchicken.com>
15288
c8d173eb
CY
15289 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
15290
4ef177aa
CY
15291 * apropos.el (apropos-label-face): Avoid variable-pitch face.
15292 (apropos-accumulator): Doc fix.
15293 (apropos-function, apropos-macro, apropos-command)
15294 (apropos-variable, apropos-face, apropos-group, apropos-widget)
15295 (apropos-plist): Add face property.
15296 (apropos-symbols-internal): Fix indentation.
15297 (apropos-print): Simplify help, and recognize apropos-multi-type.
15298 (apropos-print-doc): Use button-type-get to extract the button's
15299 face property. Fill docstring (Bug#8352).
15300
4ffd0d6b 153012011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
15302
15303 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
15304
c6c32125 15305 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 15306 (mpuz-mode-map): Use mapc.
c6c32125
JB
15307 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
15308 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
15309 Fix typos in docstrings.
15310
58d468b4
JB
15311 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
15312 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
15313
6470c3c6
JB
15314 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
15315
4ffd0d6b 153162011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
15317
15318 * minibuffer.el (completion--do-completion): Avoid the "Next char
15319 not unique" prompt if icomplete-mode is enabled (Bug#5849).
15320
3ad8bad0
CY
15321 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
15322 mouse-2 into unread-command-events, it is interpreted correctly.
15323
71d73c9c 15324 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 15325 (image-toggle-display): Doc fix.
71d73c9c 15326
841a1577 153272011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 15328
4ffd0d6b
GM
15329 * textmodes/page.el (what-page): Use line-number-at-pos to
15330 calculate line number (Bug#6825).
6e1dbaa9 15331
c2fb1b60
JB
153322011-04-22 Juanma Barranquero <lekktu@gmail.com>
15333
15334 * eshell/esh-mode.el (find-tag-interactive): Declare function.
15335 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
15336 Pass argument NO-DEFAULT to `find-tag-interactive'.
15337
e02f48d7
JB
153382011-04-22 Juanma Barranquero <lekktu@gmail.com>
15339
15340 Lexical-binding cleanup.
15341
15342 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
15343 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
15344 * progmodes/ada-prj.el (ada-prj-initialize-values)
15345 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
15346 (ada-prj-show-value):
15347 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
15348 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
15349 (antlr-invalidate-context-cache, antlr-options-menu-filter)
15350 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
15351 * progmodes/bug-reference.el (bug-reference-push-button):
15352 * progmodes/fortran.el (fortran-line-length):
15353 * progmodes/glasses.el (glasses-change):
15354 * progmodes/octave-mod.el (octave-fill-paragraph):
15355 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
15356 (python-pdbtrack-grub-for-buffer, python-sentinel):
15357 * progmodes/sql.el (sql-save-connection):
15358 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
15359 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
15360 Mark unused parameters.
15361
15362 * progmodes/compile.el (compilation--flush-directory-cache)
15363 (compilation--flush-parse, compile-internal): Mark unused parameters.
15364 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
15365 (compilation-next-error-function): Remove unused variable `timestamp'.
15366
15367 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
15368 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
15369
15370 * progmodes/dcl-mode.el (dcl-end-of-command):
15371 Remove unused variable `start'.
15372 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
15373 (dcl-option-value-basic, dcl-option-value-offset)
15374 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
15375 Mark unused parameters.
15376 (dcl-save-local-variable): Remove unused variable `val'.
15377 (mode): Declare.
15378
15379 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
15380 Mark unused parameters.
15381 (delphi-ignore-changes): Move before first use.
15382 (delphi-charset-token-at): Remove unused variable `start'.
15383 (delphi-else-start): Remove unused variable `if-count'.
15384 (delphi-comment-block-start, delphi-comment-block-end):
15385 Remove unused variable `kind'.
15386 (delphi-indent-line): Remove unused variable `new-point'.
15387
15388 * progmodes/ebrowse.el (ebrowse-files-list)
15389 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
15390 Mark unused parameters. Don't quote `lambda'.
15391 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
15392 Don't quote `lambda'.
15393 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
15394 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
15395 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
15396 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
15397 Use `ignore-errors'.
15398 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
15399 (ebrowse-view/find-file-and-search-pattern)
15400 (ebrowse-view/find-member-declaration/definition):
15401 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
15402 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
15403 Rename parameter PREFIX-ARG to PREFIX.
15404 (ebrowse-tags-read-name): Remove unused variables `start' and
15405 `member-info'.
15406 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
15407 to `tags-file'.
15408
15409 * progmodes/etags.el (local-find-tag-hook): Declare.
15410 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
15411 Mark unused parameters.
15412
15413 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
15414 (executable-interpret): Mark unused parameter.
15415
15416 * progmodes/flymake.el (flymake-process-sentinel)
15417 (flymake-after-change-function)
15418 (flymake-create-temp-with-folder-structure)
15419 (flymake-get-include-dirs-dot): Mark unused parameters.
15420 (flymake-safe-delete-directory): Remove unused variable `err'.
15421
15422 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
15423 (speedbar-timer-fn, speedbar-line-text)
15424 (speedbar-change-expand-button-char, speedbar-delete-subblock)
15425 (speedbar-center-buffer-smartly): Declare functions.
15426 (gdb-find-watch-expression): Remove unused variable `array'.
15427 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
15428 (gdb-starting): Mark unused parameters.
15429 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
15430 (gdb-table-string): Remove unused variable `res'.
15431 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
15432 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
15433 (gdb-display-buffer): Remove unused variable `cur-size'.
15434
15435 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
15436 allow lexical-binding compilation.
15437 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
15438 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
15439 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
15440 Mark unused parameters.
15441 (gud-gdb-marker-filter): Remove unused variable `match'.
15442 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
15443 lambda expressions and funcall them, instead of using `fset'.
15444
15445 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
15446 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
15447
15448 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
15449 variable `header-beg'; use `let'.
15450
15451 * progmodes/icon.el (indent-icon-exp): Remove unused variables
15452 `restart', `last-sexp' and `at-do'.
15453
15454 * progmodes/js.el (js--debug): Mark unused parameter.
15455 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
15456 (js--splice-into-items): Remove unused variable `item'.
15457 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
15458
15459 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
15460 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
15461 (makefile-complete): Remove unused variable `try'.
15462 (makefile-fill-paragraph, makefile-match-function-end):
15463 Mark unused parameters.
15464
15465 * progmodes/octave-inf.el (inferior-octave-complete):
15466 Remove unused variable `proc'.
15467 (inferior-octave-output-digest): Mark unused parameter.
15468
15469 * progmodes/perl-mode.el (perl-calculate-indent):
15470 Remove unused variable `err'.
15471
15472 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
15473 (prolog-indent-line): Mark unused parameters.
15474 (prolog-indent-line): Remove unused variable `beg'.
15475
15476 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
15477 (reporter-dont-compact-list): Declare.
15478
15479 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
15480 Remove unused variable `char'.
15481 (sh-debug): Mark unused parameter.
15482 (sh-get-indent-info): Remove unused variable `start'.
15483 (sh-calculate-indent): Remove unused variable `var'.
15484
15485 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
15486 (simula-electric-keyword): Remove unused variable `null'.
15487 (simula-search-backward, simula-search-forward): Remove unused
15488 variables `begin' and `end'.
15489
15490 * progmodes/vera-mode.el (vera-guess-basic-syntax):
15491 Remove unused variable `pos'.
15492 (vera-electric-tab, vera-comment-uncomment-region):
15493 Mark unused parameters.
15494 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
15495
7ede3b65
CY
154962011-04-22 Chong Yidong <cyd@stupidchicken.com>
15497
15498 * emacs-lisp/package.el (package--builtins, package-alist)
15499 (package-load-descriptor, package-built-in-p, package-activate)
15500 (define-package, package-installed-p)
15501 (package-compute-transaction, package-buffer-info)
15502 (package--push): Doc fix. Distinguish more clearly between
15503 version strings and version lists.
15504
121656e9
JB
155052011-04-21 Juanma Barranquero <lekktu@gmail.com>
15506
15507 Lexical-binding cleanup.
15508
15509 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
15510 (5x5-make-mutate-best):
15511 * play/fortune.el (fortune-in-buffer):
15512 * play/gomoku.el (gomoku-init-display):
15513 * play/solitaire.el (solitaire, solitaire-do-check):
15514 * play/tetris.el (tetris-default-update-speed-function):
15515 Mark unused parameters.
15516
15517 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
15518 (bubbles--shift): Remove unused variable `char-org'.
15519 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
15520 (bubbles--show-images): Remove unused variable `char'.
15521
15522 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
15523 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
15524 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
15525 (decipher-analyze-buffer): Use ?\s.
15526 (decipher-make-checkpoint): Remove unused variable `mapping'.
15527
15528 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
15529
15530 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
15531 Remove unused variable `result'; use `let'.
15532
15533 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
15534 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
15535 (gametree-children-shown-p, gametree-compute-reduced-score):
15536 Use `ignore-errors'.
15537
15538 * play/handwrite.el (ps-lpr-switches): Declare.
15539 (handwrite): Remove unused variables `pmin' and `lastp'.
15540
15541 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
15542
15543 * play/landmark.el (landmark-init-display)
15544 (landmark-update-naught-weights): Mark unused parameters.
15545 (landmark-y): Remove unused variable `noise'. Simplify.
15546 (landmark-human-plays): Remove unused variable `score'.
15547
15548 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
15549 (mpuz-try-proposal): Remove unused variable `game'.
15550
15551 * play/zone.el (life-patterns): Declare.
15552
80f499c7
JB
155532011-04-20 Juanma Barranquero <lekktu@gmail.com>
15554
15555 * vc/vc.el (ediff-vc-internal): Declare function.
15556
024ff170
SM
155572011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
15558
c0a193ea
SM
15559 * shell.el: Use lexical-binding and std completion UI.
15560 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
15561 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
15562 comint-preoutput-filter-functions rather than on
15563 comint-output-filter-functions.
15564 (shell-command-completion, shell--command-completion-data)
15565 (shell-filename-completion, shell-environment-variable-completion)
15566 (shell-c-a-p-replace-by-expanded-directory): New functions.
15567 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
15568 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
15569 (shell-dynamic-complete-environment-variable): Use them.
15570 (shell-dynamic-complete-as-environment-variable)
15571 (shell-dynamic-complete-as-command): Remove.
15572 (shell-match-partial-variable): Match past point.
15573 * comint.el: Clean up use of completion-at-point-functions.
15574 (comint-completion-at-point): New function.
15575 (comint-mode): Use it completion-at-point-functions.
15576 (comint-dynamic-complete): Make it obsolete.
15577 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
15578 (comint-c-a-p-replace-by-expanded-history): New function.
15579 (comint-dynamic-complete-functions)
15580 (comint-replace-by-expanded-history): Use it.
15581 * minibuffer.el (completion-table-with-terminator): Allow dynamic
15582 termination strings. Try harder to avoid second try-completion.
15583 (completion-in-region-mode-map): Disable bindings that don't work yet.
15584
2dbaa080
SM
15585 * comint.el: Use lexical-binding. Require CL.
15586 (comint-dynamic-complete-functions): Use comint-filename-completion.
15587 (comint-completion-addsuffix): Tweak custom type.
15588 (comint-filename-completion, comint--common-suffix)
15589 (comint--common-quoted-suffix, comint--table-subvert)
15590 (comint--complete-file-name-data): New functions.
15591 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
15592 (comint-dynamic-list-filename-completions): Use them.
15593 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 15594
2dbaa080
SM
15595 * minibuffer.el (completion-in-region-mode):
15596 Keep completion-in-region-mode--predicate global.
15597 (completion-in-region--postch):
15598 Assume completion-in-region-mode--predicate is not null.
15599
c79a6f38
SM
15600 * progmodes/flymake.el (flymake-start-syntax-check-process):
15601 Obey `dir'. Simplify.
15602
024ff170
SM
15603 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
15604 we're in VC after all.
15605
1c6c854e
CS
156062011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
15607
15608 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 15609 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
15610 (vc-version-diff): Use vc-diff-build-argument-list-internal.
15611
bed7f140
SM
156122011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
15613
332e62ab
SM
15614 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
15615 add sanity check.
15616
bed7f140
SM
15617 * obsolete/erc-hecomplete.el: Make obsolete.
15618 * obsolete/: Standardize obsolescence info in the header.
15619
f195c582
GM
156202011-04-20 Glenn Morris <rgm@gnu.org>
15621
15622 * calendar/solar.el (solar-horizontal-coordinates):
15623 Use the longitude argument rather than `calendar-longitude'.
15624 (solar-date-next-longitude): Remove unused locals.
15625
cb79b8c0
VJL
156262011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15627
15628 * whitespace.el: New version 13.2.1.
15629
156302011-04-20 felix <EmacsWiki> (tiny change)
15631
d8e4b68b 15632 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
15633 switching between major modes on a file.
15634
602ea69d
SM
156352011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
15636
15637 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
15638 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
15639 multi-line comments as well.
15640
06b60517
JB
156412011-04-19 Juanma Barranquero <lekktu@gmail.com>
15642
15643 Lexical-binding cleanup.
15644
15645 * arc-mode.el (archive-mode-revert):
15646 * cmuscheme.el (scheme-interactively-start-process):
15647 * custom.el (custom-initialize-delay):
15648 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
15649 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
15650 * emacs-lock.el (emacs-lock-clear-sentinel):
15651 * ezimage.el (defezimage):
15652 * follow.el (follow-avoid-tail-recenter):
15653 * fringe.el (set-fringe-mode-1):
15654 * generic-x.el (bat-generic-mode-compile):
15655 * help-mode.el (help-info-variable, help-do-xref)
15656 (help-mode-revert-buffer):
15657 * help.el (view-emacs-todo):
15658 * iswitchb.el (iswitchb-completion-help):
15659 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
15660 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
15661 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
15662 * locate.el (locate-update):
15663 * longlines.el (longlines-encode-region)
15664 (longlines-after-change-function):
15665 * outline.el (outline-isearch-open-invisible):
15666 * ps-def.el (declare-function, charset-dimension, char-width)
15667 (encode-char):
15668 * ps-mule.el (ps-mule-plot-string):
15669 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
15670 (recentf-edit-list-select, recentf-edit-list-validate)
15671 (recentf-open-files-action):
15672 * rect.el (delete-whitespace-rectangle-line)
15673 (rectangle-number-line-callback):
15674 * register.el (window-configuration-to-register)
15675 (frame-configuration-to-register):
15676 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
15677 * select.el (xselect-convert-to-string, xselect-convert-to-length)
15678 (xselect-convert-to-targets, xselect-convert-to-delete)
15679 (xselect-convert-to-filename, xselect-convert-to-charpos)
15680 (xselect-convert-to-lineno, xselect-convert-to-colno)
15681 (xselect-convert-to-os, xselect-convert-to-host)
15682 (xselect-convert-to-user, xselect-convert-to-class)
15683 (xselect-convert-to-name, xselect-convert-to-integer)
15684 (xselect-convert-to-atom, xselect-convert-to-identity):
15685 * subr.el (declare, ignore, process-kill-without-query)
15686 (text-clone-maintain):
15687 * terminal.el (te-get-char, te-tic-sentinel):
15688 * tool-bar.el (tool-bar-make-keymap):
15689 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
15690 * type-break.el (type-break-mode, type-break-noninteractive-query):
15691 * view.el (View-back-to-mark):
15692 * wid-browse.el (widget-browse-action, widget-browse-widget)
15693 (widget-browse-widgets, widget-browse-sexp):
15694 * widget.el (define-widget-keywords):
15695 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
15696 Mark unused parameters.
15697
15698 * align.el (align-adjust-col-for-rule): Mark unused parameter.
15699 (align-areas): Remove unused variable `look'.
15700 (align-region): Remove unused variables `real-end' and `pos-list'.
15701
15702 * apropos.el (apropos-score-doc): Remove unused variable `i'.
15703
15704 * bindings.el (mode-line-modified, mode-line-remote):
15705 Mark unused parameters.
15706 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
15707
15708 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
15709 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
15710
15711 * comint.el (comint-history-isearch-pop-state)
15712 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
15713 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
15714 (comint-substitute-in-file-name): Doc fix.
15715
15716 * completion.el (cmpl-statistics-block): Mark unused parameter.
15717 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
15718 (save-completions-to-file, load-completions-from-file):
15719 Remove unused local variable `e'.
15720
15721 * composite.el (compose-chars): Remove unused variable `len'.
15722 (lgstring-insert-glyph): Remove unused variable `g'.
15723 (compose-glyph-string): Remove unused variables `ascent',
15724 `descent', `lbearing' and `rbearing'.
15725 (compose-glyph-string-relative): Remove unused variables
15726 `lbearing', `rbearing' and `wadjust'.
15727 (compose-gstring-for-graphic): Remove unused variables `header',
15728 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
15729 (compose-gstring-for-terminal): Remove unused variables `header'
15730 and `nchars'. Use `let', not `let*'.
15731
15732 * cus-edit.el (Custom-set, Custom-save, custom-reset)
15733 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
15734 (Custom-buffer-done, custom-buffer-create-internal)
15735 (custom-browse-visibility-action, custom-browse-group-tag-action)
15736 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
15737 (widget-magic-mouse-down-action, custom-toggle-parent)
15738 (custom-add-parent-links, custom-toggle-hide-variable)
15739 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
15740 (custom-toggle-hide-face, face, hook, custom-group-link-action)
15741 (custom-face-menu-create, custom-variable-menu-create, get)
15742 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
15743 (custom-reset-standard-save-and-update): Remove unused variable `value'.
15744 (customize-apropos): Remove unused variable `tests'.
15745 (custom-group-value-create): Remove unused variable `hidden-p'.
15746 (sort-fold-case): Declare.
15747
15748 * cus-theme.el (custom-reset-standard-faces-list)
15749 (custom-reset-standard-variables-list): Declare.
15750 (customize-create-theme, custom-theme-revert, custom-theme-write)
15751 (custom-theme-choose-mode, customize-themes, custom-theme-save):
15752 Mark unused parameters.
15753
15754 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
15755
15756 * delim-col.el (delimit-columns-max): Move defvar before first use.
15757
15758 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 15759 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
15760
15761 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
15762 (auto-insert): Declare.
15763 (desktop-restore-file-buffer): Rename desktop-* parameters;
15764 mark unused ones.
15765 (desktop-create-buffer): Rename desktop-* parameters and bind them.
15766 (desktop-buffer): Rename desktop-* parameters.
15767
15768 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
15769 (dframe-reposition-frame-xemacs, dframe-help-echo)
15770 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
15771 Mark unused parameters.
15772
15773 * dired-aux.el (backup-extract-version-start, overwrite-query)
15774 (overwrite-backup-query, rename-regexp-query)
15775 (rename-non-directory-query): Declare.
15776 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
15777 (dired-add-entry): Remove unused variable `orig-file-name'.
15778 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
15779 Use parameter PRESERVE-TIME instead of accessing dynamic variable
15780 `dired-copy-preserve-time' directly.
15781 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
15782 (dired-insert-subdir-newpos): Rename unused variable `pos'.
15783
15784 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
15785 (dired-virtual-revert, dired-make-relative-symlink):
15786 Mark unused parameters.
15787 (manual-program): Declare.
15788 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
15789 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
15790 wrapped in `with-no-warnings' to avoid replacing one warning by another.
15791
15792 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
15793
15794 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
15795
15796 * echistory.el (electric-history-in-progress, Helper-return-blurb):
15797 Declare.
15798
15799 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
15800
15801 * electric.el (Electric-command-loop): Rename parameter
15802 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
15803
15804 * expand.el (expand-in-literal): Remove unused variable `here'.
15805
15806 * facemenu.el (facemenu-add-new-color):
15807 Remove unused variable `docstring'.
15808
15809 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
15810 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
15811 (face-attr-construct): Mark unused parameter. Doc fix.
15812 (read-color): Remove unused variable `hex-string'.
15813
15814 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
15815 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
15816 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
15817 (display-buffer-other-frame): Remove unused variable `old-window'.
15818 (kill-buffer-hook): Declare.
15819 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
15820 Mark unused parameters.
15821 (after-find-file): Pass 1 to `auto-save-mode', not t.
15822
15823 * files-x.el (auto-insert): Declare.
15824 (modify-file-local-variable-prop-line): Remove unused variable `val'.
15825
15826 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 15827 variable `buf'. Mark unused parameter.
06b60517
JB
15828 (find-lisp-insert-directory): Mark unused parameter.
15829
15830 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
15831 (format-encode-region): Remove unused variables `cur-buf' and `result'.
15832 (format-common-tail): Remove, unused.
15833 (format-deannotate-region): Remove unused variable `loc'.
15834 (format-annotate-region): Remove unused variable `p'.
15835 (format-annotate-single-property-change): Remove unused variables
15836 `default' and `tail'.
15837
15838 * forms.el (read-file-filter): Declare.
15839 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
15840
15841 * frame.el (frame-creation-function-alist): Mark unused parameter.
15842 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
15843
15844 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
15845 Remove unused parameters.
15846 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
15847 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
15848
15849 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
15850 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
15851 (hfy-prepare-tag-map): Mark unused parameters.
15852 (htmlfontify-buffer): Use `called-interactively-p'.
15853
15854 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
15855 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
15856 (ibuffer-do-occur): Mark unused parameters.
15857 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
15858 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
15859
15860 * ibuffer.el: Don't quote `lambda'.
15861 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
15862 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
15863 Mark unused parameters.
15864
15865 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
15866 (ido-completing-read): Mark unused parameters.
15867 (ido-copy-current-word): Mark unused parameters;
15868 remove unused variable `name'.
15869 (ido-sort-merged-list): Remove unused parameter `dirs'.
15870
15871 * ielm.el (ielm-input-sender): Mark unused parameter.
15872 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
15873 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
15874 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
15875 `ielm-string' as a dynamic variable accessible from the IELM prompt.
15876 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
15877
15878 * image-dired.el (image-dired-display-thumbs): Remove unused
15879 variables `curr-file' and `count'.
15880 (image-dired-remove-tag): Remove unused variable `start'.
15881 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
15882 variable `curr-file'
15883 (image-dired-rotate-original): Remove unused variable `temp-file'.
15884 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
15885 Remove unused variable `file'.
15886 (image-dired-gallery-generate): Remove unused variable `curr'.
15887 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
15888
15889 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
15890
15891 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
15892
15893 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
15894
15895 * isearch.el (minibuffer-history-symbol): Declare.
15896 (isearch-edit-string): Remove unused variable `err'.
15897 (isearch-message-prefix, isearch-message-suffix):
15898 Mark unused parameters.
15899
15900 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
15901
15902 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
15903
15904 * makesum.el (double-column): Remove unused variable `cnt'.
15905
15906 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
15907 (ido-ignore-item-temp-list): Declare.
15908
15909 * mouse-drag.el (mouse-drag-throw): Remove unused variables
15910 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
15911 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
15912 (mouse-drag-drag): Remove unused variables `mouse-delta' and
15913 `mouse-col-delta'.
15914
15915 * mouse-sel.el (mouse-extend-internal):
15916 Remove unused variable `orig-window-frame'.
15917
15918 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
15919 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
15920 Move declarations before first use.
15921 (pcomplete-opt): Mark unused parameters; doc fix.
15922
15923 * proced.el (proced-revert): Mark unused parameter.
15924 (proced-send-signal): Remove unused variable `err'.
15925
15926 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
15927 Rename parameter PREFIX-ARG to ARG.
15928 (ps-basic-plot-string, ps-basic-plot-whitespace):
15929 Mark unused parameters.
15930
15931 * replace.el (replace-count): Define.
15932 (occur-revert-function): Mark unused parameters.
15933 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
15934 (isearch-case-fold-search, isearch-string): Declare.
15935 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
15936 bind `case-fold-search'. Remove unused variables `beg' and `end',
15937 and simplify.
15938 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
15939 COUNT and bind `replace-count'.
15940 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
15941 to COUNT.
15942
15943 * savehist.el (print-readably, print-string-length): Declare.
15944
15945 * shadowfile.el (shadow-expand-cluster-in-file-name):
15946 Remove unused variable `cluster'.
15947 (shadow-copy-file): Remove unused variable `i'.
15948 (shadow-noquery, shadow-clusters, shadow-site-cluster)
15949 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
15950 (shadow-define-literal-group, shadow-define-regexp-group)
15951 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
15952
15953 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
15954 (shell): Use `called-interactively-p'.
15955 (shell-directory-tracker): Remove unused variable `chdir-failure'.
15956
15957 * simple.el (compilation-context-lines, comint-file-name-quote-list)
15958 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
15959 (delete-backward-char): Remove unused variable `ocol'.
15960 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
15961 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
15962 (event-apply-hyper-modifier, event-apply-shift-modifier)
15963 (event-apply-control-modifier, event-apply-meta-modifier):
15964 Mark unused parameters.
15965 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
15966 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
15967
15968 * speedbar.el (speedbar-ignored-directory-expressions)
15969 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
15970 (speedbar-find-file, speedbar-dir-follow)
15971 (speedbar-directory-buttons-follow, speedbar-tag-find)
15972 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
15973 (speedbar-buffers-line-directory, speedbar-buffer-click):
15974 Mark unused parameters.
15975 (speedbar-tag-file): Remove unused variable `mode'.
15976 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
15977
15978 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
15979
15980 * talk.el (talk): Remove unused variable `display'.
15981
15982 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
15983 (tar-write-region-annotate): Mark unused parameter.
15984
15985 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
15986 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
15987 Declare them, wrapped in `with-no-warnings' to avoid replacing one
15988 warning by another.
15989
15990 * time-stamp.el (time-stamp-string-preprocess):
15991 Remove unused variable `require-padding'.
15992
15993 * tree-widget.el (widget-glyph-enable): Declare.
15994 (tree-widget-action): Mark unused parameter.
15995
15996 * w32-fns.el (x-get-selection): Mark unused parameter.
15997 (autoload-make-program, generated-autoload-file): Declare.
15998
15999 * wdired.el (wdired-revert): Mark unused parameters.
16000 (wdired-xcase-word): Remove unused variable `err'.
16001
16002 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
16003 (whitespace-help-scroll): Remove unused variable `data-help'.
16004
16005 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
16006 (widget-image-insert, widget-after-change, default)
16007 (widget-default-format-handler, widget-default-notify)
16008 (widget-default-prompt-value, widget-info-link-action)
16009 (widget-url-link-action, widget-function-link-action)
16010 (widget-variable-link-action, widget-file-link-action)
16011 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
16012 (widget-field-prompt-internal, widget-field-action, widget-field-match)
16013 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
16014 (widget-insert-button-action, widget-delete-button-action, visibility)
16015 (widget-documentation-link-action, widget-documentation-string-action)
16016 (widget-const-prompt-value, widget-regexp-match, symbol)
16017 (widget-coding-system-prompt-value)
16018 (widget-key-sequence-value-to-external, sexp)
16019 (widget-sexp-value-to-internal, character, vector, cons)
16020 (widget-choice-prompt-value, widget-boolean-prompt-value)
16021 (widget-color--choose-action): Mark unused parameters.
16022 (widget-item-match-inline, widget-choice-match-inline)
16023 (widget-checklist-match, widget-checklist-match-inline)
16024 (widget-group-match): Rename parameter VALUES to VALS.
16025 (widget-field-value-set): Remove unused variable `size'.
16026 (widget-color-action): Remove unused variables `value' and `start'.
16027
16028 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 16029 variable `dir'. Doc fix.
06b60517
JB
16030 (windmove-find-other-window): Don't pass it.
16031
16032 * window.el (count-windows): Mark unused parameter.
16033 (bw-adjust-window): Remove unused variable `err'.
16034
16035 * woman.el (woman-file-name): Remove unused variable `default'.
16036 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
16037 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
16038 (global-font-lock-mode): Declare.
16039 (woman-decode-region): Mark unused parameter.
16040 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
16041
16042 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
16043 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
16044 (x-dnd-handle-moz-url): Remove unused variable `title'.
16045 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
16046
16047 * xml.el (xml-parse-tag, xml-parse-attlist):
16048 Remove unused variable `pos'.
16049
bc4f7f3d
GM
160502011-04-19 Glenn Morris <rgm@gnu.org>
16051
16052 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
16053 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
16054 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
16055 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
16056 * calendar/cal-html.el (cal-html-insert-minical):
16057 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
16058 (calendar-mark-date-pattern):
16059 Prefix "unused" locals.
16060
16061 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
16062 optional argument `style'.
16063
16064 * calendar/appt.el (appt-make-list):
16065 * calendar/cal-china.el (calendar-chinese-date-string):
16066 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
16067 (diary-hebrew-yahrzeit):
16068 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
16069 * calendar/calendar.el (calendar-generate-window):
16070 * calendar/time-date.el (time-to-days):
16071 Remove unused local variables.
16072
16a43933
CY
160732011-04-18 Chong Yidong <cyd@stupidchicken.com>
16074
16075 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
16076 glyphless-char-display table.
16077 (tabulated-list-glyphless-char-display): New var.
16078
7eed1860
SS
160792011-04-18 Sam Steingold <sds@gnu.org>
16080
16081 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
16082 to acknowledgments.
16083
4d2d1ccd
GM
160842011-04-17 Glenn Morris <rgm@gnu.org>
16085
16086 * calendar/diary-lib.el (diary-sexp-entry):
16087 * calendar/holidays.el (holiday-sexp):
16088 Set debug-on-error rather than the removed stack-trace-on-error.
16089
239da61d
GM
160902011-04-16 Glenn Morris <rgm@gnu.org>
16091
16092 * progmodes/f90.el: Use lexical-binding.
16093 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
16094
8b05752a
SM
160952011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
16096
daca8ba5
SM
16097 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
16098 (mail-mode): Setup mailalias completion here instead.
16099 * mail/mailalias.el: Use lexical-binding.
16100 (pattern, mailalias-done): Declare dynamic.
16101 (mail-completion-at-point-function): New function, from mail-complete.
16102 (mail-complete): Use it.
16103 (mail-completion-expand): New function.
16104 (mail-get-names): Use it.
16105 (mail-directory, mail-directory-process, mail-directory-stream):
16106 Don't use `pattern' for lexically bound arg.
16107
6f542485
SM
16108 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
16109
037e7c3f
SM
16110 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
16111 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
16112 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
16113
8b05752a
SM
16114 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
16115 (byte-save-window-excursion, byte-temp-output-buffer-setup)
16116 (byte-interactive-p): Define them again, for use when inlining
16117 old code.
16118
49093f60
JB
161192011-04-15 Juanma Barranquero <lekktu@gmail.com>
16120
16121 * loadup.el: Use `string-to-number', not `string-to-int'.
16122
b5b8e7de
SM
161232011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
16124
16125 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
16126 gud-gdb-complete-command.
16127 (gud-gdb-completions): New function, from gud-gdb-complete-command.
16128 (gud-gdb-completion-at-point): New function.
16129 (gud-gdb-completions): Remove.
16130
f42efeb5
MA
161312011-04-14 Michael Albinus <michael.albinus@gmx.de>
16132
49093f60
JB
16133 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
16134 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
16135 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
16136 whether `executable-find' is bound.
f42efeb5
MA
16137
16138 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
16139
e240cc21
SM
161402011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
16141
16142 * minibuffer.el (completion-in-region-mode-predicate)
16143 (completion-in-region-mode--predicate): New vars.
16144 (completion-in-region, completion-in-region--postch)
16145 (completion-in-region-mode): Use them.
16146 (completion--capf-wrapper): Also return the hook function.
16147 (completion-at-point, completion-help-at-point):
16148 Adjust and provide a predicate.
c2bd2ab0
SM
16149
16150 Preserve arg names for advice of subr and lexical functions (bug#8457).
16151 * help-fns.el (help-function-arglist): Consolidate the subr and
16152 new-byte-code cases. Add argument `preserve-names' to extract names
16153 from the docstring when needed.
16154 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
16155 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
16156 (ad-arglist): Use help-function-arglist's new arg.
16157 (ad-definition-type): Use cond.
16158
c183f693
JB
161592011-04-13 Juanma Barranquero <lekktu@gmail.com>
16160
06641a47
JB
16161 * autorevert.el (auto-revert-handler):
16162 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
16163 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
16164 Don't quote lambda.
16165
c183f693
JB
16166 * image-mode.el (image-transform-set-scale):
16167 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
16168
1e3b6001
G
161692011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
16170
16171 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 16172 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
16173 Upgrades via gnutls-cli are too slow to be done opportunistically.
16174
2d6af8dd
JB
161752011-04-12 Juanma Barranquero <lekktu@gmail.com>
16176
16177 * dframe.el (dframe-current-frame): Remove spurious quote.
16178
c0749a51
GM
161792011-04-12 Glenn Morris <rgm@gnu.org>
16180
088d0d61
GM
16181 * calendar/cal-tex.el (cal-tex-end-document):
16182 Try to automatically use latin1 input if needed.
16183
c0749a51
GM
16184 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
16185 Don't try to cons a mark onto an empty element.
16186
5c90fde0
LL
161872011-04-11 Leo Liu <sdl.web@gmail.com>
16188
16189 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
16190 buffers.
16191 (ido-kill-buffer-at-head): Support killing virtual buffers.
16192
369e974d
CY
161932011-04-10 Chong Yidong <cyd@stupidchicken.com>
16194
16195 * minibuffer.el (completion-show-inline-help): New var.
16196 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
16197 (minibuffer-force-complete, minibuffer-complete-word):
16198 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
16199
16200 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
16201 to avoid interference from inline help (Bug#5849).
16202
37f1c930
LL
162032011-04-10 Leo Liu <sdl.web@gmail.com>
16204
099c39a4
JB
16205 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
16206 Fix typo.
37f1c930 16207
a32d4040
CY
162082011-04-09 Chong Yidong <cyd@stupidchicken.com>
16209
16210 * image-mode.el (image-toggle-display-image): Signal an error if
16211 not in Image mode.
16212 (image-transform-mode, image-transform-resize)
16213 (image-transform-set-rotation): Doc fix.
daca8ba5 16214 (image-transform-set-resize): Delete.
a32d4040
CY
16215 (image-transform-set-scale, image-transform-fit-to-height)
16216 (image-transform-fit-to-width): Handle image-toggle-display-image
16217 and image-transform-resize directly.
16218
099c39a4 162192011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
16220
16221 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
16222 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
16223 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
16224 (doc-view-mode-map): Add bindings for the new functions.
16225
099c39a4 162262011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 16227
4d61f28d 16228 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
16229 Fix typo in docstring.
16230
3726838a
EZ
162312011-04-08 Eli Zaretskii <eliz@gnu.org>
16232
04f33f1e
EZ
16233 * files.el (file-size-human-readable): Produce one digit after
16234 decimal, like "ls -lh" does.
16235
16236 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
16237 the file size representation.
16238
3726838a
EZ
16239 * simple.el (list-processes): If async subprocesses are not
16240 available, error out with a clear error message.
16241
cbb59342
CY
162422011-04-08 Chong Yidong <cyd@stupidchicken.com>
16243
16244 * help.el (help-form-show): New function, to be called from C.
16245 Put help-form output in a buffer named differently than *Help*.
16246
e3971c44
EZ
162472011-04-08 Eli Zaretskii <eliz@gnu.org>
16248
16249 * files.el (file-size-human-readable): New function.
16250
16251 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
16252 computing the representation inline. Don't require `cl'.
16253
12544bbe
GM
162542011-04-08 Glenn Morris <rgm@gnu.org>
16255
a1de6c6a
GM
16256 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
16257
3c4671f4
GM
16258 * net/browse-url.el (browse-url-firefox):
16259 Test system-type, not system-configuration.
16260
b605679c
GM
16261 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
16262 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
16263 Use log-edit-empty-buffer-p. (Bug#7598)
16264
56442f0c
GM
16265 * net/rlogin.el (rlogin-process-connection-type): Simplify.
16266 (rlogin-mode-map): Initialize in the defvar.
16267 (rlogin): Use ignore-errors.
16268
12544bbe
GM
16269 * replace.el (occur-mode-map): Some fixes for menu items.
16270
eb237b0f
AH
162712011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
16272
16273 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
16274
7d668f2c
CY
162752011-04-06 Chong Yidong <cyd@stupidchicken.com>
16276
e67a13ab
CY
16277 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
16278 issuing unused warnings.
16279
16280 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
16281 macro directly.
16282
7d668f2c
CY
16283 * simple.el: Lisp reimplement of list-processes. Based on an
16284 earlier reimplementation by Leo Liu, but using tabulated-list.el.
16285 (process-menu-mode): New major mode.
16286 (list-processes--refresh, list-processes):
16287 (process-menu-visit-buffer): New functions.
16288
16289 * files.el (save-buffers-kill-emacs): Don't assume any return
16290 value of list-processes, which is undocumented anyway.
16291
a83ec3c9
CY
162922011-04-06 Chong Yidong <cyd@stupidchicken.com>
16293
16294 * emacs-lisp/tabulated-list.el: New file.
16295
e91a96fe
CY
16296 * emacs-lisp/package.el: Use Tabulated List mode.
16297 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
16298 (package-menu-mode): Derive from tabulated-list-mode. Set up the
16299 table format using Tabulated List mode variables.
16300 (package--push): New macro, replacing package-list-maybe-add.
16301 (package-menu--generate): Use package--push. Renamed from
16302 package--generate-package-list.
16303 (package-menu-refresh, list-packages): Use it.
daca8ba5 16304 (package-menu--print-info): Rename from package-print-package.
e91a96fe 16305 Return insertion data instead of inserting it directly.
099c39a4
JB
16306 (package-menu-describe-package, package-menu-execute):
16307 Use tabulated-list-get-id.
e91a96fe
CY
16308 (package-menu-mark-delete, package-menu-mark-install)
16309 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
16310 (package-menu-mark-obsolete-for-deletion):
16311 Use tabulated-list-put-tag.
e91a96fe
CY
16312 (package--list-packages, package-menu-revert)
16313 (package-menu-get-package, package-menu-get-version)
16314 (package-menu-sort-by-column): Functions deleted.
16315 (package-menu-package-list, package-menu-sort-key): Vars deleted.
16316 (package-menu--status-predicate, package-menu--version-predicate)
16317 (package-menu--name-predicate)
16318 (package-menu--description-predicate): Handle arguments in the
16319 Tabulated List format.
16320 (package-list-packages-no-fetch): Call list-packages.
16321
3e214b50
JB
163222011-04-06 Juanma Barranquero <lekktu@gmail.com>
16323
16324 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 16325 (after-find-file): Don't bind it.
3e214b50
JB
16326 (revert-buffer-in-progress-p): New variable.
16327 (revert-buffer): Bind it.
16328 Pass nil for `after-find-file-from-revert-buffer'.
16329
16330 * saveplace.el (save-place-find-file-hook): Use new variable
16331 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
16332
3f0f1700
GM
163332011-04-06 Glenn Morris <rgm@gnu.org>
16334
c0274801
GM
16335 * Makefile.in (AUTOGEN_VCS): New variable.
16336 (autoloads): Use $AUTOGEN_VCS.
16337
3f0f1700
GM
16338 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
16339 * calendar/calendar.el (calendar-mode-map):
16340 Check for toolkit scroll bars. (Bug#8305)
16341
41ea9e48
CY
163422011-04-05 Chong Yidong <cyd@stupidchicken.com>
16343
16344 * minibuffer.el (completion-in-region--postch)
16345 (completion-in-region-mode): Remove unnecessary messages.
16346
6194c800
JB
163472011-04-05 Juanma Barranquero <lekktu@gmail.com>
16348
33256f14
JB
16349 * font-lock.el (font-lock-refresh-defaults):
16350 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
16351 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
16352
6194c800
JB
16353 * info.el (Info-directory-list, Info-read-node-name-2)
16354 (Info-split-parameter-string): Doc fixes.
16355 (Info-virtual-nodes): Reflow docstring.
16356 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
16357 (Info-apropos-toc-nodes, info-finder, Info-get-token)
16358 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
16359 Fix typos in docstrings.
16360 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
16361 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
16362 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
16363 (Info-restore-desktop-buffer): Mark unused parameters.
16364 (Info-directory-find-file, Info-directory-find-node)
16365 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
16366 (Info-virtual-index-find-node, Info-apropos-find-file)
16367 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 16368 Mark unused parameters; fix typos in docstrings.
6194c800
JB
16369 (Info-virtual-index): Remove unused local variable `nodename'.
16370
b87a8200 163712011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 16372
b87a8200
DD
16373 * net/rcirc.el: Update my e-mail address.
16374 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 16375
3b2ff876
CY
163762011-04-05 Chong Yidong <cyd@stupidchicken.com>
16377
16378 * startup.el (command-line): Save the cursor's theme-face
16379 directly, instead of using face-override-spec.
16380
16381 * custom.el (load-theme): Minor optimization in assigning faces.
16382
8d17e7ca
JB
163832011-04-04 Juanma Barranquero <lekktu@gmail.com>
16384
16385 * help-fns.el (describe-variable): Complete all variables having
16386 documentation, including keywords.
16387 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
16388
2fbc1934
JB
163892011-04-04 Juanma Barranquero <lekktu@gmail.com>
16390
16391 Convert to lexical-binding.
16392
16393 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
16394 (bs--get-marked-string, bs--get-modified-string)
16395 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
16396 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
16397 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
16398
16399 * ehelp.el (electric-help-execute-extended)
16400 (electric-help-ctrl-x-prefix):
16401 * hexl.el (hexl-revert-buffer-function):
16402 * linum.el (linum-after-change, linum-after-scroll):
16403 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
16404
16405 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
16406
74f50695
DU
164072011-04-04 Daiki Ueno <ueno@unixuser.org>
16408
16409 * epa-dired.el:
16410 * epa-mail.el:
16411 * epa-hook.el:
16412 * epa-file.el:
16413 * epa.el:
16414 * epg.el: Use lexical binding.
16415
c11325f7
CY
164162011-04-03 Chong Yidong <cyd@stupidchicken.com>
16417
0d9e9a12
CY
16418 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
16419
c11325f7 16420 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
16421 dictionary case for flyspell-mark-duplications-exceptions.
16422 Use regexp matching for languages.
c11325f7
CY
16423 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
16424 default dictionary (Bug#7926).
16425
da91b5f2
CY
164262011-04-02 Chong Yidong <cyd@stupidchicken.com>
16427
099c39a4
JB
16428 * emacs-lisp/package.el (package--with-work-buffer):
16429 Recognize https URLs.
da91b5f2 16430
099c39a4
JB
16431 * net/network-stream.el: Move from gnus/proto-stream.el.
16432 Change prefix to network-stream throughout.
da91b5f2
CY
16433 (open-protocol-stream): Merge into open-network-stream, leaving
16434 open-protocol-stream as an alias. Handle nil BUFFER args.
16435
16436 * subr.el (open-network-stream): Move to net/network-stream.el.
16437
afa8e9f6
GM
164382011-04-02 Glenn Morris <rgm@gnu.org>
16439
1d2e369d
GM
16440 * find-dired.el (find-exec-terminator): New option.
16441 (find-ls-option): Test for -ls support.
16442 (find-ls-subdir-switches): Test for -b in find-ls-option.
16443 (find-dired, find-grep-dired): Doc fixes.
16444 (find-dired): Use find-exec-terminator.
16445
8abb7da8 16446 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
16447 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
16448 (find-name-arg): Remove purecopy.
8abb7da8 16449
f3ca7378
GM
16450 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
16451 (grep-compute-defaults): Check for `-exec COMMAND +' support.
16452 Set grep-find-use-xargs, grep-find-command, and grep-find-template
16453 accordingly. Don't add the null-device if not needed.
16454
afa8e9f6
GM
16455 * files.el (save-some-buffers): Doc fix.
16456
35eae264
EZ
164572011-04-02 Eli Zaretskii <eliz@gnu.org>
16458
16459 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
16460
26b51db5
JB
164612011-04-01 Juanma Barranquero <lekktu@gmail.com>
16462
16463 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
16464 Use `dolist' rather than `mapcar'.
16465
7200d79c
SM
164662011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
16467
03408648 16468 Add lexical binding.
7200d79c 16469
03408648
SM
16470 * subr.el (apply-partially): Use new closures rather than CL.
16471 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
16472 (dolist, dotimes): Use slightly different expansion for lexical code.
16473 (functionp): Move to C.
16474 (letrec): New macro.
16475 (with-wrapper-hook): Use it and apply-partially instead of CL.
16476 (eval-after-load): Preserve lexical-binding.
16477 (save-window-excursion, with-output-to-temp-buffer): Turn them
16478 into macros.
7200d79c 16479
03408648
SM
16480 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
16481
16482 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
16483 than the arglist.
16484 (help-add-fundoc-usage): Don't add `Not documented'.
16485 (help-function-arglist): Handle closures, subroutines, and new
16486 byte-code-functions.
16487 (help-make-usage): Remove leading underscores.
16488 (describe-function-1): Handle closures.
16489 (describe-variable): Use special-variable-p for completion.
16490
16491 * files.el (lexical-binding): Declare safe.
f488fb65 16492
03408648
SM
16493 * emacs-lisp/pcase.el: Don't use destructuring-bind.
16494 (pcase--memoize): Rename from pcase-memoize. Change weakness.
16495 (pcase): Add `let' pattern.
16496 Change memoization so it actually works.
16497 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
16498 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
16499 <let>: New case.
f488fb65 16500
03408648
SM
16501 * emacs-lisp/macroexp.el: Use lexical binding.
16502 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
16503 Don't convert ' to #' without checking that it's indeed quoting
16504 a lambda.
16505
16506 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 16507 Use eval-sexp-add-defvars.
03408648
SM
16508 (eval-sexp-add-defvars): New fun.
16509
16510 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
16511
16512 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
16513 Don't autoload.
16514 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
16515 than the internal `byte-compile-lambda'.
16516 (defmethod): Don't hide code under quotes.
16517 (eieio-defmethod): New `code' argument.
16518
16519 * emacs-lisp/eieio-comp.el: Remove.
16520
16521 * emacs-lisp/edebug.el (edebug-eval-defun)
16522 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
16523 (edebug-toggle): Avoid `eval'.
16524
16525 * emacs-lisp/disass.el (disassemble-internal): Handle new
16526 `closure' objects.
16527 (disassemble-1): Handle new byte codes.
16528
16529 * emacs-lisp/cl.el (pushnew): Silence warning.
16530
16531 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
16532 (cl-byte-compile-throw): Remove.
16533 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
16534
16535 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
16536 closures.
16537
16538 * emacs-lisp/cconv.el: New file.
16539
16540 * emacs-lisp/bytecomp.el: Use lexical binding instead of
16541 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
16542 (byte-compile-initial-macro-environment):
16543 Handle declare-function here.
16544 (byte-compile--lexical-environment): New var.
16545 (byte-stack-ref, byte-stack-set, byte-discardN)
16546 (byte-discardN-preserve-tos): New lap codes.
16547 (byte-interactive-p): Don't use any more.
16548 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
16549 New macros.
16550 (byte-compile-lapcode): Use them and handle new lap codes.
16551 (byte-compile-obsolete): Remove.
16552 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
16553 (byte-compile-arglist-warn): Check late def of inlinable funs.
16554 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
16555 since they should have been expanded by now.
16556 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
16557 (byte-compile-from-buffer): Remove unused second arg.
16558 (byte-compile-preprocess): New function.
16559 (byte-compile-toplevel-file-form): New function to distinguish
16560 file-form calls from outside from file-form calls from hunk-handlers.
16561 (byte-compile-file-form): Simplify.
16562 (byte-compile-file-form-defsubst): Remove.
16563 (byte-compile-file-form-defmumble): Simplify now that
16564 byte-compile-lambda always returns a byte-code-function.
16565 (byte-compile): Preprocess.
16566 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
16567 Remove, not used any more.
16568 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
16569 (byte-compile-make-args-desc): New funs.
16570 (byte-compile-lambda): Handle lexical functions. Always return
16571 a byte-code-function.
16572 (byte-compile-reserved-constants): New var, to make up room for
16573 closed-over variables.
16574 (byte-compile-constants-vector): Obey it.
16575 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
16576 (byte-compile-macroexpand-declare-function): New function.
16577 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
16578 byte-code-functions.
16579 (byte-compile-form): Check obsolescence here.
16580 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
16581 (byte-compile-variable-ref): Remove.
16582 (byte-compile-dynamic-variable-op): New fun.
16583 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
16584 (byte-compile-variable-set): New funs.
16585 (byte-compile-discard): Add 2 args.
16586 (byte-compile-stack-ref, byte-compile-stack-set)
16587 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
16588 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
16589 macroexpand-all instead.
16590 (byte-compile-quote-form): Remove.
16591 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
16592 (byte-compile-bind, byte-compile-unbind): New funs.
16593 (byte-compile-let): Handle let* and lexical binding.
16594 (byte-compile-let*): Remove.
16595 (byte-compile-catch, byte-compile-unwind-protect)
16596 (byte-compile-track-mouse, byte-compile-condition-case):
16597 Handle a new :fun-body form, used for lexical scoping.
16598 (byte-compile-save-window-excursion)
16599 (byte-compile-with-output-to-temp-buffer): Remove.
16600 (byte-compile-defun): Simplify.
16601 (byte-compile-stack-adjustment): New fun.
16602 (byte-compile-out): Use it.
16603 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
16604
16605 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
16606 handler any more.
16607
16608 * emacs-lisp/byte-opt.el: Use lexical binding.
16609 (byte-inline-lapcode): Remove (to bytecomp).
16610 (byte-compile-inline-expand): Pay attention to inlining to/from
16611 lexically bound code.
16612 (byte-compile-unfold-lambda): Don't handle byte-code-functions
16613 any more.
16614 (byte-optimize-form-code-walker): Don't handle save-window-excursion
16615 any more and don't call compiler-macros.
16616 (byte-compile-splice-in-already-compiled-code): Remove.
16617 (byte-code): Don't inline any more.
16618 (disassemble-offset): Receive `bytes' as argument rather than via
16619 dynamic scoping.
16620 (byte-compile-tag-number): Declare before first use.
16621 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
16622 `return' even if make-spliceable.
16623 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
16624 obsolete interactive-p.
16625 (byte-optimize-lapcode): Optimize new lap-codes.
16626 Don't trip up on new form of `byte-constant' lap code.
16627
16628 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
16629
16630 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
16631
16632 * custom.el (custom-initialize-default, custom-declare-variable):
16633 Use `defvar'.
16634
16635 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
16636 New variables.
16637 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
16638 (COMPILE_FIRST): Add macroexp and cconv.
16639 * makefile.w32-in: Mirror changes in Makefile.in.
16640
16641 * vc/cvs-status.el:
16642 * vc/diff-mode.el:
16643 * vc/log-edit.el:
16644 * vc/log-view.el:
16645 * vc/smerge-mode.el:
16646 * textmodes/bibtex-style.el:
090bd7cb 16647 * textmodes/css-mode.el:
03408648
SM
16648 * startup.el:
16649 * uniquify.el:
da91b5f2
CY
16650 * minibuffer.el:
16651 * newcomment.el:
16652 * reveal.el:
16653 * server.el:
16654 * mpc.el:
16655 * emacs-lisp/smie.el:
16656 * doc-view.el:
16657 * dired.el:
03408648
SM
16658 * abbrev.el: Use lexical binding.
16659
0f0c1f27
EZ
166602011-04-01 Eli Zaretskii <eliz@gnu.org>
16661
16662 * info.el (info-display-manual): New function.
16663
c82b2579
SM
166642011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
16665
16666 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
16667
221ddf68
TH
166682011-03-31 Tassilo Horn <tassilo@member.fsf.org>
16669
16670 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 16671 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 16672
cba6e77e
GM
166732011-03-31 Glenn Morris <rgm@gnu.org>
16674
e040639f
GM
16675 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
16676
cba6e77e
GM
16677 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
16678
6d0f1c9e
CS
166792011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
16680
16681 * progmodes/python.el (python-default-interpreter)
16682 (python-python-command-args, python-jython-command-args)
16683 (python-which-shell, python-which-args, python-which-bufname)
16684 (python-file-queue, python-comint-output-filter-function)
16685 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
16686 variables and functions.
16687
3e2d70fd
SM
166882011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
16689
16690 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
16691 (completion-in-region-mode): New minor mode.
16692 (completion-in-region): Use it.
16693 (completion-in-region--data, completion-in-region-mode-map): New vars.
16694 (completion-in-region--postch): New function.
16695 (completion--capf-misbehave-funs, completion--capf-safe-funs):
16696 New vars.
16697 (completion--capf-wrapper): New function.
16698 (completion-at-point): Use it to track well-behavedness of
16699 hook functions.
16700 (completion-help-at-point): New command.
16701
f3e4086c
JM
167022011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
16703
16704 * vc/add-log.el (add-change-log-entry): Don't use whitespace
16705 syntax class to search for whitespace on a single line
16706 (Message-ID: <4D938140.4030905@redhat.com>).
16707
eb7ffc14
LL
167082011-03-30 Leo Liu <sdl.web@gmail.com>
16709
16710 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
16711 New commands.
16712 (edit-abbrevs-map): Bind them here.
16713 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
16714
d806ab68
KM
167152011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
16716
16717 * allout.el (allout-hide-by-annotation, allout-flag-region):
16718 Reduce possibility of overlay leakage by making them volatile.
16719
16720 * allout-widgets.el (allout-widgets-tally): Define as nil so the
16721 hash is not shared between buffers. Mode initialization is
16722 responsible for giving it a useful starting value.
16723 (allout-item-span): Reduce possibility of overlay leakage by
16724 making them volatile.
16725 (allout-widgets-count-buttons-in-region): Add diagnostic function
16726 for tracking down button overlay leaks.
16727
ea622834
LL
167282011-03-29 Leo Liu <sdl.web@gmail.com>
16729
16730 * ido.el (ido-read-internal): Use the default history var
16731 minibuffer-history if no HISTORY is specified.
16732
b62f8267
G
167332011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
16734
03408648
SM
16735 * net/imap.el (imap-shell-open, imap-process-connection-type):
16736 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
16737 Kerberos, SSL, other subprocesses.
16738
947b6566
LL
167392011-03-28 Leo Liu <sdl.web@gmail.com>
16740
16741 * abbrev.el (abbrev-table-empty-p): New function.
16742 (prepare-abbrev-list-buffer): Place empty abbrev tables after
16743 nonempty ones. (Bug#5937)
16744
5ffb62aa
JD
167452011-03-27 Jan Djärv <jan.h.d@swipnet.se>
16746
16747 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
16748
7a097943
LL
167492011-03-27 Leo Liu <sdl.web@gmail.com>
16750
16751 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
16752 for foreground and background colors.
16753 (ansi-color-make-color-map): Adapt.
16754
c5b40130
LL
167552011-03-25 Leo Liu <sdl.web@gmail.com>
16756
1f48f7d2
LL
16757 * midnight.el (midnight-time-float): Remove. Note it calculates
16758 the microsecond component incorrectly and seconds-to-time does the
16759 same job.
625897ec 16760 Remove redundant (require 'timer).
1f48f7d2 16761
c5b40130
LL
16762 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
16763 (ido-completions): Remove unused arguments. (Bug#8329)
16764
d86d2721
SM
167652011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
16766
16767 * minibuffer.el (completion--flush-all-sorted-completions):
16768 Remove itself from hook.
16769 (completion-at-point): Let the functions perform the completion
16770 immediately and return nil or t.
16771 * comint.el (comint-dynamic-complete-functions): Now identical to
16772 completion-at-point-functions.
16773 (comint-dynamic-list-input-ring): Remove unused var `index'.
16774 (comint--match-partial-filename, comint--unquote&expand-filename):
16775 New funs, split from comint-match-partial-filename.
16776 (comint-dynamic-complete): Use completion-at-point.
16777 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
16778
e8974c48
DA
167792011-03-24 Drew Adams <drew.adams@oracle.com>
16780
16781 * thingatpt.el: Support `defun'.
16782
def71b5e
LL
167832011-03-23 Leo Liu <sdl.web@gmail.com>
16784
cb5af48e
LL
16785 * abbrevlist.el: Move to obsolete/abbrevlist.el.
16786
def71b5e
LL
16787 * help-mode.el (help-mode-finish): Tweak regexp.
16788
927c53e7
GM
167892011-03-23 Glenn Morris <rgm@gnu.org>
16790
18d05bed
GM
16791 * eshell/esh-opt.el (eshell-eval-using-options):
16792 Do not bind unused local variable `eshell-option-stub'.
16793
927c53e7
GM
16794 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
16795
9d0da923
JB
167962011-03-22 Juanma Barranquero <lekktu@gmail.com>
16797
16798 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
16799 keymap variable in `with-no-warnings' to avoid a warning when the
16800 keymap has been already `defconst'ed.
16801
4b978a67
LL
168022011-03-22 Leo Liu <sdl.web@gmail.com>
16803
16804 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
16805 encode all chars in abbrevs; otherwise use emacs-mule or
16806 utf-8-emacs. (Bug#8308)
16807
5fd62452
JB
168082011-03-22 Juanma Barranquero <lekktu@gmail.com>
16809
0b1596c6
JB
16810 * simple.el (backward-delete-char-untabify):
16811 Avoid warning about using `delete-backward-char'.
16812
5fd62452
JB
16813 * image.el (image-type-file-name-regexps): Make it variable.
16814 `imagemagick-register-types' modifies it, and the user may want
16815 to add new extensions for known image types.
16816 (imagemagick-register-types): Throw error if not using ImageMagick.
16817
0b4e93f1
LL
168182011-03-22 Leo Liu <sdl.web@gmail.com>
16819
16820 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
16821 located before rcirc-prompt-end-marker.
16822 (rcirc-complete): Error if point is not after rcirc prompt.
16823 Handle the case when table is nil.
9882e214 16824 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 16825
fccee4ab
CY
168262011-03-22 Chong Yidong <cyd@stupidchicken.com>
16827
16828 * custom.el (custom--inhibit-theme-enable): Make it affect only
16829 custom-theme-set-variables and custom-theme-set-faces.
16830 (provide-theme): Ignore custom--inhibit-theme-enable.
16831 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
16832 (custom-enabling-themes): Delete variable.
d86d2721
SM
16833 (enable-theme): Accept only loaded themes as arguments.
16834 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
16835 (custom-enabled-themes): Forbid themes from setting this.
16836 Eliminate use of custom-enabling-themes.
16837 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 16838
af896da6
LL
168392011-03-21 Leo Liu <sdl.web@gmail.com>
16840
16841 * ido.el (ido-read-internal): Add ido-selected to history instead
16842 of user input.
16843
78f64af0
SM
168442011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
16845
16846 * subr.el (deferred-action-list, deferred-action-function):
16847 Mark obsolete.
16848
b16ac1ec
LL
168492011-03-21 Leo Liu <sdl.web@gmail.com>
16850
810f7698
LL
16851 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
16852 change on 2011-02-13 (bug#8309).
16853
b16ac1ec
LL
16854 * minibuffer.el (read-file-name-function): Change default value.
16855 (read-file-name--defaults): Rename from read-file-name-defaults.
16856 (read-file-name-default): Rename from read-file-name.
16857 (read-file-name): Call read-file-name-function.
16858
4e05e67e
GM
168592011-03-21 Glenn Morris <rgm@gnu.org>
16860
16861 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
16862 Doc fixes.
16863
4359915b
CY
168642011-03-21 Chong Yidong <cyd@stupidchicken.com>
16865
16866 * cus-theme.el: Add missing provide statement.
16867 (customize-create-theme): Extract theme value correctly.
16868 (custom-theme-visit-theme): Autoload.
16869 (customize-create-theme): Prompt before inserting default faces.
16870
1fe275ee
JB
168712011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
16872
16873 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
16874 units and musical notes.
16875
cd394be1 168762011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
16877
16878 * ido.el (ido-read-internal): Use completing-read-default.
16879 (ido-completing-read): Fix compatibility with completing-read.
16880
7d476bde
CO
168812011-03-20 Christian Ohler <ohler@gnu.org>
16882
16883 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
16884 (ert-delete-all-tests): Use `called-interactively-p' rather than
16885 `interactive-p'.
16886 (ert--make-xrefs-region): Respect END.
16887
fe0fb33e
CY
168882011-03-19 Chong Yidong <cyd@stupidchicken.com>
16889
ff854b0b
CY
16890 * dired-aux.el (dired-create-directory): Signal an error if the
16891 directory already exists (Bug#8246).
16892
fe0fb33e
CY
16893 * facemenu.el (list-colors-display): Call list-faces-display
16894 inside with-help-window.
16895 (list-colors-print): Use display property to align the final
16896 column, instead of checking window-width.
16897
576bce32
EZ
168982011-03-19 Eli Zaretskii <eliz@gnu.org>
16899
4d61f28d 16900 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
16901 windows-nt systems.
16902 (emerge-protect-metachars): Quote correctly for ms-dos and
16903 windows-nt systems.
16904
89c41d68 169052011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
16906
16907 * info.el (info-initialize): Replace all uses of `:' with
16908 path-separator for compatibility with non-Unix systems.
16909 Cache quoting of path-separator. (Bug#8258)
16910
b14e3e21 169112011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
16912
16913 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
16914 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
16915 (mouse-avoidance-mode): Fix typos in docstrings.
16916
4525ce3e
CY
169172011-03-19 Chong Yidong <cyd@stupidchicken.com>
16918
16919 * startup.el (package-subdirectory-regexp): Move from package.el.
16920 Omit \\` and \\', and let callers add them.
16921
16922 * emacs-lisp/package.el (package-strip-version)
16923 (package-load-all-descriptors): Add \\` and \\' to
16924 package-subdirectory-regexp before using it.
16925 (package-untar-buffer): New arg DIR; ensure that file untars only
16926 into this expected directory. Remove superfluous delete-region.
16927 (package-unpack): Caller changed.
16928 (package-tar-file-info): Use package-subdirectory-regexp.
16929
a904a09a 169302011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 16931
a904a09a
SM
16932 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
16933 diff-mode-shared-map (bug#8284).
16934 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
16935
169362011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
16937
16938 * calendar/time-date.el (format-seconds): Use assoc instead of
16939 assoc-string, since assoc-string doesn't exist in XEmacs.
16940
171fc304
JB
169412011-03-17 Juanma Barranquero <lekktu@gmail.com>
16942
16943 * custom.el (custom-known-themes): Reflow docstring.
16944 (custom-theme-load-path): Fix typo in docstring.
16945 (load-theme): Fix typo in error message.
16946 (custom-available-themes, custom-variable-theme-value):
16947 Use `let', not `let*'.
16948
d71990a1
JB
169492011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
16950
16951 * calc/README: Mention inclusion of musical notes.
16952
16953 * calc/calc-units.el (calc-lu-quant): Rename from
16954 `calc-logunits-quantity'.
16955 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
16956 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
16957 (calc-db): Rename from `calc-dblevel'.
16958 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
16959 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
16960 (calc-np): Rename from `calc-nplevel'.
16961 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
16962 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
16963 (calc-lu-plus): Rename from `calc-logunits-add'.
16964 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
16965 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
16966 (calc-lu-minus): Rename from `calc-logunits-sub'.
16967 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
16968 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
16969 (calc-lu-times): Rename from `calc-logunits-mul'.
16970 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
16971 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
16972 (calc-lu-divide): Rename from `calc-logunits-div'.
16973 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
16974 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
16975
16976 * calc/calc-ext.el (calc-init-extensions): Update the names of the
16977 functions being autoloaded.
16978
16979 * calc/calc.el (calc-lu-power-reference): Rename from
16980 `calc-logunits-power-reference'.
16981 (calc-lu-field-reference): Rename from
16982 `calc-logunits-field-reference'.
16983
7a71b18d
GM
16984 * calc/calc-help.el (calc-l-prefix-help):
16985 Mention musical note functions.
d71990a1 16986
40c2934b
SM
169872011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
16988
16989 * minibuffer.el (completion-all-sorted-completions):
16990 Use :completion-cycle-penalty text property if present.
16991
b0911414
KM
169922011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
16993
16994 * allout.el (allout-yank-processing): Adjust for new rebulleting
16995 regime so bullet being yanked is used without prompting the user
16996 for a choice.
16997
8a05b668
JB
169982011-03-16 Juanma Barranquero <lekktu@gmail.com>
16999
17000 * startup.el (command-line): Warn the user that _emacs is deprecated.
17001
5ba5fb81
JB
170022011-03-16 Juanma Barranquero <lekktu@gmail.com>
17003
17004 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
17005 (delphi-verbose, delphi-comment-face, delphi-string-face)
17006 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
17007 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
17008 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
17009 (delphi-new-comment-line, delphi-font-lock-defaults)
17010 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
17011 Fix typos in docstrings.
17012
2dab465b
KM
170132011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
17014
5ba5fb81 17015 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
17016 Invert the roles of character and string values for INSTEAD, so a
17017 string is used for the more common case of a defaulting prompt.
17018
0adf5618
SM
170192011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
17020
17021 * progmodes/ruby-mode.el (ruby-backward-sexp):
17022 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
17023 * play/gamegrid.el (gamegrid-make-face):
17024 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
17025 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
17026 * notifications.el (notifications-notify):
17027 * net/xesam.el (xesam-search-engines):
17028 * net/quickurl.el (quickurl-list-insert):
17029 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
17030
d72700e5
CY
170312011-03-15 Chong Yidong <cyd@stupidchicken.com>
17032
17033 * startup.el (command-line): Update package subdirectory regexp.
17034
49c5410a
SM
170352011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
17036
c6eee9aa
SM
17037 * allout.el (allout-abbreviate-flattened-numbering)
17038 (allout-mode-deactivate-hook): Fix up obsolescence "date".
17039
49c5410a
SM
17040 * subr.el (read-char-choice): Only show the cursor after the prompt,
17041 not after the answer.
17042
047b2bb9
KR
170432011-03-15 Kevin Ryde <user42@zip.com.au>
17044
17045 * help-fns.el (variable-at-point): Skip leading quotes, if any
17046 (bug#8253).
17047
0a57d256
SM
170482011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
17049
17050 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
17051 warning message.
17052
77c992bc
MA
170532011-03-14 Michael Albinus <michael.albinus@gmx.de>
17054
17055 * shell.el (shell): When called interactively, offer to change the
17056 shell file name on remote hosts.
17057
eebc475d
TZ
170582011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
17059
17060 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
17061 integration for LDAP parameters. The host, base, user or binddn,
17062 and secret tokens can be specified in a netrc file, for instance.
17063 This is optional because an `auth-source' parameter must be
17064 specified in the search attributes.
17065
9d05d1ba
JB
170662011-03-13 Juanma Barranquero <lekktu@gmail.com>
17067
17068 * help.el (describe-mode): Link to the mode's definition (bug#8185).
17069
09d9db2c
GM
170702011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
17071
17072 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
17073 into declaration. Remove redundant and harmful binding.
17074
170752011-03-12 Eli Zaretskii <eliz@gnu.org>
17076
17077 * files.el (file-ownership-preserved-p): Pass `integer' as an
17078 explicit 2nd argument to `file-attributes'. If the file's owner
17079 is the Administrators group on Windows, and the current user is
17080 Administrator, consider that a match.
17081
17082 * server.el (server-ensure-safe-dir): Consider server directory
17083 safe on MS-Windows if its owner is the Administrators group while
17084 the current Emacs user is Administrator. Use `=' to compare
17085 numerical UIDs, since they could be integers or floats.
17086
219bd536
JB
170872011-03-12 Juanma Barranquero <lekktu@gmail.com>
17088
17089 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
17090
f3afd36b
MA
170912011-03-12 Michael Albinus <michael.albinus@gmx.de>
17092
17093 Sync with Tramp 2.2.1.
17094
17095 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
17096
17097 * net/trampver.el: Update release number.
17098
3aaaa6f1
SM
170992011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
17100
94642599
SM
17101 * progmodes/compile.el (compilation--previous-directory): Fix up
17102 various nil/dead-marker mismatches (bug#8014).
17103 (compilation-directory-properties, compilation-error-properties):
17104 Don't call it at a position past the one we're about to change.
17105
3aaaa6f1
SM
17106 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
17107 Disable obsolescence warnings in the file that declares it.
17108
14239447
KM
171092011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
17110
099c39a4
JB
17111 * allout-widgets.el (allout-widgets-tally):
17112 Initialize allout-widgets-tally as a hash table rather than nil to
17113 prevent mode-line redisplay warnings. Also, clarify the module
17114 description and fix a comment typo.
14239447 17115
135e287c
JB
171162011-03-11 Juanma Barranquero <lekktu@gmail.com>
17117
17118 * help-fns.el (describe-variable): Don't complete keywords.
17119 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
17120
ffbf300e
CY
171212011-03-10 Chong Yidong <cyd@stupidchicken.com>
17122
ba08b241
CY
17123 * emacs-lisp/package.el (package-version-join): Impose a standard
17124 string representation for pre/alpha/beta version lists.
17125 (package-unpack-single): Standardize the directory name by passing
17126 it through package-version-join.
17127 (package-strip-rcs-id): Accept any version string that does not
17128 signal an error in version-to-list.
ffbf300e 17129
f346fd6b
MA
171302011-03-10 Michael Albinus <michael.albinus@gmx.de>
17131
17132 * simple.el (delete-trailing-whitespace): Return nil for the
17133 benefit of `write-file-functions'.
17134
ccb55d27
GM
171352011-03-10 Glenn Morris <rgm@gnu.org>
17136
5ceaac0c
GM
17137 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
17138
02da65ff
GM
17139 * vc/vc-git.el (vc-git-program): New option.
17140 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
17141 (vc-git--call): Use it.
17142
b2f603cc
GM
17143 * eshell/esh-util.el (eshell-condition-case): Doc fix.
17144
5772caab
GM
17145 * cus-edit.el (Custom-newline): If no button at point, look
17146 for a subgroup button at start-of-line. (Bug#2298)
17147
ccb55d27
GM
17148 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
17149
ec6ecaed
JD
171502011-03-10 Julien Danjou <julien@danjou.info>
17151
17152 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
17153 `cursor-type' is nil.
17154
9d5aa01d
JB
171552011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
17156
17157 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
17158
b6a5875b
KM
171592011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
17160
7a71b18d 17161 * allout.el: Change so yank of distinctive-bullet items
b6a5875b
KM
17162 preserves the existing header prefix, rebulleting it if necessary,
17163 rather than replacing it. This is necessary for proper operation
17164 of cooperative addons like allout-widgets.
1154d12e
JB
17165 (allout-make-topic-prefix, allout-rebullet-heading):
17166 Change SOLICIT arg to INSTEAD, and interpret additionally a string
17167 value as alternate bullet to be used, instead of prompting the user
17168 for a bullet character.
b6a5875b 17169
ee545c35
MA
171702011-03-09 Michael Albinus <michael.albinus@gmx.de>
17171
d86d2721
SM
17172 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
17173 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
17174 `tramp-default-port'.
17175
c47971d7
DD
171762011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
17177
17178 * net/rcirc.el (rcirc-handler-001): Remove useless
17179 with-rcirc-process-buffer.
17180 (rcirc-check-auth-status): Swap arguments to string-match.
17181
13522cb4
GM
171822011-03-09 Glenn Morris <rgm@gnu.org>
17183
0be6f4f1
GM
17184 * shell.el (shell-mode):
17185 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
17186
13522cb4
GM
17187 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
17188 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
17189
515de2e3
CY
171902011-03-08 Chong Yidong <cyd@stupidchicken.com>
17191
17192 * emacs-lisp/package.el (package-refresh-contents)
17193 (package-menu-execute): Use condition-case-no-debug.
17194
b511b994
MA
171952011-03-08 Michael Albinus <michael.albinus@gmx.de>
17196
17197 * simple.el (shell-command-to-string): Use `process-file'.
17198
17199 * emacs-lisp/package.el (package-tar-file-info): Handle also
17200 remote files.
17201
d86d2721
SM
17202 * emacs-lisp/package-x.el (package-upload-buffer-internal):
17203 Use `equal' for upload base check.
b511b994 17204
25bbfb31
AM
172052011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
17206
17207 * textmodes/texinfo.el (texinfo-environments):
17208 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
17209
be996521
GM
172102011-03-08 Glenn Morris <rgm@gnu.org>
17211
e9c8529f
GM
17212 * cus-start.el (cursor-in-non-selected-windows):
17213 Fix :set quoting oddness. (Bug#8192)
17214
be996521
GM
17215 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
17216 in some setf expressions. (Bug#2159)
17217
2bb5649e
CY
172182011-03-08 Chong Yidong <cyd@stupidchicken.com>
17219
17220 * custom.el (custom-available-themes): Return themes in
17221 alphabetical order.
17222
33383987 17223See ChangeLog.15 for earlier changes.
e3d51b27
MR
17224
17225;; Local Variables:
17226;; coding: utf-8
e3d51b27
MR
17227;; End:
17228
acaf905b 17229 Copyright (C) 2011-2012 Free Software Foundation, Inc.
e3d51b27
MR
17230
17231 This file is part of GNU Emacs.
17232
17233 GNU Emacs is free software: you can redistribute it and/or modify
17234 it under the terms of the GNU General Public License as published by
17235 the Free Software Foundation, either version 3 of the License, or
17236 (at your option) any later version.
17237
17238 GNU Emacs is distributed in the hope that it will be useful,
17239 but WITHOUT ANY WARRANTY; without even the implied warranty of
17240 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17241 GNU General Public License for more details.
17242
17243 You should have received a copy of the GNU General Public License
17244 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.